-
-
Notifications
You must be signed in to change notification settings - Fork 366
Updates to improve TryPandera documentation #1668
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
Signed-off-by: hendera2 <[email protected]>
Signed-off-by: hendera2 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1668 +/- ##
===========================================
- Coverage 94.28% 82.48% -11.81%
===========================================
Files 91 117 +26
Lines 7013 8688 +1675
===========================================
+ Hits 6612 7166 +554
- Misses 401 1522 +1121 ☔ View full report in Codecov by Sentry. |
cosmicBboy
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.
thanks for the edits! see nits and comments below
Fixes based on pull request comments
|
I've updated the line breaks in the whole file to revert to the previous pattern of breaking up longer lines instead of having one single long long without breaks. Please let me know if there are any other specific changes I should address or if I misunderstood something. Thank you! |
|
thanks @hendera2, and congrats on your first PR to pandera 🚀 |
* updated trypandera documentation Signed-off-by: hendera2 <[email protected]> * updated trypandera documentation Signed-off-by: hendera2 <[email protected]> * Fixes to try_pandera.ipynb Fixes based on pull request comments * adjustments to try_pandera page --------- Signed-off-by: hendera2 <[email protected]>
Improvements to make TryPandera documentation more clear and beginner friendly as reported in issue #1629