Default table rendering

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?

Hi @Mikko_Ohtamaa

You can get the default output by explicitly wrapping the statement with a dataframe using print() function:

Screenshot 2024-07-09 at 12.49.52

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.

1 Like