Is there any way I can retain the original index of my large dataframe after I perform a groupby? The reason I need to this is because I need to do an inner merge back to my ori
You should not use 'reset_index()' if you want to keep your original indexes