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
{{ message }}
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.
Unless there are bigger plans to use it further down the line, we could potentially pull into utils.py the code needed to power UnicodeCSVReader. It's ~40 lines and only carries the csv dependency.
Unless there are bigger plans to use it further down the line, we could potentially pull into utils.py the code needed to power
UnicodeCSVReader
. It's ~40 lines and only carries thecsv
dependency.https://github.com/onyxfish/csvkit/blob/master/csvkit/unicsv.py#L16
It's essentially a light rewrite of the example code provided in the csv module documentation, which they acknowledge here.
Just a thought. Could maybe make Python 3 happy as well?
The text was updated successfully, but these errors were encountered: