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 c099d9b commit afa2380Copy full SHA for afa2380
doc/source/whatsnew/v3.0.0.rst
@@ -539,7 +539,7 @@ Conversion
539
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
540
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
541
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
542
-- Bug in :meth:`Series.isna` returning ``bool`` instead of ``bool[pyarrow]`` for Arrow-based Series (:issue:`59431`)
+- Bug in :meth:`Series.isna` returning ``bool`` instead of ``bool[pyarrow]`` for Arrow-based Series (:issue:`59436`)
543
544
Strings
545
^^^^^^^
0 commit comments