{ "cells": [ { "cell_type": "code", "execution_count": 2, "id": "e78442aa", "metadata": { "tags": [ "remove-cell" ] }, "outputs": [], "source": [ "import pandas as pd\n", "import numpy as np\n", "import openpyxl \n", "from matplotlib import pyplot as plt\n", "from matplotlib.font_manager import FontProperties\n", "\n", "city_name = 'HTC'" ] }, { "cell_type": "markdown", "id": "299d3498", "metadata": {}, "source": [ "# HTC Characteristic Breakdown\n", "\n", "This section shows the “hard-to-count” (HTC) characteristics of select variables for every city in Orange County." ] }, { "cell_type": "markdown", "id": "8b539e01", "metadata": {}, "source": [ "```{margin} To calculate raw population numbers, multiple the percentage of the population by the total population.\n", "\n", "For example, to find the total population of children under 5 in Orange County, multiply the county population of 3,168,044 by 5.9% (or 0.059). There are 186,914 residents in Orange County who are children 5 and under.\n", "\n", "Remember, these numbers are based on 2015-2019 ACS data, not the 2020 Census results (see the Methodology section for more information on data sources).\n", "```" ] }, { "cell_type": "markdown", "id": "ddc46062", "metadata": {}, "source": [ "## Summary\n", "The Cities of Stanton, Westminster, Santa Ana, Laguna Niguel, Garden Grove, and Buena Park have the highest combined share of their populations demonstrating the below HTC characteristics.\n", "\n", "In raw population numbers, the Cities of Santa Ana, Anaheim, Irvine, and Garden Grove have the highest number of residents exhibiting these characteristics.\n", "\n", "The Cities of Santa Ana, Anaheim, and Irvine each have the highest populations of residents who are children under 5 (over 15,000 people), and the City of Huntington Beach has the next highest population with this characteristic (over 10,000 people).\n", "\n", "The Cities of Santa Ana, Anaheim, and Irvine each have the highest populations of residents who were born outside of the U.S. (over 100,000 people), and the City of Garden Grove has the next highest population with this characteristic (over 75,000 people).\n", "\n", "The Cities of Santa Ana and Anaheim each have the highest populations of residents with an income below 150% of the poverty level (over 80,000 people), and the Cities of Irvine and Garden Grove each have the next highest populations with this characteristic (over 40,000 people).\n", "\n", "The City of Santa Ana has the highest population of residents with limited English speaking ability (over 50,000 people), and the Cities of Irvine, Fullerton, Huntington Beach, and Westminster each have the next highest populations with this characteristic (over 20,000 people).\n", "\n", "Lastly, the City of Anaheim has the highest population of residents living in non-family households (over 95,000 people), and the Cities of Huntington Beach, Irvine, Santa Ana, and Garden Grove each have the next highest populations with this characteristic (over 60,000 people).\n" ] }, { "cell_type": "markdown", "id": "367d9797", "metadata": {}, "source": [ "## Table \n", "HTC demographic distribution for every city in Orange County:" ] }, { "cell_type": "markdown", "id": "3281b2f4", "metadata": {}, "source": [ "```{margin} Note:\n", "This table can be copied and pasted into a spreadsheet for further analysis.\n", "```" ] }, { "cell_type": "code", "execution_count": 3, "id": "1aae258a", "metadata": { "scrolled": true, "tags": [ "remove-input" ] }, "outputs": [ { "data": { "text/html": [ "\n", "
City | \n", "Total Population | \n", "Children Under 5 | \n", "Born Outside of the U.S. | \n", "Income Below 150% of Poverty Level | \n", "Limited-English Speaking Ability | \n", "Non-Famiy (e.g. housemates, unmarried partners) | \n", "
---|---|---|---|---|---|---|
ORANGE COUNTY | \n", "3,168,044 | \n", "5.9% | \n", "30.1% | \n", "17.9% | \n", "3.3% | \n", "30.9% | \n", "
Aliso Viejo | \n", "50,663 | \n", "7.1% | \n", "22.2% | \n", "7.4% | \n", "11.9% | \n", "26.1% | \n", "
Anaheim | \n", "349,964 | \n", "6.5% | \n", "36.5% | \n", "24.2% | \n", "4.3% | \n", "27.5% | \n", "
Brea | \n", "42,678 | \n", "5.8% | \n", "21.7% | \n", "10.9% | \n", "12.9% | \n", "18.1% | \n", "
Buena Park | \n", "82,489 | \n", "6.1% | \n", "37.3% | \n", "19.7% | \n", "5.7% | \n", "40.5% | \n", "
Costa Mesa | \n", "113,159 | \n", "5.8% | \n", "25.0% | \n", "20.2% | \n", "8.0% | \n", "19.1% | \n", "
Cypress | \n", "48,893 | \n", "4.8% | \n", "29.3% | \n", "11.4% | \n", "2.4% | \n", "39.7% | \n", "
Dana Point | \n", "33,769 | \n", "4.0% | \n", "14.3% | \n", "11.3% | \n", "10.8% | \n", "23.0% | \n", "
Fountain Valley | \n", "56,026 | \n", "4.5% | \n", "30.7% | \n", "13.8% | \n", "9.6% | \n", "30.2% | \n", "
Fullerton | \n", "139,611 | \n", "6.4% | \n", "30.0% | \n", "20.1% | \n", "19.3% | \n", "21.8% | \n", "
Garden Grove | \n", "173,258 | \n", "5.2% | \n", "44.3% | \n", "24.0% | \n", "3.0% | \n", "34.9% | \n", "
Huntington Beach | \n", "200,259 | \n", "5.3% | \n", "16.1% | \n", "13.1% | \n", "10.5% | \n", "33.9% | \n", "
Irvine | \n", "273,157 | \n", "6.4% | \n", "41.2% | \n", "16.9% | \n", "10.2% | \n", "23.9% | \n", "
La Habra | \n", "60,594 | \n", "6.8% | \n", "28.9% | \n", "19.4% | \n", "9.9% | \n", "18.8% | \n", "
La Palma | \n", "15,604 | \n", "3.7% | \n", "34.4% | \n", "10.5% | \n", "0.9% | \n", "41.5% | \n", "
Laguna Beach | \n", "23,036 | \n", "3.4% | \n", "13.2% | \n", "8.5% | \n", "5.4% | \n", "30.0% | \n", "
Laguna Hills | \n", "31,617 | \n", "5.8% | \n", "26.3% | \n", "13.0% | \n", "3.4% | \n", "28.2% | \n", "
Laguna Niguel | \n", "65,808 | \n", "5.0% | \n", "21.5% | \n", "10.8% | \n", "13.9% | \n", "63.8% | \n", "
Laguna Woods | \n", "16,053 | \n", "0.0% | \n", "34.7% | \n", "20.1% | \n", "5.1% | \n", "26.5% | \n", "
Lake Forest | \n", "83,974 | \n", "6.6% | \n", "24.8% | \n", "11.5% | \n", "3.5% | \n", "29.6% | \n", "
Los Alamitos | \n", "11,534 | \n", "4.0% | \n", "15.6% | \n", "16.0% | \n", "4.0% | \n", "23.2% | \n", "
Mission Viejo | \n", "95,516 | \n", "4.9% | \n", "20.0% | \n", "8.3% | \n", "1.5% | \n", "42.3% | \n", "
Newport Beach | \n", "85,694 | \n", "3.9% | \n", "14.6% | \n", "10.0% | \n", "5.8% | \n", "26.8% | \n", "
Orange | \n", "139,887 | \n", "6.1% | \n", "22.8% | \n", "17.5% | \n", "8.7% | \n", "28.3% | \n", "
Placentia | \n", "51,818 | \n", "5.9% | \n", "24.4% | \n", "14.3% | \n", "6.6% | \n", "23.7% | \n", "
Rancho Santa Margarita | \n", "48,503 | \n", "6.6% | \n", "16.5% | \n", "7.1% | \n", "1.8% | \n", "24.1% | \n", "
San Clemente | \n", "64,878 | \n", "5.1% | \n", "12.0% | \n", "9.6% | \n", "2.5% | \n", "28.9% | \n", "
San Juan Capistrano | \n", "35,922 | \n", "6.0% | \n", "21.4% | \n", "15.9% | \n", "6.4% | \n", "28.8% | \n", "
Santa Ana | \n", "332,794 | \n", "7.4% | \n", "43.3% | \n", "30.1% | \n", "17.7% | \n", "18.3% | \n", "
Seal Beach | \n", "24,204 | \n", "3.4% | \n", "15.6% | \n", "9.3% | \n", "5.3% | \n", "51.6% | \n", "
Stanton | \n", "38,377 | \n", "7.3% | \n", "44.0% | \n", "31.2% | \n", "18.2% | \n", "27.0% | \n", "
Tustin | \n", "79,863 | \n", "7.1% | \n", "32.0% | \n", "16.4% | \n", "7.6% | \n", "29.6% | \n", "
Villa Park | \n", "5,861 | \n", "2.0% | \n", "19.2% | \n", "8.9% | \n", "1.2% | \n", "15.4% | \n", "
Westminster | \n", "91,137 | \n", "4.9% | \n", "44.5% | \n", "26.9% | \n", "21.9% | \n", "22.3% | \n", "
Yorba Linda | \n", "67,725 | \n", "5.1% | \n", "19.9% | \n", "7.7% | \n", "4.0% | \n", "17.3% | \n", "