Skip to content

Commit

Permalink
Update README.md (#66)
Browse files Browse the repository at this point in the history
fixed the error
  • Loading branch information
chinmay7016 authored Oct 31, 2023
1 parent 85d5438 commit c5028e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ This compression notebook figures out what compression techniques are best suite
It uses the methodology as described here: https://towardsdatascience.com/still-saving-your-data-in-csv-try-these-other-options-9abe8b83db3a

___
The conclusion is that **Pickle (xz)** results in the most efficient loading. However, to solve the vulnerability issue that arrises with loading with Pickles I've decided to take the next best thing, this is the **CSV BZ2** option which is about the same in terms of loading.
___
The conclusion is that **Pickle (xz)** results in the most efficient loading. However, to solve the vulnerability issue that arises with loading with Pickles I've decided to take the next best thing, this is the **CSV BZ2** option which is about the same in terms of loading.
___

0 comments on commit c5028e3

Please sign in to comment.