I know there are many question to this but I am having trouble maniuplatingmanipulating the data.
I have this list ---> ['2017-05-31,20:00:00,71.1,73,', '2017-05-31,20:05:00,71.1,72.7,', '2017-05-31,20:10:00,71.1,72.5,', '2017-05-31,20:15:00,71.1,72.4,']
['2017-05-31,20:00:00,71.1,73,', '2017-05-31,20:05:00,71.1,72.7,', '2017-05-31,20:10:00,71.1,72.5,', '2017-05-31,20:15:00,71.1,72.4,']
I need to convert this JSON format to a CSV where the CSvCSV looks like so.
What it should look like Help is much appreciated!