Skip to content

Commit 1b51568

Browse files
DOC: fix ES01 for pandas.DataFrame.sparse
1 parent e557039 commit 1b51568

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/core/arrays/sparse/accessor.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,11 @@ class SparseFrameAccessor(BaseAccessor, PandasDelegate):
279279
"""
280280
DataFrame accessor for sparse data.
281281
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+
282287
Parameters
283288
----------
284289
data : scipy.sparse.spmatrix

0 commit comments

Comments
 (0)