Deeply nested JSON response to pandas dataframe
问题 I am new to python/pandas and I am having some issues with converting a nested JSON to pandas dataframe. I am sending a query to a database and getting a JSON string back. It's a deeply nested JSON string that contains several arrays. The response from the database contains thousands of rows. Here is the general structure of one row in the JSON string: { "ID": "123456", "profile": { "criteria": [ { "type": "type1", "name": "name1", "value": "7", "properties": [] }, { "type": "type2", "name":