使用pandas多级索引写入excel表格,无法设置index=False的问题

python多级索引要写入excel表格,想要去除索引和空行,可以使用set_column和set_row删除不想要的列和行。

ws = pd.ExcelWriter(os.path.join(os.path.abspath(""), "test.xlsx"), engine='xlsxwriter')
self.main_item_result

你可能感兴趣的:(使用pandas多级索引写入excel表格,无法设置index=False的问题)