Question: USING PYTHON -Using an Excel File (CSV) write a program that reads a file (CSV) containing two columns with 10 numbers (floats) in each column
USING PYTHON
-Using an Excel File (CSV) write a program that reads a file (CSV) containing two columns with 10 numbers (floats) in each column of floating-point numbers. In the Python Program: prompt the user for the file name and find the average of each column.
-Hint: the split() function can be used.
-Thank you in advance for your assistance-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
