Skip to content

Commit

Permalink
update pandas blog
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Jul 2, 2024
1 parent a055439 commit 43ba8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blog/2024/pandas-data-format-and-compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ then zstd is the best option.
This is especially true for compression levels between 10 and 12.

In terms of data format, Feather seems to be the better choice.
Feather has better compression than Parquet.
Feather has a better compression ratio than Parquet.
Up to a compression level of 12, the storage times of Parquet and Feather are virtually the same.
The loading times of Feather are definitely and significantly better than those of Parquet.

Expand Down

0 comments on commit 43ba8a6

Please sign in to comment.