I have data as json below. I want to convert it to dataframe that I can export to excel. However, I can't find a way to make correct dataframe. I attached example of dataframe below. I am using Pandas but I can use any other library also.
{
"Street1":{
"a":1,
"b":2,
"c":3
},
"Street2":{
"a":1,
"b":2,
"c":3
},
"Street3":{
"a":1,
"b":2,
"c":3
}
}
