Data Preprocessing - Paatshala Quiz

Data Preprocessing - Paatshala Quiz

University

10 Qs

quiz-placeholder

Similar activities

SDS Recruitment Re-Quiz

SDS Recruitment Re-Quiz

University

13 Qs

Functional Dependency

Functional Dependency

University

10 Qs

Pertemuan 5 - ML

Pertemuan 5 - ML

University

8 Qs

Tìm Hiểu Về Phật Giáo

Tìm Hiểu Về Phật Giáo

University

15 Qs

DISTRIBUTED OS UNIT 1 QUIZ

DISTRIBUTED OS UNIT 1 QUIZ

University

10 Qs

A4 IIIB - EDA con Pandas

A4 IIIB - EDA con Pandas

10th Grade - University

10 Qs

Smart Grid

Smart Grid

University

11 Qs

Python Quiz - 2.6

Python Quiz - 2.6

University

12 Qs

Data Preprocessing - Paatshala Quiz

Data Preprocessing - Paatshala Quiz

Assessment

Quiz

Computers

University

Hard

Created by

John Padamadan

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 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

30 sec • 1 pt

_______ can be used to detect missing values for a dataframe object df.

df.null()

df.isnull()

df.isempty()

df.nonnull()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______ can be used to find the total number of NAN values in a dataframe df.

df.isna().sum()

df. isnull().sum()

Both the mentioned

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a data with Gaussian distribution, the NAN values can be filled with _______

mean

median

mode

All the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following can be used to fill the NAN values?

measures of central tendancy

foreward filling

Backward filling

All the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

NAN values of a skewed data can be filled using _______

mean

median

mode

All the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An outlier is a _______

An unusual observation

A value which is much different from the other values

Both the mentioned

None of the mentioned

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?