1. Only showing results from lib.rs

    Clear filter to show all search results

  2. 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.
  3. Jan 28, 2025Parallelism and optimizations are managed by the default polars runtime. That runtime will call into the plugin function. The plugin functions are compiled separately. We can therefore keep polars more lean and maybe add support for a polars-distance, polars-geo, polars-ml, etc. Those can then have specialized expressions and don't have to ...
  4. Jan 12, 2025The Polars command line interface provides a convenient way to execute SQL commands using Polars as a backend. Installation. The recommended way to install the Polars CLI is by using pip: pip install polars-cli. This will install a pre-compiled binary and make it available on your path under polars.
  5. Jan 26, 2025polars-sql. polars-sql is a sub-crate of the Polars library, offering a SQL transpiler. It allows for SQL query conversion to Polars logical plans. Usage. To use polars-sql, add it as a dependency to your Rust project's Cargo.toml file: [dependencies] polars-sql = "0.30.0" You can then import the crate in your Rust code using: use polars_sql::*;
  6. Nov 10, 2023Polars AI seamlessly integrates the formidable prowess of OpenAI's GPT-3.5 Turbo, thereby augmenting and optimizing data exploration and manipulation tasks. Polars AI allows you to: Chat with your Polars DataFrames using plain text queries. Perform data analysis tasks such as filtering, aggregating through AI-generated Rust code. ...
  7. See also: pyo3-polars, geozero, polars, wkt, s2protocol, dms-cdc-operator-client, polars-lazy, plotlars, polars-time, polars-arrow, polars-expr Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors of the crate.
  8. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX