Question: Write a code in python The file BridgeNBI.csv contains data on 25 bridges in the state of OR. Each row corre- sponds to one bridge.
Write a code in python

The file "BridgeNBI.csv" contains data on 25 bridges in the state of OR. Each row corre- sponds to one bridge. The first number in each row is the bridge number. The rest of the 25 numbers in each row are the condition rating of concrete bridge decks which are obtained by annual inspection. For example in row 1, 1 is the bridge number, 6 is the condition rating in 1992, 8 is the condition rating in 1993, 8 is the condition rating in 1994, 7 is the condition rating in 1995, and so on If the condition rating increased, that means the bridge underwent maintenance. Write a code to identify all the bridges which underwent maintenance. Write a code to sort and print the bridge numbers in decreasing order of 2016 condition rating
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
