Skip to content

Instantly share code, notes, and snippets.

@Bookoff
Created February 20, 2015 01:09
Show Gist options
  • Select an option

  • Save Bookoff/fe102049e2844119306e to your computer and use it in GitHub Desktop.

Select an option

Save Bookoff/fe102049e2844119306e to your computer and use it in GitHub Desktop.

Revisions

  1. Bookoff created this gist Feb 20, 2015.
    9 changes: 9 additions & 0 deletions filteringdata.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    print df.ix[:, 0].head()

    # ВЫВОД
    # 0 1243
    # 1 4158
    # 2 1787
    # 3 17152
    # 4 1266
    # Name: Alpha, dtype: int64