kieferk / dfply

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

Add `matches()` function? #57

Closed crew102 closed 6 years ago

crew102 commented 6 years ago

Greetings -

I noticed that dfply is missing the dplyr equivalent of matches(), which allows the user to pass in a regular expression when selecting columns (as opposed to a literal string - i.e., the contains() function). I've found matches() to be very useful in the past and would like to know if you're amenable to it being added to dfply? If so, I'd be happy to put together a PR.

Chris

kieferk commented 6 years ago

Always amenable to PRs! Sounds useful to me