Pandas Quiz

Pandas Quiz

12th Grade

20 Qs

quiz-placeholder

Similar activities

DATAFRAME

DATAFRAME

12th Grade

15 Qs

CSV & DataFrames Quiz

CSV & DataFrames Quiz

12th Grade

20 Qs

PYTHON Y EL ANÁLISIS DE DATOS

PYTHON Y EL ANÁLISIS DE DATOS

12th Grade

20 Qs

IP Term 1

IP Term 1

12th Grade

20 Qs

STP (spanning tree protocol)

STP (spanning tree protocol)

12th Grade

19 Qs

Premiere Pro Tools I

Premiere Pro Tools I

6th Grade - University

25 Qs

Cisco Level 3 Modules

Cisco Level 3 Modules

11th Grade - University

15 Qs

Season 2 #Spaic Python Weekly Quiz

Season 2 #Spaic Python Weekly Quiz

KG - Professional Development

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