Skip to content

Histograms from timed dataframe

Muhammad Zain Sohail requested to merge histograms_from_timed_dataframe into main

Created by: rettigl

This adds support for a per-time-unit dataframe, and histogram calculation based on this dataframe.

Histogram calculation in the example notebook takes on our machine ~55s. This can potentially still be improved, e.g. by taking our fast binning method (currently fails because of xarray generation and concatenation issues)

Merge request reports