File tree 2 files changed +4
-1
lines changed
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
292
292
-i " pandas.api.types.is_period_dtype SA01" \
293
293
-i " pandas.api.types.is_re PR07,SA01" \
294
294
-i " pandas.api.types.is_re_compilable PR07,SA01" \
295
- -i " pandas.api.types.is_sparse SA01" \
296
295
-i " pandas.api.types.is_timedelta64_ns_dtype SA01" \
297
296
-i " pandas.api.types.pandas_dtype PR07,RT03,SA01" \
298
297
-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