wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Pandas Quiz 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following are modules/libraries in Python?

a)

NumPy

b)

Pandas

c)

Matplotlib

d)

All of the above

2.

NumPy stands for ____

a)

Number Python

b)

Numerical Python

c)

Numbers in Python

d)

None of the above

3.

Which of the following libraries allows to manipulate, transform and visualize data easily and efficiently.

a)

Pandas

b)

NumPy

c)

Matplotlib

d)

All of the above

4.

PANDAS stands for _____________

a)

Panel Data Analysis

b)

Panel Data analyst

c)

Panel Data

d)

Panel Dashboard

5.

_________ is an important library used for analyzing data

a)

Math

b)

Random

c)

Pandas

d)

None of the above

6.

Important data structure of pandas is/are ___________

a)

Series

b)

Data Frame

c)

Both of the above

d)

None of the above

7.

Which of the following library in Python is used for plotting graphs and visualization.

a)

Pandas

b)

NumPy

c)

Matplotlib

d)

None of the above

8.

_________ is used when data is in Tabular Format.

a)

NumPy

b)

Pandas

c)

Matplotlib

d)

All of the above

9.

Which of the following command is used to install pandas?

a)

pip install pandas

b)

install pandas

c)

pip pandas

d)

None of the above

10.

A __________ is a collection of data values and operations that can be applied to that data.

a)

Data Structure

b)

Data Frame

c)

Table

d)

None of the above