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 Aug 24, 2024
1 parent 26d96e5 commit d1293a5
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 @@ -151,5 +151,5 @@ This is particularly good to know because the documentation for the `compression
df.to_feather("filename.feather", compression="zstd", compression_level=10)

# Parquet:
df.to_parquet("filename.parquet", compression="zstd", compression_level=10)
df.to_parquet("filename.parquet", compression="zstd", compression_level=10, index=False))
```

0 comments on commit d1293a5

Please sign in to comment.