Skip to main content
Formatting
Source Link
DavidG
  • 25.4k
  • 14
  • 97
  • 86

JSON to CSvCSV for PYthonPython

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 likeenter image description here Help is much appreciated!

JSON to CSv for PYthon

I know there are many question to this but I am trouble maniuplating 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,']

I need to convert this JSON format to a CSV where the CSv looks like so.  What it should look like Help is much appreciated!

JSON to CSV for Python

I know there are many question to this but I am having trouble manipulating 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,']

I need to convert this JSON format to a CSV where the CSV looks like so. 

enter image description here

Source Link

JSON to CSv for PYthon

I know there are many question to this but I am trouble maniuplating 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,']

I need to convert this JSON format to a CSV where the CSv looks like so. What it should look like Help is much appreciated!