kieferk / dfply

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

Remove use of `select` function #51

Closed CedricFR closed 6 years ago

CedricFR commented 6 years ago

Deprecated method: https://pandas.pydata.org/pandas-docs/stable/whatsnew.html#series-select-and-dataframe-select

kieferk commented 6 years ago

Makes sense, thanks!