mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 16:00:33 -07:00
Update student csvs
This commit is contained in:
parent
dd9ed86dcd
commit
6ed405d16d
11 changed files with 57530 additions and 57297 deletions
|
|
@ -28,7 +28,7 @@ class StudentLoader
|
|||
end
|
||||
|
||||
def self.race_codes(row:)
|
||||
race_codes = row['What is your race/ethnicity?(Please select all that apply) - Selected Choice'] || row['RACE'] || row['Race'] || row['race'] || '99'
|
||||
race_codes = row['race'] || row['RACE'] || row['Race'] || '99'
|
||||
race_codes.split(',').map(&:to_i) || []
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue