merge rows in python pandas code example Example: how to merge rows in pandas dataframe df = dataframe.groupby(['date', 'sitename', 'name']).sum()