Histograms from timed dataframe
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)