File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -1200,6 +1200,7 @@ Other
12001200- Bug in :func: `eval ` where the names of the :class: `Series ` were not preserved when using ``engine="numexpr" ``. (:issue: `10239 `)
12011201- Bug in :func: `eval ` with ``engine="numexpr" `` returning unexpected result for float division. (:issue: `59736 `)
12021202- Bug in :func: `to_numeric ` raising ``TypeError `` when ``arg `` is a :class: `Timedelta ` or :class: `Timestamp ` scalar. (:issue: `59944 `)
1203+ - Bug in :func: `to_numeric ` with :class: `ArrowDtype ` raising ``ValueError `` when the array contained NA values. (:issue: `61641 `)
12031204- Bug in :func: `unique ` on :class: `Index ` not always returning :class: `Index ` (:issue: `57043 `)
12041205- Bug in :meth: `DataFrame.apply ` raising ``RecursionError `` when passing ``func=list[int] ``. (:issue: `61565 `)
12051206- Bug in :meth: `DataFrame.apply ` where passing ``engine="numba" `` ignored ``args `` passed to the applied function (:issue: `58712 `)
You can’t perform that action at this time.
0 commit comments