Skip to content

Instantly share code, notes, and snippets.

@ymtky
Created June 9, 2017 03:23
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 ymtky/dc04a28f2a24432439d74b085384ec5c to your computer and use it in GitHub Desktop.
Save ymtky/dc04a28f2a24432439d74b085384ec5c to your computer and use it in GitHub Desktop.
pandasメモ
#DataFrameから2次元配列
dataframe.values.toList()
#列名で選択
dataframe.loc[:,['A','B']]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment