pola-rs / r-polars

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

fix!: convert R list to Series correctly via `as_polars_series()` #1021

Closed eitsupi closed 1 month ago

eitsupi commented 1 month ago

Fix #1020

Ideally, this would require significant refactoring on the Rust side, but for now it will work correctly.