Commit d265e21
authored
* 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.
1 parent da12db8 commit d265e21
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
302 | 320 | | |
303 | 321 | | |
304 | 322 | | |
| |||
0 commit comments