Pandas Quiz

Pandas Quiz

12th Grade

20 Qs

quiz-placeholder

Similar activities

pyplot in python class 12 (14/08/20)

pyplot in python class 12 (14/08/20)

12th Grade

20 Qs

Quiz-Pandas-I-13-May

Quiz-Pandas-I-13-May

12th Grade

15 Qs

Python CSV and Pandas

Python CSV and Pandas

12th Grade

15 Qs

AV1\R1 3TEC_Ciência de Dados - Aula 01 a  16

AV1\R1 3TEC_Ciência de Dados - Aula 01 a 16

1st Grade - University

15 Qs

Pandas Series

Pandas Series

12th Grade

20 Qs

Unit1_Pandas&Visualization

Unit1_Pandas&Visualization

12th Grade

21 Qs

Pandas Library Questions

Pandas Library Questions

12th Grade

20 Qs

DataFrame and Series

DataFrame and Series

12th Grade

22 Qs

Pandas Quiz

Pandas Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

aris santoso

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to return the entire DataFrame

df.to_string()

df.dump()

df.Full()

df.print_full()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to create a Pandas DataFrame?

pd.DataFrame(data)

pd.dataframe(data)

pd.df(data)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct Pandas function for loading JSON files into a DataFrame?

read_json()

ReadFile()

read_file()

ReadJSON()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct method to remove duplicates from a Pandas DataFrame?

df.drop_duplicates()

df.delete_duplicates()

df.remove_duplicates()

df.duplicates()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct Pandas function for loading CSV files into a DataFrame?

read_csv()

read_file()

ReadFile()

ReadCSV()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to create a Pandas Series from a Python list?

pd.Series(mylist)

pd.createSeries(mylist)

pd.getSeries(mylist)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false: by default, the Pandas dropna() method returns a new DataFrame, and will not change the original.

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?