Open Symmetric opened 8 years ago
In Python3, the input data is a byte array, which is not a valid input for the csv.reader class.
Add a wrapper generator to the preprocess_stream() function to decode the bytes into a string.
In Python3, the input data is a byte array, which is not a valid input for the csv.reader class.
Add a wrapper generator to the preprocess_stream() function to decode the bytes into a string.