aekiss / run_summary

Summarise ACCESS-OM2 runs
Apache License 2.0
1 stars 1 forks source link

permit specification of summary statistics for each column #20

Closed aekiss closed 4 years ago

aekiss commented 4 years ago

specify list of tuples of names and functions e.g. [('Total', sum), ('Mean', np.mean), ('Median', np.median), ('Min', min), ('Max', max)] as optional third tuple element in output_format entries