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 @@ -296,7 +296,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
296
296
-i " pandas.api.types.is_period_dtype SA01" \
297
297
-i " pandas.api.types.is_re PR07,SA01" \
298
298
-i " pandas.api.types.is_re_compilable PR07,SA01" \
299
- -i " pandas.api.types.is_sparse SA01" \
300
299
-i " pandas.api.types.is_timedelta64_ns_dtype SA01" \
301
300
-i " pandas.api.types.pandas_dtype PR07,RT03,SA01" \
302
301
-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:
187
187
bool
188
188
Whether or not the array-like is a pandas sparse array.
189
189
190
+ See Also
191
+ --------
192
+ api.types.SparseDtype : The dtype object for pandas sparse arrays.
193
+
190
194
Examples
191
195
--------
192
196
Returns `True` if the parameter is a 1-D pandas sparse array.
You can’t perform that action at this time.
0 commit comments