Skip to content

Commit 9c745f2

Browse files
authored
BigQuery: Samples update and region tag standardization (googleapis#5195)
* sample update and region tag standardization * fixes per comments
1 parent b9c3dc0 commit 9c745f2

4 files changed

Lines changed: 168 additions & 204 deletions

File tree

bigquery/nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def snippets(session, py):
139139
os.path.join('..', 'storage'),
140140
os.path.join('..', 'test_utils'),
141141
)
142-
session.install('-e', '.')
142+
session.install('-e', '.[pandas]')
143143

144144
# Run py.test against the system tests.
145145
session.run(

bigquery/tests/data/people.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
full_name,age
2+
Phred Phlyntstone,32
3+
Wylma Phlyntstone,29

0 commit comments

Comments
 (0)