solara icon indicating copy to clipboard operation
solara copied to clipboard

Fixes pandas dataframe transpose display error

Open SarthakNikhal opened this issue 2 months ago • 3 comments

Fix for https://github.com/widgetti/solara/issues/526. Created a separate variable to store row names to display them correctly as per the index in the loop. Also, created a new function in utils to cater for getting list of row index names just like for columns.

SarthakNikhal avatar Apr 22 '24 00:04 SarthakNikhal