Skip to content

Instantly share code, notes, and snippets.

@DanielJWood
Last active December 13, 2018 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielJWood/cf62d9f28ee38815e4b753bd2cc9a9f4 to your computer and use it in GitHub Desktop.
Save DanielJWood/cf62d9f28ee38815e4b753bd2cc9a9f4 to your computer and use it in GitHub Desktop.
count: 5,
otherMetadata:{},
keys:{
a:"city_location",
b:"school_type",
c:"school_level",
d:"lowest_grade_offered",
e:"highest_grade_offered",
f:"charter",
g:"school_name",
h:"school_id",
i:"leaid",
j:"lea_name",
},
data:[
{
a: "FLOMATON",
b: 1,
c: 4,
d: -1,
e: 12,
f: -2,
g: "Turtle Point Environmental Science Ctr",
h: "01409",
i: "0101350",
j: "Escambia County"
},
{
a: "FLOMATON",
b: 1,
c: 1,
d: 0,
e: 6,
f: -2,
g: "Flomaton Elem Sch",
h: "01504",
i: "0101350",
j: "Escambia County"
},
{
a: "EAST BREWTON",
b: 1,
c: 1,
d: 0,
e: 4,
f: -2,
g: "W S Neal Elem Sch",
h: "01505",
i: "0101350",
j: "Escambia County"
},
{
a: "EAST BREWTON",
b: 1,
c: 2,
d: 5,
e: 8,
f: -2,
g: "W S Neal Middle Sch",
h: "01506",
i: "0101350",
j: "Escambia County"
},
.
.
.
{
a: "ATMORE",
b: 1,
c: 1,
d: 0,
e: 2,
f: -2,
g: "Rachel Patterson Elem Sch",
h: "01661",
i: "0101350",
j: "Escambia County"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment