read zipfile sequentially?
Alan G Isaac
aisaac at american.edu
Wed Oct 15 15:02:34 EDT 2008
More information about the Python-list mailing list
Wed Oct 15 15:02:34 EDT 2008
- Previous message (by thread): File management
- Next message (by thread): read zipfile sequentially?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have a large ASCII data set that is zipped to a reasonable size. Can I access the data without decompressing the whole file first? I would like to run through the data to produce a much smaller extract and some summary statistics, but without unzipping it (if that is even possible). Thanks, Alan Isaac
- Previous message (by thread): File management
- Next message (by thread): read zipfile sequentially?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list