Data Preprocessing - Paatshala Quiz

Data Preprocessing - Paatshala Quiz

University

10 Qs

quiz-placeholder

Similar activities

untitled

untitled

University

9 Qs

Data Analytics using Python - Quiz 2

Data Analytics using Python - Quiz 2

University

15 Qs

Python Quiz- 1.9

Python Quiz- 1.9

University

12 Qs

NumpyPandas

NumpyPandas

University

10 Qs

A1 IIIB - Introducción a Data Science

A1 IIIB - Introducción a Data Science

11th Grade - University

10 Qs

Python Workshop Day - 2

Python Workshop Day - 2

University

15 Qs

Pandas Package

Pandas Package

University

13 Qs

AI_ML_Basics

AI_ML_Basics

University

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