perfectly-preserved-pie / larentals

An interactive map of for-sale & rental property listings in Los Angeles County, updated weekly.
https://wheretolive.la
20 stars 4 forks source link

Enhancements to Data Preprocessing and Popup HTML Generation, fixing spaghetti code #150

Closed perfectly-preserved-pie closed 1 year ago

perfectly-preserved-pie commented 1 year ago

Split out functions from the dataframe files into their own function file. Refactor each function to use type hints and docstrings (nice!)

Data Preprocessing

Popup HTML Generation

Bug Fixes