pyjanitor-devs/pyjanitor

[DOC] API Policy

Open

#615 创建于 2019年12月21日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (164 fork)batch import
being worked ondocfixgood first issue

仓库指标

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

描述

I would like to put the following API policy in place in the docs:

pyjanitor only extends or aliases the pandas API (and other dataframe APIs), but will never fix or replace them. Undesirable pandas behaviour should be reported upstream in the pandas repository. If at some point the pandas devs decide to take something from pyjanitor and internalize it as part of the official pandas API, then we will deprecate it from pyjanitor, while acknowledge the original contributors' contribution as part of the official deprecation record.

Taken from here in issue #612.

贡献者指南