California Population Data
It’s surprisingly hard to find a simple list of annual population data for the state of California. You can find a chart on Google: But the underlying data must be extracted from several spreadsheets from the census site. So here’s a simple Python list of the annual data (1950-2010): [(1950, 10677000), (1951, 11134000), (1952, 11635000), [...]