Closed jpivarski closed 3 weeks ago
I was creating an awkward array using pandas dataframe
So we should intercept the data before conversion to ak.
Question: does arrow support this NA type? I suspect no, they alway use masks, and so we're only really concerned with 1-D regular series.
Copied from @xinyuejohn's issue on scikit-hep/awkward#2931:
Description of new feature
Hi, I was creating an awkward array using pandas dataframe and I found awkward doesn't support pandas._libs.missing.NAType()
It would be great if this NAType could be supported.
To replicate:
Traceback:
See scikit-hep/awkward#2931 for more information, in particular