Question: Name your function fileread.py with one input of the file name. 1. Import csv and statistics into your file. 2. Open the file ExData.csv and

Name your function fileread.py with one input of the file name. 1. Import csv and statistics into your file. 2. Open the file ExData.csv and create a list of the data from column two. Find the number of points, average and standard deviation of column 2 data and print them out in the exact format as shown below. 3. >>> fileread ("Exdata.csv") Exdata . csv um n 2 minimum is 0.580 and maximum is 1.552 Exdata.csv Column 2 average is 1.0228 with 100 data points Exdata.csv Column 2 standard deviation is 0.14654
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
