Data Analysis with Python 1

Data Analysis with Python 1

University

30 Qs

quiz-placeholder

Similar activities

KUIS LITERASI DIGITAL

KUIS LITERASI DIGITAL

University

25 Qs

data mining

data mining

University

30 Qs

CCC14 Chapter 4 - Spreadsheet

CCC14 Chapter 4 - Spreadsheet

University

25 Qs

Information assurance and security

Information assurance and security

University

25 Qs

UTS Logika Algoritma tahun 2025

UTS Logika Algoritma tahun 2025

University

25 Qs

UTS Logika Algoritma Semester 2A

UTS Logika Algoritma Semester 2A

University

25 Qs

GDSC FET Jain University Study Jam 106

GDSC FET Jain University Study Jam 106

University

25 Qs

Computer Pretest1(Arduino Grade8_t1)

Computer Pretest1(Arduino Grade8_t1)

3rd Grade - University

25 Qs

Data Analysis with Python 1

Data Analysis with Python 1

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Atisang Molapo

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?