Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paolorechia/rust_use_arrow
Playing with polars
https://github.com/paolorechia/rust_use_arrow
Last synced: 29 days ago
JSON representation
Playing with polars
- Host: GitHub
- URL: https://github.com/paolorechia/rust_use_arrow
- Owner: paolorechia
- Created: 2023-11-03T10:22:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T14:24:04.000Z (about 1 year ago)
- Last Synced: 2024-10-15T08:31:30.905Z (2 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of using Rust with polars/arrow
This repository is work in progress.
Roadmap:
- Read parquet file (v)
- Have a sample UDF that accesses the file data with custom logic (v)
- Add onnxruntime ()
- Predict using UDF + onnxruntime ()
- Package code as Python extension (bindings with PyO3) ()
- Write alternatives, such as pure pandas Python, pure polars Python etc ()
- Benchmark ()