marimo
marimo copied to clipboard
Let user hide datatype in tables headers
Description
Suddenly the datatypes have appeared as "string", "number" etc under the table headers. I would very much like to hide these types.
Suggested solution
Add an argument like hide_datatypes or something similar to the table constructor.
Alternative
No response
Additional context
No response
This cropped up when I started to auto-infer data-types from the column values: https://github.com/marimo-team/marimo/pull/2796
I've fixed that in this PR: https://github.com/marimo-team/marimo/pull/2907, which won't show data-types if you pass a list/dict, and instead only show when you pass a dataframe.
We can also make this configurable, but this at least fixes the default case.