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 12727f0 commit bd38f15Copy full SHA for bd38f15
doc/source/whatsnew/v3.0.0.rst
@@ -518,6 +518,7 @@ Conversion
518
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
519
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
520
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
521
+- Bug in :meth:`sanitize_array` was not taking into account pyarrow arrays. (:issue:`56994`)
522
523
Strings
524
^^^^^^^
0 commit comments