dodger487 / dplython

dplyr for python
MIT License
764 stars 58 forks source link

Change summarize to remove grouping on output dataframe #67

Closed bleearmstrong closed 8 years ago

bleearmstrong commented 8 years ago

This removes any grouping variables after a select call. Should it be decided that dplython should adopt dplyr's style of summarizing, this is easily adapted.