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

pandas/dask try to optimise read_csv to load 1e9 rows data #99

Closed
jangorecki opened this issue Aug 23, 2019 · 1 comment
Closed

pandas/dask try to optimise read_csv to load 1e9 rows data #99

jangorecki opened this issue Aug 23, 2019 · 1 comment

Comments

@jangorecki
Copy link
Contributor

jangorecki commented Aug 23, 2019

as documented in #111 currently pandas and dask fails on 1e9 data when attempting to read csv.
try those, maybe will help
https://stackoverflow.com/a/27232309/2490497
https://www.dataquest.io/blog/pandas-big-data/

@jangorecki
Copy link
Contributor Author

Did not helped for pandas.
Tried dtype, engine="c", low_memory=True. See pandas-dev/pandas#22194 for more information
What might help in future is h2oai/datatable#1691

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