json字典如下{'json': [{'data': [{'a': '123', 'b': '456', 'c': ''}]}]}
只提取最内层数据data利用pandas输出到excel后效果如下
现在想包含数据结构输出到excel达到类似这样的效果
请问该如何实现?
合并单元格操作