I have a trouble with pandas, Below is code:
print(right_df)
print(right_top)
g = right_df.groupby('exam_id').apply(right_top)
print(g)
The error is "TypeError: 'DataFrame' objects are mutable, thus they cannot be hashed" how can i solve it??