Код: Выделить всё
df = pd.read_excel(file_path, sheet_name, header=[0, 1])
df.to_excel(output_path, index=False)
Код: Выделить всё
NotImplementedError: Writing to Excel with MultiIndex columns and no index ('index'=False) is not yet implemented
Пожалуйста, помогите.
Подробнее здесь: https://stackoverflow.com/questions/576 ... s-and-no-i
Мобильная версия