Convert nested JSON with no first level keys into Pandas dataframe
I've got the following jsonFile example that I'm trying to convert to a dataframe. I've looked through many examples on SO but all of them have a first level key in their json data. My data only has the value…