UBC-MDS / TidyverseToPandas

Python package designed for users familiar with R's tidyverse who are transitioning to Python
https://pypi.org/project/tidyversetopandas/
MIT License
1 stars 0 forks source link

Meeting 1 Notes #2

Open farrandi opened 5 months ago

farrandi commented 5 months ago

Decided on the idea and functions:

farrandi commented 5 months ago

TODO:

farrandi commented 5 months ago

Good reference, in case we want to add the functions to dataframe: https://www.seanosier.com/2021/03/20/python-add-method-existing-class/

zth96 commented 5 months ago

Good reference, in case we want to add the functions to dataframe: https://www.seanosier.com/2021/03/20/python-add-method-existing-class/

Thanks for sharing!

786213750 commented 5 months ago

Good reference, in case we want to add the functions to dataframe: https://www.seanosier.com/2021/03/20/python-add-method-existing-class/

This could be a possible solution as well. https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.pipe.html