Pandas Quiz

Pandas Quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

Term3-PC7.1-Describe a data structure

Term3-PC7.1-Describe a data structure

9th Grade

7 Qs

Generic file types

Generic file types

9th - 12th Grade

10 Qs

Database

Database

8th - 12th Grade

10 Qs

PLTW Final Review Part 2

PLTW Final Review Part 2

9th - 12th Grade

10 Qs

pandas

pandas

9th Grade - University

8 Qs

advanced storage techniques ( arrays , DataFrame)

advanced storage techniques ( arrays , DataFrame)

9th - 10th Grade

9 Qs

File Format

File Format

9th Grade

10 Qs

Database Lesson 1

Database Lesson 1

9th Grade

11 Qs

Pandas Quiz

Pandas Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

teacer Pc

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Pandas used to create----

Data

Array

DataFrame

DataFiles

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

both Numpy & pandas used to create----

Data Files

Arrays

Data

Data structure

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

--------------is used to access a single element in dataframe by specifying the row and column names.

type() function

index() function

column() function

loc( ) function

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

----------- is used to check the data type of elements.

index() function

column() function

type() function

loc( ) function

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

to find the maximum value in the full array

np.mean ( array )

np.min ( array)

np.max ( array)

np.median( array)

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

to read csv file

pd.read_CSV("file.csv")

pd.to_csv("file.csv")

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

to create new csv file

pd.to_csv("file.csv")

pd.read_CSV("file.csv")

8.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Numpy used to create----

Data

DataFrame

Array

DataFiles