Black population by percent in U.S.

Historic data for share of Black population by percent in United States territories and states.

Source: Census data on Wikipedia

1 row where 1920 = "1.5"

View and edit SQL

Link rowid ▼ State / Territory 1790 1800 1810 1820 1830 1840 1850 1860 1870 1880 1890 1900 1910 1920 1930 1940 1950 1960 1970 1980 1990 2000 2010 2019
9 Connecticut 2.3 2.5 2.6 2.9 2.7 2.6 2.1 1.9 1.8 1.9 1.6 1.7 1.4 1.5 1.8 1.9 2.7 4.2 6.0 7.0 8.3 9.1 10.1 12.2

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "black-pop-us/Black population US statistics" (
"State / Territory" TEXT,
  "1790" REAL,
  "1800" REAL,
  "1810" REAL,
  "1820" REAL,
  "1830" REAL,
  "1840" REAL,
  "1850" REAL,
  "1860" REAL,
  "1870" REAL,
  "1880" REAL,
  "1890" REAL,
  "1900" REAL,
  "1910" REAL,
  "1920" REAL,
  "1930" REAL,
  "1940" REAL,
  "1950" REAL,
  "1960" REAL,
  "1970" REAL,
  "1980" REAL,
  "1990" REAL,
  "2000" REAL,
  "2010" REAL,
  "2019" REAL
);