Skip to content

Commit

Permalink
Added suggested new line to fix doc code example (#53775)
Browse files Browse the repository at this point in the history
* Added suggested new line to fix doc code example

* Removed the newline

* Done
  • Loading branch information
rahulsiloniya authored Jun 21, 2023
1 parent bd9a671 commit bb0403b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -2981,6 +2981,7 @@ def to_orc(
1 2 3
If you want to get a buffer to the orc content you can write it to io.BytesIO
>>> import io
>>> b = io.BytesIO(df.to_orc()) # doctest: +SKIP
>>> b.seek(0) # doctest: +SKIP
Expand Down

0 comments on commit bb0403b

Please sign in to comment.