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
Python2's builtin csv library doesn't handle unicode. This is currently causing discrepancies between python2 and python3 values.csv files. Possible solutions include switching to the pandas.read_csv function or the backports.csv library.
The text was updated successfully, but these errors were encountered:
Python2's builtin csv library doesn't handle unicode. This is currently causing discrepancies between python2 and python3
values.csv
files. Possible solutions include switching to thepandas.read_csv
function or thebackports.csv
library.The text was updated successfully, but these errors were encountered: