You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments