Skip to content

Commit 67f9c3c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ 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,
2229+
If you want to get a buffer to the parquet content you can use a io.BytesIO object,
22302230
as long as you don't use partition_cols, which creates multiple files.
22312231
22322232
>>> import io

0 commit comments

Comments
 (0)