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

TODO #2

Closed
11 of 13 tasks
etiennebacher opened this issue Jun 8, 2023 · 1 comment
Closed
11 of 13 tasks

TODO #2

etiennebacher opened this issue Jun 8, 2023 · 1 comment
Labels

Comments

@etiennebacher
Copy link
Owner

etiennebacher commented Jun 8, 2023

Waiting for r-polars implementation

Waiting for rust-polars (and therefore r-polars) implementation

Can be done

  • pivoting (syntax very close to data.table::melt()):
    • wide to long
    • long to wide
  • all functions applied on columns can be done provided that I find a robust way to reorganize R/tidyverse syntax as polars syntax -> not finished (probably will never be) but I now have a good mechanism for this
  • Docs
  • checks for LazyFrame

CI

Future

  • find a way to give the original polars syntax?
@etiennebacher
Copy link
Owner Author

See source code for each function of tidypolars: https://tidypolars.readthedocs.io/en/latest/autoapi/tidypolars/tibble/index.html#tidypolars.tibble.Tibble.pivot_longer

Easy to read and translate in R

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant