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