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
644644
645645Conversion
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
653653Strings
654654^^^^^^^
You can’t perform that action at this time.
0 commit comments