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

Datashader aggregation function can't be specified by user #314

Open
3 tasks
Sonja-Stockhaus opened this issue Jul 30, 2024 · 0 comments · May be fixed by #309
Open
3 tasks

Datashader aggregation function can't be specified by user #314

Sonja-Stockhaus opened this issue Jul 30, 2024 · 0 comments · May be fixed by #309
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Sonja-Stockhaus
Copy link
Collaborator

So far, sum() is the default, but we should include also any, count, m2, mean, mode, std, sum, var.

Complete list: https://datashader.org/api.html#reductions
@timtreis and I excluded some because they don't make sense in our situation or are too complicated to implement.

  • use sum as default aggregation
  • add other possibilities as kwarg so that the user can specify if they want a different aggregation
  • document
@Sonja-Stockhaus Sonja-Stockhaus added the enhancement New feature or request label Jul 30, 2024
@Sonja-Stockhaus Sonja-Stockhaus self-assigned this Jul 30, 2024
@Sonja-Stockhaus Sonja-Stockhaus linked a pull request Jul 30, 2024 that will close this issue
@timtreis timtreis added this to the v0.2.7 milestone Sep 30, 2024
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

Successfully merging a pull request may close this issue.

2 participants