Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Add sample notebook for using BigQuery Standard SQL in Cloud Datalab #15

Merged
merged 1 commit into from
Oct 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Readme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"* [**BigQuery Commands**](tutorials/BigQuery/BigQuery Commands.ipynb) - Use simple, declarative commands to do everything, from exploring to interactively analyzing, transforming, and visualizing your data.\n",
"\n",
"\n",
"* [**BigQuery Standard SQL**](tutorials/BigQuery/BigQuery Standard SQL.ipynb) - Use features of [BigQuery Standard SQL](https://cloud.google.com/bigquery/sql-reference/) and [BigQuery SQL Data Manipulation Language (beta)](https://cloud.google.com/bigquery/sql-reference/dml-syntax).\n",
"\n",
"\n",
"* [**BigQuery APIs**](tutorials/BigQuery/BigQuery APIs.ipynb) - Use an extensive and intuitive library of Python APIs, designed with notebooks in mind, to query data and work with BigQuery objects, such as DataSets, Tables and Schemas.\n",
"\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/BigQuery/BigQuery APIs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": [
"## Importing the API\n",
"\n",
"The Cloud Datalab APIs are provided in the `gcpdata` Python library, and the BigQuery functionality is contained within the `gcp.bigquery` module."
"The Cloud Datalab APIs are provided in the `datalab` Python library, and the BigQuery functionality is contained within the `datalab.bigquery` module."
]
},
{
Expand Down
Loading