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

[FEA] add flag to switch between string and numerical type col for group-in-box #606

Open
mj3cheun opened this issue Oct 16, 2024 · 1 comment

Comments

@mj3cheun
Copy link
Contributor

Is your feature request related to a problem? Please describe.
string type will result in a histogram listing the x most common cols in graphistry ui
numerical type will result in a histogram showing binned intervals from min to max value in graphistry ui

both can be useful depending on use case, it would be great for a user to be able to switch between the two depending on the situation

see here for how to do the type coersion
cdd1278

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@lmeyerov
Copy link
Contributor

lmeyerov commented Oct 17, 2024

@mj3cheun this feels more like a graphistry thing than a pygraphistry, right?

  • in ui, the ability to change the kind of histogram
  • in the REST protocol, maybe give hints at this, or maybe make it explicit via arrow supporting something like categorical column types, and we propagate through? see dictionary type @ https://arrow.apache.org/docs/python/data.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants