Skip to content

Commit a1da115

Browse files
jsj14dandhlee
andauthored
Update BigQuery basics.ipynb (GoogleCloudPlatform#7494)
Co-authored-by: Dan Lee <[email protected]>
1 parent 6f2f3d7 commit a1da115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/tutorials/bigquery/BigQuery basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"# If indices are not specified, a column will be created for the default\n",
226226
"# indices created by pandas.\n",
227227
"index = [\"Q24980\", \"Q25043\", \"Q24953\", \"Q16403\"]\n",
228-
"df = pandas.DataFrame(records, index=pandas.Index(index, name=\"wikidata_id\"))\n",
228+
"df = pandas.DataFrame(records, index=pandas.Index(index, name=\"title\"))\n",
229229
"\n",
230230
"table_ref = dataset.table(\"monty_python\")\n",
231231
"job = client.load_table_from_dataframe(df, table_ref, location=\"US\")\n",

0 commit comments

Comments
 (0)