2010 DC population by US Census block, with each block linked to the police district and public service area in which it sits. For details and column descriptions see this blog post.

Data license: CC BY-SA 4.0 · Data source: US Census & DC Open Data Portal, combined by John Keefe

3 rows where P003008 = 1 and P005013 = 3

View and edit SQL

Suggested facets: P003004, P005005, P005011, DISTRICT, POLDIST_ID

Link rowid ▼ GEO_ID NAME_x P003001 P003002 P003003 P003004 P003005 P003006 P003007 P003008 P005001 P005002 P005003 P005004 P005005 P005006 P005007 P005008 P005009 P005010 P005011 P005012 P005013 P005014 P005015 P005016 P005017 GEOID10 DISTRICT PSA NAME POLDIST_ID GIS_ID SECTOR
583 1000000US110010088021004 Block 1004, Block Group 1, Census Tract 88.02, District of Columbia, District of Columbia 117 4 109 3 0 0 0 1 117 109 2 106 0 0 0 0 1 8 2 3 3 0 0 0 0 110010088021004 5 506 506 5 psa_26 5D3
734 1000000US110010022021004 Block 1004, Block Group 1, Census Tract 22.02, District of Columbia, District of Columbia 121 8 88 4 0 0 20 1 121 94 6 86 1 0 0 0 1 27 2 2 3 0 0 20 0 110010022021004 4 407 407 4 psa_47 4D2
4477 1000000US110010019011012 Block 1012, Block Group 1, Census Tract 19.01, District of Columbia, District of Columbia 78 10 63 3 0 0 1 1 78 67 3 63 0 0 0 0 1 11 7 0 3 0 0 1 0 110010019011012 4 402 402 4 psa_53 4D1

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "dc_2010blocks_2020policedistricts_population" (
"GEO_ID" TEXT,
  "NAME_x" TEXT,
  "P003001" INTEGER,
  "P003002" INTEGER,
  "P003003" INTEGER,
  "P003004" INTEGER,
  "P003005" INTEGER,
  "P003006" INTEGER,
  "P003007" INTEGER,
  "P003008" INTEGER,
  "P005001" INTEGER,
  "P005002" INTEGER,
  "P005003" INTEGER,
  "P005004" INTEGER,
  "P005005" INTEGER,
  "P005006" INTEGER,
  "P005007" INTEGER,
  "P005008" INTEGER,
  "P005009" INTEGER,
  "P005010" INTEGER,
  "P005011" INTEGER,
  "P005012" INTEGER,
  "P005013" INTEGER,
  "P005014" INTEGER,
  "P005015" INTEGER,
  "P005016" INTEGER,
  "P005017" INTEGER,
  "GEOID10" INTEGER,
  "DISTRICT" INTEGER,
  "PSA" INTEGER,
  "NAME" INTEGER,
  "POLDIST_ID" INTEGER,
  "GIS_ID" TEXT,
  "SECTOR" TEXT
);