Skip to content

Commit

Permalink
Update pandas-data-format-and-compression.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Jul 3, 2024
1 parent 90b71c5 commit f67c0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/blog/2024/pandas-data-format-and-compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ For these reasons, Feather appears to be the best choice in combination with zst

## Examples

Here are two concrete examples of how you can save the pandas DataFrames in the various formats and compression levels:
Here are two concrete examples of how you can save the pandas DataFrames in the various formats and compression levels.
This is particularly good to know because the documentation for the `compression_level` parameter is somewhat hidden.

```python
# Feather:
Expand Down

0 comments on commit f67c0c9

Please sign in to comment.