{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "BoomTownIndex County Data \u2014 District of Columbia",
  "description": "Per-county economic indicators for District of Columbia, USA. Includes job growth, wage growth, population growth, migration inflow, median income, median home value, and median rent.",
  "url": "https://boomtownindex.com/state/district-of-columbia/",
  "license": "https://boomtownindex.com/methodology/",
  "creator": {
    "@type": "Organization",
    "name": "BoomTownIndex",
    "url": "https://boomtownindex.com"
  },
  "spatialCoverage": {
    "@type": "Place",
    "name": "District of Columbia",
    "containedInPlace": {
      "@type": "Country",
      "name": "United States"
    }
  },
  "variableMeasured": [
    "job_growth_pct",
    "wage_growth_pct",
    "pop_growth_pct",
    "migration_inflow_pct",
    "income_growth_pct",
    "median_income",
    "median_home_value",
    "median_rent",
    "population",
    "employment_level"
  ],
  "state_abbr": "DC",
  "state_name": "District of Columbia",
  "county_count": 1,
  "counties": [
    {
      "fips": "11001",
      "name": "District of Columbia",
      "state_abbr": "DC",
      "state_name": "District of Columbia",
      "population": 670587,
      "median_income": 101722,
      "median_home_value": 705000,
      "median_rent": 1817,
      "migration_inflow_pct": null,
      "income_growth_pct": 8.74,
      "pop_growth_pct": -1.84,
      "job_growth_pct": 0.2,
      "wage_growth_pct": 4.3,
      "employment_level": 759572
    }
  ]
}