Data Analysis with Python 1

Data Analysis with Python 1

University

30 Qs

quiz-placeholder

Similar activities

Computer Programming-2

Computer Programming-2

University

30 Qs

Diagnostica de AD

Diagnostica de AD

University

25 Qs

ICT 2 EOC practice test 4 Access Netiquette Excel

ICT 2 EOC practice test 4 Access Netiquette Excel

6th Grade - University

25 Qs

python ba

python ba

University

30 Qs

SQL Basics

SQL Basics

University

29 Qs

SQL BASICS

SQL BASICS

University

25 Qs

dbms_batch2_28_jan_2020_quiz

dbms_batch2_28_jan_2020_quiz

University

26 Qs

Database Concepts and SQL Joins Quiz

Database Concepts and SQL Joins Quiz

University

29 Qs

Data Analysis with Python 1

Data Analysis with Python 1

Assessment

Quiz

Computers

University

Medium

Created by

Atisang Molapo

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python library is primarily used for data manipulation and analysis?

NumPy

Pandas

Matplotlib

Seaborn

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in Pandas is used to check for missing values?

.missing()

.isnull()

.notnull()

.checkna()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you import a CSV file into a Pandas DataFrame?

pd.open_csv('file.csv')

pd.import_csv('file.csv')

pd.read_csv('file.csv')

pd.load_csv('file.csv')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to fill missing values in a DataFrame?

.fill()

.fillna()

.replace()

.insert()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which parameter is used in .dropna() to remove rows where all values are missing?

how='any'

axis=1

how='all'

inplace=True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method helps remove duplicate rows in a DataFrame?

.drop_duplicates()

.remove_duplicates()

.clear_duplicates()

.filter_duplicates()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to get a quick summary of a DataFrame?

.summary()

.describe()

.overview()

.info_summary()

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?