Pandas

Pandas

12th Grade

10 Qs

quiz-placeholder

Similar activities

Series Object-Quiz-I

Series Object-Quiz-I

12th Grade

10 Qs

Python: Functions and Parameters

Python: Functions and Parameters

9th - 12th Grade

10 Qs

DAVI Seaborn

DAVI Seaborn

12th Grade

8 Qs

Checkpoint 1 revision

Checkpoint 1 revision

9th - 12th Grade

9 Qs

Python Pandas

Python Pandas

11th - 12th Grade

10 Qs

Dataframe

Dataframe

12th Grade

12 Qs

Dataframe

Dataframe

10th - 12th Grade

12 Qs

Pandas- CSV file

Pandas- CSV file

12th Grade

12 Qs

Pandas

Pandas

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Charles Martinez

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Who is the main author of pandas?

Karl pearson

Wes McKinney

J D Hunter

None of these

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which method applies the function on each individual data element of the dataframe?

Apply ()

Applymap ()

hist()

pivot ()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to check if a data frame St has any missing values?

df.null(). values.any()

df.isnull(). values.any()

df.empty(). values.any()

df.empty().any()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true?

Quantiles are points in a distribution that relate to the rank order of the values in their distribution

pivoting technique rearranges data from rows and columns by possibly aggregating data from multiple sources in a report form so that data can be viewed in different perspectives

Sorting refers to arranging data in a particular order

All of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of lambda function?

One typically writes a lambda function on the fly when one wants to write a function for one time use

It is a predefined function of pandas

It is a predefined module of matplotlib

None of these

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Histogram belongs to

Quantitative variable

Single variable

Linear variable

All of these

7.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

What is the output of the following snippet

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?