sfcpc / housing-dashboard

4 stars 0 forks source link

Are we using the correct CSV dialect? #27

Closed sbuss closed 4 years ago

sbuss commented 4 years ago

I realized this morning we might be getting some weird entries due to how python's csv module is parsing the the_geom field. It looks like it clobbers data sometimes. I'm going to try using the excel reader dialect (and maybe some others) to see if that fixes it.

sbuss commented 4 years ago

I wasn't able to reproduce the issues I've seen in the past... not sure why.