-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Refactor _create_delegator_method using functools #59878
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
series.rst
series.rst
series.rst
series.dt.to_timestamp
& refactor _create_delegator_method
ping @rhshadrach , @mroeschke for review. |
/preview |
Website preview of this PR available at: https://pandas.pydata.org/preview/pandas-dev/pandas/59878/ |
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 PR!
series.dt.to_timestamp
& refactor _create_delegator_method
Website preview of this PR available at: https://pandas.pydata.org/preview/pandas-dev/pandas/59878/ |
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
Just inquiring to see if i've missed to implement any changes here ? @mroeschke |
Thanks @saldanhad |
_create_delegator_method
usingfunctools
, partially fixes the docstrings for below under DOC: fix docstring validation errors for pandas.Series #59592 and fixes DOC: Questions on Usage of *args, **kwargs, and inplace parameters in pandas.Series.cat methods #59783 :