Skip to content

Commit b1fb6bc

Browse files
committed
fix(streamlit): bundle full geo and rent data; harden fallback paths
1 parent dc8adc2 commit b1fb6bc

4 files changed

Lines changed: 57053 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Data
22
data/raw/*
33
!data/raw/.gitkeep
4+
!data/raw/median_rent_hdb.csv
45
data/processed/*
56
!data/processed/.gitkeep
67
data/processed/.http_cache/
78
**/.http_cache/
89
data/reference/planning_areas.geojson
10+
!data/reference/planning_areas.geojson
911

1012
# Python
1113
.venv/

0 commit comments

Comments
 (0)