feat: add esp counts when calculating teacher participation rates on overview page

This commit is contained in:
Nelson Jovel 2025-01-15 13:39:41 -08:00
parent ad779f5c5e
commit 02bcb2b75b
11 changed files with 131 additions and 2 deletions

View file

@ -13,3 +13,4 @@ seeder.seed_enrollment Rails.root.join("data", "enrollment", "wi_enrollment.csv"
seeder.seed_staffing Rails.root.join("data", "staffing", "staffing.csv")
seeder.seed_staffing Rails.root.join("data", "staffing", "nj_staffing.csv")
seeder.seed_staffing Rails.root.join("data", "staffing", "wi_staffing.csv")
seeder.seed_esp_counts Rails.root.join("data", "staffing", "esp_counts.csv")