Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 mentioned

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

Join The Discussion