pyjanitor-devs/pyjanitor

Returning functions in place

Ouverte

#76 ouverte le 2 déc. 2018

 (14 commentaires) (0 réaction) (0 personne assignée)Python (164 forks)batch import
docfixhelp wantedquestion

Métriques du dépôt

Stars
 (1 217 étoiles)
Métriques de merge PR
 (Merge moyen 2j 12h) (4 PRs mergées en 30 j)

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.

Guide contributeur