I am getting some tables rendered using Datalore’s proprietary table component instead of HTML tables.
How can this behaviour be eliminated, as this component (the same in Pycharm) is buggy? How can I get the default HTML tables back?
I am getting some tables rendered using Datalore’s proprietary table component instead of HTML tables.
How can this behaviour be eliminated, as this component (the same in Pycharm) is buggy? How can I get the default HTML tables back?
You can get the default output by explicitly wrapping the statement with a dataframe using print()
function:
Alternatively you can get the default HTML representation using built-in to_html()
method:
Anyway, I’d be glad to learn more about the bugs you mentioned in your post, please feel free to send me details via DM.
Thank you.