kieferk / dfply

dplyr-style piping operations for pandas dataframes
GNU General Public License v3.0
889 stars 103 forks source link

Update subset.py #108

Open josemou8 opened 2 years ago

josemou8 commented 2 years ago

The new pandas version is no longer supported df.ix[],so i use df.iloc[] instead