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
Serializing extensions arrays is basically unsupported right now (though pickle usually works). See #20612, and if you're interested in working on it let us know. It can be done for specific readers / writers in separate PRs.
.T / transpose isn't part of the EA interface and I don't think we'll include it, since it doesn't make sense for EAs.
I created a custom Array called
GeoArray(NumPyBackedExtensionArrayMixin)
.When I try to dump out my custom array, I get the following error:
What does
T
have to be? How do I define it?The text was updated successfully, but these errors were encountered: