-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: Fixed example section in pandas/core/dtypes/*.py #31451
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: Fixed example section in pandas/core/dtypes/*.py #31451
Conversation
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 taking a look at these. Is doctest picking these up?
@datapythonista @jorisvandenbossche if any comments |
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.
Lgtm. If there’s a way for doctest to pick these up and automatically check would be all for it in a follow up
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.
@MomIsBestFriend can you add those files to the "DOCTESTS" section in code_checks.sh? (or are not yet all docstrings of the files passing?)
Co-Authored-By: Joris Van den Bossche <[email protected]>
@jorisvandenbossche Yes, all the doctests are now passing, I have added it in 2a330b4 |
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.
lgtm. @jorisvandenbossche
Thanks! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff