We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e975e4f commit 332943bCopy full SHA for 332943b
pandas/core/frame.py
@@ -2226,8 +2226,8 @@ def to_parquet(
2226
0 1 3
2227
1 2 4
2228
2229
- If you want get a buffer to the parquet content you can use a io.BytesIO object,
2230
- as long as you don't use partition_cols, which creates multiple files.
+ If you want to get a buffer to the parquet content you can use a io.BytesIO
+ object, as long as you don't use partition_cols, which creates multiple files.
2231
2232
>>> import io
2233
>>> f = io.BytesIO()
0 commit comments