File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -192,15 +192,10 @@ Note that the Rust crate implementing the Python bindings is called `py-polars`
192
192
Rust crate ` polars` itself. However, both the Python package and the Python module are named ` polars` , so you
193
193
can ` pip install polars` and ` import polars` .
194
194
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
-
201
195
# # Use custom Rust function in python?
202
196
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.
204
199
205
200
# # Going big...
206
201
You can’t perform that action at this time.
0 commit comments