I work with a series, and I was wondering how I can rename a series when writing to a file. For example, my csv output consists of the following:
Gene_Name,0 A2ML1,15 AAK1,8
I want it to be as follows:
Gene_Name,Count A2ML1,15 AAK1,8
Note. I do not want my title to be "Gene_Name, 0", but "Gene_Name, Count". How can i do this?
user1867185
source share