CSV field larger than field limit in Python
So I was working on something very simple involving a CSV file:
import csv
with open('file.csv', 'r') as f:
reader = csv.reader(f)
lines = [ln for ln in reader]
And as one would expect, the result of running this code was Error: field large...
mvasilkov.animuchan.net1 min read
Andrew Steganow
csv.parse
Hello) next problem is "OverflowError: Python int too large to convert to C long"