-
Notifications
You must be signed in to change notification settings - Fork 60
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
functime 0.10 with Polars 1.0 compatibility #159
Comments
So while we did this (with latest release, 0.9.5) there are still some rough edges which can be seen when using |
Polars>=1.0 enhanced map_batches and map_elements to apply lambda function with machine learning forward computation. Enum type and Categorical data can obtain in Polars>=1.0 |
Hi @baggiponte I can see there hasn't been a release in 6 months, and I'm beginning to quite heavily use this library for my workflow. Can you please outline the "help wanted" tag on this post, where you'd recommend to start chipping in for this issue and for maintaining this package in general? |
Hi @baggiponte ! |
Polars expressions were used in many databases, like bioinformatics sorted branches, vectors indexed sequences representation. Once capable with long sequences in memory, large-scale application will solve by in-memory and out-of-core update. |
Ensure functime works with Polars>=0.20. Also implement/benchmark Enum dtype for entity columns to save memory.
The text was updated successfully, but these errors were encountered: