Skip to content

DOC: Add pyjanitor to ecosystem.rst #28338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2019

Conversation

topper-123
Copy link
Contributor

@topper-123 topper-123 commented Sep 8, 2019

pyjanitor is a quite nice pandas data cleaning library and gives its users some useful method on data frames. It's pipe oriented, so it can be helpful in data cleaning/transformation work.

Adding pyjanitor to the ecosystem page gives it visibility to our users and makes it easier for the users to discover if there is functionailty in pyjanitor, that will help their use cases.

@WillAyd
Copy link
Member

WillAyd commented Sep 9, 2019

Not super familiar with this package but does it just rename parts of the API? If so I'm not sure about putting it there as I feel like the API can just confuse with pandas' own

@gfyoung
Copy link
Member

gfyoung commented Sep 9, 2019

There does seem to be a lot of renaming, which IMO I'm not super-adverse to, as it could make a transition from R to pandas a little smoother.

@TomAugspurger
Copy link
Contributor

It does more than that. Happy to add it to the ecosystem page.

@TomAugspurger TomAugspurger added this to the 1.0 milestone Sep 10, 2019
Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good and lgtm

@topper-123
Copy link
Contributor Author

Yeah, it does a lot of things and I particularly like to use it when I'm working interactively in ipython/Jupyter and in data cleaning scripts. It's a bit of a heavy dependency, so I don't include it in programs (because I want to minimize dependencies and make the programs leaner).

@TomAugspurger TomAugspurger merged commit a85ce75 into pandas-dev:master Sep 11, 2019
@TomAugspurger
Copy link
Contributor

Thanks!

@topper-123 topper-123 deleted the pyjanitor branch September 11, 2019 17:17
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants