Get help from the marimo community

Updated 2 months ago

0.9.15 doesn't render custom index column of dataframe

At a glance

The community member reported that updating from version 0.9.14 to 0.9.15 breaks the dataframe UI if the dataframe has a custom index column, but the to_markdown() function still works in both versions. Another community member acknowledged the issue and said they can fix it. A pull request was created to address the problem. In the meantime, a community member suggested using '.drop_index' before outputting the dataframe to move the index as a real column. The issue was eventually resolved in version 0.9.16.

Useful resources
Somehow, updating 0.9.14 to 0.9.15 breaks dataframe ui if dataframe is of custom index column, but to_markdown() works for both versions
Attachments
image.png
image.png
M
l
6 comments
Oh thanks for pointing this out. I can fix this today
really appreciated πŸ™‚
In the meantime, you can probably do β€˜.drop_index’ before outputting which will move the index as a real column
0.9.16 fixed the issue πŸ™‚
Add a reply
Sign up and join the conversation on Discord