

MCQOPTIONS
Saved Bookmarks
1. |
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() |
B. | Series.to_coo() |
C. | SparseSeries.to_cooser() |
D. | None of the mentioned |
Answer» B. Series.to_coo() | |