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 29bea53 commit 911e987
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 @@ -127,7 +127,7 @@ For these reasons, Feather appears to be the best choice in combination with zst

## Examples

Here are a few 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:

```python
# Parquet:
Expand Down

0 comments on commit 911e987

Please sign in to comment.