how do I separate a list of string and turn it into a dataframe? From this format:
['x data,y data',
'-969.0,-52.12282,',
'-959.0,-49.436077,',
'-948.0,-46.615,',
'-938.0,-44.59994,',
]
To a dataframe like this(The first row will be the dataframe column header):
