Skip to content

Instantly share code, notes, and snippets.

@04pallav
Created September 11, 2017 22:17
Show Gist options
  • Save 04pallav/da5927b9a391cbdedda4c28e042a6eb0 to your computer and use it in GitHub Desktop.
Save 04pallav/da5927b9a391cbdedda4c28e042a6eb0 to your computer and use it in GitHub Desktop.
select list of columns in datafreame
df[['A','B','C']]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment