Hey Everyone,
Running into a bit of a problem that I am not sure how to resolve after researching for awhile, What I would like to do is write my results from a search cursor to an existing column in a csv file.
So currently this is the code I have;

The first portion of my code works exactly how I want it too, and prints how I would like it to be displayed in the csv file. Now what I would like to do is take those values and write them to an existing Field in my CSV called "Play", I am not sure how to go about this. This is what I have gotten so far for my results..

The highlighted portion is what I want to write to the specific column "Play" in my csv, I can read the file and find out the column position is row[0] but cant write to it.
Any help is appreciated!