Skip to content

Commit 9cc063e

Browse files
committed
Update description of issue 56994
1 parent dadf6fc commit 9cc063e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,11 +644,11 @@ Numeric
644644

645645
Conversion
646646
^^^^^^^^^^
647+
- Assigning a PyArrow array in a ``pd.DataFrame`` column now produces a ``pd.Series`` with a ``pd.ArrowDtype`` (:issue:`56994`)
647648
- Bug in :meth:`DataFrame.astype` not casting ``values`` for Arrow-based dictionary dtype correctly (:issue:`58479`)
648649
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
649650
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
650651
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
651-
- Bug in :meth:`sanitize_array` was not taking into account pyarrow arrays. (:issue:`56994`)
652652

653653
Strings
654654
^^^^^^^

0 commit comments

Comments
 (0)