8 questions with no answers
0
votes
0
answers
147
views
How to read Json file and to make it data frame in pandas
I want to read json file into pandas and make a data frame for further analysis like reject inferencing.
{
"loans": [
{
"loanId": "11111111111111111",
&...
0
votes
0
answers
338
views
pandas json_normalize single/double quotes
I have a structure as follows:-
{
"data" : {
"links" :[{"url" : "https://foo", "title" : "St. Mary's Church"}]
}
}
I am using ...
0
votes
0
answers
1k
views
pandas json normalize not all fields from record path
I am trying to get just some of the fields of a record because I do not want to delete the not wanted columns afterwards but can't figure out how to do it. My real JSON has a lot more fields in the &...
0
votes
0
answers
132
views
python nested pandas json_normalize key_error
I've been trying to normalize this json with pandas json_normalize
{
"data": [
{
"id": "4d5cb349-5a4d-448b-86fd-07796f470d00",
"...