Is the .attrs
slot a stable feature?
#10405
-
Background (you can jump to "Question" for a "TLDR;")Hi! In a library I co-develop (https://github.com/scverse/spatialdata/) we use a series of classes that have a Unfortunately, the support of
Also, we saw that All the above is creating problems to us and to our users. Since we already use QuestionSo my question, how stable is Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The one issue to keep in mind is how Xarray propagates |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer and for linking to the discussion on the semantic, sounds great to me! |
Beta Was this translation helpful? Give feedback.
.attrs
is quite core to Xarray's data model and, as far as I now, we have had no serious discussions of removing it.The one issue to keep in mind is how Xarray propagates
.attrs
as objects are used for computation. There's a good issue describing the challenges here: #1614