Problem In my code below I have restructured the following csv file from something like this: date,type 2017-01,E 2017-01,E 2017-01,E […]

Problem I have the following data in a csv file called BarData.csv: Fruit,dt,amount Apple,12/28/2016,4566 Apple,12/29/2016,5898 Apple,12/30/2016,3694 Apple,12/31/2016,5586 Apple,1/1/2017,4558 Apple,1/2/2017,6696 Apple,1/3/2017,7757 […]