File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
292292 -i " pandas.api.types.is_period_dtype SA01" \
293293 -i " pandas.api.types.is_re PR07,SA01" \
294294 -i " pandas.api.types.is_re_compilable PR07,SA01" \
295- -i " pandas.api.types.is_sparse SA01" \
296295 -i " pandas.api.types.is_timedelta64_ns_dtype SA01" \
297296 -i " pandas.api.types.pandas_dtype PR07,RT03,SA01" \
298297 -i " pandas.arrays.ArrowExtensionArray PR07,SA01" \
Original file line number Diff line number Diff line change @@ -187,6 +187,10 @@ def is_sparse(arr) -> bool:
187187 bool
188188 Whether or not the array-like is a pandas sparse array.
189189
190+ See Also
191+ --------
192+ api.types.SparseDtype : The dtype object for pandas sparse arrays.
193+
190194 Examples
191195 --------
192196 Returns `True` if the parameter is a 1-D pandas sparse array.
You can’t perform that action at this time.
0 commit comments