Skip to content

Commit 6dabb17

Browse files
committed
Add pyjanitor to ecosystem.rst
1 parent 9aa9db9 commit 6dabb17

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

doc/source/ecosystem.rst

+15-12
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ or `search pypi for pandas <https://pypi.org/search/?q=pandas>`_.
2323
We'd like to make it easier for users to find these projects, if you know of other
2424
substantial projects that you feel should be on this list, please let us know.
2525

26+
.. _ecosystem.data_cleaning_and_validation:
27+
28+
Data cleaning and validation
29+
----------------------------
30+
31+
`pyjanitor <https://github.com/ericmjl/pyjanitor/>`__
32+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33+
34+
Pyjanitor provides a clean API for cleaning data, using method chaining.
35+
36+
`Engarde <https://engarde.readthedocs.io/en/latest/>`__
37+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38+
39+
Engarde is a lightweight library used to explicitly state assumptions about your datasets
40+
and check that they're *actually* true.
2641

2742
.. _ecosystem.stats:
2843

@@ -329,18 +344,6 @@ Increasingly, packages are being built on top of pandas to address specific need
329344
* vaex.from_pandas
330345
* vaex.to_pandas_df
331346

332-
333-
.. _ecosystem.data_validation:
334-
335-
Data validation
336-
---------------
337-
338-
`Engarde <https://engarde.readthedocs.io/en/latest/>`__
339-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
340-
341-
Engarde is a lightweight library used to explicitly state your assumptions about your datasets
342-
and check that they're *actually* true.
343-
344347
.. _ecosystem.extensions:
345348

346349
Extension data types

0 commit comments

Comments
 (0)