pyjanitor-devs/pyjanitor

[DOC] API Policy

Open

#615 opened on 2019年12月21日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (164 forks)batch import
being worked ondocfixgood first issue

Repository metrics

Stars
 (1,217 stars)
PR merge metrics
 (平均マージ 2d 12h) (30d で 4 merged PRs)

説明

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.

コントリビューターガイド