-
Notifications
You must be signed in to change notification settings - Fork 80
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
Additional operator for update_by
requested
#5709
Comments
Other count operations like |
As we have done in other cases, |
Below is an attempt at a more comprehensive and carefully curated list. As has been the case for other operations:
Operators have a few different contexts:
Missing cumulative operators:
New operators (singleton)
New operators (agg, cumulative, and rolling):
Don't Do Operators? (Present in agg)These are present in agg, but they may not be worth adding to the other cases until there is demand. They need some discussion.
(?) There will be some debate on if this method should be implemented because of efficiency. |
Details on computing skewness and excess kurtosis can be found at:
We want the sample skewness and sample excess kurtosis. The formulae used by Excel, SAS, etc. have probably been well vetted. |
Details on computing the sample covariance can be found at: |
To support production use cases, we need the following operators (also found in #4424):
But also needed are the following (supported by pandas / Polars):
The text was updated successfully, but these errors were encountered: