Maximilian Roos
Maximilian Roos
One change could just be: ```diff - Returns a new DataArray with renamed coordinates, dimensions or a new name. + Returns a DataArray with renamed coordinates, dimensions or a new...
OK, I had thought that this might shed some light on the difference between shallow & deep copies: https://github.com/pydata/xarray/blob/a74a60508edd844ef425637f27598f1d8c5385a2/xarray/core/dataarray.py#L1230-L1237. On reflection I agree it's a bit tangential. Personally I think...
Yes totally! For xarray, the mental model is that all methods: - make a new object - avoid copying the underlying data if possible I think that mental model gets...
Or given nowhere seems to be a great spot, maybe a question in the https://docs.xarray.dev/en/stable/getting-started-guide/faq.html ? @zerothi would be a nice small contribution if you're up for it!