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
If we have a dataframe with a MultiIndex where one of the levels' names is already in the dataframe columns, the final .reset_index() before passing to the frontend will break with a ValueError: cannot insert keyword_column, already exists. Probably need to remove columns that are in the MultiIndex to preserve the index structure.
The text was updated successfully, but these errors were encountered:
If we have a dataframe with a MultiIndex where one of the levels' names is already in the dataframe columns, the final
.reset_index()
before passing to the frontend will break with aValueError: cannot insert keyword_column, already exists
. Probably need to remove columns that are in the MultiIndex to preserve the index structure.The text was updated successfully, but these errors were encountered: