Skip to content

Commit bb0403b

Browse files
Added suggested new line to fix doc code example (#53775)
* Added suggested new line to fix doc code example * Removed the newline * Done
1 parent bd9a671 commit bb0403b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -2981,6 +2981,7 @@ def to_orc(
29812981
1 2 3
29822982
29832983
If you want to get a buffer to the orc content you can write it to io.BytesIO
2984+
29842985
>>> import io
29852986
>>> b = io.BytesIO(df.to_orc()) # doctest: +SKIP
29862987
>>> b.seek(0) # doctest: +SKIP

0 commit comments

Comments
 (0)