We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daee37 commit d10e74aCopy full SHA for d10e74a
third_party/bigframes_vendored/pandas/core/frame.py
@@ -419,7 +419,7 @@ def to_gbq(
419
>>> df = bpd.DataFrame({'col1': [1, 2], 'col2': [3, 4]})
420
>>> destination = df.to_gbq(ordering_id="ordering_id")
421
>>> # The table created can be read outside of the current session.
422
- >>> bpd.close_session() # Optional, to demonstrate a new session.
+ >>> bpd.close_session() # Optional, to demonstrate a new session. # doctest: +SKIP
423
>>> bpd.read_gbq(destination, index_col="ordering_id")
424
col1 col2
425
ordering_id
0 commit comments