From 352a19449c6e59d9624c60c97a20fddac2d742c9 Mon Sep 17 00:00:00 2001 From: Paul Cannon <102183179+pcc-git@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:40:31 -0700 Subject: [PATCH] Update _index.md --- content/Slides/p3/d1/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Slides/p3/d1/_index.md b/content/Slides/p3/d1/_index.md index c7369a0..500c461 100644 --- a/content/Slides/p3/d1/_index.md +++ b/content/Slides/p3/d1/_index.md @@ -119,7 +119,7 @@ Do we understand the questions being asked in Project 3? Let's start exploring the baseball data! - You'll need to download the [SQLite Databse](https://byuistats.github.io/CSE250-Course/data/lahmansbaseballdb.sqlite) -- And review the [data dictionary](https://www.seanlahman.com/files/database/readme2017.txt) +- And review the [data dictionary](https://cran.r-project.org/web/packages/Lahman/Lahman.pdf) ```python import pandas as pd