Question: In PYTHON: Name your function file fileIO.py with two inputs for the read filename and the output filename. 1. Included a docstring with function help
In PYTHON: Name your function file fileIO.py with two inputs for the read filename and the output filename.
1. Included a docstring with function help and assignment information
2. Read ExData2.csv and store columns header and lists of data by columns
3. Function continues to asks user for input until it receives a positive integer for the number of data points to average.
4. Write to the output filename the columns header and averages the number of data points requested for both columns of data.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
