Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
With Python 2, currently we generate unicode strings for a column with to_pandas but generate str strings for to_pylist. This should be aligned as well as some tests with non-ASCII characters added that verify the UTF-8 roundtrip.