We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4409c commit ac44ccdCopy full SHA for ac44ccd
bigframes/session/__init__.py
@@ -352,7 +352,7 @@ def read_gbq_query(
352
>>> import bigframes.pandas as bpd
353
>>> bpd.options.display.progress_bar = None
354
355
- Simple query input:
+ Simple query input:
356
357
>>> df = bpd.read_gbq_query('''
358
... SELECT
@@ -368,7 +368,7 @@ def read_gbq_query(
368
<BLANKLINE>
369
[2 rows x 3 columns]
370
371
- Preserve ordering in a query input.
+ Preserve ordering in a query input.
372
373
374
0 commit comments