I have data structured as follows:
[\'1404407396000\', \'484745869385011200\', \'0\', \'1922149633\', \"The nurse from the university said I couldn\'t go
Use string formatting.
writer.writerows("%f" % data)
There are various formatting options you can check out here.