File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,13 @@ Data cleaning and validation
35
35
36
36
Pyjanitor provides a clean API for cleaning data, using method chaining.
37
37
38
- `Engarde <https://engarde .readthedocs.io/en/latest / >`__
38
+ `Pandera <https://pandera .readthedocs.io/en/stable / >`__
39
39
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40
40
41
- Engarde is a lightweight library used to explicitly state assumptions about your datasets
42
- and check that they're *actually * true.
41
+ Pandera provides a flexible and expressive API for performing data validation on dataframes
42
+ to make data processing pipelines more readable and robust.
43
+ Dataframes contain information that pandera explicitly validates at runtime. This is useful in
44
+ production-critical data pipelines or reproducible research settings.
43
45
44
46
`pandas-path <https://github.com/drivendataorg/pandas-path/ >`__
45
47
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments