Skip to content

Commit 554899a

Browse files
rahulsiloniyaim-vinicius
authored and
im-vinicius
committed
Added suggested new line to fix doc code example (pandas-dev#53775)
* Added suggested new line to fix doc code example * Removed the newline * Done
1 parent 8fd4909 commit 554899a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 0 deletions
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)