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
- :meth:`DataFrame.rename` would previously accept positional arguments that would lead
334
+
to ambiguous or undefined behavior. From pandas 1.0, only the very first argument, which
335
+
maps labels to their new names along the default axis, is allowed to be passed by position
336
+
(:issue:`29136`).
335
337
336
338
*pandas 0.25.x*
337
339
@@ -1179,13 +1181,9 @@ Reshaping
1179
1181
- Bug in :func:`melt` where supplying mixed strings and numeric values for ``id_vars`` or ``value_vars`` would incorrectly raise a ``ValueError`` (:issue:`29718`)
1180
1182
- Dtypes are now preserved when transposing a ``DataFrame`` where each column is the same extension dtype (:issue:`30091`)
1181
1183
- Bug in :func:`merge_asof` merging on a tz-aware ``left_index`` and ``right_on`` a tz-aware column (:issue:`29864`)
1182
-
<<<<<<< HEAD
1183
1184
- Improved error message and docstring in :func:`cut` and :func:`qcut` when `labels=True` (:issue:`13318`)
1184
1185
- Bug in missing `fill_na` parameter to :meth:`DataFrame.unstack` with list of levels (:issue:`30740`)
1185
1186
- :meth:`DataFrame.merge` now preserves right frame's row order when executing a right merge (:issue:`27453`)
0 commit comments