Data Cleansing Quiz

Data Cleansing Quiz

University

10 Qs

quiz-placeholder

Similar activities

Weekly Quiz 1

Weekly Quiz 1

4th Grade - Professional Development

10 Qs

Data Visualization

Data Visualization

University

10 Qs

Python Quiz - 6

Python Quiz - 6

University

10 Qs

Daily Quiz (24.12.20)

Daily Quiz (24.12.20)

7th Grade - Professional Development

10 Qs

Data Science

Data Science

University

10 Qs

DP-100 Day 2

DP-100 Day 2

University - Professional Development

10 Qs

Pretest Introduction to Machine Learning

Pretest Introduction to Machine Learning

University

15 Qs

Machine Learning Quiz-sec b

Machine Learning Quiz-sec b

University

15 Qs

Data Cleansing Quiz

Data Cleansing Quiz

Assessment

Quiz

Computers

University

Medium

Created by

CCI UNITEN

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of data cleansing in machine learning?

To visualize data

To analyze data trends

To store data efficiently

To prepare data for training models

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in Pandas is used to check for null values in a dataframe?

dropna()

fillna()

isnull()

isna()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the fillna() function do in a Pandas dataframe?

Counts the number of NaN values

Replaces NaN values with specified values

Removes rows with NaN values

Normalizes the data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of using the dropna() function?

It checks for duplicate rows

It replaces NaN values with the mean

It removes all rows containing NaN values

It fills NaN values with zeros

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to identify duplicate rows in a dataframe?

isnull()

fillna()

duplicated()

drop_duplicates()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the MinMaxScaler class do in data normalization?

It identifies duplicate rows

It removes outliers from the dataset

It scales values to a specific range

It checks for null values

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an outlier in a dataset?

A missing value in the dataset

A value that is distant from other observed points

A duplicate entry in the dataset

A value that is similar to others

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?