pola-rs / r-polars

Bring polars to R
https://pola-rs.github.io/r-polars/
Other
390 stars 34 forks source link

Polars Expression plugins for R #1024

Open eitsupi opened 3 weeks ago

eitsupi commented 3 weeks ago

We needs:

  1. Mechanism for registering subnamespaces from outside the package something like https://docs.pola.rs/py-polars/html/reference/api.html
  2. Rust crate something like https://github.com/pola-rs/pyo3-polars
eitsupi commented 3 weeks ago

Note: Serialization and deserialization of R objects that may be needed are already defined here (I don't know if this is sufficient)

https://github.com/pola-rs/r-polars/blob/1ea820b7791a1747fe477cb4d7d7172dcf619137/src/rust/src/rbackground.rs#L77-L131