dask_histogram.partitioned_factory
dask_histogram.partitioned_factory¶
- dask_histogram.partitioned_factory(*data, histref=None, axes=None, storage=None, weights=None, sample=None)[source]¶
Daskified Histogram collection factory function; keep partitioned.
This is a version of the
factory()
function that remains partitioned. Thefactory()
function includes a step in the task graph that aggregates all partitions into a single final histogram.See also