Skip to content

Instantly share code, notes, and snippets.

@Bookoff
Created February 20, 2015 01:09
Show Gist options
  • Save Bookoff/fe102049e2844119306e to your computer and use it in GitHub Desktop.
Save Bookoff/fe102049e2844119306e to your computer and use it in GitHub Desktop.
filtering data
print df.ix[:, 0].head()
# ВЫВОД
# 0 1243
# 1 4158
# 2 1787
# 3 17152
# 4 1266
# Name: Alpha, dtype: int64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment