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

Display Unique Values in Column Statistics #5031

Closed
Tracked by #5927
cpwright opened this issue Jan 11, 2024 · 1 comment · Fixed by #6346
Closed
Tracked by #5927

Display Unique Values in Column Statistics #5031

cpwright opened this issue Jan 11, 2024 · 1 comment · Fixed by #6346
Assignees
Labels
core Core development tasks feature request New feature or request jsapi
Milestone

Comments

@cpwright
Copy link
Contributor

Description

When hovering over the Column A, I expect to see a count of "a" and "b":

from deephaven import empty_table
et=empty_table(100).update("A=i%2==1?`b`:`a`")

Instead I just see the unique count.
image

But I would expect something like this:
image

Versions

@cpwright cpwright added bug Something isn't working triage labels Jan 11, 2024
@rcaudy rcaudy assigned niloc132 and rcaudy and unassigned rcaudy Jan 11, 2024
@rcaudy rcaudy added core Core development tasks and removed triage labels Jan 11, 2024
@niloc132
Copy link
Member

This is dependent on #188 to get proper deserialization of the values that the server wants to be able to send.

@rcaudy rcaudy changed the title Unique Values not Displayed in Column Statistics Display Unique Values in Column Statistics Jan 11, 2024
@rcaudy rcaudy added feature request New feature or request jsapi and removed bug Something isn't working labels Jan 11, 2024
@niloc132 niloc132 modified the milestones: 1. March 2024, 0.36.0 Jul 25, 2024
@pete-petey pete-petey modified the milestones: 0.36.0, 0.37.0 Aug 26, 2024
niloc132 added a commit to niloc132/deephaven-core that referenced this issue Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core development tasks feature request New feature or request jsapi
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants