Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't render groupby+resample dataframes #67

Closed
shouples opened this issue Oct 11, 2022 · 0 comments · Fixed by #69
Closed

can't render groupby+resample dataframes #67

shouples opened this issue Oct 11, 2022 · 0 comments · Fixed by #69
Assignees
Labels
bug Something isn't working

Comments

@shouples
Copy link
Collaborator

shouples commented Oct 11, 2022

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.

image

@shouples shouples added the bug Something isn't working label Oct 11, 2022
@shouples shouples self-assigned this Oct 11, 2022
@shouples shouples linked a pull request Oct 12, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant