We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e557039 commit 1b51568Copy full SHA for 1b51568
pandas/core/arrays/sparse/accessor.py
@@ -279,6 +279,11 @@ class SparseFrameAccessor(BaseAccessor, PandasDelegate):
279
"""
280
DataFrame accessor for sparse data.
281
282
+ It allows users to interact with a `DataFrame` that contains sparse data types
283
+ (`SparseDtype`). It provides methods and attributes to efficiently work with sparse
284
+ storage, reducing memory usage while maintaining compatibility with standard pandas
285
+ operations.
286
+
287
Parameters
288
----------
289
data : scipy.sparse.spmatrix
0 commit comments