File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
122
122
-i " pandas.api.types.is_re_compilable PR07,SA01" \
123
123
-i " pandas.api.types.pandas_dtype PR07,RT03,SA01" \
124
124
-i " pandas.arrays.ArrowExtensionArray PR07,SA01" \
125
- -i " pandas.arrays.BooleanArray SA01" \
126
125
-i " pandas.arrays.DatetimeArray SA01" \
127
126
-i " pandas.arrays.IntegerArray SA01" \
128
127
-i " pandas.arrays.IntervalArray.left SA01" \
Original file line number Diff line number Diff line change @@ -286,6 +286,13 @@ class BooleanArray(BaseMaskedArray):
286
286
-------
287
287
BooleanArray
288
288
289
+ See Also
290
+ --------
291
+ array : Create an array from data with the appropriate dtype.
292
+ BooleanDtype : Extension dtype for boolean data.
293
+ Series : One-dimensional ndarray with axis labels (including time series).
294
+ DataFrame : Two-dimensional, size-mutable, potentially heterogeneous tabular data.
295
+
289
296
Examples
290
297
--------
291
298
Create an BooleanArray with :func:`pandas.array`:
You can’t perform that action at this time.
0 commit comments