Data Preprocessing - Paatshala Quiz

Data Preprocessing - Paatshala Quiz

University

10 Qs

quiz-placeholder

Similar activities

nuggets

nuggets

KG - Professional Development

10 Qs

Bilangan Desimal, BIner dan Heksadesimal

Bilangan Desimal, BIner dan Heksadesimal

University

10 Qs

[JUMP START] Python - Pandas

[JUMP START] Python - Pandas

University

12 Qs

Quiz 12

Quiz 12

University

10 Qs

AV1\R1 3TEC_Ciência de Dados - Aula 01 a  16

AV1\R1 3TEC_Ciência de Dados - Aula 01 a 16

1st Grade - University

15 Qs

Graficas con matlab y pandas

Graficas con matlab y pandas

University

10 Qs

Quiz Kelompok 1 P2P Mentoring Kompi Air

Quiz Kelompok 1 P2P Mentoring Kompi Air

University

10 Qs

23S1 1906

23S1 1906

University

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