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 a9a22b0 commit be16238Copy full SHA for be16238
pandas/core/arrays/boolean.py
@@ -66,7 +66,7 @@ class BooleanDtype(BaseMaskedDtype):
66
--------
67
StringDtype : Extension dtype for string data.
68
BooleanArray: Array of boolean (True/False) data with missing values.
69
- BaseMaskedDType: Base class for dtypes for the BaseMaskedArray subclasses.
+ BaseMaskedDtype: Base class for dtypes for the BaseMaskedArray subclasses.
70
71
Examples
72
@@ -78,7 +78,7 @@ class BooleanDtype(BaseMaskedDtype):
78
2 <NA>
79
dtype: boolean
80
81
- Constructing a BooleanDType directly:
+ Constructing a BooleanDtype directly:
82
83
>>> pd.BooleanDtype()
84
BooleanDtype
0 commit comments