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 eb591cd commit 87ac09bCopy full SHA for 87ac09b
doc/source/whatsnew/v1.0.0.rst
@@ -144,7 +144,7 @@ type dedicated to boolean data that can hold missing values. The default
144
``bool`` data type based on a bool-dtype NumPy array, the column can only hold
145
``True`` or ``False``, and not missing values. This new :class:`~arrays.BooleanArray`
146
can store missing values as well by keeping track of this in a separate mask.
147
-(:issue:`29555`, :issue:`30095`)
+(:issue:`29555`, :issue:`30095`, :issue:`31131`)
148
149
.. ipython:: python
150
0 commit comments