@@ -17,7 +17,7 @@ In this lab, you'll get practice with files and namedtuples, in preparation for
In this lab, you will practice...
* Loading data in json files
* Loading data in csv files
* Using try/except to handle malformed data
* Using try/except to handle malformed data.
------------------------------
...
...
@@ -27,10 +27,9 @@ You may do these lab exercises only with your project partner; you are not allow
working on lab-p10 with one person, then do the project with a different partner. Now may be a
good time to review [our course policies](https://cs220.cs.wisc.edu/s23/syllabus.html).
**Important:**p10 and p11 are two parts of the same data analysis.
**Important:**P10 and P11 are two parts of the same data analysis.
You **cannot** switch project partners between these two projects.
If you partner up with someone for p10, you have to sustain that partnership until end of p11.
**You must acknowledge that you have read this to your lab TA**.
If you partner up with someone for P10, you have to sustain that partnership until end of P11.
------------------------------
...
...
@@ -44,15 +43,15 @@ Create a `lab-p10` directory and download the following files into the `lab-p10`
After downloading data.zip, make sure to extract it (using [Mac directions](http://osxdaily.com/2017/11/05/how-open-zip-file-mac/) or [Windows directions](https://support.microsoft.com/en-us/help/4028088/windows-zip-and-unzip-files)). After extracting, you should see a folder called `small_data`, which has the following files in it:
* mapping_1.json
* mapping_2.json
* mapping_3.json
* stars_1.csv
* stars_2.csv
* stars_3.csv
* planets_1.csv
* planets_2.csv
* planets_3.csv
*` mapping_1.json`
*`mapping_2.json`
*`mapping_3.json`
*`stars_1.csv`
*`stars_2.csv`
*`stars_3.csv`
*`planets_1.csv`
*`planets_2.csv`
*`planets_3.csv`
You may delete `small_data.zip` after extracting these files from it.
...
...
@@ -62,8 +61,4 @@ For the remaining segments, detailed instructions are provided in `practice.ipyn
## Project 10
You can now get started with [p10](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/tree/main/p10). **You may copy/paste any code created here in project p10**. Have fun!
```python
```
You can now get started with [P10](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/tree/main/p10). **You may copy/paste any code created here in project p10**. Have fun!