| http://www.w3.org/ns/prov#value | - a header row # ??? ???w.writerow(r.next()) ??? ???for line in r: #loop through each line in r ???line is a list which is like an array on crack ??? ??? ??? ???line[2] = str(int(line[2]) + 1) #Assign the third column (0 based numbering) ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? # the value of the third column converted to ??? ??? ??? ??? ??? ??? ??? ??? ??? ??
|