1.

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 mentionedI had been asked this question in exam.This key question is from Pandas in chapter Data Analysis with Python of Data Science

Answer»

Correct answer is (B) SparseArray

The explanation is: SparseArray is a 1-dimensional ndarray-like OBJECT STORING only VALUES distinct from the fill_value.



Discussion

No Comment Found

Related InterviewSolutions