pyo3-polars 0.2.1

PyO3 bindings to polars
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pyo3-polars"
version = "0.2.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
repository = "https://github.com/pola-rs/pyo3-polars"
description = "PyO3 bindings to polars"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
polars = { version = "0.28.0", default_features = false }
polars-core = { version = "0.28.0", default_features = false }
pyo3 = "0.18.1"
thiserror = "1"
arrow2 = "0.17"