Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created July 16, 2016 16:58
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 kurozumi/9a8c89044dff132bf6a5eff0082906a5 to your computer and use it in GitHub Desktop.
Save kurozumi/9a8c89044dff132bf6a5eff0082906a5 to your computer and use it in GitHub Desktop.
【Python】Pandasでエクセルファイルを読み込む方法
import pandas as pd
dframe = pd.read_excel("sample.xls", sheetname="Sheet1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment