exploding deeply nested json (json flatten) / flattening pandas df
I have the data coming via REST api with nested json, Trying to explode the response but its flatteing in only the first level. Need to explode the nested part also. First step im converting data into pd df then…