{ "name": "poland-rent-medians", "title": "Poland Rental Market Medians", "description": "Median asking rents for residential rentals across Poland by city, district and flat size, measured nightly from live listings across 49 cities.", "version": "2026-08-11", "created": "2026-08-11", "homepage": "https://polandrent.com", "licenses": [ { "name": "CC-BY-4.0", "title": "Creative Commons Attribution 4.0", "path": "https://creativecommons.org/licenses/by/4.0/" } ], "keywords": [ "poland", "rent", "housing", "real-estate", "cost-of-living", "economics" ], "resources": [ { "name": "poland-rent-medians", "path": "poland-rent-medians.csv", "format": "csv", "mediatype": "text/csv", "schema": { "fields": [ { "name": "city", "type": "string", "description": "City slug" }, { "name": "district", "type": "string", "description": "District slug, empty for city-wide rows" }, { "name": "level", "type": "string", "description": "city or district" }, { "name": "rooms", "type": "integer", "description": "Room count" }, { "name": "median_pln", "type": "number", "description": "Median monthly asking rent, PLN" }, { "name": "sigma", "type": "number", "description": "Fitted lognormal dispersion" }, { "name": "n_listings", "type": "integer", "description": "Listings behind the median" }, { "name": "snapshot_date", "type": "date", "description": "Snapshot date, UTC" } ] } }, { "name": "poland-rent-history", "path": "poland-rent-history.csv", "format": "csv", "mediatype": "text/csv", "schema": { "fields": [ { "name": "month", "type": "string", "description": "YYYY-MM" }, { "name": "city", "type": "string" }, { "name": "rooms", "type": "integer" }, { "name": "median_pln", "type": "number" }, { "name": "n_listings", "type": "integer" } ] } } ] }