Pandas

Pandas

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Pandas/MatPlotLib

Python Pandas/MatPlotLib

12th Grade

9 Qs

DATAFRAME AND SERIES

DATAFRAME AND SERIES

12th Grade

10 Qs

Dataframe

Dataframe

12th Grade

10 Qs

Series & DataFrame [02-07-2021]

Series & DataFrame [02-07-2021]

12th Grade

12 Qs

Find Missing Values in a Data Set

Find Missing Values in a Data Set

12th Grade

7 Qs

Excel Functions: COUNT, Small & Large

Excel Functions: COUNT, Small & Large

12th Grade

10 Qs

Unit 2 Quiz - Bootstrap: Algebra

Unit 2 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

Missing Data

Missing Data

12th Grade

7 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?

Discover more resources for Computers