Skip to content

Commit 332943b

Browse files
larroyWillAyd
andcommitted
Update pandas/core/frame.py
Co-authored-by: William Ayd <[email protected]>
1 parent e975e4f commit 332943b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2226,8 +2226,8 @@ def to_parquet(
22262226
0 1 3
22272227
1 2 4
22282228
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.
2229+
If you want to get a buffer to the parquet content you can use a io.BytesIO
2230+
object, as long as you don't use partition_cols, which creates multiple files.
22312231
22322232
>>> import io
22332233
>>> f = io.BytesIO()

0 commit comments

Comments
 (0)