-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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: PR06 docstring fixes #28807
DOC: PR06 docstring fixes #28807
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.
Looks good, thanks for working on those @tolaa001. Just added couple of comments.
pandas/core/arrays/categorical.py
Outdated
dtype : CategoricalDtype or the string "category", optional | ||
If :class:`CategoricalDtype`, cannot be used together with | ||
dtype : CategoricalDtype or "category", optional | ||
If :class:`Categoarray-like, intricalDtype`, cannot be used together with |
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.
whoops!
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 catching that :)
Are you going Man hackathon in November @simonjayhawkins ?
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.
yep.
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.
see you there :)
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.
@tolaa001 lgtm ping on green
Thanks @tolaa001 |
is there much of #28724 oustanding? |
This PR contains doctrine PR06 fixes mostly doing the conversion below:
boolean to bool
string to str
integer to int
Tests unchanged
black pandas ran successfully