You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.1.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -649,7 +649,7 @@ Missing
649
649
- Bug in :meth:`DataFrame.fillna` with a dict value raising ``RecursionError`` when columns are a :class:`MultiIndex` with duplicate entries (:issue:`53498`)
650
650
- Bug in :meth:`DataFrame.interpolate` and :meth:`Series.interpolate` with ``method`` in ``"index"``, ``"values"`` or ``"time"`` raising when the index had an :class:`ArrowDtype` timestamp or duration dtype; these now match the equivalent :class:`DatetimeIndex` or :class:`TimedeltaIndex` (:issue:`66338`)
651
651
- Bug in :meth:`Series.combine_first` crashing when Series names are :class:`Timestamp` objects (:issue:`65333`)
652
-
- Bug in :class:`ArrowExtensionArray` where empty strings converted to a floating PyArrow dtype stored IEEE ``NaN`` instead of null, so :meth:`Series.fillna` did not fill them (e.g. empty CSV fields with ``dtype="double[pyarrow]"`` and ``keep_default_na=False``)
652
+
- Bug in :class:`ArrowExtensionArray` where converting empty strings to a floating PyArrow dtype stored IEEE ``NaN`` instead of raising like numpy ``float64`` (e.g. empty CSV fields with ``dtype="double[pyarrow]"`` and ``keep_default_na=False``) (:issue:`66834`)
0 commit comments