forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync Fork from Upstream Repo #206
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
sthagen
commented
Jun 15, 2021
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
Minor changes only in docstrings
…or pyarrow) (#39908) Co-authored-by: Uwe L. Korn <[email protected]> Co-authored-by: Tom Augspurger <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]>
* DOC: Add examples to do reversed rolling window (#38627). File is copied from @vangorade last changes in pull request (#39091): #39091 Fixed typo to pass pre-commit codespell hook. * DOC: Add some suggested changes. From pull request (#39091): #39091 - remove noqa - change line back to single quotes - rename df1 to reversed_df * DOC: Add reference to FixedForwardWindowIndexer. * DOC: Add more suggested changes. From pull request (#39091): #39091 - remove repeated df initialization in code example - rename df2 to reversed_df * DOC: Add suggested changes to reverse rolling window code examples (#38627). Move code example as suggested in pull request (#39091): #39091 Compiled document to check it looked fine by running: python make.py --single user_guide/window.rst * DOC: Revert more double quotes to single quotes. Unecessary changes. * DOC: Change binary window description to match master branch. Description was not modified after fetching and merging, so pasted from master branch: https://github.com/pandas-dev/pandas/blob/master/doc/source/user_guide/window.rst * DOC: Change exponentially weighted mean formula to one in master branch. Since fetching and merging didn't modify this line. * DOC: Replace window.rst with file from pandas-dev master branch. To only add reverse rolling window section and avoid any unwanted changes. * DOC: Add section with reverse rolling window example. * DOC: Add section markup. Forgot to add. * DOC: Delete the same code example. FixedForwaredWindowIndexer example is same as the one above the added section. * DOC: Remove section and first sentence. Modify sentence slightly to show this example should output same result. * DOC: Remove unecessary words. Coding is already in Python.
Co-authored-by: Brock <[email protected]>
…41310) * CI: skip tests when only files in doc/web changes (github) * Fixed yaml file indent * Revert "CI: skip tests when only files in doc/web changes (github)" This reverts commit 7eaca3f. * CI: Don't run lint if only doc changes (github worklow) * CI: Don't run lint if only doc changes (azure) * Fix (ex|in)clude logic in azure templates * Fixed small "typo" * Fix location of the "path" parameter * Removed extra "trigger" * Fix for comment https://github.com/pandas-dev/pandas/pull/41310/files#r629288230 * Fix for comment https://github.com/pandas-dev/pandas/pull/41310/files#r629289631 * Fix for comment https://github.com/pandas-dev/pandas/pull/41310/files#r628420098 * Fix for comment #41310 (comment) * Fix for comment #41310 (comment) * Fix for comment #41310 (comment) * Only ignore on "pull_request" not on "push" * Addresing comments Ref: #41310 (comment) Co-authored-by: ShaharNaveh <>
…41295) * Converting array_like to array-like in docstrings & comments * Add docstring validation check for array_like vs. array-like * Add unit test for arraylike validator, and fix example in core/generic.py * make method of PandasDocstring Co-authored-by: Marco Gorelli <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.