Unit1_Pandas&Visualization

Unit1_Pandas&Visualization

12th Grade

21 Qs

quiz-placeholder

Similar activities

Pandas Series & DataFrames

Pandas Series & DataFrames

12th Grade

20 Qs

Season 5 #Spaic Python Weekly Quiz

Season 5 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Python CSV and Pandas

Python CSV and Pandas

12th Grade

20 Qs

DataFrame in Pandas

DataFrame in Pandas

11th - 12th Grade

20 Qs

Python - Pandas-2

Python - Pandas-2

12th Grade

20 Qs

Numpy, matplotlib

Numpy, matplotlib

12th Grade

20 Qs

VIII razred - Jupyter II

VIII razred - Jupyter II

1st - 12th Grade

24 Qs

Sjmit-Q2-[Workshop-MAR-25]

Sjmit-Q2-[Workshop-MAR-25]

12th Grade - University

20 Qs

Unit1_Pandas&Visualization

Unit1_Pandas&Visualization

Assessment

Quiz

Computers

12th Grade

Medium

Created by

IP Teacher

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to create a Pandas DataFrame from a CSV file?

df = pd.DataFrame.from_csv('data.csv')

df = pd.read_csv('data.csv')

df = pd.DataFrame.read_csv('data.csv')

df = pd.DataFrame.load_csv('data.csv')

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to access a specific column in a Pandas DataFrame?

df.loc[]

df.iloc[]

df.column_name

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you check the number of rows and columns in a DataFrame?

df.size()

df.shape

df.length()

df.info()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between a Pandas DataFrame and Series?

A DataFrame is a 2-dimensional data structure, while a Series is 1-dimensional.

A DataFrame can store heterogeneous data types, while a Series can only store homogeneous data types.

A DataFrame has both row and column labels, while a Series only has row labels.

All of the above.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to calculate the sum of values in a Pandas Series?

series.sum()

series.total()

series.add()

series.aggregate('sum')

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library is commonly used for data visualization in Python?

NumPy

Matplotlib

Pandas

Scikit-learn

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a line plot using Matplotlib?

plt.scatter()

plt.bar()

plt.plot()

plt.hist()

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?