Skip to content

Commit

Permalink
change compression to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
richiecroker committed Mar 13, 2024
1 parent c372b64 commit af5198b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
Binary file modified data/lp_measures_df_0.zip
Binary file not shown.
Binary file modified data/lp_measures_df_1.zip
Binary file not shown.
5 changes: 4 additions & 1 deletion notebooks/diffable_python/low-priority-data.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@
for i, chunk in enumerate(chunks):
chunk.to_csv(
os.path.join("..", "data",f'lp_measures_df_{i}.zip'),
compression={'method': 'gzip', 'archive_name': 'lp_measures_df.csv'})
compression={'method': 'zip', 'archive_name': 'lp_measures_df.csv'})
# -


9 changes: 8 additions & 1 deletion notebooks/low-priority-data.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af5198b

Please sign in to comment.