cara meringkas pendapatan dari setiap hari di python dataframe

df.groupby('Date')['column_you_want_to_sum'].sum()
Bewildered Barracuda