File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -644,11 +644,11 @@ Numeric
644
644
645
645
Conversion
646
646
^^^^^^^^^^
647
+ - Assigning a PyArrow array in a ``pd.DataFrame `` column now produces a ``pd.Series `` with a ``pd.ArrowDtype `` (:issue: `56994 `)
647
648
- Bug in :meth: `DataFrame.astype ` not casting ``values `` for Arrow-based dictionary dtype correctly (:issue: `58479 `)
648
649
- Bug in :meth: `DataFrame.update ` bool dtype being converted to object (:issue: `55509 `)
649
650
- Bug in :meth: `Series.astype ` might modify read-only array inplace when casting to a string dtype (:issue: `57212 `)
650
651
- 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 `)
652
652
653
653
Strings
654
654
^^^^^^^
You can’t perform that action at this time.
0 commit comments