I have a column with a bunch of different locations and other data about that location. I want to separate out the locations into groups so I can perform aggregations by location, but there are over 50 of them and I don't want to use 50 filters to separate them out. The output should be a bunch of different groups by location with the additional data available. Should be pretty easy, I just can't think of the tool to use (join, summarize).