Data Cleansing Quiz

Data Cleansing Quiz

University

10 Qs

quiz-placeholder

Similar activities

VVCE_SQL_RDBMS_1

VVCE_SQL_RDBMS_1

12th Grade - University

7 Qs

Chapter : 9 Working with tables

Chapter : 9 Working with tables

5th Grade - University

15 Qs

DP-100 day 3

DP-100 day 3

University - Professional Development

10 Qs

C++ Array Quiz

C++ Array Quiz

University

10 Qs

RO-Unit III

RO-Unit III

University

7 Qs

MindSpace Quiz S-3

MindSpace Quiz S-3

University

15 Qs

UTS Basis Data II - ITM

UTS Basis Data II - ITM

University

15 Qs

DBMS Lab Quiz 1 2B3

DBMS Lab Quiz 1 2B3

University

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