pyjanitor-devs/pyjanitor

Returning functions in place

Aberta

#76 aberto em 2 de dez. de 2018

 (14 comentários) (0 reação) (0 responsável)Python (164 forks)batch import
docfixhelp wantedquestion

Métricas do repositório

Stars
 (1.217 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 12h) (4 fundiu PRs em 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.

Guia do colaborador