lib.rs
Jan 26, 2025Note that the Rust crate implementing the Python bindings is called py-polars to distinguish from the wrapped Rust crate polars itself. However, both the Python package and the Python module are named polars, so you can pip install polars and import polars. Using custom Rust functions in Python. Extending Polars with UDFs compiled in Rust is easy.