Skip to content

Commit da3659b

Browse files
committed
fix typo and link
1 parent 17204af commit da3659b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

notebooks/v2/analyzing_census_data.ipynb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cell_type": "markdown",
1717
"metadata": {},
1818
"source": [
19-
"<a href=\"https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/v2/Analyzing_Census_Data_with_Data_Commons.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
19+
"<a href=\"https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/v2/analyzing_census_data.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2020
]
2121
},
2222
{
@@ -49,18 +49,11 @@
4949
"\n",
5050
"The [Python API](https://github.com/datacommonsorg/api-python/tree/master/datacommons_client) provides functions for users to extract structured information from Data Commons programmatically and view them in different formats such as Python `dict`s and [pandas](https://pandas.pydata.org/) DataFrames. DataFrames allow access to all the data processing, analytical and visualization tools provided by packages such as pandas, NumPy, SciPy, and Matplotlib.\n",
5151
"\n",
52-
"Note: Before you can use the API, you must obtain a Data Commons API key. Please see [Obtain an API key](https://docs.datacommons.org/api/#obtain-an-api-key] for details. In this Colab, we'll use a trial key. You may use it for a limited number of requests, but you will need to get your own key for longer use.\n",
52+
"Note: Before you can use the API, you must obtain a Data Commons API key. Please see [Obtain an API key](https://docs.datacommons.org/api/#obtain-an-api-key) for details. In this Colab, we'll use a trial key. You may use it for a limited number of requests, but you will need to get your own key for longer use.\n",
5353
"\n",
5454
"Let's begin by loading the Data Commons Python API and the standard data science libraries:"
5555
]
5656
},
57-
{
58-
"cell_type": "markdown",
59-
"metadata": {},
60-
"source": [
61-
"<a href=\"https://colab.research.google.com/github/datacommonsorg/api-python/blob/tutorials/Analyzing_Census_Data_with_Data_Commons.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
62-
]
63-
},
6457
{
6558
"cell_type": "code",
6659
"execution_count": null,

0 commit comments

Comments
 (0)