We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be good to add a bin_by argument to compute_statistic, as described in https://gist.github.com/astrofrog/23bd8eefbfb00928effe146b96b8fe18 - this would be similar to what vaex does, and allows more powerful statistical aggregated visualizations.
bin_by
@maartenbreddels - does the API in the above gist seem reasonable? Would it be easy to pass that option to vaex behind the scenes?
With this in place, we could actually deprecate compute_histogram.
compute_histogram
The text was updated successfully, but these errors were encountered:
Yes, that seems like a good idea.
indeed.
Sorry, something went wrong.
jsub1
No branches or pull requests
It would be good to add a
bin_by
argument to compute_statistic, as described in https://gist.github.com/astrofrog/23bd8eefbfb00928effe146b96b8fe18 - this would be similar to what vaex does, and allows more powerful statistical aggregated visualizations.@maartenbreddels - does the API in the above gist seem reasonable? Would it be easy to pass that option to vaex behind the scenes?
With this in place, we could actually deprecate
compute_histogram
.The text was updated successfully, but these errors were encountered: