kieferk / dfply

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

stray print statement #72

Closed jonvitale closed 5 years ago

jonvitale commented 5 years ago

Hi, in the unite function you have a stray print

print(to_unite, sep, remove, na_action)

Thanks

sharpe5 commented 5 years ago

Sounds like it shouldn't be there.

How about raising a pull request?

On Wed, 19 Sep 2018 01:56 Jonathan Vitale, notifications@github.com wrote:

Hi, in the unite function you have a stray print

print(to_unite, sep, remove, na_action)

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kieferk/dfply/issues/72, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOypEdXC0OzPWo9gSW3yNnZfSqXrWZ-ks5ucZYfgaJpZM4WvOJM .

kieferk commented 5 years ago

Resolved now on master branch.