Skip to content

Commit

Permalink
Merge pull request #1971 from daspecster/big-table-doc-typos
Browse files Browse the repository at this point in the history
Add quotes to CSV reference
  • Loading branch information
daspecster committed Jul 12, 2016
2 parents d9220c6 + c1c13be commit a1b8066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bigquery-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Upload table data from a file:
... SchemaField('full_name', 'STRING', mode='required'),
... SchemaField('age', 'INTEGER', mode='required)]
>>> with open('person_ages.csv', 'rb') as csv_file:
... table.upload_from_file(csv_file, CSV,
... table.upload_from_file(csv_file, 'CSV',
... create_disposition='CREATE_IF_NEEDED')

Get rows from a table's data:
Expand Down

0 comments on commit a1b8066

Please sign in to comment.