unionai-oss / pandera

A light-weight, flexible, and expressive statistical data testing library
https://www.union.ai/pandera
MIT License
3.27k stars 305 forks source link

Add documentation on class-based API #281

Closed cosmicBboy closed 3 years ago

cosmicBboy commented 3 years ago

The new class-based API #258 feature needs documentation, the documentation written by @jeffzi is a good start:

cosmicBboy commented 3 years ago

@jeffzi let me know if there's anything else in the usage guide to include, in addition to what you've already outlined here: https://github.com/pandera-dev/pandera/pull/258#issuecomment-692984345

jeffzi commented 3 years ago

Thanks, sounds good to me.

jeffzi commented 3 years ago

We could also add a FAQ. For example, https://github.com/pandera-dev/pandera/issues/253#issuecomment-703617879

Another point is to clearly explain that pandera does not really provide static type-checking.

cosmicBboy commented 3 years ago

fixed by #289