From 43543d4ed306c61ffe914e180b37b9e1eb3b2955 Mon Sep 17 00:00:00 2001 From: Brandon Tran <bqtran2@wisc.edu> Date: Wed, 1 Mar 2023 10:34:08 -0600 Subject: [PATCH] Fix: Raw link to dataset --- lab-p6/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab-p6/README.md b/lab-p6/README.md index 32e2bc4..f1204a7 100644 --- a/lab-p6/README.md +++ b/lab-p6/README.md @@ -36,7 +36,7 @@ Create a `lab-p6` directory and download the following files into the `lab-p6` d * `practice.ipynb` * `practice_test.py` -If it takes too long to load the file `airbnb.csv` on GitLab, you can directly download the file from this link: [https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/airbnb.csv](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/airbnb.csv). You will need to **Right Click**, and click on the **Save as...** button to save the file through this method. +If it takes too long to load the file `airbnb.csv` on GitLab, you can directly download the file from this link: [https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/raw/main/p6/airbnb.csv](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/raw/main/p6/airbnb.csv). You will need to **Right Click**, and click on the **Save as...** button to save the file through this method. **Note:** If you accidentally downloaded the file as a `.txt` instead of `.csv` (or `.cvs` or `.csv.txt`) (say `airbnb.cvs`), you can execute `mv airbnb.cvs airbnb.csv` on a -- GitLab