Nullable and Checks for Polars List of Structs? #1793
fredlarochelle
started this conversation in
General
Replies: 1 comment
-
hi @fredlarochelle I'm not a polars expert, but as far as I know I don't think this is possible. What happens in polars if that struct value contains nulls in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for a way to set
nullable=True
and add checks to values in a nested structure with Polars. Something similar to this:Is it possible? Or is there a different approach to use?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions