Home Page [www.mystudyzone.com]

To do this we stored the column headings of the input CSV in a list, and then looped through each row of the CSV, storing the values in each column of the CSV. Since a row in a CSV represents a data point that needs to be compared, we stored the values in each row into its own list, and mapped this list to the list which holds the column headings. ................
................