-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
CSV reading isn't fully iterative #33
Comments
I will look at how to iterate content when it is in memory. |
please evaluate the fixes and let me know how it goes. |
chfw
added a commit
that referenced
this issue
May 16, 2017
chfw
added a commit
that referenced
this issue
May 16, 2017
Thank you for this, making the multiple streams optional is great :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you call
get_data
with a file-type object and a CSV file type, if I've understood the code correctly, it nearly can be read in iteratively without loading the entire file into memory, apart from the fact that_load_from_stream
does a fullread()
atpyexcel-io/pyexcel_io/fileformat/_csv.py
Line 269 in 1cffd9d
The text was updated successfully, but these errors were encountered: