3. Pandas Basic Quiz II
Quiz
•
Other
•
Professional Development
•
Practice Problem
•
Medium
Bayu Prasetya
Used 1+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
df = df.drop("B", axis=1)
Which of the following drops column "B" permanently?
Yes, if inplace=True
Yes, because reassigned to df
No, needs df.drop(columns="B")
No, drop doesn’t work for columns
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to sort dataframe by values in column "Age"
df.sort("Age")
df.sort_values("Age")
df.sort_index("Age")
df["age"].sort_values()
df["age"].sort_index()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does df.describe() do?
Shows first 5 rows
Returns summary statistics of numeric columns
Returns summary statistics from all colums
Prints schema of DataFrame
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of..
Mean of each row
Mean of each column
Single scalar mean
error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which code groups DataFrame by column "Department" and takes mean?
df.groupby("Department").mean()
df.aggregate("Department", "mean")
df.Department.mean()
df.mean().groupby("Department")
df["Department"].mean()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this output?
Keeps NaN unchanged
Replaces all NaN with 0
Drops rows with NaN
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method resets index back to default (0,1,2...)?
df.drop_index()
df.reset_index()
df.rename_index()
df.index.reset()
df.set_index()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
11 questions
Quizz
Quiz
•
Professional Development
9 questions
riddle quiz
Quiz
•
KG - Professional Dev...
12 questions
E4F Unit 1 - Making Connections
Quiz
•
Professional Development
13 questions
Halloween Trivia
Quiz
•
Professional Development
10 questions
ORIENTATION FOR NEW EMPLOYEES
Quiz
•
Professional Development
10 questions
Marketing Plan
Quiz
•
Professional Development
13 questions
Remembrance Day
Quiz
•
7th Grade - Professio...
15 questions
Nursing Leadership & Management
Quiz
•
University - Professi...
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
Discover more resources for Other
20 questions
Black History Month Trivia Game #1
Quiz
•
Professional Development
100 questions
Screening Test Customer Service
Quiz
•
Professional Development
20 questions
90s Cartoons
Quiz
•
Professional Development
10 questions
Reading a ruler in Inches
Quiz
•
4th Grade - Professio...
16 questions
Parallel, Perpendicular, and Intersecting Lines
Quiz
•
KG - Professional Dev...
12 questions
Valentines Day Trivia
Quiz
•
Professional Development
