Skip to content

Commit

Permalink
Add quotes to CSV reference. closes #1970
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Jul 11, 2016
1 parent 6d3592f commit c1c13be
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 @@ -236,7 +236,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 c1c13be

Please sign in to comment.