❔ CSV Read data
I have a csv file like this, using stream reader or something better if there is idk, how can i grab all the values from the column Green using a memory efficient method.
That is: I want to get 3 and 6 from the csv file
red,blue,green
1, 2, 3
4, 5, 6