问题 I have tens of thousands rows of json snippets like this in a pandas series df["json"] [{ 'IDs': [{ 'lotId': '1', 'Id': '123456' }], 'date': '2009-04-17', 'bidsCount': 2, }, { 'IDs': [{ 'lotId': '2', 'Id': '123456' }], 'date': '2009-04-17', 'bidsCount': 4, }, { 'IDs': [{ 'lotId': '3', 'Id': '123456' }], 'date': '2009-04-17', 'bidsCount': 8, }] Sample of the original file: {"type": "OPEN","title": "rainbow","json": [{"IDs": [{"lotId": "1","Id": "123456"}],"date": "2009-04-17","bidsCount": 2,},