Skip to content

Commit ac44ccd

Browse files
authored
docs: add artithmetic df sample code (#153)
* docs: add artithmetic df sample code * fix: address comments
1 parent 4e4409c commit ac44ccd

File tree

2 files changed

+492
-6
lines changed

2 files changed

+492
-6
lines changed

bigframes/session/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def read_gbq_query(
352352
>>> import bigframes.pandas as bpd
353353
>>> bpd.options.display.progress_bar = None
354354
355-
Simple query input:
355+
Simple query input:
356356
357357
>>> df = bpd.read_gbq_query('''
358358
... SELECT
@@ -368,7 +368,7 @@ def read_gbq_query(
368368
<BLANKLINE>
369369
[2 rows x 3 columns]
370370
371-
Preserve ordering in a query input.
371+
Preserve ordering in a query input.
372372
373373
>>> df = bpd.read_gbq_query('''
374374
... SELECT

0 commit comments

Comments
 (0)