We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polars.struct
I think the following syntax should work to create named fields in a struct in an Expression.
df = df.select( Polars::col('id'), test_struct: Polars.struct({ entity: Polars::col("raw_upper_formation_name"), boundary: Polars::col("upper_boundary_type"), }), )
I think it should work with OR without curly braces around the Polars.struct arg. I think it should definitely work at least one way like that.
The text was updated successfully, but these errors were encountered:
77dcc6b
Hi @DeflateAwning, updated in the commit above.
Sorry, something went wrong.
No way, thanks so much!
No branches or pull requests
I think the following syntax should work to create named fields in a struct in an Expression.
I think it should work with OR without curly braces around the Polars.struct arg. I think it should definitely work at least one way like that.
The text was updated successfully, but these errors were encountered: