Skip to content
New issue

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

Let user hide datatype in tables headers #2902

Open
mrdobalina2k opened this issue Nov 20, 2024 · 1 comment
Open

Let user hide datatype in tables headers #2902

mrdobalina2k opened this issue Nov 20, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mrdobalina2k
Copy link

Description

Suddenly the datatypes have appeared as "string", "number" etc under the table headers. I would very much like to hide these types.

Image

Suggested solution

Add an argument like hide_datatypes or something similar to the table constructor.

Alternative

No response

Additional context

No response

@mrdobalina2k mrdobalina2k added the enhancement New feature or request label Nov 20, 2024
@mscolnick
Copy link
Contributor

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.

@mscolnick mscolnick added the help wanted Extra attention is needed label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants