Data Analysis with Python 1

Data Analysis with Python 1

University

30 Qs

quiz-placeholder

Similar activities

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

SQL Basics

SQL Basics

University

29 Qs

Mastering Pandas: A Quiz Challenge

Mastering Pandas: A Quiz Challenge

University

30 Qs

Quiz on Aggregate Functions in SQL

Quiz on Aggregate Functions in SQL

University

25 Qs

SQL MIDTERM EXAM

SQL MIDTERM EXAM

University

25 Qs

Takeshi's Castle Code bingo

Takeshi's Castle Code bingo

University

25 Qs

UAS_Kelas D

UAS_Kelas D

University

25 Qs

python test no 1

python test no 1

University

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