kieferk / dfply

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

Liveness of this project #103

Open javadba opened 3 years ago

javadba commented 3 years ago

Hi - this library is of course welcome to those of us who are functionally oriented and even moreso have familiarity with R's dplyr. This library is however evidently presently unmaintained: 16 months without commits or issues addressed. Will this library be supported moving forward?

pwwang commented 3 years ago

Check out datar: https://github.com/pwwang/datar, a closer port of dplyr and related packages from R to python.