Hi I have the following data (string) and am struggling to convert it into a pandas dataframe.
Any help would be greatly appreciated!
pd.DataFrame with "," as the delim doesnt work given the commas else where in the data.
[["Time","Forecast"],["2019-07-08T23:00:00Z",20],["2019-07-08T23:30:00Z",26],["2019-07-09T00:00:00Z",24],["2019-07-09T00:30:00Z",26]]