and we have moving averages

This commit is contained in:
Stephen Smoogen 2016-05-07 15:29:18 +00:00
parent 24970f0247
commit 8ad78cfb40
3 changed files with 299 additions and 1 deletions

View file

@ -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)