Skip to content

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 68 commits into from
Jun 15, 2021
Merged

Sync Fork from Upstream Repo #206

merged 68 commits into from
Jun 15, 2021

Conversation

sthagen
Copy link
Owner

@sthagen sthagen commented Jun 15, 2021

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

fangchenli and others added 30 commits June 8, 2021 12:25
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]>
jorisvandenbossche and others added 29 commits June 10, 2021 13:24
* 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.
…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]>
@sthagen sthagen merged commit 19bda61 into sthagen:master Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.