Question: In python, write a program that takes in a data file,CSV, as an input and prints out the list of companies in the order of
In python, write a program that takes in a data file,CSV, as an input and prints out the list of companies in the order of highest performing to lowest performing using the min-max normalization equation, Normalized_Value = (Value - Min) / (Max - Min). Next to each of the companies, print the combined score as a number between 0 and 1, with higher numbers indicating better performance. Also make sure to convert to the correct data types after reading each of the metrics.
Use the CSV file image below as a reference:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
