-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Updates to documentation for Series functions #49327
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
Were you able to create you contribution environment according to: https://pandas.pydata.org/pandas-docs/stable/development/contributing.html and then run |
Aah, so I was missing that. My apologies! Let me try making my contribution environment and then I'll try running pre-commit install again. |
My pre-commit turned out fine, but I'm not sure about these other checks. Is there any way I can pass them? |
Looks like another docstring needs to be aligned with the changes you made
|
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
I wanted to update some functions that are missing documentation in Series, and ended up updating
Series.shape
,Series.size
,Series.dtype
,Series.dtypes
, andSeries.hasnans
.I might have done too much in one PR, so I hope this is okay!