NaN counts
Open
enhancement
- Dominant language
- Python
- Stars
- 3.6k
- Forks
- 376
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.