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 1900 = "28.0"

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
6 Arkansas     13.0 11.7 15.5 20.9 22.7 25.6 25.2 26.3 27.4 28.0 28.1 27.0 25.8 24.8 22.3 21.8 18.3 16.3 15.9 15.7 15.4 15.7

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
);