Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.66 KB

index.md

File metadata and controls

34 lines (27 loc) · 1.66 KB
layout
home

Current Project:

Zip Code Map v2 - see below 'The Choropleth is Here!' for the code

Stay tuned, we will being making a choropleth map to better represent the data.

Part 1. Python Basics:

01 - Variables & Strings
02 - Numbers
03 - List (and a brief intro to complex numbers)
04 - List Methods and Iteration with Loops (intro to list comprehension)
05 - Conditional Tests - IF Statements
06 - Dictionaries
07 - Sets

Part 2. Data Science Project

Mapping Student Population by Zip Code

08 - Zip Codes Part 1 - Intro to Data Visualizion
09 - Zip Codes Part 2 - Intro to Folium
10 - Zip Codes Part 3 - The Bubble Map
11 - Tuples and Geo data / Coordinates for mapping lines and boundaries
12 - Data Structures Review, Intro to Pandas, and Drawing a zip code boundary on the map
13 - Geopandas, Shapely & Geometry Datatype
14 - More Pandas, Geopandas & Pickle
15 - Google Colaboratory, Files & Paths
16 - Finalizing Data
17 - The Choropleth is Here!

*This page will be updated weekly thoughout the school year.