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