0

I have BI Query service which returns something like this:

{"count":78,
"next":"...",
"previous":null,
"results":[
    {"name":"John"surname":"Smith"},
    {"name":"Bob"surname":"Black"},
]}

Is there any easy method to read this data to Pandas DataFrame? read_json(url) can not deal with this. Of course, I can write my code for this, but I believe that it is a common task and someone has written code for this.

Bartłomiej Bartnicki
  • 957
  • 1
  • 12
  • 27

0 Answers0