Suppose I have
I want to create a new dataframe by doing a Group By on Account and Date and putting the names together in one cell.
Thus at the end of the day we should have
Account Name Date
1 Bob, Rob, Joe 1/1/2020
I am not sure how to do this in Python