Hi Wouter
I think I am seeing performance issues using reshape...see below
When I use the same methodology and apply to a grouped data frame the
performance takes a hit of about 3x.
The grouped data frame has 500K groups, each of which processed by a
sorting function and the final steps is to take first 3 rows and
convert them to a single line N col data frame which is integrated
with grouped by data frame.
The reshape and conversion back to a pandas data frame is taking 3x
more time..any way to do this faster ?
Sorry for no examples in this case.