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
I wish I could update the index of a dataframe inplace.
Feature Description
Functions pd.DataFrame.set_index() and pd.DataFrame.reset_index() both have an option of inplace=True. I hope function pd.DataFrame.reindex() add it as well. This might lead to adding another option of drop=True.