lovuikeng
lovuikengβ€’2w ago

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
No description
No description
Solution:
0.9.16 fixed the issue πŸ™‚
Jump to solution
6 Replies
Myles Scolnick
Myles Scolnickβ€’2w ago
Oh thanks for pointing this out. I can fix this today
lovuikeng
lovuikengOPβ€’2w ago
thank you!
lovuikeng
lovuikengOPβ€’2w ago
really appreciated πŸ™‚
Myles Scolnick
Myles Scolnickβ€’2w ago
In the meantime, you can probably do β€˜.drop_index’ before outputting which will move the index as a real column
Solution
lovuikeng
lovuikengβ€’7d ago
0.9.16 fixed the issue πŸ™‚