-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DOC: fix DataFrame.quantile docstring and doctests #23936
Conversation
Hello @Moisan! Thanks for submitting the PR.
|
Crap forgot to double check the open pull requests before working on this. Closing in favor of #22906. |
Codecov Report
@@ Coverage Diff @@
## master #23936 +/- ##
=======================================
Coverage 92.2% 92.2%
=======================================
Files 162 162
Lines 51700 51700
=======================================
Hits 47669 47669
Misses 4031 4031
Continue to review full report at Codecov.
|
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.
@Moisan can you merge master and push again. CI is fixed now. |
thanks @Moisan |
git diff upstream/master -u -- "*.py" | flake8 --diff
Based on #22459. Fix the docstring for DataFrame.quantile. I also updated
ci/code_checks.sh
.