Replies: 1 comment 2 replies
-
I can certainly weigh in here, but a MWE would be useful to frame our discussion! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Assume that a filter operation is performed on a column after a
pandas.DataFrame.groupby()
call, and this results in a variable number of elements (of that column) in each obtained group. Would it be possible to interpret such a Series as an Awkward array?Here's for example a dataframe that contains variably sized groups, after grouping on
event
:I would be interested into extracting an awkward array that looks like this:
Thanks for helping!
Beta Was this translation helpful? Give feedback.
All reactions