Skip to content

Commit 4a55e0d

Browse files
authored
chore: update read to include pyo3-polars (pola-rs#6101)
1 parent b188d6b commit 4a55e0d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,10 @@ Note that the Rust crate implementing the Python bindings is called `py-polars`
192192
Rust crate `polars` itself. However, both the Python package and the Python module are named `polars`, so you
193193
can `pip install polars` and `import polars`.
194194

195-
## Arrow2
196-
197-
Polars has transitioned to [arrow2](https://crates.io/crates/arrow2).
198-
Arrow2 is a faster and safer implementation of the [Apache Arrow Columnar Format](https://arrow.apache.org/docs/format/Columnar.html).
199-
Arrow2 also has a more granular code base, helping to reduce the compiler bloat.
200-
201195
## Use custom Rust function in python?
202196

203-
See [this example](./examples/python_rust_compiled_function).
197+
Extending polars with UDFs compiled in Rust is easy. We expose pyo3 extensions for `DataFrame` and `Series`
198+
data structures. See more in https://github.com/pola-rs/pyo3-polars.
204199

205200
## Going big...
206201

0 commit comments

Comments
 (0)