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

Increase max size of CSV to system's max int #53

Merged
merged 5 commits into from
Sep 17, 2018
Merged

Conversation

dmosorast
Copy link
Contributor

This is due to an error received from the CSV decoder also mentioned in this StackOverflow. This PR implements the accepted answer there.

Note on the response to the accepted answer about this value not being valid for a C Integer: Since this run on Python3, there is no longer a maximum Int value, so this shouldn't suffer from the same issue.

@dmosorast dmosorast merged commit f1ed9aa into master Sep 17, 2018
@dmosorast dmosorast deleted the fix/set_csv_max_size branch September 17, 2018 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant