https://github.com/dask-contrib/dask-histogram
Histograms with task scheduling.
https://github.com/dask-contrib/dask-histogram
dask histograms pydata
Last synced: about 1 year ago
JSON representation
Histograms with task scheduling.
- Host: GitHub
- URL: https://github.com/dask-contrib/dask-histogram
- Owner: dask-contrib
- License: bsd-3-clause
- Created: 2021-03-30T04:31:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T20:03:38.000Z (over 1 year ago)
- Last Synced: 2025-04-02T05:08:12.799Z (about 1 year ago)
- Topics: dask, histograms, pydata
- Language: Python
- Homepage: https://dask-histogram.readthedocs.io
- Size: 525 KB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dask-histogram
> Scale up histogramming with [Dask](https://dask.org).
[](https://github.com/dask-contrib/dask-histogram/actions/workflows/ci.yml)
[](https://dask-histogram.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.org/project/dask-histogram/)
[](https://anaconda.org/conda-forge/dask-histogram)
[](https://pypi.org/project/dask-histogram/)
The [boost-histogram](https://github.com/scikit-hep/boost-histogram)
library provides a performant object oriented API for histogramming in
Python. Building on the foundation of boost-histogram, dask-histogram
adds support for lazy calculations on Dask collections.
See [the documentation](https://dask-histogram.readthedocs.io/) for
examples and the API reference.