dfply
dfply copied to clipboard
dplyr-style piping operations for pandas dataframes
Results
41
dfply issues
Sort by
recently updated
recently updated
newest added
Passing through docstrings now works great when using the `@pipe` decorator, but not when you use the `@dfpipe` decorator (which the dfply functions get defined through). The problem is that...