Data Preprocessing - Paatshala Quiz

Data Preprocessing - Paatshala Quiz

University

10 Qs

quiz-placeholder

Similar activities

Graficas Parte 2

Graficas Parte 2

University

10 Qs

[JUMP START] Python - Pandas

[JUMP START] Python - Pandas

University

12 Qs

Quiz 12

Quiz 12

University

10 Qs

Quiz 10

Quiz 10

University

10 Qs

GenG Data Science Quiz

GenG Data Science Quiz

University

15 Qs

Quiz Kelompok 1 P2P Mentoring Kompi Air

Quiz Kelompok 1 P2P Mentoring Kompi Air

University

10 Qs

TA MODUL 8 (VERSI 3)

TA MODUL 8 (VERSI 3)

University

10 Qs

Data Analytics using Python - Quiz 4

Data Analytics using Python - Quiz 4

University

14 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?