Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fritzo opened this issue Jul 11, 2017 · 1 comment
Open

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

fritzo opened this issue Jul 11, 2017 · 1 comment

Comments

@fritzo
Copy link
Member

fritzo commented Jul 11, 2017

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.

@fritzo fritzo changed the title Switch to backports.csv for unicode support Support unicode by switching to pd.read_csv or backports.csv Jul 23, 2017
@fritzo fritzo changed the title Support unicode by switching to pd.read_csv or backports.csv Support unicode via pd.read_csv or backports.csv Jul 23, 2017
@fritzo
Copy link
Member Author

fritzo commented Aug 6, 2017

4ceee25 added a treecat.format.read_csv based on pd.read_csv.

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

No branches or pull requests

1 participant