Q94
Which of the following method is used for transforming a SparseSeries indexed by a MultiIndex to a scipy.sparse.coo_matrix?
A.
SparseSeries.to_coo()
AnswerB.
Series.to_coo()
C.
SparseSeries.to_cooser()
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board