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
I'm not entirely sure the root cause yet. It's something to do with the default encoding I think. I'm pretty sure Stata uses iso-8859-1 not cp1252. Changing this inside pandas.io.maybe_read_encoded_stream works, but changing the encoding in StataReader breaks something else that I don't have time to debug.
Can someone sanity check me. Does this work on Python 2?
I'm not entirely sure the root cause yet. It's something to do with the default encoding I think. I'm pretty sure Stata uses
iso-8859-1
notcp1252
. Changing this insidepandas.io.maybe_read_encoded_stream
works, but changing the encoding in StataReader breaks something else that I don't have time to debug.Can someone sanity check me. Does this work on Python 2?
The text was updated successfully, but these errors were encountered: