Skip to content

Instantly share code, notes, and snippets.

@JEverhart383
Created January 5, 2017 00:39
Show Gist options
  • Select an option

  • Save JEverhart383/06c6dbff899317826452ed37549e9128 to your computer and use it in GitHub Desktop.

Select an option

Save JEverhart383/06c6dbff899317826452ed37549e9128 to your computer and use it in GitHub Desktop.
{
"success": true,
"result": {
"count": 532,
"measurements": {
"salePrice": {
"average": 1076607.2094,
"median": 1055000,
"low": 350000,
"high": 3250000,
"quartiles": {
"q1": 885000,
"q2": 1055000,
"q3": 1240000
}
}
},
"grouping": {
"variable": "propertyType",
"classifier": "equality",
"groups": [
{
"value": "condo",
"count": 68,
"measurements": {
"salePrice": {
"average": 687969.1176,
"median": 683750,
"low": 350000,
"high": 1153000,
"quartiles": {
"q1": 507000,
"q2": 683750,
"q3": 850000
}
}
}
},
{
"value": "single",
"count": 464,
"measurements": {
"salePrice": {
"average": 1133809.3528,
"median": 1100000,
"low": 695000,
"high": 3250000,
"quartiles": {
"q1": 950000,
"q2": 1100000,
"q3": 1275000
}
}
}
}
],
"groupBy": "propertyType"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment