Google News
logo
Pandas - Quiz(MCQ)
Which of the following is not an indexed object in pandas?
A)
SparsePanel
B)
SparseSeries
C)
SparseDataFrame
D)
None of the above

Correct Answer :   None of the above


Explanation : SparseArray can be converted back to a regular ndarray by calling to_dense.

Advertisement