lens
lens copied to clipboard
WIP: Allow dask dataframes as input to lens.summarise
This is work in progress: DO NOT MERGE
This PR adapts the summarise functionality to be able to take a dask dataframe, which will allow to take in larger-than-memory datasets and parallelise operations within the metrics and not only between metrics.
Fixes #12.