Search Header Logo

Missing Data

Authored by Barbara White

Computers

12th Grade

Missing Data
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?