From 6dabb17a85c395411a7855f3157a516a46bc20ef Mon Sep 17 00:00:00 2001 From: tp Date: Sun, 8 Sep 2019 12:22:36 +0100 Subject: [PATCH] Add pyjanitor to ecosystem.rst --- doc/source/ecosystem.rst | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index b1e3d8dc8a1ad..aaf2040156a45 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -23,6 +23,21 @@ or `search pypi for pandas `_. We'd like to make it easier for users to find these projects, if you know of other substantial projects that you feel should be on this list, please let us know. +.. _ecosystem.data_cleaning_and_validation: + +Data cleaning and validation +---------------------------- + +`pyjanitor `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Pyjanitor provides a clean API for cleaning data, using method chaining. + +`Engarde `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Engarde is a lightweight library used to explicitly state assumptions about your datasets +and check that they're *actually* true. .. _ecosystem.stats: @@ -329,18 +344,6 @@ Increasingly, packages are being built on top of pandas to address specific need * vaex.from_pandas * vaex.to_pandas_df - -.. _ecosystem.data_validation: - -Data validation ---------------- - -`Engarde `__ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Engarde is a lightweight library used to explicitly state your assumptions about your datasets -and check that they're *actually* true. - .. _ecosystem.extensions: Extension data types