Google News
logo
Pandas - Quiz(MCQ)
Which of the following is the base layer for all of the sparse indexed data structures?
A)
SArray
B)
SparseArray
C)
PyArray
D)
None of the above

Correct Answer :   SparseArray


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

Advertisement