Context: Marks secured by the students. To understand the influence of the paren

Context:
Marks secured by the students. To understand the influence of the paren

Context:
Marks secured by the students. To understand the influence of the parents background, test preparation on students performance.
Content:
This data set consists of the marks secured by the students in various subjects.
Acknowledgements:
http://roycekimmons.com/tools/generated_data/exams
What to do:
1- Write a program in Python that would read the given data file and print it line by line as the previous assignment. While you are reading each line split it on commas (line.split(“,”)). Extract the values for the last 3 columns in each line representing the reading, writing and math scores. Using that same for loop compute the average of each of the 3 columns in 3 different variables.
2- In the same program write another for loop that would compute the variance and the standard deviation for each of the 3 columns.
3- In the same program using the Python library Numpy compute the average, variance and standard deviation for each of the 3 columns in the file.
4- Print out appropriately the average, variance, and standard deviation first using your for loop and then compare it to the values computed using Numpy.
What to turn in:
1- In the same word document containing your histogram figures just add the computed average, variance, and standard deviation.
2- A Python source code file “.py” with your name and assignment number.
3- A screenshot of your program “.png” running on your computer showing the date of when you ran your program and name it the file with your name.
This is continuation of assignment order #539208874 you completed

× How can I help you?