Closed mpolidori closed 4 years ago
So, I'm getting TypeError: "delimiter" must be a 1-character string
again when I upload to datahub...
I fixed it by placing all strings in the csv with a space in quotes. I'm not sure why this isn't taken care of by default.
I didn't have permissions to edit the repo. When uploading to datahub.io, it fails due to the
/
in the header names. I tried placing them in strings, like'"Country/Region"'
, but the output always ended up like this,"""Country/Region"""
, so I just went withCountry
andProvince
.