kieferk / dfply

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

Allow distinct with no arguments #17

Closed themrmax closed 6 years ago

themrmax commented 7 years ago

I want to be able to apply distinct to the whole dataframe, so that distinct() is equivalent to drop_duplicates().

Just putting this as a placeholder for now so that I remember, I'm happy to take this on and submit a PR when I get time.