I am using the CSV reader to read a TSV in Python. The code is: One row from the tab separated CSV file looks like this (csv hosted here): doc unit1_toks unit2_toks unit1_txt1 unit2_txt2 s1_toks s2_toks unit1_sent unit2_sent dir GUM_bio_galois 156-160 161-170 ” We zouden dan voorstellen dat de auteur al zijn werk zou moeten publiceren 107-182 107-182 Poisson declared
Tag: double-quotes
Use backticks (`) or double quotes (“) with Python and SQLite
I saw a similar question on Stack Overflow pertaining to Android, but I was wondering whether I should use backticks (`) or double quotes (“) – using Python – to select table names or rowid or what have you. I tried single quotes – like this select ‘rowid’, * from ‘tbl’ order by ‘rowid’. The single quotes worked in some