pola-rs / r-polars

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

feat: `as_nanoarraw_array_stream(<RPolarsSeries>)` #1076

Closed eitsupi closed 1 week ago

eitsupi commented 1 week ago

Part of #732, related to #781

As like DataFrame (#5), Series supports export via the Arrow C stream interface.

eitsupi commented 1 week ago

Merge for subsequent work.