Exercise 16
Opening a .csv file
Download the file e16data.csv, which contains two columns of data separated by commas. Write a program to read in the data and report the mean of each column.
Download the file e16data.csv, which contains two columns of data separated by commas. Write a program to read in the data and report the mean of each column.