Skip to content

Support unicode via pd.read_csv or backports.csv #9

Description

@fritzo

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions