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
We already support gzipped (.gz) and bzipped (.bz2) CSV files. Supporting zipped files (.zip) is a natural next step.
Should we support a zipped collection of files? That is more convenient, but raises questions directory traversal (e.g., do we select all .csv files or only top-level ones?).
The text was updated successfully, but these errors were encountered:
We already support gzipped (
.gz
) and bzipped (.bz2
) CSV files. Supporting zipped files (.zip
) is a natural next step.Should we support a zipped collection of files? That is more convenient, but raises questions directory traversal (e.g., do we select all .csv files or only top-level ones?).
The text was updated successfully, but these errors were encountered: