Skip to content
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

Open
lbooker42 opened this issue Jul 3, 2024 · 3 comments
Open

Additional operator for update_by requested #5709

lbooker42 opened this issue Jul 3, 2024 · 3 comments
Assignees
Labels
core Core development tasks feature request New feature or request query engine

Comments

@lbooker42
Copy link
Contributor

To support production use cases, we need the following operators (also found in #4424):

  • median
  • percentile
  • var
  • cor
  • count_neg, count_pos
  • cum_std

But also needed are the following (supported by pandas / Polars):

  • last
  • rank
  • pct_change
@lbooker42 lbooker42 added feature request New feature or request triage labels Jul 3, 2024
@lbooker42 lbooker42 self-assigned this Jul 3, 2024
@rcaudy rcaudy added this to the 4. Unscheduled milestone Jul 3, 2024
@rcaudy rcaudy added query engine core Core development tasks and removed triage labels Jul 3, 2024
@chipkent
Copy link
Member

Other count operations like count_null, count_nan, etc. would be useful.

@chipkent
Copy link
Member

As we have done in other cases, null values should be ignored, and NaN values are included -- typically resulting in poisoning.

@chipkent
Copy link
Member

I looked through Pandas docs and found a few more operations that we should really support:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core development tasks feature request New feature or request query engine
Projects
None yet
Development

No branches or pull requests

3 participants