-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstate_specialcourses.json
55 lines (55 loc) · 1.13 KB
/
state_specialcourses.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
{
"model": "county_info.StateSpecialCourses",
"fields": {
"state": "NC",
"school_year": "2008-2009",
"advanced_course_enrollment": 0.046,
"vocational_course_enrollment": 0.154
}
},
{
"model": "county_info.StateSpecialCourses",
"fields": {
"state": "NC",
"school_year": "2007-2008",
"advanced_course_enrollment": 0.041,
"vocational_course_enrollment": 0.153
}
},
{
"model": "county_info.StateSpecialCourses",
"fields": {
"state": "NC",
"school_year": "2009-2010",
"advanced_course_enrollment": 0.047,
"vocational_course_enrollment": 0.152
}
},
{
"model": "county_info.StateSpecialCourses",
"fields": {
"state": "NC",
"school_year": "2010-2011",
"advanced_course_enrollment": 0.048,
"vocational_course_enrollment": 0.154
}
},
{
"model": "county_info.StateSpecialCourses",
"fields": {
"state": "NC",
"school_year": "2011-2012",
"advanced_course_enrollment": 0.054,
"vocational_course_enrollment": 0.153
}
},
{
"model": "county_info.StateSpecialCourses",
"fields": {
"state": "NC",
"school_year": "2012-2013",
"advanced_course_enrollment": 0.06,
"vocational_course_enrollment": 0.152
}
}]