Title 1, Title 2, Title 3, Title 4,
orange, abc, 12.3, 45.9,
tree apple, rto, 34.6, 0.9,
...
My code replaces all commas by spaces and iterates in order to read the file. However,this means that first columns with double names such as "banana forest" will be identified as two separate columns. Is there any way to solve this problem by using iteration?