I'm studying python the last 3 weeks, and now I'm trying to calculate the average of a column "user", until the other column "date" has the same value, when "date" changes then it should calculate the average for the next date. My csv file looks like this:
[CSV File][1]
It should give me the average of all values in "user" wherever its the same date. When the date changes then it should give me the average for the next date and so on.