I have a column in my dataset that is a highly nested struct. I want to get one of the properties of that struct in my contour analysis, but I can’t find any expressions related to manipulating structs.
Hi @dherls,
Unfortunately this isn’t possible in Contour, which supports only String
, Integer
, Double
, Boolean
, and Date
types in expressions.
You could, however, convert your analysis into a Pipeline Builder pipeline which has strong support for Struct
! You can find an option to do this automatically at the end of your Contour path. You can then use the output of this pipeline to form the basis of your analysis instead.