Default table rendering

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