I need to group the dataframe, applying np.maximum.reduce (create a new array with the maximum value of each position) to a column containing numpy arrays
Fo