You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reader = csv.DictReader(doc_file, delimiter=delimiter, fieldnames=fieldnames)
File "/usr/lib/python2.7/csv.py", line 79, in __init__
self.reader = reader(f, dialect, *args, **kwds)
TypeError: "delimiter" must be an 1-character string
what could be the reason for such error in a perfectly delimited file
The text was updated successfully, but these errors were encountered: