Convert Geo json with nested lists to pandas dataframe
问题 I've a massive geo json in this form: {'features': [{'properties': {'MARKET': 'Albany', 'geometry': {'coordinates': [[[-74.264948, 42.419877, 0], [-74.262041, 42.425856, 0], [-74.261175, 42.427631, 0], [-74.260384, 42.429253, 0]]], 'type': 'Polygon'}}}, {'properties': {'MARKET': 'Albany', 'geometry': {'coordinates': [[[-73.929627, 42.078788, 0], [-73.929114, 42.081658, 0]]], 'type': 'Polygon'}}}, {'properties': {'MARKET': 'Albuquerque', 'geometry': {'coordinates': [[[-74.769198, 43.114089, 0]