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
Hey folks, @AlenkaF pointed me to this issue as a good place to get started contributing to PyArrow, so I was going to take a look at this. I might be a bit slow as I'll be spending some time getting acquainted with PyArrow in general, so I was going to spend the new few weeks looking at this. If there's any urgency, happy for someone else to take it off my hands though! :)
Describe the enhancement requested
To make PyArrow scalars easier to use with non-PyArrow functions, we should define appropriate methods and protocols for specific scalar subclasses.
Examples:
__int__
__float__
__bytes__
and perhaps the buffer protocolSequence
Mapping
Note that some of this exists (unvoluntarily?) but is broken:
Component(s)
Python
The text was updated successfully, but these errors were encountered: