We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f08d9 commit 3dd59caCopy full SHA for 3dd59ca
doc/source/user_guide/boolean.rst
@@ -27,7 +27,7 @@ will raise a ``ValueError``.
27
:okexcept:
28
29
s = pd.Series([1, 2, 3])
30
- mask = pd.array([True, False, pd.NA], dtyep="boolean")
+ mask = pd.array([True, False, pd.NA], dtype="boolean")
31
s[mask]
32
33
The missing values will need to be explicitly filled with True or False prior
0 commit comments