kieferk / dfply

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

How to install? #19

Closed Make42 closed 7 years ago

Make42 commented 7 years ago

In the readme is not instruction how to best install dfply. Could you add this, please? I especially would like to know how to install it into an Anaconda environment.

I checked out the requirements and, except for pandas_ply, I got them installed. However, I am not sure what pandas_ply is supposed to be. Do you mean https://github.com/coursera/pandas-ply? If so: From their github-page I understand that pandas-ply is not stable yet. So why would dfply be considered stable if it is build on pandas-ply?

Make42 commented 7 years ago

Ok, I was able to simply install it with

 source activate myenv
 pip install dfply

Maybe this can be put into the README?

complexgenome commented 4 years ago

Go to

https://github.com/kieferk/dfply/issues/86