Question: Assignment overview This lab exercise provides practice with file processing You will work with a partner on this exercise during your lab session. Two people
Assignment overview This lab exercise provides practice with file processing You will work with a partner on this exercise during your lab session. Two people should work at one computer. occasionally switch the person who is typing. Talk to cach other about what you are doing and why so that both of you understand each step. Part A: Data Processing Given a data file, find the max, min, and average values of columns. Also, create an addition column that is based on the other columns. There will be no error checking required for this lab. You are provided with a data file named (surprise!) data. txt. Data is arranged in columns where each item of data is twelve columns wide (so it is casy to extract data items using slicing): Name Height (m) Weight (kg) 1.82 72.57 Joe 1.60 63.50 Mary Dion 1.90 90.71 1.72 66.31 Kayla Jose 1.78 70.23 1.63 65.12 Sofia Erik 1.98 92.21 1.57 65.77 Sara Your task is read the file data.txt and calculate the max, min, and average of the height and weight columns and to add an additional column that has the BMI calculated based on each height and weight. Your output will look like this (and needs to be formatted like this). To match the testing on Mirmir here is the format string: "I:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
