-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: example for doing a reversed rolling window #38627
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
Comments
Dear Developer, |
Hi @MaruthiKo, welcome to pandas! I'd recommend reading https://pandas.pydata.org/docs/development/contributing.html for guidance on contribution to pandas. If you'd like to work on this issue, the |
looks like issue is still not resolved let me fix it real quick. |
take |
Is this available to take? I see no updates in almost 2 months. |
I can make suggested changes from the closed pull request. |
take |
File is copied from @vangorade last changes in pull request (pandas-dev#39091): pandas-dev#39091 Fixed typo to pass pre-commit codespell hook.
…andas-dev#38627). Move code example as suggested in pull request (pandas-dev#39091): pandas-dev#39091 Compiled document to check it looked fine by running: python make.py --single user_guide/window.rst
* 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.
* DOC: Add examples to do reversed rolling window (pandas-dev#38627). File is copied from @vangorade last changes in pull request (pandas-dev#39091): pandas-dev#39091 Fixed typo to pass pre-commit codespell hook. * DOC: Add some suggested changes. From pull request (pandas-dev#39091): pandas-dev#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 (pandas-dev#39091): pandas-dev#39091 - remove repeated df initialization in code example - rename df2 to reversed_df * DOC: Add suggested changes to reverse rolling window code examples (pandas-dev#38627). Move code example as suggested in pull request (pandas-dev#39091): pandas-dev#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.
#34226 (comment) is the example, should just add to window.rst
also would be good to show using https://pandas.pydata.org/pandas-docs/dev/reference/api/pandas.api.indexers.FixedForwardWindowIndexer.html?highlight=forward#pandas.api.indexers.FixedForwardWindowIndexer
The text was updated successfully, but these errors were encountered: