The code below reads a csv that contains a number of lines ie.
"Agent","Complete","2"
"Agent","Complete","3"
"Agent","Open","1"
"Blar","Complete","2"
The first column is the...