From 1bff01bcbffdd66ee613391accb94a922aa99abc Mon Sep 17 00:00:00 2001 From: Vitaly Baev Date: Sat, 5 Jul 2025 13:38:44 +0200 Subject: [PATCH] Fixes the link to the industry codes --- notebooks/chap01.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/chap01.ipynb b/notebooks/chap01.ipynb index 3d998f98..0bfa6d9d 100644 --- a/notebooks/chap01.ipynb +++ b/notebooks/chap01.ipynb @@ -165,7 +165,7 @@ "\n", "* `partyid`: Political party affiliation, Democrat, Independent, or Republican.\n", "\n", - "* `indus10`: [Code](https://www.census.gov/cgi-bin/sssd/naics/naicsrch?chart=2007) for the industry the respondent works in.\n", + "* `indus10`: [Code](https://www.census.gov/topics/employment/industry-occupation/guidance/indexes.html) for the industry the respondent works in.\n", "\n", "Let's look at these variables in more detail, starting with `indus10`." ]