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
FutureWarning: rename with inplace=True will return None from pandas 0.11 onward.
In the release notes for 0.10.1 I saw the changes regarding functions with the inplace option. However, it didn't seem like the above code should naturally lead to such a warning. No warning is produced if the same operation is done on a Series.
The text was updated successfully, but these errors were encountered:
Using pandas 0.10.1:
produces:
In the release notes for 0.10.1 I saw the changes regarding functions with the
inplace
option. However, it didn't seem like the above code should naturally lead to such a warning. No warning is produced if the same operation is done on a Series.The text was updated successfully, but these errors were encountered: