Skip to content

Commit

Permalink
DOC: fix ES01 for pandas.DataFrame.sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 committed Feb 9, 2025
1 parent e557039 commit 1b51568
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pandas/core/arrays/sparse/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,11 @@ class SparseFrameAccessor(BaseAccessor, PandasDelegate):
"""
DataFrame accessor for sparse data.
It allows users to interact with a `DataFrame` that contains sparse data types
(`SparseDtype`). It provides methods and attributes to efficiently work with sparse
storage, reducing memory usage while maintaining compatibility with standard pandas
operations.
Parameters
----------
data : scipy.sparse.spmatrix
Expand Down

0 comments on commit 1b51568

Please sign in to comment.