Google News
logo
Pandas - Quiz(MCQ)
A)
items
B)
major_axis
C)
minor_axis
D)
None of the above

Correct Answer : Option (B) :   major_axis


Explanation : major_axis : axis 1, it is the index (rows) of each of the DataFrames.

A)
Series
B)
Data Frame
C)
Both (a) and (b)
D)
None of the above

Correct Answer : Option (A) :   Series

A)
Data
B)
Value
C)
Index
D)
None of the above

Correct Answer : Option (C) :   Index

A)
Bokeh
B)
Statsmodels
C)
Seaborn
D)
None of the above

Correct Answer : Option (B) :   Statsmodels


Explanation : Bokeh is a Python interactive visualization library for large datasets that natively uses the latest web technologies.

A)
read_hdf
B)
read_json
C)
read_pickle
D)
read_csv

Correct Answer : Option (D) :   read_csv

A)
Panel
B)
DataFrame
C)
Character Vector
D)
All of the above

Correct Answer : Option (B) :   DataFrame


Explanation : You get columns out of a DataFrame the same way you get elements out of a dictionary.

A)
yhat
B)
Vincent
C)
Seaborn
D)
None of the above

Correct Answer : Option (A) :   yhat

A)
PyData
B)
PyDatastream
C)
Quandl
D)
None of the above

Correct Answer : Option (C) :   Quandl

A)
merge function
B)
read_csv function
C)
apply function
D)
pivot_table function

Correct Answer : Option (C) :   apply function

A)
SArray
B)
SparseArray
C)
PyArray
D)
None of the above

Correct Answer : Option (B) :   SparseArray


Explanation : SparseArray is a 1-dimensional ndarray-like object storing only values distinct from the fill_value.