pyjanitor-devs/pyjanitor

Returning functions in place

Open

#76 opened on Dec 2, 2018

View on GitHub
 (14 comments) (0 reactions) (0 assignees)Python (164 forks)batch import
docfixhelp wantedquestion

Repository metrics

Stars
 (1,217 stars)
PR merge metrics
 (Avg merge 2d 12h) (4 merged PRs in 30d)

Description

After seeing issue #67, was curious as to what people think as to adding this capability to all functions?

Some of them, like df.limit_column_characters(), already return in place. I don't think it will be hard to extend to others.

Contributor guide