demandvsweather = d3.csvParse(`date,total_demand,temp_low,precipitation,snow,snow_depth
11/29/2017,49,45,0,0,0
11/30/2017,54,46,0,0,0
12/1/2017,41,41,0,0,0
12/2/2017,53,35.1,0,0,0
12/3/2017,55,44.1,0,0,0
12/4/2017,57,41,0,0,0
12/5/2017,50,45,0.01,0,0
12/6/2017,72,42.1,0.21,0,0
12/7/2017,76,41,0,0,0
12/8/2017,79,37.9,1.3,0,0
12/9/2017,93,33.1,0.87,0,0
12/10/2017,93,30.2,0,0,0
12/11/2017,110,30.2,0,0,0
12/12/2017,107,33.1,0.01,0,0
12/13/2017,88,26.2,0,0,0
12/14/2017,93,37,0,0,0
12/15/2017,84,32,0,0,0
12/16/2017,92,27.1,0,0,0
12/17/2017,79,28.2,0,0,0
12/18/2017,78,37.9,0,0,0
12/19/2017,88,39,0,0,0
12/20/2017,105,44.1,0,0,0
12/21/2017,115,37,0,0,0
12/22/2017,100,39,0,0,0
12/23/2017,91,48.9,0,0,0
12/24/2017,90,41,0,0,0
12/25/2017,100,36,0,0,0
12/26/2017,114,33.1,0,0,0
12/27/2017,114,30.2,0,0,0
12/28/2017,104,23.2,0,0,0
12/29/2017,78,22.1,0,0,0
12/30/2017,99,27.1,0,0,0
12/31/2017,113,22.1,0,0,0
1/1/2018,114,21.2,0,0,0
1/2/2018,106,15.3,0,0,0
1/3/2018,114,13.1,0.42,5.2,0
1/4/2018,134,21.2,0.64,5.12,9.06
1/5/2018,122,15.3,0,0,9.84
1/6/2018,123,15.3,0,0,7.87
1/7/2018,117,10.2,0,0,7.87
1/8/2018,128,10.2,0.01,0,7.09
1/9/2018,118,28.2,0.03,0,5.91
1/10/2018,102,28.2,0,0,5.12
1/11/2018,98,34,0,0,3.94
1/12/2018,107,59,0.49,0,0
1/13/2018,122,30.2,0.05,0,0
1/14/2018,114,23.2,0,0,0
1/15/2018,124,27.1,0,0,0
1/16/2018,117,31.1,0,0,0`)