I’ve decided it is easier to get the raw data out from dynamo in a list of lists. Then use this list of lists in python to do the remainder of the work.
How do I get dynamo to output a list of lists? Example:
[[“Pipe Fittings”, “Pipes”, “Pipes”], [“ø63-ø63”,“ø160”,“ø50”], [None, 1861, 3093], [90,None,None]]
Your question is unclear because you already have a list of lists and we don’t have enough info to know how to get from your current output to your intended output. How does your current output relate to the example output you’ve shown? This is just a case of list management and formatting.