Created
January 5, 2017 00:38
-
-
Save JEverhart383/8606acba70cf73e65dd6b86ec30f8154 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "result": { | |
| "count": 412, | |
| "measurements": { | |
| "salePrice": { | |
| "average": 1075667, | |
| "median": 1040000, | |
| "low": 390000, | |
| "high": 2310000, | |
| "quartiles": { | |
| "q1": 850000, | |
| "q2": 1040000, | |
| "q3": 1250000 | |
| } | |
| } | |
| }, | |
| "grouping": { | |
| "variable": "propertyType", | |
| "classifier": "equality", | |
| "groups": [ | |
| { | |
| "value": "condo", | |
| "count": 125, | |
| "measurements": { | |
| "salePrice": { | |
| "average": 722728.3171, | |
| "median": 735000, | |
| "low": 390000, | |
| "high": 1190000, | |
| "quartiles": { | |
| "q1": 600000, | |
| "q2": 735000, | |
| "q3": 850000 | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "value": "single", | |
| "count": 287, | |
| "measurements": { | |
| "salePrice": { | |
| "average": 1227455.3147, | |
| "median": 1157500, | |
| "low": 745000, | |
| "high": 2310000, | |
| "quartiles": { | |
| "q1": 1010000, | |
| "q2": 1157500, | |
| "q3": 1340000 | |
| } | |
| } | |
| } | |
| } | |
| ], | |
| "groupBy": "propertyType" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment