You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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
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.
The text was updated successfully, but these errors were encountered: