We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1b00d commit 54d805fCopy full SHA for 54d805f
pandas/core/arrays/boolean.py
@@ -43,8 +43,8 @@ class BooleanDtype(BaseMaskedDtype):
43
"""
44
Extend Boolean data type.
45
46
- `BooleanDtype` enables use of nullable boolean data in pandas
47
- structures such as`Series`. Internally, it is backed by pandas BooleanArray,
+ `BooleanDtype` enables use of null boolean data in pandas structures such as
+ `Series` and `array`. Internally, it is backed by pandas BooleanArray,
48
which stores data using two numpy boolean arrays: one to store values('True'/'False')
49
and a mask to indicate missing values (`pd.NA`)
50
0 commit comments