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

Commit 69164e4

Browse files
partheaojarjur
authored andcommitted
Add sample notebook for using BigQuery Standard SQL in Cloud Datalab (#15)
1 parent 371f28a commit 69164e4

File tree

3 files changed

+1448
-1
lines changed

3 files changed

+1448
-1
lines changed

Readme.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
"* [**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",
6464
"\n",
6565
"\n",
66+
"* [**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",
67+
"\n",
68+
"\n",
6669
"* [**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",
6770
"\n",
6871
"\n",

tutorials/BigQuery/BigQuery APIs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": [
1818
"## Importing the API\n",
1919
"\n",
20-
"The Cloud Datalab APIs are provided in the `gcpdata` Python library, and the BigQuery functionality is contained within the `gcp.bigquery` module."
20+
"The Cloud Datalab APIs are provided in the `datalab` Python library, and the BigQuery functionality is contained within the `datalab.bigquery` module."
2121
]
2222
},
2323
{

0 commit comments

Comments
 (0)