I am trying to read from a text file into a pandas dataframe. The text file seems to be a 2D array of JSON, how could I read it?
[[{'metric_name':'CPU','category':'A','data':'9','time_stamp':'2019-03-28 13:15:31'}],[{'metric_name':'Disk','category':'B','data':'56','time_stamp':'2019-03-28 13:15:31'}]]
I expect to have the parameters "metric_name", "category", "data", "time_stamp" as headers