well lets try some dates

This commit is contained in:
Stephen Smoogen 2017-02-15 20:46:59 +00:00
parent da7c4b9456
commit 4ab43e5ffe
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ rolling = 7
tree = {}
df = pandas.read_csv("hotspot-new.csv")
df = pandas.read_csv("/var/www/html/csv-reports/hotspot/hotspotdata-all.csv")
dates = df['1970-01-01']
AVG = pandas.rolling_mean(df['AVG'],rolling)