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

Now scala-polars not contain dataframe all operation #142

Open
mullerhai opened this issue Dec 31, 2024 · 4 comments
Open

Now scala-polars not contain dataframe all operation #142

mullerhai opened this issue Dec 31, 2024 · 4 comments

Comments

@mullerhai
Copy link

Hi,
for dataframe most important is groupby agg pivot concat split stack join , but I can not found these operation ,why ? please add these function ,then I think maybe it will popular in scala , and I will try use scala-polars will pytorch in scala

@mullerhai
Copy link
Author

scala-polars is good rust-jni-scala project, even best rust-jni-scala framework ,please write more rust polars mirror func code to scala, thanks

@mullerhai
Copy link
Author

use polars::*;
use polars::prelude::pivot::pivot;
use polars::prelude::group_by_windows;

add these declear import thing ,try to do some thing

@chitralverma
Copy link
Owner

Thanks for raising this!
I'm currently refactoring data sources to support the cloud. This should be done by the first week of January. After that, I'll publish it to Maven, which will help users. Then, I'll start on more expressions and functionality.

@mullerhai
Copy link
Author

Thanks for raising this! I'm currently refactoring data sources to support the cloud. This should be done by the first week of January. After that, I'll publish it to Maven, which will help users. Then, I'll start on more expressions and functionality.

wow ,thanks, very will , happy new year!

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

No branches or pull requests

2 participants