You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I have received three .zip files.
All of them contain the same data type (a huge number of small CSV files).
zip-File1: 33.7 GB (about 1.4 million files)
zip-File2: 27.9 GB (about 1.4 million files)
zip-File3: 26.7 GB (about 650.000 files)
For some reason I can list the files within the first two zip-files but not within the third (even if I try to read only that particular file). The function zip_list() immediately returns a 'Cannot open zip file XXX.zip' error message.
Unfortunately, I cannot provide the zip files for reproducibility.
I'm working on Windows 10 (64-bit).
Is it possible that this has to do with the sheer amount of files (which appear to be larger in size/file within the third zip-file)?
The text was updated successfully, but these errors were encountered:
Hi,
so I have received three .zip files.
All of them contain the same data type (a huge number of small CSV files).
zip-File1: 33.7 GB (about 1.4 million files)
zip-File2: 27.9 GB (about 1.4 million files)
zip-File3: 26.7 GB (about 650.000 files)
For some reason I can list the files within the first two zip-files but not within the third (even if I try to read only that particular file). The function zip_list() immediately returns a 'Cannot open zip file XXX.zip' error message.
Unfortunately, I cannot provide the zip files for reproducibility.
I'm working on Windows 10 (64-bit).
Is it possible that this has to do with the sheer amount of files (which appear to be larger in size/file within the third zip-file)?
The text was updated successfully, but these errors were encountered: