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

TableReport Stats doesn't display nunique Integers #1070

Open
Vincent-Maladiere opened this issue Sep 12, 2024 · 1 comment
Open

TableReport Stats doesn't display nunique Integers #1070

Vincent-Maladiere opened this issue Sep 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Vincent-Maladiere
Copy link
Member

Describe the bug

Linked to #1052

Integer values should have a cardinality displayed in "Stats". Integers can represent IDs or other discrete quantities.

Steps/Code to Reproduce

NA

Expected Results

NA

Actual Results

NA

Versions

NA
@Vincent-Maladiere Vincent-Maladiere added the bug Something isn't working label Sep 12, 2024
@jeromedockes jeromedockes added enhancement New feature or request and removed bug Something isn't working labels Sep 12, 2024
@jeromedockes
Copy link
Member

yes ATM it does not check cardinality for numeric columns. we could do it for integers and replace the histogram with a bar plot when the cardinality is low

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