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

I REALLY LOVE THIS. however it doesnt seem like it supports multi index dataframe #11

Open
will30303 opened this issue Apr 23, 2021 · 1 comment

Comments

@will30303
Copy link

When trying to show a multi index dataframe, it renders only the column values and not the multi index levels.

Is there a way I can get the multi index levels to show on tabloo as well?

@bluenote10
Copy link
Owner

For now you probably have to drop the index or convert it to a single index e.g. by fusing the values somehow. It should be relatively straightforward to drop/fuse automatically on the tabloo side. Supporting them properly in the UI may be tough, because table cells with nested content may be awkward to handle from a UX perspective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants