We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4993578 commit 3da324eCopy full SHA for 3da324e
doc/source/whatsnew/v1.0.0.rst
@@ -156,7 +156,7 @@ type dedicated to boolean data that can hold missing values. With the default
156
``'bool`` data type based on a numpy bool array, the column can only hold
157
True or False values and not missing values. This new :class:`BooleanDtype`
158
can store missing values as well by keeping track of this in a separate mask.
159
-(:issue:`29555`)
+(:issue:`29555`, :issue:`30095`)
160
161
.. ipython:: python
162
0 commit comments