Point out the correct statement.
A. All of the standard pandas data structures have a to_sparse method
B. Any sparse object can be converted back to the standard dense form by calling to_dense
C. The sparse objects exist for memory efficiency reasons
D. All of the mentioned
Answer: Option D

Join The Discussion