Pandas (Python Quiz)

Pandas (Python Quiz)

KG

25 Qs

quiz-placeholder

Similar activities

IP - Internal Test1 [16-07-2021]

IP - Internal Test1 [16-07-2021]

12th Grade

25 Qs

Pandas Series-1

Pandas Series-1

12th Grade

21 Qs

python-series

python-series

12th Grade

20 Qs

Quiz 5.1

Quiz 5.1

Professional Development

20 Qs

Python - Pandas-2

Python - Pandas-2

12th Grade

20 Qs

Sjmit-Q2-[Workshop-MAR-25]

Sjmit-Q2-[Workshop-MAR-25]

12th Grade - University

20 Qs

Season 2 #Spaic Python Weekly Quiz

Season 2 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

ML Training - Pretest Quiz

ML Training - Pretest Quiz

12th Grade

20 Qs

Pandas (Python Quiz)

Pandas (Python Quiz)

Assessment

Quiz

Computers

KG

Hard

Created by

Harish Pamnani

Used 104+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function from the options given below can read the dataset from a large text file?

read_json

read_pickle

read_hdf

read_csv

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This function in the library of Pandas allows you to manipulate data and create new variables:

read_csv function

pivot_table function

apply function

merge function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an invalid writer function in Pandas?

to_clipboard

to_text

to_stata

to_msgpack

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following options can be used to create a DataFrame in Pandas?

A scalar value

An ndarray

A python dict

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the correct statement:

The standard marker for missing data in Pandas is NaN

Series act in a way similar to that of an array

Both of the above

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the indexes when any operations are done to unaligned series?

Total

Union

Intersection

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A series is a one-dimensional array which is labelled and can hold any data type.

True

False

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