-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
DOC: Inline docstrings in window/rolling.py #62662
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
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
|
pre-commit.ci autofix |
|
pre-commit.ci autofix |
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
pandas/core/window/rolling.py
Outdated
| Y NaN NaN | ||
| Y NaN NaN |
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.
These alignments look off
pandas/core/window/rolling.py
Outdated
| >>> df = pd.DataFrame(matrix, columns=["X", "Y"]) | ||
| >>> df | ||
| X Y | ||
| X Y |
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.
Can you investigate all these examples that modify these column labels?
|
I fixed the examples you said and I found some extra that were similar, I didn't do an extensive search throughout every docstring, however. |
|
Thanks @ZA1815 |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@Appender,@Substitution,@docwith inlined docstrings #62437doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.