Skip to content

Commit

Permalink
Add link for lesson 2c airport data
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyboehmke committed Jul 10, 2024
1 parent 94f035d commit e97d84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/02-module/lesson-2c.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e97d84d

Please sign in to comment.