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
It easily to use $to_frame and $unnest to implement $unnest() method in R, but I see python call rust method, I don't know if it's good idea to implement in R side only.
struct_unnest=function() self$to_frame()$unnest()
The text was updated successfully, but these errors were encountered:
Yunuuuu
changed the title
Misssing methods for struct: fields and unnest
Misssing methods for struct: fields, unnest, schemaMar 31, 2024
It would be great if the website can display the full series method (some methods from expr object) like python reference. when I learn r-polars the first time from the r-polars website, I consider $filter and $slice method (other methods displayed under Expressions) cannot be used for Series.
All that is needed here is for someone to write the documentation. However, I don't know if it is worth adding more Rd files to the 600+ that already exist.
eitsupi
changed the title
Misssing methods for struct: fields, unnest, schema
Misssing methods for struct Series: fields, unnest, schemaMar 31, 2024
https://github.com/pola-rs/polars/blob/main/py-polars/polars/series/struct.py
Sorry, I don't know how to transform this rust code into
r-polars
.https://github.com/pola-rs/polars/blob/main/py-polars/src/series/mod.rs#L77
It easily to use
$to_frame
and$unnest
to implement$unnest()
method in R, but I see python call rust method, I don't know if it's good idea to implement in R side only.The text was updated successfully, but these errors were encountered: