Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
2022-Rental-Facility-Occupancy-Survey-Results
The Annual Rental Facility Occupancy Survey is conducted from April 1-30 each year and tracks vacancies, turnover rates, average rents, and amenities. Facilities located within Montgomery County's unincorporated areas as well as the municipalities of Rockville, Gaithersburg, and Takoma Park participate in the survey. This dataset includes the average reported rent by bedroom count for each community surveyed.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"montgomerycountymd-gov/2022rentalfacilityoccupancysurveyresults-65hk-6zwc\".\"2022rentalfacilityoccupancysurveyresults\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata