Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on February 4, 2025 11:08AM
Likes: 0
Replies: 2
I am trying to merge/Group rows based on metric range.
Present format
Desired format
Add a Prepare recipe and create a new houses_group column using a formula as follows:
if(cars > 1, "Houses with more than 1", "Houses with 1 car")
Then on the resulting output dataset add a Group By recipe and group by houses_group.
Thank You