From b4d0acec54ee7adad0bb71e7ce6cc8344ecb2717 Mon Sep 17 00:00:00 2001 From: gustavo Date: Mon, 15 Mar 2021 13:40:20 -0300 Subject: [PATCH] Update ch03.ipynb update https://biostat.app.vumc.org/ url --- ch03.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.ipynb b/ch03.ipynb index 942a537..3f910a5 100644 --- a/ch03.ipynb +++ b/ch03.ipynb @@ -40,7 +40,7 @@ "outputs": [], "source": [ "url = (\n", - " \"http://biostat.mc.vanderbilt.edu/\"\n", + " \"https://biostat.app.vumc.org/\"\n", " \"wiki/pub/Main/DataSets/titanic3.xls\"\n", ")\n", "df = pd.read_excel(url)\n",