Missing Data

Quiz
•
Computers
•
12th Grade
•
Hard
Barbara White
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The function to fill in NAN values with 100,if df is the dataframe object
fillna(100)
df.fillna(100)
df.fillna(0)
df.fill(100)
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Function to drop the rows with NAN values
df.drop()
df.dropna()
df.delete
df.deletena()
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Missing values are the values that carry no computational significance.
False
True
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
............... can be used to detect missing values for a dataframe object df.
df.null()
df.isnull()
df.isempty()
df.nonnull()
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which among the following is correct to filter values from a series object S having values less than 50?
S[S less than 50]
S[S < 50]
[S < 50]
S ( S <50)
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which function will drop rows that have all NaN values?
dropna(how="all")
dropna()
dropna(axis=1)
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which function will copy the value from the above adjacent cell?
fillna()
fillna(method="ffill")
fillna(dictionary object)
Similar Resources on Wayground
10 questions
Sorting and searching algorithms

Quiz
•
12th Grade
10 questions
Dictionary in Python

Quiz
•
11th - 12th Grade
10 questions
Technical Terms - Hardware (A-Z) - Integrated Circuit

Quiz
•
12th Grade
10 questions
Python Boolean and If

Quiz
•
9th - 12th Grade
10 questions
Introduction to Media Quiz No.1

Quiz
•
12th Grade
5 questions
Pandas Review

Quiz
•
9th - 12th Grade
10 questions
Python Pandas (ai gen)

Quiz
•
12th Grade
10 questions
Dadakan quiz 1

Quiz
•
12th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade