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

H2O à la dplyr (R) or à la tidypolars (Python).... #15595

Open
coforfe opened this issue Jun 19, 2023 · 0 comments
Open

H2O à la dplyr (R) or à la tidypolars (Python).... #15595

coforfe opened this issue Jun 19, 2023 · 0 comments
Assignees
Labels

Comments

@coforfe
Copy link

coforfe commented Jun 19, 2023

Hi,

It would be very interesting if h2o could have a syntax to chain transformation stages based on the use of pipes, equivalent to the one that already exists in R with dplyr, recently exported to Julia with tidier.jl. Within Python there are already alternatives such as datar and tidypolars. Not to mention that for BigData, sparklyr also uses this approach.

All these approaches resemble each other, allowing the use of different languages in a simpler way. The advantages of readability, maintainability of code based on this syntax is what is leading to the emergence of these cross-language equivalences.

I believe that this syntax would give an extra advantage to h2o to be able to encapsulate transformations or pipelines that further facilitate its implementation in production as well as making easier its learning and adoption.

Thank you very much,
Carlos.

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

2 participants