0.9.15 doesn't render custom index column of dataframe
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
6 Replies
Oh thanks for pointing this out. I can fix this today
thank you!
really appreciated π
In the meantime, you can probably do β.drop_indexβ before outputting which will move the index as a real column
Solution
0.9.16 fixed the issue π