I'm following along with this example, but I'm having issues when trying to generate the a tree that has more than 9 initial "seeds."
For those unfamiliar, the data format that you need to specify for the tree interface tool looks something like the below. The issue happens when we hit 10 and above.
If we follow the same pattern, the resulting tree ends up looking like this, where every initial category seed above the 9th one is inserted into the first one.
Note that this is alpha sorted, which seems a bit strange since they are spelled out numbers (fake dataset I made up).
I attached how I got to this point here but would appreciate any help I can get. This format is unintuitive to me to begin with and I don't see any way to have more than 9 parent seeds in my trees.