pyjanitor-devs/pyjanitor

Returning functions in place

开放

#76 创建于 2018年12月2日

 (14 条评论) (0 个反应) (0 位负责人)Python (164 个派生)batch import
docfixhelp wantedquestion

仓库指标

星标
 (1,217 个星标)
PR 合并指标
 (平均合并 2天 12小时) (30 天内合并 4 个 PR)

描述

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.

贡献者指南