intake / akimbo

For when your data won't fit in your dataframe
https://akimbo.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

allow arrow input in accessor #13

Open martindurant opened 2 years ago

martindurant commented 2 years ago

Currently we require awkward input for the .ak accessor to appear on a series. This is fine, since .astype("awkward") works. But do we want the accessor to also allow string[pyarrow] or arrow type inputs?

douglasdavis commented 2 years ago

I think it makes sense, based on previous conversations I think we want to make it as easy as possible to use awkward as a compute engine on pyarrow types