Skip to content

Instantly share code, notes, and snippets.

@wikibook
Created November 30, 2020 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wikibook/bd6ccf3bb6e669d5aee29fb8fb1bb0e0 to your computer and use it in GitHub Desktop.
Save wikibook/bd6ccf3bb6e669d5aee29fb8fb1bb0e0 to your computer and use it in GitHub Desktop.
# DataFrame 데이터(total_df)를 생성한 엑셀 객체에 쓰기(옵션 지정)
total_df.to_excel(merged_excel_file, # 엑셀 파일 이름
sheet_name='상반기_제품_판매량_통합', # 시트 이름 지정
index=False) # DataFrame 데이터 index는 출력 안함
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment