A beginner in panda and trying to achieve this in a pandas data frame-
Input- Input
I want an output like-
It is groupby on name columns, the merge all the rows in Address and in same row store the total count of address.
Any help is appreciated.
thanks