From bc0a6f09d965c3fd0998e5172885ecfd85424cd2 Mon Sep 17 00:00:00 2001 From: Daniel Lorch Date: Sun, 22 Jan 2017 20:48:41 +0100 Subject: [PATCH] Responded caseid should be 5012, not 5515 The data index returned by pandas is indeed 5515, but the caseid is 5012 (see solutions) --- code/chap01ex.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/chap01ex.ipynb b/code/chap01ex.ipynb index 905dee8a1..3fb0b26fb 100644 --- a/code/chap01ex.ipynb +++ b/code/chap01ex.ipynb @@ -1314,7 +1314,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "What was the birthweight of the first baby born to the respondent with `caseid` 5515?" + "What was the birthweight of the first baby born to the respondent with `caseid` 5012?" ] }, {