and make sure we have a path set
This commit is contained in:
parent
516f98376d
commit
32c4ec27b6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ rolling = 7
|
||||||
|
|
||||||
tree = {}
|
tree = {}
|
||||||
|
|
||||||
df = pandas.read_csv("data-all.csv")
|
df = pandas.read_csv("/var/www/html/csv-reports/mirrors/mirrordata-all.csv")
|
||||||
|
|
||||||
dates = df['1970-01-01']
|
dates = df['1970-01-01']
|
||||||
epel4 = pandas.rolling_mean(df['02-epel4'],rolling)
|
epel4 = pandas.rolling_mean(df['02-epel4'],rolling)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue