For each day, I want to get the mean value of values between a range of 8am to 5pm. With those daily mean-values I want to make a new mean value for a range-period of for example a month or a year or a custom chosen range. How can I do that in Pandas?
for example the mean value for a period of aug-2011 to nov-2011 for a daily-range between 8am and 5pm.
Time T_Sanyo_Gesloten
2010-08-31 12:30:00 33.910
2010-08-31 12:40:00 33.250
2010-08-31 12:50:00 30.500
2010-08-31 13:00:00 27.065
2010-08-31 13:10:00 25.610
...
2013-06-07 02:10:00 16.970
2013-06-07 02:20:00 16.955
2013-06-07 02:30:00 17.000
2013-06-07 02:40:00 17.015
2013-06-07 02:50:00 16.910