From 42568d125bb87a10c178ec1d4640e467f2d826b0 Mon Sep 17 00:00:00 2001 From: JINLANG WANG <jwang2775@wisc.edu> Date: Wed, 28 Feb 2024 22:31:11 -0600 Subject: [PATCH] lab8 --- Labs/Lab8/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Labs/Lab8/README.md diff --git a/Labs/Lab8/README.md b/Labs/Lab8/README.md new file mode 100644 index 0000000..2c1b0d6 --- /dev/null +++ b/Labs/Lab8/README.md @@ -0,0 +1,9 @@ +# Lab 8: Geopandas + +1. Install geopandas and geopy, go to [City of Madison Open Data](https://data-cityofmadison.opendata.arcgis.com/) and find an interesting dataset to plot using geopandas. + +2. Continue working on Part 1 and Part 2 of P4 (Part 3 will be for the next lab after regex is covered during the lectures). + +# Screenshot Requirement + +A Screenshot of your plot of step 1. \ No newline at end of file -- GitLab