You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, due to the following processing, the types in list are processed ignoring the S3 method of as_polars_series, so appropriate type conversion is not performed.
Related to #1012
Currently, due to the following processing, the types in list are processed ignoring the S3 method of
as_polars_series
, so appropriate type conversion is not performed.r-polars/src/rust/src/conversion_r_to_s.rs
Lines 177 to 193 in 3a08926
Like this:
Created on 2024-04-09 with reprex v2.1.0
We probably need to use
as_polars_series.list
and a function that constructs Series from R list of RPolarsSeries in Rust side.The text was updated successfully, but these errors were encountered: