You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been in touch with the NameArray discussions so forgive a glib comment — but re #3891 — this would be a "once-in-a-library" opportunity to always retain attrs in aggregations, removing the keep_attrs option in methods.
(Xarray could still handle them as it wished, so xarray's external interface wouldn't need to change immediately...)
@pydata/xarray Should we just delete the keep_attrs kwarg completely for NamedArray and always propagate attrs? obj.attrs.clear() seems just as easy to type.
The text was updated successfully, but these errors were encountered:
What is your issue?
Copying over @max-sixty's comment from #8304 (comment)
@pydata/xarray Should we just delete the
keep_attrs
kwarg completely for NamedArray and always propagate attrs?obj.attrs.clear()
seems just as easy to type.The text was updated successfully, but these errors were encountered: