1 year ago
#297694
Hakase
How to exchange Polars-DataFrame between Rust and Python
I want to write a Python extension
using Rust
with Ctypes
or Pyo3
to get better performance than native Python. But how to exchange data such as Polars
DataFrame
or ndarray
type between Rust and Python?
python
numpy
rust
pyo3
python-polars
0 Answers
Your Answer