NEW
Font size
WorksheetsPandas Quiz 1
Total questions: 10
Worksheet time: 5mins
Which of the following are modules/libraries in Python?
NumPy
Pandas
Matplotlib
All of the above
NumPy stands for ____
Number Python
Numerical Python
Numbers in Python
None of the above
Which of the following libraries allows to manipulate, transform and visualize data easily and efficiently.
Pandas
NumPy
Matplotlib
All of the above
PANDAS stands for _____________
Panel Data Analysis
Panel Data analyst
Panel Data
Panel Dashboard
_________ is an important library used for analyzing data
Math
Random
Pandas
None of the above
Important data structure of pandas is/are ___________
Series
Data Frame
Both of the above
None of the above
Which of the following library in Python is used for plotting graphs and visualization.
Pandas
NumPy
Matplotlib
None of the above
_________ is used when data is in Tabular Format.
NumPy
Pandas
Matplotlib
All of the above
Which of the following command is used to install pandas?
pip install pandas
install pandas
pip pandas
None of the above
A __________ is a collection of data values and operations that can be applied to that data.
Data Structure
Data Frame
Table
None of the above
