CrfzdPQM6

Results 27 comments of CrfzdPQM6

Was just going to add I see exactly the same behaviour with pandas 2.2.1. I'll have a crack at rephrasing this without root ![screenshot_2024-04-08_18-30-56_092084025](https://github.com/intake/awkward-pandas/assets/101470918/5597e86c-f94c-47a4-ad15-8babeca4021c)

@martindurant https://github.com/intake/awkward-pandas/pull/46 looks very relevant, but I'm not really sure how to apply it to my dataframe to enable the explosion

Interesting. This works fine (with pandas 2.2.1) if I create the dataframe of awkward arrays myself: ![screenshot_2024-04-08_18-38-47_669933957](https://github.com/intake/awkward-pandas/assets/101470918/e7ce1661-9ff5-4130-9b7c-45afc01808f3)

But the difference is that `pt` now gets a dtype `object` instead of `awkward`

Very sorry to ask a potentially dump question, @martindurant , but how do I install from that branch? Would that be something like: ``` pip install git+https://github.com/douglasdavis/awkward-pandas/tree/dev-explode ``` ?

OK I figured out how to do it (pip install git+https://github.com/douglasdavis/awkward-pandas@dev-explode), and here is the result! ![screenshot_2024-04-08_18-52-01_937420805](https://github.com/intake/awkward-pandas/assets/101470918/f307b2e6-44fc-43f9-90a0-9983856f6431)

Thanks a lot for the pointers, @martindurant !!!