Skip to content
Snippets Groups Projects
Commit 312aba52 authored by Brandon Tran's avatar Brandon Tran
Browse files

Fix: Raw link to dataset

parent 43543d4e
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ You are **allowed** to work with a partner on your projects. While it is not req ...@@ -16,7 +16,7 @@ You are **allowed** to work with a partner on your projects. While it is not req
This project will focus on **accessing data in csv file** and **string methods**. To start, download [`p6.ipynb`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/p6.ipynb), [`p6_test.py`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/p6_test.py) and [`airbnb.csv`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/airbnb.csv). This project will focus on **accessing data in csv file** and **string methods**. To start, download [`p6.ipynb`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/p6.ipynb), [`p6_test.py`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/p6_test.py) and [`airbnb.csv`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/airbnb.csv).
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:** Please go through [Lab-P6](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/tree/main/lab-p6) before you start the project. The lab contains some very important information that will be necessary for you to finish the project. **Note:** Please go through [Lab-P6](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/tree/main/lab-p6) before you start the project. The lab contains some very important information that will be necessary for you to finish the project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment