I have a list of items sorted alphabetically by PROGRAM (see panel in image). Each carry a Latitude and Longitude. The list has thousands of values, and there are varying quantities of programs (example: 114 bars, 20 schools, 501 restaurants, etc.)
I’d like to partition the full list by PROGRAM, so the list would separate into bars, schools, etc. That way when I construct points, I can bake them into separate layers in Rhino by PROGRAM.
I can’t seem to find a way to define the partition because of the varying quantities of programs, but I have a feeling I’m overthinking the logic of partitioning this list. Any thoughts on how I can partition the list?