Skip to content

Instantly share code, notes, and snippets.

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

  • Save JEverhart383/10c75d2e2589d00724a4f0615a929b2c to your computer and use it in GitHub Desktop.

Select an option

Save JEverhart383/10c75d2e2589d00724a4f0615a929b2c to your computer and use it in GitHub Desktop.
{
"success": true,
"result": {
"count": 309,
"measurements": {
"salePrice": {
"average": 898348.3836,
"median": 902000,
"low": 332500,
"high": 1780000,
"quartiles": {
"q1": 799000,
"q2": 902000,
"q3": 1020000
}
}
},
"grouping": {
"variable": "propertyType",
"classifier": "equality",
"groups": [
{
"value": "condo",
"count": 45,
"measurements": {
"salePrice": {
"average": 538006.2727,
"median": 544500,
"low": 332500,
"high": 785000,
"quartiles": {
"q1": 430000,
"q2": 544500,
"q3": 650000
}
}
}
},
{
"value": "single",
"count": 264,
"measurements": {
"salePrice": {
"average": 959095.7126,
"median": 925000,
"low": 680000,
"high": 1780000,
"quartiles": {
"q1": 840000,
"q2": 925000,
"q3": 1035000
}
}
}
}
],
"groupBy": "propertyType"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment