-
Notifications
You must be signed in to change notification settings - Fork 358
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
Add the base for expanding and rolling in Series, Frame, SeriesGroupby and FrameGroupby #840
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add these classes to usage logging?
I guess just adding them to usage_logging/__init__.py
should work.
Otherwise, LGTM.
Oh sure. Will do. |
Softagram Impact Report for pull/840 (head commit: 4b110a1)⭐ Change Overview
⭐ Details of Dependency Changes
📄 Full report
Impact Report explained. Give feedback on this report to [email protected] |
Thanks @ueshin ! merged. |
Sorry that I didn't make clear. Actually we need to the classes too. #855 |
Thanks! |
Hi, Does the mechanism for aggregating (e.g. mean) after rolling being added sir? |
It's not implemented yet. These will be implemented in the near future. |
This PR adds:
by mimicking pandas class structure.
Partially addresses #807