pyjanitor-devs/pyjanitor

Returning functions in place

Offen

#76 geöffnet am 02.12.2018

 (14 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (164 Forks)batch import
docfixhelp wantedquestion

Repository-Metriken

Stars
 (1.217 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 12h) (4 gemergte PRs in 30 T)

Beschreibung

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