NEW
Font size
S
M
L
XL
WorksheetsPandas Quiz
Total questions: 8
Worksheet time: 4mins
Name
Class
Date
1.
Pandas used to create----
a)
Data
b)
Array
c)
DataFrame
d)
DataFiles
2.
both Numpy & pandas used to create----
a)
Data Files
b)
Arrays
c)
Data
d)
Data structure
3.
--------------is used to access a single element in dataframe by specifying the row and column names.
a)
type() function
b)
index() function
c)
column() function
d)
loc( ) function
4.
----------- is used to check the data type of elements.
a)
index() function
b)
column() function
c)
type() function
d)
loc( ) function
5.
to find the maximum value in the full array
a)
np.mean ( array )
b)
np.min ( array)
c)
np.max ( array)
d)
np.median( array)
6.
to read csv file
a)
pd.read_CSV("file.csv")
b)
pd.to_csv("file.csv")
7.
to create new csv file
a)
pd.to_csv("file.csv")
b)
pd.read_CSV("file.csv")
8.
Numpy used to create----
a)
Data
b)
DataFrame
c)
Array
d)
DataFiles
Reset
