I'm trying to get the total rainfall that occurs between, for example, December and April of the following year. Another complexity is that the day can change, say Dec-15 to March-15.
I know that we can use aggregate or group_by if I don't have to go across the years. But I don't know how to solve this year's crossing problem.