Data-Science-11

Data-Science-11

University

12 Qs

quiz-placeholder

Similar activities

Cohort34_1404

Cohort34_1404

University

12 Qs

Moment Distribution (frame)

Moment Distribution (frame)

University

8 Qs

Data-Science-11

Data-Science-11

Assessment

Quiz

Engineering

University

Hard

Created by

Bhupalam Priya

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does np.nan stand for?

Not a Null

Not a Number

Null Array

Not Available

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library provides np.nan?

pandas

matplotlib

numpy

sklearn

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of handling missing values?

To improve prediction accuracy

To speed up the model

To remove all columns

To avoid using pandas

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method drops all rows with missing data?

fillna()

isnull()

replace()

dropna()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function replaces missing values with a specific value?

fillna()

isnull()

drop()

cut()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method returns the most frequent value in a column?

df.count()

df.mode()

df.median()

df.mean()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you use dropna() on a DataFrame?

It fills missing values

It merges columns

It duplicates data

It deletes rows with any missing value

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?