Skip to content

Commit

Permalink
Update pandas/core/arrays/sparse/array.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 authored Sep 26, 2024
1 parent b741dc7 commit 52ac541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/arrays/sparse/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def npoints(self) -> int:
See Also
--------
Series.sparse.to_dense : Convert a Series from sparse values to dense.
Series.sparse.fill_value : Elements in `data` that are `fill_value` are
Series.sparse.fill_value : Elements in ``data`` that are ``fill_value`` are
not stored.
Series.sparse.density : The percent of non- ``fill_value`` points, as decimal.
Expand Down

0 comments on commit 52ac541

Please sign in to comment.