
EDA_DataCleaning
Authored by Puneet Kansal
Computers
University
Used 8+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following methods gives a quick statistical summary of Statistical columns in a DataFrame?
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which method removes all rows that contain at least one NaN value?
df.remove_na()
df.dropna()
df.clean()
df.fillna(0)
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following fills all missing values in a column with 0?
df.fillna(0)
df.dropna(0)
df.replace(0)
df.nullfill(0)
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will df.isnull().sum() return?
Boolean DataFrame
Number of nulls per row
Number of nulls per column
Total null count in the DataFrame
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How to fill missing values in column 'age' with the column’s median?
df['age'].fillna('median')
df['age'].fillna(df['age'].mean())
df['age'].fillna(df['age'].median())
df.fill_missing(df['age'])
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which command gives total number of missing values in entire DataFrame?
df.countna()
df.isnull().sum()
df.isnull().sum().sum()
df.check().na()
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which method forward fills missing values?
df.fillna(method='backward')
df.fillna(method='forward')
df.fillna(method='ffill')
df.ffill
()
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
30 questions
Quiz Pemrograman 2 HTML dan CSS
Quiz
•
University
34 questions
PL PGSQL
Quiz
•
University
25 questions
KOD ARAHAN HTML Tingkatan 1
Quiz
•
12th Grade - University
25 questions
SQL Quiz: 25 MCQs on the Student Table
Quiz
•
University
25 questions
SOFAPP QUIZ: MS Word Basics and Intermediate Quiz
Quiz
•
University
25 questions
Computer Apllication Quiz
Quiz
•
University
30 questions
MOS Word 2016 Quiz - Part 1
Quiz
•
University
26 questions
Midterm Exam in Technology for Teaching and learning 2
Quiz
•
University
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