Hello!
I’m currently facing a challenge in Grasshopper: I have a list with four columns and would like to split it into separate lists, each with only one column. The data comes from a database that I’ve imported into Grasshopper for data analysis using Python.
Unfortunately, I can’t split the list using the existing components because the column entries lack indices. Does anyone have a solution? In theory, I could rewrite my Python code, but for data analysis, it’s advantageous to have all the data in Grasshopper first.
Thanks in advance.