fix: Complete seed script with all missing data + add statsmodels
Some checks failed
CI / lint-and-test (push) Has been cancelled

- Seed script now seeds: amenities, population, median_age, census
  housing columns, housing mart (rent/affordability), overview mart
  (safety_score, population)
- Add statsmodels dependency for scatter plot trendlines
- Add dbt/.user.yml to gitignore

All 15 notebooks now pass with valid data.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-18 23:21:14 -05:00
parent 92763a17c4
commit 14701f334c
3 changed files with 184 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ dependencies = [
"geopandas>=1.1",
"shapely>=2.0",
"pyproj>=3.6",
"statsmodels>=0.14",
# Visualization
"dash>=3.3",