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
Backport PR #47327 on branch 1.4.x (REGR: Fix fillna making a copy when dict was given as fill value and inplace is set) (#47448)
* Backport PR #47327: REGR: Fix fillna making a copy when dict was given as fill value and inplace is set
Co-authored-by: Patrick Hoefler <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.4.3.rst
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Fixed regressions
29
29
- Fixed regression in :meth:`DataFrame.to_csv` raising error when :class:`DataFrame` contains extension dtype categorical column (:issue:`46297`, :issue:`46812`)
30
30
- Fixed regression in representation of ``dtypes`` attribute of :class:`MultiIndex` (:issue:`46900`)
31
31
- Fixed regression when setting values with :meth:`DataFrame.loc` updating :class:`RangeIndex` when index was set as new column and column was updated afterwards (:issue:`47128`)
32
+
- Fixed regression in :meth:`DataFrame.fillna` and :meth:`DataFrame.update` creating a copy when updating inplace (:issue:`47188`)
32
33
- Fixed regression in :meth:`DataFrame.nsmallest` led to wrong results when ``np.nan`` in the sorting column (:issue:`46589`)
33
34
- Fixed regression in :func:`read_fwf` raising ``ValueError`` when ``widths`` was specified with ``usecols`` (:issue:`46580`)
34
35
- Fixed regression in :func:`concat` not sorting columns for mixed column names (:issue:`47127`)
0 commit comments