We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236cedf commit 18d9cffCopy full SHA for 18d9cff
doc/source/whatsnew/v1.4.4.rst
@@ -19,7 +19,7 @@ Fixed regressions
19
- Fixed regression in :meth:`DataFrame.loc` not updating the cache correctly after values were set (:issue:`47867`)
20
- Fixed regression in :meth:`DataFrame.loc` not aligning index in some cases when setting a :class:`DataFrame` (:issue:`47578`)
21
- Fixed regression in setting ``None`` or non-string value into a ``string``-dtype Series using a mask (:issue:`47628`)
22
-- Fixed regression in :func:`merge` throwing an error when passing a :class:`Series` with a multi-level name
+- Fixed regression in :func:`merge` throwing an error when passing a :class:`Series` with a multi-level name (:issue:`47946`)
23
- Fixed regression in :meth:`DataFrame.eval` creating a copy when updating inplace (:issue:`47449`)
24
-
25
0 commit comments