Skip to content

Commit 38d9b73

Browse files
authored
docs: fix docstrings to improve html rendering of code examples (#1788)
* docs: fix docstrings to improve html rendering of code examples * fix examples docstring in one more file
1 parent 8af26d0 commit 38d9b73

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

third_party/bigframes_vendored/pandas/core/computation/eval.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def eval(
171171
with plain ol' Python evaluation.
172172
173173
**Examples:**
174+
174175
>>> import bigframes.pandas as bpd
175176
>>> bpd.options.display.progress_bar = None
176177

third_party/bigframes_vendored/pandas/core/frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4253,6 +4253,7 @@ def corrwith(
42534253
correlations.
42544254
42554255
**Examples:**
4256+
42564257
>>> import bigframes.pandas as bpd
42574258
>>> bpd.options.display.progress_bar = None
42584259

third_party/bigframes_vendored/pandas/core/indexes/accessor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def isocalendar(self):
204204
Calculate year, week, and day according to the ISO 8601 standard.
205205
206206
**Examples:**
207+
207208
>>> import pandas as pd
208209
>>> import bigframes.pandas as bpd
209210
>>> bpd.options.display.progress_bar = None

third_party/bigframes_vendored/pandas/io/gbq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def read_gbq(
6767
>>> df = bpd.read_gbq("bigquery-public-data.ml_datasets.penguins")
6868
6969
Read table path with wildcard suffix and filters:
70+
7071
>>> df = bpd.read_gbq_table("bigquery-public-data.noaa_gsod.gsod19*", filters=[("_table_suffix", ">=", "30"), ("_table_suffix", "<=", "39")])
7172
7273
Preserve ordering in a query input.

0 commit comments

Comments
 (0)