-
Notifications
You must be signed in to change notification settings - Fork 0
docs: 📝 Why Pandera for data verification/validation #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
K-Beicher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, can't wait to see it implemented :-)
lwjohnst86
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! Only small comments
why-pandera/index.qmd
Outdated
| flexible data validation library operating on data frames. Its | ||
| validation mechanism is based on the concept of a schema expressing | ||
| expectations about the data. It also has capabilities for preprocessing | ||
| data and generating synthetic data from Pandera schemas. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's neat!
Co-authored-by: Luke W. Johnston <lwjohnst86@users.noreply.github.com>
|
@martonvago Yea, we probably should update that category list again. It's in the |
signekb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice ⭐ Just some minor comments/suggestions
Co-authored-by: Signe Kirk Brødbæk <40836345+signekb@users.noreply.github.com>
Description
This adds a post arguing for Pandera as the new tool for data verification/validation.
Closes #132
Reviewer Focus
This PR needs an in-depth review.
Focus on if this is the right decision.
Checklist