An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# dask-histogram

> Scale up histogramming with [Dask](https://dask.org).

[![Tests](https://github.com/dask-contrib/dask-histogram/actions/workflows/ci.yml/badge.svg)](https://github.com/dask-contrib/dask-histogram/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/dask-histogram/badge/?version=latest)](https://dask-histogram.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://img.shields.io/pypi/v/dask-histogram.svg?colorB=486b87&style=flat)](https://pypi.org/project/dask-histogram/)
[![Conda Forge](https://img.shields.io/conda/vn/conda-forge/dask-histogram.svg?colorB=486b87&style=flat)](https://anaconda.org/conda-forge/dask-histogram)
[![Python Version](https://img.shields.io/pypi/pyversions/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.