Skip to content

Multiheader (Multiindex) columns in ui.table #3964

Closed Answered by falkoschindler
GeorgiT-HI asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @GeorgiT-HI,

As the exception says, MultiIndex columns are not supported. And as stated in the next lines, "You can convert them to strings using something like df.columns = ["_".join(col) for col in df.columns.values]".
See #2384 (comment) for more information about the underlying problem with such columns.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GeorgiT-HI
Comment options

Answer selected by GeorgiT-HI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants