kieferk / dfply

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

Change group_by to use list of keys instead of tuple #63

Closed andrewkho closed 5 years ago

andrewkho commented 5 years ago

To prevent FutureWarning from being thrown by Pandas.

andrewkho commented 5 years ago

See Issue #62