I have a store in atoti, where I would like to create buckets based on a continuous variable.
Here is the screenshot to the store:
I am trying to create buckets based on age.
One solution I could think of is to, create a new column in the original data frame and then join this to the existing store.
is there is a smarter way to create a column based on another column on the fly without going back to the original data frame?