great-tables icon indicating copy to clipboard operation
great-tables copied to clipboard

Pandas <NA> values are interpreted as HTML

Open machow opened this issue 5 months ago • 0 comments

from great_tables import exibble, GT

GT(exibble)

Note that great_tables._utils_render_html.create_body_component_h() handles creating the string representation of nulls. It converts these to <NA>, which gets interpreted as an html element, which makes it invisible in the displayed table.

We can likely fix this while implementing the sub functions (#182)

machow avatar Mar 04 '24 21:03 machow