pyo3-polars
Plugins/extension for Polars
File Explorer
Download Latest Version (.zip)- CI.yml
- __init__.py
- _typing.py
- _utils.py
- date_util.py
- dist.py
- extension.py
- language.py
- panic.py
- distances.rs
- expressions.rs
- lib.rs
- .gitignore
- Cargo.toml
- pyproject.toml
- Makefile
- requirements.txt
- run.py
- lib.rs
- parallel_jaccard_mod.rs
- .gitignore
- Cargo.toml
- Makefile
- requirements.txt
- run.py
- __init__.py
- lib.rs
- samplers.rs
- Cargo.toml
- pyproject.toml
- Makefile
- requirements.txt
- run.py
- mod.rs
- to_py.rs
- to_rust.rs
- alloc.rs
- derive.rs
- error.rs
- export.rs
- lib.rs
- types.rs
- Cargo.toml
- attr.rs
- keywords.rs
- lib.rs
- 01.rs
- 02.rs
- run.rs
- Cargo.toml
- README.md
- .gitignore
- Cargo.toml
- dprint.json
- LICENSE
- README.md
- rust-toolchain.toml
# Installation Guide
1. Get the code
git clone https://github.com/pola-rs/pyo3-polars
Downloads the entire project code from GitHub to your computer.
cd pyo3-polars
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
