Data Analytics & EDA

Data Analytics & EDA

Professional Development

12 Qs

quiz-placeholder

Similar activities

Machine Learning (Introduction I)

Machine Learning (Introduction I)

Professional Development

10 Qs

Basics of R Programming-II

Basics of R Programming-II

12th Grade - Professional Development

10 Qs

STATA DASAR

STATA DASAR

Professional Development

12 Qs

Ivy_Accenture_Analytics_Assessment-1

Ivy_Accenture_Analytics_Assessment-1

Professional Development

15 Qs

Model View in Powerbi

Model View in Powerbi

Professional Development

10 Qs

Ivy_Honeywell_Data Anlaytics_6.2

Ivy_Honeywell_Data Anlaytics_6.2

Professional Development

10 Qs

Excel Quiz-Pivots

Excel Quiz-Pivots

Professional Development

13 Qs

Scientific Python

Scientific Python

KG - Professional Development

10 Qs

Data Analytics & EDA

Data Analytics & EDA

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Jagriti Saini

Used 3+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the primary objective of Exploratory Data Analysis (EDA)?

To finalize the data model

To make predictions

To summarize data characteristics through visualization and statistics

To clean and preprocess the data

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which library is primarily used for numerical manipulations?

pandas

matplotlib

numpy

seaborn

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What function is used to load the dataset?

pd.load()

pd.read_csv()

np.load()

sns.read_csv()

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you inspect the first few rows of a DataFrame in pandas?

data.first()

data.size()

data.info()

data.head()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What method is used to check the specifically the data types of each column in a pandas DataFrame?

data.info()

data.dtypes

data.dtypes()

data.describe()

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function checks for missing values in the dataset?

data.missing()

data.isnull().sum()

data.nan_count()

data.value_counts()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which visualization is used to detect outliers in the dataset?

Line Plot

Scatter Plot

Box Plot

Histogram

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?