Browse Source

Go back to downloading all

Petra Lamborn 5 years ago
parent
commit
88a5daed65
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      py/downkwh.py

+ 2
- 2
py/downkwh.py View File

@@ -5,9 +5,9 @@ import pandas as p
5 5
 # import matplotlib.pyplot as plt
6 6
 # import seaborn as sns
7 7
 
8
-kwhdata = getkwh('2017-01-01', '2017-02-01', '2017-01-01 00:30:00', '2017-02-01 00:00:00', '%%1')
8
+kwhdata = getkwh('2017-01-01', '2018-01-01', '2017-01-01 00:30:00', '2018-01-01 00:00:00', '%%1')
9 9
 
10 10
 print(kwhdata.info())
11 11
 
12 12
 print("Pickling")
13
-kwhdata.to_pickle("../data/2017-Jan-all.pkl")
13
+kwhdata.to_pickle("../data/2017-all.pkl")