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

NaN counts #627

Open
jbednar opened this issue Aug 3, 2018 · 0 comments
Open

NaN counts #627

jbednar opened this issue Aug 3, 2018 · 0 comments
Milestone

Comments

@jbednar
Copy link
Member

jbednar commented Aug 3, 2018

Right now, floating-point aggregations return NaNs where there is no data, but integers like counts have no NaN. Datashader's shade function currently treats integer zeros as if they were NaNs, making them transparent, but there should probably be (a) an option not to treat zeros specially, and (b) an option to allow counts to be returned as floating point arrays with NaNs in no-count areas. HoloViews would probably use (b) so that counts can be treated more consistently with other aggregations.

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