and we have moving averages
This commit is contained in:
parent
24970f0247
commit
8ad78cfb40
3 changed files with 299 additions and 1 deletions
|
@ -30,7 +30,7 @@ rolling = 7
|
|||
|
||||
tree = {}
|
||||
|
||||
df = pandas.read_csv("/var/www/html/csv-reports/mirrors/mirrordata-all.csv")
|
||||
df = pandas.read_csv("/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv")
|
||||
|
||||
dates = df['1970-01-01']
|
||||
epel4 = pandas.rolling_mean(df['02-epel4'],rolling)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue