From e97d84d84097d8e7206e16f145b8ccb202f44c2c Mon Sep 17 00:00:00 2001 From: Bradley Boehmke Date: Wed, 10 Jul 2024 12:50:45 -0400 Subject: [PATCH] Add link for lesson 2c airport data --- book/02-module/lesson-2c.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/02-module/lesson-2c.ipynb b/book/02-module/lesson-2c.ipynb index d1cc882..0075dd0 100644 --- a/book/02-module/lesson-2c.ipynb +++ b/book/02-module/lesson-2c.ipynb @@ -1452,7 +1452,7 @@ "\n", "```{admonition} Questions:\n", ":class: attention\n", - "Import the airports data as `airports`. The data contains the airport code, airport name, and some basic facts about the airport location.\n", + "Import the [airports data](https://github.com/bradleyboehmke/uc-bana-6043/blob/main/instructor-material/module-2/data/airports.csv) as `airports`. The data contains the airport code, airport name, and some basic facts about the airport location.\n", "\n", "1. What kind of index is the current index of `airports`? \n", "2. Is this a good choice for the DataFrame's index? If not, what column or columns would be a better candidate?\n",