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

mo.ui.table(show_column_summaries: True|False -> 'all' | 'some' | 'none') #3132

Open
liquidcarbon opened this issue Dec 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@liquidcarbon
Copy link
Contributor

liquidcarbon commented Dec 11, 2024

Description

I'd like the option to keep the unique and null counts but get rid of the histogram (more often than not it's useless). Currently, show_column_summaries=False removes both.

Image

BTW, maybe it's expected, but it's not showing unique counts for complex types, the last column was from DuckDB's LIST aggregation.

Suggested solution

More column summary options

Alternative

No response

Additional context

No response

@liquidcarbon liquidcarbon added the enhancement New feature or request label Dec 11, 2024
@mscolnick
Copy link
Contributor

So its not a breaking change, I think we can update show_column_summaries: Optional[Union[bool, "stats"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants