-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes pandas dataframe transpose display error #613
base: master
Are you sure you want to change the base?
Fixes pandas dataframe transpose display error #613
Conversation
…dgetti#526' of https://github.com/SarthakNikhal/solara into FIX-solara.DataFrame-doesn't-display-row-index-names-widgetti#526
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks you @SarthakNikhal !
See my comment in the code, hope they make sense.
@maartenbreddels Completed the changes. |
Hey @SarthakNikhal! Looks like there are only two code quality errors left. Take a look at running |
…lay-row-index-names-widgetti#526
…dgetti#526' of https://github.com/SarthakNikhal/solara into FIX-solara.DataFrame-doesn't-display-row-index-names-widgetti#526
Done. I did not know about pre-commit. Thanks! |
Nice, thanks a lot @SarthakNikhal! I think the changes to |
86646f5
to
df2fd66
Compare
Fix for #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.