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

Implement expression functions #90

Open
28 of 31 tasks
markfairbanks opened this issue Oct 18, 2021 · 0 comments
Open
28 of 31 tasks

Implement expression functions #90

markfairbanks opened this issue Oct 18, 2021 · 0 comments
Labels
feature New feature or request

Comments

@markfairbanks
Copy link
Owner

markfairbanks commented Oct 18, 2021

  • abs
  • between | pl.is_between
  • cast
  • count
  • cor
  • cov
  • cum: max, mean, median, min, sum, count
  • floor
  • first/last
  • lag/lead
  • length
  • log/log10
  • is_finite/is_infinite
  • is_in/is_not_in
  • is_nan
  • is_not
  • is_null/is_not_null
  • max
  • mean
  • median
  • min
  • n_distinct | pl.n_unique
  • rep
  • rolling_: apply, max, mean, median, min, sd
  • round
  • sample
  • sd | pl.std
  • sqrt
  • sum
  • quantile
  • var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant