Closed jacksonlee-civis closed 3 years ago
This PR adds an encoding parameter to civis.io.read_civis_sql (and civis.io.read_civis, which is a thin wrapper of the read_civis_sql function) in order to allow non-UTF-8 data when use_pandas is False.
encoding
civis.io.read_civis_sql
civis.io.read_civis
read_civis_sql
use_pandas
False
This PR adds an
encoding
parameter tocivis.io.read_civis_sql
(andcivis.io.read_civis
, which is a thin wrapper of theread_civis_sql
function) in order to allow non-UTF-8 data whenuse_pandas
isFalse
.