{"database": "nyc_ll84", "table": "water", "is_view": false, "human_description_en": "where Borough = \"QUEENS\" and Property Type = \"College/University (Campus-Level)\" sorted by Calendar Year descending", "rows": [[28524, 2012, "2788606", "RSA 76-01 147 Street", "QUEENS", "76-01 147th St", "College/University (Campus-Level)", "83794", null, 0.0, 0.0, null, null, null, null], [29919, 2012, "2810269", "St. John Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "142700", null, 7767.2, 0.0, null, null, null, null], [29922, 2012, "2810276", "St. Albert Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "175800", null, 9572.2, 0.0, null, null, null, null], [29923, 2012, "2810281", "Belson Hall/Finley Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "215389", null, 11727.1, 0.0, null, null, null, null], [29925, 2012, "2810284", "College of Pharmacy", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "4416", null, 240.1, 0.0, null, null, null, null], [29939, 2012, "2810307", "St. Augustine Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "168600", null, 9176.5, 0.0, null, null, null, null], [29940, 2012, "2810313", "Sullivan Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "72438", null, 3943.5, 0.0, null, null, null, null], [29947, 2012, "2810335", "Belson Stadium", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "4435", null, 241.6, 0.0, null, null, null, null], [29952, 2012, "2810354", "D'Angelo Center", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "120000", null, 6534.5, 0.0, null, null, null, null], [21923, 2011, "2788606", "RSA", "QUEENS", "76-01 147th St", "College/University (Campus-Level)", "83,794", null, null, null, null, null, null, null], [21959, 2011, "2810281", "Belson Hal", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "215,389", null, null, null, null, null, null, null], [21960, 2011, "2810269", "St. John H", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "142,700", null, null, null, null, null, null, null], [21963, 2011, "2810354", "D'Angelo C", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "120,000", null, null, null, null, null, null, null], [21965, 2011, "2810307", "St. August", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "168,600", null, null, null, null, null, null, null], [21973, 2011, "2810276", "St. Albert", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "175,800", null, null, null, null, null, null, null], [21974, 2011, "2810335", "Belson Sta", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "4,435", null, null, null, null, null, null, null], [21976, 2011, "2810313", "Sullivan H", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "72,438", null, null, null, null, null, null, null], [21980, 2011, "2810284", "College of", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "4,416", null, null, null, null, null, null, null], [8314, 2010, "2810281", "Belson Hall/Finley Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "215,389", null, null, null, null, null, null, null], [8316, 2010, "2810335", "Belson Stadium", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "4,435", null, null, null, null, null, null, null], [8321, 2010, "2810284", "College of Pharmacy", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "4,416", null, null, null, null, null, null, null], [8324, 2010, "2810354", "D'Angelo Center", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "120,000", null, null, null, null, null, null, null], [8336, 2010, "2810276", "St. Albert Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "175,800", null, null, null, null, null, null, null], [8338, 2010, "2810307", "St. Augustine Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "168,600", null, null, null, null, null, null, null], [8339, 2010, "2810269", "St. John Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "142,700", null, null, null, null, null, null, null], [8342, 2010, "2810313", "Sullivan Hall", "QUEENS", "8000 Utopia Parkway", "College/University (Campus-Level)", "72,438", null, null, null, null, null, null, null]], "truncated": false, "filtered_table_rows_count": 26, "expanded_columns": [], "expandable_columns": [], "columns": ["rowid", "Calendar Year", "Property ID", "Property Name", "Borough", "Address 1", "Property Type", "Floor Area (ft2)", "Total Water Use (kgal)", "Indoor Water Use (kgal)", "Outdoor Water Use (kgal)", "Municipal Indoor Water (kgal)", "Municipal Outdoor Water (kgal)", "Municipal Mixed Water (kgal)", "Indoor Water Intensity (gal/ft2)"], "primary_keys": [], "units": {}, "query": {"sql": "select rowid, [Calendar Year], [Property ID], [Property Name], Borough, [Address 1], [Property Type], [Floor Area (ft2)], [Total Water Use (kgal)], [Indoor Water Use (kgal)], [Outdoor Water Use (kgal)], [Municipal Indoor Water (kgal)], [Municipal Outdoor Water (kgal)], [Municipal Mixed Water (kgal)], [Indoor Water Intensity (gal/ft2)] from water where \"Borough\" = :p0 and \"Property Type\" = :p1 order by [Calendar Year] desc limit 101", "params": {"p0": "QUEENS", "p1": "College/University (Campus-Level)"}}, "facet_results": {"Calendar Year": {"name": "Calendar Year", "type": "column", "hideable": false, "toggle_url": "/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29", "results": [{"value": 2011, "label": 2011, "count": 9, "toggle_url": "http://data.hewsonbaltzell.com/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29&Calendar+Year=2011", "selected": false}, {"value": 2012, "label": 2012, "count": 9, "toggle_url": "http://data.hewsonbaltzell.com/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29&Calendar+Year=2012", "selected": false}, {"value": 2010, "label": 2010, "count": 8, "toggle_url": "http://data.hewsonbaltzell.com/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29&Calendar+Year=2010", "selected": false}], "truncated": false}, "Borough": {"name": "Borough", "type": "column", "hideable": false, "toggle_url": "/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29", "results": [{"value": "QUEENS", "label": "QUEENS", "count": 26, "toggle_url": "http://data.hewsonbaltzell.com/nyc_ll84/water.json?Property+Type=College%2FUniversity+%28Campus-Level%29", "selected": true}], "truncated": false}, "Property Type": {"name": "Property Type", "type": "column", "hideable": false, "toggle_url": "/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29", "results": [{"value": "College/University (Campus-Level)", "label": "College/University (Campus-Level)", "count": 26, "toggle_url": "http://data.hewsonbaltzell.com/nyc_ll84/water.json?Borough=QUEENS", "selected": true}], "truncated": false}}, "suggested_facets": [{"name": "Property ID", "toggle_url": "http://data.hewsonbaltzell.com/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29&_facet=Property+ID"}, {"name": "Property Name", "toggle_url": "http://data.hewsonbaltzell.com/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29&_facet=Property+Name"}, {"name": "Address 1", "toggle_url": "http://data.hewsonbaltzell.com/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29&_facet=Address+1"}, {"name": "Floor Area (ft2)", "toggle_url": "http://data.hewsonbaltzell.com/nyc_ll84/water.json?Borough=QUEENS&Property+Type=College%2FUniversity+%28Campus-Level%29&_facet=Floor+Area+%28ft2%29"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 88.50142900001856, "source": "NYC Mayor's Office of Sustainability", "source_url": "https://data.cityofnewyork.us/browse?q=ll84", "license": "Public Domain", "license_url": "https://creativecommons.org/publicdomain/zero/1.0/"}