{
 "db": "nhs_marts",
 "name": "mart_workforce_per_capita_region_monthly",
 "rows": 231,
 "bytes": 6123,
 "engine": "MergeTree",
 "modified": "2026-09-16 00:49:07",
 "category": "workforce",
 "publisher": "NHS England",
 "licence": "OGL-3.0",
 "access": "open",
 "columns": [
  {
   "name": "region_id",
   "type": "UInt32"
  },
  {
   "name": "region_name",
   "type": "String"
  },
  {
   "name": "month_date",
   "type": "Nullable(Date)"
  },
  {
   "name": "total_fte",
   "type": "Nullable(Float64)"
  },
  {
   "name": "total_headcount",
   "type": "Nullable(Float64)"
  },
  {
   "name": "region_population",
   "type": "UInt64"
  },
  {
   "name": "fte_per_1k_pop",
   "type": "Nullable(Float64)"
  },
  {
   "name": "headcount_per_1k_pop",
   "type": "Nullable(Float64)"
  }
 ]
}