If I use this code:
`
with open(\'data/stock.csv\', newline=\'\') as csvfile: reader = csv.reader(csvfile, delimiter=\',\', quotechar=\'|\')