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 -- http://mail.python.org/mailman/listinfo/python-list
- read zipfile sequentially? Alan G Isaac
- Re: read zipfile sequentially? Tim Chase
- Re: read zipfile sequentially? Alan G Isaac