Add summary methods to Dataset object. For example, it would be great if you could summarize a entire dataset in a single line.
(1) Mean of all variables in dataset.
mean_ds = ds.mean()
(2) Mean of all variables in dataset along a dimension:
time_mean_ds = ds.mean(dim='time')
In the case where a dimension is specified and there are variables that don't use that dimension, I'd imagine you would just pass that variable through unchanged.
Related to #122.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4