Как раскрыть словарь внутри датафрейма
Необходимо раскрыть в датафрейме колонки posting, items, services, чтобы получился единый датафрейм. Подскажите пожалуйста как правильно действовать в таких ситуациях ?
{'result': {'operations': [{'operation_id': 12228515174,
'operation_type': 'OperationAgentDeliveredToCustomer',
'operation_date': '2023-05-01 00:00:00',
'operation_type_name': 'Доставка покупателю',
'delivery_charge': 0,
'return_delivery_charge': 0,
'accruals_for_sale': 464,
'sale_commission': -41.76,
'amount': 353.72,
'type': 'orders',
'posting': {'delivery_schema': 'FBO',
'order_date': '2023-04-21 08:08:35',
'posting_number': '72171510-0032-1',
'warehouse_id': 20125378182},
'items': [{'name': 'Набор швейных ниток для ручного и машинного шитья 40ЛШ "Ленинградский" 150 м., 30 цветов.',
'sku': 927384251}],
'services': [{'name': 'MarketplaceServiceItemFulfillment', 'price': 0},
{'name': 'MarketplaceServiceItemDelivToCustomer', 'price': -25.52},
{'name': 'MarketplaceServiceItemDirectFlowTrans', 'price': 0},
{'name': 'MarketplaceServiceItemDirectFlowLogistic', 'price': -43}]}
Источник: Stack Overflow на русском