Reduction operations currently drop all Variable
and Dataset
attrs
when a reduction operation is performed. I'm proposing adding a keyword to these methods to allow for copying of the original Variable
or Dataset
attrs
.
The default value of the keep_attrs
keyword would be False
.
For example:
new = ds.mean(keep_attrs=True)
returns new
with all the Variable
and Dataset
attrs
as ds
contained.
Some previous discussion in #131 and #137.
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