Skip to content

Instantly share code, notes, and snippets.

@wikibook
Created November 30, 2020 07:48
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/298e001a458773f0b27a063fc55032dc to your computer and use it in GitHub Desktop.
Save wikibook/298e001a458773f0b27a063fc55032dc to your computer and use it in GitHub Desktop.
input_folder = 'C:/myPyExcel/data/ch07/sales_data/input' # 원본 데이터 폴더
raw_data_dir = Path(input_folder)
excel_files = raw_data_dir.glob('상반기_제품_판매량_*') # 폴더 내 데이터 파일 이름
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment