Skip to content

Commit f2a623e

Browse files
Update dataset description to professional basketball
1 parent 4fddf71 commit f2a623e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

notebooks/quickstart_basketball_composite_links.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"source": [
5050
"### Downloading the dataset\n",
5151
"\n",
52-
"Make sure you download the sample data before getting started. We will be using a **technology manufacturing** company dataset for this demo. You can run the following cell to download the datasets automatically:"
52+
"Make sure you download the sample data before getting started. We will be using a **professional basketball** dataset from BIRD SQL for this demo. You can run the following cell to download the datasets automatically:"
5353
]
5454
},
5555
{
@@ -62,7 +62,7 @@
6262
"import os\n",
6363
"import requests\n",
6464
"\n",
65-
"raw_datasets='tech_company'\n",
65+
"raw_datasets='professional_basketball'\n",
6666
"api_url = f\"https://api.github.com/repos/Intugle/data-tools/contents/sample_data/{raw_datasets}\"\n",
6767
"local_dir = f\"sample_data/{raw_datasets}\"\n",
6868
"os.makedirs(local_dir, exist_ok=True)\n",

0 commit comments

Comments
 (0)