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
In previous versions that meant .rename(index=None, columns=str.lower), but now it's .rename(mapper=None, index=str.lower). I think this is fundamentally ambiguous correct? This is breaking dask, which used positional arguments, but I suspect it'll break more code.
Posted in #17800 (comment), but making a new issue to make sure it's not lost and that everone is aware, and to check if we're comfortable with this:
In previous versions that meant
.rename(index=None, columns=str.lower)
, but now it's.rename(mapper=None, index=str.lower)
. I think this is fundamentally ambiguous correct? This is breaking dask, which used positional arguments, but I suspect it'll break more code.cc @jreback @jorisvandenbossche
The text was updated successfully, but these errors were encountered: