'Rolling trimmed mean for every day with python

Data set :

enter image description here

how to create a trimmed mean for every day basis using the above data. I'm trying to create a new column which gives a trimmed mean value for the entire day with python .

How to create an iterative process to do that for every day (50-60 days) with python



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source