We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suddenly the datatypes have appeared as "string", "number" etc under the table headers. I would very much like to hide these types.
Add an argument like hide_datatypes or something similar to the table constructor.
No response
The text was updated successfully, but these errors were encountered:
This cropped up when I started to auto-infer data-types from the column values: #2796
I've fixed that in this PR: #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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: