ejwhite | 5 years ago | on: Python – Create large ZIP archives without memory inflation
ejwhite's comments
ejwhite | 5 years ago | on: I've designed UI Flow Cards because I couldn't find one like it
ejwhite | 5 years ago | on: I've designed UI Flow Cards because I couldn't find one like it
May I ask... do you ever construct information architectures (aka sitemaps) for your clients? If so, what tools would you use for this?
ejwhite | 6 years ago | on: New boson appears in nuclear decay, could break standard model if confirmed
I was solidly in the "C++" column back then, but have since become a data scientist who now uses numpy/Python for all machine learning. That talk was a very interesting, helped me to understand what they're doing in my old field these days. Thanks for sharing.
I need to open a very large CSV file in Python, which is around 25GB in .zip format. Any idea how to do this in a streaming way, i.e. stopping after reading the first few thousand rows?