Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit d10e74a

Browse files
committed
disable doctest
1 parent 8daee37 commit d10e74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • third_party/bigframes_vendored/pandas/core

third_party/bigframes_vendored/pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def to_gbq(
419419
>>> df = bpd.DataFrame({'col1': [1, 2], 'col2': [3, 4]})
420420
>>> destination = df.to_gbq(ordering_id="ordering_id")
421421
>>> # The table created can be read outside of the current session.
422-
>>> bpd.close_session() # Optional, to demonstrate a new session.
422+
>>> bpd.close_session() # Optional, to demonstrate a new session. # doctest: +SKIP
423423
>>> bpd.read_gbq(destination, index_col="ordering_id")
424424
col1 col2
425425
ordering_id

0 commit comments

Comments
 (0)