{
 "metadata": {
  "what": "ACS 5-year family-circumstance tables for every Connecticut town and every Census school-district geography, with margins of error: children living with one parent, one-parent families, child poverty, adults with a bachelor's degree or higher, limited-English households, SNAP, median household income.",
  "generated_by": "Data/fetch_acs_town_family.py",
  "generated_utc": "2026-09-04T10:09:11Z",
  "source": "US Census Bureau, American Community Survey 5-year estimates, table-based summary files",
  "collection_method": "www2.census.gov table-based summary files, no API key; the national .dat per table is streamed and every Connecticut line kept byte for byte (estimate and MOE columns are interleaved in the same file: <table>_E001|<table>_M001|...). Line numbers are read from each release's table shells and checked against the expected labels.",
  "geography": "Towns are Census county subdivisions (SUMLEVEL 060), joined to TIGERweb names on the subdivision code - CT county codes changed with the 2022 planning-region switch, the subdivision code did not. 'County subdivisions not defined' rows are dropped. Districts are Census school-district geographies at SUMLEVEL 950 (elementary), 960 (secondary) and 970 (unified); GEO_ID suffix = NCES LEAID, the same key as src/data/acs_ed_districts.json.",
  "releases": [
   "2021",
   "2022",
   "2023",
   "2024"
  ],
  "tables": {
   "b23008": {
    "1": "Total:",
    "8": "Living with one parent:",
    "21": "Living with one parent:",
    "3": "Living with two parents:",
    "16": "Living with two parents:"
   },
   "b11003": {
    "1": "Total:",
    "3": "With own children of the householder under 18 years:",
    "10": "With own children of the householder under 18 years:",
    "16": "With own children of the householder under 18 years:"
   },
   "b17020": {
    "1": "Total:",
    "3": "Under 6 years",
    "4": "6 to 11 years",
    "5": "12 to 17 years",
    "11": "Under 6 years",
    "12": "6 to 11 years",
    "13": "12 to 17 years"
   },
   "b15003": {
    "1": "Total:",
    "22": "Bachelor's degree",
    "23": "Master's degree",
    "24": "Professional school degree",
    "25": "Doctorate degree"
   },
   "c16002": {
    "1": "Total:",
    "4": "Limited English speaking household",
    "7": "Limited English speaking household",
    "10": "Limited English speaking household",
    "13": "Limited English speaking household"
   },
   "b22010": {
    "1": "Total:",
    "2": "Household received Food Stamps/SNAP in the past 12 months:"
   },
   "b19013": {
    "1": "Median household income in the past 12 months"
   }
  },
  "derived": {
   "children_with_one_parent_pct": {
    "table": "b23008",
    "numerator_lines": [
     "8",
     "21"
    ],
    "denominator_lines": [
     "1"
    ],
    "kind": "share"
   },
   "children_with_two_parents_pct": {
    "table": "b23008",
    "numerator_lines": [
     "3",
     "16"
    ],
    "denominator_lines": [
     "1"
    ],
    "kind": "share"
   },
   "one_parent_families_with_children_pct": {
    "table": "b11003",
    "numerator_lines": [
     "10",
     "16"
    ],
    "denominator_lines": [
     "3",
     "10",
     "16"
    ],
    "kind": "share"
   },
   "children_below_poverty_pct": {
    "table": "b17020",
    "numerator_lines": [
     "3",
     "4",
     "5"
    ],
    "denominator_lines": [
     "3",
     "4",
     "5",
     "11",
     "12",
     "13"
    ],
    "kind": "share"
   },
   "adults_bachelors_or_higher_pct": {
    "table": "b15003",
    "numerator_lines": [
     "22",
     "23",
     "24",
     "25"
    ],
    "denominator_lines": [
     "1"
    ],
    "kind": "share"
   },
   "limited_english_households_pct": {
    "table": "c16002",
    "numerator_lines": [
     "4",
     "7",
     "10",
     "13"
    ],
    "denominator_lines": [
     "1"
    ],
    "kind": "share"
   },
   "snap_households_pct": {
    "table": "b22010",
    "numerator_lines": [
     "2"
    ],
    "denominator_lines": [
     "1"
    ],
    "kind": "share"
   },
   "median_household_income": {
    "table": "b19013",
    "numerator_lines": [
     "1"
    ],
    "denominator_lines": null,
    "kind": "value"
   },
   "own_children_under_18": {
    "table": "b23008",
    "numerator_lines": [
     "1"
    ],
    "denominator_lines": null,
    "kind": "value"
   },
   "children_under_18_poverty_universe": {
    "table": "b17020",
    "numerator_lines": [
     "3",
     "4",
     "5",
     "11",
     "12",
     "13"
    ],
    "denominator_lines": null,
    "kind": "value"
   }
  },
  "moe_method": "sum: sqrt(sum of squared MOEs); proportion: sqrt(MOE_num^2 - p^2 MOE_den^2) / den, the ratio form sqrt(MOE_num^2 + p^2 MOE_den^2) / den where the root would be negative (Census ACS handbook approximations). Shares and their MOEs are in percent units.",
  "shell_checks": {
   "2021": {
    "b23008_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b23008_8": {
     "expected": "Living with one parent:",
     "found": "Living with one parent:",
     "ok": true
    },
    "b23008_21": {
     "expected": "Living with one parent:",
     "found": "Living with one parent:",
     "ok": true
    },
    "b23008_3": {
     "expected": "Living with two parents:",
     "found": "Living with two parents:",
     "ok": true
    },
    "b23008_16": {
     "expected": "Living with two parents:",
     "found": "Living with two parents:",
     "ok": true
    },
    "b11003_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b11003_3": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b11003_10": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b11003_16": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b17020_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b17020_3": {
     "expected": "Under 6 years",
     "found": "Under 6 years",
     "ok": true
    },
    "b17020_4": {
     "expected": "6 to 11 years",
     "found": "6 to 11 years",
     "ok": true
    },
    "b17020_5": {
     "expected": "12 to 17 years",
     "found": "12 to 17 years",
     "ok": true
    },
    "b17020_11": {
     "expected": "Under 6 years",
     "found": "Under 6 years",
     "ok": true
    },
    "b17020_12": {
     "expected": "6 to 11 years",
     "found": "6 to 11 years",
     "ok": true
    },
    "b17020_13": {
     "expected": "12 to 17 years",
     "found": "12 to 17 years",
     "ok": true
    },
    "b15003_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b15003_22": {
     "expected": "Bachelor's degree",
     "found": "Bachelor's degree",
     "ok": true
    },
    "b15003_23": {
     "expected": "Master's degree",
     "found": "Master's degree",
     "ok": true
    },
    "b15003_24": {
     "expected": "Professional school degree",
     "found": "Professional school degree",
     "ok": true
    },
    "b15003_25": {
     "expected": "Doctorate degree",
     "found": "Doctorate degree",
     "ok": true
    },
    "c16002_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "c16002_4": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_7": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_10": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_13": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "b22010_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b22010_2": {
     "expected": "Household received Food Stamps/SNAP in the past 12 months:",
     "found": "Household received Food Stamps/SNAP in the past 12 months:",
     "ok": true
    },
    "b19013_1": {
     "expected": "Median household income in the past 12 months",
     "found": "Median household income in the past 12 months (in 2021 inflation-adjusted dollars)",
     "ok": true
    }
   },
   "2022": {
    "b23008_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b23008_8": {
     "expected": "Living with one parent:",
     "found": "Living with one parent:",
     "ok": true
    },
    "b23008_21": {
     "expected": "Living with one parent:",
     "found": "Living with one parent:",
     "ok": true
    },
    "b23008_3": {
     "expected": "Living with two parents:",
     "found": "Living with two parents:",
     "ok": true
    },
    "b23008_16": {
     "expected": "Living with two parents:",
     "found": "Living with two parents:",
     "ok": true
    },
    "b11003_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b11003_3": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b11003_10": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b11003_16": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b17020_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b17020_3": {
     "expected": "Under 6 years",
     "found": "Under 6 years",
     "ok": true
    },
    "b17020_4": {
     "expected": "6 to 11 years",
     "found": "6 to 11 years",
     "ok": true
    },
    "b17020_5": {
     "expected": "12 to 17 years",
     "found": "12 to 17 years",
     "ok": true
    },
    "b17020_11": {
     "expected": "Under 6 years",
     "found": "Under 6 years",
     "ok": true
    },
    "b17020_12": {
     "expected": "6 to 11 years",
     "found": "6 to 11 years",
     "ok": true
    },
    "b17020_13": {
     "expected": "12 to 17 years",
     "found": "12 to 17 years",
     "ok": true
    },
    "b15003_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b15003_22": {
     "expected": "Bachelor's degree",
     "found": "Bachelor's degree",
     "ok": true
    },
    "b15003_23": {
     "expected": "Master's degree",
     "found": "Master's degree",
     "ok": true
    },
    "b15003_24": {
     "expected": "Professional school degree",
     "found": "Professional school degree",
     "ok": true
    },
    "b15003_25": {
     "expected": "Doctorate degree",
     "found": "Doctorate degree",
     "ok": true
    },
    "c16002_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "c16002_4": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_7": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_10": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_13": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "b22010_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b22010_2": {
     "expected": "Household received Food Stamps/SNAP in the past 12 months:",
     "found": "Household received Food Stamps/SNAP in the past 12 months:",
     "ok": true
    },
    "b19013_1": {
     "expected": "Median household income in the past 12 months",
     "found": "Median household income in the past 12 months (in 2022 inflation-adjusted dollars)",
     "ok": true
    }
   },
   "2023": {
    "b23008_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b23008_8": {
     "expected": "Living with one parent:",
     "found": "Living with one parent:",
     "ok": true
    },
    "b23008_21": {
     "expected": "Living with one parent:",
     "found": "Living with one parent:",
     "ok": true
    },
    "b23008_3": {
     "expected": "Living with two parents:",
     "found": "Living with two parents:",
     "ok": true
    },
    "b23008_16": {
     "expected": "Living with two parents:",
     "found": "Living with two parents:",
     "ok": true
    },
    "b11003_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b11003_3": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b11003_10": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b11003_16": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b17020_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b17020_3": {
     "expected": "Under 6 years",
     "found": "Under 6 years",
     "ok": true
    },
    "b17020_4": {
     "expected": "6 to 11 years",
     "found": "6 to 11 years",
     "ok": true
    },
    "b17020_5": {
     "expected": "12 to 17 years",
     "found": "12 to 17 years",
     "ok": true
    },
    "b17020_11": {
     "expected": "Under 6 years",
     "found": "Under 6 years",
     "ok": true
    },
    "b17020_12": {
     "expected": "6 to 11 years",
     "found": "6 to 11 years",
     "ok": true
    },
    "b17020_13": {
     "expected": "12 to 17 years",
     "found": "12 to 17 years",
     "ok": true
    },
    "b15003_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b15003_22": {
     "expected": "Bachelor's degree",
     "found": "Bachelor's degree",
     "ok": true
    },
    "b15003_23": {
     "expected": "Master's degree",
     "found": "Master's degree",
     "ok": true
    },
    "b15003_24": {
     "expected": "Professional school degree",
     "found": "Professional school degree",
     "ok": true
    },
    "b15003_25": {
     "expected": "Doctorate degree",
     "found": "Doctorate degree",
     "ok": true
    },
    "c16002_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "c16002_4": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_7": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_10": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_13": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "b22010_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b22010_2": {
     "expected": "Household received Food Stamps/SNAP in the past 12 months:",
     "found": "Household received Food Stamps/SNAP in the past 12 months:",
     "ok": true
    },
    "b19013_1": {
     "expected": "Median household income in the past 12 months",
     "found": "Median household income in the past 12 months (in 2023 inflation-adjusted dollars)",
     "ok": true
    }
   },
   "2024": {
    "b23008_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b23008_8": {
     "expected": "Living with one parent:",
     "found": "Living with one parent:",
     "ok": true
    },
    "b23008_21": {
     "expected": "Living with one parent:",
     "found": "Living with one parent:",
     "ok": true
    },
    "b23008_3": {
     "expected": "Living with two parents:",
     "found": "Living with two parents:",
     "ok": true
    },
    "b23008_16": {
     "expected": "Living with two parents:",
     "found": "Living with two parents:",
     "ok": true
    },
    "b11003_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b11003_3": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b11003_10": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b11003_16": {
     "expected": "With own children of the householder under 18 years:",
     "found": "With own children of the householder under 18 years:",
     "ok": true
    },
    "b17020_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b17020_3": {
     "expected": "Under 6 years",
     "found": "Under 6 years",
     "ok": true
    },
    "b17020_4": {
     "expected": "6 to 11 years",
     "found": "6 to 11 years",
     "ok": true
    },
    "b17020_5": {
     "expected": "12 to 17 years",
     "found": "12 to 17 years",
     "ok": true
    },
    "b17020_11": {
     "expected": "Under 6 years",
     "found": "Under 6 years",
     "ok": true
    },
    "b17020_12": {
     "expected": "6 to 11 years",
     "found": "6 to 11 years",
     "ok": true
    },
    "b17020_13": {
     "expected": "12 to 17 years",
     "found": "12 to 17 years",
     "ok": true
    },
    "b15003_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b15003_22": {
     "expected": "Bachelor's degree",
     "found": "Bachelor's degree",
     "ok": true
    },
    "b15003_23": {
     "expected": "Master's degree",
     "found": "Master's degree",
     "ok": true
    },
    "b15003_24": {
     "expected": "Professional school degree",
     "found": "Professional school degree",
     "ok": true
    },
    "b15003_25": {
     "expected": "Doctorate degree",
     "found": "Doctorate degree",
     "ok": true
    },
    "c16002_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "c16002_4": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_7": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_10": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "c16002_13": {
     "expected": "Limited English speaking household",
     "found": "Limited English speaking household",
     "ok": true
    },
    "b22010_1": {
     "expected": "Total:",
     "found": "Total:",
     "ok": true
    },
    "b22010_2": {
     "expected": "Household received Food Stamps/SNAP in the past 12 months:",
     "found": "Household received Food Stamps/SNAP in the past 12 months:",
     "ok": true
    },
    "b19013_1": {
     "expected": "Median household income in the past 12 months",
     "found": "Median household income in the past 12 months (in 2024 inflation-adjusted dollars)",
     "ok": true
    }
   }
  },
  "files": {
   "2021": {
    "b23008": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2021/table-based-SF/data/5YRData/acsdt5y2021-b23008.dat",
     "archive": "Data/acs_town_family/2021_b23008_ct.dat",
     "ct_lines": 344
    },
    "b11003": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2021/table-based-SF/data/5YRData/acsdt5y2021-b11003.dat",
     "archive": "Data/acs_town_family/2021_b11003_ct.dat",
     "ct_lines": 344
    },
    "b17020": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2021/table-based-SF/data/5YRData/acsdt5y2021-b17020.dat",
     "archive": "Data/acs_town_family/2021_b17020_ct.dat",
     "ct_lines": 344
    },
    "b15003": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2021/table-based-SF/data/5YRData/acsdt5y2021-b15003.dat",
     "archive": "Data/acs_town_family/2021_b15003_ct.dat",
     "ct_lines": 344
    },
    "c16002": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2021/table-based-SF/data/5YRData/acsdt5y2021-c16002.dat",
     "archive": "Data/acs_town_family/2021_c16002_ct.dat",
     "ct_lines": 344
    },
    "b22010": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2021/table-based-SF/data/5YRData/acsdt5y2021-b22010.dat",
     "archive": "Data/acs_town_family/2021_b22010_ct.dat",
     "ct_lines": 344
    },
    "b19013": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2021/table-based-SF/data/5YRData/acsdt5y2021-b19013.dat",
     "archive": "Data/acs_town_family/2021_b19013_ct.dat",
     "ct_lines": 344
    }
   },
   "2022": {
    "b23008": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2022/table-based-SF/data/5YRData/acsdt5y2022-b23008.dat",
     "archive": "Data/acs_town_family/2022_b23008_ct.dat",
     "ct_lines": 344
    },
    "b11003": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2022/table-based-SF/data/5YRData/acsdt5y2022-b11003.dat",
     "archive": "Data/acs_town_family/2022_b11003_ct.dat",
     "ct_lines": 344
    },
    "b17020": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2022/table-based-SF/data/5YRData/acsdt5y2022-b17020.dat",
     "archive": "Data/acs_town_family/2022_b17020_ct.dat",
     "ct_lines": 344
    },
    "b15003": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2022/table-based-SF/data/5YRData/acsdt5y2022-b15003.dat",
     "archive": "Data/acs_town_family/2022_b15003_ct.dat",
     "ct_lines": 344
    },
    "c16002": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2022/table-based-SF/data/5YRData/acsdt5y2022-c16002.dat",
     "archive": "Data/acs_town_family/2022_c16002_ct.dat",
     "ct_lines": 344
    },
    "b22010": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2022/table-based-SF/data/5YRData/acsdt5y2022-b22010.dat",
     "archive": "Data/acs_town_family/2022_b22010_ct.dat",
     "ct_lines": 344
    },
    "b19013": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2022/table-based-SF/data/5YRData/acsdt5y2022-b19013.dat",
     "archive": "Data/acs_town_family/2022_b19013_ct.dat",
     "ct_lines": 344
    }
   },
   "2023": {
    "b23008": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2023/table-based-SF/data/5YRData/acsdt5y2023-b23008.dat",
     "archive": "Data/acs_town_family/2023_b23008_ct.dat",
     "ct_lines": 344
    },
    "b11003": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2023/table-based-SF/data/5YRData/acsdt5y2023-b11003.dat",
     "archive": "Data/acs_town_family/2023_b11003_ct.dat",
     "ct_lines": 344
    },
    "b17020": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2023/table-based-SF/data/5YRData/acsdt5y2023-b17020.dat",
     "archive": "Data/acs_town_family/2023_b17020_ct.dat",
     "ct_lines": 344
    },
    "b15003": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2023/table-based-SF/data/5YRData/acsdt5y2023-b15003.dat",
     "archive": "Data/acs_town_family/2023_b15003_ct.dat",
     "ct_lines": 344
    },
    "c16002": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2023/table-based-SF/data/5YRData/acsdt5y2023-c16002.dat",
     "archive": "Data/acs_town_family/2023_c16002_ct.dat",
     "ct_lines": 344
    },
    "b22010": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2023/table-based-SF/data/5YRData/acsdt5y2023-b22010.dat",
     "archive": "Data/acs_town_family/2023_b22010_ct.dat",
     "ct_lines": 344
    },
    "b19013": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2023/table-based-SF/data/5YRData/acsdt5y2023-b19013.dat",
     "archive": "Data/acs_town_family/2023_b19013_ct.dat",
     "ct_lines": 344
    }
   },
   "2024": {
    "b23008": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2024/table-based-SF/data/5YRData/acsdt5y2024-b23008.dat",
     "archive": "Data/acs_town_family/2024_b23008_ct.dat",
     "ct_lines": 344
    },
    "b11003": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2024/table-based-SF/data/5YRData/acsdt5y2024-b11003.dat",
     "archive": "Data/acs_town_family/2024_b11003_ct.dat",
     "ct_lines": 344
    },
    "b17020": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2024/table-based-SF/data/5YRData/acsdt5y2024-b17020.dat",
     "archive": "Data/acs_town_family/2024_b17020_ct.dat",
     "ct_lines": 344
    },
    "b15003": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2024/table-based-SF/data/5YRData/acsdt5y2024-b15003.dat",
     "archive": "Data/acs_town_family/2024_b15003_ct.dat",
     "ct_lines": 344
    },
    "c16002": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2024/table-based-SF/data/5YRData/acsdt5y2024-c16002.dat",
     "archive": "Data/acs_town_family/2024_c16002_ct.dat",
     "ct_lines": 344
    },
    "b22010": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2024/table-based-SF/data/5YRData/acsdt5y2024-b22010.dat",
     "archive": "Data/acs_town_family/2024_b22010_ct.dat",
     "ct_lines": 344
    },
    "b19013": {
     "source": "https://www2.census.gov/programs-surveys/acs/summary_file/2024/table-based-SF/data/5YRData/acsdt5y2024-b19013.dat",
     "archive": "Data/acs_town_family/2024_b19013_ct.dat",
     "ct_lines": 344
    }
   }
  },
  "caveats": [
   "Five-year pooled: a release labelled 2024 describes 2020-2024 together. Adjacent releases overlap by four years and must not be read as annual change.",
   "Dollars are of the release year, not constant dollars.",
   "Margins of error are wide for small towns; a few points between two small towns is not a difference the survey can resolve. Every figure carries its MOE.",
   "Residents of the geography, not enrollees of any school.",
   "children_with_one_parent_pct is a share of CHILDREN (own children under 18); one_parent_families_with_children_pct is a share of FAMILIES with children; the ACS-ED CDP02 figures are shares of HOUSEHOLDS. Three denominators, never one series.",
   "ACS sentinels (-222222222 and below) are missing, never 0."
  ],
  "cross_checks": {
   "b19013_vs_ct_town_income": {
    "compared": 676,
    "matched": 676,
    "mismatches": []
   },
   "districts_vs_acs_ed_2018_22": {
    "median_household_income": {
     "universes": "CDP03_16 (households with relevant children) vs all households",
     "compared": 148,
     "correlation": 0.8566,
     "median_gap": -26856,
     "largest_gaps": [
      {
       "geoid": "0900570",
       "name": "Brooklyn School District, Connecticut",
       "acs_town_family": 84816,
       "acs_ed": 185195,
       "gap": -100379
      },
      {
       "geoid": "0904710",
       "name": "Voluntown School District, Connecticut",
       "acs_town_family": 84250,
       "acs_ed": 172917,
       "gap": -88667
      },
      {
       "geoid": "0902340",
       "name": "Mansfield School District, Connecticut",
       "acs_town_family": 64194,
       "acs_ed": 144006,
       "gap": -79812
      },
      {
       "geoid": "0900690",
       "name": "Canton School District, Connecticut",
       "acs_town_family": 108059,
       "acs_ed": 182583,
       "gap": -74524
      },
      {
       "geoid": "0904080",
       "name": "Sherman School District, Connecticut",
       "acs_town_family": 113490,
       "acs_ed": 187917,
       "gap": -74427
      },
      {
       "geoid": "0904380",
       "name": "Stonington School District, Connecticut",
       "acs_town_family": 102174,
       "acs_ed": 175893,
       "gap": -73719
      },
      {
       "geoid": "0900120",
       "name": "Avon School District, Connecticut",
       "acs_town_family": 146153,
       "acs_ed": 215993,
       "gap": -69840
      },
      {
       "geoid": "0903537",
       "name": "Regional School District 15, Connecticut",
       "acs_town_family": 113854,
       "acs_ed": 182714,
       "gap": -68860
      },
      {
       "geoid": "0901410",
       "name": "Easton School District, Connecticut",
       "acs_town_family": 181934,
       "acs_ed": 250001,
       "gap": -68067
      },
      {
       "geoid": "0904500",
       "name": "Thomaston School District, Connecticut",
       "acs_town_family": 91967,
       "acs_ed": 156743,
       "gap": -64776
      }
     ],
     "reading": "different universes on the same survey; the gap is definitional and is recorded, not resolved"
    },
    "children_below_poverty_pct": {
     "universes": "children below poverty vs families below poverty",
     "compared": 151,
     "correlation": 0.8686,
     "median_gap": 0.18,
     "largest_gaps": [
      {
       "geoid": "0902370",
       "name": "Marlborough School District, Connecticut",
       "acs_town_family": 7.57,
       "acs_ed": 29.9,
       "gap": -22.33
      },
      {
       "geoid": "0900390",
       "name": "Bozrah School District, Connecticut",
       "acs_town_family": 26.22,
       "acs_ed": 10.7,
       "gap": 15.52
      },
      {
       "geoid": "0900720",
       "name": "Chaplin School District, Connecticut",
       "acs_town_family": 6.65,
       "acs_ed": 22,
       "gap": -15.35
      },
      {
       "geoid": "0900150",
       "name": "Barkhamsted School District, Connecticut",
       "acs_town_family": 7.87,
       "acs_ed": 20,
       "gap": -12.13
      },
      {
       "geoid": "0900870",
       "name": "Colebrook School District, Connecticut",
       "acs_town_family": 13.67,
       "acs_ed": 2.4,
       "gap": 11.27
      },
      {
       "geoid": "0900005",
       "name": "Regional High School District 19, Connecticut",
       "acs_town_family": 7.81,
       "acs_ed": 18.9,
       "gap": -11.09
      },
      {
       "geoid": "0905160",
       "name": "Winchester School District, Connecticut",
       "acs_town_family": 9.28,
       "acs_ed": 20.1,
       "gap": -10.82
      },
      {
       "geoid": "0901500",
       "name": "Essex School District, Connecticut",
       "acs_town_family": 7.09,
       "acs_ed": 17.1,
       "gap": -10.01
      },
      {
       "geoid": "0901410",
       "name": "Easton School District, Connecticut",
       "acs_town_family": 12.47,
       "acs_ed": 3.2,
       "gap": 9.27
      },
      {
       "geoid": "0904710",
       "name": "Voluntown School District, Connecticut",
       "acs_town_family": 11.69,
       "acs_ed": 20.4,
       "gap": -8.71
      }
     ],
     "reading": "different universes on the same survey; the gap is definitional and is recorded, not resolved"
    },
    "children_with_one_parent_pct": {
     "universes": "share of children vs ACS-ED single-parent household shares (CDP02_4 + CDP02_5)",
     "compared": 134,
     "correlation": 0.8574,
     "median_gap": 3.29,
     "largest_gaps": [
      {
       "geoid": "0903536",
       "name": "Regional School District 14, Connecticut",
       "acs_town_family": 34.62,
       "acs_ed": 14.3,
       "gap": 20.32
      },
      {
       "geoid": "0900660",
       "name": "Canterbury School District, Connecticut",
       "acs_town_family": 28.57,
       "acs_ed": 8.4,
       "gap": 20.17
      },
      {
       "geoid": "0900090",
       "name": "Ashford School District, Connecticut",
       "acs_town_family": 33.33,
       "acs_ed": 13.5,
       "gap": 19.83
      },
      {
       "geoid": "0905160",
       "name": "Winchester School District, Connecticut",
       "acs_town_family": 37.97,
       "acs_ed": 19.4,
       "gap": 18.57
      },
      {
       "geoid": "0901290",
       "name": "East Haven School District, Connecticut",
       "acs_town_family": 42.74,
       "acs_ed": 25.9,
       "gap": 16.84
      },
      {
       "geoid": "0904380",
       "name": "Stonington School District, Connecticut",
       "acs_town_family": 32.97,
       "acs_ed": 16.2,
       "gap": 16.77
      },
      {
       "geoid": "0905250",
       "name": "Windsor Locks School District, Connecticut",
       "acs_town_family": 38.15,
       "acs_ed": 21.5,
       "gap": 16.65
      },
      {
       "geoid": "0900060",
       "name": "Ansonia School District, Connecticut",
       "acs_town_family": 58.55,
       "acs_ed": 42.5,
       "gap": 16.05
      },
      {
       "geoid": "0905370",
       "name": "Woodstock School District, Connecticut",
       "acs_town_family": 33.37,
       "acs_ed": 17.8,
       "gap": 15.57
      },
      {
       "geoid": "0903270",
       "name": "Plainfield School District, Connecticut",
       "acs_town_family": 49.19,
       "acs_ed": 34.4,
       "gap": 14.79
      }
     ],
     "reading": "different universes on the same survey; the gap is definitional and is recorded, not resolved"
    }
   }
  },
  "town_count": 169,
  "district_geography_count": 168
 },
 "releases": [
  "2021",
  "2022",
  "2023",
  "2024"
 ],
 "towns": {
  "Andover": {
   "cousub": "01080",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.53,
       "moe": 15.87,
       "numerator": 179,
       "denominator": 490
      },
      "children_with_two_parents_pct": {
       "estimate": 63.47,
       "moe": 19.25,
       "numerator": 311,
       "denominator": 490
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.01,
       "moe": 19.05,
       "numerator": 94,
       "denominator": 254
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.6,
       "numerator": 0,
       "denominator": 490
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.54,
       "moe": 7.71,
       "numerator": 940,
       "denominator": 2263
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.21,
       "numerator": 0,
       "denominator": 1178
      },
      "snap_households_pct": {
       "estimate": 2.38,
       "moe": 2.28,
       "numerator": 28,
       "denominator": 1178
      },
      "median_household_income": {
       "estimate": 102759,
       "moe": 10240.0
      },
      "own_children_under_18": {
       "estimate": 490,
       "moe": 95.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 490,
       "moe": 135.53966209195005
      }
     },
     "lines": {
      "b23008_E001": 490,
      "b23008_M001": 95,
      "b23008_E003": 155,
      "b23008_M003": 84,
      "b23008_E008": 54,
      "b23008_M008": 47,
      "b23008_E016": 156,
      "b23008_M016": 74,
      "b23008_E021": 125,
      "b23008_M021": 71,
      "b11003_E001": 855,
      "b11003_M001": 87,
      "b11003_E003": 160,
      "b11003_M003": 59,
      "b11003_E010": 46,
      "b11003_M010": 48,
      "b11003_E016": 48,
      "b11003_M016": 31,
      "b17020_E001": 2998,
      "b17020_M001": 116,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 209,
      "b17020_M011": 72,
      "b17020_E012": 88,
      "b17020_M012": 62,
      "b17020_E013": 193,
      "b17020_M013": 94,
      "b15003_E001": 2263,
      "b15003_M001": 185,
      "b15003_E022": 496,
      "b15003_M022": 144,
      "b15003_E023": 310,
      "b15003_M023": 104,
      "b15003_E024": 69,
      "b15003_M024": 45,
      "b15003_E025": 65,
      "b15003_M025": 53,
      "c16002_E001": 1178,
      "c16002_M001": 102,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1178,
      "b22010_M001": 102,
      "b22010_E002": 28,
      "b22010_M002": 27,
      "b19013_E001": 102759,
      "b19013_M001": 10240
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.42,
       "moe": 15.31,
       "numerator": 185,
       "denominator": 508
      },
      "children_with_two_parents_pct": {
       "estimate": 63.58,
       "moe": 17.28,
       "numerator": 323,
       "denominator": 508
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.77,
       "moe": 17.09,
       "numerator": 78,
       "denominator": 262
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.43,
       "numerator": 0,
       "denominator": 508
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.04,
       "moe": 8.37,
       "numerator": 1154,
       "denominator": 2353
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.25,
       "numerator": 0,
       "denominator": 1158
      },
      "snap_households_pct": {
       "estimate": 3.89,
       "moe": 3.6,
       "numerator": 45,
       "denominator": 1158
      },
      "median_household_income": {
       "estimate": 124167,
       "moe": 19910.0
      },
      "own_children_under_18": {
       "estimate": 508,
       "moe": 119.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 508,
       "moe": 144.03124660989366
      }
     },
     "lines": {
      "b23008_E001": 508,
      "b23008_M001": 119,
      "b23008_E003": 138,
      "b23008_M003": 73,
      "b23008_E008": 53,
      "b23008_M008": 48,
      "b23008_E016": 185,
      "b23008_M016": 90,
      "b23008_E021": 132,
      "b23008_M021": 75,
      "b11003_E001": 917,
      "b11003_M001": 103,
      "b11003_E003": 184,
      "b11003_M003": 71,
      "b11003_E010": 18,
      "b11003_M010": 29,
      "b11003_E016": 60,
      "b11003_M016": 43,
      "b17020_E001": 3160,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 191,
      "b17020_M011": 70,
      "b17020_E012": 110,
      "b17020_M012": 77,
      "b17020_E013": 207,
      "b17020_M013": 97,
      "b15003_E001": 2353,
      "b15003_M001": 188,
      "b15003_E022": 655,
      "b15003_M022": 160,
      "b15003_E023": 382,
      "b15003_M023": 134,
      "b15003_E024": 72,
      "b15003_M024": 47,
      "b15003_E025": 45,
      "b15003_M025": 39,
      "c16002_E001": 1158,
      "c16002_M001": 121,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1158,
      "b22010_M001": 121,
      "b22010_E002": 45,
      "b22010_M002": 42,
      "b19013_E001": 124167,
      "b19013_M001": 19910
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.82,
       "moe": 11.92,
       "numerator": 85,
       "denominator": 477
      },
      "children_with_two_parents_pct": {
       "estimate": 82.18,
       "moe": 13.74,
       "numerator": 392,
       "denominator": 477
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.67,
       "moe": 15.16,
       "numerator": 45,
       "denominator": 241
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 5.08,
       "numerator": 0,
       "denominator": 477
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.35,
       "moe": 8.4,
       "numerator": 1129,
       "denominator": 2436
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.39,
       "numerator": 0,
       "denominator": 1173
      },
      "snap_households_pct": {
       "estimate": 2.22,
       "moe": 2.55,
       "numerator": 26,
       "denominator": 1173
      },
      "median_household_income": {
       "estimate": 127335,
       "moe": 20643.0
      },
      "own_children_under_18": {
       "estimate": 477,
       "moe": 90.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 477,
       "moe": 136.26811806141598
      }
     },
     "lines": {
      "b23008_E001": 477,
      "b23008_M001": 90,
      "b23008_E003": 126,
      "b23008_M003": 58,
      "b23008_E008": 18,
      "b23008_M008": 28,
      "b23008_E016": 266,
      "b23008_M016": 80,
      "b23008_E021": 67,
      "b23008_M021": 52,
      "b11003_E001": 956,
      "b11003_M001": 104,
      "b11003_E003": 196,
      "b11003_M003": 55,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 45,
      "b11003_M016": 36,
      "b17020_E001": 3148,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 144,
      "b17020_M011": 53,
      "b17020_E012": 151,
      "b17020_M012": 66,
      "b17020_E013": 182,
      "b17020_M013": 104,
      "b15003_E001": 2436,
      "b15003_M001": 154,
      "b15003_E022": 578,
      "b15003_M022": 152,
      "b15003_E023": 415,
      "b15003_M023": 143,
      "b15003_E024": 49,
      "b15003_M024": 32,
      "b15003_E025": 87,
      "b15003_M025": 49,
      "c16002_E001": 1173,
      "c16002_M001": 108,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1173,
      "b22010_M001": 108,
      "b22010_E002": 26,
      "b22010_M002": 30,
      "b19013_E001": 127335,
      "b19013_M001": 20643
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.42,
       "moe": 13.23,
       "numerator": 91,
       "denominator": 494
      },
      "children_with_two_parents_pct": {
       "estimate": 81.58,
       "moe": 20.82,
       "numerator": 403,
       "denominator": 494
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.83,
       "moe": 17.64,
       "numerator": 48,
       "denominator": 242
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.91,
       "numerator": 0,
       "denominator": 494
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.48,
       "moe": 8.79,
       "numerator": 1101,
       "denominator": 2369
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.33,
       "numerator": 0,
       "denominator": 1201
      },
      "snap_households_pct": {
       "estimate": 2.41,
       "moe": 2.9,
       "numerator": 29,
       "denominator": 1201
      },
      "median_household_income": {
       "estimate": 134632,
       "moe": 20393.0
      },
      "own_children_under_18": {
       "estimate": 494,
       "moe": 104.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 494,
       "moe": 139.92140651094098
      }
     },
     "lines": {
      "b23008_E001": 494,
      "b23008_M001": 104,
      "b23008_E003": 99,
      "b23008_M003": 49,
      "b23008_E008": 22,
      "b23008_M008": 34,
      "b23008_E016": 304,
      "b23008_M016": 124,
      "b23008_E021": 69,
      "b23008_M021": 59,
      "b11003_E001": 904,
      "b11003_M001": 101,
      "b11003_E003": 194,
      "b11003_M003": 60,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 48,
      "b11003_M016": 43,
      "b17020_E001": 3135,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 121,
      "b17020_M011": 45,
      "b17020_E012": 178,
      "b17020_M012": 63,
      "b17020_E013": 195,
      "b17020_M013": 114,
      "b15003_E001": 2369,
      "b15003_M001": 155,
      "b15003_E022": 516,
      "b15003_M022": 156,
      "b15003_E023": 462,
      "b15003_M023": 143,
      "b15003_E024": 36,
      "b15003_M024": 32,
      "b15003_E025": 87,
      "b15003_M025": 52,
      "c16002_E001": 1201,
      "c16002_M001": 123,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1201,
      "b22010_M001": 123,
      "b22010_E002": 29,
      "b22010_M002": 35,
      "b19013_E001": 134632,
      "b19013_M001": 20393
     }
    }
   }
  },
  "Ansonia": {
   "cousub": "01220",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.55,
       "moe": 11.27,
       "numerator": 2072,
       "denominator": 3539
      },
      "children_with_two_parents_pct": {
       "estimate": 41.45,
       "moe": 7.41,
       "numerator": 1467,
       "denominator": 3539
      },
      "one_parent_families_with_children_pct": {
       "estimate": 54.34,
       "moe": 9.13,
       "numerator": 1034,
       "denominator": 1903
      },
      "children_below_poverty_pct": {
       "estimate": 12.95,
       "moe": 8.48,
       "numerator": 482,
       "denominator": 3722
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.88,
       "moe": 3.39,
       "numerator": 3296,
       "denominator": 14404
      },
      "limited_english_households_pct": {
       "estimate": 6.7,
       "moe": 3.13,
       "numerator": 539,
       "denominator": 8040
      },
      "snap_households_pct": {
       "estimate": 14.85,
       "moe": 3.34,
       "numerator": 1194,
       "denominator": 8040
      },
      "median_household_income": {
       "estimate": 61846,
       "moe": 11558.0
      },
      "own_children_under_18": {
       "estimate": 3539,
       "moe": 425.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3722,
       "moe": 565.7614338217126
      }
     },
     "lines": {
      "b23008_E001": 3539,
      "b23008_M001": 425,
      "b23008_E003": 471,
      "b23008_M003": 154,
      "b23008_E008": 493,
      "b23008_M008": 274,
      "b23008_E016": 996,
      "b23008_M016": 276,
      "b23008_E021": 1579,
      "b23008_M021": 382,
      "b11003_E001": 5061,
      "b11003_M001": 279,
      "b11003_E003": 869,
      "b11003_M003": 239,
      "b11003_E010": 176,
      "b11003_M010": 127,
      "b11003_E016": 858,
      "b11003_M016": 225,
      "b17020_E001": 18945,
      "b17020_M001": 32,
      "b17020_E003": 184,
      "b17020_M003": 220,
      "b17020_E004": 249,
      "b17020_M004": 230,
      "b17020_E005": 49,
      "b17020_M005": 61,
      "b17020_E011": 780,
      "b17020_M011": 231,
      "b17020_E012": 1327,
      "b17020_M012": 298,
      "b17020_E013": 1133,
      "b17020_M013": 270,
      "b15003_E001": 14404,
      "b15003_M001": 426,
      "b15003_E022": 2017,
      "b15003_M022": 386,
      "b15003_E023": 1010,
      "b15003_M023": 290,
      "b15003_E024": 152,
      "b15003_M024": 99,
      "b15003_E025": 117,
      "b15003_M025": 75,
      "c16002_E001": 8040,
      "c16002_M001": 392,
      "c16002_E004": 448,
      "c16002_M004": 233,
      "c16002_E007": 91,
      "c16002_M007": 93,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8040,
      "b22010_M001": 392,
      "b22010_E002": 1194,
      "b22010_M002": 275,
      "b19013_E001": 61846,
      "b19013_M001": 11558
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.55,
       "moe": 11.65,
       "numerator": 2079,
       "denominator": 3551
      },
      "children_with_two_parents_pct": {
       "estimate": 41.45,
       "moe": 6.72,
       "numerator": 1472,
       "denominator": 3551
      },
      "one_parent_families_with_children_pct": {
       "estimate": 52.96,
       "moe": 10.06,
       "numerator": 1002,
       "denominator": 1892
      },
      "children_below_poverty_pct": {
       "estimate": 10.74,
       "moe": 7.7,
       "numerator": 390,
       "denominator": 3632
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.13,
       "moe": 3.29,
       "numerator": 2976,
       "denominator": 14081
      },
      "limited_english_households_pct": {
       "estimate": 6.7,
       "moe": 2.96,
       "numerator": 531,
       "denominator": 7922
      },
      "snap_households_pct": {
       "estimate": 16.25,
       "moe": 4.55,
       "numerator": 1287,
       "denominator": 7922
      },
      "median_household_income": {
       "estimate": 67474,
       "moe": 13166.0
      },
      "own_children_under_18": {
       "estimate": 3551,
       "moe": 519.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3632,
       "moe": 610.0450803014479
      }
     },
     "lines": {
      "b23008_E001": 3551,
      "b23008_M001": 519,
      "b23008_E003": 479,
      "b23008_M003": 174,
      "b23008_E008": 527,
      "b23008_M008": 274,
      "b23008_E016": 993,
      "b23008_M016": 270,
      "b23008_E021": 1552,
      "b23008_M021": 434,
      "b11003_E001": 4752,
      "b11003_M001": 353,
      "b11003_E003": 890,
      "b11003_M003": 246,
      "b11003_E010": 164,
      "b11003_M010": 122,
      "b11003_E016": 838,
      "b11003_M016": 243,
      "b17020_E001": 18954,
      "b17020_M001": 28,
      "b17020_E003": 174,
      "b17020_M003": 216,
      "b17020_E004": 209,
      "b17020_M004": 189,
      "b17020_E005": 7,
      "b17020_M005": 12,
      "b17020_E011": 832,
      "b17020_M011": 271,
      "b17020_E012": 1191,
      "b17020_M012": 223,
      "b17020_E013": 1219,
      "b17020_M013": 408,
      "b15003_E001": 14081,
      "b15003_M001": 550,
      "b15003_E022": 1970,
      "b15003_M022": 395,
      "b15003_E023": 801,
      "b15003_M023": 248,
      "b15003_E024": 156,
      "b15003_M024": 93,
      "b15003_E025": 49,
      "b15003_M025": 42,
      "c16002_E001": 7922,
      "c16002_M001": 568,
      "c16002_E004": 443,
      "c16002_M004": 220,
      "c16002_E007": 88,
      "c16002_M007": 84,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7922,
      "b22010_M001": 568,
      "b22010_E002": 1287,
      "b22010_M002": 372,
      "b19013_E001": 67474,
      "b19013_M001": 13166
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 53.37,
       "moe": 10.48,
       "numerator": 1837,
       "denominator": 3442
      },
      "children_with_two_parents_pct": {
       "estimate": 46.63,
       "moe": 7.72,
       "numerator": 1605,
       "denominator": 3442
      },
      "one_parent_families_with_children_pct": {
       "estimate": 44.37,
       "moe": 12.97,
       "numerator": 820,
       "denominator": 1848
      },
      "children_below_poverty_pct": {
       "estimate": 6.45,
       "moe": 5.02,
       "numerator": 227,
       "denominator": 3519
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.69,
       "moe": 3.32,
       "numerator": 3142,
       "denominator": 13845
      },
      "limited_english_households_pct": {
       "estimate": 6.01,
       "moe": 2.48,
       "numerator": 448,
       "denominator": 7455
      },
      "snap_households_pct": {
       "estimate": 17.49,
       "moe": 4.26,
       "numerator": 1304,
       "denominator": 7455
      },
      "median_household_income": {
       "estimate": 80585,
       "moe": 8385.0
      },
      "own_children_under_18": {
       "estimate": 3442,
       "moe": 541.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3519,
       "moe": 528.4221797010417
      }
     },
     "lines": {
      "b23008_E001": 3442,
      "b23008_M001": 541,
      "b23008_E003": 551,
      "b23008_M003": 220,
      "b23008_E008": 751,
      "b23008_M008": 297,
      "b23008_E016": 1054,
      "b23008_M016": 293,
      "b23008_E021": 1086,
      "b23008_M021": 354,
      "b11003_E001": 4793,
      "b11003_M001": 340,
      "b11003_E003": 1028,
      "b11003_M003": 253,
      "b11003_E010": 256,
      "b11003_M010": 179,
      "b11003_E016": 564,
      "b11003_M016": 235,
      "b17020_E001": 18951,
      "b17020_M001": 35,
      "b17020_E003": 117,
      "b17020_M003": 160,
      "b17020_E004": 59,
      "b17020_M004": 58,
      "b17020_E005": 51,
      "b17020_M005": 58,
      "b17020_E011": 1185,
      "b17020_M011": 285,
      "b17020_E012": 1152,
      "b17020_M012": 274,
      "b17020_E013": 955,
      "b17020_M013": 301,
      "b15003_E001": 13845,
      "b15003_M001": 529,
      "b15003_E022": 1988,
      "b15003_M022": 334,
      "b15003_E023": 935,
      "b15003_M023": 305,
      "b15003_E024": 111,
      "b15003_M024": 92,
      "b15003_E025": 108,
      "b15003_M025": 113,
      "c16002_E001": 7455,
      "c16002_M001": 466,
      "c16002_E004": 327,
      "c16002_M004": 158,
      "c16002_E007": 121,
      "c16002_M007": 95,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7455,
      "b22010_M001": 466,
      "b22010_E002": 1304,
      "b22010_M002": 328,
      "b19013_E001": 80585,
      "b19013_M001": 8385
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 56.68,
       "moe": 10.55,
       "numerator": 1922,
       "denominator": 3391
      },
      "children_with_two_parents_pct": {
       "estimate": 43.32,
       "moe": 10.06,
       "numerator": 1469,
       "denominator": 3391
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.87,
       "moe": 12.08,
       "numerator": 908,
       "denominator": 1897
      },
      "children_below_poverty_pct": {
       "estimate": 9.96,
       "moe": 6.86,
       "numerator": 346,
       "denominator": 3474
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.91,
       "moe": 3.1,
       "numerator": 2995,
       "denominator": 13671
      },
      "limited_english_households_pct": {
       "estimate": 7.15,
       "moe": 3.12,
       "numerator": 516,
       "denominator": 7212
      },
      "snap_households_pct": {
       "estimate": 15.39,
       "moe": 4.45,
       "numerator": 1110,
       "denominator": 7212
      },
      "median_household_income": {
       "estimate": 85877,
       "moe": 9841.0
      },
      "own_children_under_18": {
       "estimate": 3391,
       "moe": 525.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3474,
       "moe": 536.9618235964266
      }
     },
     "lines": {
      "b23008_E001": 3391,
      "b23008_M001": 525,
      "b23008_E003": 371,
      "b23008_M003": 138,
      "b23008_E008": 737,
      "b23008_M008": 274,
      "b23008_E016": 1098,
      "b23008_M016": 386,
      "b23008_E021": 1185,
      "b23008_M021": 376,
      "b11003_E001": 4840,
      "b11003_M001": 361,
      "b11003_E003": 989,
      "b11003_M003": 281,
      "b11003_E010": 246,
      "b11003_M010": 148,
      "b11003_E016": 662,
      "b11003_M016": 264,
      "b17020_E001": 19029,
      "b17020_M001": 63,
      "b17020_E003": 104,
      "b17020_M003": 168,
      "b17020_E004": 56,
      "b17020_M004": 47,
      "b17020_E005": 186,
      "b17020_M005": 171,
      "b17020_E011": 1004,
      "b17020_M011": 227,
      "b17020_E012": 1124,
      "b17020_M012": 271,
      "b17020_E013": 1000,
      "b17020_M013": 322,
      "b15003_E001": 13671,
      "b15003_M001": 506,
      "b15003_E022": 1777,
      "b15003_M022": 331,
      "b15003_E023": 1054,
      "b15003_M023": 268,
      "b15003_E024": 97,
      "b15003_M024": 62,
      "b15003_E025": 67,
      "b15003_M025": 81,
      "c16002_E001": 7212,
      "c16002_M001": 480,
      "c16002_E004": 332,
      "c16002_M004": 193,
      "c16002_E007": 184,
      "c16002_M007": 117,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7212,
      "b22010_M001": 480,
      "b22010_E002": 1110,
      "b22010_M002": 329,
      "b19013_E001": 85877,
      "b19013_M001": 9841
     }
    }
   }
  },
  "Ashford": {
   "cousub": "01430",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.12,
       "moe": 16.83,
       "numerator": 333,
       "denominator": 830
      },
      "children_with_two_parents_pct": {
       "estimate": 59.88,
       "moe": 15.71,
       "numerator": 497,
       "denominator": 830
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.35,
       "moe": 6.14,
       "numerator": 207,
       "denominator": 682
      },
      "children_below_poverty_pct": {
       "estimate": 7.61,
       "moe": 5.15,
       "numerator": 66,
       "denominator": 867
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.61,
       "moe": 7.37,
       "numerator": 966,
       "denominator": 3056
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.48,
       "numerator": 0,
       "denominator": 1762
      },
      "snap_households_pct": {
       "estimate": 8.68,
       "moe": 4.44,
       "numerator": 153,
       "denominator": 1762
      },
      "median_household_income": {
       "estimate": 90441,
       "moe": 25320.0
      },
      "own_children_under_18": {
       "estimate": 830,
       "moe": 125.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 867,
       "moe": 219.33535966642498
      }
     },
     "lines": {
      "b23008_E001": 830,
      "b23008_M001": 125,
      "b23008_E003": 91,
      "b23008_M003": 62,
      "b23008_E008": 154,
      "b23008_M008": 125,
      "b23008_E016": 406,
      "b23008_M016": 137,
      "b23008_E021": 179,
      "b23008_M021": 80,
      "b11003_E001": 1255,
      "b11003_M001": 151,
      "b11003_E003": 475,
      "b11003_M003": 271,
      "b11003_E010": 77,
      "b11003_M010": 69,
      "b11003_E016": 130,
      "b11003_M016": 68,
      "b17020_E001": 4193,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 10,
      "b17020_M004": 16,
      "b17020_E005": 56,
      "b17020_M005": 43,
      "b17020_E011": 245,
      "b17020_M011": 136,
      "b17020_E012": 331,
      "b17020_M012": 143,
      "b17020_E013": 225,
      "b17020_M013": 83,
      "b15003_E001": 3056,
      "b15003_M001": 149,
      "b15003_E022": 454,
      "b15003_M022": 175,
      "b15003_E023": 383,
      "b15003_M023": 132,
      "b15003_E024": 47,
      "b15003_M024": 42,
      "b15003_E025": 82,
      "b15003_M025": 56,
      "c16002_E001": 1762,
      "c16002_M001": 121,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1762,
      "b22010_M001": 121,
      "b22010_E002": 153,
      "b22010_M002": 79,
      "b19013_E001": 90441,
      "b19013_M001": 25320
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.33,
       "moe": 13.78,
       "numerator": 296,
       "denominator": 888
      },
      "children_with_two_parents_pct": {
       "estimate": 66.67,
       "moe": 18.63,
       "numerator": 592,
       "denominator": 888
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.32,
       "moe": 9.49,
       "numerator": 211,
       "denominator": 696
      },
      "children_below_poverty_pct": {
       "estimate": 3.05,
       "moe": 3.69,
       "numerator": 29,
       "denominator": 950
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.04,
       "moe": 7.34,
       "numerator": 1041,
       "denominator": 2971
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.44,
       "numerator": 0,
       "denominator": 1806
      },
      "snap_households_pct": {
       "estimate": 8.97,
       "moe": 5.66,
       "numerator": 162,
       "denominator": 1806
      },
      "median_household_income": {
       "estimate": 94778,
       "moe": 19171.0
      },
      "own_children_under_18": {
       "estimate": 888,
       "moe": 175.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 950,
       "moe": 269.7406161481804
      }
     },
     "lines": {
      "b23008_E001": 888,
      "b23008_M001": 175,
      "b23008_E003": 52,
      "b23008_M003": 42,
      "b23008_E008": 126,
      "b23008_M008": 104,
      "b23008_E016": 540,
      "b23008_M016": 198,
      "b23008_E021": 170,
      "b23008_M021": 87,
      "b11003_E001": 1263,
      "b11003_M001": 148,
      "b11003_E003": 485,
      "b11003_M003": 249,
      "b11003_E010": 80,
      "b11003_M010": 66,
      "b11003_E016": 131,
      "b11003_M016": 82,
      "b17020_E001": 4215,
      "b17020_M001": 31,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 29,
      "b17020_M005": 31,
      "b17020_E011": 178,
      "b17020_M011": 116,
      "b17020_E012": 361,
      "b17020_M012": 153,
      "b17020_E013": 382,
      "b17020_M013": 186,
      "b15003_E001": 2971,
      "b15003_M001": 177,
      "b15003_E022": 453,
      "b15003_M022": 147,
      "b15003_E023": 375,
      "b15003_M023": 144,
      "b15003_E024": 95,
      "b15003_M024": 59,
      "b15003_E025": 118,
      "b15003_M025": 75,
      "c16002_E001": 1806,
      "c16002_M001": 141,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1806,
      "b22010_M001": 141,
      "b22010_E002": 162,
      "b22010_M002": 103,
      "b19013_E001": 94778,
      "b19013_M001": 19171
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.47,
       "moe": 15.13,
       "numerator": 245,
       "denominator": 732
      },
      "children_with_two_parents_pct": {
       "estimate": 66.53,
       "moe": 18.26,
       "numerator": 487,
       "denominator": 732
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.57,
       "moe": 11.11,
       "numerator": 168,
       "denominator": 657
      },
      "children_below_poverty_pct": {
       "estimate": 4.57,
       "moe": 5.22,
       "numerator": 35,
       "denominator": 766
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.92,
       "moe": 8.33,
       "numerator": 1265,
       "denominator": 3169
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.53,
       "numerator": 0,
       "denominator": 1827
      },
      "snap_households_pct": {
       "estimate": 8.59,
       "moe": 4.68,
       "numerator": 157,
       "denominator": 1827
      },
      "median_household_income": {
       "estimate": 129219,
       "moe": 34182.0
      },
      "own_children_under_18": {
       "estimate": 732,
       "moe": 137.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 766,
       "moe": 208.4754182151939
      }
     },
     "lines": {
      "b23008_E001": 732,
      "b23008_M001": 137,
      "b23008_E003": 89,
      "b23008_M003": 58,
      "b23008_E008": 137,
      "b23008_M008": 106,
      "b23008_E016": 398,
      "b23008_M016": 151,
      "b23008_E021": 108,
      "b23008_M021": 56,
      "b11003_E001": 1326,
      "b11003_M001": 148,
      "b11003_E003": 489,
      "b11003_M003": 273,
      "b11003_E010": 59,
      "b11003_M010": 66,
      "b11003_E016": 109,
      "b11003_M016": 81,
      "b17020_E001": 4214,
      "b17020_M001": 40,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 35,
      "b17020_M005": 36,
      "b17020_E011": 226,
      "b17020_M011": 115,
      "b17020_E012": 302,
      "b17020_M012": 143,
      "b17020_E013": 203,
      "b17020_M013": 90,
      "b15003_E001": 3169,
      "b15003_M001": 131,
      "b15003_E022": 588,
      "b15003_M022": 196,
      "b15003_E023": 386,
      "b15003_M023": 146,
      "b15003_E024": 116,
      "b15003_M024": 76,
      "b15003_E025": 175,
      "b15003_M025": 83,
      "c16002_E001": 1827,
      "c16002_M001": 115,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1827,
      "b22010_M001": 115,
      "b22010_E002": 157,
      "b22010_M002": 86,
      "b19013_E001": 129219,
      "b19013_M001": 34182
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.13,
       "moe": 18.88,
       "numerator": 316,
       "denominator": 750
      },
      "children_with_two_parents_pct": {
       "estimate": 57.87,
       "moe": 21.53,
       "numerator": 434,
       "denominator": 750
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.7,
       "moe": 9.51,
       "numerator": 287,
       "denominator": 723
      },
      "children_below_poverty_pct": {
       "estimate": 6.79,
       "moe": 5.18,
       "numerator": 53,
       "denominator": 781
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.3,
       "moe": 7.52,
       "numerator": 1118,
       "denominator": 3167
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.64,
       "numerator": 12,
       "denominator": 1876
      },
      "snap_households_pct": {
       "estimate": 11.73,
       "moe": 6.09,
       "numerator": 220,
       "denominator": 1876
      },
      "median_household_income": {
       "estimate": 121926,
       "moe": 22964.0
      },
      "own_children_under_18": {
       "estimate": 750,
       "moe": 143.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 781,
       "moe": 223.48601745970598
      }
     },
     "lines": {
      "b23008_E001": 750,
      "b23008_M001": 143,
      "b23008_E003": 58,
      "b23008_M003": 44,
      "b23008_E008": 66,
      "b23008_M008": 66,
      "b23008_E016": 376,
      "b23008_M016": 176,
      "b23008_E021": 250,
      "b23008_M021": 139,
      "b11003_E001": 1377,
      "b11003_M001": 146,
      "b11003_E003": 436,
      "b11003_M003": 285,
      "b11003_E010": 35,
      "b11003_M010": 42,
      "b11003_E016": 252,
      "b11003_M016": 138,
      "b17020_E001": 4216,
      "b17020_M001": 18,
      "b17020_E003": 12,
      "b17020_M003": 15,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 41,
      "b17020_M005": 38,
      "b17020_E011": 112,
      "b17020_M011": 74,
      "b17020_E012": 291,
      "b17020_M012": 157,
      "b17020_E013": 325,
      "b17020_M013": 134,
      "b15003_E001": 3167,
      "b15003_M001": 146,
      "b15003_E022": 486,
      "b15003_M022": 163,
      "b15003_E023": 357,
      "b15003_M023": 138,
      "b15003_E024": 89,
      "b15003_M024": 71,
      "b15003_E025": 186,
      "b15003_M025": 93,
      "c16002_E001": 1876,
      "c16002_M001": 113,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 12,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1876,
      "b22010_M001": 113,
      "b22010_E002": 220,
      "b22010_M002": 115,
      "b19013_E001": 121926,
      "b19013_M001": 22964
     }
    }
   }
  },
  "Avon": {
   "cousub": "02060",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.25,
       "moe": 4.13,
       "numerator": 461,
       "denominator": 4499
      },
      "children_with_two_parents_pct": {
       "estimate": 89.75,
       "moe": 8.52,
       "numerator": 4038,
       "denominator": 4499
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.25,
       "moe": 4.77,
       "numerator": 326,
       "denominator": 2461
      },
      "children_below_poverty_pct": {
       "estimate": 4.29,
       "moe": 4.25,
       "numerator": 193,
       "denominator": 4499
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.1,
       "moe": 4.72,
       "numerator": 9077,
       "denominator": 13328
      },
      "limited_english_households_pct": {
       "estimate": 1.3,
       "moe": 0.97,
       "numerator": 96,
       "denominator": 7398
      },
      "snap_households_pct": {
       "estimate": 2.54,
       "moe": 1.14,
       "numerator": 188,
       "denominator": 7398
      },
      "median_household_income": {
       "estimate": 130268,
       "moe": 8575.0
      },
      "own_children_under_18": {
       "estimate": 4499,
       "moe": 307.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4499,
       "moe": 547.1983187108674
      }
     },
     "lines": {
      "b23008_E001": 4499,
      "b23008_M001": 307,
      "b23008_E003": 1080,
      "b23008_M003": 257,
      "b23008_E008": 73,
      "b23008_M008": 101,
      "b23008_E016": 2958,
      "b23008_M016": 396,
      "b23008_E021": 388,
      "b23008_M021": 159,
      "b11003_E001": 5259,
      "b11003_M001": 233,
      "b11003_E003": 2135,
      "b11003_M003": 179,
      "b11003_E010": 44,
      "b11003_M010": 58,
      "b11003_E016": 282,
      "b11003_M016": 106,
      "b17020_E001": 18621,
      "b17020_M001": 141,
      "b17020_E003": 12,
      "b17020_M003": 20,
      "b17020_E004": 138,
      "b17020_M004": 178,
      "b17020_E005": 43,
      "b17020_M005": 71,
      "b17020_E011": 1141,
      "b17020_M011": 284,
      "b17020_E012": 1276,
      "b17020_M012": 189,
      "b17020_E013": 1889,
      "b17020_M013": 382,
      "b15003_E001": 13328,
      "b15003_M001": 323,
      "b15003_E022": 4920,
      "b15003_M022": 512,
      "b15003_E023": 2605,
      "b15003_M023": 339,
      "b15003_E024": 1132,
      "b15003_M024": 209,
      "b15003_E025": 420,
      "b15003_M025": 153,
      "c16002_E001": 7398,
      "c16002_M001": 307,
      "c16002_E004": 21,
      "c16002_M004": 35,
      "c16002_E007": 32,
      "c16002_M007": 39,
      "c16002_E010": 43,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7398,
      "b22010_M001": 307,
      "b22010_E002": 188,
      "b22010_M002": 85,
      "b19013_E001": 130268,
      "b19013_M001": 8575
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.61,
       "moe": 5.04,
       "numerator": 467,
       "denominator": 4403
      },
      "children_with_two_parents_pct": {
       "estimate": 89.39,
       "moe": 7.59,
       "numerator": 3936,
       "denominator": 4403
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.37,
       "moe": 5.9,
       "numerator": 306,
       "denominator": 2474
      },
      "children_below_poverty_pct": {
       "estimate": 5.09,
       "moe": 4.99,
       "numerator": 224,
       "denominator": 4403
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 70.54,
       "moe": 5.16,
       "numerator": 9521,
       "denominator": 13498
      },
      "limited_english_households_pct": {
       "estimate": 1.69,
       "moe": 1.13,
       "numerator": 128,
       "denominator": 7579
      },
      "snap_households_pct": {
       "estimate": 2.26,
       "moe": 1.32,
       "numerator": 171,
       "denominator": 7579
      },
      "median_household_income": {
       "estimate": 146153,
       "moe": 14585.0
      },
      "own_children_under_18": {
       "estimate": 4403,
       "moe": 282.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4403,
       "moe": 534.6989807358904
      }
     },
     "lines": {
      "b23008_E001": 4403,
      "b23008_M001": 282,
      "b23008_E003": 1060,
      "b23008_M003": 289,
      "b23008_E008": 99,
      "b23008_M008": 110,
      "b23008_E016": 2876,
      "b23008_M016": 303,
      "b23008_E021": 368,
      "b23008_M021": 195,
      "b11003_E001": 5316,
      "b11003_M001": 231,
      "b11003_E003": 2168,
      "b11003_M003": 188,
      "b11003_E010": 55,
      "b11003_M010": 69,
      "b11003_E016": 251,
      "b11003_M016": 132,
      "b17020_E001": 18636,
      "b17020_M001": 37,
      "b17020_E003": 26,
      "b17020_M003": 39,
      "b17020_E004": 142,
      "b17020_M004": 202,
      "b17020_E005": 56,
      "b17020_M005": 82,
      "b17020_E011": 1133,
      "b17020_M011": 307,
      "b17020_E012": 1295,
      "b17020_M012": 237,
      "b17020_E013": 1751,
      "b17020_M013": 294,
      "b15003_E001": 13498,
      "b15003_M001": 350,
      "b15003_E022": 5038,
      "b15003_M022": 549,
      "b15003_E023": 2962,
      "b15003_M023": 394,
      "b15003_E024": 1076,
      "b15003_M024": 256,
      "b15003_E025": 445,
      "b15003_M025": 154,
      "c16002_E001": 7579,
      "c16002_M001": 302,
      "c16002_E004": 16,
      "c16002_M004": 25,
      "c16002_E007": 23,
      "c16002_M007": 38,
      "c16002_E010": 89,
      "c16002_M010": 70,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7579,
      "b22010_M001": 302,
      "b22010_E002": 171,
      "b22010_M002": 100,
      "b19013_E001": 146153,
      "b19013_M001": 14585
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.65,
       "moe": 4.32,
       "numerator": 457,
       "denominator": 4291
      },
      "children_with_two_parents_pct": {
       "estimate": 89.35,
       "moe": 8.29,
       "numerator": 3834,
       "denominator": 4291
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.97,
       "moe": 5.46,
       "numerator": 311,
       "denominator": 2397
      },
      "children_below_poverty_pct": {
       "estimate": 4.92,
       "moe": 5.03,
       "numerator": 211,
       "denominator": 4291
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.43,
       "moe": 4.84,
       "numerator": 9752,
       "denominator": 13652
      },
      "limited_english_households_pct": {
       "estimate": 2.12,
       "moe": 1.15,
       "numerator": 161,
       "denominator": 7583
      },
      "snap_households_pct": {
       "estimate": 2.84,
       "moe": 1.45,
       "numerator": 215,
       "denominator": 7583
      },
      "median_household_income": {
       "estimate": 151481,
       "moe": 10085.0
      },
      "own_children_under_18": {
       "estimate": 4291,
       "moe": 296.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4291,
       "moe": 516.6584945590268
      }
     },
     "lines": {
      "b23008_E001": 4291,
      "b23008_M001": 296,
      "b23008_E003": 1223,
      "b23008_M003": 282,
      "b23008_E008": 77,
      "b23008_M008": 86,
      "b23008_E016": 2611,
      "b23008_M016": 342,
      "b23008_E021": 380,
      "b23008_M021": 167,
      "b11003_E001": 5320,
      "b11003_M001": 238,
      "b11003_E003": 2086,
      "b11003_M003": 208,
      "b11003_E010": 65,
      "b11003_M010": 82,
      "b11003_E016": 246,
      "b11003_M016": 107,
      "b17020_E001": 18667,
      "b17020_M001": 38,
      "b17020_E003": 19,
      "b17020_M003": 31,
      "b17020_E004": 147,
      "b17020_M004": 207,
      "b17020_E005": 45,
      "b17020_M005": 58,
      "b17020_E011": 1281,
      "b17020_M011": 280,
      "b17020_E012": 1147,
      "b17020_M012": 199,
      "b17020_E013": 1652,
      "b17020_M013": 319,
      "b15003_E001": 13652,
      "b15003_M001": 350,
      "b15003_E022": 4922,
      "b15003_M022": 500,
      "b15003_E023": 3113,
      "b15003_M023": 426,
      "b15003_E024": 1051,
      "b15003_M024": 203,
      "b15003_E025": 666,
      "b15003_M025": 164,
      "c16002_E001": 7583,
      "c16002_M001": 323,
      "c16002_E004": 17,
      "c16002_M004": 27,
      "c16002_E007": 38,
      "c16002_M007": 43,
      "c16002_E010": 106,
      "c16002_M010": 68,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7583,
      "b22010_M001": 323,
      "b22010_E002": 215,
      "b22010_M002": 110,
      "b19013_E001": 151481,
      "b19013_M001": 10085
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.15,
       "moe": 5.05,
       "numerator": 482,
       "denominator": 4321
      },
      "children_with_two_parents_pct": {
       "estimate": 88.85,
       "moe": 7.32,
       "numerator": 3839,
       "denominator": 4321
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.56,
       "moe": 4.84,
       "numerator": 276,
       "denominator": 2388
      },
      "children_below_poverty_pct": {
       "estimate": 4.79,
       "moe": 5.03,
       "numerator": 207,
       "denominator": 4321
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.07,
       "moe": 4.9,
       "numerator": 10007,
       "denominator": 13695
      },
      "limited_english_households_pct": {
       "estimate": 1.57,
       "moe": 1.02,
       "numerator": 119,
       "denominator": 7575
      },
      "snap_households_pct": {
       "estimate": 1.74,
       "moe": 1.19,
       "numerator": 132,
       "denominator": 7575
      },
      "median_household_income": {
       "estimate": 154058,
       "moe": 13311.0
      },
      "own_children_under_18": {
       "estimate": 4321,
       "moe": 370.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4321,
       "moe": 574.7286316166961
      }
     },
     "lines": {
      "b23008_E001": 4321,
      "b23008_M001": 370,
      "b23008_E003": 1117,
      "b23008_M003": 323,
      "b23008_E008": 168,
      "b23008_M008": 137,
      "b23008_E016": 2722,
      "b23008_M016": 322,
      "b23008_E021": 314,
      "b23008_M021": 175,
      "b11003_E001": 5316,
      "b11003_M001": 212,
      "b11003_E003": 2112,
      "b11003_M003": 216,
      "b11003_E010": 16,
      "b11003_M010": 27,
      "b11003_E016": 260,
      "b11003_M016": 116,
      "b17020_E001": 18763,
      "b17020_M001": 31,
      "b17020_E003": 47,
      "b17020_M003": 70,
      "b17020_E004": 150,
      "b17020_M004": 207,
      "b17020_E005": 10,
      "b17020_M005": 15,
      "b17020_E011": 1238,
      "b17020_M011": 357,
      "b17020_E012": 1246,
      "b17020_M012": 219,
      "b17020_E013": 1630,
      "b17020_M013": 327,
      "b15003_E001": 13695,
      "b15003_M001": 377,
      "b15003_E022": 4959,
      "b15003_M022": 539,
      "b15003_E023": 3302,
      "b15003_M023": 373,
      "b15003_E024": 1010,
      "b15003_M024": 227,
      "b15003_E025": 736,
      "b15003_M025": 213,
      "c16002_E001": 7575,
      "c16002_M001": 336,
      "c16002_E004": 23,
      "c16002_M004": 35,
      "c16002_E007": 13,
      "c16002_M007": 19,
      "c16002_E010": 83,
      "c16002_M010": 63,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7575,
      "b22010_M001": 336,
      "b22010_E002": 132,
      "b22010_M002": 90,
      "b19013_E001": 154058,
      "b19013_M001": 13311
     }
    }
   }
  },
  "Barkhamsted": {
   "cousub": "02760",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.93,
       "moe": 10.78,
       "numerator": 132,
       "denominator": 736
      },
      "children_with_two_parents_pct": {
       "estimate": 82.07,
       "moe": 10.55,
       "numerator": 604,
       "denominator": 736
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.24,
       "moe": 11.84,
       "numerator": 70,
       "denominator": 431
      },
      "children_below_poverty_pct": {
       "estimate": 8.19,
       "moe": 6.79,
       "numerator": 61,
       "denominator": 745
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.76,
       "moe": 7.44,
       "numerator": 1149,
       "denominator": 2687
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.94,
       "numerator": 0,
       "denominator": 1341
      },
      "snap_households_pct": {
       "estimate": 2.09,
       "moe": 1.79,
       "numerator": 28,
       "denominator": 1341
      },
      "median_household_income": {
       "estimate": 107969,
       "moe": 14034.0
      },
      "own_children_under_18": {
       "estimate": 736,
       "moe": 120.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 745,
       "moe": 144.89996549343965
      }
     },
     "lines": {
      "b23008_E001": 736,
      "b23008_M001": 120,
      "b23008_E003": 124,
      "b23008_M003": 62,
      "b23008_E008": 16,
      "b23008_M008": 19,
      "b23008_E016": 480,
      "b23008_M016": 109,
      "b23008_E021": 116,
      "b23008_M021": 80,
      "b11003_E001": 1154,
      "b11003_M001": 84,
      "b11003_E003": 361,
      "b11003_M003": 77,
      "b11003_E010": 28,
      "b11003_M010": 25,
      "b11003_E016": 42,
      "b11003_M016": 47,
      "b17020_E001": 3659,
      "b17020_M001": 17,
      "b17020_E003": 25,
      "b17020_M003": 33,
      "b17020_E004": 36,
      "b17020_M004": 38,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 115,
      "b17020_M011": 58,
      "b17020_E012": 106,
      "b17020_M012": 59,
      "b17020_E013": 463,
      "b17020_M013": 107,
      "b15003_E001": 2687,
      "b15003_M001": 157,
      "b15003_E022": 754,
      "b15003_M022": 167,
      "b15003_E023": 347,
      "b15003_M023": 125,
      "b15003_E024": 38,
      "b15003_M024": 27,
      "b15003_E025": 10,
      "b15003_M025": 15,
      "c16002_E001": 1341,
      "c16002_M001": 81,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1341,
      "b22010_M001": 81,
      "b22010_E002": 28,
      "b22010_M002": 24,
      "b19013_E001": 107969,
      "b19013_M001": 14034
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.13,
       "moe": 10.86,
       "numerator": 146,
       "denominator": 691
      },
      "children_with_two_parents_pct": {
       "estimate": 78.87,
       "moe": 11.98,
       "numerator": 545,
       "denominator": 691
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.11,
       "moe": 13.8,
       "numerator": 101,
       "denominator": 437
      },
      "children_below_poverty_pct": {
       "estimate": 7.87,
       "moe": 7.03,
       "numerator": 55,
       "denominator": 699
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.8,
       "moe": 8.22,
       "numerator": 1365,
       "denominator": 2741
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.88,
       "numerator": 0,
       "denominator": 1386
      },
      "snap_households_pct": {
       "estimate": 2.09,
       "moe": 1.8,
       "numerator": 29,
       "denominator": 1386
      },
      "median_household_income": {
       "estimate": 120125,
       "moe": 14629.0
      },
      "own_children_under_18": {
       "estimate": 691,
       "moe": 123.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 699,
       "moe": 148.29362764461592
      }
     },
     "lines": {
      "b23008_E001": 691,
      "b23008_M001": 123,
      "b23008_E003": 119,
      "b23008_M003": 53,
      "b23008_E008": 12,
      "b23008_M008": 15,
      "b23008_E016": 426,
      "b23008_M016": 116,
      "b23008_E021": 134,
      "b23008_M021": 78,
      "b11003_E001": 1166,
      "b11003_M001": 106,
      "b11003_E003": 336,
      "b11003_M003": 73,
      "b11003_E010": 40,
      "b11003_M010": 35,
      "b11003_E016": 61,
      "b11003_M016": 54,
      "b17020_E001": 3660,
      "b17020_M001": 18,
      "b17020_E003": 25,
      "b17020_M003": 34,
      "b17020_E004": 30,
      "b17020_M004": 35,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 106,
      "b17020_M011": 51,
      "b17020_E012": 147,
      "b17020_M012": 62,
      "b17020_E013": 391,
      "b17020_M013": 114,
      "b15003_E001": 2741,
      "b15003_M001": 151,
      "b15003_E022": 903,
      "b15003_M022": 200,
      "b15003_E023": 394,
      "b15003_M023": 118,
      "b15003_E024": 32,
      "b15003_M024": 27,
      "b15003_E025": 36,
      "b15003_M025": 42,
      "c16002_E001": 1386,
      "c16002_M001": 105,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1386,
      "b22010_M001": 105,
      "b22010_E002": 29,
      "b22010_M002": 25,
      "b19013_E001": 120125,
      "b19013_M001": 14629
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.87,
       "moe": 11.51,
       "numerator": 116,
       "denominator": 649
      },
      "children_with_two_parents_pct": {
       "estimate": 82.13,
       "moe": 13.43,
       "numerator": 533,
       "denominator": 649
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.56,
       "moe": 10.34,
       "numerator": 63,
       "denominator": 405
      },
      "children_below_poverty_pct": {
       "estimate": 8.66,
       "moe": 7.46,
       "numerator": 57,
       "denominator": 658
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.3,
       "moe": 6.96,
       "numerator": 1411,
       "denominator": 2698
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.04,
       "numerator": 0,
       "denominator": 1372
      },
      "snap_households_pct": {
       "estimate": 3.64,
       "moe": 3.34,
       "numerator": 50,
       "denominator": 1372
      },
      "median_household_income": {
       "estimate": 119255,
       "moe": 10168.0
      },
      "own_children_under_18": {
       "estimate": 649,
       "moe": 134.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 658,
       "moe": 155.68879214638412
      }
     },
     "lines": {
      "b23008_E001": 649,
      "b23008_M001": 134,
      "b23008_E003": 130,
      "b23008_M003": 53,
      "b23008_E008": 13,
      "b23008_M008": 15,
      "b23008_E016": 403,
      "b23008_M016": 130,
      "b23008_E021": 103,
      "b23008_M021": 77,
      "b11003_E001": 1139,
      "b11003_M001": 87,
      "b11003_E003": 342,
      "b11003_M003": 84,
      "b11003_E010": 25,
      "b11003_M010": 23,
      "b11003_E016": 38,
      "b11003_M016": 38,
      "b17020_E001": 3652,
      "b17020_M001": 22,
      "b17020_E003": 23,
      "b17020_M003": 32,
      "b17020_E004": 34,
      "b17020_M004": 37,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 120,
      "b17020_M011": 55,
      "b17020_E012": 113,
      "b17020_M012": 57,
      "b17020_E013": 368,
      "b17020_M013": 124,
      "b15003_E001": 2698,
      "b15003_M001": 152,
      "b15003_E022": 947,
      "b15003_M022": 164,
      "b15003_E023": 434,
      "b15003_M023": 119,
      "b15003_E024": 23,
      "b15003_M024": 20,
      "b15003_E025": 7,
      "b15003_M025": 11,
      "c16002_E001": 1372,
      "c16002_M001": 98,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1372,
      "b22010_M001": 98,
      "b22010_E002": 50,
      "b22010_M002": 46,
      "b19013_E001": 119255,
      "b19013_M001": 10168
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.9,
       "moe": 18.29,
       "numerator": 174,
       "denominator": 602
      },
      "children_with_two_parents_pct": {
       "estimate": 71.1,
       "moe": 12.51,
       "numerator": 428,
       "denominator": 602
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.8,
       "moe": 16.93,
       "numerator": 108,
       "denominator": 403
      },
      "children_below_poverty_pct": {
       "estimate": 4.49,
       "moe": 7.18,
       "numerator": 27,
       "denominator": 602
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.28,
       "moe": 7.37,
       "numerator": 1516,
       "denominator": 2793
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.92,
       "numerator": 0,
       "denominator": 1460
      },
      "snap_households_pct": {
       "estimate": 4.32,
       "moe": 3.75,
       "numerator": 63,
       "denominator": 1460
      },
      "median_household_income": {
       "estimate": 123544,
       "moe": 8560.0
      },
      "own_children_under_18": {
       "estimate": 602,
       "moe": 123.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 602,
       "moe": 152.17752790737535
      }
     },
     "lines": {
      "b23008_E001": 602,
      "b23008_M001": 123,
      "b23008_E003": 108,
      "b23008_M003": 54,
      "b23008_E008": 25,
      "b23008_M008": 29,
      "b23008_E016": 320,
      "b23008_M016": 102,
      "b23008_E021": 149,
      "b23008_M021": 112,
      "b11003_E001": 1181,
      "b11003_M001": 100,
      "b11003_E003": 295,
      "b11003_M003": 81,
      "b11003_E010": 25,
      "b11003_M010": 25,
      "b11003_E016": 83,
      "b11003_M016": 70,
      "b17020_E001": 3678,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 27,
      "b17020_M004": 39,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 133,
      "b17020_M011": 54,
      "b17020_E012": 108,
      "b17020_M012": 52,
      "b17020_E013": 334,
      "b17020_M013": 125,
      "b15003_E001": 2793,
      "b15003_M001": 178,
      "b15003_E022": 957,
      "b15003_M022": 184,
      "b15003_E023": 510,
      "b15003_M023": 129,
      "b15003_E024": 35,
      "b15003_M024": 27,
      "b15003_E025": 14,
      "b15003_M025": 22,
      "c16002_E001": 1460,
      "c16002_M001": 121,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1460,
      "b22010_M001": 121,
      "b22010_E002": 63,
      "b22010_M002": 55,
      "b19013_E001": 123544,
      "b19013_M001": 8560
     }
    }
   }
  },
  "Beacon Falls": {
   "cousub": "03250",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.69,
       "moe": 24.31,
       "numerator": 550,
       "denominator": 1064
      },
      "children_with_two_parents_pct": {
       "estimate": 48.31,
       "moe": 14.07,
       "numerator": 514,
       "denominator": 1064
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.75,
       "moe": 17.68,
       "numerator": 192,
       "denominator": 537
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 3.03,
       "numerator": 0,
       "denominator": 1085
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.24,
       "moe": 7.46,
       "numerator": 1873,
       "denominator": 4542
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.44,
       "numerator": 0,
       "denominator": 2631
      },
      "snap_households_pct": {
       "estimate": 2.55,
       "moe": 2.2,
       "numerator": 67,
       "denominator": 2631
      },
      "median_household_income": {
       "estimate": 90804,
       "moe": 27134.0
      },
      "own_children_under_18": {
       "estimate": 1064,
       "moe": 236.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1085,
       "moe": 255.73423705088842
      }
     },
     "lines": {
      "b23008_E001": 1064,
      "b23008_M001": 236,
      "b23008_E003": 125,
      "b23008_M003": 111,
      "b23008_E008": 131,
      "b23008_M008": 82,
      "b23008_E016": 389,
      "b23008_M016": 152,
      "b23008_E021": 419,
      "b23008_M021": 274,
      "b11003_E001": 1640,
      "b11003_M001": 178,
      "b11003_E003": 345,
      "b11003_M003": 118,
      "b11003_E010": 38,
      "b11003_M010": 42,
      "b11003_E016": 154,
      "b11003_M016": 103,
      "b17020_E001": 6010,
      "b17020_M001": 34,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 256,
      "b17020_M011": 115,
      "b17020_E012": 259,
      "b17020_M012": 116,
      "b17020_E013": 570,
      "b17020_M013": 194,
      "b15003_E001": 4542,
      "b15003_M001": 228,
      "b15003_E022": 1073,
      "b15003_M022": 241,
      "b15003_E023": 610,
      "b15003_M023": 235,
      "b15003_E024": 129,
      "b15003_M024": 84,
      "b15003_E025": 61,
      "b15003_M025": 57,
      "c16002_E001": 2631,
      "c16002_M001": 210,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2631,
      "b22010_M001": 210,
      "b22010_E002": 67,
      "b22010_M002": 58,
      "b19013_E001": 90804,
      "b19013_M001": 27134
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.42,
       "moe": 17.57,
       "numerator": 223,
       "denominator": 952
      },
      "children_with_two_parents_pct": {
       "estimate": 76.58,
       "moe": 16.14,
       "numerator": 729,
       "denominator": 952
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.36,
       "moe": 16.29,
       "numerator": 103,
       "denominator": 506
      },
      "children_below_poverty_pct": {
       "estimate": 4.44,
       "moe": 5.56,
       "numerator": 43,
       "denominator": 968
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.88,
       "moe": 7.36,
       "numerator": 2034,
       "denominator": 4635
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.45,
       "numerator": 0,
       "denominator": 2613
      },
      "snap_households_pct": {
       "estimate": 3.52,
       "moe": 2.97,
       "numerator": 92,
       "denominator": 2613
      },
      "median_household_income": {
       "estimate": 98042,
       "moe": 28975.0
      },
      "own_children_under_18": {
       "estimate": 952,
       "moe": 181.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 968,
       "moe": 285.9632843565761
      }
     },
     "lines": {
      "b23008_E001": 952,
      "b23008_M001": 181,
      "b23008_E003": 267,
      "b23008_M003": 156,
      "b23008_E008": 29,
      "b23008_M008": 47,
      "b23008_E016": 462,
      "b23008_M016": 136,
      "b23008_E021": 194,
      "b23008_M021": 166,
      "b11003_E001": 1633,
      "b11003_M001": 185,
      "b11003_E003": 403,
      "b11003_M003": 123,
      "b11003_E010": 39,
      "b11003_M010": 67,
      "b11003_E016": 64,
      "b11003_M016": 57,
      "b17020_E001": 6061,
      "b17020_M001": 22,
      "b17020_E003": 29,
      "b17020_M003": 47,
      "b17020_E004": 14,
      "b17020_M004": 22,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 267,
      "b17020_M011": 156,
      "b17020_E012": 279,
      "b17020_M012": 113,
      "b17020_E013": 379,
      "b17020_M013": 204,
      "b15003_E001": 4635,
      "b15003_M001": 215,
      "b15003_E022": 1071,
      "b15003_M022": 253,
      "b15003_E023": 767,
      "b15003_M023": 223,
      "b15003_E024": 139,
      "b15003_M024": 97,
      "b15003_E025": 57,
      "b15003_M025": 46,
      "c16002_E001": 2613,
      "c16002_M001": 190,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2613,
      "b22010_M001": 190,
      "b22010_E002": 92,
      "b22010_M002": 78,
      "b19013_E001": 98042,
      "b19013_M001": 28975
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.75,
       "moe": 19.95,
       "numerator": 285,
       "denominator": 958
      },
      "children_with_two_parents_pct": {
       "estimate": 70.25,
       "moe": 18.98,
       "numerator": 673,
       "denominator": 958
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.79,
       "moe": 20.78,
       "numerator": 152,
       "denominator": 547
      },
      "children_below_poverty_pct": {
       "estimate": 5.13,
       "moe": 6.49,
       "numerator": 50,
       "denominator": 974
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.4,
       "moe": 7.18,
       "numerator": 2035,
       "denominator": 4689
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.43,
       "numerator": 0,
       "denominator": 2651
      },
      "snap_households_pct": {
       "estimate": 4.11,
       "moe": 2.81,
       "numerator": 109,
       "denominator": 2651
      },
      "median_household_income": {
       "estimate": 95405,
       "moe": 22855.0
      },
      "own_children_under_18": {
       "estimate": 958,
       "moe": 171.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 974,
       "moe": 295.30831346238796
      }
     },
     "lines": {
      "b23008_E001": 958,
      "b23008_M001": 171,
      "b23008_E003": 224,
      "b23008_M003": 140,
      "b23008_E008": 32,
      "b23008_M008": 55,
      "b23008_E016": 449,
      "b23008_M016": 167,
      "b23008_E021": 253,
      "b23008_M021": 190,
      "b11003_E001": 1686,
      "b11003_M001": 169,
      "b11003_E003": 395,
      "b11003_M003": 121,
      "b11003_E010": 41,
      "b11003_M010": 68,
      "b11003_E016": 111,
      "b11003_M016": 103,
      "b17020_E001": 6089,
      "b17020_M001": 17,
      "b17020_E003": 32,
      "b17020_M003": 55,
      "b17020_E004": 18,
      "b17020_M004": 29,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 224,
      "b17020_M011": 140,
      "b17020_E012": 336,
      "b17020_M012": 158,
      "b17020_E013": 364,
      "b17020_M013": 196,
      "b15003_E001": 4689,
      "b15003_M001": 200,
      "b15003_E022": 1067,
      "b15003_M022": 221,
      "b15003_E023": 710,
      "b15003_M023": 239,
      "b15003_E024": 130,
      "b15003_M024": 93,
      "b15003_E025": 128,
      "b15003_M025": 79,
      "c16002_E001": 2651,
      "c16002_M001": 223,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2651,
      "b22010_M001": 223,
      "b22010_E002": 109,
      "b22010_M002": 75,
      "b19013_E001": 95405,
      "b19013_M001": 22855
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.52,
       "moe": 17.64,
       "numerator": 359,
       "denominator": 1104
      },
      "children_with_two_parents_pct": {
       "estimate": 67.48,
       "moe": 20.12,
       "numerator": 745,
       "denominator": 1104
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.42,
       "moe": 18.28,
       "numerator": 191,
       "denominator": 672
      },
      "children_below_poverty_pct": {
       "estimate": 4.98,
       "moe": 6.52,
       "numerator": 55,
       "denominator": 1104
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.57,
       "moe": 8.35,
       "numerator": 2089,
       "denominator": 4687
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.43,
       "numerator": 0,
       "denominator": 2649
      },
      "snap_households_pct": {
       "estimate": 6.08,
       "moe": 4.24,
       "numerator": 161,
       "denominator": 2649
      },
      "median_household_income": {
       "estimate": 101516,
       "moe": 41518.0
      },
      "own_children_under_18": {
       "estimate": 1104,
       "moe": 193.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1104,
       "moe": 329.2552201560364
      }
     },
     "lines": {
      "b23008_E001": 1104,
      "b23008_M001": 193,
      "b23008_E003": 382,
      "b23008_M003": 196,
      "b23008_E008": 49,
      "b23008_M008": 68,
      "b23008_E016": 363,
      "b23008_M016": 167,
      "b23008_E021": 310,
      "b23008_M021": 193,
      "b11003_E001": 1735,
      "b11003_M001": 169,
      "b11003_E003": 481,
      "b11003_M003": 152,
      "b11003_E010": 44,
      "b11003_M010": 69,
      "b11003_E016": 147,
      "b11003_M016": 117,
      "b17020_E001": 6147,
      "b17020_M001": 27,
      "b17020_E003": 34,
      "b17020_M003": 61,
      "b17020_E004": 21,
      "b17020_M004": 37,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 397,
      "b17020_M011": 193,
      "b17020_E012": 271,
      "b17020_M012": 147,
      "b17020_E013": 381,
      "b17020_M013": 210,
      "b15003_E001": 4687,
      "b15003_M001": 271,
      "b15003_E022": 974,
      "b15003_M022": 234,
      "b15003_E023": 811,
      "b15003_M023": 296,
      "b15003_E024": 183,
      "b15003_M024": 122,
      "b15003_E025": 121,
      "b15003_M025": 102,
      "c16002_E001": 2649,
      "c16002_M001": 206,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2649,
      "b22010_M001": 206,
      "b22010_E002": 161,
      "b22010_M002": 113,
      "b19013_E001": 101516,
      "b19013_M001": 41518
     }
    }
   }
  },
  "Berlin": {
   "cousub": "04300",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.86,
       "moe": 8.49,
       "numerator": 829,
       "denominator": 3975
      },
      "children_with_two_parents_pct": {
       "estimate": 79.14,
       "moe": 5.75,
       "numerator": 3146,
       "denominator": 3975
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.43,
       "moe": 11.01,
       "numerator": 624,
       "denominator": 2361
      },
      "children_below_poverty_pct": {
       "estimate": 6.72,
       "moe": 4.79,
       "numerator": 278,
       "denominator": 4139
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.09,
       "moe": 4.63,
       "numerator": 6395,
       "denominator": 14504
      },
      "limited_english_households_pct": {
       "estimate": 3.6,
       "moe": 1.53,
       "numerator": 292,
       "denominator": 8105
      },
      "snap_households_pct": {
       "estimate": 5.32,
       "moe": 2.9,
       "numerator": 431,
       "denominator": 8105
      },
      "median_household_income": {
       "estimate": 101853,
       "moe": 16144.0
      },
      "own_children_under_18": {
       "estimate": 3975,
       "moe": 430.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4139,
       "moe": 567.6354463914317
      }
     },
     "lines": {
      "b23008_E001": 3975,
      "b23008_M001": 430,
      "b23008_E003": 954,
      "b23008_M003": 333,
      "b23008_E008": 73,
      "b23008_M008": 80,
      "b23008_E016": 2192,
      "b23008_M016": 239,
      "b23008_E021": 756,
      "b23008_M021": 340,
      "b11003_E001": 6012,
      "b11003_M001": 358,
      "b11003_E003": 1737,
      "b11003_M003": 177,
      "b11003_E010": 187,
      "b11003_M010": 208,
      "b11003_E016": 437,
      "b11003_M016": 178,
      "b17020_E001": 20040,
      "b17020_M001": 82,
      "b17020_E003": 168,
      "b17020_M003": 178,
      "b17020_E004": 61,
      "b17020_M004": 82,
      "b17020_E005": 49,
      "b17020_M005": 48,
      "b17020_E011": 998,
      "b17020_M011": 335,
      "b17020_E012": 1407,
      "b17020_M012": 243,
      "b17020_E013": 1456,
      "b17020_M013": 332,
      "b15003_E001": 14504,
      "b15003_M001": 528,
      "b15003_E022": 3630,
      "b15003_M022": 465,
      "b15003_E023": 2140,
      "b15003_M023": 426,
      "b15003_E024": 480,
      "b15003_M024": 317,
      "b15003_E025": 145,
      "b15003_M025": 79,
      "c16002_E001": 8105,
      "c16002_M001": 375,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 247,
      "c16002_M007": 116,
      "c16002_E010": 27,
      "c16002_M010": 24,
      "c16002_E013": 18,
      "c16002_M013": 31,
      "b22010_E001": 8105,
      "b22010_M001": 375,
      "b22010_E002": 431,
      "b22010_M002": 236,
      "b19013_E001": 101853,
      "b19013_M001": 16144
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.07,
       "moe": 7.64,
       "numerator": 625,
       "denominator": 3890
      },
      "children_with_two_parents_pct": {
       "estimate": 83.93,
       "moe": 6.82,
       "numerator": 3265,
       "denominator": 3890
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.84,
       "moe": 10.17,
       "numerator": 521,
       "denominator": 2385
      },
      "children_below_poverty_pct": {
       "estimate": 7.28,
       "moe": 4.8,
       "numerator": 293,
       "denominator": 4027
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.85,
       "moe": 4.1,
       "numerator": 6535,
       "denominator": 14570
      },
      "limited_english_households_pct": {
       "estimate": 3.37,
       "moe": 1.74,
       "numerator": 277,
       "denominator": 8221
      },
      "snap_households_pct": {
       "estimate": 5.46,
       "moe": 2.92,
       "numerator": 449,
       "denominator": 8221
      },
      "median_household_income": {
       "estimate": 106272,
       "moe": 12918.0
      },
      "own_children_under_18": {
       "estimate": 3890,
       "moe": 407.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4027,
       "moe": 598.7136210242757
      }
     },
     "lines": {
      "b23008_E001": 3890,
      "b23008_M001": 407,
      "b23008_E003": 1057,
      "b23008_M003": 353,
      "b23008_E008": 88,
      "b23008_M008": 74,
      "b23008_E016": 2208,
      "b23008_M016": 250,
      "b23008_E021": 537,
      "b23008_M021": 295,
      "b11003_E001": 5924,
      "b11003_M001": 412,
      "b11003_E003": 1864,
      "b11003_M003": 214,
      "b11003_E010": 179,
      "b11003_M010": 209,
      "b11003_E016": 342,
      "b11003_M016": 143,
      "b17020_E001": 20072,
      "b17020_M001": 72,
      "b17020_E003": 195,
      "b17020_M003": 175,
      "b17020_E004": 57,
      "b17020_M004": 76,
      "b17020_E005": 41,
      "b17020_M005": 54,
      "b17020_E011": 1064,
      "b17020_M011": 351,
      "b17020_E012": 1212,
      "b17020_M012": 246,
      "b17020_E013": 1458,
      "b17020_M013": 368,
      "b15003_E001": 14570,
      "b15003_M001": 495,
      "b15003_E022": 3724,
      "b15003_M022": 416,
      "b15003_E023": 2188,
      "b15003_M023": 358,
      "b15003_E024": 519,
      "b15003_M024": 317,
      "b15003_E025": 104,
      "b15003_M025": 66,
      "c16002_E001": 8221,
      "c16002_M001": 408,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 247,
      "c16002_M007": 135,
      "c16002_E010": 30,
      "c16002_M010": 35,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8221,
      "b22010_M001": 408,
      "b22010_E002": 449,
      "b22010_M002": 241,
      "b19013_E001": 106272,
      "b19013_M001": 12918
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.4,
       "moe": 7.83,
       "numerator": 746,
       "denominator": 3845
      },
      "children_with_two_parents_pct": {
       "estimate": 80.6,
       "moe": 6.12,
       "numerator": 3099,
       "denominator": 3845
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.66,
       "moe": 10.14,
       "numerator": 561,
       "denominator": 2371
      },
      "children_below_poverty_pct": {
       "estimate": 5.65,
       "moe": 4.04,
       "numerator": 224,
       "denominator": 3966
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.74,
       "moe": 4.22,
       "numerator": 6344,
       "denominator": 14504
      },
      "limited_english_households_pct": {
       "estimate": 2.73,
       "moe": 1.68,
       "numerator": 227,
       "denominator": 8323
      },
      "snap_households_pct": {
       "estimate": 5.44,
       "moe": 2.92,
       "numerator": 453,
       "denominator": 8323
      },
      "median_household_income": {
       "estimate": 110657,
       "moe": 12667.0
      },
      "own_children_under_18": {
       "estimate": 3845,
       "moe": 402.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3966,
       "moe": 579.3401418855766
      }
     },
     "lines": {
      "b23008_E001": 3845,
      "b23008_M001": 402,
      "b23008_E003": 983,
      "b23008_M003": 307,
      "b23008_E008": 97,
      "b23008_M008": 85,
      "b23008_E016": 2116,
      "b23008_M016": 257,
      "b23008_E021": 649,
      "b23008_M021": 299,
      "b11003_E001": 5852,
      "b11003_M001": 361,
      "b11003_E003": 1810,
      "b11003_M003": 206,
      "b11003_E010": 191,
      "b11003_M010": 174,
      "b11003_E016": 370,
      "b11003_M016": 183,
      "b17020_E001": 20132,
      "b17020_M001": 68,
      "b17020_E003": 162,
      "b17020_M003": 150,
      "b17020_E004": 16,
      "b17020_M004": 28,
      "b17020_E005": 46,
      "b17020_M005": 59,
      "b17020_E011": 1020,
      "b17020_M011": 323,
      "b17020_E012": 1223,
      "b17020_M012": 229,
      "b17020_E013": 1499,
      "b17020_M013": 390,
      "b15003_E001": 14504,
      "b15003_M001": 548,
      "b15003_E022": 3557,
      "b15003_M022": 465,
      "b15003_E023": 2077,
      "b15003_M023": 342,
      "b15003_E024": 608,
      "b15003_M024": 309,
      "b15003_E025": 102,
      "b15003_M025": 58,
      "c16002_E001": 8323,
      "c16002_M001": 384,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 227,
      "c16002_M007": 133,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8323,
      "b22010_M001": 384,
      "b22010_E002": 453,
      "b22010_M002": 244,
      "b19013_E001": 110657,
      "b19013_M001": 12667
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.53,
       "moe": 7.96,
       "numerator": 809,
       "denominator": 3940
      },
      "children_with_two_parents_pct": {
       "estimate": 79.47,
       "moe": 7.05,
       "numerator": 3131,
       "denominator": 3940
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.54,
       "moe": 11.31,
       "numerator": 517,
       "denominator": 2196
      },
      "children_below_poverty_pct": {
       "estimate": 2.51,
       "moe": 2.01,
       "numerator": 99,
       "denominator": 3949
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.94,
       "moe": 3.91,
       "numerator": 6629,
       "denominator": 14751
      },
      "limited_english_households_pct": {
       "estimate": 3.3,
       "moe": 1.88,
       "numerator": 277,
       "denominator": 8388
      },
      "snap_households_pct": {
       "estimate": 5.04,
       "moe": 2.86,
       "numerator": 423,
       "denominator": 8388
      },
      "median_household_income": {
       "estimate": 113598,
       "moe": 10679.0
      },
      "own_children_under_18": {
       "estimate": 3940,
       "moe": 372.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3949,
       "moe": 565.1805021406878
      }
     },
     "lines": {
      "b23008_E001": 3940,
      "b23008_M001": 372,
      "b23008_E003": 976,
      "b23008_M003": 313,
      "b23008_E008": 58,
      "b23008_M008": 49,
      "b23008_E016": 2155,
      "b23008_M016": 258,
      "b23008_E021": 751,
      "b23008_M021": 319,
      "b11003_E001": 5711,
      "b11003_M001": 377,
      "b11003_E003": 1679,
      "b11003_M003": 185,
      "b11003_E010": 192,
      "b11003_M010": 201,
      "b11003_E016": 325,
      "b11003_M016": 164,
      "b17020_E001": 20331,
      "b17020_M001": 55,
      "b17020_E003": 57,
      "b17020_M003": 60,
      "b17020_E004": 33,
      "b17020_M004": 52,
      "b17020_E005": 9,
      "b17020_M005": 15,
      "b17020_E011": 977,
      "b17020_M011": 320,
      "b17020_E012": 1289,
      "b17020_M012": 248,
      "b17020_E013": 1584,
      "b17020_M013": 386,
      "b15003_E001": 14751,
      "b15003_M001": 519,
      "b15003_E022": 3754,
      "b15003_M022": 414,
      "b15003_E023": 2109,
      "b15003_M023": 324,
      "b15003_E024": 598,
      "b15003_M024": 323,
      "b15003_E025": 168,
      "b15003_M025": 84,
      "c16002_E001": 8388,
      "c16002_M001": 391,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 265,
      "c16002_M007": 153,
      "c16002_E010": 12,
      "c16002_M010": 18,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8388,
      "b22010_M001": 391,
      "b22010_E002": 423,
      "b22010_M002": 241,
      "b19013_E001": 113598,
      "b19013_M001": 10679
     }
    }
   }
  },
  "Bethany": {
   "cousub": "04580",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 2.63,
       "moe": 3.83,
       "numerator": 26,
       "denominator": 988
      },
      "children_with_two_parents_pct": {
       "estimate": 97.37,
       "moe": 16.74,
       "numerator": 962,
       "denominator": 988
      },
      "one_parent_families_with_children_pct": {
       "estimate": 4.79,
       "moe": 5.61,
       "numerator": 26,
       "denominator": 543
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 3.33,
       "numerator": 0,
       "denominator": 988
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.22,
       "moe": 7.91,
       "numerator": 1931,
       "denominator": 3698
      },
      "limited_english_households_pct": {
       "estimate": 1.75,
       "moe": 2.75,
       "numerator": 31,
       "denominator": 1768
      },
      "snap_households_pct": {
       "estimate": 6.84,
       "moe": 9.19,
       "numerator": 121,
       "denominator": 1768
      },
      "median_household_income": {
       "estimate": 136667,
       "moe": 29935.0
      },
      "own_children_under_18": {
       "estimate": 988,
       "moe": 166.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 988,
       "moe": 277.6328510821441
      }
     },
     "lines": {
      "b23008_E001": 988,
      "b23008_M001": 166,
      "b23008_E003": 341,
      "b23008_M003": 165,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 621,
      "b23008_M016": 162,
      "b23008_E021": 26,
      "b23008_M021": 33,
      "b11003_E001": 1528,
      "b11003_M001": 160,
      "b11003_E003": 517,
      "b11003_M003": 103,
      "b11003_E010": 9,
      "b11003_M010": 15,
      "b11003_E016": 17,
      "b11003_M016": 27,
      "b17020_E001": 5266,
      "b17020_M001": 90,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 341,
      "b17020_M011": 165,
      "b17020_E012": 366,
      "b17020_M012": 136,
      "b17020_E013": 281,
      "b17020_M013": 174,
      "b15003_E001": 3698,
      "b15003_M001": 287,
      "b15003_E022": 952,
      "b15003_M022": 208,
      "b15003_E023": 654,
      "b15003_M023": 185,
      "b15003_E024": 211,
      "b15003_M024": 154,
      "b15003_E025": 114,
      "b15003_M025": 83,
      "c16002_E001": 1768,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 31,
      "c16002_M007": 36,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1768,
      "b22010_M001": 187,
      "b22010_E002": 121,
      "b22010_M002": 163,
      "b19013_E001": 136667,
      "b19013_M001": 29935
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 3.05,
       "moe": 4.33,
       "numerator": 31,
       "denominator": 1015
      },
      "children_with_two_parents_pct": {
       "estimate": 96.95,
       "moe": 17.98,
       "numerator": 984,
       "denominator": 1015
      },
      "one_parent_families_with_children_pct": {
       "estimate": 4.87,
       "moe": 6.19,
       "numerator": 28,
       "denominator": 575
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 3.24,
       "numerator": 0,
       "denominator": 1015
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.28,
       "moe": 7.9,
       "numerator": 1890,
       "denominator": 3686
      },
      "limited_english_households_pct": {
       "estimate": 0.86,
       "moe": 2.44,
       "numerator": 15,
       "denominator": 1742
      },
      "snap_households_pct": {
       "estimate": 6.72,
       "moe": 8.93,
       "numerator": 117,
       "denominator": 1742
      },
      "median_household_income": {
       "estimate": 141000,
       "moe": 23137.0
      },
      "own_children_under_18": {
       "estimate": 1015,
       "moe": 167.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1015,
       "moe": 267.3443472377899
      }
     },
     "lines": {
      "b23008_E001": 1015,
      "b23008_M001": 167,
      "b23008_E003": 365,
      "b23008_M003": 170,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 619,
      "b23008_M016": 175,
      "b23008_E021": 31,
      "b23008_M021": 40,
      "b11003_E001": 1483,
      "b11003_M001": 145,
      "b11003_E003": 547,
      "b11003_M003": 109,
      "b11003_E010": 8,
      "b11003_M010": 12,
      "b11003_E016": 20,
      "b11003_M016": 34,
      "b17020_E001": 5226,
      "b17020_M001": 103,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 365,
      "b17020_M011": 170,
      "b17020_E012": 309,
      "b17020_M012": 141,
      "b17020_E013": 341,
      "b17020_M013": 147,
      "b15003_E001": 3686,
      "b15003_M001": 252,
      "b15003_E022": 874,
      "b15003_M022": 191,
      "b15003_E023": 647,
      "b15003_M023": 192,
      "b15003_E024": 250,
      "b15003_M024": 146,
      "b15003_E025": 119,
      "b15003_M025": 82,
      "c16002_E001": 1742,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 15,
      "c16002_M007": 27,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1742,
      "b22010_M001": 178,
      "b22010_E002": 117,
      "b22010_M002": 156,
      "b19013_E001": 141000,
      "b19013_M001": 23137
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 2.87,
       "moe": 5.18,
       "numerator": 28,
       "denominator": 974
      },
      "children_with_two_parents_pct": {
       "estimate": 97.13,
       "moe": 27.14,
       "numerator": 946,
       "denominator": 974
      },
      "one_parent_families_with_children_pct": {
       "estimate": 4.27,
       "moe": 7.98,
       "numerator": 24,
       "denominator": 562
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 3.38,
       "numerator": 0,
       "denominator": 974
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.87,
       "moe": 7.52,
       "numerator": 2193,
       "denominator": 3725
      },
      "limited_english_households_pct": {
       "estimate": 0.88,
       "moe": 2.34,
       "numerator": 16,
       "denominator": 1816
      },
      "snap_households_pct": {
       "estimate": 8.54,
       "moe": 8.82,
       "numerator": 155,
       "denominator": 1816
      },
      "median_household_income": {
       "estimate": 153879,
       "moe": 29341.0
      },
      "own_children_under_18": {
       "estimate": 974,
       "moe": 185.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 974,
       "moe": 341.4454568448671
      }
     },
     "lines": {
      "b23008_E001": 974,
      "b23008_M001": 185,
      "b23008_E003": 380,
      "b23008_M003": 223,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 566,
      "b23008_M016": 229,
      "b23008_E021": 28,
      "b23008_M021": 47,
      "b11003_E001": 1523,
      "b11003_M001": 150,
      "b11003_E003": 538,
      "b11003_M003": 124,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 24,
      "b11003_M016": 41,
      "b17020_E001": 5191,
      "b17020_M001": 129,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 380,
      "b17020_M011": 223,
      "b17020_E012": 296,
      "b17020_M012": 198,
      "b17020_E013": 298,
      "b17020_M013": 163,
      "b15003_E001": 3725,
      "b15003_M001": 259,
      "b15003_E022": 939,
      "b15003_M022": 206,
      "b15003_E023": 856,
      "b15003_M023": 176,
      "b15003_E024": 281,
      "b15003_M024": 146,
      "b15003_E025": 117,
      "b15003_M025": 83,
      "c16002_E001": 1816,
      "c16002_M001": 200,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 16,
      "c16002_M007": 27,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1816,
      "b22010_M001": 200,
      "b22010_E002": 155,
      "b22010_M002": 161,
      "b19013_E001": 153879,
      "b19013_M001": 29341
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 1.21,
       "moe": 2.85,
       "numerator": 13,
       "denominator": 1072
      },
      "children_with_two_parents_pct": {
       "estimate": 98.79,
       "moe": 21.12,
       "numerator": 1059,
       "denominator": 1072
      },
      "one_parent_families_with_children_pct": {
       "estimate": 0.0,
       "moe": 4.31,
       "numerator": 0,
       "denominator": 623
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 3.07,
       "numerator": 0,
       "denominator": 1072
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.05,
       "moe": 8.42,
       "numerator": 2095,
       "denominator": 3609
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.19,
       "numerator": 0,
       "denominator": 1735
      },
      "snap_households_pct": {
       "estimate": 8.59,
       "moe": 9.53,
       "numerator": 149,
       "denominator": 1735
      },
      "median_household_income": {
       "estimate": 166236,
       "moe": 20290.0
      },
      "own_children_under_18": {
       "estimate": 1072,
       "moe": 189.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1072,
       "moe": 324.01388859121454
      }
     },
     "lines": {
      "b23008_E001": 1072,
      "b23008_M001": 189,
      "b23008_E003": 416,
      "b23008_M003": 231,
      "b23008_E008": 13,
      "b23008_M008": 24,
      "b23008_E016": 643,
      "b23008_M016": 181,
      "b23008_E021": 0,
      "b23008_M021": 19,
      "b11003_E001": 1460,
      "b11003_M001": 126,
      "b11003_E003": 623,
      "b11003_M003": 102,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 0,
      "b11003_M016": 19,
      "b17020_E001": 5284,
      "b17020_M001": 30,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 429,
      "b17020_M011": 233,
      "b17020_E012": 305,
      "b17020_M012": 158,
      "b17020_E013": 338,
      "b17020_M013": 157,
      "b15003_E001": 3609,
      "b15003_M001": 245,
      "b15003_E022": 849,
      "b15003_M022": 202,
      "b15003_E023": 761,
      "b15003_M023": 188,
      "b15003_E024": 327,
      "b15003_M024": 168,
      "b15003_E025": 158,
      "b15003_M025": 90,
      "c16002_E001": 1735,
      "c16002_M001": 169,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1735,
      "b22010_M001": 169,
      "b22010_E002": 149,
      "b22010_M002": 166,
      "b19013_E001": 166236,
      "b19013_M001": 20290
     }
    }
   }
  },
  "Bethel": {
   "cousub": "04720",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.32,
       "moe": 10.16,
       "numerator": 1440,
       "denominator": 4749
      },
      "children_with_two_parents_pct": {
       "estimate": 69.68,
       "moe": 8.39,
       "numerator": 3309,
       "denominator": 4749
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.16,
       "moe": 9.12,
       "numerator": 658,
       "denominator": 2337
      },
      "children_below_poverty_pct": {
       "estimate": 3.4,
       "moe": 3.13,
       "numerator": 166,
       "denominator": 4888
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.83,
       "moe": 3.85,
       "numerator": 6086,
       "denominator": 13576
      },
      "limited_english_households_pct": {
       "estimate": 4.13,
       "moe": 2.38,
       "numerator": 298,
       "denominator": 7207
      },
      "snap_households_pct": {
       "estimate": 7.38,
       "moe": 2.36,
       "numerator": 532,
       "denominator": 7207
      },
      "median_household_income": {
       "estimate": 101481,
       "moe": 11126.0
      },
      "own_children_under_18": {
       "estimate": 4749,
       "moe": 534.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4888,
       "moe": 631.333509327677
      }
     },
     "lines": {
      "b23008_E001": 4749,
      "b23008_M001": 534,
      "b23008_E003": 1032,
      "b23008_M003": 255,
      "b23008_E008": 197,
      "b23008_M008": 155,
      "b23008_E016": 2277,
      "b23008_M016": 482,
      "b23008_E021": 1243,
      "b23008_M021": 485,
      "b11003_E001": 5040,
      "b11003_M001": 233,
      "b11003_E003": 1679,
      "b11003_M003": 267,
      "b11003_E010": 278,
      "b11003_M010": 165,
      "b11003_E016": 380,
      "b11003_M016": 168,
      "b17020_E001": 20093,
      "b17020_M001": 126,
      "b17020_E003": 9,
      "b17020_M003": 15,
      "b17020_E004": 9,
      "b17020_M004": 15,
      "b17020_E005": 148,
      "b17020_M005": 153,
      "b17020_E011": 1220,
      "b17020_M011": 271,
      "b17020_E012": 1735,
      "b17020_M012": 459,
      "b17020_E013": 1767,
      "b17020_M013": 301,
      "b15003_E001": 13576,
      "b15003_M001": 490,
      "b15003_E022": 3606,
      "b15003_M022": 397,
      "b15003_E023": 1922,
      "b15003_M023": 349,
      "b15003_E024": 366,
      "b15003_M024": 180,
      "b15003_E025": 192,
      "b15003_M025": 99,
      "c16002_E001": 7207,
      "c16002_M001": 409,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 225,
      "c16002_M007": 158,
      "c16002_E010": 47,
      "c16002_M010": 52,
      "c16002_E013": 26,
      "c16002_M013": 38,
      "b22010_E001": 7207,
      "b22010_M001": 409,
      "b22010_E002": 532,
      "b22010_M002": 173,
      "b19013_E001": 101481,
      "b19013_M001": 11126
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.73,
       "moe": 11.99,
       "numerator": 1517,
       "denominator": 4635
      },
      "children_with_two_parents_pct": {
       "estimate": 67.27,
       "moe": 4.51,
       "numerator": 3118,
       "denominator": 4635
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.52,
       "moe": 10.05,
       "numerator": 647,
       "denominator": 2351
      },
      "children_below_poverty_pct": {
       "estimate": 2.68,
       "moe": 2.84,
       "numerator": 127,
       "denominator": 4745
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.27,
       "moe": 3.49,
       "numerator": 6152,
       "denominator": 13898
      },
      "limited_english_households_pct": {
       "estimate": 4.32,
       "moe": 2.33,
       "numerator": 319,
       "denominator": 7390
      },
      "snap_households_pct": {
       "estimate": 5.17,
       "moe": 1.88,
       "numerator": 382,
       "denominator": 7390
      },
      "median_household_income": {
       "estimate": 108382,
       "moe": 8827.0
      },
      "own_children_under_18": {
       "estimate": 4635,
       "moe": 579.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4745,
       "moe": 628.1560315717744
      }
     },
     "lines": {
      "b23008_E001": 4635,
      "b23008_M001": 579,
      "b23008_E003": 1019,
      "b23008_M003": 285,
      "b23008_E008": 323,
      "b23008_M008": 170,
      "b23008_E016": 2099,
      "b23008_M016": 338,
      "b23008_E021": 1194,
      "b23008_M021": 562,
      "b11003_E001": 5077,
      "b11003_M001": 262,
      "b11003_E003": 1704,
      "b11003_M003": 239,
      "b11003_E010": 255,
      "b11003_M010": 193,
      "b11003_E016": 392,
      "b11003_M016": 167,
      "b17020_E001": 20205,
      "b17020_M001": 58,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 5,
      "b17020_M004": 9,
      "b17020_E005": 122,
      "b17020_M005": 133,
      "b17020_E011": 1342,
      "b17020_M011": 301,
      "b17020_E012": 1569,
      "b17020_M012": 460,
      "b17020_E013": 1707,
      "b17020_M013": 272,
      "b15003_E001": 13898,
      "b15003_M001": 537,
      "b15003_E022": 3621,
      "b15003_M022": 375,
      "b15003_E023": 1999,
      "b15003_M023": 348,
      "b15003_E024": 401,
      "b15003_M024": 158,
      "b15003_E025": 131,
      "b15003_M025": 71,
      "c16002_E001": 7390,
      "c16002_M001": 379,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 261,
      "c16002_M007": 161,
      "c16002_E010": 28,
      "c16002_M010": 36,
      "c16002_E013": 30,
      "c16002_M013": 45,
      "b22010_E001": 7390,
      "b22010_M001": 379,
      "b22010_E002": 382,
      "b22010_M002": 140,
      "b19013_E001": 108382,
      "b19013_M001": 8827
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.26,
       "moe": 11.12,
       "numerator": 1347,
       "denominator": 4452
      },
      "children_with_two_parents_pct": {
       "estimate": 69.74,
       "moe": 6.98,
       "numerator": 3105,
       "denominator": 4452
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.0,
       "moe": 8.8,
       "numerator": 622,
       "denominator": 2304
      },
      "children_below_poverty_pct": {
       "estimate": 3.49,
       "moe": 3.47,
       "numerator": 159,
       "denominator": 4556
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.58,
       "moe": 3.36,
       "numerator": 6308,
       "denominator": 14151
      },
      "limited_english_households_pct": {
       "estimate": 5.52,
       "moe": 2.55,
       "numerator": 416,
       "denominator": 7538
      },
      "snap_households_pct": {
       "estimate": 3.17,
       "moe": 1.22,
       "numerator": 239,
       "denominator": 7538
      },
      "median_household_income": {
       "estimate": 115135,
       "moe": 9778.0
      },
      "own_children_under_18": {
       "estimate": 4452,
       "moe": 501.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4556,
       "moe": 576.1102325076339
      }
     },
     "lines": {
      "b23008_E001": 4452,
      "b23008_M001": 501,
      "b23008_E003": 1013,
      "b23008_M003": 286,
      "b23008_E008": 300,
      "b23008_M008": 186,
      "b23008_E016": 2092,
      "b23008_M016": 370,
      "b23008_E021": 1047,
      "b23008_M021": 483,
      "b11003_E001": 5232,
      "b11003_M001": 261,
      "b11003_E003": 1682,
      "b11003_M003": 231,
      "b11003_E010": 275,
      "b11003_M010": 166,
      "b11003_E016": 347,
      "b11003_M016": 145,
      "b17020_E001": 20325,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 66,
      "b17020_M004": 90,
      "b17020_E005": 93,
      "b17020_M005": 129,
      "b17020_E011": 1313,
      "b17020_M011": 292,
      "b17020_E012": 1443,
      "b17020_M012": 412,
      "b17020_E013": 1641,
      "b17020_M013": 227,
      "b15003_E001": 14151,
      "b15003_M001": 517,
      "b15003_E022": 3575,
      "b15003_M022": 363,
      "b15003_E023": 2093,
      "b15003_M023": 336,
      "b15003_E024": 524,
      "b15003_M024": 175,
      "b15003_E025": 116,
      "b15003_M025": 66,
      "c16002_E001": 7538,
      "c16002_M001": 414,
      "c16002_E004": 15,
      "c16002_M004": 23,
      "c16002_E007": 354,
      "c16002_M007": 185,
      "c16002_E010": 14,
      "c16002_M010": 25,
      "c16002_E013": 33,
      "c16002_M013": 47,
      "b22010_E001": 7538,
      "b22010_M001": 414,
      "b22010_E002": 239,
      "b22010_M002": 93,
      "b19013_E001": 115135,
      "b19013_M001": 9778
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.93,
       "moe": 7.1,
       "numerator": 1131,
       "denominator": 4199
      },
      "children_with_two_parents_pct": {
       "estimate": 73.07,
       "moe": 8.39,
       "numerator": 3068,
       "denominator": 4199
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.9,
       "moe": 9.04,
       "numerator": 654,
       "denominator": 2263
      },
      "children_below_poverty_pct": {
       "estimate": 3.95,
       "moe": 3.51,
       "numerator": 171,
       "denominator": 4324
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.7,
       "moe": 4.21,
       "numerator": 6608,
       "denominator": 14461
      },
      "limited_english_households_pct": {
       "estimate": 5.77,
       "moe": 2.97,
       "numerator": 449,
       "denominator": 7782
      },
      "snap_households_pct": {
       "estimate": 2.88,
       "moe": 1.14,
       "numerator": 224,
       "denominator": 7782
      },
      "median_household_income": {
       "estimate": 116541,
       "moe": 7142.0
      },
      "own_children_under_18": {
       "estimate": 4199,
       "moe": 332.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4324,
       "moe": 498.21581668991604
      }
     },
     "lines": {
      "b23008_E001": 4199,
      "b23008_M001": 332,
      "b23008_E003": 1052,
      "b23008_M003": 258,
      "b23008_E008": 244,
      "b23008_M008": 160,
      "b23008_E016": 2016,
      "b23008_M016": 341,
      "b23008_E021": 887,
      "b23008_M021": 267,
      "b11003_E001": 5287,
      "b11003_M001": 279,
      "b11003_E003": 1609,
      "b11003_M003": 246,
      "b11003_E010": 254,
      "b11003_M010": 137,
      "b11003_E016": 400,
      "b11003_M016": 180,
      "b17020_E001": 20614,
      "b17020_M001": 51,
      "b17020_E003": 17,
      "b17020_M003": 20,
      "b17020_E004": 52,
      "b17020_M004": 73,
      "b17020_E005": 102,
      "b17020_M005": 133,
      "b17020_E011": 1306,
      "b17020_M011": 276,
      "b17020_E012": 1306,
      "b17020_M012": 296,
      "b17020_E013": 1541,
      "b17020_M013": 247,
      "b15003_E001": 14461,
      "b15003_M001": 473,
      "b15003_E022": 3474,
      "b15003_M022": 466,
      "b15003_E023": 2482,
      "b15003_M023": 403,
      "b15003_E024": 473,
      "b15003_M024": 181,
      "b15003_E025": 179,
      "b15003_M025": 76,
      "c16002_E001": 7782,
      "c16002_M001": 356,
      "c16002_E004": 37,
      "c16002_M004": 43,
      "c16002_E007": 389,
      "c16002_M007": 224,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 23,
      "c16002_M013": 34,
      "b22010_E001": 7782,
      "b22010_M001": 356,
      "b22010_E002": 224,
      "b22010_M002": 89,
      "b19013_E001": 116541,
      "b19013_M001": 7142
     }
    }
   }
  },
  "Bethlehem": {
   "cousub": "04930",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.72,
       "moe": 28.56,
       "numerator": 273,
       "denominator": 639
      },
      "children_with_two_parents_pct": {
       "estimate": 57.28,
       "moe": 22.49,
       "numerator": 366,
       "denominator": 639
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.43,
       "moe": 18.36,
       "numerator": 91,
       "denominator": 299
      },
      "children_below_poverty_pct": {
       "estimate": 3.03,
       "moe": 5.87,
       "numerator": 21,
       "denominator": 693
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.74,
       "moe": 6.87,
       "numerator": 861,
       "denominator": 2409
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.94,
       "numerator": 0,
       "denominator": 1340
      },
      "snap_households_pct": {
       "estimate": 10.37,
       "moe": 12.3,
       "numerator": 139,
       "denominator": 1340
      },
      "median_household_income": {
       "estimate": 95338,
       "moe": 21166.0
      },
      "own_children_under_18": {
       "estimate": 639,
       "moe": 190.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 693,
       "moe": 233.36666428605437
      }
     },
     "lines": {
      "b23008_E001": 639,
      "b23008_M001": 190,
      "b23008_E003": 91,
      "b23008_M003": 59,
      "b23008_E008": 16,
      "b23008_M008": 17,
      "b23008_E016": 275,
      "b23008_M016": 73,
      "b23008_E021": 257,
      "b23008_M021": 199,
      "b11003_E001": 893,
      "b11003_M001": 110,
      "b11003_E003": 208,
      "b11003_M003": 60,
      "b11003_E010": 61,
      "b11003_M010": 51,
      "b11003_E016": 30,
      "b11003_M016": 33,
      "b17020_E001": 3356,
      "b17020_M001": 57,
      "b17020_E003": 21,
      "b17020_M003": 37,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 86,
      "b17020_M011": 51,
      "b17020_E012": 130,
      "b17020_M012": 66,
      "b17020_E013": 456,
      "b17020_M013": 214,
      "b15003_E001": 2409,
      "b15003_M001": 265,
      "b15003_E022": 479,
      "b15003_M022": 135,
      "b15003_E023": 217,
      "b15003_M023": 104,
      "b15003_E024": 133,
      "b15003_M024": 75,
      "b15003_E025": 32,
      "b15003_M025": 41,
      "c16002_E001": 1340,
      "c16002_M001": 192,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1340,
      "b22010_M001": 192,
      "b22010_E002": 139,
      "b22010_M002": 166,
      "b19013_E001": 95338,
      "b19013_M001": 21166
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.03,
       "moe": 21.22,
       "numerator": 284,
       "denominator": 660
      },
      "children_with_two_parents_pct": {
       "estimate": 56.97,
       "moe": 7.55,
       "numerator": 376,
       "denominator": 660
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.63,
       "moe": 14.33,
       "numerator": 116,
       "denominator": 335
      },
      "children_below_poverty_pct": {
       "estimate": 2.32,
       "moe": 4.45,
       "numerator": 16,
       "denominator": 689
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.66,
       "moe": 7.84,
       "numerator": 1003,
       "denominator": 2467
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.99,
       "numerator": 0,
       "denominator": 1305
      },
      "snap_households_pct": {
       "estimate": 10.5,
       "moe": 12.96,
       "numerator": 137,
       "denominator": 1305
      },
      "median_household_income": {
       "estimate": 113650,
       "moe": 27791.0
      },
      "own_children_under_18": {
       "estimate": 660,
       "moe": 140.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 689,
       "moe": 203.38387350033435
      }
     },
     "lines": {
      "b23008_E001": 660,
      "b23008_M001": 140,
      "b23008_E003": 100,
      "b23008_M003": 66,
      "b23008_E008": 22,
      "b23008_M008": 21,
      "b23008_E016": 276,
      "b23008_M016": 67,
      "b23008_E021": 262,
      "b23008_M021": 151,
      "b11003_E001": 963,
      "b11003_M001": 115,
      "b11003_E003": 219,
      "b11003_M003": 64,
      "b11003_E010": 93,
      "b11003_M010": 50,
      "b11003_E016": 23,
      "b11003_M016": 26,
      "b17020_E001": 3375,
      "b17020_M001": 27,
      "b17020_E003": 16,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 106,
      "b17020_M011": 69,
      "b17020_E012": 125,
      "b17020_M012": 60,
      "b17020_E013": 442,
      "b17020_M013": 179,
      "b15003_E001": 2467,
      "b15003_M001": 213,
      "b15003_E022": 544,
      "b15003_M022": 147,
      "b15003_E023": 289,
      "b15003_M023": 123,
      "b15003_E024": 125,
      "b15003_M024": 73,
      "b15003_E025": 45,
      "b15003_M025": 53,
      "c16002_E001": 1305,
      "c16002_M001": 159,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1305,
      "b22010_M001": 159,
      "b22010_E002": 137,
      "b22010_M002": 170,
      "b19013_E001": 113650,
      "b19013_M001": 27791
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.53,
       "moe": 24.35,
       "numerator": 337,
       "denominator": 654
      },
      "children_with_two_parents_pct": {
       "estimate": 48.47,
       "moe": 1.95,
       "numerator": 317,
       "denominator": 654
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.59,
       "moe": 18.58,
       "numerator": 157,
       "denominator": 337
      },
      "children_below_poverty_pct": {
       "estimate": 2.78,
       "moe": 5.3,
       "numerator": 19,
       "denominator": 683
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.51,
       "moe": 7.01,
       "numerator": 896,
       "denominator": 2454
      },
      "limited_english_households_pct": {
       "estimate": 0.53,
       "moe": 2.0,
       "numerator": 7,
       "denominator": 1332
      },
      "snap_households_pct": {
       "estimate": 15.77,
       "moe": 13.34,
       "numerator": 210,
       "denominator": 1332
      },
      "median_household_income": {
       "estimate": 106731,
       "moe": 18524.0
      },
      "own_children_under_18": {
       "estimate": 654,
       "moe": 171.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 683,
       "moe": 232.7187143312716
      }
     },
     "lines": {
      "b23008_E001": 654,
      "b23008_M001": 171,
      "b23008_E003": 85,
      "b23008_M003": 43,
      "b23008_E008": 19,
      "b23008_M008": 19,
      "b23008_E016": 232,
      "b23008_M016": 72,
      "b23008_E021": 318,
      "b23008_M021": 181,
      "b11003_E001": 941,
      "b11003_M001": 116,
      "b11003_E003": 180,
      "b11003_M003": 53,
      "b11003_E010": 84,
      "b11003_M010": 59,
      "b11003_E016": 73,
      "b11003_M016": 48,
      "b17020_E001": 3381,
      "b17020_M001": 25,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 19,
      "b17020_M005": 31,
      "b17020_E011": 104,
      "b17020_M011": 46,
      "b17020_E012": 119,
      "b17020_M012": 60,
      "b17020_E013": 441,
      "b17020_M013": 217,
      "b15003_E001": 2454,
      "b15003_M001": 239,
      "b15003_E022": 505,
      "b15003_M022": 148,
      "b15003_E023": 273,
      "b15003_M023": 95,
      "b15003_E024": 94,
      "b15003_M024": 67,
      "b15003_E025": 24,
      "b15003_M025": 42,
      "c16002_E001": 1332,
      "c16002_M001": 181,
      "c16002_E004": 7,
      "c16002_M004": 11,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1332,
      "b22010_M001": 181,
      "b22010_E002": 210,
      "b22010_M002": 180,
      "b19013_E001": 106731,
      "b19013_M001": 18524
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.9,
       "moe": 20.22,
       "numerator": 178,
       "denominator": 510
      },
      "children_with_two_parents_pct": {
       "estimate": 65.1,
       "moe": 6.49,
       "numerator": 332,
       "denominator": 510
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.08,
       "moe": 18.22,
       "numerator": 127,
       "denominator": 325
      },
      "children_below_poverty_pct": {
       "estimate": 3.7,
       "moe": 7.05,
       "numerator": 20,
       "denominator": 541
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.23,
       "moe": 7.58,
       "numerator": 1036,
       "denominator": 2641
      },
      "limited_english_households_pct": {
       "estimate": 0.62,
       "moe": 2.04,
       "numerator": 9,
       "denominator": 1448
      },
      "snap_households_pct": {
       "estimate": 15.54,
       "moe": 13.63,
       "numerator": 225,
       "denominator": 1448
      },
      "median_household_income": {
       "estimate": 108929,
       "moe": 15980.0
      },
      "own_children_under_18": {
       "estimate": 510,
       "moe": 121.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 541,
       "moe": 140.7941760159134
      }
     },
     "lines": {
      "b23008_E001": 510,
      "b23008_M001": 121,
      "b23008_E003": 111,
      "b23008_M003": 49,
      "b23008_E008": 5,
      "b23008_M008": 10,
      "b23008_E016": 221,
      "b23008_M016": 70,
      "b23008_E021": 173,
      "b23008_M021": 111,
      "b11003_E001": 1009,
      "b11003_M001": 120,
      "b11003_E003": 198,
      "b11003_M003": 63,
      "b11003_E010": 59,
      "b11003_M010": 54,
      "b11003_E016": 68,
      "b11003_M016": 44,
      "b17020_E001": 3402,
      "b17020_M001": 30,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 20,
      "b17020_M005": 33,
      "b17020_E011": 116,
      "b17020_M011": 47,
      "b17020_E012": 126,
      "b17020_M012": 47,
      "b17020_E013": 279,
      "b17020_M013": 118,
      "b15003_E001": 2641,
      "b15003_M001": 139,
      "b15003_E022": 604,
      "b15003_M022": 157,
      "b15003_E023": 319,
      "b15003_M023": 107,
      "b15003_E024": 87,
      "b15003_M024": 70,
      "b15003_E025": 26,
      "b15003_M025": 45,
      "c16002_E001": 1448,
      "c16002_M001": 164,
      "c16002_E004": 9,
      "c16002_M004": 17,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1448,
      "b22010_M001": 164,
      "b22010_E002": 225,
      "b22010_M002": 199,
      "b19013_E001": 108929,
      "b19013_M001": 15980
     }
    }
   }
  },
  "Bloomfield": {
   "cousub": "05910",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.01,
       "moe": 8.47,
       "numerator": 1171,
       "denominator": 3002
      },
      "children_with_two_parents_pct": {
       "estimate": 60.99,
       "moe": 10.82,
       "numerator": 1831,
       "denominator": 3002
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.03,
       "moe": 10.99,
       "numerator": 594,
       "denominator": 1604
      },
      "children_below_poverty_pct": {
       "estimate": 6.54,
       "moe": 3.78,
       "numerator": 208,
       "denominator": 3181
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.21,
       "moe": 4.03,
       "numerator": 6081,
       "denominator": 16796
      },
      "limited_english_households_pct": {
       "estimate": 0.87,
       "moe": 0.78,
       "numerator": 77,
       "denominator": 8802
      },
      "snap_households_pct": {
       "estimate": 11.45,
       "moe": 2.77,
       "numerator": 1008,
       "denominator": 8802
      },
      "median_household_income": {
       "estimate": 81354,
       "moe": 4745.0
      },
      "own_children_under_18": {
       "estimate": 3002,
       "moe": 420.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3181,
       "moe": 491.7377349766845
      }
     },
     "lines": {
      "b23008_E001": 3002,
      "b23008_M001": 420,
      "b23008_E003": 672,
      "b23008_M003": 256,
      "b23008_E008": 186,
      "b23008_M008": 117,
      "b23008_E016": 1159,
      "b23008_M016": 325,
      "b23008_E021": 985,
      "b23008_M021": 279,
      "b11003_E001": 5385,
      "b11003_M001": 336,
      "b11003_E003": 1010,
      "b11003_M003": 248,
      "b11003_E010": 186,
      "b11003_M010": 126,
      "b11003_E016": 408,
      "b11003_M016": 173,
      "b17020_E001": 21096,
      "b17020_M001": 110,
      "b17020_E003": 62,
      "b17020_M003": 69,
      "b17020_E004": 49,
      "b17020_M004": 51,
      "b17020_E005": 97,
      "b17020_M005": 90,
      "b17020_E011": 860,
      "b17020_M011": 274,
      "b17020_E012": 946,
      "b17020_M012": 278,
      "b17020_E013": 1167,
      "b17020_M013": 272,
      "b15003_E001": 16796,
      "b15003_M001": 478,
      "b15003_E022": 3085,
      "b15003_M022": 547,
      "b15003_E023": 2236,
      "b15003_M023": 377,
      "b15003_E024": 390,
      "b15003_M024": 172,
      "b15003_E025": 370,
      "b15003_M025": 130,
      "c16002_E001": 8802,
      "c16002_M001": 397,
      "c16002_E004": 12,
      "c16002_M004": 15,
      "c16002_E007": 28,
      "c16002_M007": 40,
      "c16002_E010": 37,
      "c16002_M010": 48,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8802,
      "b22010_M001": 397,
      "b22010_E002": 1008,
      "b22010_M002": 248,
      "b19013_E001": 81354,
      "b19013_M001": 4745
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.84,
       "moe": 11.3,
       "numerator": 1352,
       "denominator": 3084
      },
      "children_with_two_parents_pct": {
       "estimate": 56.16,
       "moe": 9.93,
       "numerator": 1732,
       "denominator": 3084
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.84,
       "moe": 13.4,
       "numerator": 705,
       "denominator": 1685
      },
      "children_below_poverty_pct": {
       "estimate": 7.01,
       "moe": 4.19,
       "numerator": 230,
       "denominator": 3283
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.21,
       "moe": 3.67,
       "numerator": 6418,
       "denominator": 16796
      },
      "limited_english_households_pct": {
       "estimate": 0.88,
       "moe": 0.59,
       "numerator": 79,
       "denominator": 8984
      },
      "snap_households_pct": {
       "estimate": 11.08,
       "moe": 3.05,
       "numerator": 995,
       "denominator": 8984
      },
      "median_household_income": {
       "estimate": 90061,
       "moe": 10389.0
      },
      "own_children_under_18": {
       "estimate": 3084,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3283,
       "moe": 524.5092944839014
      }
     },
     "lines": {
      "b23008_E001": 3084,
      "b23008_M001": 365,
      "b23008_E003": 669,
      "b23008_M003": 268,
      "b23008_E008": 172,
      "b23008_M008": 104,
      "b23008_E016": 1063,
      "b23008_M016": 253,
      "b23008_E021": 1180,
      "b23008_M021": 369,
      "b11003_E001": 5517,
      "b11003_M001": 326,
      "b11003_E003": 980,
      "b11003_M003": 222,
      "b11003_E010": 134,
      "b11003_M010": 134,
      "b11003_E016": 571,
      "b11003_M016": 233,
      "b17020_E001": 21115,
      "b17020_M001": 58,
      "b17020_E003": 24,
      "b17020_M003": 39,
      "b17020_E004": 102,
      "b17020_M004": 103,
      "b17020_E005": 104,
      "b17020_M005": 90,
      "b17020_E011": 894,
      "b17020_M011": 284,
      "b17020_E012": 908,
      "b17020_M012": 320,
      "b17020_E013": 1251,
      "b17020_M013": 268,
      "b15003_E001": 16796,
      "b15003_M001": 442,
      "b15003_E022": 3250,
      "b15003_M022": 448,
      "b15003_E023": 2309,
      "b15003_M023": 394,
      "b15003_E024": 532,
      "b15003_M024": 188,
      "b15003_E025": 327,
      "b15003_M025": 132,
      "c16002_E001": 8984,
      "c16002_M001": 491,
      "c16002_E004": 24,
      "c16002_M004": 22,
      "c16002_E007": 41,
      "c16002_M007": 35,
      "c16002_E010": 14,
      "c16002_M010": 23,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8984,
      "b22010_M001": 491,
      "b22010_E002": 995,
      "b22010_M002": 279,
      "b19013_E001": 90061,
      "b19013_M001": 10389
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 50.07,
       "moe": 11.46,
       "numerator": 1450,
       "denominator": 2896
      },
      "children_with_two_parents_pct": {
       "estimate": 49.93,
       "moe": 11.42,
       "numerator": 1446,
       "denominator": 2896
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.26,
       "moe": 11.76,
       "numerator": 742,
       "denominator": 1570
      },
      "children_below_poverty_pct": {
       "estimate": 9.86,
       "moe": 7.1,
       "numerator": 301,
       "denominator": 3053
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.1,
       "moe": 3.72,
       "numerator": 6590,
       "denominator": 16854
      },
      "limited_english_households_pct": {
       "estimate": 1.31,
       "moe": 0.82,
       "numerator": 118,
       "denominator": 8992
      },
      "snap_households_pct": {
       "estimate": 11.22,
       "moe": 3.24,
       "numerator": 1009,
       "denominator": 8992
      },
      "median_household_income": {
       "estimate": 97436,
       "moe": 11306.0
      },
      "own_children_under_18": {
       "estimate": 2896,
       "moe": 395.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3053,
       "moe": 527.407811849616
      }
     },
     "lines": {
      "b23008_E001": 2896,
      "b23008_M001": 395,
      "b23008_E003": 529,
      "b23008_M003": 245,
      "b23008_E008": 208,
      "b23008_M008": 111,
      "b23008_E016": 917,
      "b23008_M016": 297,
      "b23008_E021": 1242,
      "b23008_M021": 370,
      "b11003_E001": 5494,
      "b11003_M001": 319,
      "b11003_E003": 828,
      "b11003_M003": 203,
      "b11003_E010": 177,
      "b11003_M010": 108,
      "b11003_E016": 565,
      "b11003_M016": 210,
      "b17020_E001": 21226,
      "b17020_M001": 33,
      "b17020_E003": 21,
      "b17020_M003": 32,
      "b17020_E004": 209,
      "b17020_M004": 202,
      "b17020_E005": 71,
      "b17020_M005": 89,
      "b17020_E011": 763,
      "b17020_M011": 243,
      "b17020_E012": 960,
      "b17020_M012": 260,
      "b17020_E013": 1029,
      "b17020_M013": 319,
      "b15003_E001": 16854,
      "b15003_M001": 444,
      "b15003_E022": 3298,
      "b15003_M022": 502,
      "b15003_E023": 2497,
      "b15003_M023": 346,
      "b15003_E024": 481,
      "b15003_M024": 171,
      "b15003_E025": 314,
      "b15003_M025": 147,
      "c16002_E001": 8992,
      "c16002_M001": 400,
      "c16002_E004": 28,
      "c16002_M004": 35,
      "c16002_E007": 75,
      "c16002_M007": 55,
      "c16002_E010": 15,
      "c16002_M010": 24,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8992,
      "b22010_M001": 400,
      "b22010_E002": 1009,
      "b22010_M002": 295,
      "b19013_E001": 97436,
      "b19013_M001": 11306
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.47,
       "moe": 11.34,
       "numerator": 1316,
       "denominator": 2772
      },
      "children_with_two_parents_pct": {
       "estimate": 52.53,
       "moe": 12.35,
       "numerator": 1456,
       "denominator": 2772
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.22,
       "moe": 13.22,
       "numerator": 669,
       "denominator": 1548
      },
      "children_below_poverty_pct": {
       "estimate": 9.18,
       "moe": 7.53,
       "numerator": 271,
       "denominator": 2953
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.84,
       "moe": 3.35,
       "numerator": 7141,
       "denominator": 17486
      },
      "limited_english_households_pct": {
       "estimate": 0.99,
       "moe": 0.68,
       "numerator": 93,
       "denominator": 9414
      },
      "snap_households_pct": {
       "estimate": 9.32,
       "moe": 3.08,
       "numerator": 877,
       "denominator": 9414
      },
      "median_household_income": {
       "estimate": 98725,
       "moe": 13978.0
      },
      "own_children_under_18": {
       "estimate": 2772,
       "moe": 376.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2953,
       "moe": 492.01930856420665
      }
     },
     "lines": {
      "b23008_E001": 2772,
      "b23008_M001": 376,
      "b23008_E003": 570,
      "b23008_M003": 249,
      "b23008_E008": 305,
      "b23008_M008": 156,
      "b23008_E016": 886,
      "b23008_M016": 307,
      "b23008_E021": 1011,
      "b23008_M021": 326,
      "b11003_E001": 5511,
      "b11003_M001": 322,
      "b11003_E003": 879,
      "b11003_M003": 216,
      "b11003_E010": 147,
      "b11003_M010": 94,
      "b11003_E016": 522,
      "b11003_M016": 231,
      "b17020_E001": 21386,
      "b17020_M001": 54,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 261,
      "b17020_M004": 225,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 928,
      "b17020_M011": 278,
      "b17020_E012": 945,
      "b17020_M012": 222,
      "b17020_E013": 809,
      "b17020_M013": 253,
      "b15003_E001": 17486,
      "b15003_M001": 521,
      "b15003_E022": 3680,
      "b15003_M022": 470,
      "b15003_E023": 2605,
      "b15003_M023": 355,
      "b15003_E024": 498,
      "b15003_M024": 151,
      "b15003_E025": 358,
      "b15003_M025": 136,
      "c16002_E001": 9414,
      "c16002_M001": 511,
      "c16002_E004": 37,
      "c16002_M004": 34,
      "c16002_E007": 34,
      "c16002_M007": 39,
      "c16002_E010": 22,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9414,
      "b22010_M001": 511,
      "b22010_E002": 877,
      "b22010_M002": 294,
      "b19013_E001": 98725,
      "b19013_M001": 13978
     }
    }
   }
  },
  "Bolton": {
   "cousub": "06260",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.08,
       "moe": 13.67,
       "numerator": 191,
       "denominator": 865
      },
      "children_with_two_parents_pct": {
       "estimate": 77.92,
       "moe": 18.49,
       "numerator": 674,
       "denominator": 865
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.6,
       "moe": 8.94,
       "numerator": 76,
       "denominator": 603
      },
      "children_below_poverty_pct": {
       "estimate": 5.9,
       "moe": 5.68,
       "numerator": 51,
       "denominator": 865
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.14,
       "moe": 7.58,
       "numerator": 1579,
       "denominator": 3498
      },
      "limited_english_households_pct": {
       "estimate": 0.32,
       "moe": 1.3,
       "numerator": 6,
       "denominator": 1868
      },
      "snap_households_pct": {
       "estimate": 5.03,
       "moe": 3.68,
       "numerator": 94,
       "denominator": 1868
      },
      "median_household_income": {
       "estimate": 116393,
       "moe": 12150.0
      },
      "own_children_under_18": {
       "estimate": 865,
       "moe": 131.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 865,
       "moe": 196.50190838767952
      }
     },
     "lines": {
      "b23008_E001": 865,
      "b23008_M001": 131,
      "b23008_E003": 181,
      "b23008_M003": 108,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 493,
      "b23008_M016": 156,
      "b23008_E021": 191,
      "b23008_M021": 121,
      "b11003_E001": 1365,
      "b11003_M001": 116,
      "b11003_E003": 527,
      "b11003_M003": 147,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 76,
      "b11003_M016": 56,
      "b17020_E001": 4824,
      "b17020_M001": 31,
      "b17020_E003": 51,
      "b17020_M003": 47,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 130,
      "b17020_M011": 104,
      "b17020_E012": 332,
      "b17020_M012": 121,
      "b17020_E013": 352,
      "b17020_M013": 103,
      "b15003_E001": 3498,
      "b15003_M001": 149,
      "b15003_E022": 938,
      "b15003_M022": 208,
      "b15003_E023": 552,
      "b15003_M023": 171,
      "b15003_E024": 61,
      "b15003_M024": 39,
      "b15003_E025": 28,
      "b15003_M025": 29,
      "c16002_E001": 1868,
      "c16002_M001": 126,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 6,
      "c16002_M007": 9,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1868,
      "b22010_M001": 126,
      "b22010_E002": 94,
      "b22010_M002": 69,
      "b19013_E001": 116393,
      "b19013_M001": 12150
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.77,
       "moe": 16.56,
       "numerator": 226,
       "denominator": 877
      },
      "children_with_two_parents_pct": {
       "estimate": 74.23,
       "moe": 17.13,
       "numerator": 651,
       "denominator": 877
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.87,
       "moe": 11.92,
       "numerator": 99,
       "denominator": 587
      },
      "children_below_poverty_pct": {
       "estimate": 4.33,
       "moe": 4.72,
       "numerator": 38,
       "denominator": 877
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.27,
       "moe": 7.0,
       "numerator": 1746,
       "denominator": 3617
      },
      "limited_english_households_pct": {
       "estimate": 0.37,
       "moe": 1.33,
       "numerator": 7,
       "denominator": 1917
      },
      "snap_households_pct": {
       "estimate": 4.54,
       "moe": 3.69,
       "numerator": 87,
       "denominator": 1917
      },
      "median_household_income": {
       "estimate": 114948,
       "moe": 28970.0
      },
      "own_children_under_18": {
       "estimate": 877,
       "moe": 122.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 877,
       "moe": 186.87696487261346
      }
     },
     "lines": {
      "b23008_E001": 877,
      "b23008_M001": 122,
      "b23008_E003": 208,
      "b23008_M003": 126,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 443,
      "b23008_M016": 122,
      "b23008_E021": 226,
      "b23008_M021": 148,
      "b11003_E001": 1374,
      "b11003_M001": 110,
      "b11003_E003": 488,
      "b11003_M003": 144,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 99,
      "b11003_M016": 74,
      "b17020_E001": 4839,
      "b17020_M001": 24,
      "b17020_E003": 38,
      "b17020_M003": 38,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 170,
      "b17020_M011": 119,
      "b17020_E012": 311,
      "b17020_M012": 106,
      "b17020_E013": 358,
      "b17020_M013": 88,
      "b15003_E001": 3617,
      "b15003_M001": 141,
      "b15003_E022": 974,
      "b15003_M022": 191,
      "b15003_E023": 667,
      "b15003_M023": 170,
      "b15003_E024": 61,
      "b15003_M024": 39,
      "b15003_E025": 44,
      "b15003_M025": 42,
      "c16002_E001": 1917,
      "c16002_M001": 134,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 7,
      "c16002_M007": 12,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1917,
      "b22010_M001": 134,
      "b22010_E002": 87,
      "b22010_M002": 71,
      "b19013_E001": 114948,
      "b19013_M001": 28970
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.55,
       "moe": 16.97,
       "numerator": 268,
       "denominator": 907
      },
      "children_with_two_parents_pct": {
       "estimate": 70.45,
       "moe": 17.15,
       "numerator": 639,
       "denominator": 907
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.36,
       "moe": 10.91,
       "numerator": 74,
       "denominator": 554
      },
      "children_below_poverty_pct": {
       "estimate": 12.68,
       "moe": 12.48,
       "numerator": 115,
       "denominator": 907
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.61,
       "moe": 7.03,
       "numerator": 1747,
       "denominator": 3594
      },
      "limited_english_households_pct": {
       "estimate": 0.82,
       "moe": 1.58,
       "numerator": 16,
       "denominator": 1951
      },
      "snap_households_pct": {
       "estimate": 3.84,
       "moe": 3.01,
       "numerator": 75,
       "denominator": 1951
      },
      "median_household_income": {
       "estimate": 124861,
       "moe": 22397.0
      },
      "own_children_under_18": {
       "estimate": 907,
       "moe": 115.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 907,
       "moe": 214.2125113059459
      }
     },
     "lines": {
      "b23008_E001": 907,
      "b23008_M001": 115,
      "b23008_E003": 215,
      "b23008_M003": 124,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 424,
      "b23008_M016": 124,
      "b23008_E021": 268,
      "b23008_M021": 157,
      "b11003_E001": 1400,
      "b11003_M001": 106,
      "b11003_E003": 480,
      "b11003_M003": 133,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 74,
      "b11003_M016": 62,
      "b17020_E001": 4848,
      "b17020_M001": 25,
      "b17020_E003": 32,
      "b17020_M003": 41,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 83,
      "b17020_M005": 108,
      "b17020_E011": 183,
      "b17020_M011": 116,
      "b17020_E012": 275,
      "b17020_M012": 103,
      "b17020_E013": 334,
      "b17020_M013": 91,
      "b15003_E001": 3594,
      "b15003_M001": 121,
      "b15003_E022": 1005,
      "b15003_M022": 192,
      "b15003_E023": 648,
      "b15003_M023": 165,
      "b15003_E024": 49,
      "b15003_M024": 38,
      "b15003_E025": 45,
      "b15003_M025": 41,
      "c16002_E001": 1951,
      "c16002_M001": 140,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 16,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1951,
      "b22010_M001": 140,
      "b22010_E002": 75,
      "b22010_M002": 59,
      "b19013_E001": 124861,
      "b19013_M001": 22397
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.27,
       "moe": 14.01,
       "numerator": 197,
       "denominator": 972
      },
      "children_with_two_parents_pct": {
       "estimate": 79.73,
       "moe": 17.07,
       "numerator": 775,
       "denominator": 972
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.45,
       "moe": 8.62,
       "numerator": 55,
       "denominator": 582
      },
      "children_below_poverty_pct": {
       "estimate": 9.36,
       "moe": 9.54,
       "numerator": 91,
       "denominator": 972
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.32,
       "moe": 6.53,
       "numerator": 1840,
       "denominator": 3585
      },
      "limited_english_households_pct": {
       "estimate": 0.96,
       "moe": 1.62,
       "numerator": 19,
       "denominator": 1974
      },
      "snap_households_pct": {
       "estimate": 5.98,
       "moe": 4.44,
       "numerator": 118,
       "denominator": 1974
      },
      "median_household_income": {
       "estimate": 126364,
       "moe": 19264.0
      },
      "own_children_under_18": {
       "estimate": 972,
       "moe": 100.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 972,
       "moe": 203.30027053597345
      }
     },
     "lines": {
      "b23008_E001": 972,
      "b23008_M001": 100,
      "b23008_E003": 232,
      "b23008_M003": 124,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 543,
      "b23008_M016": 136,
      "b23008_E021": 197,
      "b23008_M021": 137,
      "b11003_E001": 1389,
      "b11003_M001": 89,
      "b11003_E003": 527,
      "b11003_M003": 111,
      "b11003_E010": 14,
      "b11003_M010": 21,
      "b11003_E016": 41,
      "b11003_M016": 47,
      "b17020_E001": 4853,
      "b17020_M001": 22,
      "b17020_E003": 23,
      "b17020_M003": 29,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 68,
      "b17020_M005": 89,
      "b17020_E011": 209,
      "b17020_M011": 113,
      "b17020_E012": 261,
      "b17020_M012": 98,
      "b17020_E013": 411,
      "b17020_M013": 100,
      "b15003_E001": 3585,
      "b15003_M001": 114,
      "b15003_E022": 1107,
      "b15003_M022": 187,
      "b15003_E023": 631,
      "b15003_M023": 140,
      "b15003_E024": 71,
      "b15003_M024": 50,
      "b15003_E025": 31,
      "b15003_M025": 35,
      "c16002_E001": 1974,
      "c16002_M001": 119,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 19,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1974,
      "b22010_M001": 119,
      "b22010_E002": 118,
      "b22010_M002": 88,
      "b19013_E001": 126364,
      "b19013_M001": 19264
     }
    }
   }
  },
  "Bozrah": {
   "cousub": "06820",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 49.9,
       "moe": 20.64,
       "numerator": 242,
       "denominator": 485
      },
      "children_with_two_parents_pct": {
       "estimate": 50.1,
       "moe": 18.82,
       "numerator": 243,
       "denominator": 485
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.33,
       "moe": 11.23,
       "numerator": 104,
       "denominator": 240
      },
      "children_below_poverty_pct": {
       "estimate": 23.71,
       "moe": 19.3,
       "numerator": 115,
       "denominator": 485
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.4,
       "moe": 5.22,
       "numerator": 518,
       "denominator": 1704
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.82,
       "numerator": 0,
       "denominator": 921
      },
      "snap_households_pct": {
       "estimate": 9.55,
       "moe": 4.59,
       "numerator": 88,
       "denominator": 921
      },
      "median_household_income": {
       "estimate": 90750,
       "moe": 13774.0
      },
      "own_children_under_18": {
       "estimate": 485,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 485,
       "moe": 169.12125827346483
      }
     },
     "lines": {
      "b23008_E001": 485,
      "b23008_M001": 157,
      "b23008_E003": 51,
      "b23008_M003": 36,
      "b23008_E008": 28,
      "b23008_M008": 32,
      "b23008_E016": 192,
      "b23008_M016": 115,
      "b23008_E021": 214,
      "b23008_M021": 123,
      "b11003_E001": 699,
      "b11003_M001": 83,
      "b11003_E003": 136,
      "b11003_M003": 75,
      "b11003_E010": 13,
      "b11003_M010": 13,
      "b11003_E016": 91,
      "b11003_M016": 45,
      "b17020_E001": 2385,
      "b17020_M001": 321,
      "b17020_E003": 28,
      "b17020_M003": 32,
      "b17020_E004": 25,
      "b17020_M004": 40,
      "b17020_E005": 62,
      "b17020_M005": 88,
      "b17020_E011": 51,
      "b17020_M011": 36,
      "b17020_E012": 111,
      "b17020_M012": 57,
      "b17020_E013": 208,
      "b17020_M013": 117,
      "b15003_E001": 1704,
      "b15003_M001": 170,
      "b15003_E022": 295,
      "b15003_M022": 85,
      "b15003_E023": 188,
      "b15003_M023": 52,
      "b15003_E024": 29,
      "b15003_M024": 24,
      "b15003_E025": 6,
      "b15003_M025": 8,
      "c16002_E001": 921,
      "c16002_M001": 80,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 921,
      "b22010_M001": 80,
      "b22010_E002": 88,
      "b22010_M002": 43,
      "b19013_E001": 90750,
      "b19013_M001": 13774
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.76,
       "moe": 23.05,
       "numerator": 194,
       "denominator": 476
      },
      "children_with_two_parents_pct": {
       "estimate": 59.24,
       "moe": 17.47,
       "numerator": 282,
       "denominator": 476
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.66,
       "moe": 14.21,
       "numerator": 81,
       "denominator": 248
      },
      "children_below_poverty_pct": {
       "estimate": 26.22,
       "moe": 19.54,
       "numerator": 129,
       "denominator": 492
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.51,
       "moe": 5.44,
       "numerator": 614,
       "denominator": 1729
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.76,
       "numerator": 0,
       "denominator": 943
      },
      "snap_households_pct": {
       "estimate": 7.95,
       "moe": 3.67,
       "numerator": 75,
       "denominator": 943
      },
      "median_household_income": {
       "estimate": 102440,
       "moe": 12559.0
      },
      "own_children_under_18": {
       "estimate": 476,
       "moe": 139.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 492,
       "moe": 161.41251500425858
      }
     },
     "lines": {
      "b23008_E001": 476,
      "b23008_M001": 139,
      "b23008_E003": 75,
      "b23008_M003": 34,
      "b23008_E008": 27,
      "b23008_M008": 19,
      "b23008_E016": 207,
      "b23008_M016": 112,
      "b23008_E021": 167,
      "b23008_M021": 122,
      "b11003_E001": 718,
      "b11003_M001": 62,
      "b11003_E003": 167,
      "b11003_M003": 63,
      "b11003_E010": 8,
      "b11003_M010": 10,
      "b11003_E016": 73,
      "b11003_M016": 42,
      "b17020_E001": 2406,
      "b17020_M001": 217,
      "b17020_E003": 31,
      "b17020_M003": 20,
      "b17020_E004": 30,
      "b17020_M004": 35,
      "b17020_E005": 68,
      "b17020_M005": 97,
      "b17020_E011": 75,
      "b17020_M011": 34,
      "b17020_E012": 64,
      "b17020_M012": 42,
      "b17020_E013": 224,
      "b17020_M013": 110,
      "b15003_E001": 1729,
      "b15003_M001": 119,
      "b15003_E022": 366,
      "b15003_M022": 86,
      "b15003_E023": 213,
      "b15003_M023": 49,
      "b15003_E024": 35,
      "b15003_M024": 26,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 943,
      "c16002_M001": 67,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 943,
      "b22010_M001": 67,
      "b22010_E002": 75,
      "b22010_M002": 35,
      "b19013_E001": 102440,
      "b19013_M001": 12559
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.01,
       "moe": 20.78,
       "numerator": 213,
       "denominator": 484
      },
      "children_with_two_parents_pct": {
       "estimate": 55.99,
       "moe": 17.54,
       "numerator": 271,
       "denominator": 484
      },
      "one_parent_families_with_children_pct": {
       "estimate": 40.27,
       "moe": 9.65,
       "numerator": 91,
       "denominator": 226
      },
      "children_below_poverty_pct": {
       "estimate": 22.15,
       "moe": 18.61,
       "numerator": 109,
       "denominator": 492
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.72,
       "moe": 5.12,
       "numerator": 569,
       "denominator": 1739
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.99,
       "numerator": 0,
       "denominator": 938
      },
      "snap_households_pct": {
       "estimate": 4.9,
       "moe": 2.96,
       "numerator": 46,
       "denominator": 938
      },
      "median_household_income": {
       "estimate": 110250,
       "moe": 15743.0
      },
      "own_children_under_18": {
       "estimate": 484,
       "moe": 133.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 492,
       "moe": 159.3298465448329
      }
     },
     "lines": {
      "b23008_E001": 484,
      "b23008_M001": 133,
      "b23008_E003": 65,
      "b23008_M003": 33,
      "b23008_E008": 62,
      "b23008_M008": 35,
      "b23008_E016": 206,
      "b23008_M016": 108,
      "b23008_E021": 151,
      "b23008_M021": 111,
      "b11003_E001": 680,
      "b11003_M001": 56,
      "b11003_E003": 135,
      "b11003_M003": 64,
      "b11003_E010": 5,
      "b11003_M010": 8,
      "b11003_E016": 86,
      "b11003_M016": 36,
      "b17020_E001": 2369,
      "b17020_M001": 216,
      "b17020_E003": 26,
      "b17020_M003": 24,
      "b17020_E004": 17,
      "b17020_M004": 20,
      "b17020_E005": 66,
      "b17020_M005": 93,
      "b17020_E011": 103,
      "b17020_M011": 50,
      "b17020_E012": 84,
      "b17020_M012": 45,
      "b17020_E013": 196,
      "b17020_M013": 106,
      "b15003_E001": 1739,
      "b15003_M001": 119,
      "b15003_E022": 313,
      "b15003_M022": 75,
      "b15003_E023": 213,
      "b15003_M023": 55,
      "b15003_E024": 36,
      "b15003_M024": 26,
      "b15003_E025": 7,
      "b15003_M025": 11,
      "c16002_E001": 938,
      "c16002_M001": 70,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 938,
      "b22010_M001": 70,
      "b22010_E002": 46,
      "b22010_M002": 28,
      "b19013_E001": 110250,
      "b19013_M001": 15743
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.58,
       "moe": 21.14,
       "numerator": 198,
       "denominator": 465
      },
      "children_with_two_parents_pct": {
       "estimate": 57.42,
       "moe": 16.95,
       "numerator": 267,
       "denominator": 465
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.0,
       "moe": 13.54,
       "numerator": 81,
       "denominator": 225
      },
      "children_below_poverty_pct": {
       "estimate": 23.99,
       "moe": 19.22,
       "numerator": 113,
       "denominator": 471
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.25,
       "moe": 6.38,
       "numerator": 547,
       "denominator": 1696
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.03,
       "numerator": 0,
       "denominator": 925
      },
      "snap_households_pct": {
       "estimate": 4.0,
       "moe": 2.69,
       "numerator": 37,
       "denominator": 925
      },
      "median_household_income": {
       "estimate": 108516,
       "moe": 11382.0
      },
      "own_children_under_18": {
       "estimate": 465,
       "moe": 121.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 471,
       "moe": 148.31722759005442
      }
     },
     "lines": {
      "b23008_E001": 465,
      "b23008_M001": 121,
      "b23008_E003": 64,
      "b23008_M003": 29,
      "b23008_E008": 57,
      "b23008_M008": 36,
      "b23008_E016": 203,
      "b23008_M016": 101,
      "b23008_E021": 141,
      "b23008_M021": 105,
      "b11003_E001": 683,
      "b11003_M001": 61,
      "b11003_E003": 144,
      "b11003_M003": 59,
      "b11003_E010": 5,
      "b11003_M010": 8,
      "b11003_E016": 76,
      "b11003_M016": 39,
      "b17020_E001": 2293,
      "b17020_M001": 204,
      "b17020_E003": 29,
      "b17020_M003": 22,
      "b17020_E004": 16,
      "b17020_M004": 18,
      "b17020_E005": 68,
      "b17020_M005": 93,
      "b17020_E011": 94,
      "b17020_M011": 36,
      "b17020_E012": 71,
      "b17020_M012": 29,
      "b17020_E013": 193,
      "b17020_M013": 102,
      "b15003_E001": 1696,
      "b15003_M001": 99,
      "b15003_E022": 312,
      "b15003_M022": 94,
      "b15003_E023": 196,
      "b15003_M023": 57,
      "b15003_E024": 33,
      "b15003_M024": 24,
      "b15003_E025": 6,
      "b15003_M025": 9,
      "c16002_E001": 925,
      "c16002_M001": 60,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 925,
      "b22010_M001": 60,
      "b22010_E002": 37,
      "b22010_M002": 25,
      "b19013_E001": 108516,
      "b19013_M001": 11382
     }
    }
   }
  },
  "Branford": {
   "cousub": "07310",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.49,
       "moe": 7.56,
       "numerator": 1423,
       "denominator": 4249
      },
      "children_with_two_parents_pct": {
       "estimate": 66.51,
       "moe": 5.99,
       "numerator": 2826,
       "denominator": 4249
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.63,
       "moe": 7.85,
       "numerator": 989,
       "denominator": 2628
      },
      "children_below_poverty_pct": {
       "estimate": 5.6,
       "moe": 3.46,
       "numerator": 243,
       "denominator": 4341
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.36,
       "moe": 3.33,
       "numerator": 10954,
       "denominator": 22190
      },
      "limited_english_households_pct": {
       "estimate": 1.64,
       "moe": 0.81,
       "numerator": 209,
       "denominator": 12717
      },
      "snap_households_pct": {
       "estimate": 5.54,
       "moe": 1.82,
       "numerator": 704,
       "denominator": 12717
      },
      "median_household_income": {
       "estimate": 87738,
       "moe": 6193.0
      },
      "own_children_under_18": {
       "estimate": 4249,
       "moe": 438.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4341,
       "moe": 475.00736836390234
      }
     },
     "lines": {
      "b23008_E001": 4249,
      "b23008_M001": 438,
      "b23008_E003": 961,
      "b23008_M003": 202,
      "b23008_E008": 205,
      "b23008_M008": 126,
      "b23008_E016": 1865,
      "b23008_M016": 330,
      "b23008_E021": 1218,
      "b23008_M021": 330,
      "b11003_E001": 7756,
      "b11003_M001": 319,
      "b11003_E003": 1639,
      "b11003_M003": 218,
      "b11003_E010": 384,
      "b11003_M010": 173,
      "b11003_E016": 605,
      "b11003_M016": 166,
      "b17020_E001": 28035,
      "b17020_M001": 133,
      "b17020_E003": 56,
      "b17020_M003": 73,
      "b17020_E004": 107,
      "b17020_M004": 97,
      "b17020_E005": 80,
      "b17020_M005": 92,
      "b17020_E011": 1110,
      "b17020_M011": 218,
      "b17020_E012": 1369,
      "b17020_M012": 265,
      "b17020_E013": 1619,
      "b17020_M013": 291,
      "b15003_E001": 22190,
      "b15003_M001": 516,
      "b15003_E022": 6012,
      "b15003_M022": 575,
      "b15003_E023": 3284,
      "b15003_M023": 417,
      "b15003_E024": 894,
      "b15003_M024": 218,
      "b15003_E025": 764,
      "b15003_M025": 241,
      "c16002_E001": 12717,
      "c16002_M001": 427,
      "c16002_E004": 51,
      "c16002_M004": 74,
      "c16002_E007": 91,
      "c16002_M007": 53,
      "c16002_E010": 54,
      "c16002_M010": 44,
      "c16002_E013": 13,
      "c16002_M013": 20,
      "b22010_E001": 12717,
      "b22010_M001": 427,
      "b22010_E002": 704,
      "b22010_M002": 233,
      "b19013_E001": 87738,
      "b19013_M001": 6193
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.43,
       "moe": 8.19,
       "numerator": 1432,
       "denominator": 4042
      },
      "children_with_two_parents_pct": {
       "estimate": 64.57,
       "moe": 6.88,
       "numerator": 2610,
       "denominator": 4042
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.38,
       "moe": 9.62,
       "numerator": 948,
       "denominator": 2470
      },
      "children_below_poverty_pct": {
       "estimate": 7.84,
       "moe": 3.75,
       "numerator": 333,
       "denominator": 4247
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.24,
       "moe": 3.45,
       "numerator": 10840,
       "denominator": 22473
      },
      "limited_english_households_pct": {
       "estimate": 2.22,
       "moe": 1.25,
       "numerator": 290,
       "denominator": 13087
      },
      "snap_households_pct": {
       "estimate": 6.24,
       "moe": 1.36,
       "numerator": 816,
       "denominator": 13087
      },
      "median_household_income": {
       "estimate": 94750,
       "moe": 5140.0
      },
      "own_children_under_18": {
       "estimate": 4042,
       "moe": 421.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4247,
       "moe": 531.819518257839
      }
     },
     "lines": {
      "b23008_E001": 4042,
      "b23008_M001": 421,
      "b23008_E003": 815,
      "b23008_M003": 204,
      "b23008_E008": 336,
      "b23008_M008": 177,
      "b23008_E016": 1795,
      "b23008_M016": 331,
      "b23008_E021": 1096,
      "b23008_M021": 317,
      "b11003_E001": 7844,
      "b11003_M001": 369,
      "b11003_E003": 1522,
      "b11003_M003": 238,
      "b11003_E010": 377,
      "b11003_M010": 195,
      "b11003_E016": 571,
      "b11003_M016": 195,
      "b17020_E001": 27942,
      "b17020_M001": 46,
      "b17020_E003": 107,
      "b17020_M003": 100,
      "b17020_E004": 86,
      "b17020_M004": 75,
      "b17020_E005": 140,
      "b17020_M005": 107,
      "b17020_E011": 1044,
      "b17020_M011": 242,
      "b17020_E012": 1480,
      "b17020_M012": 315,
      "b17020_E013": 1390,
      "b17020_M013": 313,
      "b15003_E001": 22473,
      "b15003_M001": 585,
      "b15003_E022": 5912,
      "b15003_M022": 632,
      "b15003_E023": 3298,
      "b15003_M023": 439,
      "b15003_E024": 901,
      "b15003_M024": 210,
      "b15003_E025": 729,
      "b15003_M025": 215,
      "c16002_E001": 13087,
      "c16002_M001": 416,
      "c16002_E004": 94,
      "c16002_M004": 120,
      "c16002_E007": 99,
      "c16002_M007": 60,
      "c16002_E010": 84,
      "c16002_M010": 91,
      "c16002_E013": 13,
      "c16002_M013": 21,
      "b22010_E001": 13087,
      "b22010_M001": 416,
      "b22010_E002": 816,
      "b22010_M002": 180,
      "b19013_E001": 94750,
      "b19013_M001": 5140
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.75,
       "moe": 9.5,
       "numerator": 1190,
       "denominator": 3748
      },
      "children_with_two_parents_pct": {
       "estimate": 68.25,
       "moe": 6.49,
       "numerator": 2558,
       "denominator": 3748
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.96,
       "moe": 9.11,
       "numerator": 663,
       "denominator": 2213
      },
      "children_below_poverty_pct": {
       "estimate": 9.46,
       "moe": 6.75,
       "numerator": 371,
       "denominator": 3920
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.5,
       "moe": 3.24,
       "numerator": 11249,
       "denominator": 22723
      },
      "limited_english_households_pct": {
       "estimate": 2.76,
       "moe": 1.42,
       "numerator": 361,
       "denominator": 13103
      },
      "snap_households_pct": {
       "estimate": 5.77,
       "moe": 1.91,
       "numerator": 756,
       "denominator": 13103
      },
      "median_household_income": {
       "estimate": 97223,
       "moe": 6530.0
      },
      "own_children_under_18": {
       "estimate": 3748,
       "moe": 497.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3920,
       "moe": 525.3256133104496
      }
     },
     "lines": {
      "b23008_E001": 3748,
      "b23008_M001": 497,
      "b23008_E003": 846,
      "b23008_M003": 253,
      "b23008_E008": 268,
      "b23008_M008": 200,
      "b23008_E016": 1712,
      "b23008_M016": 332,
      "b23008_E021": 922,
      "b23008_M021": 334,
      "b11003_E001": 7822,
      "b11003_M001": 392,
      "b11003_E003": 1550,
      "b11003_M003": 208,
      "b11003_E010": 166,
      "b11003_M010": 130,
      "b11003_E016": 497,
      "b11003_M016": 179,
      "b17020_E001": 27826,
      "b17020_M001": 60,
      "b17020_E003": 127,
      "b17020_M003": 193,
      "b17020_E004": 77,
      "b17020_M004": 90,
      "b17020_E005": 167,
      "b17020_M005": 165,
      "b17020_E011": 987,
      "b17020_M011": 254,
      "b17020_E012": 1361,
      "b17020_M012": 266,
      "b17020_E013": 1201,
      "b17020_M013": 261,
      "b15003_E001": 22723,
      "b15003_M001": 590,
      "b15003_E022": 5992,
      "b15003_M022": 597,
      "b15003_E023": 3641,
      "b15003_M023": 424,
      "b15003_E024": 838,
      "b15003_M024": 198,
      "b15003_E025": 778,
      "b15003_M025": 231,
      "c16002_E001": 13103,
      "c16002_M001": 496,
      "c16002_E004": 101,
      "c16002_M004": 119,
      "c16002_E007": 149,
      "c16002_M007": 104,
      "c16002_E010": 98,
      "c16002_M010": 97,
      "c16002_E013": 13,
      "c16002_M013": 21,
      "b22010_E001": 13103,
      "b22010_M001": 496,
      "b22010_E002": 756,
      "b22010_M002": 252,
      "b19013_E001": 97223,
      "b19013_M001": 6530
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.55,
       "moe": 10.13,
       "numerator": 1177,
       "denominator": 3730
      },
      "children_with_two_parents_pct": {
       "estimate": 68.45,
       "moe": 7.38,
       "numerator": 2553,
       "denominator": 3730
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.04,
       "moe": 9.34,
       "numerator": 699,
       "denominator": 2252
      },
      "children_below_poverty_pct": {
       "estimate": 7.99,
       "moe": 6.44,
       "numerator": 313,
       "denominator": 3918
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.53,
       "moe": 3.37,
       "numerator": 11666,
       "denominator": 22638
      },
      "limited_english_households_pct": {
       "estimate": 2.47,
       "moe": 1.34,
       "numerator": 326,
       "denominator": 13178
      },
      "snap_households_pct": {
       "estimate": 5.46,
       "moe": 1.62,
       "numerator": 719,
       "denominator": 13178
      },
      "median_household_income": {
       "estimate": 105225,
       "moe": 6607.0
      },
      "own_children_under_18": {
       "estimate": 3730,
       "moe": 513.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3918,
       "moe": 569.8034748928792
      }
     },
     "lines": {
      "b23008_E001": 3730,
      "b23008_M001": 513,
      "b23008_E003": 887,
      "b23008_M003": 261,
      "b23008_E008": 270,
      "b23008_M008": 214,
      "b23008_E016": 1666,
      "b23008_M016": 362,
      "b23008_E021": 907,
      "b23008_M021": 351,
      "b11003_E001": 7841,
      "b11003_M001": 417,
      "b11003_E003": 1553,
      "b11003_M003": 231,
      "b11003_E010": 171,
      "b11003_M010": 129,
      "b11003_E016": 528,
      "b11003_M016": 195,
      "b17020_E001": 27925,
      "b17020_M001": 55,
      "b17020_E003": 131,
      "b17020_M003": 197,
      "b17020_E004": 74,
      "b17020_M004": 84,
      "b17020_E005": 108,
      "b17020_M005": 141,
      "b17020_E011": 1041,
      "b17020_M011": 257,
      "b17020_E012": 1436,
      "b17020_M012": 335,
      "b17020_E013": 1128,
      "b17020_M013": 284,
      "b15003_E001": 22638,
      "b15003_M001": 581,
      "b15003_E022": 6300,
      "b15003_M022": 633,
      "b15003_E023": 3774,
      "b15003_M023": 435,
      "b15003_E024": 854,
      "b15003_M024": 217,
      "b15003_E025": 738,
      "b15003_M025": 182,
      "c16002_E001": 13178,
      "c16002_M001": 528,
      "c16002_E004": 100,
      "c16002_M004": 127,
      "c16002_E007": 118,
      "c16002_M007": 73,
      "c16002_E010": 108,
      "c16002_M010": 97,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 13178,
      "b22010_M001": 528,
      "b22010_E002": 719,
      "b22010_M002": 216,
      "b19013_E001": 105225,
      "b19013_M001": 6607
     }
    }
   }
  },
  "Bridgeport": {
   "cousub": "08070",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 52.98,
       "moe": 3.19,
       "numerator": 17306,
       "denominator": 32667
      },
      "children_with_two_parents_pct": {
       "estimate": 47.02,
       "moe": 3.43,
       "numerator": 15361,
       "denominator": 32667
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.11,
       "moe": 3.96,
       "numerator": 8048,
       "denominator": 16061
      },
      "children_below_poverty_pct": {
       "estimate": 34.83,
       "moe": 3.16,
       "numerator": 11775,
       "denominator": 33807
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.1,
       "moe": 1.44,
       "numerator": 19400,
       "denominator": 96525
      },
      "limited_english_households_pct": {
       "estimate": 15.65,
       "moe": 1.24,
       "numerator": 8283,
       "denominator": 52914
      },
      "snap_households_pct": {
       "estimate": 25.44,
       "moe": 1.52,
       "numerator": 13462,
       "denominator": 52914
      },
      "median_household_income": {
       "estimate": 50597,
       "moe": 1937.0
      },
      "own_children_under_18": {
       "estimate": 32667,
       "moe": 1245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 33807,
       "moe": 1665.525742821167
      }
     },
     "lines": {
      "b23008_E001": 32667,
      "b23008_M001": 1245,
      "b23008_E003": 4635,
      "b23008_M003": 909,
      "b23008_E008": 5483,
      "b23008_M008": 698,
      "b23008_E016": 10726,
      "b23008_M016": 880,
      "b23008_E021": 11823,
      "b23008_M021": 1018,
      "b11003_E001": 33365,
      "b11003_M001": 870,
      "b11003_E003": 8013,
      "b11003_M003": 691,
      "b11003_E010": 2118,
      "b11003_M010": 502,
      "b11003_E016": 5930,
      "b11003_M016": 669,
      "b17020_E001": 144584,
      "b17020_M001": 664,
      "b17020_E003": 4182,
      "b17020_M003": 901,
      "b17020_E004": 4088,
      "b17020_M004": 575,
      "b17020_E005": 3505,
      "b17020_M005": 576,
      "b17020_E011": 6292,
      "b17020_M011": 649,
      "b17020_E012": 7452,
      "b17020_M012": 643,
      "b17020_E013": 8288,
      "b17020_M013": 682,
      "b15003_E001": 96525,
      "b15003_M001": 1495,
      "b15003_E022": 12331,
      "b15003_M022": 1242,
      "b15003_E023": 5167,
      "b15003_M023": 581,
      "b15003_E024": 999,
      "b15003_M024": 231,
      "b15003_E025": 903,
      "b15003_M025": 296,
      "c16002_E001": 52914,
      "c16002_M001": 1040,
      "c16002_E004": 6077,
      "c16002_M004": 568,
      "c16002_E007": 1468,
      "c16002_M007": 316,
      "c16002_E010": 471,
      "c16002_M010": 143,
      "c16002_E013": 267,
      "c16002_M013": 111,
      "b22010_E001": 52914,
      "b22010_M001": 1040,
      "b22010_E002": 13462,
      "b22010_M002": 846,
      "b19013_E001": 50597,
      "b19013_M001": 1937
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.01,
       "moe": 2.94,
       "numerator": 15101,
       "denominator": 29604
      },
      "children_with_two_parents_pct": {
       "estimate": 48.99,
       "moe": 3.75,
       "numerator": 14503,
       "denominator": 29604
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.57,
       "moe": 3.43,
       "numerator": 6797,
       "denominator": 14287
      },
      "children_below_poverty_pct": {
       "estimate": 34.83,
       "moe": 2.41,
       "numerator": 10637,
       "denominator": 30537
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.74,
       "moe": 1.66,
       "numerator": 24999,
       "denominator": 101041
      },
      "limited_english_households_pct": {
       "estimate": 15.49,
       "moe": 1.46,
       "numerator": 8605,
       "denominator": 55550
      },
      "snap_households_pct": {
       "estimate": 22.3,
       "moe": 1.56,
       "numerator": 12386,
       "denominator": 55550
      },
      "median_household_income": {
       "estimate": 54440,
       "moe": 2217.0
      },
      "own_children_under_18": {
       "estimate": 29604,
       "moe": 786.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 30537,
       "moe": 1457.2285338957647
      }
     },
     "lines": {
      "b23008_E001": 29604,
      "b23008_M001": 786,
      "b23008_E003": 4485,
      "b23008_M003": 738,
      "b23008_E008": 5010,
      "b23008_M008": 607,
      "b23008_E016": 10018,
      "b23008_M016": 915,
      "b23008_E021": 10091,
      "b23008_M021": 740,
      "b11003_E001": 32314,
      "b11003_M001": 1198,
      "b11003_E003": 7490,
      "b11003_M003": 683,
      "b11003_E010": 1898,
      "b11003_M010": 440,
      "b11003_E016": 4899,
      "b11003_M016": 504,
      "b17020_E001": 144673,
      "b17020_M001": 180,
      "b17020_E003": 3729,
      "b17020_M003": 553,
      "b17020_E004": 3738,
      "b17020_M004": 451,
      "b17020_E005": 3170,
      "b17020_M005": 540,
      "b17020_E011": 6031,
      "b17020_M011": 621,
      "b17020_E012": 6201,
      "b17020_M012": 658,
      "b17020_E013": 7668,
      "b17020_M013": 710,
      "b15003_E001": 101041,
      "b15003_M001": 1034,
      "b15003_E022": 15050,
      "b15003_M022": 1293,
      "b15003_E023": 7313,
      "b15003_M023": 924,
      "b15003_E024": 1588,
      "b15003_M024": 474,
      "b15003_E025": 1048,
      "b15003_M025": 344,
      "c16002_E001": 55550,
      "c16002_M001": 966,
      "c16002_E004": 5277,
      "c16002_M004": 550,
      "c16002_E007": 2283,
      "c16002_M007": 512,
      "c16002_E010": 778,
      "c16002_M010": 311,
      "c16002_E013": 267,
      "c16002_M013": 151,
      "b22010_E001": 55550,
      "b22010_M001": 966,
      "b22010_E002": 12386,
      "b22010_M002": 891,
      "b19013_E001": 54440,
      "b19013_M001": 2217
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.45,
       "moe": 3.3,
       "numerator": 15576,
       "denominator": 30272
      },
      "children_with_two_parents_pct": {
       "estimate": 48.55,
       "moe": 3.76,
       "numerator": 14696,
       "denominator": 30272
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.43,
       "moe": 2.88,
       "numerator": 6957,
       "denominator": 14669
      },
      "children_below_poverty_pct": {
       "estimate": 34.22,
       "moe": 2.75,
       "numerator": 10733,
       "denominator": 31369
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.13,
       "moe": 1.45,
       "numerator": 22923,
       "denominator": 99097
      },
      "limited_english_households_pct": {
       "estimate": 16.26,
       "moe": 1.46,
       "numerator": 9023,
       "denominator": 55498
      },
      "snap_households_pct": {
       "estimate": 24.09,
       "moe": 1.78,
       "numerator": 13367,
       "denominator": 55498
      },
      "median_household_income": {
       "estimate": 56584,
       "moe": 1938.0
      },
      "own_children_under_18": {
       "estimate": 30272,
       "moe": 947.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 31369,
       "moe": 1559.321326731601
      }
     },
     "lines": {
      "b23008_E001": 30272,
      "b23008_M001": 947,
      "b23008_E003": 4880,
      "b23008_M003": 806,
      "b23008_E008": 4922,
      "b23008_M008": 631,
      "b23008_E016": 9816,
      "b23008_M016": 925,
      "b23008_E021": 10654,
      "b23008_M021": 914,
      "b11003_E001": 33245,
      "b11003_M001": 1072,
      "b11003_E003": 7712,
      "b11003_M003": 724,
      "b11003_E010": 1774,
      "b11003_M010": 384,
      "b11003_E016": 5183,
      "b11003_M016": 485,
      "b17020_E001": 144753,
      "b17020_M001": 220,
      "b17020_E003": 3702,
      "b17020_M003": 683,
      "b17020_E004": 3638,
      "b17020_M004": 568,
      "b17020_E005": 3393,
      "b17020_M005": 488,
      "b17020_E011": 6348,
      "b17020_M011": 615,
      "b17020_E012": 6356,
      "b17020_M012": 620,
      "b17020_E013": 7932,
      "b17020_M013": 801,
      "b15003_E001": 99097,
      "b15003_M001": 1195,
      "b15003_E022": 14377,
      "b15003_M022": 1179,
      "b15003_E023": 6244,
      "b15003_M023": 738,
      "b15003_E024": 1528,
      "b15003_M024": 364,
      "b15003_E025": 774,
      "b15003_M025": 294,
      "c16002_E001": 55498,
      "c16002_M001": 938,
      "c16002_E004": 6065,
      "c16002_M004": 599,
      "c16002_E007": 2057,
      "c16002_M007": 493,
      "c16002_E010": 705,
      "c16002_M010": 253,
      "c16002_E013": 196,
      "c16002_M013": 102,
      "b22010_E001": 55498,
      "b22010_M001": 938,
      "b22010_E002": 13367,
      "b22010_M002": 1015,
      "b19013_E001": 56584,
      "b19013_M001": 1938
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 57.18,
       "moe": 3.56,
       "numerator": 16901,
       "denominator": 29556
      },
      "children_with_two_parents_pct": {
       "estimate": 42.82,
       "moe": 4.07,
       "numerator": 12655,
       "denominator": 29556
      },
      "one_parent_families_with_children_pct": {
       "estimate": 53.03,
       "moe": 3.68,
       "numerator": 7624,
       "denominator": 14377
      },
      "children_below_poverty_pct": {
       "estimate": 33.47,
       "moe": 2.95,
       "numerator": 10295,
       "denominator": 30755
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.37,
       "moe": 1.52,
       "numerator": 23476,
       "denominator": 100441
      },
      "limited_english_households_pct": {
       "estimate": 16.0,
       "moe": 1.55,
       "numerator": 9050,
       "denominator": 56558
      },
      "snap_households_pct": {
       "estimate": 23.72,
       "moe": 1.52,
       "numerator": 13417,
       "denominator": 56558
      },
      "median_household_income": {
       "estimate": 58685,
       "moe": 1978.0
      },
      "own_children_under_18": {
       "estimate": 29556,
       "moe": 812.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 30755,
       "moe": 1687.0210431408377
      }
     },
     "lines": {
      "b23008_E001": 29556,
      "b23008_M001": 812,
      "b23008_E003": 3917,
      "b23008_M003": 758,
      "b23008_E008": 5698,
      "b23008_M008": 781,
      "b23008_E016": 8738,
      "b23008_M016": 996,
      "b23008_E021": 11203,
      "b23008_M021": 845,
      "b11003_E001": 33298,
      "b11003_M001": 1121,
      "b11003_E003": 6753,
      "b11003_M003": 706,
      "b11003_E010": 1918,
      "b11003_M010": 479,
      "b11003_E016": 5706,
      "b11003_M016": 596,
      "b17020_E001": 145653,
      "b17020_M001": 288,
      "b17020_E003": 3808,
      "b17020_M003": 693,
      "b17020_E004": 3311,
      "b17020_M004": 526,
      "b17020_E005": 3176,
      "b17020_M005": 619,
      "b17020_E011": 6090,
      "b17020_M011": 789,
      "b17020_E012": 6766,
      "b17020_M012": 708,
      "b17020_E013": 7604,
      "b17020_M013": 763,
      "b15003_E001": 100441,
      "b15003_M001": 1165,
      "b15003_E022": 14663,
      "b15003_M022": 1277,
      "b15003_E023": 6631,
      "b15003_M023": 753,
      "b15003_E024": 1348,
      "b15003_M024": 358,
      "b15003_E025": 834,
      "b15003_M025": 283,
      "c16002_E001": 56558,
      "c16002_M001": 785,
      "c16002_E004": 6118,
      "c16002_M004": 660,
      "c16002_E007": 2263,
      "c16002_M007": 541,
      "c16002_E010": 487,
      "c16002_M010": 206,
      "c16002_E013": 182,
      "c16002_M013": 94,
      "b22010_E001": 56558,
      "b22010_M001": 785,
      "b22010_E002": 13417,
      "b22010_M002": 880,
      "b19013_E001": 58685,
      "b19013_M001": 1978
     }
    }
   }
  },
  "Bridgewater": {
   "cousub": "08210",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.75,
       "moe": 10.63,
       "numerator": 40,
       "denominator": 254
      },
      "children_with_two_parents_pct": {
       "estimate": 84.25,
       "moe": 9.91,
       "numerator": 214,
       "denominator": 254
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.93,
       "moe": 10.86,
       "numerator": 20,
       "denominator": 134
      },
      "children_below_poverty_pct": {
       "estimate": 7.09,
       "moe": 11.48,
       "numerator": 18,
       "denominator": 254
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.59,
       "moe": 2.31,
       "numerator": 870,
       "denominator": 1485
      },
      "limited_english_households_pct": {
       "estimate": 0.41,
       "moe": 3.16,
       "numerator": 3,
       "denominator": 723
      },
      "snap_households_pct": {
       "estimate": 0.41,
       "moe": 0.55,
       "numerator": 3,
       "denominator": 723
      },
      "median_household_income": {
       "estimate": 138272,
       "moe": 1165.0
      },
      "own_children_under_18": {
       "estimate": 254,
       "moe": 40.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 254,
       "moe": 56.96490147450446
      }
     },
     "lines": {
      "b23008_E001": 254,
      "b23008_M001": 40,
      "b23008_E003": 44,
      "b23008_M003": 20,
      "b23008_E008": 11,
      "b23008_M008": 12,
      "b23008_E016": 170,
      "b23008_M016": 37,
      "b23008_E021": 29,
      "b23008_M021": 25,
      "b11003_E001": 538,
      "b11003_M001": 102,
      "b11003_E003": 114,
      "b11003_M003": 26,
      "b11003_E010": 16,
      "b11003_M010": 14,
      "b11003_E016": 4,
      "b11003_M016": 6,
      "b17020_E001": 1824,
      "b17020_M001": 230,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 18,
      "b17020_M005": 23,
      "b17020_E011": 55,
      "b17020_M011": 24,
      "b17020_E012": 68,
      "b17020_M012": 29,
      "b17020_E013": 113,
      "b17020_M013": 31,
      "b15003_E001": 1485,
      "b15003_M001": 218,
      "b15003_E022": 473,
      "b15003_M022": 70,
      "b15003_E023": 306,
      "b15003_M023": 108,
      "b15003_E024": 72,
      "b15003_M024": 27,
      "b15003_E025": 19,
      "b15003_M025": 14,
      "c16002_E001": 723,
      "c16002_M001": 107,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 723,
      "b22010_M001": 107,
      "b22010_E002": 3,
      "b22010_M002": 4,
      "b19013_E001": 138272,
      "b19013_M001": 1165
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.89,
       "moe": 10.73,
       "numerator": 35,
       "denominator": 235
      },
      "children_with_two_parents_pct": {
       "estimate": 85.11,
       "moe": 7.25,
       "numerator": 200,
       "denominator": 235
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.45,
       "moe": 13.24,
       "numerator": 15,
       "denominator": 131
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 9.46,
       "numerator": 0,
       "denominator": 238
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.03,
       "moe": 3.0,
       "numerator": 823,
       "denominator": 1371
      },
      "limited_english_households_pct": {
       "estimate": 0.43,
       "moe": 3.29,
       "numerator": 3,
       "denominator": 696
      },
      "snap_households_pct": {
       "estimate": 0.86,
       "moe": 0.85,
       "numerator": 6,
       "denominator": 696
      },
      "median_household_income": {
       "estimate": 149643,
       "moe": 6920.0
      },
      "own_children_under_18": {
       "estimate": 235,
       "moe": 41.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 238,
       "moe": 54.63515351859094
      }
     },
     "lines": {
      "b23008_E001": 235,
      "b23008_M001": 41,
      "b23008_E003": 52,
      "b23008_M003": 22,
      "b23008_E008": 11,
      "b23008_M008": 12,
      "b23008_E016": 148,
      "b23008_M016": 32,
      "b23008_E021": 24,
      "b23008_M021": 23,
      "b11003_E001": 512,
      "b11003_M001": 85,
      "b11003_E003": 116,
      "b11003_M003": 25,
      "b11003_E010": 15,
      "b11003_M010": 12,
      "b11003_E016": 0,
      "b11003_M016": 13,
      "b17020_E001": 1701,
      "b17020_M001": 194,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 66,
      "b17020_M011": 26,
      "b17020_E012": 78,
      "b17020_M012": 29,
      "b17020_E013": 94,
      "b17020_M013": 31,
      "b15003_E001": 1371,
      "b15003_M001": 174,
      "b15003_E022": 475,
      "b15003_M022": 66,
      "b15003_E023": 263,
      "b15003_M023": 86,
      "b15003_E024": 65,
      "b15003_M024": 26,
      "b15003_E025": 20,
      "b15003_M025": 13,
      "c16002_E001": 696,
      "c16002_M001": 92,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 696,
      "b22010_M001": 92,
      "b22010_E002": 6,
      "b22010_M002": 6,
      "b19013_E001": 149643,
      "b19013_M001": 6920
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.04,
       "moe": 11.12,
       "numerator": 26,
       "denominator": 216
      },
      "children_with_two_parents_pct": {
       "estimate": 87.96,
       "moe": 11.91,
       "numerator": 190,
       "denominator": 216
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.14,
       "moe": 5.37,
       "numerator": 7,
       "denominator": 114
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 11.07,
       "numerator": 0,
       "denominator": 219
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.84,
       "moe": 3.73,
       "numerator": 809,
       "denominator": 1375
      },
      "limited_english_households_pct": {
       "estimate": 0.43,
       "moe": 3.5,
       "numerator": 3,
       "denominator": 703
      },
      "snap_households_pct": {
       "estimate": 0.71,
       "moe": 0.7,
       "numerator": 5,
       "denominator": 703
      },
      "median_household_income": {
       "estimate": 156682,
       "moe": 4278.0
      },
      "own_children_under_18": {
       "estimate": 216,
       "moe": 41.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 219,
       "moe": 55.85696017507576
      }
     },
     "lines": {
      "b23008_E001": 216,
      "b23008_M001": 41,
      "b23008_E003": 54,
      "b23008_M003": 21,
      "b23008_E008": 4,
      "b23008_M008": 5,
      "b23008_E016": 136,
      "b23008_M016": 39,
      "b23008_E021": 22,
      "b23008_M021": 24,
      "b11003_E001": 519,
      "b11003_M001": 93,
      "b11003_E003": 107,
      "b11003_M003": 30,
      "b11003_E010": 4,
      "b11003_M010": 5,
      "b11003_E016": 3,
      "b11003_M016": 4,
      "b17020_E001": 1670,
      "b17020_M001": 218,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 61,
      "b17020_M011": 22,
      "b17020_E012": 78,
      "b17020_M012": 32,
      "b17020_E013": 80,
      "b17020_M013": 32,
      "b15003_E001": 1375,
      "b15003_M001": 193,
      "b15003_E022": 471,
      "b15003_M022": 74,
      "b15003_E023": 289,
      "b15003_M023": 98,
      "b15003_E024": 42,
      "b15003_M024": 20,
      "b15003_E025": 7,
      "b15003_M025": 7,
      "c16002_E001": 703,
      "c16002_M001": 101,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 703,
      "b22010_M001": 101,
      "b22010_E002": 5,
      "b22010_M002": 5,
      "b19013_E001": 156682,
      "b19013_M001": 4278
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.34,
       "moe": 12.69,
       "numerator": 29,
       "denominator": 235
      },
      "children_with_two_parents_pct": {
       "estimate": 87.66,
       "moe": 8.92,
       "numerator": 206,
       "denominator": 235
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.87,
       "moe": 6.53,
       "numerator": 10,
       "denominator": 127
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 10.19,
       "numerator": 0,
       "denominator": 238
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.3,
       "moe": 4.58,
       "numerator": 791,
       "denominator": 1334
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.95,
       "numerator": 0,
       "denominator": 709
      },
      "snap_households_pct": {
       "estimate": 0.85,
       "moe": 0.84,
       "numerator": 6,
       "denominator": 709
      },
      "median_household_income": {
       "estimate": 159365,
       "moe": 5366.0
      },
      "own_children_under_18": {
       "estimate": 235,
       "moe": 48.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 238,
       "moe": 61.35959582656978
      }
     },
     "lines": {
      "b23008_E001": 235,
      "b23008_M001": 48,
      "b23008_E003": 41,
      "b23008_M003": 19,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 165,
      "b23008_M016": 43,
      "b23008_E021": 29,
      "b23008_M021": 27,
      "b11003_E001": 519,
      "b11003_M001": 88,
      "b11003_E003": 117,
      "b11003_M003": 28,
      "b11003_E010": 3,
      "b11003_M010": 5,
      "b11003_E016": 7,
      "b11003_M016": 7,
      "b17020_E001": 1658,
      "b17020_M001": 196,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 44,
      "b17020_M011": 20,
      "b17020_E012": 69,
      "b17020_M012": 29,
      "b17020_E013": 125,
      "b17020_M013": 44,
      "b15003_E001": 1334,
      "b15003_M001": 179,
      "b15003_E022": 420,
      "b15003_M022": 78,
      "b15003_E023": 321,
      "b15003_M023": 92,
      "b15003_E024": 46,
      "b15003_M024": 21,
      "b15003_E025": 4,
      "b15003_M025": 4,
      "c16002_E001": 709,
      "c16002_M001": 103,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 709,
      "b22010_M001": 103,
      "b22010_E002": 6,
      "b22010_M002": 6,
      "b19013_E001": 159365,
      "b19013_M001": 5366
     }
    }
   }
  },
  "Bristol": {
   "cousub": "08490",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.59,
       "moe": 5.86,
       "numerator": 4361,
       "denominator": 12255
      },
      "children_with_two_parents_pct": {
       "estimate": 64.41,
       "moe": 5.41,
       "numerator": 7894,
       "denominator": 12255
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.26,
       "moe": 6.41,
       "numerator": 2451,
       "denominator": 6407
      },
      "children_below_poverty_pct": {
       "estimate": 12.67,
       "moe": 4.17,
       "numerator": 1592,
       "denominator": 12570
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.54,
       "moe": 1.96,
       "numerator": 11886,
       "denominator": 43152
      },
      "limited_english_households_pct": {
       "estimate": 4.66,
       "moe": 1.73,
       "numerator": 1145,
       "denominator": 24566
      },
      "snap_households_pct": {
       "estimate": 14.38,
       "moe": 1.67,
       "numerator": 3533,
       "denominator": 24566
      },
      "median_household_income": {
       "estimate": 73604,
       "moe": 4576.0
      },
      "own_children_under_18": {
       "estimate": 12255,
       "moe": 862.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12570,
       "moe": 995.608858940096
      }
     },
     "lines": {
      "b23008_E001": 12255,
      "b23008_M001": 862,
      "b23008_E003": 2191,
      "b23008_M003": 400,
      "b23008_E008": 1124,
      "b23008_M008": 407,
      "b23008_E016": 5703,
      "b23008_M016": 767,
      "b23008_E021": 3237,
      "b23008_M021": 667,
      "b11003_E001": 15637,
      "b11003_M001": 510,
      "b11003_E003": 3956,
      "b11003_M003": 336,
      "b11003_E010": 631,
      "b11003_M010": 210,
      "b11003_E016": 1820,
      "b11003_M016": 416,
      "b17020_E001": 60056,
      "b17020_M001": 244,
      "b17020_E003": 565,
      "b17020_M003": 319,
      "b17020_E004": 526,
      "b17020_M004": 356,
      "b17020_E005": 501,
      "b17020_M005": 250,
      "b17020_E011": 2775,
      "b17020_M011": 456,
      "b17020_E012": 3750,
      "b17020_M012": 448,
      "b17020_E013": 4453,
      "b17020_M013": 540,
      "b15003_E001": 43152,
      "b15003_M001": 922,
      "b15003_E022": 7534,
      "b15003_M022": 744,
      "b15003_E023": 3472,
      "b15003_M023": 418,
      "b15003_E024": 643,
      "b15003_M024": 176,
      "b15003_E025": 237,
      "b15003_M025": 131,
      "c16002_E001": 24566,
      "c16002_M001": 599,
      "c16002_E004": 813,
      "c16002_M004": 411,
      "c16002_E007": 211,
      "c16002_M007": 79,
      "c16002_E010": 58,
      "c16002_M010": 49,
      "c16002_E013": 63,
      "c16002_M013": 56,
      "b22010_E001": 24566,
      "b22010_M001": 599,
      "b22010_E002": 3533,
      "b22010_M002": 420,
      "b19013_E001": 73604,
      "b19013_M001": 4576
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.45,
       "moe": 5.94,
       "numerator": 4388,
       "denominator": 12377
      },
      "children_with_two_parents_pct": {
       "estimate": 64.55,
       "moe": 5.28,
       "numerator": 7989,
       "denominator": 12377
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.48,
       "moe": 4.72,
       "numerator": 2312,
       "denominator": 6517
      },
      "children_below_poverty_pct": {
       "estimate": 14.59,
       "moe": 4.11,
       "numerator": 1862,
       "denominator": 12765
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.6,
       "moe": 2.17,
       "numerator": 12630,
       "denominator": 42669
      },
      "limited_english_households_pct": {
       "estimate": 5.01,
       "moe": 1.71,
       "numerator": 1207,
       "denominator": 24076
      },
      "snap_households_pct": {
       "estimate": 16.57,
       "moe": 2.28,
       "numerator": 3990,
       "denominator": 24076
      },
      "median_household_income": {
       "estimate": 82094,
       "moe": 4966.0
      },
      "own_children_under_18": {
       "estimate": 12377,
       "moe": 795.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12765,
       "moe": 1100.0309086566613
      }
     },
     "lines": {
      "b23008_E001": 12377,
      "b23008_M001": 795,
      "b23008_E003": 2327,
      "b23008_M003": 477,
      "b23008_E008": 1219,
      "b23008_M008": 402,
      "b23008_E016": 5662,
      "b23008_M016": 680,
      "b23008_E021": 3169,
      "b23008_M021": 677,
      "b11003_E001": 15221,
      "b11003_M001": 570,
      "b11003_E003": 4205,
      "b11003_M003": 449,
      "b11003_E010": 562,
      "b11003_M010": 190,
      "b11003_E016": 1750,
      "b11003_M016": 318,
      "b17020_E001": 60308,
      "b17020_M001": 176,
      "b17020_E003": 657,
      "b17020_M003": 312,
      "b17020_E004": 519,
      "b17020_M004": 321,
      "b17020_E005": 686,
      "b17020_M005": 317,
      "b17020_E011": 2897,
      "b17020_M011": 528,
      "b17020_E012": 3551,
      "b17020_M012": 539,
      "b17020_E013": 4455,
      "b17020_M013": 583,
      "b15003_E001": 42669,
      "b15003_M001": 822,
      "b15003_E022": 7994,
      "b15003_M022": 722,
      "b15003_E023": 3707,
      "b15003_M023": 547,
      "b15003_E024": 684,
      "b15003_M024": 278,
      "b15003_E025": 245,
      "b15003_M025": 131,
      "c16002_E001": 24076,
      "c16002_M001": 694,
      "c16002_E004": 887,
      "c16002_M004": 398,
      "c16002_E007": 157,
      "c16002_M007": 56,
      "c16002_E010": 120,
      "c16002_M010": 88,
      "c16002_E013": 43,
      "c16002_M013": 42,
      "b22010_E001": 24076,
      "b22010_M001": 694,
      "b22010_E002": 3990,
      "b22010_M002": 562,
      "b19013_E001": 82094,
      "b19013_M001": 4966
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.54,
       "moe": 5.74,
       "numerator": 4067,
       "denominator": 11445
      },
      "children_with_two_parents_pct": {
       "estimate": 64.46,
       "moe": 5.71,
       "numerator": 7378,
       "denominator": 11445
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.91,
       "moe": 4.82,
       "numerator": 2184,
       "denominator": 6441
      },
      "children_below_poverty_pct": {
       "estimate": 10.71,
       "moe": 3.39,
       "numerator": 1261,
       "denominator": 11770
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.48,
       "moe": 2.02,
       "numerator": 13246,
       "denominator": 43455
      },
      "limited_english_households_pct": {
       "estimate": 5.07,
       "moe": 1.77,
       "numerator": 1254,
       "denominator": 24737
      },
      "snap_households_pct": {
       "estimate": 15.34,
       "moe": 1.88,
       "numerator": 3795,
       "denominator": 24737
      },
      "median_household_income": {
       "estimate": 83458,
       "moe": 4955.0
      },
      "own_children_under_18": {
       "estimate": 11445,
       "moe": 786.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11770,
       "moe": 991.5729927746116
      }
     },
     "lines": {
      "b23008_E001": 11445,
      "b23008_M001": 786,
      "b23008_E003": 2075,
      "b23008_M003": 437,
      "b23008_E008": 1206,
      "b23008_M008": 393,
      "b23008_E016": 5303,
      "b23008_M016": 702,
      "b23008_E021": 2861,
      "b23008_M021": 596,
      "b11003_E001": 15717,
      "b11003_M001": 500,
      "b11003_E003": 4257,
      "b11003_M003": 463,
      "b11003_E010": 546,
      "b11003_M010": 206,
      "b11003_E016": 1638,
      "b11003_M016": 307,
      "b17020_E001": 60381,
      "b17020_M001": 190,
      "b17020_E003": 445,
      "b17020_M003": 245,
      "b17020_E004": 388,
      "b17020_M004": 269,
      "b17020_E005": 428,
      "b17020_M005": 195,
      "b17020_E011": 2843,
      "b17020_M011": 471,
      "b17020_E012": 3380,
      "b17020_M012": 473,
      "b17020_E013": 4286,
      "b17020_M013": 606,
      "b15003_E001": 43455,
      "b15003_M001": 853,
      "b15003_E022": 8147,
      "b15003_M022": 642,
      "b15003_E023": 4156,
      "b15003_M023": 562,
      "b15003_E024": 755,
      "b15003_M024": 322,
      "b15003_E025": 188,
      "b15003_M025": 99,
      "c16002_E001": 24737,
      "c16002_M001": 708,
      "c16002_E004": 772,
      "c16002_M004": 398,
      "c16002_E007": 329,
      "c16002_M007": 163,
      "c16002_E010": 121,
      "c16002_M010": 86,
      "c16002_E013": 32,
      "c16002_M013": 36,
      "b22010_E001": 24737,
      "b22010_M001": 708,
      "b22010_E002": 3795,
      "b22010_M002": 477,
      "b19013_E001": 83458,
      "b19013_M001": 4955
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.0,
       "moe": 5.88,
       "numerator": 4236,
       "denominator": 11766
      },
      "children_with_two_parents_pct": {
       "estimate": 64.0,
       "moe": 6.15,
       "numerator": 7530,
       "denominator": 11766
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.4,
       "moe": 5.74,
       "numerator": 2182,
       "denominator": 6343
      },
      "children_below_poverty_pct": {
       "estimate": 16.28,
       "moe": 4.11,
       "numerator": 1973,
       "denominator": 12121
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.33,
       "moe": 2.09,
       "numerator": 13074,
       "denominator": 43099
      },
      "limited_english_households_pct": {
       "estimate": 5.49,
       "moe": 1.82,
       "numerator": 1343,
       "denominator": 24453
      },
      "snap_households_pct": {
       "estimate": 16.87,
       "moe": 1.93,
       "numerator": 4126,
       "denominator": 24453
      },
      "median_household_income": {
       "estimate": 79076,
       "moe": 5956.0
      },
      "own_children_under_18": {
       "estimate": 11766,
       "moe": 792.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12121,
       "moe": 1066.6213011186303
      }
     },
     "lines": {
      "b23008_E001": 11766,
      "b23008_M001": 792,
      "b23008_E003": 2248,
      "b23008_M003": 425,
      "b23008_E008": 1320,
      "b23008_M008": 412,
      "b23008_E016": 5282,
      "b23008_M016": 774,
      "b23008_E021": 2916,
      "b23008_M021": 625,
      "b11003_E001": 15458,
      "b11003_M001": 547,
      "b11003_E003": 4161,
      "b11003_M003": 425,
      "b11003_E010": 558,
      "b11003_M010": 200,
      "b11003_E016": 1624,
      "b11003_M016": 367,
      "b17020_E001": 60702,
      "b17020_M001": 199,
      "b17020_E003": 785,
      "b17020_M003": 318,
      "b17020_E004": 531,
      "b17020_M004": 324,
      "b17020_E005": 657,
      "b17020_M005": 268,
      "b17020_E011": 2791,
      "b17020_M011": 444,
      "b17020_E012": 3382,
      "b17020_M012": 539,
      "b17020_E013": 3975,
      "b17020_M013": 610,
      "b15003_E001": 43099,
      "b15003_M001": 940,
      "b15003_E022": 8142,
      "b15003_M022": 733,
      "b15003_E023": 3885,
      "b15003_M023": 488,
      "b15003_E024": 647,
      "b15003_M024": 265,
      "b15003_E025": 400,
      "b15003_M025": 211,
      "c16002_E001": 24453,
      "c16002_M001": 787,
      "c16002_E004": 833,
      "c16002_M004": 395,
      "c16002_E007": 375,
      "c16002_M007": 193,
      "c16002_E010": 119,
      "c16002_M010": 82,
      "c16002_E013": 16,
      "c16002_M013": 20,
      "b22010_E001": 24453,
      "b22010_M001": 787,
      "b22010_E002": 4126,
      "b22010_M002": 490,
      "b19013_E001": 79076,
      "b19013_M001": 5956
     }
    }
   }
  },
  "Brookfield": {
   "cousub": "08980",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.83,
       "moe": 4.37,
       "numerator": 447,
       "denominator": 3779
      },
      "children_with_two_parents_pct": {
       "estimate": 88.17,
       "moe": 7.59,
       "numerator": 3332,
       "denominator": 3779
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.51,
       "moe": 5.96,
       "numerator": 291,
       "denominator": 2005
      },
      "children_below_poverty_pct": {
       "estimate": 5.2,
       "moe": 3.39,
       "numerator": 200,
       "denominator": 3848
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.88,
       "moe": 3.59,
       "numerator": 6348,
       "denominator": 12235
      },
      "limited_english_households_pct": {
       "estimate": 2.72,
       "moe": 1.81,
       "numerator": 172,
       "denominator": 6330
      },
      "snap_households_pct": {
       "estimate": 2.31,
       "moe": 1.2,
       "numerator": 146,
       "denominator": 6330
      },
      "median_household_income": {
       "estimate": 128606,
       "moe": 11219.0
      },
      "own_children_under_18": {
       "estimate": 3779,
       "moe": 378.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3848,
       "moe": 516.4194031986018
      }
     },
     "lines": {
      "b23008_E001": 3779,
      "b23008_M001": 378,
      "b23008_E003": 825,
      "b23008_M003": 261,
      "b23008_E008": 58,
      "b23008_M008": 70,
      "b23008_E016": 2507,
      "b23008_M016": 354,
      "b23008_E021": 389,
      "b23008_M021": 156,
      "b11003_E001": 5011,
      "b11003_M001": 246,
      "b11003_E003": 1714,
      "b11003_M003": 239,
      "b11003_E010": 58,
      "b11003_M010": 55,
      "b11003_E016": 233,
      "b11003_M016": 113,
      "b17020_E001": 17324,
      "b17020_M001": 87,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 61,
      "b17020_M004": 58,
      "b17020_E005": 139,
      "b17020_M005": 118,
      "b17020_E011": 883,
      "b17020_M011": 280,
      "b17020_E012": 1239,
      "b17020_M012": 288,
      "b17020_E013": 1526,
      "b17020_M013": 296,
      "b15003_E001": 12235,
      "b15003_M001": 425,
      "b15003_E022": 3700,
      "b15003_M022": 369,
      "b15003_E023": 1949,
      "b15003_M023": 255,
      "b15003_E024": 472,
      "b15003_M024": 168,
      "b15003_E025": 227,
      "b15003_M025": 110,
      "c16002_E001": 6330,
      "c16002_M001": 292,
      "c16002_E004": 65,
      "c16002_M004": 61,
      "c16002_E007": 91,
      "c16002_M007": 92,
      "c16002_E010": 16,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6330,
      "b22010_M001": 292,
      "b22010_E002": 146,
      "b22010_M002": 76,
      "b19013_E001": 128606,
      "b19013_M001": 11219
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.93,
       "moe": 5.26,
       "numerator": 727,
       "denominator": 3648
      },
      "children_with_two_parents_pct": {
       "estimate": 80.07,
       "moe": 8.42,
       "numerator": 2921,
       "denominator": 3648
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.24,
       "moe": 3.71,
       "numerator": 364,
       "denominator": 2111
      },
      "children_below_poverty_pct": {
       "estimate": 6.84,
       "moe": 4.06,
       "numerator": 254,
       "denominator": 3712
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.96,
       "moe": 4.21,
       "numerator": 6377,
       "denominator": 12513
      },
      "limited_english_households_pct": {
       "estimate": 2.28,
       "moe": 1.72,
       "numerator": 150,
       "denominator": 6584
      },
      "snap_households_pct": {
       "estimate": 2.16,
       "moe": 1.55,
       "numerator": 142,
       "denominator": 6584
      },
      "median_household_income": {
       "estimate": 132950,
       "moe": 13521.0
      },
      "own_children_under_18": {
       "estimate": 3648,
       "moe": 375.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3712,
       "moe": 544.5576186226762
      }
     },
     "lines": {
      "b23008_E001": 3648,
      "b23008_M001": 375,
      "b23008_E003": 653,
      "b23008_M003": 233,
      "b23008_E008": 200,
      "b23008_M008": 165,
      "b23008_E016": 2268,
      "b23008_M016": 361,
      "b23008_E021": 527,
      "b23008_M021": 123,
      "b11003_E001": 5075,
      "b11003_M001": 204,
      "b11003_E003": 1747,
      "b11003_M003": 289,
      "b11003_E010": 57,
      "b11003_M010": 48,
      "b11003_E016": 307,
      "b11003_M016": 81,
      "b17020_E001": 17347,
      "b17020_M001": 85,
      "b17020_E003": 9,
      "b17020_M003": 19,
      "b17020_E004": 26,
      "b17020_M004": 30,
      "b17020_E005": 219,
      "b17020_M005": 151,
      "b17020_E011": 844,
      "b17020_M011": 266,
      "b17020_E012": 968,
      "b17020_M012": 325,
      "b17020_E013": 1646,
      "b17020_M013": 310,
      "b15003_E001": 12513,
      "b15003_M001": 320,
      "b15003_E022": 3576,
      "b15003_M022": 401,
      "b15003_E023": 1898,
      "b15003_M023": 285,
      "b15003_E024": 584,
      "b15003_M024": 205,
      "b15003_E025": 319,
      "b15003_M025": 142,
      "c16002_E001": 6584,
      "c16002_M001": 224,
      "c16002_E004": 44,
      "c16002_M004": 56,
      "c16002_E007": 89,
      "c16002_M007": 92,
      "c16002_E010": 17,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6584,
      "b22010_M001": 224,
      "b22010_E002": 142,
      "b22010_M002": 102,
      "b19013_E001": 132950,
      "b19013_M001": 13521
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.46,
       "moe": 6.01,
       "numerator": 700,
       "denominator": 3793
      },
      "children_with_two_parents_pct": {
       "estimate": 81.54,
       "moe": 8.85,
       "numerator": 3093,
       "denominator": 3793
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.87,
       "moe": 5.59,
       "numerator": 347,
       "denominator": 2187
      },
      "children_below_poverty_pct": {
       "estimate": 7.85,
       "moe": 4.16,
       "numerator": 299,
       "denominator": 3807
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.24,
       "moe": 4.35,
       "numerator": 6882,
       "denominator": 12688
      },
      "limited_english_households_pct": {
       "estimate": 2.11,
       "moe": 2.05,
       "numerator": 138,
       "denominator": 6542
      },
      "snap_households_pct": {
       "estimate": 1.59,
       "moe": 1.18,
       "numerator": 104,
       "denominator": 6542
      },
      "median_household_income": {
       "estimate": 142432,
       "moe": 13028.0
      },
      "own_children_under_18": {
       "estimate": 3793,
       "moe": 308.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3807,
       "moe": 522.2499401627539
      }
     },
     "lines": {
      "b23008_E001": 3793,
      "b23008_M001": 308,
      "b23008_E003": 677,
      "b23008_M003": 229,
      "b23008_E008": 189,
      "b23008_M008": 163,
      "b23008_E016": 2416,
      "b23008_M016": 351,
      "b23008_E021": 511,
      "b23008_M021": 169,
      "b11003_E001": 5011,
      "b11003_M001": 258,
      "b11003_E003": 1840,
      "b11003_M003": 237,
      "b11003_E010": 60,
      "b11003_M010": 49,
      "b11003_E016": 287,
      "b11003_M016": 120,
      "b17020_E001": 17361,
      "b17020_M001": 100,
      "b17020_E003": 19,
      "b17020_M003": 27,
      "b17020_E004": 55,
      "b17020_M004": 51,
      "b17020_E005": 225,
      "b17020_M005": 153,
      "b17020_E011": 847,
      "b17020_M011": 266,
      "b17020_E012": 1078,
      "b17020_M012": 293,
      "b17020_E013": 1583,
      "b17020_M013": 299,
      "b15003_E001": 12688,
      "b15003_M001": 322,
      "b15003_E022": 4086,
      "b15003_M022": 421,
      "b15003_E023": 1865,
      "b15003_M023": 308,
      "b15003_E024": 601,
      "b15003_M024": 215,
      "b15003_E025": 330,
      "b15003_M025": 132,
      "c16002_E001": 6542,
      "c16002_M001": 263,
      "c16002_E004": 13,
      "c16002_M004": 20,
      "c16002_E007": 109,
      "c16002_M007": 128,
      "c16002_E010": 16,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6542,
      "b22010_M001": 263,
      "b22010_E002": 104,
      "b22010_M002": 77,
      "b19013_E001": 142432,
      "b19013_M001": 13028
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.9,
       "moe": 5.37,
       "numerator": 825,
       "denominator": 3948
      },
      "children_with_two_parents_pct": {
       "estimate": 79.1,
       "moe": 8.68,
       "numerator": 3123,
       "denominator": 3948
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.3,
       "moe": 5.66,
       "numerator": 404,
       "denominator": 2208
      },
      "children_below_poverty_pct": {
       "estimate": 4.74,
       "moe": 2.78,
       "numerator": 187,
       "denominator": 3948
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.28,
       "moe": 4.74,
       "numerator": 7312,
       "denominator": 12546
      },
      "limited_english_households_pct": {
       "estimate": 0.76,
       "moe": 0.94,
       "numerator": 50,
       "denominator": 6587
      },
      "snap_households_pct": {
       "estimate": 0.79,
       "moe": 0.59,
       "numerator": 52,
       "denominator": 6587
      },
      "median_household_income": {
       "estimate": 148360,
       "moe": 10758.0
      },
      "own_children_under_18": {
       "estimate": 3948,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3948,
       "moe": 541.6917942889665
      }
     },
     "lines": {
      "b23008_E001": 3948,
      "b23008_M001": 365,
      "b23008_E003": 696,
      "b23008_M003": 257,
      "b23008_E008": 255,
      "b23008_M008": 134,
      "b23008_E016": 2427,
      "b23008_M016": 367,
      "b23008_E021": 570,
      "b23008_M021": 181,
      "b11003_E001": 4897,
      "b11003_M001": 287,
      "b11003_E003": 1804,
      "b11003_M003": 256,
      "b11003_E010": 121,
      "b11003_M010": 78,
      "b11003_E016": 283,
      "b11003_M016": 111,
      "b17020_E001": 17566,
      "b17020_M001": 113,
      "b17020_E003": 17,
      "b17020_M003": 28,
      "b17020_E004": 68,
      "b17020_M004": 72,
      "b17020_E005": 102,
      "b17020_M005": 82,
      "b17020_E011": 934,
      "b17020_M011": 279,
      "b17020_E012": 1087,
      "b17020_M012": 316,
      "b17020_E013": 1740,
      "b17020_M013": 321,
      "b15003_E001": 12546,
      "b15003_M001": 379,
      "b15003_E022": 4367,
      "b15003_M022": 436,
      "b15003_E023": 2059,
      "b15003_M023": 378,
      "b15003_E024": 628,
      "b15003_M024": 231,
      "b15003_E025": 258,
      "b15003_M025": 125,
      "c16002_E001": 6587,
      "c16002_M001": 265,
      "c16002_E004": 20,
      "c16002_M004": 31,
      "c16002_E007": 30,
      "c16002_M007": 45,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6587,
      "b22010_M001": 265,
      "b22010_E002": 52,
      "b22010_M002": 39,
      "b19013_E001": 148360,
      "b19013_M001": 10758
     }
    }
   }
  },
  "Brooklyn": {
   "cousub": "09190",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.33,
       "moe": 16.06,
       "numerator": 578,
       "denominator": 1788
      },
      "children_with_two_parents_pct": {
       "estimate": 67.67,
       "moe": 16.9,
       "numerator": 1210,
       "denominator": 1788
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.2,
       "moe": 13.19,
       "numerator": 303,
       "denominator": 971
      },
      "children_below_poverty_pct": {
       "estimate": 8.92,
       "moe": 9.19,
       "numerator": 163,
       "denominator": 1828
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.48,
       "moe": 4.47,
       "numerator": 1159,
       "denominator": 5949
      },
      "limited_english_households_pct": {
       "estimate": 3.31,
       "moe": 3.26,
       "numerator": 93,
       "denominator": 2807
      },
      "snap_households_pct": {
       "estimate": 10.9,
       "moe": 4.62,
       "numerator": 306,
       "denominator": 2807
      },
      "median_household_income": {
       "estimate": 79961,
       "moe": 15502.0
      },
      "own_children_under_18": {
       "estimate": 1788,
       "moe": 305.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1828,
       "moe": 420.1475931146101
      }
     },
     "lines": {
      "b23008_E001": 1788,
      "b23008_M001": 305,
      "b23008_E003": 202,
      "b23008_M003": 113,
      "b23008_E008": 308,
      "b23008_M008": 191,
      "b23008_E016": 1008,
      "b23008_M016": 348,
      "b23008_E021": 270,
      "b23008_M021": 236,
      "b11003_E001": 2269,
      "b11003_M001": 163,
      "b11003_E003": 668,
      "b11003_M003": 205,
      "b11003_E010": 193,
      "b11003_M010": 117,
      "b11003_E016": 110,
      "b11003_M016": 95,
      "b17020_E001": 7798,
      "b17020_M001": 201,
      "b17020_E003": 135,
      "b17020_M003": 169,
      "b17020_E004": 14,
      "b17020_M004": 23,
      "b17020_E005": 14,
      "b17020_M005": 23,
      "b17020_E011": 375,
      "b17020_M011": 138,
      "b17020_E012": 512,
      "b17020_M012": 185,
      "b17020_E013": 778,
      "b17020_M013": 306,
      "b15003_E001": 5949,
      "b15003_M001": 322,
      "b15003_E022": 713,
      "b15003_M022": 210,
      "b15003_E023": 346,
      "b15003_M023": 156,
      "b15003_E024": 86,
      "b15003_M024": 76,
      "b15003_E025": 14,
      "b15003_M025": 22,
      "c16002_E001": 2807,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 26,
      "c16002_M007": 44,
      "c16002_E010": 67,
      "c16002_M010": 76,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2807,
      "b22010_M001": 178,
      "b22010_E002": 306,
      "b22010_M002": 131,
      "b19013_E001": 79961,
      "b19013_M001": 15502
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.5,
       "moe": 9.03,
       "numerator": 277,
       "denominator": 1583
      },
      "children_with_two_parents_pct": {
       "estimate": 82.5,
       "moe": 17.18,
       "numerator": 1306,
       "denominator": 1583
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.97,
       "moe": 13.43,
       "numerator": 218,
       "denominator": 949
      },
      "children_below_poverty_pct": {
       "estimate": 7.02,
       "moe": 6.96,
       "numerator": 114,
       "denominator": 1625
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.62,
       "moe": 4.91,
       "numerator": 1263,
       "denominator": 6124
      },
      "limited_english_households_pct": {
       "estimate": 3.11,
       "moe": 3.3,
       "numerator": 91,
       "denominator": 2925
      },
      "snap_households_pct": {
       "estimate": 12.0,
       "moe": 4.39,
       "numerator": 351,
       "denominator": 2925
      },
      "median_household_income": {
       "estimate": 84816,
       "moe": 13643.0
      },
      "own_children_under_18": {
       "estimate": 1583,
       "moe": 304.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1625,
       "moe": 365.7758876689386
      }
     },
     "lines": {
      "b23008_E001": 1583,
      "b23008_M001": 304,
      "b23008_E003": 333,
      "b23008_M003": 148,
      "b23008_E008": 205,
      "b23008_M008": 134,
      "b23008_E016": 973,
      "b23008_M016": 339,
      "b23008_E021": 72,
      "b23008_M021": 73,
      "b11003_E001": 2330,
      "b11003_M001": 195,
      "b11003_E003": 731,
      "b11003_M003": 223,
      "b11003_E010": 167,
      "b11003_M010": 132,
      "b11003_E016": 51,
      "b11003_M016": 50,
      "b17020_E001": 7951,
      "b17020_M001": 65,
      "b17020_E003": 83,
      "b17020_M003": 110,
      "b17020_E004": 16,
      "b17020_M004": 26,
      "b17020_E005": 15,
      "b17020_M005": 26,
      "b17020_E011": 455,
      "b17020_M011": 152,
      "b17020_E012": 434,
      "b17020_M012": 156,
      "b17020_E013": 622,
      "b17020_M013": 270,
      "b15003_E001": 6124,
      "b15003_M001": 356,
      "b15003_E022": 856,
      "b15003_M022": 254,
      "b15003_E023": 341,
      "b15003_M023": 165,
      "b15003_E024": 44,
      "b15003_M024": 60,
      "b15003_E025": 22,
      "b15003_M025": 25,
      "c16002_E001": 2925,
      "c16002_M001": 219,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 91,
      "c16002_M010": 91,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2925,
      "b22010_M001": 219,
      "b22010_E002": 351,
      "b22010_M002": 131,
      "b19013_E001": 84816,
      "b19013_M001": 13643
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.88,
       "moe": 9.69,
       "numerator": 361,
       "denominator": 1729
      },
      "children_with_two_parents_pct": {
       "estimate": 79.12,
       "moe": 16.74,
       "numerator": 1368,
       "denominator": 1729
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.9,
       "moe": 13.45,
       "numerator": 259,
       "denominator": 1040
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 1.77,
       "numerator": 30,
       "denominator": 1770
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.52,
       "moe": 4.08,
       "numerator": 1306,
       "denominator": 6070
      },
      "limited_english_households_pct": {
       "estimate": 0.55,
       "moe": 1.08,
       "numerator": 16,
       "denominator": 2889
      },
      "snap_households_pct": {
       "estimate": 11.32,
       "moe": 4.48,
       "numerator": 327,
       "denominator": 2889
      },
      "median_household_income": {
       "estimate": 90575,
       "moe": 19067.0
      },
      "own_children_under_18": {
       "estimate": 1729,
       "moe": 245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1770,
       "moe": 327.2949739913523
      }
     },
     "lines": {
      "b23008_E001": 1729,
      "b23008_M001": 245,
      "b23008_E003": 360,
      "b23008_M003": 128,
      "b23008_E008": 93,
      "b23008_M008": 69,
      "b23008_E016": 1008,
      "b23008_M016": 324,
      "b23008_E021": 268,
      "b23008_M021": 161,
      "b11003_E001": 2313,
      "b11003_M001": 170,
      "b11003_E003": 781,
      "b11003_M003": 188,
      "b11003_E010": 96,
      "b11003_M010": 101,
      "b11003_E016": 163,
      "b11003_M016": 114,
      "b17020_E001": 8028,
      "b17020_M001": 75,
      "b17020_E003": 13,
      "b17020_M003": 25,
      "b17020_E004": 12,
      "b17020_M004": 18,
      "b17020_E005": 5,
      "b17020_M005": 8,
      "b17020_E011": 440,
      "b17020_M011": 142,
      "b17020_E012": 641,
      "b17020_M012": 164,
      "b17020_E013": 659,
      "b17020_M013": 243,
      "b15003_E001": 6070,
      "b15003_M001": 290,
      "b15003_E022": 839,
      "b15003_M022": 197,
      "b15003_E023": 411,
      "b15003_M023": 157,
      "b15003_E024": 43,
      "b15003_M024": 38,
      "b15003_E025": 13,
      "b15003_M025": 16,
      "c16002_E001": 2889,
      "c16002_M001": 175,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 7,
      "c16002_M007": 10,
      "c16002_E010": 9,
      "c16002_M010": 12,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2889,
      "b22010_M001": 175,
      "b22010_E002": 327,
      "b22010_M002": 131,
      "b19013_E001": 90575,
      "b19013_M001": 19067
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.86,
       "moe": 5.51,
       "numerator": 199,
       "denominator": 1678
      },
      "children_with_two_parents_pct": {
       "estimate": 88.14,
       "moe": 15.78,
       "numerator": 1479,
       "denominator": 1678
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.77,
       "moe": 6.59,
       "numerator": 111,
       "denominator": 943
      },
      "children_below_poverty_pct": {
       "estimate": 0.97,
       "moe": 1.49,
       "numerator": 17,
       "denominator": 1755
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.87,
       "moe": 4.51,
       "numerator": 1488,
       "denominator": 6233
      },
      "limited_english_households_pct": {
       "estimate": 0.62,
       "moe": 1.13,
       "numerator": 19,
       "denominator": 3042
      },
      "snap_households_pct": {
       "estimate": 9.17,
       "moe": 4.21,
       "numerator": 279,
       "denominator": 3042
      },
      "median_household_income": {
       "estimate": 96207,
       "moe": 15043.0
      },
      "own_children_under_18": {
       "estimate": 1678,
       "moe": 307.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1755,
       "moe": 338.71079108879894
      }
     },
     "lines": {
      "b23008_E001": 1678,
      "b23008_M001": 307,
      "b23008_E003": 345,
      "b23008_M003": 129,
      "b23008_E008": 23,
      "b23008_M008": 29,
      "b23008_E016": 1134,
      "b23008_M016": 356,
      "b23008_E021": 176,
      "b23008_M021": 95,
      "b11003_E001": 2315,
      "b11003_M001": 158,
      "b11003_E003": 832,
      "b11003_M003": 211,
      "b11003_E010": 19,
      "b11003_M010": 21,
      "b11003_E016": 92,
      "b11003_M016": 64,
      "b17020_E001": 8139,
      "b17020_M001": 66,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 8,
      "b17020_M004": 13,
      "b17020_E005": 9,
      "b17020_M005": 13,
      "b17020_E011": 368,
      "b17020_M011": 131,
      "b17020_E012": 684,
      "b17020_M012": 177,
      "b17020_E013": 686,
      "b17020_M013": 256,
      "b15003_E001": 6233,
      "b15003_M001": 333,
      "b15003_E022": 875,
      "b15003_M022": 230,
      "b15003_E023": 497,
      "b15003_M023": 168,
      "b15003_E024": 80,
      "b15003_M024": 61,
      "b15003_E025": 36,
      "b15003_M025": 25,
      "c16002_E001": 3042,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 8,
      "c16002_M007": 13,
      "c16002_E010": 11,
      "c16002_M010": 17,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3042,
      "b22010_M001": 178,
      "b22010_E002": 279,
      "b22010_M002": 129,
      "b19013_E001": 96207,
      "b19013_M001": 15043
     }
    }
   }
  },
  "Burlington": {
   "cousub": "10100",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.68,
       "moe": 5.3,
       "numerator": 313,
       "denominator": 2468
      },
      "children_with_two_parents_pct": {
       "estimate": 87.32,
       "moe": 8.25,
       "numerator": 2155,
       "denominator": 2468
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.16,
       "moe": 5.59,
       "numerator": 201,
       "denominator": 1419
      },
      "children_below_poverty_pct": {
       "estimate": 1.33,
       "moe": 1.87,
       "numerator": 33,
       "denominator": 2483
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.97,
       "moe": 5.41,
       "numerator": 3375,
       "denominator": 6494
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.15,
       "numerator": 0,
       "denominator": 3318
      },
      "snap_households_pct": {
       "estimate": 2.44,
       "moe": 1.68,
       "numerator": 81,
       "denominator": 3318
      },
      "median_household_income": {
       "estimate": 143038,
       "moe": 12477.0
      },
      "own_children_under_18": {
       "estimate": 2468,
       "moe": 216.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2483,
       "moe": 348.8079700924278
      }
     },
     "lines": {
      "b23008_E001": 2468,
      "b23008_M001": 216,
      "b23008_E003": 485,
      "b23008_M003": 134,
      "b23008_E008": 92,
      "b23008_M008": 73,
      "b23008_E016": 1670,
      "b23008_M016": 243,
      "b23008_E021": 221,
      "b23008_M021": 112,
      "b11003_E001": 2732,
      "b11003_M001": 117,
      "b11003_E003": 1218,
      "b11003_M003": 186,
      "b11003_E010": 125,
      "b11003_M010": 68,
      "b11003_E016": 76,
      "b11003_M016": 50,
      "b17020_E001": 9499,
      "b17020_M001": 28,
      "b17020_E003": 29,
      "b17020_M003": 42,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 4,
      "b17020_M005": 7,
      "b17020_E011": 548,
      "b17020_M011": 153,
      "b17020_E012": 918,
      "b17020_M012": 228,
      "b17020_E013": 984,
      "b17020_M013": 210,
      "b15003_E001": 6494,
      "b15003_M001": 224,
      "b15003_E022": 1957,
      "b15003_M022": 270,
      "b15003_E023": 1106,
      "b15003_M023": 231,
      "b15003_E024": 213,
      "b15003_M024": 90,
      "b15003_E025": 99,
      "b15003_M025": 49,
      "c16002_E001": 3318,
      "c16002_M001": 152,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3318,
      "b22010_M001": 152,
      "b22010_E002": 81,
      "b22010_M002": 56,
      "b19013_E001": 143038,
      "b19013_M001": 12477
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.71,
       "moe": 6.15,
       "numerator": 362,
       "denominator": 2461
      },
      "children_with_two_parents_pct": {
       "estimate": 85.29,
       "moe": 9.16,
       "numerator": 2099,
       "denominator": 2461
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.7,
       "moe": 6.99,
       "numerator": 194,
       "denominator": 1236
      },
      "children_below_poverty_pct": {
       "estimate": 0.8,
       "moe": 1.3,
       "numerator": 20,
       "denominator": 2511
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.56,
       "moe": 5.4,
       "numerator": 3248,
       "denominator": 6424
      },
      "limited_english_households_pct": {
       "estimate": 0.84,
       "moe": 1.64,
       "numerator": 27,
       "denominator": 3206
      },
      "snap_households_pct": {
       "estimate": 3.21,
       "moe": 1.8,
       "numerator": 103,
       "denominator": 3206
      },
      "median_household_income": {
       "estimate": 148696,
       "moe": 15538.0
      },
      "own_children_under_18": {
       "estimate": 2461,
       "moe": 191.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2511,
       "moe": 329.1413070400007
      }
     },
     "lines": {
      "b23008_E001": 2461,
      "b23008_M001": 191,
      "b23008_E003": 439,
      "b23008_M003": 128,
      "b23008_E008": 44,
      "b23008_M008": 49,
      "b23008_E016": 1660,
      "b23008_M016": 247,
      "b23008_E021": 318,
      "b23008_M021": 146,
      "b11003_E001": 2507,
      "b11003_M001": 139,
      "b11003_E003": 1042,
      "b11003_M003": 168,
      "b11003_E010": 112,
      "b11003_M010": 79,
      "b11003_E016": 82,
      "b11003_M016": 46,
      "b17020_E001": 9538,
      "b17020_M001": 41,
      "b17020_E003": 16,
      "b17020_M003": 26,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 4,
      "b17020_M005": 6,
      "b17020_E011": 467,
      "b17020_M011": 136,
      "b17020_E012": 897,
      "b17020_M012": 202,
      "b17020_E013": 1127,
      "b17020_M013": 219,
      "b15003_E001": 6424,
      "b15003_M001": 238,
      "b15003_E022": 1884,
      "b15003_M022": 279,
      "b15003_E023": 1011,
      "b15003_M023": 212,
      "b15003_E024": 251,
      "b15003_M024": 93,
      "b15003_E025": 102,
      "b15003_M025": 59,
      "c16002_E001": 3206,
      "c16002_M001": 171,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 27,
      "c16002_M007": 41,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3206,
      "b22010_M001": 171,
      "b22010_E002": 103,
      "b22010_M002": 58,
      "b19013_E001": 148696,
      "b19013_M001": 15538
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.15,
       "moe": 7.15,
       "numerator": 390,
       "denominator": 2415
      },
      "children_with_two_parents_pct": {
       "estimate": 83.85,
       "moe": 11.74,
       "numerator": 2025,
       "denominator": 2415
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.57,
       "moe": 5.49,
       "numerator": 137,
       "denominator": 1184
      },
      "children_below_poverty_pct": {
       "estimate": 0.94,
       "moe": 1.49,
       "numerator": 23,
       "denominator": 2456
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.52,
       "moe": 4.92,
       "numerator": 3382,
       "denominator": 6439
      },
      "limited_english_households_pct": {
       "estimate": 1.05,
       "moe": 1.84,
       "numerator": 34,
       "denominator": 3252
      },
      "snap_households_pct": {
       "estimate": 1.69,
       "moe": 1.07,
       "numerator": 55,
       "denominator": 3252
      },
      "median_household_income": {
       "estimate": 158357,
       "moe": 12408.0
      },
      "own_children_under_18": {
       "estimate": 2415,
       "moe": 194.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2456,
       "moe": 319.90779921721196
      }
     },
     "lines": {
      "b23008_E001": 2415,
      "b23008_M001": 194,
      "b23008_E003": 482,
      "b23008_M003": 141,
      "b23008_E008": 62,
      "b23008_M008": 57,
      "b23008_E016": 1543,
      "b23008_M016": 295,
      "b23008_E021": 328,
      "b23008_M021": 166,
      "b11003_E001": 2583,
      "b11003_M001": 119,
      "b11003_E003": 1047,
      "b11003_M003": 179,
      "b11003_E010": 51,
      "b11003_M010": 46,
      "b11003_E016": 86,
      "b11003_M016": 51,
      "b17020_E001": 9599,
      "b17020_M001": 27,
      "b17020_E003": 19,
      "b17020_M003": 31,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 4,
      "b17020_M005": 5,
      "b17020_E011": 525,
      "b17020_M011": 143,
      "b17020_E012": 839,
      "b17020_M012": 209,
      "b17020_E013": 1069,
      "b17020_M013": 192,
      "b15003_E001": 6439,
      "b15003_M001": 219,
      "b15003_E022": 1952,
      "b15003_M022": 245,
      "b15003_E023": 1138,
      "b15003_M023": 213,
      "b15003_E024": 205,
      "b15003_M024": 77,
      "b15003_E025": 87,
      "b15003_M025": 48,
      "c16002_E001": 3252,
      "c16002_M001": 152,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 34,
      "c16002_M007": 50,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3252,
      "b22010_M001": 152,
      "b22010_E002": 55,
      "b22010_M002": 35,
      "b19013_E001": 158357,
      "b19013_M001": 12408
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.68,
       "moe": 6.35,
       "numerator": 333,
       "denominator": 2434
      },
      "children_with_two_parents_pct": {
       "estimate": 86.32,
       "moe": 10.63,
       "numerator": 2101,
       "denominator": 2434
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.42,
       "moe": 4.95,
       "numerator": 121,
       "denominator": 1161
      },
      "children_below_poverty_pct": {
       "estimate": 0.44,
       "moe": 1.23,
       "numerator": 11,
       "denominator": 2501
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.8,
       "moe": 4.29,
       "numerator": 3324,
       "denominator": 6543
      },
      "limited_english_households_pct": {
       "estimate": 1.79,
       "moe": 2.09,
       "numerator": 59,
       "denominator": 3305
      },
      "snap_households_pct": {
       "estimate": 1.06,
       "moe": 0.78,
       "numerator": 35,
       "denominator": 3305
      },
      "median_household_income": {
       "estimate": 165120,
       "moe": 13287.0
      },
      "own_children_under_18": {
       "estimate": 2434,
       "moe": 199.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2501,
       "moe": 300.24156940703597
      }
     },
     "lines": {
      "b23008_E001": 2434,
      "b23008_M001": 199,
      "b23008_E003": 500,
      "b23008_M003": 130,
      "b23008_E008": 41,
      "b23008_M008": 39,
      "b23008_E016": 1601,
      "b23008_M016": 282,
      "b23008_E021": 292,
      "b23008_M021": 152,
      "b11003_E001": 2637,
      "b11003_M001": 143,
      "b11003_E003": 1040,
      "b11003_M003": 163,
      "b11003_E010": 33,
      "b11003_M010": 40,
      "b11003_E016": 88,
      "b11003_M016": 45,
      "b17020_E001": 9678,
      "b17020_M001": 28,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 11,
      "b17020_M005": 15,
      "b17020_E011": 541,
      "b17020_M011": 130,
      "b17020_E012": 788,
      "b17020_M012": 197,
      "b17020_E013": 1161,
      "b17020_M013": 183,
      "b15003_E001": 6543,
      "b15003_M001": 225,
      "b15003_E022": 1901,
      "b15003_M022": 218,
      "b15003_E023": 1088,
      "b15003_M023": 185,
      "b15003_E024": 211,
      "b15003_M024": 86,
      "b15003_E025": 124,
      "b15003_M025": 51,
      "c16002_E001": 3305,
      "c16002_M001": 169,
      "c16002_E004": 23,
      "c16002_M004": 34,
      "c16002_E007": 36,
      "c16002_M007": 54,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3305,
      "b22010_M001": 169,
      "b22010_E002": 35,
      "b22010_M002": 26,
      "b19013_E001": 165120,
      "b19013_M001": 13287
     }
    }
   }
  },
  "Canaan": {
   "cousub": "10940",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.64,
       "moe": 18.67,
       "numerator": 55,
       "denominator": 129
      },
      "children_with_two_parents_pct": {
       "estimate": 57.36,
       "moe": 16.4,
       "numerator": 74,
       "denominator": 129
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.25,
       "moe": 15.83,
       "numerator": 20,
       "denominator": 64
      },
      "children_below_poverty_pct": {
       "estimate": 8.11,
       "moe": 11.4,
       "numerator": 12,
       "denominator": 148
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.31,
       "moe": 8.01,
       "numerator": 491,
       "denominator": 957
      },
      "limited_english_households_pct": {
       "estimate": 0.9,
       "moe": 4.26,
       "numerator": 5,
       "denominator": 553
      },
      "snap_households_pct": {
       "estimate": 5.97,
       "moe": 4.26,
       "numerator": 33,
       "denominator": 553
      },
      "median_household_income": {
       "estimate": 80938,
       "moe": 23627.0
      },
      "own_children_under_18": {
       "estimate": 129,
       "moe": 24.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 148,
       "moe": 43.46262762420146
      }
     },
     "lines": {
      "b23008_E001": 129,
      "b23008_M001": 24,
      "b23008_E003": 28,
      "b23008_M003": 14,
      "b23008_E008": 21,
      "b23008_M008": 18,
      "b23008_E016": 46,
      "b23008_M016": 21,
      "b23008_E021": 34,
      "b23008_M021": 19,
      "b11003_E001": 358,
      "b11003_M001": 82,
      "b11003_E003": 44,
      "b11003_M003": 17,
      "b11003_E010": 8,
      "b11003_M010": 9,
      "b11003_E016": 12,
      "b11003_M016": 8,
      "b17020_E001": 1223,
      "b17020_M001": 169,
      "b17020_E003": 6,
      "b17020_M003": 8,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 6,
      "b17020_M005": 8,
      "b17020_E011": 62,
      "b17020_M011": 28,
      "b17020_E012": 30,
      "b17020_M012": 18,
      "b17020_E013": 44,
      "b17020_M013": 22,
      "b15003_E001": 957,
      "b15003_M001": 113,
      "b15003_E022": 293,
      "b15003_M022": 80,
      "b15003_E023": 148,
      "b15003_M023": 47,
      "b15003_E024": 35,
      "b15003_M024": 23,
      "b15003_E025": 15,
      "b15003_M025": 10,
      "c16002_E001": 553,
      "c16002_M001": 78,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 5,
      "c16002_M010": 7,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 553,
      "b22010_M001": 78,
      "b22010_E002": 33,
      "b22010_M002": 24,
      "b19013_E001": 80938,
      "b19013_M001": 23627
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.83,
       "moe": 15.72,
       "numerator": 66,
       "denominator": 138
      },
      "children_with_two_parents_pct": {
       "estimate": 52.17,
       "moe": 16.84,
       "numerator": 72,
       "denominator": 138
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.36,
       "moe": 20.64,
       "numerator": 28,
       "denominator": 77
      },
      "children_below_poverty_pct": {
       "estimate": 8.44,
       "moe": 11.88,
       "numerator": 13,
       "denominator": 154
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.11,
       "moe": 7.74,
       "numerator": 444,
       "denominator": 886
      },
      "limited_english_households_pct": {
       "estimate": 1.59,
       "moe": 5.08,
       "numerator": 8,
       "denominator": 502
      },
      "snap_households_pct": {
       "estimate": 7.77,
       "moe": 5.03,
       "numerator": 39,
       "denominator": 502
      },
      "median_household_income": {
       "estimate": 89318,
       "moe": 23401.0
      },
      "own_children_under_18": {
       "estimate": 138,
       "moe": 26.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 154,
       "moe": 46.216880033165374
      }
     },
     "lines": {
      "b23008_E001": 138,
      "b23008_M001": 26,
      "b23008_E003": 32,
      "b23008_M003": 18,
      "b23008_E008": 28,
      "b23008_M008": 20,
      "b23008_E016": 40,
      "b23008_M016": 20,
      "b23008_E021": 38,
      "b23008_M021": 15,
      "b11003_E001": 332,
      "b11003_M001": 79,
      "b11003_E003": 49,
      "b11003_M003": 19,
      "b11003_E010": 12,
      "b11003_M010": 15,
      "b11003_E016": 16,
      "b11003_M016": 11,
      "b17020_E001": 1155,
      "b17020_M001": 182,
      "b17020_E003": 7,
      "b17020_M003": 9,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 6,
      "b17020_M005": 10,
      "b17020_E011": 69,
      "b17020_M011": 33,
      "b17020_E012": 43,
      "b17020_M012": 21,
      "b17020_E013": 29,
      "b17020_M013": 16,
      "b15003_E001": 886,
      "b15003_M001": 112,
      "b15003_E022": 272,
      "b15003_M022": 75,
      "b15003_E023": 127,
      "b15003_M023": 42,
      "b15003_E024": 20,
      "b15003_M024": 13,
      "b15003_E025": 25,
      "b15003_M025": 17,
      "c16002_E001": 502,
      "c16002_M001": 80,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 8,
      "c16002_M010": 12,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 502,
      "b22010_M001": 80,
      "b22010_E002": 39,
      "b22010_M002": 26,
      "b19013_E001": 89318,
      "b19013_M001": 23401
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.0,
       "moe": 13.44,
       "numerator": 42,
       "denominator": 150
      },
      "children_with_two_parents_pct": {
       "estimate": 72.0,
       "moe": 20.81,
       "numerator": 108,
       "denominator": 150
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.03,
       "moe": 20.07,
       "numerator": 27,
       "denominator": 87
      },
      "children_below_poverty_pct": {
       "estimate": 6.55,
       "moe": 14.3,
       "numerator": 11,
       "denominator": 168
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.23,
       "moe": 8.63,
       "numerator": 434,
       "denominator": 831
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 5.67,
       "numerator": 0,
       "denominator": 494
      },
      "snap_households_pct": {
       "estimate": 7.09,
       "moe": 5.33,
       "numerator": 35,
       "denominator": 494
      },
      "median_household_income": {
       "estimate": 87000,
       "moe": 23733.0
      },
      "own_children_under_18": {
       "estimate": 150,
       "moe": 42.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 168,
       "moe": 50.15974481593781
      }
     },
     "lines": {
      "b23008_E001": 150,
      "b23008_M001": 42,
      "b23008_E003": 32,
      "b23008_M003": 17,
      "b23008_E008": 19,
      "b23008_M008": 16,
      "b23008_E016": 76,
      "b23008_M016": 40,
      "b23008_E021": 23,
      "b23008_M021": 17,
      "b11003_E001": 344,
      "b11003_M001": 81,
      "b11003_E003": 60,
      "b11003_M003": 22,
      "b11003_E010": 14,
      "b11003_M010": 17,
      "b11003_E016": 13,
      "b11003_M016": 10,
      "b17020_E001": 1140,
      "b17020_M001": 195,
      "b17020_E003": 11,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 58,
      "b17020_M011": 26,
      "b17020_E012": 66,
      "b17020_M012": 26,
      "b17020_E013": 33,
      "b17020_M013": 24,
      "b15003_E001": 831,
      "b15003_M001": 101,
      "b15003_E022": 258,
      "b15003_M022": 77,
      "b15003_E023": 118,
      "b15003_M023": 34,
      "b15003_E024": 30,
      "b15003_M024": 21,
      "b15003_E025": 28,
      "b15003_M025": 20,
      "c16002_E001": 494,
      "c16002_M001": 83,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 494,
      "b22010_M001": 83,
      "b22010_E002": 35,
      "b22010_M002": 27,
      "b19013_E001": 87000,
      "b19013_M001": 23733
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.84,
       "moe": 12.52,
       "numerator": 38,
       "denominator": 153
      },
      "children_with_two_parents_pct": {
       "estimate": 75.16,
       "moe": 16.29,
       "numerator": 115,
       "denominator": 153
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.21,
       "moe": 17.75,
       "numerator": 22,
       "denominator": 78
      },
      "children_below_poverty_pct": {
       "estimate": 4.68,
       "moe": 13.47,
       "numerator": 8,
       "denominator": 171
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.82,
       "moe": 8.97,
       "numerator": 425,
       "denominator": 853
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 5.61,
       "numerator": 0,
       "denominator": 499
      },
      "snap_households_pct": {
       "estimate": 6.81,
       "moe": 5.3,
       "numerator": 34,
       "denominator": 499
      },
      "median_household_income": {
       "estimate": 89632,
       "moe": 25455.0
      },
      "own_children_under_18": {
       "estimate": 153,
       "moe": 43.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 171,
       "moe": 51.18593556827891
      }
     },
     "lines": {
      "b23008_E001": 153,
      "b23008_M001": 43,
      "b23008_E003": 39,
      "b23008_M003": 21,
      "b23008_E008": 17,
      "b23008_M008": 15,
      "b23008_E016": 76,
      "b23008_M016": 35,
      "b23008_E021": 21,
      "b23008_M021": 16,
      "b11003_E001": 355,
      "b11003_M001": 77,
      "b11003_E003": 56,
      "b11003_M003": 22,
      "b11003_E010": 10,
      "b11003_M010": 13,
      "b11003_E016": 12,
      "b11003_M016": 9,
      "b17020_E001": 1175,
      "b17020_M001": 204,
      "b17020_E003": 8,
      "b17020_M003": 12,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 66,
      "b17020_M011": 32,
      "b17020_E012": 58,
      "b17020_M012": 22,
      "b17020_E013": 39,
      "b17020_M013": 24,
      "b15003_E001": 853,
      "b15003_M001": 104,
      "b15003_E022": 237,
      "b15003_M022": 81,
      "b15003_E023": 120,
      "b15003_M023": 37,
      "b15003_E024": 38,
      "b15003_M024": 17,
      "b15003_E025": 30,
      "b15003_M025": 18,
      "c16002_E001": 499,
      "c16002_M001": 78,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 499,
      "b22010_M001": 78,
      "b22010_E002": 34,
      "b22010_M002": 27,
      "b19013_E001": 89632,
      "b19013_M001": 25455
     }
    }
   }
  },
  "Canterbury": {
   "cousub": "12130",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.97,
       "moe": 15.18,
       "numerator": 196,
       "denominator": 892
      },
      "children_with_two_parents_pct": {
       "estimate": 78.03,
       "moe": 18.04,
       "numerator": 696,
       "denominator": 892
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.74,
       "moe": 12.7,
       "numerator": 107,
       "denominator": 571
      },
      "children_below_poverty_pct": {
       "estimate": 4.28,
       "moe": 5.35,
       "numerator": 39,
       "denominator": 911
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.49,
       "moe": 5.89,
       "numerator": 1055,
       "denominator": 3838
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.78,
       "numerator": 0,
       "denominator": 2138
      },
      "snap_households_pct": {
       "estimate": 8.23,
       "moe": 4.17,
       "numerator": 176,
       "denominator": 2138
      },
      "median_household_income": {
       "estimate": 95364,
       "moe": 10515.0
      },
      "own_children_under_18": {
       "estimate": 892,
       "moe": 134.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 911,
       "moe": 218.1536156014839
      }
     },
     "lines": {
      "b23008_E001": 892,
      "b23008_M001": 134,
      "b23008_E003": 208,
      "b23008_M003": 98,
      "b23008_E008": 7,
      "b23008_M008": 13,
      "b23008_E016": 488,
      "b23008_M016": 165,
      "b23008_E021": 189,
      "b23008_M021": 138,
      "b11003_E001": 1490,
      "b11003_M001": 138,
      "b11003_E003": 464,
      "b11003_M003": 136,
      "b11003_E010": 55,
      "b11003_M010": 61,
      "b11003_E016": 52,
      "b11003_M016": 49,
      "b17020_E001": 5053,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 29,
      "b17020_M004": 43,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 224,
      "b17020_M011": 100,
      "b17020_E012": 298,
      "b17020_M012": 135,
      "b17020_E013": 350,
      "b17020_M013": 130,
      "b15003_E001": 3838,
      "b15003_M001": 163,
      "b15003_E022": 572,
      "b15003_M022": 163,
      "b15003_E023": 418,
      "b15003_M023": 152,
      "b15003_E024": 23,
      "b15003_M024": 26,
      "b15003_E025": 42,
      "b15003_M025": 53,
      "c16002_E001": 2138,
      "c16002_M001": 150,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2138,
      "b22010_M001": 150,
      "b22010_E002": 176,
      "b22010_M002": 90,
      "b19013_E001": 95364,
      "b19013_M001": 10515
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.57,
       "moe": 19.73,
       "numerator": 228,
       "denominator": 798
      },
      "children_with_two_parents_pct": {
       "estimate": 71.43,
       "moe": 14.14,
       "numerator": 570,
       "denominator": 798
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.48,
       "moe": 13.78,
       "numerator": 110,
       "denominator": 512
      },
      "children_below_poverty_pct": {
       "estimate": 5.81,
       "moe": 7.3,
       "numerator": 47,
       "denominator": 809
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.85,
       "moe": 5.9,
       "numerator": 957,
       "denominator": 4012
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.65,
       "numerator": 0,
       "denominator": 2308
      },
      "snap_households_pct": {
       "estimate": 8.36,
       "moe": 5.11,
       "numerator": 193,
       "denominator": 2308
      },
      "median_household_income": {
       "estimate": 96121,
       "moe": 2344.0
      },
      "own_children_under_18": {
       "estimate": 798,
       "moe": 155.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 809,
       "moe": 181.00828710310475
      }
     },
     "lines": {
      "b23008_E001": 798,
      "b23008_M001": 155,
      "b23008_E003": 105,
      "b23008_M003": 63,
      "b23008_E008": 17,
      "b23008_M008": 29,
      "b23008_E016": 465,
      "b23008_M016": 145,
      "b23008_E021": 211,
      "b23008_M021": 161,
      "b11003_E001": 1576,
      "b11003_M001": 214,
      "b11003_E003": 402,
      "b11003_M003": 121,
      "b11003_E010": 42,
      "b11003_M010": 47,
      "b11003_E016": 68,
      "b11003_M016": 61,
      "b17020_E001": 5067,
      "b17020_M001": 27,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 36,
      "b17020_M004": 54,
      "b17020_E005": 11,
      "b17020_M005": 18,
      "b17020_E011": 122,
      "b17020_M011": 67,
      "b17020_E012": 352,
      "b17020_M012": 107,
      "b17020_E013": 288,
      "b17020_M013": 115,
      "b15003_E001": 4012,
      "b15003_M001": 208,
      "b15003_E022": 482,
      "b15003_M022": 193,
      "b15003_E023": 430,
      "b15003_M023": 138,
      "b15003_E024": 10,
      "b15003_M024": 17,
      "b15003_E025": 35,
      "b15003_M025": 44,
      "c16002_E001": 2308,
      "c16002_M001": 183,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2308,
      "b22010_M001": 183,
      "b22010_E002": 193,
      "b22010_M002": 119,
      "b19013_E001": 96121,
      "b19013_M001": 2344
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.12,
       "moe": 13.56,
       "numerator": 221,
       "denominator": 786
      },
      "children_with_two_parents_pct": {
       "estimate": 71.88,
       "moe": 11.86,
       "numerator": 565,
       "denominator": 786
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.08,
       "moe": 15.95,
       "numerator": 99,
       "denominator": 493
      },
      "children_below_poverty_pct": {
       "estimate": 6.23,
       "moe": 9.67,
       "numerator": 49,
       "denominator": 786
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.94,
       "moe": 5.72,
       "numerator": 1047,
       "denominator": 4036
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.7,
       "numerator": 0,
       "denominator": 2230
      },
      "snap_households_pct": {
       "estimate": 7.26,
       "moe": 4.45,
       "numerator": 162,
       "denominator": 2230
      },
      "median_household_income": {
       "estimate": 99487,
       "moe": 12460.0
      },
      "own_children_under_18": {
       "estimate": 786,
       "moe": 151.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 786,
       "moe": 182.92348127017482
      }
     },
     "lines": {
      "b23008_E001": 786,
      "b23008_M001": 151,
      "b23008_E003": 190,
      "b23008_M003": 89,
      "b23008_E008": 15,
      "b23008_M008": 25,
      "b23008_E016": 375,
      "b23008_M016": 112,
      "b23008_E021": 206,
      "b23008_M021": 112,
      "b11003_E001": 1459,
      "b11003_M001": 136,
      "b11003_E003": 394,
      "b11003_M003": 126,
      "b11003_E010": 29,
      "b11003_M010": 32,
      "b11003_E016": 70,
      "b11003_M016": 78,
      "b17020_E001": 5082,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 49,
      "b17020_M004": 72,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 205,
      "b17020_M011": 89,
      "b17020_E012": 302,
      "b17020_M012": 103,
      "b17020_E013": 230,
      "b17020_M013": 95,
      "b15003_E001": 4036,
      "b15003_M001": 181,
      "b15003_E022": 530,
      "b15003_M022": 163,
      "b15003_E023": 432,
      "b15003_M023": 156,
      "b15003_E024": 45,
      "b15003_M024": 45,
      "b15003_E025": 40,
      "b15003_M025": 50,
      "c16002_E001": 2230,
      "c16002_M001": 166,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2230,
      "b22010_M001": 166,
      "b22010_E002": 162,
      "b22010_M002": 100,
      "b19013_E001": 99487,
      "b19013_M001": 12460
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.14,
       "moe": 11.83,
       "numerator": 163,
       "denominator": 771
      },
      "children_with_two_parents_pct": {
       "estimate": 78.86,
       "moe": 7.85,
       "numerator": 608,
       "denominator": 771
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.91,
       "moe": 17.61,
       "numerator": 87,
       "denominator": 416
      },
      "children_below_poverty_pct": {
       "estimate": 6.61,
       "moe": 10.34,
       "numerator": 51,
       "denominator": 771
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.22,
       "moe": 5.4,
       "numerator": 1073,
       "denominator": 4092
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.78,
       "numerator": 0,
       "denominator": 2132
      },
      "snap_households_pct": {
       "estimate": 7.04,
       "moe": 4.23,
       "numerator": 150,
       "denominator": 2132
      },
      "median_household_income": {
       "estimate": 103198,
       "moe": 6437.0
      },
      "own_children_under_18": {
       "estimate": 771,
       "moe": 179.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 771,
       "moe": 183.3248482884958
      }
     },
     "lines": {
      "b23008_E001": 771,
      "b23008_M001": 179,
      "b23008_E003": 224,
      "b23008_M003": 92,
      "b23008_E008": 16,
      "b23008_M008": 27,
      "b23008_E016": 384,
      "b23008_M016": 123,
      "b23008_E021": 147,
      "b23008_M021": 95,
      "b11003_E001": 1505,
      "b11003_M001": 143,
      "b11003_E003": 329,
      "b11003_M003": 95,
      "b11003_E010": 24,
      "b11003_M010": 29,
      "b11003_E016": 63,
      "b11003_M016": 72,
      "b17020_E001": 5124,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 51,
      "b17020_M004": 76,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 240,
      "b17020_M011": 98,
      "b17020_E012": 290,
      "b17020_M012": 109,
      "b17020_E013": 190,
      "b17020_M013": 75,
      "b15003_E001": 4092,
      "b15003_M001": 202,
      "b15003_E022": 561,
      "b15003_M022": 185,
      "b15003_E023": 436,
      "b15003_M023": 122,
      "b15003_E024": 53,
      "b15003_M024": 43,
      "b15003_E025": 23,
      "b15003_M025": 27,
      "c16002_E001": 2132,
      "c16002_M001": 181,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2132,
      "b22010_M001": 181,
      "b22010_E002": 150,
      "b22010_M002": 91,
      "b19013_E001": 103198,
      "b19013_M001": 6437
     }
    }
   }
  },
  "Canton": {
   "cousub": "12270",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.35,
       "moe": 8.55,
       "numerator": 343,
       "denominator": 2098
      },
      "children_with_two_parents_pct": {
       "estimate": 83.65,
       "moe": 14.79,
       "numerator": 1755,
       "denominator": 2098
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.54,
       "moe": 8.68,
       "numerator": 200,
       "denominator": 1079
      },
      "children_below_poverty_pct": {
       "estimate": 1.43,
       "moe": 2.51,
       "numerator": 30,
       "denominator": 2098
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.58,
       "moe": 6.07,
       "numerator": 4088,
       "denominator": 7490
      },
      "limited_english_households_pct": {
       "estimate": 2.17,
       "moe": 1.7,
       "numerator": 92,
       "denominator": 4232
      },
      "snap_households_pct": {
       "estimate": 1.98,
       "moe": 1.37,
       "numerator": 84,
       "denominator": 4232
      },
      "median_household_income": {
       "estimate": 100000,
       "moe": 17380.0
      },
      "own_children_under_18": {
       "estimate": 2098,
       "moe": 303.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2098,
       "moe": 418.1291666459062
      }
     },
     "lines": {
      "b23008_E001": 2098,
      "b23008_M001": 303,
      "b23008_E003": 566,
      "b23008_M003": 250,
      "b23008_E008": 0,
      "b23008_M008": 21,
      "b23008_E016": 1189,
      "b23008_M016": 313,
      "b23008_E021": 343,
      "b23008_M021": 185,
      "b11003_E001": 2804,
      "b11003_M001": 205,
      "b11003_E003": 879,
      "b11003_M003": 127,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 200,
      "b11003_M016": 96,
      "b17020_E001": 9980,
      "b17020_M001": 72,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 30,
      "b17020_M005": 44,
      "b17020_E011": 566,
      "b17020_M011": 250,
      "b17020_E012": 798,
      "b17020_M012": 233,
      "b17020_E013": 704,
      "b17020_M013": 235,
      "b15003_E001": 7490,
      "b15003_M001": 355,
      "b15003_E022": 2211,
      "b15003_M022": 357,
      "b15003_E023": 1278,
      "b15003_M023": 273,
      "b15003_E024": 543,
      "b15003_M024": 200,
      "b15003_E025": 56,
      "b15003_M025": 48,
      "c16002_E001": 4232,
      "c16002_M001": 257,
      "c16002_E004": 34,
      "c16002_M004": 50,
      "c16002_E007": 40,
      "c16002_M007": 38,
      "c16002_E010": 18,
      "c16002_M010": 29,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4232,
      "b22010_M001": 257,
      "b22010_E002": 84,
      "b22010_M002": 58,
      "b19013_E001": 100000,
      "b19013_M001": 17380
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.58,
       "moe": 6.44,
       "numerator": 217,
       "denominator": 2266
      },
      "children_with_two_parents_pct": {
       "estimate": 90.42,
       "moe": 12.69,
       "numerator": 2049,
       "denominator": 2266
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.16,
       "moe": 7.05,
       "numerator": 137,
       "denominator": 1127
      },
      "children_below_poverty_pct": {
       "estimate": 5.96,
       "moe": 4.21,
       "numerator": 135,
       "denominator": 2266
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.58,
       "moe": 5.91,
       "numerator": 4132,
       "denominator": 7303
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.12,
       "numerator": 27,
       "denominator": 4221
      },
      "snap_households_pct": {
       "estimate": 2.56,
       "moe": 1.41,
       "numerator": 108,
       "denominator": 4221
      },
      "median_household_income": {
       "estimate": 108059,
       "moe": 22900.0
      },
      "own_children_under_18": {
       "estimate": 2266,
       "moe": 339.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2266,
       "moe": 437.4448536672937
      }
     },
     "lines": {
      "b23008_E001": 2266,
      "b23008_M001": 339,
      "b23008_E003": 582,
      "b23008_M003": 240,
      "b23008_E008": 0,
      "b23008_M008": 21,
      "b23008_E016": 1467,
      "b23008_M016": 345,
      "b23008_E021": 217,
      "b23008_M021": 148,
      "b11003_E001": 2833,
      "b11003_M001": 211,
      "b11003_E003": 990,
      "b11003_M003": 140,
      "b11003_E010": 21,
      "b11003_M010": 25,
      "b11003_E016": 116,
      "b11003_M016": 78,
      "b17020_E001": 9996,
      "b17020_M001": 58,
      "b17020_E003": 36,
      "b17020_M003": 51,
      "b17020_E004": 38,
      "b17020_M004": 53,
      "b17020_E005": 61,
      "b17020_M005": 66,
      "b17020_E011": 546,
      "b17020_M011": 252,
      "b17020_E012": 885,
      "b17020_M012": 278,
      "b17020_E013": 700,
      "b17020_M013": 202,
      "b15003_E001": 7303,
      "b15003_M001": 372,
      "b15003_E022": 2172,
      "b15003_M022": 368,
      "b15003_E023": 1299,
      "b15003_M023": 245,
      "b15003_E024": 562,
      "b15003_M024": 172,
      "b15003_E025": 99,
      "b15003_M025": 76,
      "c16002_E001": 4221,
      "c16002_M001": 270,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 27,
      "c16002_M007": 30,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4221,
      "b22010_M001": 270,
      "b22010_E002": 108,
      "b22010_M002": 60,
      "b19013_E001": 108059,
      "b19013_M001": 22900
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.02,
       "moe": 7.65,
       "numerator": 228,
       "denominator": 2276
      },
      "children_with_two_parents_pct": {
       "estimate": 89.98,
       "moe": 14.28,
       "numerator": 2048,
       "denominator": 2276
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.19,
       "moe": 9.09,
       "numerator": 145,
       "denominator": 1099
      },
      "children_below_poverty_pct": {
       "estimate": 5.45,
       "moe": 4.24,
       "numerator": 124,
       "denominator": 2276
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.9,
       "moe": 6.46,
       "numerator": 4335,
       "denominator": 7360
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.12,
       "numerator": 27,
       "denominator": 4218
      },
      "snap_households_pct": {
       "estimate": 1.52,
       "moe": 1.11,
       "numerator": 64,
       "denominator": 4218
      },
      "median_household_income": {
       "estimate": 127941,
       "moe": 20185.0
      },
      "own_children_under_18": {
       "estimate": 2276,
       "moe": 343.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2276,
       "moe": 435.2206337020339
      }
     },
     "lines": {
      "b23008_E001": 2276,
      "b23008_M001": 343,
      "b23008_E003": 611,
      "b23008_M003": 260,
      "b23008_E008": 17,
      "b23008_M008": 29,
      "b23008_E016": 1437,
      "b23008_M016": 365,
      "b23008_E021": 211,
      "b23008_M021": 175,
      "b11003_E001": 2830,
      "b11003_M001": 204,
      "b11003_E003": 954,
      "b11003_M003": 132,
      "b11003_E010": 36,
      "b11003_M010": 38,
      "b11003_E016": 109,
      "b11003_M016": 95,
      "b17020_E001": 9992,
      "b17020_M001": 59,
      "b17020_E003": 42,
      "b17020_M003": 58,
      "b17020_E004": 41,
      "b17020_M004": 57,
      "b17020_E005": 41,
      "b17020_M005": 57,
      "b17020_E011": 586,
      "b17020_M011": 265,
      "b17020_E012": 836,
      "b17020_M012": 261,
      "b17020_E013": 730,
      "b17020_M013": 203,
      "b15003_E001": 7360,
      "b15003_M001": 329,
      "b15003_E022": 2102,
      "b15003_M022": 373,
      "b15003_E023": 1544,
      "b15003_M023": 272,
      "b15003_E024": 538,
      "b15003_M024": 200,
      "b15003_E025": 151,
      "b15003_M025": 102,
      "c16002_E001": 4218,
      "c16002_M001": 300,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 27,
      "c16002_M007": 30,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4218,
      "b22010_M001": 300,
      "b22010_E002": 64,
      "b22010_M002": 47,
      "b19013_E001": 127941,
      "b19013_M001": 20185
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.16,
       "moe": 7.18,
       "numerator": 316,
       "denominator": 2232
      },
      "children_with_two_parents_pct": {
       "estimate": 85.84,
       "moe": 14.05,
       "numerator": 1916,
       "denominator": 2232
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.85,
       "moe": 10.1,
       "numerator": 214,
       "denominator": 1135
      },
      "children_below_poverty_pct": {
       "estimate": 6.33,
       "moe": 3.76,
       "numerator": 143,
       "denominator": 2258
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.16,
       "moe": 6.18,
       "numerator": 4340,
       "denominator": 7593
      },
      "limited_english_households_pct": {
       "estimate": 2.63,
       "moe": 2.32,
       "numerator": 115,
       "denominator": 4367
      },
      "snap_households_pct": {
       "estimate": 3.76,
       "moe": 2.34,
       "numerator": 164,
       "denominator": 4367
      },
      "median_household_income": {
       "estimate": 117991,
       "moe": 19778.0
      },
      "own_children_under_18": {
       "estimate": 2232,
       "moe": 348.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2258,
       "moe": 462.9243998754008
      }
     },
     "lines": {
      "b23008_E001": 2232,
      "b23008_M001": 348,
      "b23008_E003": 560,
      "b23008_M003": 272,
      "b23008_E008": 11,
      "b23008_M008": 23,
      "b23008_E016": 1356,
      "b23008_M016": 337,
      "b23008_E021": 305,
      "b23008_M021": 166,
      "b11003_E001": 2849,
      "b11003_M001": 231,
      "b11003_E003": 921,
      "b11003_M003": 148,
      "b11003_E010": 31,
      "b11003_M010": 38,
      "b11003_E016": 183,
      "b11003_M016": 114,
      "b17020_E001": 10031,
      "b17020_M001": 59,
      "b17020_E003": 33,
      "b17020_M003": 48,
      "b17020_E004": 51,
      "b17020_M004": 57,
      "b17020_E005": 59,
      "b17020_M005": 50,
      "b17020_E011": 538,
      "b17020_M011": 275,
      "b17020_E012": 728,
      "b17020_M012": 261,
      "b17020_E013": 849,
      "b17020_M013": 250,
      "b15003_E001": 7593,
      "b15003_M001": 339,
      "b15003_E022": 2152,
      "b15003_M022": 364,
      "b15003_E023": 1488,
      "b15003_M023": 274,
      "b15003_E024": 505,
      "b15003_M024": 185,
      "b15003_E025": 195,
      "b15003_M025": 125,
      "c16002_E001": 4367,
      "c16002_M001": 304,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 55,
      "c16002_M007": 52,
      "c16002_E010": 60,
      "c16002_M010": 82,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4367,
      "b22010_M001": 304,
      "b22010_E002": 164,
      "b22010_M002": 103,
      "b19013_E001": 117991,
      "b19013_M001": 19778
     }
    }
   }
  },
  "Chaplin": {
   "cousub": "13810",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.04,
       "moe": 12.09,
       "numerator": 94,
       "denominator": 361
      },
      "children_with_two_parents_pct": {
       "estimate": 73.96,
       "moe": 19.87,
       "numerator": 267,
       "denominator": 361
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.25,
       "moe": 25.73,
       "numerator": 96,
       "denominator": 251
      },
      "children_below_poverty_pct": {
       "estimate": 5.74,
       "moe": 6.22,
       "numerator": 22,
       "denominator": 383
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.1,
       "moe": 5.37,
       "numerator": 348,
       "denominator": 1575
      },
      "limited_english_households_pct": {
       "estimate": 0.56,
       "moe": 2.71,
       "numerator": 5,
       "denominator": 893
      },
      "snap_households_pct": {
       "estimate": 3.36,
       "moe": 2.66,
       "numerator": 30,
       "denominator": 893
      },
      "median_household_income": {
       "estimate": 85083,
       "moe": 19760.0
      },
      "own_children_under_18": {
       "estimate": 361,
       "moe": 111.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 383,
       "moe": 117.60952342391326
      }
     },
     "lines": {
      "b23008_E001": 361,
      "b23008_M001": 111,
      "b23008_E003": 106,
      "b23008_M003": 67,
      "b23008_E008": 25,
      "b23008_M008": 25,
      "b23008_E016": 161,
      "b23008_M016": 86,
      "b23008_E021": 69,
      "b23008_M021": 46,
      "b11003_E001": 624,
      "b11003_M001": 102,
      "b11003_E003": 155,
      "b11003_M003": 74,
      "b11003_E010": 52,
      "b11003_M010": 71,
      "b11003_E016": 44,
      "b11003_M016": 28,
      "b17020_E001": 2208,
      "b17020_M001": 305,
      "b17020_E003": 12,
      "b17020_M003": 18,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 10,
      "b17020_M005": 11,
      "b17020_E011": 119,
      "b17020_M011": 68,
      "b17020_E012": 70,
      "b17020_M012": 37,
      "b17020_E013": 172,
      "b17020_M013": 85,
      "b15003_E001": 1575,
      "b15003_M001": 166,
      "b15003_E022": 185,
      "b15003_M022": 64,
      "b15003_E023": 112,
      "b15003_M023": 54,
      "b15003_E024": 4,
      "b15003_M024": 6,
      "b15003_E025": 47,
      "b15003_M025": 38,
      "c16002_E001": 893,
      "c16002_M001": 101,
      "c16002_E004": 5,
      "c16002_M004": 9,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 893,
      "b22010_M001": 101,
      "b22010_E002": 30,
      "b22010_M002": 24,
      "b19013_E001": 85083,
      "b19013_M001": 19760
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.02,
       "moe": 13.96,
       "numerator": 87,
       "denominator": 322
      },
      "children_with_two_parents_pct": {
       "estimate": 72.98,
       "moe": 19.66,
       "numerator": 235,
       "denominator": 322
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.15,
       "moe": 25.81,
       "numerator": 84,
       "denominator": 239
      },
      "children_below_poverty_pct": {
       "estimate": 6.65,
       "moe": 7.31,
       "numerator": 24,
       "denominator": 361
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.18,
       "moe": 7.17,
       "numerator": 389,
       "denominator": 1545
      },
      "limited_english_households_pct": {
       "estimate": 1.63,
       "moe": 3.82,
       "numerator": 15,
       "denominator": 918
      },
      "snap_households_pct": {
       "estimate": 7.08,
       "moe": 6.47,
       "numerator": 65,
       "denominator": 918
      },
      "median_household_income": {
       "estimate": 83750,
       "moe": 23403.0
      },
      "own_children_under_18": {
       "estimate": 322,
       "moe": 73.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 361,
       "moe": 92.27675763701279
      }
     },
     "lines": {
      "b23008_E001": 322,
      "b23008_M001": 73,
      "b23008_E003": 101,
      "b23008_M003": 58,
      "b23008_E008": 26,
      "b23008_M008": 27,
      "b23008_E016": 134,
      "b23008_M016": 59,
      "b23008_E021": 61,
      "b23008_M021": 41,
      "b11003_E001": 656,
      "b11003_M001": 109,
      "b11003_E003": 155,
      "b11003_M003": 65,
      "b11003_E010": 46,
      "b11003_M010": 64,
      "b11003_E016": 38,
      "b11003_M016": 29,
      "b17020_E001": 2229,
      "b17020_M001": 258,
      "b17020_E003": 16,
      "b17020_M003": 22,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 8,
      "b17020_M005": 9,
      "b17020_E011": 111,
      "b17020_M011": 55,
      "b17020_E012": 68,
      "b17020_M012": 34,
      "b17020_E013": 158,
      "b17020_M013": 60,
      "b15003_E001": 1545,
      "b15003_M001": 168,
      "b15003_E022": 196,
      "b15003_M022": 98,
      "b15003_E023": 141,
      "b15003_M023": 58,
      "b15003_E024": 8,
      "b15003_M024": 9,
      "b15003_E025": 44,
      "b15003_M025": 32,
      "c16002_E001": 918,
      "c16002_M001": 117,
      "c16002_E004": 15,
      "c16002_M004": 27,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 918,
      "b22010_M001": 117,
      "b22010_E002": 65,
      "b22010_M002": 60,
      "b19013_E001": 83750,
      "b19013_M001": 23403
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.27,
       "moe": 10.3,
       "numerator": 96,
       "denominator": 328
      },
      "children_with_two_parents_pct": {
       "estimate": 70.73,
       "moe": 21.9,
       "numerator": 232,
       "denominator": 328
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.49,
       "moe": 23.84,
       "numerator": 102,
       "denominator": 265
      },
      "children_below_poverty_pct": {
       "estimate": 11.2,
       "moe": 6.12,
       "numerator": 41,
       "denominator": 366
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.4,
       "moe": 5.73,
       "numerator": 347,
       "denominator": 1483
      },
      "limited_english_households_pct": {
       "estimate": 0.67,
       "moe": 2.87,
       "numerator": 6,
       "denominator": 902
      },
      "snap_households_pct": {
       "estimate": 8.43,
       "moe": 4.0,
       "numerator": 76,
       "denominator": 902
      },
      "median_household_income": {
       "estimate": 96582,
       "moe": 17060.0
      },
      "own_children_under_18": {
       "estimate": 328,
       "moe": 68.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 366,
       "moe": 94.86305919587456
      }
     },
     "lines": {
      "b23008_E001": 328,
      "b23008_M001": 68,
      "b23008_E003": 105,
      "b23008_M003": 57,
      "b23008_E008": 26,
      "b23008_M008": 24,
      "b23008_E016": 127,
      "b23008_M016": 65,
      "b23008_E021": 70,
      "b23008_M021": 31,
      "b11003_E001": 619,
      "b11003_M001": 101,
      "b11003_E003": 163,
      "b11003_M003": 68,
      "b11003_E010": 53,
      "b11003_M010": 69,
      "b11003_E016": 49,
      "b11003_M016": 27,
      "b17020_E001": 2168,
      "b17020_M001": 250,
      "b17020_E003": 16,
      "b17020_M003": 17,
      "b17020_E004": 8,
      "b17020_M004": 10,
      "b17020_E005": 17,
      "b17020_M005": 15,
      "b17020_E011": 115,
      "b17020_M011": 56,
      "b17020_E012": 62,
      "b17020_M012": 32,
      "b17020_E013": 148,
      "b17020_M013": 65,
      "b15003_E001": 1483,
      "b15003_M001": 151,
      "b15003_E022": 187,
      "b15003_M022": 63,
      "b15003_E023": 114,
      "b15003_M023": 56,
      "b15003_E024": 15,
      "b15003_M024": 12,
      "b15003_E025": 31,
      "b15003_M025": 35,
      "c16002_E001": 902,
      "c16002_M001": 98,
      "c16002_E004": 6,
      "c16002_M004": 9,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 902,
      "b22010_M001": 98,
      "b22010_E002": 76,
      "b22010_M002": 37,
      "b19013_E001": 96582,
      "b19013_M001": 17060
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.37,
       "moe": 12.93,
       "numerator": 79,
       "denominator": 269
      },
      "children_with_two_parents_pct": {
       "estimate": 70.63,
       "moe": 25.03,
       "numerator": 190,
       "denominator": 269
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.7,
       "moe": 27.31,
       "numerator": 93,
       "denominator": 223
      },
      "children_below_poverty_pct": {
       "estimate": 9.51,
       "moe": 6.12,
       "numerator": 31,
       "denominator": 326
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.38,
       "moe": 6.0,
       "numerator": 364,
       "denominator": 1434
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.17,
       "numerator": 0,
       "denominator": 883
      },
      "snap_households_pct": {
       "estimate": 4.76,
       "moe": 2.66,
       "numerator": 42,
       "denominator": 883
      },
      "median_household_income": {
       "estimate": 97846,
       "moe": 14207.0
      },
      "own_children_under_18": {
       "estimate": 269,
       "moe": 63.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 326,
       "moe": 96.55050491841045
      }
     },
     "lines": {
      "b23008_E001": 269,
      "b23008_M001": 63,
      "b23008_E003": 61,
      "b23008_M003": 45,
      "b23008_E008": 27,
      "b23008_M008": 23,
      "b23008_E016": 129,
      "b23008_M016": 67,
      "b23008_E021": 52,
      "b23008_M021": 32,
      "b11003_E001": 600,
      "b11003_M001": 98,
      "b11003_E003": 130,
      "b11003_M003": 64,
      "b11003_E010": 53,
      "b11003_M010": 68,
      "b11003_E016": 40,
      "b11003_M016": 27,
      "b17020_E001": 2070,
      "b17020_M001": 240,
      "b17020_E003": 12,
      "b17020_M003": 13,
      "b17020_E004": 7,
      "b17020_M004": 12,
      "b17020_E005": 12,
      "b17020_M005": 13,
      "b17020_E011": 97,
      "b17020_M011": 58,
      "b17020_E012": 37,
      "b17020_M012": 24,
      "b17020_E013": 161,
      "b17020_M013": 70,
      "b15003_E001": 1434,
      "b15003_M001": 159,
      "b15003_E022": 211,
      "b15003_M022": 68,
      "b15003_E023": 123,
      "b15003_M023": 58,
      "b15003_E024": 10,
      "b15003_M024": 12,
      "b15003_E025": 20,
      "b15003_M025": 30,
      "c16002_E001": 883,
      "c16002_M001": 100,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 883,
      "b22010_M001": 100,
      "b22010_E002": 42,
      "b22010_M002": 24,
      "b19013_E001": 97846,
      "b19013_M001": 14207
     }
    }
   }
  },
  "Cheshire": {
   "cousub": "14160",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.89,
       "moe": 8.34,
       "numerator": 1019,
       "denominator": 5393
      },
      "children_with_two_parents_pct": {
       "estimate": 81.11,
       "moe": 4.83,
       "numerator": 4374,
       "denominator": 5393
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.75,
       "moe": 7.05,
       "numerator": 533,
       "denominator": 2843
      },
      "children_below_poverty_pct": {
       "estimate": 3.11,
       "moe": 2.68,
       "numerator": 170,
       "denominator": 5469
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.86,
       "moe": 3.9,
       "numerator": 11930,
       "denominator": 20617
      },
      "limited_english_households_pct": {
       "estimate": 2.25,
       "moe": 1.23,
       "numerator": 223,
       "denominator": 9909
      },
      "snap_households_pct": {
       "estimate": 4.27,
       "moe": 1.43,
       "numerator": 423,
       "denominator": 9909
      },
      "median_household_income": {
       "estimate": 132682,
       "moe": 10810.0
      },
      "own_children_under_18": {
       "estimate": 5393,
       "moe": 590.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5469,
       "moe": 639.76089283419
      }
     },
     "lines": {
      "b23008_E001": 5393,
      "b23008_M001": 590,
      "b23008_E003": 1060,
      "b23008_M003": 346,
      "b23008_E008": 136,
      "b23008_M008": 103,
      "b23008_E016": 3314,
      "b23008_M016": 421,
      "b23008_E021": 883,
      "b23008_M021": 452,
      "b11003_E001": 7018,
      "b11003_M001": 341,
      "b11003_E003": 2310,
      "b11003_M003": 257,
      "b11003_E010": 209,
      "b11003_M010": 103,
      "b11003_E016": 324,
      "b11003_M016": 183,
      "b17020_E001": 26351,
      "b17020_M001": 344,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 111,
      "b17020_M004": 134,
      "b17020_E005": 59,
      "b17020_M005": 58,
      "b17020_E011": 1196,
      "b17020_M011": 354,
      "b17020_E012": 1627,
      "b17020_M012": 393,
      "b17020_E013": 2476,
      "b17020_M013": 328,
      "b15003_E001": 20617,
      "b15003_M001": 602,
      "b15003_E022": 6235,
      "b15003_M022": 630,
      "b15003_E023": 3848,
      "b15003_M023": 453,
      "b15003_E024": 980,
      "b15003_M024": 224,
      "b15003_E025": 867,
      "b15003_M025": 338,
      "c16002_E001": 9909,
      "c16002_M001": 435,
      "c16002_E004": 10,
      "c16002_M004": 16,
      "c16002_E007": 81,
      "c16002_M007": 64,
      "c16002_E010": 69,
      "c16002_M010": 66,
      "c16002_E013": 63,
      "c16002_M013": 79,
      "b22010_E001": 9909,
      "b22010_M001": 435,
      "b22010_E002": 423,
      "b22010_M002": 143,
      "b19013_E001": 132682,
      "b19013_M001": 10810
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.82,
       "moe": 8.49,
       "numerator": 928,
       "denominator": 6260
      },
      "children_with_two_parents_pct": {
       "estimate": 85.18,
       "moe": 4.9,
       "numerator": 5332,
       "denominator": 6260
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.03,
       "moe": 7.35,
       "numerator": 467,
       "denominator": 3108
      },
      "children_below_poverty_pct": {
       "estimate": 2.78,
       "moe": 2.03,
       "numerator": 176,
       "denominator": 6326
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 62.06,
       "moe": 4.64,
       "numerator": 12276,
       "denominator": 19781
      },
      "limited_english_households_pct": {
       "estimate": 3.1,
       "moe": 1.54,
       "numerator": 304,
       "denominator": 9810
      },
      "snap_households_pct": {
       "estimate": 3.3,
       "moe": 1.19,
       "numerator": 324,
       "denominator": 9810
      },
      "median_household_income": {
       "estimate": 147969,
       "moe": 8845.0
      },
      "own_children_under_18": {
       "estimate": 6260,
       "moe": 560.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6326,
       "moe": 681.6876117401578
      }
     },
     "lines": {
      "b23008_E001": 6260,
      "b23008_M001": 560,
      "b23008_E003": 1236,
      "b23008_M003": 379,
      "b23008_E008": 67,
      "b23008_M008": 56,
      "b23008_E016": 4096,
      "b23008_M016": 422,
      "b23008_E021": 861,
      "b23008_M021": 535,
      "b11003_E001": 6918,
      "b11003_M001": 317,
      "b11003_E003": 2641,
      "b11003_M003": 284,
      "b11003_E010": 143,
      "b11003_M010": 71,
      "b11003_E016": 324,
      "b11003_M016": 224,
      "b17020_E001": 26892,
      "b17020_M001": 155,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 117,
      "b17020_M004": 116,
      "b17020_E005": 59,
      "b17020_M005": 52,
      "b17020_E011": 1303,
      "b17020_M011": 384,
      "b17020_E012": 2091,
      "b17020_M012": 379,
      "b17020_E013": 2756,
      "b17020_M013": 396,
      "b15003_E001": 19781,
      "b15003_M001": 510,
      "b15003_E022": 6338,
      "b15003_M022": 757,
      "b15003_E023": 3992,
      "b15003_M023": 476,
      "b15003_E024": 963,
      "b15003_M024": 226,
      "b15003_E025": 983,
      "b15003_M025": 301,
      "c16002_E001": 9810,
      "c16002_M001": 410,
      "c16002_E004": 14,
      "c16002_M004": 24,
      "c16002_E007": 76,
      "c16002_M007": 53,
      "c16002_E010": 168,
      "c16002_M010": 126,
      "c16002_E013": 46,
      "c16002_M013": 61,
      "b22010_E001": 9810,
      "b22010_M001": 410,
      "b22010_E002": 324,
      "b22010_M002": 118,
      "b19013_E001": 147969,
      "b19013_M001": 8845
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.8,
       "moe": 8.0,
       "numerator": 1024,
       "denominator": 6096
      },
      "children_with_two_parents_pct": {
       "estimate": 83.2,
       "moe": 2.69,
       "numerator": 5072,
       "denominator": 6096
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.63,
       "moe": 6.05,
       "numerator": 444,
       "denominator": 3035
      },
      "children_below_poverty_pct": {
       "estimate": 3.48,
       "moe": 2.82,
       "numerator": 214,
       "denominator": 6153
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 62.08,
       "moe": 4.07,
       "numerator": 12684,
       "denominator": 20432
      },
      "limited_english_households_pct": {
       "estimate": 4.49,
       "moe": 1.96,
       "numerator": 452,
       "denominator": 10074
      },
      "snap_households_pct": {
       "estimate": 3.75,
       "moe": 1.41,
       "numerator": 378,
       "denominator": 10074
      },
      "median_household_income": {
       "estimate": 150787,
       "moe": 9190.0
      },
      "own_children_under_18": {
       "estimate": 6096,
       "moe": 597.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6153,
       "moe": 658.5825688552651
      }
     },
     "lines": {
      "b23008_E001": 6096,
      "b23008_M001": 597,
      "b23008_E003": 1169,
      "b23008_M003": 343,
      "b23008_E008": 137,
      "b23008_M008": 103,
      "b23008_E016": 3903,
      "b23008_M016": 395,
      "b23008_E021": 887,
      "b23008_M021": 487,
      "b11003_E001": 7158,
      "b11003_M001": 249,
      "b11003_E003": 2591,
      "b11003_M003": 250,
      "b11003_E010": 138,
      "b11003_M010": 81,
      "b11003_E016": 306,
      "b11003_M016": 171,
      "b17020_E001": 27054,
      "b17020_M001": 113,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 173,
      "b17020_M004": 166,
      "b17020_E005": 41,
      "b17020_M005": 49,
      "b17020_E011": 1306,
      "b17020_M011": 349,
      "b17020_E012": 2185,
      "b17020_M012": 382,
      "b17020_E013": 2448,
      "b17020_M013": 368,
      "b15003_E001": 20432,
      "b15003_M001": 536,
      "b15003_E022": 6438,
      "b15003_M022": 647,
      "b15003_E023": 4006,
      "b15003_M023": 450,
      "b15003_E024": 1087,
      "b15003_M024": 267,
      "b15003_E025": 1153,
      "b15003_M025": 331,
      "c16002_E001": 10074,
      "c16002_M001": 323,
      "c16002_E004": 11,
      "c16002_M004": 17,
      "c16002_E007": 145,
      "c16002_M007": 85,
      "c16002_E010": 227,
      "c16002_M010": 154,
      "c16002_E013": 69,
      "c16002_M013": 90,
      "b22010_E001": 10074,
      "b22010_M001": 323,
      "b22010_E002": 378,
      "b22010_M002": 143,
      "b19013_E001": 150787,
      "b19013_M001": 9190
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.53,
       "moe": 7.76,
       "numerator": 987,
       "denominator": 5970
      },
      "children_with_two_parents_pct": {
       "estimate": 83.47,
       "moe": 2.67,
       "numerator": 4983,
       "denominator": 5970
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.48,
       "moe": 5.76,
       "numerator": 418,
       "denominator": 3100
      },
      "children_below_poverty_pct": {
       "estimate": 5.66,
       "moe": 3.45,
       "numerator": 345,
       "denominator": 6100
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.7,
       "moe": 4.2,
       "numerator": 12512,
       "denominator": 20614
      },
      "limited_english_households_pct": {
       "estimate": 4.06,
       "moe": 1.54,
       "numerator": 420,
       "denominator": 10353
      },
      "snap_households_pct": {
       "estimate": 5.24,
       "moe": 1.78,
       "numerator": 542,
       "denominator": 10353
      },
      "median_household_income": {
       "estimate": 146528,
       "moe": 11751.0
      },
      "own_children_under_18": {
       "estimate": 5970,
       "moe": 530.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6100,
       "moe": 646.2197768561405
      }
     },
     "lines": {
      "b23008_E001": 5970,
      "b23008_M001": 530,
      "b23008_E003": 1277,
      "b23008_M003": 326,
      "b23008_E008": 223,
      "b23008_M008": 124,
      "b23008_E016": 3706,
      "b23008_M016": 339,
      "b23008_E021": 764,
      "b23008_M021": 455,
      "b11003_E001": 7185,
      "b11003_M001": 327,
      "b11003_E003": 2682,
      "b11003_M003": 215,
      "b11003_E010": 123,
      "b11003_M010": 104,
      "b11003_E016": 295,
      "b11003_M016": 150,
      "b17020_E001": 27290,
      "b17020_M001": 139,
      "b17020_E003": 92,
      "b17020_M003": 95,
      "b17020_E004": 227,
      "b17020_M004": 188,
      "b17020_E005": 26,
      "b17020_M005": 35,
      "b17020_E011": 1408,
      "b17020_M011": 339,
      "b17020_E012": 2063,
      "b17020_M012": 354,
      "b17020_E013": 2284,
      "b17020_M013": 363,
      "b15003_E001": 20614,
      "b15003_M001": 572,
      "b15003_E022": 6727,
      "b15003_M022": 703,
      "b15003_E023": 3660,
      "b15003_M023": 460,
      "b15003_E024": 1030,
      "b15003_M024": 253,
      "b15003_E025": 1095,
      "b15003_M025": 317,
      "c16002_E001": 10353,
      "c16002_M001": 410,
      "c16002_E004": 59,
      "c16002_M004": 67,
      "c16002_E007": 120,
      "c16002_M007": 55,
      "c16002_E010": 241,
      "c16002_M010": 133,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10353,
      "b22010_M001": 410,
      "b22010_E002": 542,
      "b22010_M002": 186,
      "b19013_E001": 146528,
      "b19013_M001": 11751
     }
    }
   }
  },
  "Chester": {
   "cousub": "14300",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.76,
       "moe": 15.29,
       "numerator": 186,
       "denominator": 625
      },
      "children_with_two_parents_pct": {
       "estimate": 70.24,
       "moe": 20.78,
       "numerator": 439,
       "denominator": 625
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.08,
       "moe": 22.14,
       "numerator": 101,
       "denominator": 325
      },
      "children_below_poverty_pct": {
       "estimate": 9.6,
       "moe": 9.71,
       "numerator": 60,
       "denominator": 625
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.77,
       "moe": 6.16,
       "numerator": 1024,
       "denominator": 2863
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.68,
       "numerator": 0,
       "denominator": 1548
      },
      "snap_households_pct": {
       "estimate": 5.1,
       "moe": 5.21,
       "numerator": 79,
       "denominator": 1548
      },
      "median_household_income": {
       "estimate": 93333,
       "moe": 12502.0
      },
      "own_children_under_18": {
       "estimate": 625,
       "moe": 134.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 625,
       "moe": 181.83234035781425
      }
     },
     "lines": {
      "b23008_E001": 625,
      "b23008_M001": 134,
      "b23008_E003": 133,
      "b23008_M003": 98,
      "b23008_E008": 8,
      "b23008_M008": 18,
      "b23008_E016": 306,
      "b23008_M016": 127,
      "b23008_E021": 178,
      "b23008_M021": 102,
      "b11003_E001": 939,
      "b11003_M001": 121,
      "b11003_E003": 224,
      "b11003_M003": 70,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 101,
      "b11003_M016": 78,
      "b17020_E001": 3679,
      "b17020_M001": 86,
      "b17020_E003": 22,
      "b17020_M003": 30,
      "b17020_E004": 38,
      "b17020_M004": 54,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 119,
      "b17020_M011": 99,
      "b17020_E012": 200,
      "b17020_M012": 109,
      "b17020_E013": 246,
      "b17020_M013": 86,
      "b15003_E001": 2863,
      "b15003_M001": 188,
      "b15003_E022": 607,
      "b15003_M022": 147,
      "b15003_E023": 272,
      "b15003_M023": 79,
      "b15003_E024": 111,
      "b15003_M024": 82,
      "b15003_E025": 34,
      "b15003_M025": 32,
      "c16002_E001": 1548,
      "c16002_M001": 131,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1548,
      "b22010_M001": 131,
      "b22010_E002": 79,
      "b22010_M002": 81,
      "b19013_E001": 93333,
      "b19013_M001": 12502
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.75,
       "moe": 12.89,
       "numerator": 174,
       "denominator": 627
      },
      "children_with_two_parents_pct": {
       "estimate": 72.25,
       "moe": 20.53,
       "numerator": 453,
       "denominator": 627
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.11,
       "moe": 24.63,
       "numerator": 144,
       "denominator": 342
      },
      "children_below_poverty_pct": {
       "estimate": 20.89,
       "moe": 13.37,
       "numerator": 131,
       "denominator": 627
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.42,
       "moe": 6.7,
       "numerator": 1043,
       "denominator": 2787
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.67,
       "numerator": 0,
       "denominator": 1559
      },
      "snap_households_pct": {
       "estimate": 6.61,
       "moe": 6.38,
       "numerator": 103,
       "denominator": 1559
      },
      "median_household_income": {
       "estimate": 90929,
       "moe": 18801.0
      },
      "own_children_under_18": {
       "estimate": 627,
       "moe": 149.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 627,
       "moe": 192.9144888285999
      }
     },
     "lines": {
      "b23008_E001": 627,
      "b23008_M001": 149,
      "b23008_E003": 127,
      "b23008_M003": 91,
      "b23008_E008": 62,
      "b23008_M008": 39,
      "b23008_E016": 326,
      "b23008_M016": 141,
      "b23008_E021": 112,
      "b23008_M021": 82,
      "b11003_E001": 1013,
      "b11003_M001": 134,
      "b11003_E003": 198,
      "b11003_M003": 73,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 144,
      "b11003_M016": 98,
      "b17020_E001": 3633,
      "b17020_M001": 328,
      "b17020_E003": 65,
      "b17020_M003": 49,
      "b17020_E004": 66,
      "b17020_M004": 78,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 124,
      "b17020_M011": 79,
      "b17020_E012": 164,
      "b17020_M012": 111,
      "b17020_E013": 208,
      "b17020_M013": 100,
      "b15003_E001": 2787,
      "b15003_M001": 223,
      "b15003_E022": 546,
      "b15003_M022": 145,
      "b15003_E023": 314,
      "b15003_M023": 88,
      "b15003_E024": 148,
      "b15003_M024": 108,
      "b15003_E025": 35,
      "b15003_M025": 37,
      "c16002_E001": 1559,
      "c16002_M001": 153,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1559,
      "b22010_M001": 153,
      "b22010_E002": 103,
      "b22010_M002": 100,
      "b19013_E001": 90929,
      "b19013_M001": 18801
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.8,
       "moe": 9.88,
       "numerator": 125,
       "denominator": 665
      },
      "children_with_two_parents_pct": {
       "estimate": 81.2,
       "moe": 17.29,
       "numerator": 540,
       "denominator": 665
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.26,
       "moe": 25.53,
       "numerator": 110,
       "denominator": 312
      },
      "children_below_poverty_pct": {
       "estimate": 27.52,
       "moe": 14.22,
       "numerator": 183,
       "denominator": 665
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.75,
       "moe": 6.04,
       "numerator": 1180,
       "denominator": 2760
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.77,
       "numerator": 0,
       "denominator": 1585
      },
      "snap_households_pct": {
       "estimate": 6.44,
       "moe": 5.44,
       "numerator": 102,
       "denominator": 1585
      },
      "median_household_income": {
       "estimate": 94570,
       "moe": 17029.0
      },
      "own_children_under_18": {
       "estimate": 665,
       "moe": 159.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 665,
       "moe": 213.48067828260244
      }
     },
     "lines": {
      "b23008_E001": 665,
      "b23008_M001": 159,
      "b23008_E003": 210,
      "b23008_M003": 108,
      "b23008_E008": 74,
      "b23008_M008": 49,
      "b23008_E016": 330,
      "b23008_M016": 135,
      "b23008_E021": 51,
      "b23008_M021": 53,
      "b11003_E001": 989,
      "b11003_M001": 129,
      "b11003_E003": 202,
      "b11003_M003": 70,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 110,
      "b11003_M016": 88,
      "b17020_E001": 3697,
      "b17020_M001": 339,
      "b17020_E003": 89,
      "b17020_M003": 64,
      "b17020_E004": 94,
      "b17020_M004": 90,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 195,
      "b17020_M011": 113,
      "b17020_E012": 159,
      "b17020_M012": 117,
      "b17020_E013": 128,
      "b17020_M013": 82,
      "b15003_E001": 2760,
      "b15003_M001": 231,
      "b15003_E022": 591,
      "b15003_M022": 111,
      "b15003_E023": 328,
      "b15003_M023": 96,
      "b15003_E024": 183,
      "b15003_M024": 104,
      "b15003_E025": 78,
      "b15003_M025": 72,
      "c16002_E001": 1585,
      "c16002_M001": 174,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1585,
      "b22010_M001": 174,
      "b22010_E002": 102,
      "b22010_M002": 87,
      "b19013_E001": 94570,
      "b19013_M001": 17029
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.33,
       "moe": 11.89,
       "numerator": 136,
       "denominator": 669
      },
      "children_with_two_parents_pct": {
       "estimate": 79.67,
       "moe": 20.09,
       "numerator": 533,
       "denominator": 669
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.21,
       "moe": 21.86,
       "numerator": 117,
       "denominator": 342
      },
      "children_below_poverty_pct": {
       "estimate": 27.5,
       "moe": 13.01,
       "numerator": 184,
       "denominator": 669
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.86,
       "moe": 7.01,
       "numerator": 1355,
       "denominator": 2831
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.72,
       "numerator": 0,
       "denominator": 1628
      },
      "snap_households_pct": {
       "estimate": 6.2,
       "moe": 4.5,
       "numerator": 101,
       "denominator": 1628
      },
      "median_household_income": {
       "estimate": 109191,
       "moe": 18195.0
      },
      "own_children_under_18": {
       "estimate": 669,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 669,
       "moe": 226.68480319597958
      }
     },
     "lines": {
      "b23008_E001": 669,
      "b23008_M001": 157,
      "b23008_E003": 230,
      "b23008_M003": 110,
      "b23008_E008": 65,
      "b23008_M008": 48,
      "b23008_E016": 303,
      "b23008_M016": 147,
      "b23008_E021": 71,
      "b23008_M021": 71,
      "b11003_E001": 1050,
      "b11003_M001": 122,
      "b11003_E003": 225,
      "b11003_M003": 70,
      "b11003_E010": 10,
      "b11003_M010": 16,
      "b11003_E016": 107,
      "b11003_M016": 82,
      "b17020_E001": 3739,
      "b17020_M001": 337,
      "b17020_E003": 90,
      "b17020_M003": 64,
      "b17020_E004": 87,
      "b17020_M004": 85,
      "b17020_E005": 7,
      "b17020_M005": 12,
      "b17020_E011": 205,
      "b17020_M011": 125,
      "b17020_E012": 138,
      "b17020_M012": 130,
      "b17020_E013": 142,
      "b17020_M013": 86,
      "b15003_E001": 2831,
      "b15003_M001": 227,
      "b15003_E022": 632,
      "b15003_M022": 158,
      "b15003_E023": 407,
      "b15003_M023": 102,
      "b15003_E024": 198,
      "b15003_M024": 104,
      "b15003_E025": 118,
      "b15003_M025": 71,
      "c16002_E001": 1628,
      "c16002_M001": 168,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1628,
      "b22010_M001": 168,
      "b22010_E002": 101,
      "b22010_M002": 74,
      "b19013_E001": 109191,
      "b19013_M001": 18195
     }
    }
   }
  },
  "Clinton": {
   "cousub": "15350",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.79,
       "moe": 7.44,
       "numerator": 475,
       "denominator": 2180
      },
      "children_with_two_parents_pct": {
       "estimate": 78.21,
       "moe": 6.05,
       "numerator": 1705,
       "denominator": 2180
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.11,
       "moe": 8.26,
       "numerator": 232,
       "denominator": 1214
      },
      "children_below_poverty_pct": {
       "estimate": 4.53,
       "moe": 2.83,
       "numerator": 100,
       "denominator": 2209
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.97,
       "moe": 3.64,
       "numerator": 4148,
       "denominator": 9883
      },
      "limited_english_households_pct": {
       "estimate": 2.72,
       "moe": 1.65,
       "numerator": 147,
       "denominator": 5406
      },
      "snap_households_pct": {
       "estimate": 4.11,
       "moe": 1.4,
       "numerator": 222,
       "denominator": 5406
      },
      "median_household_income": {
       "estimate": 98836,
       "moe": 9216.0
      },
      "own_children_under_18": {
       "estimate": 2180,
       "moe": 234.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2209,
       "moe": 272.913905838453
      }
     },
     "lines": {
      "b23008_E001": 2180,
      "b23008_M001": 234,
      "b23008_E003": 277,
      "b23008_M003": 94,
      "b23008_E008": 81,
      "b23008_M008": 48,
      "b23008_E016": 1428,
      "b23008_M016": 205,
      "b23008_E021": 394,
      "b23008_M021": 163,
      "b11003_E001": 3578,
      "b11003_M001": 203,
      "b11003_E003": 982,
      "b11003_M003": 159,
      "b11003_E010": 61,
      "b11003_M010": 40,
      "b11003_E016": 171,
      "b11003_M016": 99,
      "b17020_E001": 13248,
      "b17020_M001": 40,
      "b17020_E003": 35,
      "b17020_M003": 33,
      "b17020_E004": 22,
      "b17020_M004": 26,
      "b17020_E005": 43,
      "b17020_M005": 48,
      "b17020_E011": 323,
      "b17020_M011": 109,
      "b17020_E012": 867,
      "b17020_M012": 176,
      "b17020_E013": 919,
      "b17020_M013": 166,
      "b15003_E001": 9883,
      "b15003_M001": 339,
      "b15003_E022": 2153,
      "b15003_M022": 250,
      "b15003_E023": 1388,
      "b15003_M023": 229,
      "b15003_E024": 359,
      "b15003_M024": 153,
      "b15003_E025": 248,
      "b15003_M025": 105,
      "c16002_E001": 5406,
      "c16002_M001": 209,
      "c16002_E004": 87,
      "c16002_M004": 66,
      "c16002_E007": 34,
      "c16002_M007": 46,
      "c16002_E010": 26,
      "c16002_M010": 33,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5406,
      "b22010_M001": 209,
      "b22010_E002": 222,
      "b22010_M002": 76,
      "b19013_E001": 98836,
      "b19013_M001": 9216
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.62,
       "moe": 7.2,
       "numerator": 460,
       "denominator": 2128
      },
      "children_with_two_parents_pct": {
       "estimate": 78.38,
       "moe": 6.7,
       "numerator": 1668,
       "denominator": 2128
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.8,
       "moe": 8.0,
       "numerator": 256,
       "denominator": 1231
      },
      "children_below_poverty_pct": {
       "estimate": 4.73,
       "moe": 2.98,
       "numerator": 103,
       "denominator": 2176
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.04,
       "moe": 3.58,
       "numerator": 4329,
       "denominator": 10057
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 1.19,
       "numerator": 99,
       "denominator": 5430
      },
      "snap_households_pct": {
       "estimate": 5.75,
       "moe": 2.05,
       "numerator": 312,
       "denominator": 5430
      },
      "median_household_income": {
       "estimate": 110556,
       "moe": 7091.0
      },
      "own_children_under_18": {
       "estimate": 2128,
       "moe": 183.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2176,
       "moe": 268.3915050816624
      }
     },
     "lines": {
      "b23008_E001": 2128,
      "b23008_M001": 183,
      "b23008_E003": 305,
      "b23008_M003": 94,
      "b23008_E008": 58,
      "b23008_M008": 40,
      "b23008_E016": 1363,
      "b23008_M016": 179,
      "b23008_E021": 402,
      "b23008_M021": 153,
      "b11003_E001": 3633,
      "b11003_M001": 186,
      "b11003_E003": 975,
      "b11003_M003": 151,
      "b11003_E010": 48,
      "b11003_M010": 34,
      "b11003_E016": 208,
      "b11003_M016": 100,
      "b17020_E001": 13246,
      "b17020_M001": 34,
      "b17020_E003": 36,
      "b17020_M003": 38,
      "b17020_E004": 31,
      "b17020_M004": 30,
      "b17020_E005": 36,
      "b17020_M005": 45,
      "b17020_E011": 327,
      "b17020_M011": 94,
      "b17020_E012": 843,
      "b17020_M012": 173,
      "b17020_E013": 903,
      "b17020_M013": 170,
      "b15003_E001": 10057,
      "b15003_M001": 328,
      "b15003_E022": 2238,
      "b15003_M022": 266,
      "b15003_E023": 1555,
      "b15003_M023": 218,
      "b15003_E024": 335,
      "b15003_M024": 147,
      "b15003_E025": 201,
      "b15003_M025": 100,
      "c16002_E001": 5430,
      "c16002_M001": 212,
      "c16002_E004": 43,
      "c16002_M004": 32,
      "c16002_E007": 28,
      "c16002_M007": 34,
      "c16002_E010": 28,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5430,
      "b22010_M001": 212,
      "b22010_E002": 312,
      "b22010_M002": 112,
      "b19013_E001": 110556,
      "b19013_M001": 7091
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.94,
       "moe": 7.99,
       "numerator": 495,
       "denominator": 2068
      },
      "children_with_two_parents_pct": {
       "estimate": 76.06,
       "moe": 7.95,
       "numerator": 1573,
       "denominator": 2068
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.24,
       "moe": 8.91,
       "numerator": 312,
       "denominator": 1287
      },
      "children_below_poverty_pct": {
       "estimate": 8.17,
       "moe": 4.23,
       "numerator": 175,
       "denominator": 2141
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.13,
       "moe": 4.19,
       "numerator": 4427,
       "denominator": 10031
      },
      "limited_english_households_pct": {
       "estimate": 1.99,
       "moe": 1.26,
       "numerator": 108,
       "denominator": 5439
      },
      "snap_households_pct": {
       "estimate": 5.99,
       "moe": 2.17,
       "numerator": 326,
       "denominator": 5439
      },
      "median_household_income": {
       "estimate": 116023,
       "moe": 9947.0
      },
      "own_children_under_18": {
       "estimate": 2068,
       "moe": 220.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2141,
       "moe": 318.48076865016515
      }
     },
     "lines": {
      "b23008_E001": 2068,
      "b23008_M001": 220,
      "b23008_E003": 295,
      "b23008_M003": 129,
      "b23008_E008": 67,
      "b23008_M008": 50,
      "b23008_E016": 1278,
      "b23008_M016": 196,
      "b23008_E021": 428,
      "b23008_M021": 166,
      "b11003_E001": 3611,
      "b11003_M001": 177,
      "b11003_E003": 975,
      "b11003_M003": 123,
      "b11003_E010": 84,
      "b11003_M010": 53,
      "b11003_E016": 228,
      "b11003_M016": 110,
      "b17020_E001": 13289,
      "b17020_M001": 28,
      "b17020_E003": 83,
      "b17020_M003": 66,
      "b17020_E004": 45,
      "b17020_M004": 50,
      "b17020_E005": 47,
      "b17020_M005": 45,
      "b17020_E011": 279,
      "b17020_M011": 118,
      "b17020_E012": 815,
      "b17020_M012": 215,
      "b17020_E013": 872,
      "b17020_M013": 180,
      "b15003_E001": 10031,
      "b15003_M001": 352,
      "b15003_E022": 2317,
      "b15003_M022": 314,
      "b15003_E023": 1552,
      "b15003_M023": 264,
      "b15003_E024": 417,
      "b15003_M024": 156,
      "b15003_E025": 141,
      "b15003_M025": 90,
      "c16002_E001": 5439,
      "c16002_M001": 243,
      "c16002_E004": 64,
      "c16002_M004": 49,
      "c16002_E007": 21,
      "c16002_M007": 29,
      "c16002_E010": 23,
      "c16002_M010": 32,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5439,
      "b22010_M001": 243,
      "b22010_E002": 326,
      "b22010_M002": 119,
      "b19013_E001": 116023,
      "b19013_M001": 9947
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.77,
       "moe": 7.84,
       "numerator": 505,
       "denominator": 2039
      },
      "children_with_two_parents_pct": {
       "estimate": 75.23,
       "moe": 7.31,
       "numerator": 1534,
       "denominator": 2039
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.84,
       "moe": 10.74,
       "numerator": 339,
       "denominator": 1312
      },
      "children_below_poverty_pct": {
       "estimate": 5.66,
       "moe": 3.53,
       "numerator": 119,
       "denominator": 2103
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.65,
       "moe": 3.83,
       "numerator": 4426,
       "denominator": 10140
      },
      "limited_english_households_pct": {
       "estimate": 1.78,
       "moe": 1.37,
       "numerator": 98,
       "denominator": 5509
      },
      "snap_households_pct": {
       "estimate": 4.99,
       "moe": 1.93,
       "numerator": 275,
       "denominator": 5509
      },
      "median_household_income": {
       "estimate": 124824,
       "moe": 13697.0
      },
      "own_children_under_18": {
       "estimate": 2039,
       "moe": 222.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2103,
       "moe": 300.93853192969493
      }
     },
     "lines": {
      "b23008_E001": 2039,
      "b23008_M001": 222,
      "b23008_E003": 291,
      "b23008_M003": 133,
      "b23008_E008": 45,
      "b23008_M008": 48,
      "b23008_E016": 1243,
      "b23008_M016": 180,
      "b23008_E021": 460,
      "b23008_M021": 162,
      "b11003_E001": 3601,
      "b11003_M001": 183,
      "b11003_E003": 973,
      "b11003_M003": 154,
      "b11003_E010": 70,
      "b11003_M010": 58,
      "b11003_E016": 269,
      "b11003_M016": 140,
      "b17020_E001": 13345,
      "b17020_M001": 24,
      "b17020_E003": 31,
      "b17020_M003": 41,
      "b17020_E004": 43,
      "b17020_M004": 51,
      "b17020_E005": 45,
      "b17020_M005": 39,
      "b17020_E011": 305,
      "b17020_M011": 136,
      "b17020_E012": 802,
      "b17020_M012": 204,
      "b17020_E013": 877,
      "b17020_M013": 157,
      "b15003_E001": 10140,
      "b15003_M001": 340,
      "b15003_E022": 2233,
      "b15003_M022": 276,
      "b15003_E023": 1517,
      "b15003_M023": 233,
      "b15003_E024": 503,
      "b15003_M024": 184,
      "b15003_E025": 173,
      "b15003_M025": 93,
      "c16002_E001": 5509,
      "c16002_M001": 273,
      "c16002_E004": 57,
      "c16002_M004": 43,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 41,
      "c16002_M010": 55,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5509,
      "b22010_M001": 273,
      "b22010_E002": 275,
      "b22010_M002": 107,
      "b19013_E001": 124824,
      "b19013_M001": 13697
     }
    }
   }
  },
  "Colchester": {
   "cousub": "15910",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.7,
       "moe": 8.7,
       "numerator": 1021,
       "denominator": 3558
      },
      "children_with_two_parents_pct": {
       "estimate": 71.3,
       "moe": 13.46,
       "numerator": 2537,
       "denominator": 3558
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.37,
       "moe": 8.18,
       "numerator": 519,
       "denominator": 1896
      },
      "children_below_poverty_pct": {
       "estimate": 10.39,
       "moe": 7.03,
       "numerator": 377,
       "denominator": 3627
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.44,
       "moe": 5.59,
       "numerator": 4813,
       "denominator": 11080
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.69,
       "numerator": 0,
       "denominator": 6097
      },
      "snap_households_pct": {
       "estimate": 6.22,
       "moe": 2.71,
       "numerator": 379,
       "denominator": 6097
      },
      "median_household_income": {
       "estimate": 104527,
       "moe": 11384.0
      },
      "own_children_under_18": {
       "estimate": 3558,
       "moe": 377.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3627,
       "moe": 610.8084806221996
      }
     },
     "lines": {
      "b23008_E001": 3558,
      "b23008_M001": 377,
      "b23008_E003": 1067,
      "b23008_M003": 406,
      "b23008_E008": 297,
      "b23008_M008": 141,
      "b23008_E016": 1470,
      "b23008_M016": 370,
      "b23008_E021": 724,
      "b23008_M021": 296,
      "b11003_E001": 4436,
      "b11003_M001": 244,
      "b11003_E003": 1377,
      "b11003_M003": 248,
      "b11003_E010": 275,
      "b11003_M010": 142,
      "b11003_E016": 244,
      "b11003_M016": 104,
      "b17020_E001": 15387,
      "b17020_M001": 141,
      "b17020_E003": 112,
      "b17020_M003": 108,
      "b17020_E004": 70,
      "b17020_M004": 59,
      "b17020_E005": 195,
      "b17020_M005": 232,
      "b17020_E011": 1252,
      "b17020_M011": 411,
      "b17020_E012": 800,
      "b17020_M012": 214,
      "b17020_E013": 1198,
      "b17020_M013": 299,
      "b15003_E001": 11080,
      "b15003_M001": 383,
      "b15003_E022": 2595,
      "b15003_M022": 397,
      "b15003_E023": 1878,
      "b15003_M023": 487,
      "b15003_E024": 190,
      "b15003_M024": 108,
      "b15003_E025": 150,
      "b15003_M025": 70,
      "c16002_E001": 6097,
      "c16002_M001": 280,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6097,
      "b22010_M001": 280,
      "b22010_E002": 379,
      "b22010_M002": 166,
      "b19013_E001": 104527,
      "b19013_M001": 11384
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.93,
       "moe": 5.91,
       "numerator": 706,
       "denominator": 3542
      },
      "children_with_two_parents_pct": {
       "estimate": 80.07,
       "moe": 13.46,
       "numerator": 2836,
       "denominator": 3542
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.69,
       "moe": 6.14,
       "numerator": 350,
       "denominator": 1778
      },
      "children_below_poverty_pct": {
       "estimate": 3.52,
       "moe": 2.37,
       "numerator": 129,
       "denominator": 3668
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.83,
       "moe": 5.91,
       "numerator": 5069,
       "denominator": 11061
      },
      "limited_english_households_pct": {
       "estimate": 0.15,
       "moe": 0.65,
       "numerator": 9,
       "denominator": 6089
      },
      "snap_households_pct": {
       "estimate": 4.91,
       "moe": 2.04,
       "numerator": 299,
       "denominator": 6089
      },
      "median_household_income": {
       "estimate": 114505,
       "moe": 9422.0
      },
      "own_children_under_18": {
       "estimate": 3542,
       "moe": 361.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3668,
       "moe": 552.729590306146
      }
     },
     "lines": {
      "b23008_E001": 3542,
      "b23008_M001": 361,
      "b23008_E003": 1110,
      "b23008_M003": 407,
      "b23008_E008": 269,
      "b23008_M008": 137,
      "b23008_E016": 1726,
      "b23008_M016": 381,
      "b23008_E021": 437,
      "b23008_M021": 174,
      "b11003_E001": 4320,
      "b11003_M001": 255,
      "b11003_E003": 1428,
      "b11003_M003": 203,
      "b11003_E010": 223,
      "b11003_M010": 95,
      "b11003_E016": 127,
      "b11003_M016": 71,
      "b17020_E001": 15382,
      "b17020_M001": 59,
      "b17020_E003": 69,
      "b17020_M003": 77,
      "b17020_E004": 19,
      "b17020_M004": 24,
      "b17020_E005": 41,
      "b17020_M005": 38,
      "b17020_E011": 1310,
      "b17020_M011": 409,
      "b17020_E012": 912,
      "b17020_M012": 178,
      "b17020_E013": 1317,
      "b17020_M013": 314,
      "b15003_E001": 11061,
      "b15003_M001": 363,
      "b15003_E022": 2837,
      "b15003_M022": 416,
      "b15003_E023": 1943,
      "b15003_M023": 519,
      "b15003_E024": 158,
      "b15003_M024": 92,
      "b15003_E025": 131,
      "b15003_M025": 60,
      "c16002_E001": 6089,
      "c16002_M001": 272,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 9,
      "c16002_M007": 15,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6089,
      "b22010_M001": 272,
      "b22010_E002": 299,
      "b22010_M002": 125,
      "b19013_E001": 114505,
      "b19013_M001": 9422
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.91,
       "moe": 5.99,
       "numerator": 499,
       "denominator": 3346
      },
      "children_with_two_parents_pct": {
       "estimate": 85.09,
       "moe": 12.88,
       "numerator": 2847,
       "denominator": 3346
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.68,
       "moe": 5.8,
       "numerator": 265,
       "denominator": 1690
      },
      "children_below_poverty_pct": {
       "estimate": 0.92,
       "moe": 1.19,
       "numerator": 32,
       "denominator": 3472
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.46,
       "moe": 5.43,
       "numerator": 5207,
       "denominator": 11207
      },
      "limited_english_households_pct": {
       "estimate": 0.11,
       "moe": 0.63,
       "numerator": 7,
       "denominator": 6138
      },
      "snap_households_pct": {
       "estimate": 5.9,
       "moe": 3.02,
       "numerator": 362,
       "denominator": 6138
      },
      "median_household_income": {
       "estimate": 118839,
       "moe": 13854.0
      },
      "own_children_under_18": {
       "estimate": 3346,
       "moe": 378.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3472,
       "moe": 532.7682422967796
      }
     },
     "lines": {
      "b23008_E001": 3346,
      "b23008_M001": 378,
      "b23008_E003": 1143,
      "b23008_M003": 391,
      "b23008_E008": 137,
      "b23008_M008": 123,
      "b23008_E016": 1704,
      "b23008_M016": 369,
      "b23008_E021": 362,
      "b23008_M021": 168,
      "b11003_E001": 4479,
      "b11003_M001": 253,
      "b11003_E003": 1425,
      "b11003_M003": 236,
      "b11003_E010": 137,
      "b11003_M010": 74,
      "b11003_E016": 128,
      "b11003_M016": 76,
      "b17020_E001": 15354,
      "b17020_M001": 33,
      "b17020_E003": 14,
      "b17020_M003": 20,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 18,
      "b17020_M005": 30,
      "b17020_E011": 1266,
      "b17020_M011": 409,
      "b17020_E012": 976,
      "b17020_M012": 222,
      "b17020_E013": 1198,
      "b17020_M013": 256,
      "b15003_E001": 11207,
      "b15003_M001": 388,
      "b15003_E022": 2686,
      "b15003_M022": 416,
      "b15003_E023": 2166,
      "b15003_M023": 460,
      "b15003_E024": 205,
      "b15003_M024": 103,
      "b15003_E025": 150,
      "b15003_M025": 86,
      "c16002_E001": 6138,
      "c16002_M001": 300,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 7,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6138,
      "b22010_M001": 300,
      "b22010_E002": 362,
      "b22010_M002": 186,
      "b19013_E001": 118839,
      "b19013_M001": 13854
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.66,
       "moe": 5.79,
       "numerator": 463,
       "denominator": 3158
      },
      "children_with_two_parents_pct": {
       "estimate": 85.34,
       "moe": 11.34,
       "numerator": 2695,
       "denominator": 3158
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.18,
       "moe": 6.83,
       "numerator": 259,
       "denominator": 1706
      },
      "children_below_poverty_pct": {
       "estimate": 1.3,
       "moe": 1.58,
       "numerator": 42,
       "denominator": 3233
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.65,
       "moe": 5.48,
       "numerator": 5763,
       "denominator": 11607
      },
      "limited_english_households_pct": {
       "estimate": 0.19,
       "moe": 0.66,
       "numerator": 12,
       "denominator": 6388
      },
      "snap_households_pct": {
       "estimate": 5.29,
       "moe": 2.65,
       "numerator": 338,
       "denominator": 6388
      },
      "median_household_income": {
       "estimate": 122390,
       "moe": 14194.0
      },
      "own_children_under_18": {
       "estimate": 3158,
       "moe": 384.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3233,
       "moe": 467.1231101112425
      }
     },
     "lines": {
      "b23008_E001": 3158,
      "b23008_M001": 384,
      "b23008_E003": 1110,
      "b23008_M003": 358,
      "b23008_E008": 134,
      "b23008_M008": 120,
      "b23008_E016": 1585,
      "b23008_M016": 328,
      "b23008_E021": 329,
      "b23008_M021": 149,
      "b11003_E001": 4622,
      "b11003_M001": 241,
      "b11003_E003": 1447,
      "b11003_M003": 234,
      "b11003_E010": 137,
      "b11003_M010": 100,
      "b11003_E016": 122,
      "b11003_M016": 72,
      "b17020_E001": 15499,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 42,
      "b17020_M005": 42,
      "b17020_E011": 1244,
      "b17020_M011": 349,
      "b17020_E012": 971,
      "b17020_M012": 171,
      "b17020_E013": 976,
      "b17020_M013": 254,
      "b15003_E001": 11607,
      "b15003_M001": 381,
      "b15003_E022": 2885,
      "b15003_M022": 390,
      "b15003_E023": 2413,
      "b15003_M023": 514,
      "b15003_E024": 249,
      "b15003_M024": 114,
      "b15003_E025": 216,
      "b15003_M025": 106,
      "c16002_E001": 6388,
      "c16002_M001": 306,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 12,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6388,
      "b22010_M001": 306,
      "b22010_E002": 338,
      "b22010_M002": 170,
      "b19013_E001": 122390,
      "b19013_M001": 14194
     }
    }
   }
  },
  "Colebrook": {
   "cousub": "16050",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.35,
       "moe": 13.55,
       "numerator": 56,
       "denominator": 230
      },
      "children_with_two_parents_pct": {
       "estimate": 75.65,
       "moe": 21.17,
       "numerator": 174,
       "denominator": 230
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.95,
       "moe": 16.06,
       "numerator": 38,
       "denominator": 141
      },
      "children_below_poverty_pct": {
       "estimate": 16.53,
       "moe": 10.32,
       "numerator": 40,
       "denominator": 242
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.14,
       "moe": 5.28,
       "numerator": 336,
       "denominator": 1079
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.35,
       "numerator": 0,
       "denominator": 598
      },
      "snap_households_pct": {
       "estimate": 1.51,
       "moe": 1.33,
       "numerator": 9,
       "denominator": 598
      },
      "median_household_income": {
       "estimate": 106406,
       "moe": 11646.0
      },
      "own_children_under_18": {
       "estimate": 230,
       "moe": 60.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 242,
       "moe": 69.57010852370435
      }
     },
     "lines": {
      "b23008_E001": 230,
      "b23008_M001": 60,
      "b23008_E003": 47,
      "b23008_M003": 36,
      "b23008_E008": 14,
      "b23008_M008": 20,
      "b23008_E016": 127,
      "b23008_M016": 56,
      "b23008_E021": 42,
      "b23008_M021": 28,
      "b11003_E001": 386,
      "b11003_M001": 66,
      "b11003_E003": 103,
      "b11003_M003": 31,
      "b11003_E010": 12,
      "b11003_M010": 12,
      "b11003_E016": 26,
      "b11003_M016": 22,
      "b17020_E001": 1378,
      "b17020_M001": 146,
      "b17020_E003": 14,
      "b17020_M003": 20,
      "b17020_E004": 16,
      "b17020_M004": 16,
      "b17020_E005": 10,
      "b17020_M005": 10,
      "b17020_E011": 47,
      "b17020_M011": 36,
      "b17020_E012": 91,
      "b17020_M012": 42,
      "b17020_E013": 64,
      "b17020_M013": 32,
      "b15003_E001": 1079,
      "b15003_M001": 125,
      "b15003_E022": 183,
      "b15003_M022": 54,
      "b15003_E023": 121,
      "b15003_M023": 38,
      "b15003_E024": 22,
      "b15003_M024": 18,
      "b15003_E025": 10,
      "b15003_M025": 9,
      "c16002_E001": 598,
      "c16002_M001": 67,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 598,
      "b22010_M001": 67,
      "b22010_E002": 9,
      "b22010_M002": 8,
      "b19013_E001": 106406,
      "b19013_M001": 11646
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.25,
       "moe": 11.86,
       "numerator": 49,
       "denominator": 242
      },
      "children_with_two_parents_pct": {
       "estimate": 79.75,
       "moe": 22.6,
       "numerator": 193,
       "denominator": 242
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.22,
       "moe": 17.51,
       "numerator": 32,
       "denominator": 144
      },
      "children_below_poverty_pct": {
       "estimate": 13.67,
       "moe": 9.81,
       "numerator": 35,
       "denominator": 256
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.41,
       "moe": 7.18,
       "numerator": 446,
       "denominator": 1225
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.19,
       "numerator": 0,
       "denominator": 621
      },
      "snap_households_pct": {
       "estimate": 2.25,
       "moe": 1.76,
       "numerator": 14,
       "denominator": 621
      },
      "median_household_income": {
       "estimate": 120625,
       "moe": 22979.0
      },
      "own_children_under_18": {
       "estimate": 242,
       "moe": 68.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 256,
       "moe": 73.32803011127464
      }
     },
     "lines": {
      "b23008_E001": 242,
      "b23008_M001": 68,
      "b23008_E003": 52,
      "b23008_M003": 38,
      "b23008_E008": 17,
      "b23008_M008": 23,
      "b23008_E016": 141,
      "b23008_M016": 67,
      "b23008_E021": 32,
      "b23008_M021": 22,
      "b11003_E001": 443,
      "b11003_M001": 71,
      "b11003_E003": 112,
      "b11003_M003": 37,
      "b11003_E010": 9,
      "b11003_M010": 8,
      "b11003_E016": 23,
      "b11003_M016": 26,
      "b17020_E001": 1554,
      "b17020_M001": 162,
      "b17020_E003": 17,
      "b17020_M003": 23,
      "b17020_E004": 10,
      "b17020_M004": 11,
      "b17020_E005": 8,
      "b17020_M005": 9,
      "b17020_E011": 52,
      "b17020_M011": 38,
      "b17020_E012": 89,
      "b17020_M012": 41,
      "b17020_E013": 80,
      "b17020_M013": 39,
      "b15003_E001": 1225,
      "b15003_M001": 131,
      "b15003_E022": 235,
      "b15003_M022": 75,
      "b15003_E023": 179,
      "b15003_M023": 64,
      "b15003_E024": 22,
      "b15003_M024": 15,
      "b15003_E025": 10,
      "b15003_M025": 8,
      "c16002_E001": 621,
      "c16002_M001": 65,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 621,
      "b22010_M001": 65,
      "b22010_E002": 14,
      "b22010_M002": 11,
      "b19013_E001": 120625,
      "b19013_M001": 22979
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.56,
       "moe": 13.48,
       "numerator": 47,
       "denominator": 218
      },
      "children_with_two_parents_pct": {
       "estimate": 78.44,
       "moe": 6.65,
       "numerator": 171,
       "denominator": 218
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.0,
       "moe": 19.26,
       "numerator": 31,
       "denominator": 124
      },
      "children_below_poverty_pct": {
       "estimate": 15.74,
       "moe": 11.3,
       "numerator": 37,
       "denominator": 235
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.88,
       "moe": 6.26,
       "numerator": 437,
       "denominator": 1124
      },
      "limited_english_households_pct": {
       "estimate": 0.5,
       "moe": 4.09,
       "numerator": 3,
       "denominator": 601
      },
      "snap_households_pct": {
       "estimate": 2.33,
       "moe": 1.64,
       "numerator": 14,
       "denominator": 601
      },
      "median_household_income": {
       "estimate": 114904,
       "moe": 17150.0
      },
      "own_children_under_18": {
       "estimate": 218,
       "moe": 65.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 235,
       "moe": 60.92618484691127
      }
     },
     "lines": {
      "b23008_E001": 218,
      "b23008_M001": 65,
      "b23008_E003": 62,
      "b23008_M003": 31,
      "b23008_E008": 17,
      "b23008_M008": 24,
      "b23008_E016": 109,
      "b23008_M016": 43,
      "b23008_E021": 30,
      "b23008_M021": 22,
      "b11003_E001": 417,
      "b11003_M001": 59,
      "b11003_E003": 93,
      "b11003_M003": 25,
      "b11003_E010": 9,
      "b11003_M010": 11,
      "b11003_E016": 22,
      "b11003_M016": 23,
      "b17020_E001": 1436,
      "b17020_M001": 152,
      "b17020_E003": 17,
      "b17020_M003": 24,
      "b17020_E004": 9,
      "b17020_M004": 11,
      "b17020_E005": 11,
      "b17020_M005": 10,
      "b17020_E011": 62,
      "b17020_M011": 31,
      "b17020_E012": 65,
      "b17020_M012": 35,
      "b17020_E013": 71,
      "b17020_M013": 27,
      "b15003_E001": 1124,
      "b15003_M001": 114,
      "b15003_E022": 227,
      "b15003_M022": 46,
      "b15003_E023": 170,
      "b15003_M023": 66,
      "b15003_E024": 29,
      "b15003_M024": 19,
      "b15003_E025": 11,
      "b15003_M025": 9,
      "c16002_E001": 601,
      "c16002_M001": 66,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 601,
      "b22010_M001": 66,
      "b22010_E002": 14,
      "b22010_M002": 10,
      "b19013_E001": 114904,
      "b19013_M001": 17150
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.42,
       "moe": 12.6,
       "numerator": 49,
       "denominator": 240
      },
      "children_with_two_parents_pct": {
       "estimate": 79.58,
       "moe": 15.44,
       "numerator": 191,
       "denominator": 240
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.03,
       "moe": 21.09,
       "numerator": 31,
       "denominator": 129
      },
      "children_below_poverty_pct": {
       "estimate": 13.74,
       "moe": 10.16,
       "numerator": 36,
       "denominator": 262
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.56,
       "moe": 5.6,
       "numerator": 408,
       "denominator": 1116
      },
      "limited_english_households_pct": {
       "estimate": 0.33,
       "moe": 4.09,
       "numerator": 2,
       "denominator": 598
      },
      "snap_households_pct": {
       "estimate": 4.85,
       "moe": 2.8,
       "numerator": 29,
       "denominator": 598
      },
      "median_household_income": {
       "estimate": 111250,
       "moe": 17080.0
      },
      "own_children_under_18": {
       "estimate": 240,
       "moe": 59.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 262,
       "moe": 68.6804193347711
      }
     },
     "lines": {
      "b23008_E001": 240,
      "b23008_M001": 59,
      "b23008_E003": 82,
      "b23008_M003": 37,
      "b23008_E008": 18,
      "b23008_M008": 24,
      "b23008_E016": 109,
      "b23008_M016": 47,
      "b23008_E021": 31,
      "b23008_M021": 22,
      "b11003_E001": 415,
      "b11003_M001": 59,
      "b11003_E003": 98,
      "b11003_M003": 24,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 31,
      "b11003_M016": 25,
      "b17020_E001": 1466,
      "b17020_M001": 150,
      "b17020_E003": 18,
      "b17020_M003": 24,
      "b17020_E004": 9,
      "b17020_M004": 11,
      "b17020_E005": 9,
      "b17020_M005": 10,
      "b17020_E011": 84,
      "b17020_M011": 36,
      "b17020_E012": 71,
      "b17020_M012": 40,
      "b17020_E013": 71,
      "b17020_M013": 32,
      "b15003_E001": 1116,
      "b15003_M001": 111,
      "b15003_E022": 202,
      "b15003_M022": 43,
      "b15003_E023": 158,
      "b15003_M023": 56,
      "b15003_E024": 34,
      "b15003_M024": 21,
      "b15003_E025": 14,
      "b15003_M025": 11,
      "c16002_E001": 598,
      "c16002_M001": 62,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 2,
      "c16002_M007": 3,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 598,
      "b22010_M001": 62,
      "b22010_E002": 29,
      "b22010_M002": 17,
      "b19013_E001": 111250,
      "b19013_M001": 17080
     }
    }
   }
  },
  "Columbia": {
   "cousub": "16400",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.42,
       "moe": 8.64,
       "numerator": 81,
       "denominator": 777
      },
      "children_with_two_parents_pct": {
       "estimate": 89.58,
       "moe": 8.75,
       "numerator": 696,
       "denominator": 777
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.79,
       "moe": 11.97,
       "numerator": 71,
       "denominator": 480
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.24,
       "numerator": 0,
       "denominator": 777
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.13,
       "moe": 6.88,
       "numerator": 1449,
       "denominator": 4246
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.71,
       "numerator": 0,
       "denominator": 2216
      },
      "snap_households_pct": {
       "estimate": 16.7,
       "moe": 12.82,
       "numerator": 370,
       "denominator": 2216
      },
      "median_household_income": {
       "estimate": 113983,
       "moe": 21146.0
      },
      "own_children_under_18": {
       "estimate": 777,
       "moe": 131.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 777,
       "moe": 165.5294535724685
      }
     },
     "lines": {
      "b23008_E001": 777,
      "b23008_M001": 131,
      "b23008_E003": 135,
      "b23008_M003": 82,
      "b23008_E008": 17,
      "b23008_M008": 27,
      "b23008_E016": 561,
      "b23008_M016": 108,
      "b23008_E021": 64,
      "b23008_M021": 63,
      "b11003_E001": 1814,
      "b11003_M001": 212,
      "b11003_E003": 409,
      "b11003_M003": 85,
      "b11003_E010": 42,
      "b11003_M010": 44,
      "b11003_E016": 29,
      "b11003_M016": 40,
      "b17020_E001": 5269,
      "b17020_M001": 13,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 152,
      "b17020_M011": 90,
      "b17020_E012": 224,
      "b17020_M012": 69,
      "b17020_E013": 401,
      "b17020_M013": 116,
      "b15003_E001": 4246,
      "b15003_M001": 174,
      "b15003_E022": 833,
      "b15003_M022": 208,
      "b15003_E023": 540,
      "b15003_M023": 207,
      "b15003_E024": 65,
      "b15003_M024": 49,
      "b15003_E025": 11,
      "b15003_M025": 18,
      "c16002_E001": 2216,
      "c16002_M001": 194,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2216,
      "b22010_M001": 194,
      "b22010_E002": 370,
      "b22010_M002": 286,
      "b19013_E001": 113983,
      "b19013_M001": 21146
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.45,
       "moe": 6.61,
       "numerator": 49,
       "denominator": 658
      },
      "children_with_two_parents_pct": {
       "estimate": 92.55,
       "moe": 13.43,
       "numerator": 609,
       "denominator": 658
      },
      "one_parent_families_with_children_pct": {
       "estimate": 5.36,
       "moe": 6.21,
       "numerator": 23,
       "denominator": 429
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.92,
       "numerator": 0,
       "denominator": 669
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.29,
       "moe": 7.34,
       "numerator": 1375,
       "denominator": 4394
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.76,
       "numerator": 0,
       "denominator": 2161
      },
      "snap_households_pct": {
       "estimate": 17.77,
       "moe": 14.34,
       "numerator": 384,
       "denominator": 2161
      },
      "median_household_income": {
       "estimate": 124311,
       "moe": 21476.0
      },
      "own_children_under_18": {
       "estimate": 658,
       "moe": 138.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 669,
       "moe": 181.8130908378162
      }
     },
     "lines": {
      "b23008_E001": 658,
      "b23008_M001": 138,
      "b23008_E003": 151,
      "b23008_M003": 101,
      "b23008_E008": 31,
      "b23008_M008": 34,
      "b23008_E016": 458,
      "b23008_M016": 118,
      "b23008_E021": 18,
      "b23008_M021": 29,
      "b11003_E001": 1682,
      "b11003_M001": 238,
      "b11003_E003": 406,
      "b11003_M003": 109,
      "b11003_E010": 15,
      "b11003_M010": 24,
      "b11003_E016": 8,
      "b11003_M016": 13,
      "b17020_E001": 5280,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 182,
      "b17020_M011": 112,
      "b17020_E012": 225,
      "b17020_M012": 95,
      "b17020_E013": 262,
      "b17020_M013": 102,
      "b15003_E001": 4394,
      "b15003_M001": 178,
      "b15003_E022": 823,
      "b15003_M022": 221,
      "b15003_E023": 458,
      "b15003_M023": 233,
      "b15003_E024": 58,
      "b15003_M024": 48,
      "b15003_E025": 36,
      "b15003_M025": 40,
      "c16002_E001": 2161,
      "c16002_M001": 201,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2161,
      "b22010_M001": 201,
      "b22010_E002": 384,
      "b22010_M002": 312,
      "b19013_E001": 124311,
      "b19013_M001": 21476
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 5.72,
       "moe": 6.69,
       "numerator": 36,
       "denominator": 629
      },
      "children_with_two_parents_pct": {
       "estimate": 94.28,
       "moe": 14.6,
       "numerator": 593,
       "denominator": 629
      },
      "one_parent_families_with_children_pct": {
       "estimate": 2.59,
       "moe": 6.4,
       "numerator": 10,
       "denominator": 386
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 5.13,
       "numerator": 0,
       "denominator": 642
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.49,
       "moe": 6.98,
       "numerator": 1451,
       "denominator": 4333
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.79,
       "numerator": 0,
       "denominator": 2122
      },
      "snap_households_pct": {
       "estimate": 17.72,
       "moe": 15.29,
       "numerator": 376,
       "denominator": 2122
      },
      "median_household_income": {
       "estimate": 122500,
       "moe": 20553.0
      },
      "own_children_under_18": {
       "estimate": 629,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 642,
       "moe": 173.5857136978732
      }
     },
     "lines": {
      "b23008_E001": 629,
      "b23008_M001": 157,
      "b23008_E003": 149,
      "b23008_M003": 98,
      "b23008_E008": 15,
      "b23008_M008": 25,
      "b23008_E016": 444,
      "b23008_M016": 144,
      "b23008_E021": 21,
      "b23008_M021": 35,
      "b11003_E001": 1630,
      "b11003_M001": 234,
      "b11003_E003": 376,
      "b11003_M003": 98,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 10,
      "b11003_M016": 16,
      "b17020_E001": 5268,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 164,
      "b17020_M011": 103,
      "b17020_E012": 234,
      "b17020_M012": 98,
      "b17020_E013": 244,
      "b17020_M013": 94,
      "b15003_E001": 4333,
      "b15003_M001": 221,
      "b15003_E022": 792,
      "b15003_M022": 187,
      "b15003_E023": 569,
      "b15003_M023": 240,
      "b15003_E024": 72,
      "b15003_M024": 60,
      "b15003_E025": 18,
      "b15003_M025": 28,
      "c16002_E001": 2122,
      "c16002_M001": 180,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2122,
      "b22010_M001": 180,
      "b22010_E002": 376,
      "b22010_M002": 326,
      "b19013_E001": 122500,
      "b19013_M001": 20553
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.29,
       "moe": 9.91,
       "numerator": 98,
       "denominator": 686
      },
      "children_with_two_parents_pct": {
       "estimate": 85.71,
       "moe": 15.17,
       "numerator": 588,
       "denominator": 686
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.15,
       "moe": 9.68,
       "numerator": 46,
       "denominator": 453
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.67,
       "numerator": 0,
       "denominator": 705
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.61,
       "moe": 6.49,
       "numerator": 1489,
       "denominator": 4302
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.8,
       "numerator": 0,
       "denominator": 2112
      },
      "snap_households_pct": {
       "estimate": 17.71,
       "moe": 16.17,
       "numerator": 374,
       "denominator": 2112
      },
      "median_household_income": {
       "estimate": 127000,
       "moe": 29672.0
      },
      "own_children_under_18": {
       "estimate": 686,
       "moe": 168.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 705,
       "moe": 177.98595450203368
      }
     },
     "lines": {
      "b23008_E001": 686,
      "b23008_M001": 168,
      "b23008_E003": 129,
      "b23008_M003": 92,
      "b23008_E008": 16,
      "b23008_M008": 24,
      "b23008_E016": 459,
      "b23008_M016": 152,
      "b23008_E021": 82,
      "b23008_M021": 68,
      "b11003_E001": 1697,
      "b11003_M001": 262,
      "b11003_E003": 407,
      "b11003_M003": 104,
      "b11003_E010": 19,
      "b11003_M010": 30,
      "b11003_E016": 27,
      "b11003_M016": 34,
      "b17020_E001": 5278,
      "b17020_M001": 56,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 145,
      "b17020_M011": 96,
      "b17020_E012": 300,
      "b17020_M012": 112,
      "b17020_E013": 260,
      "b17020_M013": 94,
      "b15003_E001": 4302,
      "b15003_M001": 199,
      "b15003_E022": 823,
      "b15003_M022": 209,
      "b15003_E023": 539,
      "b15003_M023": 185,
      "b15003_E024": 97,
      "b15003_M024": 55,
      "b15003_E025": 30,
      "b15003_M025": 41,
      "c16002_E001": 2112,
      "c16002_M001": 233,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2112,
      "b22010_M001": 233,
      "b22010_E002": 374,
      "b22010_M002": 344,
      "b19013_E001": 127000,
      "b19013_M001": 29672
     }
    }
   }
  },
  "Cornwall": {
   "cousub": "17240",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.33,
       "moe": 17.27,
       "numerator": 63,
       "denominator": 189
      },
      "children_with_two_parents_pct": {
       "estimate": 66.67,
       "moe": 22.53,
       "numerator": 126,
       "denominator": 189
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.65,
       "moe": 14.93,
       "numerator": 35,
       "denominator": 104
      },
      "children_below_poverty_pct": {
       "estimate": 21.69,
       "moe": 14.39,
       "numerator": 41,
       "denominator": 189
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.27,
       "moe": 6.87,
       "numerator": 610,
       "denominator": 1084
      },
      "limited_english_households_pct": {
       "estimate": 2.07,
       "moe": 4.21,
       "numerator": 13,
       "denominator": 629
      },
      "snap_households_pct": {
       "estimate": 5.88,
       "moe": 3.42,
       "numerator": 37,
       "denominator": 629
      },
      "median_household_income": {
       "estimate": 95089,
       "moe": 9379.0
      },
      "own_children_under_18": {
       "estimate": 189,
       "moe": 41.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 189,
       "moe": 57.201398584300364
      }
     },
     "lines": {
      "b23008_E001": 189,
      "b23008_M001": 41,
      "b23008_E003": 17,
      "b23008_M003": 16,
      "b23008_E008": 32,
      "b23008_M008": 26,
      "b23008_E016": 109,
      "b23008_M016": 48,
      "b23008_E021": 31,
      "b23008_M021": 24,
      "b11003_E001": 418,
      "b11003_M001": 76,
      "b11003_E003": 69,
      "b11003_M003": 27,
      "b11003_E010": 15,
      "b11003_M010": 13,
      "b11003_E016": 20,
      "b11003_M016": 14,
      "b17020_E001": 1379,
      "b17020_M001": 176,
      "b17020_E003": 8,
      "b17020_M003": 11,
      "b17020_E004": 17,
      "b17020_M004": 22,
      "b17020_E005": 16,
      "b17020_M005": 17,
      "b17020_E011": 41,
      "b17020_M011": 25,
      "b17020_E012": 51,
      "b17020_M012": 32,
      "b17020_E013": 56,
      "b17020_M013": 27,
      "b15003_E001": 1084,
      "b15003_M001": 127,
      "b15003_E022": 296,
      "b15003_M022": 60,
      "b15003_E023": 210,
      "b15003_M023": 77,
      "b15003_E024": 73,
      "b15003_M024": 29,
      "b15003_E025": 31,
      "b15003_M025": 17,
      "c16002_E001": 629,
      "c16002_M001": 76,
      "c16002_E004": 13,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 629,
      "b22010_M001": 76,
      "b22010_E002": 37,
      "b22010_M002": 22,
      "b19013_E001": 95089,
      "b19013_M001": 9379
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.62,
       "moe": 24.72,
       "numerator": 82,
       "denominator": 188
      },
      "children_with_two_parents_pct": {
       "estimate": 56.38,
       "moe": 21.26,
       "numerator": 106,
       "denominator": 188
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.63,
       "moe": 13.47,
       "numerator": 38,
       "denominator": 113
      },
      "children_below_poverty_pct": {
       "estimate": 38.3,
       "moe": 14.36,
       "numerator": 72,
       "denominator": 188
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.84,
       "moe": 7.22,
       "numerator": 517,
       "denominator": 1017
      },
      "limited_english_households_pct": {
       "estimate": 1.46,
       "moe": 4.14,
       "numerator": 9,
       "denominator": 615
      },
      "snap_households_pct": {
       "estimate": 6.5,
       "moe": 4.78,
       "numerator": 40,
       "denominator": 615
      },
      "median_household_income": {
       "estimate": 99922,
       "moe": 15789.0
      },
      "own_children_under_18": {
       "estimate": 188,
       "moe": 40.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 188,
       "moe": 56.302753041036986
      }
     },
     "lines": {
      "b23008_E001": 188,
      "b23008_M001": 40,
      "b23008_E003": 7,
      "b23008_M003": 9,
      "b23008_E008": 27,
      "b23008_M008": 23,
      "b23008_E016": 99,
      "b23008_M016": 45,
      "b23008_E021": 55,
      "b23008_M021": 44,
      "b11003_E001": 393,
      "b11003_M001": 85,
      "b11003_E003": 75,
      "b11003_M003": 33,
      "b11003_E010": 15,
      "b11003_M010": 12,
      "b11003_E016": 23,
      "b11003_M016": 16,
      "b17020_E001": 1315,
      "b17020_M001": 162,
      "b17020_E003": 9,
      "b17020_M003": 13,
      "b17020_E004": 26,
      "b17020_M004": 20,
      "b17020_E005": 37,
      "b17020_M005": 25,
      "b17020_E011": 25,
      "b17020_M011": 20,
      "b17020_E012": 30,
      "b17020_M012": 26,
      "b17020_E013": 61,
      "b17020_M013": 30,
      "b15003_E001": 1017,
      "b15003_M001": 142,
      "b15003_E022": 264,
      "b15003_M022": 67,
      "b15003_E023": 174,
      "b15003_M023": 72,
      "b15003_E024": 54,
      "b15003_M024": 27,
      "b15003_E025": 25,
      "b15003_M025": 14,
      "c16002_E001": 615,
      "c16002_M001": 92,
      "c16002_E004": 9,
      "c16002_M004": 12,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 615,
      "b22010_M001": 92,
      "b22010_E002": 40,
      "b22010_M002": 30,
      "b19013_E001": 99922,
      "b19013_M001": 15789
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.25,
       "moe": 16.49,
       "numerator": 65,
       "denominator": 208
      },
      "children_with_two_parents_pct": {
       "estimate": 68.75,
       "moe": 18.89,
       "numerator": 143,
       "denominator": 208
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.54,
       "moe": 13.31,
       "numerator": 43,
       "denominator": 121
      },
      "children_below_poverty_pct": {
       "estimate": 41.4,
       "moe": 13.67,
       "numerator": 89,
       "denominator": 215
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.09,
       "moe": 6.07,
       "numerator": 611,
       "denominator": 1109
      },
      "limited_english_households_pct": {
       "estimate": 0.76,
       "moe": 3.83,
       "numerator": 5,
       "denominator": 659
      },
      "snap_households_pct": {
       "estimate": 7.44,
       "moe": 4.73,
       "numerator": 49,
       "denominator": 659
      },
      "median_household_income": {
       "estimate": 101339,
       "moe": 24129.0
      },
      "own_children_under_18": {
       "estimate": 208,
       "moe": 42.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 215,
       "moe": 56.929781309961136
      }
     },
     "lines": {
      "b23008_E001": 208,
      "b23008_M001": 42,
      "b23008_E003": 15,
      "b23008_M003": 13,
      "b23008_E008": 18,
      "b23008_M008": 18,
      "b23008_E016": 128,
      "b23008_M016": 47,
      "b23008_E021": 47,
      "b23008_M021": 32,
      "b11003_E001": 444,
      "b11003_M001": 87,
      "b11003_E003": 78,
      "b11003_M003": 34,
      "b11003_E010": 9,
      "b11003_M010": 8,
      "b11003_E016": 34,
      "b11003_M016": 20,
      "b17020_E001": 1438,
      "b17020_M001": 178,
      "b17020_E003": 17,
      "b17020_M003": 19,
      "b17020_E004": 32,
      "b17020_M004": 23,
      "b17020_E005": 40,
      "b17020_M005": 23,
      "b17020_E011": 21,
      "b17020_M011": 15,
      "b17020_E012": 34,
      "b17020_M012": 21,
      "b17020_E013": 71,
      "b17020_M013": 34,
      "b15003_E001": 1109,
      "b15003_M001": 149,
      "b15003_E022": 291,
      "b15003_M022": 61,
      "b15003_E023": 215,
      "b15003_M023": 80,
      "b15003_E024": 78,
      "b15003_M024": 30,
      "b15003_E025": 27,
      "b15003_M025": 16,
      "c16002_E001": 659,
      "c16002_M001": 97,
      "c16002_E004": 5,
      "c16002_M004": 7,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 659,
      "b22010_M001": 97,
      "b22010_E002": 49,
      "b22010_M002": 32,
      "b19013_E001": 101339,
      "b19013_M001": 24129
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.98,
       "moe": 14.94,
       "numerator": 53,
       "denominator": 204
      },
      "children_with_two_parents_pct": {
       "estimate": 74.02,
       "moe": 17.0,
       "numerator": 151,
       "denominator": 204
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.95,
       "moe": 13.96,
       "numerator": 33,
       "denominator": 114
      },
      "children_below_poverty_pct": {
       "estimate": 17.37,
       "moe": 12.05,
       "numerator": 37,
       "denominator": 213
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.15,
       "moe": 7.45,
       "numerator": 666,
       "denominator": 1126
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.29,
       "numerator": 0,
       "denominator": 652
      },
      "snap_households_pct": {
       "estimate": 4.45,
       "moe": 3.47,
       "numerator": 29,
       "denominator": 652
      },
      "median_household_income": {
       "estimate": 128864,
       "moe": 34096.0
      },
      "own_children_under_18": {
       "estimate": 204,
       "moe": 40.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 213,
       "moe": 53.55371135598354
      }
     },
     "lines": {
      "b23008_E001": 204,
      "b23008_M001": 40,
      "b23008_E003": 56,
      "b23008_M003": 28,
      "b23008_E008": 13,
      "b23008_M008": 14,
      "b23008_E016": 95,
      "b23008_M016": 36,
      "b23008_E021": 40,
      "b23008_M021": 29,
      "b11003_E001": 438,
      "b11003_M001": 85,
      "b11003_E003": 81,
      "b11003_M003": 23,
      "b11003_E010": 10,
      "b11003_M010": 10,
      "b11003_E016": 23,
      "b11003_M016": 15,
      "b17020_E001": 1425,
      "b17020_M001": 177,
      "b17020_E003": 15,
      "b17020_M003": 15,
      "b17020_E004": 6,
      "b17020_M004": 6,
      "b17020_E005": 16,
      "b17020_M005": 22,
      "b17020_E011": 60,
      "b17020_M011": 29,
      "b17020_E012": 48,
      "b17020_M012": 21,
      "b17020_E013": 68,
      "b17020_M013": 29,
      "b15003_E001": 1126,
      "b15003_M001": 136,
      "b15003_E022": 325,
      "b15003_M022": 79,
      "b15003_E023": 247,
      "b15003_M023": 77,
      "b15003_E024": 76,
      "b15003_M024": 33,
      "b15003_E025": 18,
      "b15003_M025": 16,
      "c16002_E001": 652,
      "c16002_M001": 89,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 652,
      "b22010_M001": 89,
      "b22010_E002": 29,
      "b22010_M002": 23,
      "b19013_E001": 128864,
      "b19013_M001": 34096
     }
    }
   }
  },
  "Coventry": {
   "cousub": "17800",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.5,
       "moe": 8.64,
       "numerator": 645,
       "denominator": 2434
      },
      "children_with_two_parents_pct": {
       "estimate": 73.5,
       "moe": 9.84,
       "numerator": 1789,
       "denominator": 2434
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.55,
       "moe": 9.7,
       "numerator": 349,
       "denominator": 1267
      },
      "children_below_poverty_pct": {
       "estimate": 12.05,
       "moe": 5.38,
       "numerator": 300,
       "denominator": 2490
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.6,
       "moe": 5.69,
       "numerator": 3839,
       "denominator": 8608
      },
      "limited_english_households_pct": {
       "estimate": 1.21,
       "moe": 1.59,
       "numerator": 58,
       "denominator": 4780
      },
      "snap_households_pct": {
       "estimate": 4.64,
       "moe": 1.93,
       "numerator": 222,
       "denominator": 4780
      },
      "median_household_income": {
       "estimate": 94058,
       "moe": 2547.0
      },
      "own_children_under_18": {
       "estimate": 2434,
       "moe": 340.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2490,
       "moe": 392.0471910369975
      }
     },
     "lines": {
      "b23008_E001": 2434,
      "b23008_M001": 340,
      "b23008_E003": 655,
      "b23008_M003": 202,
      "b23008_E008": 136,
      "b23008_M008": 93,
      "b23008_E016": 1134,
      "b23008_M016": 281,
      "b23008_E021": 509,
      "b23008_M021": 209,
      "b11003_E001": 3648,
      "b11003_M001": 270,
      "b11003_E003": 918,
      "b11003_M003": 146,
      "b11003_E010": 85,
      "b11003_M010": 76,
      "b11003_E016": 264,
      "b11003_M016": 111,
      "b17020_E001": 12146,
      "b17020_M001": 45,
      "b17020_E003": 128,
      "b17020_M003": 101,
      "b17020_E004": 93,
      "b17020_M004": 79,
      "b17020_E005": 79,
      "b17020_M005": 61,
      "b17020_E011": 663,
      "b17020_M011": 215,
      "b17020_E012": 802,
      "b17020_M012": 183,
      "b17020_E013": 725,
      "b17020_M013": 232,
      "b15003_E001": 8608,
      "b15003_M001": 414,
      "b15003_E022": 2266,
      "b15003_M022": 368,
      "b15003_E023": 1326,
      "b15003_M023": 358,
      "b15003_E024": 117,
      "b15003_M024": 70,
      "b15003_E025": 130,
      "b15003_M025": 76,
      "c16002_E001": 4780,
      "c16002_M001": 286,
      "c16002_E004": 43,
      "c16002_M004": 68,
      "c16002_E007": 15,
      "c16002_M007": 17,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4780,
      "b22010_M001": 286,
      "b22010_E002": 222,
      "b22010_M002": 93,
      "b19013_E001": 94058,
      "b19013_M001": 2547
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.66,
       "moe": 9.63,
       "numerator": 665,
       "denominator": 2494
      },
      "children_with_two_parents_pct": {
       "estimate": 73.34,
       "moe": 13.82,
       "numerator": 1829,
       "denominator": 2494
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.04,
       "moe": 9.98,
       "numerator": 338,
       "denominator": 1250
      },
      "children_below_poverty_pct": {
       "estimate": 9.22,
       "moe": 5.99,
       "numerator": 235,
       "denominator": 2550
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.9,
       "moe": 6.84,
       "numerator": 4046,
       "denominator": 8815
      },
      "limited_english_households_pct": {
       "estimate": 0.79,
       "moe": 1.01,
       "numerator": 39,
       "denominator": 4931
      },
      "snap_households_pct": {
       "estimate": 5.39,
       "moe": 3.05,
       "numerator": 266,
       "denominator": 4931
      },
      "median_household_income": {
       "estimate": 101916,
       "moe": 8232.0
      },
      "own_children_under_18": {
       "estimate": 2494,
       "moe": 341.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2550,
       "moe": 451.3302560210206
      }
     },
     "lines": {
      "b23008_E001": 2494,
      "b23008_M001": 341,
      "b23008_E003": 523,
      "b23008_M003": 244,
      "b23008_E008": 150,
      "b23008_M008": 120,
      "b23008_E016": 1306,
      "b23008_M016": 349,
      "b23008_E021": 515,
      "b23008_M021": 227,
      "b11003_E001": 3701,
      "b11003_M001": 225,
      "b11003_E003": 912,
      "b11003_M003": 166,
      "b11003_E010": 108,
      "b11003_M010": 88,
      "b11003_E016": 230,
      "b11003_M016": 106,
      "b17020_E001": 12211,
      "b17020_M001": 51,
      "b17020_E003": 105,
      "b17020_M003": 115,
      "b17020_E004": 87,
      "b17020_M004": 88,
      "b17020_E005": 43,
      "b17020_M005": 64,
      "b17020_E011": 568,
      "b17020_M011": 248,
      "b17020_E012": 864,
      "b17020_M012": 219,
      "b17020_E013": 883,
      "b17020_M013": 263,
      "b15003_E001": 8815,
      "b15003_M001": 387,
      "b15003_E022": 2271,
      "b15003_M022": 479,
      "b15003_E023": 1441,
      "b15003_M023": 391,
      "b15003_E024": 150,
      "b15003_M024": 72,
      "b15003_E025": 184,
      "b15003_M025": 85,
      "c16002_E001": 4931,
      "c16002_M001": 292,
      "c16002_E004": 23,
      "c16002_M004": 36,
      "c16002_E007": 16,
      "c16002_M007": 18,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4931,
      "b22010_M001": 292,
      "b22010_E002": 266,
      "b22010_M002": 151,
      "b19013_E001": 101916,
      "b19013_M001": 8232
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.62,
       "moe": 9.11,
       "numerator": 626,
       "denominator": 2443
      },
      "children_with_two_parents_pct": {
       "estimate": 74.38,
       "moe": 8.24,
       "numerator": 1817,
       "denominator": 2443
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.34,
       "moe": 11.02,
       "numerator": 355,
       "denominator": 1210
      },
      "children_below_poverty_pct": {
       "estimate": 9.0,
       "moe": 6.34,
       "numerator": 229,
       "denominator": 2544
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.17,
       "moe": 6.29,
       "numerator": 3921,
       "denominator": 8877
      },
      "limited_english_households_pct": {
       "estimate": 0.76,
       "moe": 1.01,
       "numerator": 37,
       "denominator": 4881
      },
      "snap_households_pct": {
       "estimate": 6.76,
       "moe": 4.06,
       "numerator": 330,
       "denominator": 4881
      },
      "median_household_income": {
       "estimate": 104953,
       "moe": 12553.0
      },
      "own_children_under_18": {
       "estimate": 2443,
       "moe": 374.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2544,
       "moe": 436.82261846200225
      }
     },
     "lines": {
      "b23008_E001": 2443,
      "b23008_M001": 374,
      "b23008_E003": 627,
      "b23008_M003": 231,
      "b23008_E008": 128,
      "b23008_M008": 112,
      "b23008_E016": 1190,
      "b23008_M016": 254,
      "b23008_E021": 498,
      "b23008_M021": 215,
      "b11003_E001": 3713,
      "b11003_M001": 251,
      "b11003_E003": 855,
      "b11003_M003": 138,
      "b11003_E010": 114,
      "b11003_M010": 64,
      "b11003_E016": 241,
      "b11003_M016": 131,
      "b17020_E001": 12223,
      "b17020_M001": 58,
      "b17020_E003": 77,
      "b17020_M003": 109,
      "b17020_E004": 112,
      "b17020_M004": 107,
      "b17020_E005": 40,
      "b17020_M005": 65,
      "b17020_E011": 678,
      "b17020_M011": 233,
      "b17020_E012": 751,
      "b17020_M012": 219,
      "b17020_E013": 886,
      "b17020_M013": 247,
      "b15003_E001": 8877,
      "b15003_M001": 411,
      "b15003_E022": 1996,
      "b15003_M022": 381,
      "b15003_E023": 1543,
      "b15003_M023": 422,
      "b15003_E024": 146,
      "b15003_M024": 81,
      "b15003_E025": 236,
      "b15003_M025": 123,
      "c16002_E001": 4881,
      "c16002_M001": 305,
      "c16002_E004": 22,
      "c16002_M004": 35,
      "c16002_E007": 15,
      "c16002_M007": 18,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4881,
      "b22010_M001": 305,
      "b22010_E002": 330,
      "b22010_M002": 199,
      "b19013_E001": 104953,
      "b19013_M001": 12553
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.46,
       "moe": 9.35,
       "numerator": 710,
       "denominator": 2410
      },
      "children_with_two_parents_pct": {
       "estimate": 70.54,
       "moe": 8.93,
       "numerator": 1700,
       "denominator": 2410
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.85,
       "moe": 11.19,
       "numerator": 436,
       "denominator": 1251
      },
      "children_below_poverty_pct": {
       "estimate": 9.13,
       "moe": 6.13,
       "numerator": 231,
       "denominator": 2529
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.99,
       "moe": 6.49,
       "numerator": 4003,
       "denominator": 8897
      },
      "limited_english_households_pct": {
       "estimate": 0.73,
       "moe": 1.0,
       "numerator": 36,
       "denominator": 4926
      },
      "snap_households_pct": {
       "estimate": 8.0,
       "moe": 4.1,
       "numerator": 394,
       "denominator": 4926
      },
      "median_household_income": {
       "estimate": 108213,
       "moe": 5147.0
      },
      "own_children_under_18": {
       "estimate": 2410,
       "moe": 358.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2529,
       "moe": 420.98931102820177
      }
     },
     "lines": {
      "b23008_E001": 2410,
      "b23008_M001": 358,
      "b23008_E003": 565,
      "b23008_M003": 240,
      "b23008_E008": 147,
      "b23008_M008": 132,
      "b23008_E016": 1135,
      "b23008_M016": 229,
      "b23008_E021": 563,
      "b23008_M021": 211,
      "b11003_E001": 3611,
      "b11003_M001": 229,
      "b11003_E003": 815,
      "b11003_M003": 140,
      "b11003_E010": 183,
      "b11003_M010": 103,
      "b11003_E016": 253,
      "b11003_M016": 120,
      "b17020_E001": 12278,
      "b17020_M001": 65,
      "b17020_E003": 66,
      "b17020_M003": 105,
      "b17020_E004": 81,
      "b17020_M004": 83,
      "b17020_E005": 84,
      "b17020_M005": 87,
      "b17020_E011": 646,
      "b17020_M011": 232,
      "b17020_E012": 733,
      "b17020_M012": 202,
      "b17020_E013": 919,
      "b17020_M013": 239,
      "b15003_E001": 8897,
      "b15003_M001": 371,
      "b15003_E022": 2175,
      "b15003_M022": 411,
      "b15003_E023": 1514,
      "b15003_M023": 421,
      "b15003_E024": 127,
      "b15003_M024": 66,
      "b15003_E025": 187,
      "b15003_M025": 102,
      "c16002_E001": 4926,
      "c16002_M001": 244,
      "c16002_E004": 22,
      "c16002_M004": 35,
      "c16002_E007": 14,
      "c16002_M007": 18,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4926,
      "b22010_M001": 244,
      "b22010_E002": 394,
      "b22010_M002": 203,
      "b19013_E001": 108213,
      "b19013_M001": 5147
     }
    }
   }
  },
  "Cromwell": {
   "cousub": "18080",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.21,
       "moe": 9.07,
       "numerator": 742,
       "denominator": 2727
      },
      "children_with_two_parents_pct": {
       "estimate": 72.79,
       "moe": 11.68,
       "numerator": 1985,
       "denominator": 2727
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.43,
       "moe": 9.62,
       "numerator": 427,
       "denominator": 1502
      },
      "children_below_poverty_pct": {
       "estimate": 1.87,
       "moe": 2.14,
       "numerator": 51,
       "denominator": 2727
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.28,
       "moe": 5.56,
       "numerator": 4619,
       "denominator": 10673
      },
      "limited_english_households_pct": {
       "estimate": 1.43,
       "moe": 1.2,
       "numerator": 82,
       "denominator": 5742
      },
      "snap_households_pct": {
       "estimate": 6.36,
       "moe": 2.94,
       "numerator": 365,
       "denominator": 5742
      },
      "median_household_income": {
       "estimate": 94468,
       "moe": 12974.0
      },
      "own_children_under_18": {
       "estimate": 2727,
       "moe": 259.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2727,
       "moe": 422.0888532051042
      }
     },
     "lines": {
      "b23008_E001": 2727,
      "b23008_M001": 259,
      "b23008_E003": 932,
      "b23008_M003": 272,
      "b23008_E008": 32,
      "b23008_M008": 40,
      "b23008_E016": 1053,
      "b23008_M016": 251,
      "b23008_E021": 710,
      "b23008_M021": 254,
      "b11003_E001": 3663,
      "b11003_M001": 284,
      "b11003_E003": 1075,
      "b11003_M003": 209,
      "b11003_E010": 197,
      "b11003_M010": 127,
      "b11003_E016": 230,
      "b11003_M016": 102,
      "b17020_E001": 13924,
      "b17020_M001": 130,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 25,
      "b17020_M004": 44,
      "b17020_E005": 26,
      "b17020_M005": 33,
      "b17020_E011": 964,
      "b17020_M011": 268,
      "b17020_E012": 882,
      "b17020_M012": 238,
      "b17020_E013": 830,
      "b17020_M013": 215,
      "b15003_E001": 10673,
      "b15003_M001": 351,
      "b15003_E022": 2401,
      "b15003_M022": 459,
      "b15003_E023": 1849,
      "b15003_M023": 379,
      "b15003_E024": 263,
      "b15003_M024": 127,
      "b15003_E025": 106,
      "b15003_M025": 69,
      "c16002_E001": 5742,
      "c16002_M001": 318,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 82,
      "c16002_M007": 59,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5742,
      "b22010_M001": 318,
      "b22010_E002": 365,
      "b22010_M002": 170,
      "b19013_E001": 94468,
      "b19013_M001": 12974
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.55,
       "moe": 6.83,
       "numerator": 632,
       "denominator": 2684
      },
      "children_with_two_parents_pct": {
       "estimate": 76.45,
       "moe": 10.83,
       "numerator": 2052,
       "denominator": 2684
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.67,
       "moe": 7.21,
       "numerator": 388,
       "denominator": 1639
      },
      "children_below_poverty_pct": {
       "estimate": 3.06,
       "moe": 2.78,
       "numerator": 82,
       "denominator": 2684
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.6,
       "moe": 5.5,
       "numerator": 4764,
       "denominator": 10682
      },
      "limited_english_households_pct": {
       "estimate": 1.35,
       "moe": 1.05,
       "numerator": 80,
       "denominator": 5920
      },
      "snap_households_pct": {
       "estimate": 5.07,
       "moe": 2.32,
       "numerator": 300,
       "denominator": 5920
      },
      "median_household_income": {
       "estimate": 101424,
       "moe": 10161.0
      },
      "own_children_under_18": {
       "estimate": 2684,
       "moe": 262.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2684,
       "moe": 383.14227122571583
      }
     },
     "lines": {
      "b23008_E001": 2684,
      "b23008_M001": 262,
      "b23008_E003": 754,
      "b23008_M003": 240,
      "b23008_E008": 113,
      "b23008_M008": 104,
      "b23008_E016": 1298,
      "b23008_M016": 259,
      "b23008_E021": 519,
      "b23008_M021": 163,
      "b11003_E001": 3735,
      "b11003_M001": 250,
      "b11003_E003": 1251,
      "b11003_M003": 215,
      "b11003_E010": 70,
      "b11003_M010": 62,
      "b11003_E016": 318,
      "b11003_M016": 117,
      "b17020_E001": 13881,
      "b17020_M001": 24,
      "b17020_E003": 36,
      "b17020_M003": 58,
      "b17020_E004": 22,
      "b17020_M004": 37,
      "b17020_E005": 24,
      "b17020_M005": 31,
      "b17020_E011": 831,
      "b17020_M011": 244,
      "b17020_E012": 1064,
      "b17020_M012": 228,
      "b17020_E013": 707,
      "b17020_M013": 172,
      "b15003_E001": 10682,
      "b15003_M001": 319,
      "b15003_E022": 2442,
      "b15003_M022": 430,
      "b15003_E023": 2023,
      "b15003_M023": 404,
      "b15003_E024": 174,
      "b15003_M024": 95,
      "b15003_E025": 125,
      "b15003_M025": 94,
      "c16002_E001": 5920,
      "c16002_M001": 285,
      "c16002_E004": 10,
      "c16002_M004": 17,
      "c16002_E007": 70,
      "c16002_M007": 52,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5920,
      "b22010_M001": 285,
      "b22010_E002": 300,
      "b22010_M002": 138,
      "b19013_E001": 101424,
      "b19013_M001": 10161
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.46,
       "moe": 13.03,
       "numerator": 897,
       "denominator": 2681
      },
      "children_with_two_parents_pct": {
       "estimate": 66.54,
       "moe": 10.68,
       "numerator": 1784,
       "denominator": 2681
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.3,
       "moe": 11.29,
       "numerator": 469,
       "denominator": 1657
      },
      "children_below_poverty_pct": {
       "estimate": 5.59,
       "moe": 4.93,
       "numerator": 150,
       "denominator": 2681
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.57,
       "moe": 5.5,
       "numerator": 4855,
       "denominator": 10653
      },
      "limited_english_households_pct": {
       "estimate": 0.82,
       "moe": 0.91,
       "numerator": 48,
       "denominator": 5868
      },
      "snap_households_pct": {
       "estimate": 3.56,
       "moe": 1.76,
       "numerator": 209,
       "denominator": 5868
      },
      "median_household_income": {
       "estimate": 104458,
       "moe": 12482.0
      },
      "own_children_under_18": {
       "estimate": 2681,
       "moe": 299.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2681,
       "moe": 452.76815259026336
      }
     },
     "lines": {
      "b23008_E001": 2681,
      "b23008_M001": 299,
      "b23008_E003": 767,
      "b23008_M003": 247,
      "b23008_E008": 137,
      "b23008_M008": 94,
      "b23008_E016": 1017,
      "b23008_M016": 246,
      "b23008_E021": 760,
      "b23008_M021": 351,
      "b11003_E001": 3768,
      "b11003_M001": 263,
      "b11003_E003": 1188,
      "b11003_M003": 232,
      "b11003_E010": 141,
      "b11003_M010": 98,
      "b11003_E016": 328,
      "b11003_M016": 182,
      "b17020_E001": 13987,
      "b17020_M001": 24,
      "b17020_E003": 43,
      "b17020_M003": 84,
      "b17020_E004": 17,
      "b17020_M004": 35,
      "b17020_E005": 90,
      "b17020_M005": 99,
      "b17020_E011": 861,
      "b17020_M011": 254,
      "b17020_E012": 862,
      "b17020_M012": 215,
      "b17020_E013": 808,
      "b17020_M013": 276,
      "b15003_E001": 10653,
      "b15003_M001": 395,
      "b15003_E022": 2440,
      "b15003_M022": 402,
      "b15003_E023": 2068,
      "b15003_M023": 439,
      "b15003_E024": 158,
      "b15003_M024": 96,
      "b15003_E025": 189,
      "b15003_M025": 112,
      "c16002_E001": 5868,
      "c16002_M001": 323,
      "c16002_E004": 12,
      "c16002_M004": 22,
      "c16002_E007": 36,
      "c16002_M007": 39,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5868,
      "b22010_M001": 323,
      "b22010_E002": 209,
      "b22010_M002": 104,
      "b19013_E001": 104458,
      "b19013_M001": 12482
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.08,
       "moe": 13.87,
       "numerator": 851,
       "denominator": 2738
      },
      "children_with_two_parents_pct": {
       "estimate": 68.92,
       "moe": 10.85,
       "numerator": 1887,
       "denominator": 2738
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.8,
       "moe": 11.17,
       "numerator": 397,
       "denominator": 1601
      },
      "children_below_poverty_pct": {
       "estimate": 6.46,
       "moe": 5.59,
       "numerator": 177,
       "denominator": 2738
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.19,
       "moe": 6.46,
       "numerator": 5287,
       "denominator": 10748
      },
      "limited_english_households_pct": {
       "estimate": 0.69,
       "moe": 0.91,
       "numerator": 40,
       "denominator": 5763
      },
      "snap_households_pct": {
       "estimate": 2.98,
       "moe": 1.52,
       "numerator": 172,
       "denominator": 5763
      },
      "median_household_income": {
       "estimate": 110596,
       "moe": 9921.0
      },
      "own_children_under_18": {
       "estimate": 2738,
       "moe": 322.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2738,
       "moe": 425.9624396587098
      }
     },
     "lines": {
      "b23008_E001": 2738,
      "b23008_M001": 322,
      "b23008_E003": 875,
      "b23008_M003": 218,
      "b23008_E008": 201,
      "b23008_M008": 132,
      "b23008_E016": 1012,
      "b23008_M016": 300,
      "b23008_E021": 650,
      "b23008_M021": 370,
      "b11003_E001": 3752,
      "b11003_M001": 257,
      "b11003_E003": 1204,
      "b11003_M003": 255,
      "b11003_E010": 81,
      "b11003_M010": 64,
      "b11003_E016": 316,
      "b11003_M016": 185,
      "b17020_E001": 13999,
      "b17020_M001": 31,
      "b17020_E003": 55,
      "b17020_M003": 89,
      "b17020_E004": 18,
      "b17020_M004": 34,
      "b17020_E005": 104,
      "b17020_M005": 123,
      "b17020_E011": 1021,
      "b17020_M011": 241,
      "b17020_E012": 830,
      "b17020_M012": 214,
      "b17020_E013": 710,
      "b17020_M013": 231,
      "b15003_E001": 10748,
      "b15003_M001": 389,
      "b15003_E022": 2884,
      "b15003_M022": 516,
      "b15003_E023": 2029,
      "b15003_M023": 482,
      "b15003_E024": 166,
      "b15003_M024": 98,
      "b15003_E025": 208,
      "b15003_M025": 101,
      "c16002_E001": 5763,
      "c16002_M001": 335,
      "c16002_E004": 17,
      "c16002_M004": 30,
      "c16002_E007": 23,
      "c16002_M007": 31,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5763,
      "b22010_M001": 335,
      "b22010_E002": 172,
      "b22010_M002": 88,
      "b19013_E001": 110596,
      "b19013_M001": 9921
     }
    }
   }
  },
  "Danbury": {
   "cousub": "18500",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.49,
       "moe": 4.42,
       "numerator": 5715,
       "denominator": 16104
      },
      "children_with_two_parents_pct": {
       "estimate": 64.51,
       "moe": 4.72,
       "numerator": 10389,
       "denominator": 16104
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.1,
       "moe": 4.41,
       "numerator": 2783,
       "denominator": 8949
      },
      "children_below_poverty_pct": {
       "estimate": 16.48,
       "moe": 2.97,
       "numerator": 2740,
       "denominator": 16631
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.14,
       "moe": 1.92,
       "numerator": 20560,
       "denominator": 60226
      },
      "limited_english_households_pct": {
       "estimate": 11.48,
       "moe": 1.53,
       "numerator": 3695,
       "denominator": 32188
      },
      "snap_households_pct": {
       "estimate": 9.12,
       "moe": 1.69,
       "numerator": 2936,
       "denominator": 32188
      },
      "median_household_income": {
       "estimate": 74600,
       "moe": 5456.0
      },
      "own_children_under_18": {
       "estimate": 16104,
       "moe": 903.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16631,
       "moe": 1171.7218099873367
      }
     },
     "lines": {
      "b23008_E001": 16104,
      "b23008_M001": 903,
      "b23008_E003": 2830,
      "b23008_M003": 458,
      "b23008_E008": 1884,
      "b23008_M008": 475,
      "b23008_E016": 7559,
      "b23008_M016": 841,
      "b23008_E021": 3831,
      "b23008_M021": 619,
      "b11003_E001": 20347,
      "b11003_M001": 578,
      "b11003_E003": 6166,
      "b11003_M003": 557,
      "b11003_E010": 655,
      "b11003_M010": 231,
      "b11003_E016": 2128,
      "b11003_M016": 390,
      "b17020_E001": 82893,
      "b17020_M001": 447,
      "b17020_E003": 810,
      "b17020_M003": 336,
      "b17020_E004": 1139,
      "b17020_M004": 351,
      "b17020_E005": 791,
      "b17020_M005": 211,
      "b17020_E011": 4026,
      "b17020_M011": 592,
      "b17020_E012": 5288,
      "b17020_M012": 675,
      "b17020_E013": 4577,
      "b17020_M013": 535,
      "b15003_E001": 60226,
      "b15003_M001": 1314,
      "b15003_E022": 11520,
      "b15003_M022": 861,
      "b15003_E023": 6876,
      "b15003_M023": 761,
      "b15003_E024": 1510,
      "b15003_M024": 416,
      "b15003_E025": 654,
      "b15003_M025": 201,
      "c16002_E001": 32188,
      "c16002_M001": 973,
      "c16002_E004": 2317,
      "c16002_M004": 432,
      "c16002_E007": 1275,
      "c16002_M007": 251,
      "c16002_E010": 103,
      "c16002_M010": 72,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 32188,
      "b22010_M001": 973,
      "b22010_E002": 2936,
      "b22010_M002": 552,
      "b19013_E001": 74600,
      "b19013_M001": 5456
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.45,
       "moe": 5.13,
       "numerator": 6369,
       "denominator": 16566
      },
      "children_with_two_parents_pct": {
       "estimate": 61.55,
       "moe": 5.29,
       "numerator": 10197,
       "denominator": 16566
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.42,
       "moe": 3.73,
       "numerator": 2922,
       "denominator": 9013
      },
      "children_below_poverty_pct": {
       "estimate": 16.22,
       "moe": 3.11,
       "numerator": 2804,
       "denominator": 17288
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.04,
       "moe": 2.07,
       "numerator": 19982,
       "denominator": 58704
      },
      "limited_english_households_pct": {
       "estimate": 10.82,
       "moe": 1.36,
       "numerator": 3430,
       "denominator": 31692
      },
      "snap_households_pct": {
       "estimate": 9.93,
       "moe": 1.95,
       "numerator": 3147,
       "denominator": 31692
      },
      "median_household_income": {
       "estimate": 79983,
       "moe": 5121.0
      },
      "own_children_under_18": {
       "estimate": 16566,
       "moe": 949.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17288,
       "moe": 1278.6657108095142
      }
     },
     "lines": {
      "b23008_E001": 16566,
      "b23008_M001": 949,
      "b23008_E003": 3059,
      "b23008_M003": 634,
      "b23008_E008": 2109,
      "b23008_M008": 538,
      "b23008_E016": 7138,
      "b23008_M016": 841,
      "b23008_E021": 4260,
      "b23008_M021": 753,
      "b11003_E001": 20715,
      "b11003_M001": 657,
      "b11003_E003": 6091,
      "b11003_M003": 662,
      "b11003_E010": 702,
      "b11003_M010": 229,
      "b11003_E016": 2220,
      "b11003_M016": 354,
      "b17020_E001": 83272,
      "b17020_M001": 160,
      "b17020_E003": 671,
      "b17020_M003": 322,
      "b17020_E004": 1004,
      "b17020_M004": 306,
      "b17020_E005": 1129,
      "b17020_M005": 368,
      "b17020_E011": 4633,
      "b17020_M011": 780,
      "b17020_E012": 5255,
      "b17020_M012": 589,
      "b17020_E013": 4596,
      "b17020_M013": 589,
      "b15003_E001": 58704,
      "b15003_M001": 1100,
      "b15003_E022": 11590,
      "b15003_M022": 859,
      "b15003_E023": 6400,
      "b15003_M023": 826,
      "b15003_E024": 1487,
      "b15003_M024": 405,
      "b15003_E025": 505,
      "b15003_M025": 169,
      "c16002_E001": 31692,
      "c16002_M001": 900,
      "c16002_E004": 2046,
      "c16002_M004": 332,
      "c16002_E007": 1303,
      "c16002_M007": 287,
      "c16002_E010": 81,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 31692,
      "b22010_M001": 900,
      "b22010_E002": 3147,
      "b22010_M002": 624,
      "b19013_E001": 79983,
      "b19013_M001": 5121
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.84,
       "moe": 5.09,
       "numerator": 6018,
       "denominator": 15902
      },
      "children_with_two_parents_pct": {
       "estimate": 62.16,
       "moe": 3.94,
       "numerator": 9884,
       "denominator": 15902
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.59,
       "moe": 4.49,
       "numerator": 2983,
       "denominator": 9153
      },
      "children_below_poverty_pct": {
       "estimate": 16.8,
       "moe": 3.37,
       "numerator": 2806,
       "denominator": 16703
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.51,
       "moe": 2.02,
       "numerator": 20848,
       "denominator": 60408
      },
      "limited_english_households_pct": {
       "estimate": 10.66,
       "moe": 1.63,
       "numerator": 3480,
       "denominator": 32652
      },
      "snap_households_pct": {
       "estimate": 10.92,
       "moe": 2.04,
       "numerator": 3567,
       "denominator": 32652
      },
      "median_household_income": {
       "estimate": 83422,
       "moe": 5776.0
      },
      "own_children_under_18": {
       "estimate": 15902,
       "moe": 997.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16703,
       "moe": 1184.4002701789627
      }
     },
     "lines": {
      "b23008_E001": 15902,
      "b23008_M001": 997,
      "b23008_E003": 2470,
      "b23008_M003": 450,
      "b23008_E008": 2032,
      "b23008_M008": 555,
      "b23008_E016": 7414,
      "b23008_M016": 758,
      "b23008_E021": 3986,
      "b23008_M021": 699,
      "b11003_E001": 21105,
      "b11003_M001": 643,
      "b11003_E003": 6170,
      "b11003_M003": 621,
      "b11003_E010": 756,
      "b11003_M010": 247,
      "b11003_E016": 2227,
      "b11003_M016": 417,
      "b17020_E001": 83577,
      "b17020_M001": 160,
      "b17020_E003": 715,
      "b17020_M003": 325,
      "b17020_E004": 908,
      "b17020_M004": 297,
      "b17020_E005": 1183,
      "b17020_M005": 403,
      "b17020_E011": 3984,
      "b17020_M011": 521,
      "b17020_E012": 4603,
      "b17020_M012": 648,
      "b17020_E013": 5310,
      "b17020_M013": 596,
      "b15003_E001": 60408,
      "b15003_M001": 1201,
      "b15003_E022": 11909,
      "b15003_M022": 885,
      "b15003_E023": 6701,
      "b15003_M023": 809,
      "b15003_E024": 1616,
      "b15003_M024": 425,
      "b15003_E025": 622,
      "b15003_M025": 213,
      "c16002_E001": 32652,
      "c16002_M001": 949,
      "c16002_E004": 2070,
      "c16002_M004": 412,
      "c16002_E007": 1345,
      "c16002_M007": 348,
      "c16002_E010": 65,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 32652,
      "b22010_M001": 949,
      "b22010_E002": 3567,
      "b22010_M002": 673,
      "b19013_E001": 83422,
      "b19013_M001": 5776
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.6,
       "moe": 5.12,
       "numerator": 6198,
       "denominator": 16057
      },
      "children_with_two_parents_pct": {
       "estimate": 61.4,
       "moe": 5.49,
       "numerator": 9859,
       "denominator": 16057
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.66,
       "moe": 4.89,
       "numerator": 2997,
       "denominator": 8905
      },
      "children_below_poverty_pct": {
       "estimate": 16.78,
       "moe": 3.17,
       "numerator": 2841,
       "denominator": 16935
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.97,
       "moe": 2.14,
       "numerator": 20785,
       "denominator": 61182
      },
      "limited_english_households_pct": {
       "estimate": 12.79,
       "moe": 1.78,
       "numerator": 4231,
       "denominator": 33071
      },
      "snap_households_pct": {
       "estimate": 12.07,
       "moe": 1.82,
       "numerator": 3991,
       "denominator": 33071
      },
      "median_household_income": {
       "estimate": 83393,
       "moe": 6065.0
      },
      "own_children_under_18": {
       "estimate": 16057,
       "moe": 1091.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16935,
       "moe": 1311.2051708256797
      }
     },
     "lines": {
      "b23008_E001": 16057,
      "b23008_M001": 1091,
      "b23008_E003": 2399,
      "b23008_M003": 522,
      "b23008_E008": 1970,
      "b23008_M008": 530,
      "b23008_E016": 7460,
      "b23008_M016": 976,
      "b23008_E021": 4228,
      "b23008_M021": 757,
      "b11003_E001": 20824,
      "b11003_M001": 773,
      "b11003_E003": 5908,
      "b11003_M003": 637,
      "b11003_E010": 765,
      "b11003_M010": 233,
      "b11003_E016": 2232,
      "b11003_M016": 460,
      "b17020_E001": 84723,
      "b17020_M001": 147,
      "b17020_E003": 751,
      "b17020_M003": 307,
      "b17020_E004": 883,
      "b17020_M004": 346,
      "b17020_E005": 1207,
      "b17020_M005": 351,
      "b17020_E011": 3754,
      "b17020_M011": 582,
      "b17020_E012": 4859,
      "b17020_M012": 755,
      "b17020_E013": 5481,
      "b17020_M013": 688,
      "b15003_E001": 61182,
      "b15003_M001": 1199,
      "b15003_E022": 11932,
      "b15003_M022": 1047,
      "b15003_E023": 6453,
      "b15003_M023": 758,
      "b15003_E024": 1756,
      "b15003_M024": 413,
      "b15003_E025": 644,
      "b15003_M025": 200,
      "c16002_E001": 33071,
      "c16002_M001": 1001,
      "c16002_E004": 2730,
      "c16002_M004": 507,
      "c16002_E007": 1386,
      "c16002_M007": 316,
      "c16002_E010": 115,
      "c16002_M010": 58,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 33071,
      "b22010_M001": 1001,
      "b22010_E002": 3991,
      "b22010_M002": 614,
      "b19013_E001": 83393,
      "b19013_M001": 6065
     }
    }
   }
  },
  "Darien": {
   "cousub": "18850",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.17,
       "moe": 1.9,
       "numerator": 418,
       "denominator": 6777
      },
      "children_with_two_parents_pct": {
       "estimate": 93.83,
       "moe": 2.9,
       "numerator": 6359,
       "denominator": 6777
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.38,
       "moe": 2.49,
       "numerator": 264,
       "denominator": 3152
      },
      "children_below_poverty_pct": {
       "estimate": 4.23,
       "moe": 2.29,
       "numerator": 291,
       "denominator": 6873
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 85.7,
       "moe": 3.58,
       "numerator": 11288,
       "denominator": 13172
      },
      "limited_english_households_pct": {
       "estimate": 1.29,
       "moe": 0.75,
       "numerator": 90,
       "denominator": 6978
      },
      "snap_households_pct": {
       "estimate": 0.49,
       "moe": 0.4,
       "numerator": 34,
       "denominator": 6978
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 6777,
       "moe": 461.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6873,
       "moe": 497.2494343888186
      }
     },
     "lines": {
      "b23008_E001": 6777,
      "b23008_M001": 461,
      "b23008_E003": 1667,
      "b23008_M003": 242,
      "b23008_E008": 11,
      "b23008_M008": 17,
      "b23008_E016": 4692,
      "b23008_M016": 409,
      "b23008_E021": 407,
      "b23008_M021": 131,
      "b11003_E001": 5743,
      "b11003_M001": 191,
      "b11003_E003": 2888,
      "b11003_M003": 205,
      "b11003_E010": 70,
      "b11003_M010": 38,
      "b11003_E016": 194,
      "b11003_M016": 71,
      "b17020_E001": 21485,
      "b17020_M001": 50,
      "b17020_E003": 31,
      "b17020_M003": 36,
      "b17020_E004": 22,
      "b17020_M004": 32,
      "b17020_E005": 238,
      "b17020_M005": 151,
      "b17020_E011": 1655,
      "b17020_M011": 234,
      "b17020_E012": 2622,
      "b17020_M012": 276,
      "b17020_E013": 2305,
      "b17020_M013": 302,
      "b15003_E001": 13172,
      "b15003_M001": 450,
      "b15003_E022": 6304,
      "b15003_M022": 437,
      "b15003_E023": 3770,
      "b15003_M023": 364,
      "b15003_E024": 946,
      "b15003_M024": 183,
      "b15003_E025": 268,
      "b15003_M025": 117,
      "c16002_E001": 6978,
      "c16002_M001": 211,
      "c16002_E004": 45,
      "c16002_M004": 35,
      "c16002_E007": 17,
      "c16002_M007": 16,
      "c16002_E010": 28,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6978,
      "b22010_M001": 211,
      "b22010_E002": 34,
      "b22010_M002": 28,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.51,
       "moe": 2.37,
       "numerator": 433,
       "denominator": 6651
      },
      "children_with_two_parents_pct": {
       "estimate": 93.49,
       "moe": 2.12,
       "numerator": 6218,
       "denominator": 6651
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.53,
       "moe": 3.3,
       "numerator": 277,
       "denominator": 3246
      },
      "children_below_poverty_pct": {
       "estimate": 5.45,
       "moe": 3.01,
       "numerator": 370,
       "denominator": 6786
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 85.12,
       "moe": 3.56,
       "numerator": 11415,
       "denominator": 13411
      },
      "limited_english_households_pct": {
       "estimate": 1.5,
       "moe": 0.85,
       "numerator": 107,
       "denominator": 7116
      },
      "snap_households_pct": {
       "estimate": 0.7,
       "moe": 0.49,
       "numerator": 50,
       "denominator": 7116
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 6651,
       "moe": 440.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6786,
       "moe": 511.7216039996748
      }
     },
     "lines": {
      "b23008_E001": 6651,
      "b23008_M001": 440,
      "b23008_E003": 1776,
      "b23008_M003": 220,
      "b23008_E008": 0,
      "b23008_M008": 25,
      "b23008_E016": 4442,
      "b23008_M016": 375,
      "b23008_E021": 433,
      "b23008_M021": 158,
      "b11003_E001": 5819,
      "b11003_M001": 182,
      "b11003_E003": 2969,
      "b11003_M003": 196,
      "b11003_E010": 61,
      "b11003_M010": 53,
      "b11003_E016": 216,
      "b11003_M016": 95,
      "b17020_E001": 21571,
      "b17020_M001": 27,
      "b17020_E003": 46,
      "b17020_M003": 49,
      "b17020_E004": 23,
      "b17020_M004": 32,
      "b17020_E005": 301,
      "b17020_M005": 198,
      "b17020_E011": 1743,
      "b17020_M011": 218,
      "b17020_E012": 2424,
      "b17020_M012": 295,
      "b17020_E013": 2249,
      "b17020_M013": 291,
      "b15003_E001": 13411,
      "b15003_M001": 450,
      "b15003_E022": 6411,
      "b15003_M022": 449,
      "b15003_E023": 3814,
      "b15003_M023": 356,
      "b15003_E024": 936,
      "b15003_M024": 183,
      "b15003_E025": 254,
      "b15003_M025": 114,
      "c16002_E001": 7116,
      "c16002_M001": 228,
      "c16002_E004": 32,
      "c16002_M004": 30,
      "c16002_E007": 22,
      "c16002_M007": 22,
      "c16002_E010": 53,
      "c16002_M010": 41,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7116,
      "b22010_M001": 228,
      "b22010_E002": 50,
      "b22010_M002": 35,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.56,
       "moe": 2.37,
       "numerator": 433,
       "denominator": 6598
      },
      "children_with_two_parents_pct": {
       "estimate": 93.44,
       "moe": 3.81,
       "numerator": 6165,
       "denominator": 6598
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.79,
       "moe": 3.58,
       "numerator": 276,
       "denominator": 3139
      },
      "children_below_poverty_pct": {
       "estimate": 6.14,
       "moe": 3.55,
       "numerator": 415,
       "denominator": 6756
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 85.65,
       "moe": 3.7,
       "numerator": 11462,
       "denominator": 13383
      },
      "limited_english_households_pct": {
       "estimate": 1.72,
       "moe": 1.01,
       "numerator": 122,
       "denominator": 7111
      },
      "snap_households_pct": {
       "estimate": 0.7,
       "moe": 0.46,
       "numerator": 50,
       "denominator": 7111
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 6598,
       "moe": 477.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6756,
       "moe": 558.574077450789
      }
     },
     "lines": {
      "b23008_E001": 6598,
      "b23008_M001": 477,
      "b23008_E003": 1802,
      "b23008_M003": 236,
      "b23008_E008": 13,
      "b23008_M008": 21,
      "b23008_E016": 4363,
      "b23008_M016": 454,
      "b23008_E021": 420,
      "b23008_M021": 158,
      "b11003_E001": 5849,
      "b11003_M001": 207,
      "b11003_E003": 2863,
      "b11003_M003": 194,
      "b11003_E010": 57,
      "b11003_M010": 49,
      "b11003_E016": 219,
      "b11003_M016": 103,
      "b17020_E001": 21676,
      "b17020_M001": 32,
      "b17020_E003": 90,
      "b17020_M003": 91,
      "b17020_E004": 40,
      "b17020_M004": 46,
      "b17020_E005": 285,
      "b17020_M005": 220,
      "b17020_E011": 1737,
      "b17020_M011": 234,
      "b17020_E012": 2382,
      "b17020_M012": 316,
      "b17020_E013": 2222,
      "b17020_M013": 314,
      "b15003_E001": 13383,
      "b15003_M001": 481,
      "b15003_E022": 6346,
      "b15003_M022": 471,
      "b15003_E023": 3905,
      "b15003_M023": 374,
      "b15003_E024": 886,
      "b15003_M024": 191,
      "b15003_E025": 325,
      "b15003_M025": 129,
      "c16002_E001": 7111,
      "c16002_M001": 265,
      "c16002_E004": 31,
      "c16002_M004": 29,
      "c16002_E007": 44,
      "c16002_M007": 47,
      "c16002_E010": 47,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7111,
      "b22010_M001": 265,
      "b22010_E002": 50,
      "b22010_M002": 33,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 8.68,
       "moe": 4.08,
       "numerator": 572,
       "denominator": 6589
      },
      "children_with_two_parents_pct": {
       "estimate": 91.32,
       "moe": 3.49,
       "numerator": 6017,
       "denominator": 6589
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.51,
       "moe": 4.3,
       "numerator": 330,
       "denominator": 3140
      },
      "children_below_poverty_pct": {
       "estimate": 5.73,
       "moe": 2.54,
       "numerator": 387,
       "denominator": 6757
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 85.87,
       "moe": 4.02,
       "numerator": 11574,
       "denominator": 13479
      },
      "limited_english_households_pct": {
       "estimate": 1.51,
       "moe": 0.93,
       "numerator": 109,
       "denominator": 7234
      },
      "snap_households_pct": {
       "estimate": 0.75,
       "moe": 0.5,
       "numerator": 54,
       "denominator": 7234
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 6589,
       "moe": 463.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6757,
       "moe": 494.9464617511676
      }
     },
     "lines": {
      "b23008_E001": 6589,
      "b23008_M001": 463,
      "b23008_E003": 1783,
      "b23008_M003": 249,
      "b23008_E008": 12,
      "b23008_M008": 18,
      "b23008_E016": 4234,
      "b23008_M016": 412,
      "b23008_E021": 560,
      "b23008_M021": 271,
      "b11003_E001": 5924,
      "b11003_M001": 193,
      "b11003_E003": 2810,
      "b11003_M003": 209,
      "b11003_E010": 72,
      "b11003_M010": 50,
      "b11003_E016": 258,
      "b11003_M016": 128,
      "b17020_E001": 21917,
      "b17020_M001": 41,
      "b17020_E003": 85,
      "b17020_M003": 81,
      "b17020_E004": 80,
      "b17020_M004": 59,
      "b17020_E005": 222,
      "b17020_M005": 142,
      "b17020_E011": 1739,
      "b17020_M011": 238,
      "b17020_E012": 2363,
      "b17020_M012": 291,
      "b17020_E013": 2268,
      "b17020_M013": 271,
      "b15003_E001": 13479,
      "b15003_M001": 509,
      "b15003_E022": 6377,
      "b15003_M022": 509,
      "b15003_E023": 4061,
      "b15003_M023": 420,
      "b15003_E024": 754,
      "b15003_M024": 177,
      "b15003_E025": 382,
      "b15003_M025": 135,
      "c16002_E001": 7234,
      "c16002_M001": 256,
      "c16002_E004": 22,
      "c16002_M004": 23,
      "c16002_E007": 41,
      "c16002_M007": 43,
      "c16002_E010": 46,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7234,
      "b22010_M001": 256,
      "b22010_E002": 54,
      "b22010_M002": 36,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    }
   }
  },
  "Deep River": {
   "cousub": "19130",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.32,
       "moe": 23.03,
       "numerator": 402,
       "denominator": 907
      },
      "children_with_two_parents_pct": {
       "estimate": 55.68,
       "moe": 14.63,
       "numerator": 505,
       "denominator": 907
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.19,
       "moe": 20.92,
       "numerator": 221,
       "denominator": 628
      },
      "children_below_poverty_pct": {
       "estimate": 1.1,
       "moe": 2.75,
       "numerator": 10,
       "denominator": 907
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.32,
       "moe": 8.99,
       "numerator": 1483,
       "denominator": 3346
      },
      "limited_english_households_pct": {
       "estimate": 3.06,
       "moe": 3.42,
       "numerator": 63,
       "denominator": 2061
      },
      "snap_households_pct": {
       "estimate": 6.7,
       "moe": 6.82,
       "numerator": 138,
       "denominator": 2061
      },
      "median_household_income": {
       "estimate": 79090,
       "moe": 15187.0
      },
      "own_children_under_18": {
       "estimate": 907,
       "moe": 168.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 907,
       "moe": 221.54232101339014
      }
     },
     "lines": {
      "b23008_E001": 907,
      "b23008_M001": 168,
      "b23008_E003": 136,
      "b23008_M003": 75,
      "b23008_E008": 38,
      "b23008_M008": 58,
      "b23008_E016": 369,
      "b23008_M016": 144,
      "b23008_E021": 364,
      "b23008_M021": 214,
      "b11003_E001": 1301,
      "b11003_M001": 121,
      "b11003_E003": 407,
      "b11003_M003": 110,
      "b11003_E010": 62,
      "b11003_M010": 61,
      "b11003_E016": 159,
      "b11003_M016": 133,
      "b17020_E001": 4447,
      "b17020_M001": 29,
      "b17020_E003": 10,
      "b17020_M003": 17,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 164,
      "b17020_M011": 87,
      "b17020_E012": 122,
      "b17020_M012": 86,
      "b17020_E013": 611,
      "b17020_M013": 183,
      "b15003_E001": 3346,
      "b15003_M001": 173,
      "b15003_E022": 847,
      "b15003_M022": 228,
      "b15003_E023": 570,
      "b15003_M023": 204,
      "b15003_E024": 0,
      "b15003_M024": 13,
      "b15003_E025": 66,
      "b15003_M025": 51,
      "c16002_E001": 2061,
      "c16002_M001": 177,
      "c16002_E004": 42,
      "c16002_M004": 64,
      "c16002_E007": 21,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 2061,
      "b22010_M001": 177,
      "b22010_E002": 138,
      "b22010_M002": 141,
      "b19013_E001": 79090,
      "b19013_M001": 15187
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.51,
       "moe": 20.62,
       "numerator": 288,
       "denominator": 886
      },
      "children_with_two_parents_pct": {
       "estimate": 67.49,
       "moe": 16.3,
       "numerator": 598,
       "denominator": 886
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.44,
       "moe": 17.4,
       "numerator": 143,
       "denominator": 667
      },
      "children_below_poverty_pct": {
       "estimate": 1.13,
       "moe": 2.89,
       "numerator": 10,
       "denominator": 886
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.9,
       "moe": 8.2,
       "numerator": 1471,
       "denominator": 3351
      },
      "limited_english_households_pct": {
       "estimate": 3.29,
       "moe": 3.83,
       "numerator": 67,
       "denominator": 2035
      },
      "snap_households_pct": {
       "estimate": 8.4,
       "moe": 7.05,
       "numerator": 171,
       "denominator": 2035
      },
      "median_household_income": {
       "estimate": 85859,
       "moe": 25117.0
      },
      "own_children_under_18": {
       "estimate": 886,
       "moe": 155.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 886,
       "moe": 218.50171624039936
      }
     },
     "lines": {
      "b23008_E001": 886,
      "b23008_M001": 155,
      "b23008_E003": 201,
      "b23008_M003": 98,
      "b23008_E008": 44,
      "b23008_M008": 65,
      "b23008_E016": 397,
      "b23008_M016": 149,
      "b23008_E021": 244,
      "b23008_M021": 178,
      "b11003_E001": 1287,
      "b11003_M001": 118,
      "b11003_E003": 524,
      "b11003_M003": 134,
      "b11003_E010": 39,
      "b11003_M010": 36,
      "b11003_E016": 104,
      "b11003_M016": 117,
      "b17020_E001": 4426,
      "b17020_M001": 32,
      "b17020_E003": 10,
      "b17020_M003": 18,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 235,
      "b17020_M011": 116,
      "b17020_E012": 110,
      "b17020_M012": 80,
      "b17020_E013": 531,
      "b17020_M013": 165,
      "b15003_E001": 3351,
      "b15003_M001": 140,
      "b15003_E022": 960,
      "b15003_M022": 230,
      "b15003_E023": 479,
      "b15003_M023": 157,
      "b15003_E024": 0,
      "b15003_M024": 13,
      "b15003_E025": 32,
      "b15003_M025": 40,
      "c16002_E001": 2035,
      "c16002_M001": 148,
      "c16002_E004": 49,
      "c16002_M004": 73,
      "c16002_E007": 18,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 2035,
      "b22010_M001": 148,
      "b22010_E002": 171,
      "b22010_M002": 144,
      "b19013_E001": 85859,
      "b19013_M001": 25117
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.72,
       "moe": 17.04,
       "numerator": 182,
       "denominator": 801
      },
      "children_with_two_parents_pct": {
       "estimate": 77.28,
       "moe": 15.01,
       "numerator": 619,
       "denominator": 801
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.39,
       "moe": 17.14,
       "numerator": 100,
       "denominator": 610
      },
      "children_below_poverty_pct": {
       "estimate": 2.5,
       "moe": 5.19,
       "numerator": 20,
       "denominator": 801
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.45,
       "moe": 8.73,
       "numerator": 1472,
       "denominator": 3388
      },
      "limited_english_households_pct": {
       "estimate": 4.42,
       "moe": 4.05,
       "numerator": 91,
       "denominator": 2057
      },
      "snap_households_pct": {
       "estimate": 7.39,
       "moe": 6.73,
       "numerator": 152,
       "denominator": 2057
      },
      "median_household_income": {
       "estimate": 86995,
       "moe": 10553.0
      },
      "own_children_under_18": {
       "estimate": 801,
       "moe": 129.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 801,
       "moe": 234.9702108778898
      }
     },
     "lines": {
      "b23008_E001": 801,
      "b23008_M001": 129,
      "b23008_E003": 200,
      "b23008_M003": 88,
      "b23008_E008": 41,
      "b23008_M008": 66,
      "b23008_E016": 419,
      "b23008_M016": 129,
      "b23008_E021": 141,
      "b23008_M021": 123,
      "b11003_E001": 1308,
      "b11003_M001": 124,
      "b11003_E003": 510,
      "b11003_M003": 109,
      "b11003_E010": 30,
      "b11003_M010": 34,
      "b11003_E016": 70,
      "b11003_M016": 102,
      "b17020_E001": 4424,
      "b17020_M001": 20,
      "b17020_E003": 20,
      "b17020_M003": 37,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 221,
      "b17020_M011": 115,
      "b17020_E012": 148,
      "b17020_M012": 108,
      "b17020_E013": 412,
      "b17020_M013": 169,
      "b15003_E001": 3388,
      "b15003_M001": 172,
      "b15003_E022": 964,
      "b15003_M022": 239,
      "b15003_E023": 494,
      "b15003_M023": 188,
      "b15003_E024": 0,
      "b15003_M024": 14,
      "b15003_E025": 14,
      "b15003_M025": 22,
      "c16002_E001": 2057,
      "c16002_M001": 161,
      "c16002_E004": 41,
      "c16002_M004": 64,
      "c16002_E007": 50,
      "c16002_M007": 50,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 2057,
      "b22010_M001": 161,
      "b22010_E002": 152,
      "b22010_M002": 139,
      "b19013_E001": 86995,
      "b19013_M001": 10553
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.75,
       "moe": 19.09,
       "numerator": 197,
       "denominator": 710
      },
      "children_with_two_parents_pct": {
       "estimate": 72.25,
       "moe": 16.18,
       "numerator": 513,
       "denominator": 710
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.51,
       "moe": 20.2,
       "numerator": 124,
       "denominator": 506
      },
      "children_below_poverty_pct": {
       "estimate": 6.36,
       "moe": 5.74,
       "numerator": 46,
       "denominator": 723
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.56,
       "moe": 7.76,
       "numerator": 1524,
       "denominator": 3420
      },
      "limited_english_households_pct": {
       "estimate": 4.88,
       "moe": 4.31,
       "numerator": 98,
       "denominator": 2010
      },
      "snap_households_pct": {
       "estimate": 9.7,
       "moe": 6.69,
       "numerator": 195,
       "denominator": 2010
      },
      "median_household_income": {
       "estimate": 90253,
       "moe": 18732.0
      },
      "own_children_under_18": {
       "estimate": 710,
       "moe": 136.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 723,
       "moe": 217.90364843205356
      }
     },
     "lines": {
      "b23008_E001": 710,
      "b23008_M001": 136,
      "b23008_E003": 133,
      "b23008_M003": 85,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 380,
      "b23008_M016": 125,
      "b23008_E021": 197,
      "b23008_M021": 140,
      "b11003_E001": 1141,
      "b11003_M001": 169,
      "b11003_E003": 382,
      "b11003_M003": 112,
      "b11003_E010": 11,
      "b11003_M010": 16,
      "b11003_E016": 113,
      "b11003_M016": 108,
      "b17020_E001": 4441,
      "b17020_M001": 35,
      "b17020_E003": 19,
      "b17020_M003": 30,
      "b17020_E004": 14,
      "b17020_M004": 23,
      "b17020_E005": 13,
      "b17020_M005": 22,
      "b17020_E011": 114,
      "b17020_M011": 92,
      "b17020_E012": 193,
      "b17020_M012": 113,
      "b17020_E013": 370,
      "b17020_M013": 156,
      "b15003_E001": 3420,
      "b15003_M001": 132,
      "b15003_E022": 904,
      "b15003_M022": 218,
      "b15003_E023": 609,
      "b15003_M023": 161,
      "b15003_E024": 11,
      "b15003_M024": 15,
      "b15003_E025": 0,
      "b15003_M025": 14,
      "c16002_E001": 2010,
      "c16002_M001": 208,
      "c16002_E004": 43,
      "c16002_M004": 48,
      "c16002_E007": 55,
      "c16002_M007": 70,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 2010,
      "b22010_M001": 208,
      "b22010_E002": 195,
      "b22010_M002": 136,
      "b19013_E001": 90253,
      "b19013_M001": 18732
     }
    }
   }
  },
  "Derby": {
   "cousub": "19550",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 53.63,
       "moe": 14.25,
       "numerator": 945,
       "denominator": 1762
      },
      "children_with_two_parents_pct": {
       "estimate": 46.37,
       "moe": 12.07,
       "numerator": 817,
       "denominator": 1762
      },
      "one_parent_families_with_children_pct": {
       "estimate": 45.68,
       "moe": 13.1,
       "numerator": 418,
       "denominator": 915
      },
      "children_below_poverty_pct": {
       "estimate": 24.14,
       "moe": 8.73,
       "numerator": 468,
       "denominator": 1939
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.96,
       "moe": 6.09,
       "numerator": 2596,
       "denominator": 9629
      },
      "limited_english_households_pct": {
       "estimate": 7.37,
       "moe": 4.52,
       "numerator": 413,
       "denominator": 5605
      },
      "snap_households_pct": {
       "estimate": 14.31,
       "moe": 5.35,
       "numerator": 802,
       "denominator": 5605
      },
      "median_household_income": {
       "estimate": 64494,
       "moe": 9978.0
      },
      "own_children_under_18": {
       "estimate": 1762,
       "moe": 466.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1939,
       "moe": 491.14050942678307
      }
     },
     "lines": {
      "b23008_E001": 1762,
      "b23008_M001": 466,
      "b23008_E003": 297,
      "b23008_M003": 167,
      "b23008_E008": 253,
      "b23008_M008": 182,
      "b23008_E016": 520,
      "b23008_M016": 253,
      "b23008_E021": 692,
      "b23008_M021": 304,
      "b11003_E001": 3459,
      "b11003_M001": 245,
      "b11003_E003": 497,
      "b11003_M003": 177,
      "b11003_E010": 32,
      "b11003_M010": 52,
      "b11003_E016": 386,
      "b11003_M016": 154,
      "b17020_E001": 12224,
      "b17020_M001": 103,
      "b17020_E003": 115,
      "b17020_M003": 102,
      "b17020_E004": 217,
      "b17020_M004": 143,
      "b17020_E005": 136,
      "b17020_M005": 109,
      "b17020_E011": 530,
      "b17020_M011": 262,
      "b17020_E012": 136,
      "b17020_M012": 104,
      "b17020_E013": 805,
      "b17020_M013": 345,
      "b15003_E001": 9629,
      "b15003_M001": 515,
      "b15003_E022": 1491,
      "b15003_M022": 423,
      "b15003_E023": 778,
      "b15003_M023": 357,
      "b15003_E024": 163,
      "b15003_M024": 126,
      "b15003_E025": 164,
      "b15003_M025": 201,
      "c16002_E001": 5605,
      "c16002_M001": 425,
      "c16002_E004": 254,
      "c16002_M004": 227,
      "c16002_E007": 116,
      "c16002_M007": 105,
      "c16002_E010": 43,
      "c16002_M010": 47,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5605,
      "b22010_M001": 425,
      "b22010_E002": 802,
      "b22010_M002": 306,
      "b19013_E001": 64494,
      "b19013_M001": 9978
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.34,
       "moe": 10.27,
       "numerator": 846,
       "denominator": 1908
      },
      "children_with_two_parents_pct": {
       "estimate": 55.66,
       "moe": 16.04,
       "numerator": 1062,
       "denominator": 1908
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.95,
       "moe": 11.87,
       "numerator": 461,
       "denominator": 1049
      },
      "children_below_poverty_pct": {
       "estimate": 19.76,
       "moe": 8.48,
       "numerator": 409,
       "denominator": 2070
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.39,
       "moe": 5.91,
       "numerator": 2850,
       "denominator": 9696
      },
      "limited_english_households_pct": {
       "estimate": 7.37,
       "moe": 3.9,
       "numerator": 421,
       "denominator": 5713
      },
      "snap_households_pct": {
       "estimate": 16.03,
       "moe": 4.76,
       "numerator": 916,
       "denominator": 5713
      },
      "median_household_income": {
       "estimate": 69835,
       "moe": 12159.0
      },
      "own_children_under_18": {
       "estimate": 1908,
       "moe": 408.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2070,
       "moe": 485.3885041902002
      }
     },
     "lines": {
      "b23008_E001": 1908,
      "b23008_M001": 408,
      "b23008_E003": 341,
      "b23008_M003": 162,
      "b23008_E008": 144,
      "b23008_M008": 128,
      "b23008_E016": 721,
      "b23008_M016": 345,
      "b23008_E021": 702,
      "b23008_M021": 234,
      "b11003_E001": 3345,
      "b11003_M001": 254,
      "b11003_E003": 588,
      "b11003_M003": 194,
      "b11003_E010": 111,
      "b11003_M010": 127,
      "b11003_E016": 350,
      "b11003_M016": 110,
      "b17020_E001": 12250,
      "b17020_M001": 43,
      "b17020_E003": 93,
      "b17020_M003": 110,
      "b17020_E004": 208,
      "b17020_M004": 136,
      "b17020_E005": 108,
      "b17020_M005": 97,
      "b17020_E011": 485,
      "b17020_M011": 205,
      "b17020_E012": 277,
      "b17020_M012": 184,
      "b17020_E013": 899,
      "b17020_M013": 346,
      "b15003_E001": 9696,
      "b15003_M001": 463,
      "b15003_E022": 1522,
      "b15003_M022": 442,
      "b15003_E023": 922,
      "b15003_M023": 321,
      "b15003_E024": 167,
      "b15003_M024": 120,
      "b15003_E025": 239,
      "b15003_M025": 185,
      "c16002_E001": 5713,
      "c16002_M001": 366,
      "c16002_E004": 281,
      "c16002_M004": 205,
      "c16002_E007": 66,
      "c16002_M007": 57,
      "c16002_E010": 74,
      "c16002_M010": 69,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5713,
      "b22010_M001": 366,
      "b22010_E002": 916,
      "b22010_M002": 278,
      "b19013_E001": 69835,
      "b19013_M001": 12159
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.13,
       "moe": 8.31,
       "numerator": 1014,
       "denominator": 1983
      },
      "children_with_two_parents_pct": {
       "estimate": 48.87,
       "moe": 12.71,
       "numerator": 969,
       "denominator": 1983
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.48,
       "moe": 11.93,
       "numerator": 525,
       "denominator": 1040
      },
      "children_below_poverty_pct": {
       "estimate": 4.39,
       "moe": 4.97,
       "numerator": 87,
       "denominator": 1983
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.16,
       "moe": 5.79,
       "numerator": 3226,
       "denominator": 9730
      },
      "limited_english_households_pct": {
       "estimate": 6.06,
       "moe": 3.91,
       "numerator": 350,
       "denominator": 5775
      },
      "snap_households_pct": {
       "estimate": 16.26,
       "moe": 5.78,
       "numerator": 939,
       "denominator": 5775
      },
      "median_household_income": {
       "estimate": 76263,
       "moe": 9859.0
      },
      "own_children_under_18": {
       "estimate": 1983,
       "moe": 325.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1983,
       "moe": 416.8896736547932
      }
     },
     "lines": {
      "b23008_E001": 1983,
      "b23008_M001": 325,
      "b23008_E003": 315,
      "b23008_M003": 126,
      "b23008_E008": 212,
      "b23008_M008": 142,
      "b23008_E016": 654,
      "b23008_M016": 270,
      "b23008_E021": 802,
      "b23008_M021": 186,
      "b11003_E001": 3269,
      "b11003_M001": 228,
      "b11003_E003": 515,
      "b11003_M003": 152,
      "b11003_E010": 113,
      "b11003_M010": 108,
      "b11003_E016": 412,
      "b11003_M016": 130,
      "b17020_E001": 12301,
      "b17020_M001": 39,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 63,
      "b17020_M004": 89,
      "b17020_E005": 24,
      "b17020_M005": 41,
      "b17020_E011": 527,
      "b17020_M011": 168,
      "b17020_E012": 397,
      "b17020_M012": 197,
      "b17020_E013": 972,
      "b17020_M013": 311,
      "b15003_E001": 9730,
      "b15003_M001": 446,
      "b15003_E022": 1792,
      "b15003_M022": 441,
      "b15003_E023": 1039,
      "b15003_M023": 296,
      "b15003_E024": 134,
      "b15003_M024": 85,
      "b15003_E025": 261,
      "b15003_M025": 223,
      "c16002_E001": 5775,
      "c16002_M001": 403,
      "c16002_E004": 254,
      "c16002_M004": 213,
      "c16002_E007": 62,
      "c16002_M007": 65,
      "c16002_E010": 34,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5775,
      "b22010_M001": 403,
      "b22010_E002": 939,
      "b22010_M002": 340,
      "b19013_E001": 76263,
      "b19013_M001": 9859
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.11,
       "moe": 11.51,
       "numerator": 1050,
       "denominator": 1807
      },
      "children_with_two_parents_pct": {
       "estimate": 41.89,
       "moe": 10.81,
       "numerator": 757,
       "denominator": 1807
      },
      "one_parent_families_with_children_pct": {
       "estimate": 60.38,
       "moe": 11.82,
       "numerator": 724,
       "denominator": 1199
      },
      "children_below_poverty_pct": {
       "estimate": 9.35,
       "moe": 6.61,
       "numerator": 169,
       "denominator": 1807
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.61,
       "moe": 5.65,
       "numerator": 3508,
       "denominator": 9850
      },
      "limited_english_households_pct": {
       "estimate": 4.41,
       "moe": 3.68,
       "numerator": 260,
       "denominator": 5896
      },
      "snap_households_pct": {
       "estimate": 16.54,
       "moe": 5.37,
       "numerator": 975,
       "denominator": 5896
      },
      "median_household_income": {
       "estimate": 79500,
       "moe": 11458.0
      },
      "own_children_under_18": {
       "estimate": 1807,
       "moe": 300.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1807,
       "moe": 342.620781623065
      }
     },
     "lines": {
      "b23008_E001": 1807,
      "b23008_M001": 300,
      "b23008_E003": 227,
      "b23008_M003": 97,
      "b23008_E008": 281,
      "b23008_M008": 144,
      "b23008_E016": 530,
      "b23008_M016": 211,
      "b23008_E021": 769,
      "b23008_M021": 230,
      "b11003_E001": 3346,
      "b11003_M001": 319,
      "b11003_E003": 475,
      "b11003_M003": 140,
      "b11003_E010": 174,
      "b11003_M010": 129,
      "b11003_E016": 550,
      "b11003_M016": 162,
      "b17020_E001": 12426,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 105,
      "b17020_M004": 103,
      "b17020_E005": 64,
      "b17020_M005": 65,
      "b17020_E011": 508,
      "b17020_M011": 152,
      "b17020_E012": 338,
      "b17020_M012": 163,
      "b17020_E013": 792,
      "b17020_M013": 229,
      "b15003_E001": 9850,
      "b15003_M001": 367,
      "b15003_E022": 1945,
      "b15003_M022": 413,
      "b15003_E023": 1195,
      "b15003_M023": 323,
      "b15003_E024": 86,
      "b15003_M024": 63,
      "b15003_E025": 282,
      "b15003_M025": 219,
      "c16002_E001": 5896,
      "c16002_M001": 324,
      "c16002_E004": 215,
      "c16002_M004": 213,
      "c16002_E007": 14,
      "c16002_M007": 21,
      "c16002_E010": 31,
      "c16002_M010": 33,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5896,
      "b22010_M001": 324,
      "b22010_E002": 975,
      "b22010_M002": 321,
      "b19013_E001": 79500,
      "b19013_M001": 11458
     }
    }
   }
  },
  "Durham": {
   "cousub": "20810",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.83,
       "moe": 13.94,
       "numerator": 294,
       "denominator": 1347
      },
      "children_with_two_parents_pct": {
       "estimate": 78.17,
       "moe": 14.97,
       "numerator": 1053,
       "denominator": 1347
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.82,
       "moe": 6.83,
       "numerator": 117,
       "denominator": 990
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.44,
       "numerator": 0,
       "denominator": 1347
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.32,
       "moe": 7.82,
       "numerator": 2765,
       "denominator": 5495
      },
      "limited_english_households_pct": {
       "estimate": 0.83,
       "moe": 1.71,
       "numerator": 25,
       "denominator": 3019
      },
      "snap_households_pct": {
       "estimate": 3.41,
       "moe": 2.6,
       "numerator": 103,
       "denominator": 3019
      },
      "median_household_income": {
       "estimate": 133652,
       "moe": 14118.0
      },
      "own_children_under_18": {
       "estimate": 1347,
       "moe": 151.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1347,
       "moe": 300.2682134359213
      }
     },
     "lines": {
      "b23008_E001": 1347,
      "b23008_M001": 151,
      "b23008_E003": 398,
      "b23008_M003": 144,
      "b23008_E008": 26,
      "b23008_M008": 32,
      "b23008_E016": 655,
      "b23008_M016": 184,
      "b23008_E021": 268,
      "b23008_M021": 188,
      "b11003_E001": 2204,
      "b11003_M001": 282,
      "b11003_E003": 873,
      "b11003_M003": 306,
      "b11003_E010": 74,
      "b11003_M010": 62,
      "b11003_E016": 43,
      "b11003_M016": 46,
      "b17020_E001": 7191,
      "b17020_M001": 63,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 424,
      "b17020_M011": 149,
      "b17020_E012": 363,
      "b17020_M012": 194,
      "b17020_E013": 560,
      "b17020_M013": 171,
      "b15003_E001": 5495,
      "b15003_M001": 184,
      "b15003_E022": 1474,
      "b15003_M022": 253,
      "b15003_E023": 934,
      "b15003_M023": 324,
      "b15003_E024": 191,
      "b15003_M024": 97,
      "b15003_E025": 166,
      "b15003_M025": 122,
      "c16002_E001": 3019,
      "c16002_M001": 236,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 25,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3019,
      "b22010_M001": 236,
      "b22010_E002": 103,
      "b22010_M002": 79,
      "b19013_E001": 133652,
      "b19013_M001": 14118
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.73,
       "moe": 9.31,
       "numerator": 167,
       "denominator": 1216
      },
      "children_with_two_parents_pct": {
       "estimate": 86.27,
       "moe": 11.42,
       "numerator": 1049,
       "denominator": 1216
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.62,
       "moe": 6.38,
       "numerator": 97,
       "denominator": 1008
      },
      "children_below_poverty_pct": {
       "estimate": 2.3,
       "moe": 4.14,
       "numerator": 28,
       "denominator": 1216
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.18,
       "moe": 8.44,
       "numerator": 2682,
       "denominator": 5567
      },
      "limited_english_households_pct": {
       "estimate": 0.91,
       "moe": 1.74,
       "numerator": 28,
       "denominator": 3067
      },
      "snap_households_pct": {
       "estimate": 3.23,
       "moe": 2.53,
       "numerator": 99,
       "denominator": 3067
      },
      "median_household_income": {
       "estimate": 148095,
       "moe": 12119.0
      },
      "own_children_under_18": {
       "estimate": 1216,
       "moe": 158.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1216,
       "moe": 248.2579303869264
      }
     },
     "lines": {
      "b23008_E001": 1216,
      "b23008_M001": 158,
      "b23008_E003": 342,
      "b23008_M003": 133,
      "b23008_E008": 28,
      "b23008_M008": 31,
      "b23008_E016": 707,
      "b23008_M016": 142,
      "b23008_E021": 139,
      "b23008_M021": 111,
      "b11003_E001": 2200,
      "b11003_M001": 278,
      "b11003_E003": 911,
      "b11003_M003": 328,
      "b11003_E010": 35,
      "b11003_M010": 44,
      "b11003_E016": 62,
      "b11003_M016": 57,
      "b17020_E001": 7148,
      "b17020_M001": 34,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 28,
      "b17020_M004": 43,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 370,
      "b17020_M011": 127,
      "b17020_E012": 241,
      "b17020_M012": 124,
      "b17020_E013": 577,
      "b17020_M013": 166,
      "b15003_E001": 5567,
      "b15003_M001": 234,
      "b15003_E022": 1349,
      "b15003_M022": 278,
      "b15003_E023": 999,
      "b15003_M023": 372,
      "b15003_E024": 101,
      "b15003_M024": 62,
      "b15003_E025": 233,
      "b15003_M025": 118,
      "c16002_E001": 3067,
      "c16002_M001": 206,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 28,
      "c16002_M010": 42,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3067,
      "b22010_M001": 206,
      "b22010_E002": 99,
      "b22010_M002": 78,
      "b19013_E001": 148095,
      "b19013_M001": 12119
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.48,
       "moe": 10.18,
       "numerator": 180,
       "denominator": 1163
      },
      "children_with_two_parents_pct": {
       "estimate": 84.52,
       "moe": 16.42,
       "numerator": 983,
       "denominator": 1163
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.1,
       "moe": 6.6,
       "numerator": 113,
       "denominator": 1018
      },
      "children_below_poverty_pct": {
       "estimate": 2.24,
       "moe": 4.18,
       "numerator": 26,
       "denominator": 1163
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.92,
       "moe": 7.64,
       "numerator": 2669,
       "denominator": 5570
      },
      "limited_english_households_pct": {
       "estimate": 2.01,
       "moe": 2.12,
       "numerator": 61,
       "denominator": 3038
      },
      "snap_households_pct": {
       "estimate": 3.69,
       "moe": 2.45,
       "numerator": 112,
       "denominator": 3038
      },
      "median_household_income": {
       "estimate": 151875,
       "moe": 24639.0
      },
      "own_children_under_18": {
       "estimate": 1163,
       "moe": 175.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1163,
       "moe": 268.84940022250373
      }
     },
     "lines": {
      "b23008_E001": 1163,
      "b23008_M001": 175,
      "b23008_E003": 338,
      "b23008_M003": 160,
      "b23008_E008": 14,
      "b23008_M008": 24,
      "b23008_E016": 645,
      "b23008_M016": 181,
      "b23008_E021": 166,
      "b23008_M021": 119,
      "b11003_E001": 2307,
      "b11003_M001": 265,
      "b11003_E003": 905,
      "b11003_M003": 361,
      "b11003_E010": 47,
      "b11003_M010": 51,
      "b11003_E016": 66,
      "b11003_M016": 60,
      "b17020_E001": 7141,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 26,
      "b17020_M004": 41,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 352,
      "b17020_M011": 159,
      "b17020_E012": 210,
      "b17020_M012": 100,
      "b17020_E013": 575,
      "b17020_M013": 186,
      "b15003_E001": 5570,
      "b15003_M001": 190,
      "b15003_E022": 1336,
      "b15003_M022": 262,
      "b15003_E023": 986,
      "b15003_M023": 317,
      "b15003_E024": 114,
      "b15003_M024": 93,
      "b15003_E025": 233,
      "b15003_M025": 108,
      "c16002_E001": 3038,
      "c16002_M001": 242,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 37,
      "c16002_M010": 44,
      "c16002_E013": 24,
      "c16002_M013": 39,
      "b22010_E001": 3038,
      "b22010_M001": 242,
      "b22010_E002": 112,
      "b22010_M002": 75,
      "b19013_E001": 151875,
      "b19013_M001": 24639
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.73,
       "moe": 10.51,
       "numerator": 162,
       "denominator": 1180
      },
      "children_with_two_parents_pct": {
       "estimate": 86.27,
       "moe": 14.44,
       "numerator": 1018,
       "denominator": 1180
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.91,
       "moe": 7.65,
       "numerator": 121,
       "denominator": 1016
      },
      "children_below_poverty_pct": {
       "estimate": 2.37,
       "moe": 4.2,
       "numerator": 28,
       "denominator": 1180
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.94,
       "moe": 7.91,
       "numerator": 2669,
       "denominator": 5567
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.49,
       "numerator": 19,
       "denominator": 2986
      },
      "snap_households_pct": {
       "estimate": 2.48,
       "moe": 1.97,
       "numerator": 74,
       "denominator": 2986
      },
      "median_household_income": {
       "estimate": 158857,
       "moe": 7311.0
      },
      "own_children_under_18": {
       "estimate": 1180,
       "moe": 179.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1180,
       "moe": 249.78791003569407
      }
     },
     "lines": {
      "b23008_E001": 1180,
      "b23008_M001": 179,
      "b23008_E003": 439,
      "b23008_M003": 156,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 579,
      "b23008_M016": 169,
      "b23008_E021": 162,
      "b23008_M021": 125,
      "b11003_E001": 2347,
      "b11003_M001": 263,
      "b11003_E003": 895,
      "b11003_M003": 317,
      "b11003_E010": 49,
      "b11003_M010": 59,
      "b11003_E016": 72,
      "b11003_M016": 64,
      "b17020_E001": 7169,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 28,
      "b17020_M004": 42,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 439,
      "b17020_M011": 156,
      "b17020_E012": 221,
      "b17020_M012": 106,
      "b17020_E013": 492,
      "b17020_M013": 156,
      "b15003_E001": 5567,
      "b15003_M001": 235,
      "b15003_E022": 1324,
      "b15003_M022": 259,
      "b15003_E023": 923,
      "b15003_M023": 341,
      "b15003_E024": 183,
      "b15003_M024": 120,
      "b15003_E025": 239,
      "b15003_M025": 93,
      "c16002_E001": 2986,
      "c16002_M001": 244,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 19,
      "c16002_M013": 30,
      "b22010_E001": 2986,
      "b22010_M001": 244,
      "b22010_E002": 74,
      "b22010_M002": 59,
      "b19013_E001": 158857,
      "b19013_M001": 7311
     }
    }
   }
  },
  "East Granby": {
   "cousub": "22070",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.8,
       "moe": 8.29,
       "numerator": 188,
       "denominator": 1270
      },
      "children_with_two_parents_pct": {
       "estimate": 85.2,
       "moe": 20.63,
       "numerator": 1082,
       "denominator": 1270
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.48,
       "moe": 15.05,
       "numerator": 173,
       "denominator": 679
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.59,
       "numerator": 0,
       "denominator": 1270
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.63,
       "moe": 7.45,
       "numerator": 1655,
       "denominator": 3475
      },
      "limited_english_households_pct": {
       "estimate": 3.11,
       "moe": 3.79,
       "numerator": 59,
       "denominator": 1896
      },
      "snap_households_pct": {
       "estimate": 9.86,
       "moe": 7.13,
       "numerator": 187,
       "denominator": 1896
      },
      "median_household_income": {
       "estimate": 112857,
       "moe": 24151.0
      },
      "own_children_under_18": {
       "estimate": 1270,
       "moe": 295.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1270,
       "moe": 375.45838650907774
      }
     },
     "lines": {
      "b23008_E001": 1270,
      "b23008_M001": 295,
      "b23008_E003": 414,
      "b23008_M003": 288,
      "b23008_E008": 16,
      "b23008_M008": 26,
      "b23008_E016": 668,
      "b23008_M016": 221,
      "b23008_E021": 172,
      "b23008_M021": 111,
      "b11003_E001": 1317,
      "b11003_M001": 160,
      "b11003_E003": 506,
      "b11003_M003": 137,
      "b11003_E010": 25,
      "b11003_M010": 38,
      "b11003_E016": 148,
      "b11003_M016": 105,
      "b17020_E001": 5034,
      "b17020_M001": 290,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 430,
      "b17020_M011": 278,
      "b17020_E012": 452,
      "b17020_M012": 201,
      "b17020_E013": 388,
      "b17020_M013": 149,
      "b15003_E001": 3475,
      "b15003_M001": 205,
      "b15003_E022": 986,
      "b15003_M022": 192,
      "b15003_E023": 463,
      "b15003_M023": 173,
      "b15003_E024": 154,
      "b15003_M024": 89,
      "b15003_E025": 52,
      "b15003_M025": 43,
      "c16002_E001": 1896,
      "c16002_M001": 147,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 59,
      "c16002_M010": 64,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1896,
      "b22010_M001": 147,
      "b22010_E002": 187,
      "b22010_M002": 136,
      "b19013_E001": 112857,
      "b19013_M001": 24151
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.57,
       "moe": 8.74,
       "numerator": 166,
       "denominator": 1321
      },
      "children_with_two_parents_pct": {
       "estimate": 87.43,
       "moe": 22.41,
       "numerator": 1155,
       "denominator": 1321
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.18,
       "moe": 16.98,
       "numerator": 162,
       "denominator": 670
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.49,
       "numerator": 0,
       "denominator": 1321
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.27,
       "moe": 6.56,
       "numerator": 1688,
       "denominator": 3497
      },
      "limited_english_households_pct": {
       "estimate": 3.08,
       "moe": 3.5,
       "numerator": 60,
       "denominator": 1947
      },
      "snap_households_pct": {
       "estimate": 9.6,
       "moe": 6.87,
       "numerator": 187,
       "denominator": 1947
      },
      "median_household_income": {
       "estimate": 107478,
       "moe": 32666.0
      },
      "own_children_under_18": {
       "estimate": 1321,
       "moe": 321.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1321,
       "moe": 400.33111295526356
      }
     },
     "lines": {
      "b23008_E001": 1321,
      "b23008_M001": 321,
      "b23008_E003": 452,
      "b23008_M003": 304,
      "b23008_E008": 4,
      "b23008_M008": 8,
      "b23008_E016": 703,
      "b23008_M016": 272,
      "b23008_E021": 162,
      "b23008_M021": 122,
      "b11003_E001": 1350,
      "b11003_M001": 161,
      "b11003_E003": 508,
      "b11003_M003": 138,
      "b11003_E010": 42,
      "b11003_M010": 44,
      "b11003_E016": 120,
      "b11003_M016": 114,
      "b17020_E001": 5079,
      "b17020_M001": 154,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 456,
      "b17020_M011": 303,
      "b17020_E012": 466,
      "b17020_M012": 202,
      "b17020_E013": 399,
      "b17020_M013": 163,
      "b15003_E001": 3497,
      "b15003_M001": 259,
      "b15003_E022": 1044,
      "b15003_M022": 186,
      "b15003_E023": 403,
      "b15003_M023": 151,
      "b15003_E024": 181,
      "b15003_M024": 91,
      "b15003_E025": 60,
      "b15003_M025": 51,
      "c16002_E001": 1947,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 60,
      "c16002_M010": 60,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1947,
      "b22010_M001": 187,
      "b22010_E002": 187,
      "b22010_M002": 135,
      "b19013_E001": 107478,
      "b19013_M001": 32666
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.52,
       "moe": 13.94,
       "numerator": 211,
       "denominator": 1277
      },
      "children_with_two_parents_pct": {
       "estimate": 83.48,
       "moe": 20.25,
       "numerator": 1066,
       "denominator": 1277
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.14,
       "moe": 15.94,
       "numerator": 111,
       "denominator": 580
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.53,
       "numerator": 0,
       "denominator": 1300
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.14,
       "moe": 6.31,
       "numerator": 1675,
       "denominator": 3553
      },
      "limited_english_households_pct": {
       "estimate": 3.94,
       "moe": 3.71,
       "numerator": 76,
       "denominator": 1929
      },
      "snap_households_pct": {
       "estimate": 7.88,
       "moe": 6.23,
       "numerator": 152,
       "denominator": 1929
      },
      "median_household_income": {
       "estimate": 123005,
       "moe": 17869.0
      },
      "own_children_under_18": {
       "estimate": 1277,
       "moe": 329.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1300,
       "moe": 433.5308524199864
      }
     },
     "lines": {
      "b23008_E001": 1277,
      "b23008_M001": 329,
      "b23008_E003": 424,
      "b23008_M003": 299,
      "b23008_E008": 4,
      "b23008_M008": 7,
      "b23008_E016": 642,
      "b23008_M016": 230,
      "b23008_E021": 207,
      "b23008_M021": 186,
      "b11003_E001": 1381,
      "b11003_M001": 168,
      "b11003_E003": 469,
      "b11003_M003": 121,
      "b11003_E010": 19,
      "b11003_M010": 28,
      "b11003_E016": 92,
      "b11003_M016": 93,
      "b17020_E001": 5093,
      "b17020_M001": 159,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 428,
      "b17020_M011": 299,
      "b17020_E012": 454,
      "b17020_M012": 243,
      "b17020_E013": 418,
      "b17020_M013": 196,
      "b15003_E001": 3553,
      "b15003_M001": 262,
      "b15003_E022": 1058,
      "b15003_M022": 197,
      "b15003_E023": 395,
      "b15003_M023": 130,
      "b15003_E024": 160,
      "b15003_M024": 82,
      "b15003_E025": 62,
      "b15003_M025": 55,
      "c16002_E001": 1929,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 14,
      "c16002_M007": 22,
      "c16002_E010": 62,
      "c16002_M010": 63,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1929,
      "b22010_M001": 178,
      "b22010_E002": 152,
      "b22010_M002": 121,
      "b19013_E001": 123005,
      "b19013_M001": 17869
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.08,
       "moe": 14.46,
       "numerator": 286,
       "denominator": 1424
      },
      "children_with_two_parents_pct": {
       "estimate": 79.92,
       "moe": 20.63,
       "numerator": 1138,
       "denominator": 1424
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.96,
       "moe": 16.22,
       "numerator": 131,
       "denominator": 625
      },
      "children_below_poverty_pct": {
       "estimate": 4.51,
       "moe": 6.37,
       "numerator": 65,
       "denominator": 1440
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.08,
       "moe": 8.17,
       "numerator": 1862,
       "denominator": 3575
      },
      "limited_english_households_pct": {
       "estimate": 1.63,
       "moe": 2.26,
       "numerator": 32,
       "denominator": 1967
      },
      "snap_households_pct": {
       "estimate": 8.39,
       "moe": 6.83,
       "numerator": 165,
       "denominator": 1967
      },
      "median_household_income": {
       "estimate": 120938,
       "moe": 24156.0
      },
      "own_children_under_18": {
       "estimate": 1424,
       "moe": 225.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1440,
       "moe": 396.89797177612286
      }
     },
     "lines": {
      "b23008_E001": 1424,
      "b23008_M001": 225,
      "b23008_E003": 473,
      "b23008_M003": 276,
      "b23008_E008": 83,
      "b23008_M008": 101,
      "b23008_E016": 665,
      "b23008_M016": 206,
      "b23008_E021": 203,
      "b23008_M021": 185,
      "b11003_E001": 1461,
      "b11003_M001": 129,
      "b11003_E003": 494,
      "b11003_M003": 96,
      "b11003_E010": 49,
      "b11003_M010": 57,
      "b11003_E016": 82,
      "b11003_M016": 89,
      "b17020_E001": 5238,
      "b17020_M001": 19,
      "b17020_E003": 35,
      "b17020_M003": 69,
      "b17020_E004": 30,
      "b17020_M004": 60,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 521,
      "b17020_M011": 295,
      "b17020_E012": 379,
      "b17020_M012": 185,
      "b17020_E013": 475,
      "b17020_M013": 166,
      "b15003_E001": 3575,
      "b15003_M001": 233,
      "b15003_E022": 1055,
      "b15003_M022": 235,
      "b15003_E023": 583,
      "b15003_M023": 181,
      "b15003_E024": 177,
      "b15003_M024": 103,
      "b15003_E025": 47,
      "b15003_M025": 37,
      "c16002_E001": 1967,
      "c16002_M001": 167,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 18,
      "c16002_M007": 28,
      "c16002_E010": 14,
      "c16002_M010": 22,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1967,
      "b22010_M001": 167,
      "b22010_E002": 165,
      "b22010_M002": 135,
      "b19013_E001": 120938,
      "b19013_M001": 24156
     }
    }
   }
  },
  "East Haddam": {
   "cousub": "22280",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.19,
       "moe": 17.67,
       "numerator": 543,
       "denominator": 1636
      },
      "children_with_two_parents_pct": {
       "estimate": 66.81,
       "moe": 9.61,
       "numerator": 1093,
       "denominator": 1636
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.88,
       "moe": 19.02,
       "numerator": 252,
       "denominator": 904
      },
      "children_below_poverty_pct": {
       "estimate": 6.48,
       "moe": 6.43,
       "numerator": 106,
       "denominator": 1636
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.94,
       "moe": 4.89,
       "numerator": 2742,
       "denominator": 6866
      },
      "limited_english_households_pct": {
       "estimate": 0.58,
       "moe": 0.95,
       "numerator": 22,
       "denominator": 3800
      },
      "snap_households_pct": {
       "estimate": 2.84,
       "moe": 2.21,
       "numerator": 108,
       "denominator": 3800
      },
      "median_household_income": {
       "estimate": 97353,
       "moe": 7017.0
      },
      "own_children_under_18": {
       "estimate": 1636,
       "moe": 268.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1636,
       "moe": 357.59753914142084
      }
     },
     "lines": {
      "b23008_E001": 1636,
      "b23008_M001": 268,
      "b23008_E003": 377,
      "b23008_M003": 137,
      "b23008_E008": 88,
      "b23008_M008": 89,
      "b23008_E016": 716,
      "b23008_M016": 195,
      "b23008_E021": 455,
      "b23008_M021": 289,
      "b11003_E001": 2747,
      "b11003_M001": 192,
      "b11003_E003": 652,
      "b11003_M003": 122,
      "b11003_E010": 64,
      "b11003_M010": 84,
      "b11003_E016": 188,
      "b11003_M016": 162,
      "b17020_E001": 8866,
      "b17020_M001": 56,
      "b17020_E003": 47,
      "b17020_M003": 73,
      "b17020_E004": 59,
      "b17020_M004": 77,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 418,
      "b17020_M011": 133,
      "b17020_E012": 577,
      "b17020_M012": 222,
      "b17020_E013": 535,
      "b17020_M013": 222,
      "b15003_E001": 6866,
      "b15003_M001": 290,
      "b15003_E022": 1758,
      "b15003_M022": 279,
      "b15003_E023": 639,
      "b15003_M023": 172,
      "b15003_E024": 210,
      "b15003_M024": 115,
      "b15003_E025": 135,
      "b15003_M025": 73,
      "c16002_E001": 3800,
      "c16002_M001": 177,
      "c16002_E004": 8,
      "c16002_M004": 12,
      "c16002_E007": 14,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3800,
      "b22010_M001": 177,
      "b22010_E002": 108,
      "b22010_M002": 84,
      "b19013_E001": 97353,
      "b19013_M001": 7017
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.78,
       "moe": 15.52,
       "numerator": 487,
       "denominator": 1582
      },
      "children_with_two_parents_pct": {
       "estimate": 69.22,
       "moe": 11.77,
       "numerator": 1095,
       "denominator": 1582
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.87,
       "moe": 18.19,
       "numerator": 224,
       "denominator": 866
      },
      "children_below_poverty_pct": {
       "estimate": 6.19,
       "moe": 6.19,
       "numerator": 98,
       "denominator": 1582
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.31,
       "moe": 5.88,
       "numerator": 2938,
       "denominator": 6784
      },
      "limited_english_households_pct": {
       "estimate": 0.44,
       "moe": 1.11,
       "numerator": 16,
       "denominator": 3676
      },
      "snap_households_pct": {
       "estimate": 2.77,
       "moe": 2.06,
       "numerator": 102,
       "denominator": 3676
      },
      "median_household_income": {
       "estimate": 107096,
       "moe": 7929.0
      },
      "own_children_under_18": {
       "estimate": 1582,
       "moe": 237.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1582,
       "moe": 343.28268234794484
      }
     },
     "lines": {
      "b23008_E001": 1582,
      "b23008_M001": 237,
      "b23008_E003": 364,
      "b23008_M003": 124,
      "b23008_E008": 84,
      "b23008_M008": 78,
      "b23008_E016": 731,
      "b23008_M016": 215,
      "b23008_E021": 403,
      "b23008_M021": 244,
      "b11003_E001": 2653,
      "b11003_M001": 192,
      "b11003_E003": 642,
      "b11003_M003": 109,
      "b11003_E010": 59,
      "b11003_M010": 66,
      "b11003_E016": 165,
      "b11003_M016": 152,
      "b17020_E001": 8820,
      "b17020_M001": 35,
      "b17020_E003": 43,
      "b17020_M003": 67,
      "b17020_E004": 55,
      "b17020_M004": 72,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 405,
      "b17020_M011": 138,
      "b17020_E012": 583,
      "b17020_M012": 202,
      "b17020_E013": 496,
      "b17020_M013": 219,
      "b15003_E001": 6784,
      "b15003_M001": 267,
      "b15003_E022": 1914,
      "b15003_M022": 348,
      "b15003_E023": 649,
      "b15003_M023": 173,
      "b15003_E024": 221,
      "b15003_M024": 125,
      "b15003_E025": 154,
      "b15003_M025": 78,
      "c16002_E001": 3676,
      "c16002_M001": 162,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 16,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3676,
      "b22010_M001": 162,
      "b22010_E002": 102,
      "b22010_M002": 76,
      "b19013_E001": 107096,
      "b19013_M001": 7929
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.15,
       "moe": 15.1,
       "numerator": 607,
       "denominator": 1591
      },
      "children_with_two_parents_pct": {
       "estimate": 61.85,
       "moe": 9.01,
       "numerator": 984,
       "denominator": 1591
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.08,
       "moe": 20.06,
       "numerator": 265,
       "denominator": 826
      },
      "children_below_poverty_pct": {
       "estimate": 5.85,
       "moe": 6.0,
       "numerator": 93,
       "denominator": 1591
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.83,
       "moe": 4.63,
       "numerator": 2805,
       "denominator": 6870
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.05,
       "numerator": 0,
       "denominator": 3635
      },
      "snap_households_pct": {
       "estimate": 3.3,
       "moe": 2.42,
       "numerator": 120,
       "denominator": 3635
      },
      "median_household_income": {
       "estimate": 105866,
       "moe": 8701.0
      },
      "own_children_under_18": {
       "estimate": 1591,
       "moe": 245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1591,
       "moe": 332.6379413115708
      }
     },
     "lines": {
      "b23008_E001": 1591,
      "b23008_M001": 245,
      "b23008_E003": 249,
      "b23008_M003": 107,
      "b23008_E008": 183,
      "b23008_M008": 131,
      "b23008_E016": 735,
      "b23008_M016": 179,
      "b23008_E021": 424,
      "b23008_M021": 222,
      "b11003_E001": 2708,
      "b11003_M001": 214,
      "b11003_E003": 561,
      "b11003_M003": 117,
      "b11003_E010": 65,
      "b11003_M010": 60,
      "b11003_E016": 200,
      "b11003_M016": 169,
      "b17020_E001": 8835,
      "b17020_M001": 43,
      "b17020_E003": 42,
      "b17020_M003": 65,
      "b17020_E004": 51,
      "b17020_M004": 70,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 390,
      "b17020_M011": 163,
      "b17020_E012": 607,
      "b17020_M012": 177,
      "b17020_E013": 501,
      "b17020_M013": 208,
      "b15003_E001": 6870,
      "b15003_M001": 277,
      "b15003_E022": 1935,
      "b15003_M022": 281,
      "b15003_E023": 591,
      "b15003_M023": 157,
      "b15003_E024": 137,
      "b15003_M024": 65,
      "b15003_E025": 142,
      "b15003_M025": 78,
      "c16002_E001": 3635,
      "c16002_M001": 185,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3635,
      "b22010_M001": 185,
      "b22010_E002": 120,
      "b22010_M002": 88,
      "b19013_E001": 105866,
      "b19013_M001": 8701
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.35,
       "moe": 16.93,
       "numerator": 527,
       "denominator": 1491
      },
      "children_with_two_parents_pct": {
       "estimate": 64.65,
       "moe": 7.75,
       "numerator": 964,
       "denominator": 1491
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.04,
       "moe": 20.05,
       "numerator": 266,
       "denominator": 805
      },
      "children_below_poverty_pct": {
       "estimate": 5.9,
       "moe": 6.47,
       "numerator": 88,
       "denominator": 1491
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.06,
       "moe": 4.44,
       "numerator": 2651,
       "denominator": 6965
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.04,
       "numerator": 0,
       "denominator": 3663
      },
      "snap_households_pct": {
       "estimate": 2.78,
       "moe": 2.07,
       "numerator": 102,
       "denominator": 3663
      },
      "median_household_income": {
       "estimate": 107861,
       "moe": 8886.0
      },
      "own_children_under_18": {
       "estimate": 1491,
       "moe": 245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1491,
       "moe": 296.91581298408477
      }
     },
     "lines": {
      "b23008_E001": 1491,
      "b23008_M001": 245,
      "b23008_E003": 214,
      "b23008_M003": 96,
      "b23008_E008": 159,
      "b23008_M008": 130,
      "b23008_E016": 750,
      "b23008_M016": 171,
      "b23008_E021": 368,
      "b23008_M021": 233,
      "b11003_E001": 2649,
      "b11003_M001": 196,
      "b11003_E003": 539,
      "b11003_M003": 113,
      "b11003_E010": 57,
      "b11003_M010": 57,
      "b11003_E016": 209,
      "b11003_M016": 166,
      "b17020_E001": 8859,
      "b17020_M001": 52,
      "b17020_E003": 44,
      "b17020_M003": 66,
      "b17020_E004": 44,
      "b17020_M004": 70,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 329,
      "b17020_M011": 141,
      "b17020_E012": 499,
      "b17020_M012": 145,
      "b17020_E013": 575,
      "b17020_M013": 194,
      "b15003_E001": 6965,
      "b15003_M001": 262,
      "b15003_E022": 1748,
      "b15003_M022": 268,
      "b15003_E023": 663,
      "b15003_M023": 157,
      "b15003_E024": 144,
      "b15003_M024": 72,
      "b15003_E025": 96,
      "b15003_M025": 61,
      "c16002_E001": 3663,
      "c16002_M001": 214,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3663,
      "b22010_M001": 214,
      "b22010_E002": 102,
      "b22010_M002": 76,
      "b19013_E001": 107861,
      "b19013_M001": 8886
     }
    }
   }
  },
  "East Hampton": {
   "cousub": "22490",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.85,
       "moe": 6.33,
       "numerator": 436,
       "denominator": 2587
      },
      "children_with_two_parents_pct": {
       "estimate": 83.15,
       "moe": 8.67,
       "numerator": 2151,
       "denominator": 2587
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.83,
       "moe": 8.36,
       "numerator": 228,
       "denominator": 1440
      },
      "children_below_poverty_pct": {
       "estimate": 7.73,
       "moe": 4.52,
       "numerator": 213,
       "denominator": 2757
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.24,
       "moe": 3.56,
       "numerator": 3355,
       "denominator": 9259
      },
      "limited_english_households_pct": {
       "estimate": 0.67,
       "moe": 1.26,
       "numerator": 32,
       "denominator": 4781
      },
      "snap_households_pct": {
       "estimate": 4.6,
       "moe": 2.4,
       "numerator": 220,
       "denominator": 4781
      },
      "median_household_income": {
       "estimate": 107869,
       "moe": 12010.0
      },
      "own_children_under_18": {
       "estimate": 2587,
       "moe": 259.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2757,
       "moe": 380.77683753085614
      }
     },
     "lines": {
      "b23008_E001": 2587,
      "b23008_M001": 259,
      "b23008_E003": 837,
      "b23008_M003": 233,
      "b23008_E008": 73,
      "b23008_M008": 64,
      "b23008_E016": 1314,
      "b23008_M016": 206,
      "b23008_E021": 363,
      "b23008_M021": 157,
      "b11003_E001": 3572,
      "b11003_M001": 166,
      "b11003_E003": 1212,
      "b11003_M003": 204,
      "b11003_E010": 46,
      "b11003_M010": 42,
      "b11003_E016": 182,
      "b11003_M016": 119,
      "b17020_E001": 12744,
      "b17020_M001": 85,
      "b17020_E003": 29,
      "b17020_M003": 45,
      "b17020_E004": 81,
      "b17020_M004": 72,
      "b17020_E005": 103,
      "b17020_M005": 96,
      "b17020_E011": 959,
      "b17020_M011": 246,
      "b17020_E012": 795,
      "b17020_M012": 171,
      "b17020_E013": 790,
      "b17020_M013": 197,
      "b15003_E001": 9259,
      "b15003_M001": 293,
      "b15003_E022": 1941,
      "b15003_M022": 223,
      "b15003_E023": 1204,
      "b15003_M023": 243,
      "b15003_E024": 158,
      "b15003_M024": 95,
      "b15003_E025": 52,
      "b15003_M025": 48,
      "c16002_E001": 4781,
      "c16002_M001": 219,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 32,
      "c16002_M007": 48,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4781,
      "b22010_M001": 219,
      "b22010_E002": 220,
      "b22010_M002": 115,
      "b19013_E001": 107869,
      "b19013_M001": 12010
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.84,
       "moe": 5.32,
       "numerator": 339,
       "denominator": 2640
      },
      "children_with_two_parents_pct": {
       "estimate": 87.16,
       "moe": 7.42,
       "numerator": 2301,
       "denominator": 2640
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.91,
       "moe": 8.04,
       "numerator": 209,
       "denominator": 1503
      },
      "children_below_poverty_pct": {
       "estimate": 4.97,
       "moe": 3.02,
       "numerator": 138,
       "denominator": 2774
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.21,
       "moe": 4.5,
       "numerator": 3323,
       "denominator": 9178
      },
      "limited_english_households_pct": {
       "estimate": 1.03,
       "moe": 1.16,
       "numerator": 50,
       "denominator": 4850
      },
      "snap_households_pct": {
       "estimate": 5.09,
       "moe": 2.13,
       "numerator": 247,
       "denominator": 4850
      },
      "median_household_income": {
       "estimate": 116163,
       "moe": 7719.0
      },
      "own_children_under_18": {
       "estimate": 2640,
       "moe": 337.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2774,
       "moe": 373.5130519807842
      }
     },
     "lines": {
      "b23008_E001": 2640,
      "b23008_M001": 337,
      "b23008_E003": 869,
      "b23008_M003": 211,
      "b23008_E008": 96,
      "b23008_M008": 82,
      "b23008_E016": 1432,
      "b23008_M016": 283,
      "b23008_E021": 243,
      "b23008_M021": 122,
      "b11003_E001": 3478,
      "b11003_M001": 172,
      "b11003_E003": 1294,
      "b11003_M003": 191,
      "b11003_E010": 51,
      "b11003_M010": 51,
      "b11003_E016": 158,
      "b11003_M016": 114,
      "b17020_E001": 12649,
      "b17020_M001": 97,
      "b17020_E003": 26,
      "b17020_M003": 40,
      "b17020_E004": 73,
      "b17020_M004": 68,
      "b17020_E005": 39,
      "b17020_M005": 34,
      "b17020_E011": 1003,
      "b17020_M011": 218,
      "b17020_E012": 662,
      "b17020_M012": 152,
      "b17020_E013": 971,
      "b17020_M013": 248,
      "b15003_E001": 9178,
      "b15003_M001": 309,
      "b15003_E022": 1907,
      "b15003_M022": 316,
      "b15003_E023": 1167,
      "b15003_M023": 267,
      "b15003_E024": 157,
      "b15003_M024": 92,
      "b15003_E025": 92,
      "b15003_M025": 56,
      "c16002_E001": 4850,
      "c16002_M001": 258,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 34,
      "c16002_M007": 41,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 16,
      "c16002_M013": 25,
      "b22010_E001": 4850,
      "b22010_M001": 258,
      "b22010_E002": 247,
      "b22010_M002": 104,
      "b19013_E001": 116163,
      "b19013_M001": 7719
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.09,
       "moe": 6.07,
       "numerator": 355,
       "denominator": 2520
      },
      "children_with_two_parents_pct": {
       "estimate": 85.91,
       "moe": 5.25,
       "numerator": 2165,
       "denominator": 2520
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.98,
       "moe": 9.16,
       "numerator": 229,
       "denominator": 1433
      },
      "children_below_poverty_pct": {
       "estimate": 3.55,
       "moe": 3.03,
       "numerator": 95,
       "denominator": 2675
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.64,
       "moe": 4.0,
       "numerator": 3365,
       "denominator": 9185
      },
      "limited_english_households_pct": {
       "estimate": 1.79,
       "moe": 1.9,
       "numerator": 91,
       "denominator": 5082
      },
      "snap_households_pct": {
       "estimate": 4.35,
       "moe": 2.19,
       "numerator": 221,
       "denominator": 5082
      },
      "median_household_income": {
       "estimate": 118775,
       "moe": 9465.0
      },
      "own_children_under_18": {
       "estimate": 2520,
       "moe": 343.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2675,
       "moe": 341.5201311782367
      }
     },
     "lines": {
      "b23008_E001": 2520,
      "b23008_M001": 343,
      "b23008_E003": 808,
      "b23008_M003": 214,
      "b23008_E008": 54,
      "b23008_M008": 45,
      "b23008_E016": 1357,
      "b23008_M016": 242,
      "b23008_E021": 301,
      "b23008_M021": 154,
      "b11003_E001": 3399,
      "b11003_M001": 200,
      "b11003_E003": 1204,
      "b11003_M003": 199,
      "b11003_E010": 98,
      "b11003_M010": 64,
      "b11003_E016": 131,
      "b11003_M016": 121,
      "b17020_E001": 12685,
      "b17020_M001": 104,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 44,
      "b17020_M004": 58,
      "b17020_E005": 51,
      "b17020_M005": 54,
      "b17020_E011": 931,
      "b17020_M011": 221,
      "b17020_E012": 604,
      "b17020_M012": 135,
      "b17020_E013": 1045,
      "b17020_M013": 207,
      "b15003_E001": 9185,
      "b15003_M001": 316,
      "b15003_E022": 1852,
      "b15003_M022": 274,
      "b15003_E023": 1299,
      "b15003_M023": 257,
      "b15003_E024": 162,
      "b15003_M024": 74,
      "b15003_E025": 52,
      "b15003_M025": 41,
      "c16002_E001": 5082,
      "c16002_M001": 239,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 69,
      "c16002_M007": 86,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 22,
      "c16002_M013": 33,
      "b22010_E001": 5082,
      "b22010_M001": 239,
      "b22010_E002": 221,
      "b22010_M002": 112,
      "b19013_E001": 118775,
      "b19013_M001": 9465
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.52,
       "moe": 6.6,
       "numerator": 405,
       "denominator": 2610
      },
      "children_with_two_parents_pct": {
       "estimate": 84.48,
       "moe": 7.63,
       "numerator": 2205,
       "denominator": 2610
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.06,
       "moe": 8.95,
       "numerator": 268,
       "denominator": 1484
      },
      "children_below_poverty_pct": {
       "estimate": 5.53,
       "moe": 3.89,
       "numerator": 150,
       "denominator": 2711
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.96,
       "moe": 4.21,
       "numerator": 3651,
       "denominator": 9370
      },
      "limited_english_households_pct": {
       "estimate": 1.47,
       "moe": 1.58,
       "numerator": 77,
       "denominator": 5248
      },
      "snap_households_pct": {
       "estimate": 3.32,
       "moe": 1.48,
       "numerator": 174,
       "denominator": 5248
      },
      "median_household_income": {
       "estimate": 124577,
       "moe": 10738.0
      },
      "own_children_under_18": {
       "estimate": 2610,
       "moe": 323.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2711,
       "moe": 369.87835838286077
      }
     },
     "lines": {
      "b23008_E001": 2610,
      "b23008_M001": 323,
      "b23008_E003": 807,
      "b23008_M003": 225,
      "b23008_E008": 59,
      "b23008_M008": 57,
      "b23008_E016": 1398,
      "b23008_M016": 252,
      "b23008_E021": 346,
      "b23008_M021": 170,
      "b11003_E001": 3488,
      "b11003_M001": 207,
      "b11003_E003": 1216,
      "b11003_M003": 194,
      "b11003_E010": 111,
      "b11003_M010": 73,
      "b11003_E016": 157,
      "b11003_M016": 119,
      "b17020_E001": 12813,
      "b17020_M001": 76,
      "b17020_E003": 13,
      "b17020_M003": 20,
      "b17020_E004": 84,
      "b17020_M004": 94,
      "b17020_E005": 53,
      "b17020_M005": 48,
      "b17020_E011": 897,
      "b17020_M011": 225,
      "b17020_E012": 610,
      "b17020_M012": 166,
      "b17020_E013": 1054,
      "b17020_M013": 217,
      "b15003_E001": 9370,
      "b15003_M001": 291,
      "b15003_E022": 1946,
      "b15003_M022": 282,
      "b15003_E023": 1464,
      "b15003_M023": 275,
      "b15003_E024": 170,
      "b15003_M024": 102,
      "b15003_E025": 71,
      "b15003_M025": 52,
      "c16002_E001": 5248,
      "c16002_M001": 218,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 58,
      "c16002_M007": 71,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 19,
      "c16002_M013": 31,
      "b22010_E001": 5248,
      "b22010_M001": 218,
      "b22010_E002": 174,
      "b22010_M002": 78,
      "b19013_E001": 124577,
      "b19013_M001": 10738
     }
    }
   }
  },
  "East Hartford": {
   "cousub": "22630",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.53,
       "moe": 6.29,
       "numerator": 5479,
       "denominator": 10632
      },
      "children_with_two_parents_pct": {
       "estimate": 48.47,
       "moe": 5.11,
       "numerator": 5153,
       "denominator": 10632
      },
      "one_parent_families_with_children_pct": {
       "estimate": 49.85,
       "moe": 5.86,
       "numerator": 2795,
       "denominator": 5607
      },
      "children_below_poverty_pct": {
       "estimate": 16.1,
       "moe": 4.38,
       "numerator": 1793,
       "denominator": 11134
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.35,
       "moe": 1.66,
       "numerator": 6622,
       "denominator": 34218
      },
      "limited_english_households_pct": {
       "estimate": 7.1,
       "moe": 1.56,
       "numerator": 1394,
       "denominator": 19647
      },
      "snap_households_pct": {
       "estimate": 19.87,
       "moe": 2.22,
       "numerator": 3903,
       "denominator": 19647
      },
      "median_household_income": {
       "estimate": 58922,
       "moe": 4932.0
      },
      "own_children_under_18": {
       "estimate": 10632,
       "moe": 799.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11134,
       "moe": 1074.0242082932768
      }
     },
     "lines": {
      "b23008_E001": 10632,
      "b23008_M001": 799,
      "b23008_E003": 1797,
      "b23008_M003": 452,
      "b23008_E008": 1748,
      "b23008_M008": 437,
      "b23008_E016": 3356,
      "b23008_M016": 491,
      "b23008_E021": 3731,
      "b23008_M021": 652,
      "b11003_E001": 12618,
      "b11003_M001": 472,
      "b11003_E003": 2812,
      "b11003_M003": 319,
      "b11003_E010": 609,
      "b11003_M010": 237,
      "b11003_E016": 2186,
      "b11003_M016": 348,
      "b17020_E001": 50428,
      "b17020_M001": 213,
      "b17020_E003": 535,
      "b17020_M003": 316,
      "b17020_E004": 533,
      "b17020_M004": 289,
      "b17020_E005": 725,
      "b17020_M005": 291,
      "b17020_E011": 3125,
      "b17020_M011": 590,
      "b17020_E012": 2735,
      "b17020_M012": 447,
      "b17020_E013": 3481,
      "b17020_M013": 581,
      "b15003_E001": 34218,
      "b15003_M001": 912,
      "b15003_E022": 4202,
      "b15003_M022": 397,
      "b15003_E023": 2164,
      "b15003_M023": 434,
      "b15003_E024": 188,
      "b15003_M024": 74,
      "b15003_E025": 68,
      "b15003_M025": 44,
      "c16002_E001": 19647,
      "c16002_M001": 618,
      "c16002_E004": 1118,
      "c16002_M004": 293,
      "c16002_E007": 171,
      "c16002_M007": 85,
      "c16002_E010": 87,
      "c16002_M010": 50,
      "c16002_E013": 18,
      "c16002_M013": 27,
      "b22010_E001": 19647,
      "b22010_M001": 618,
      "b22010_E002": 3903,
      "b22010_M002": 453,
      "b19013_E001": 58922,
      "b19013_M001": 4932
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 49.59,
       "moe": 6.01,
       "numerator": 5155,
       "denominator": 10396
      },
      "children_with_two_parents_pct": {
       "estimate": 50.41,
       "moe": 5.99,
       "numerator": 5241,
       "denominator": 10396
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.94,
       "moe": 5.71,
       "numerator": 2570,
       "denominator": 5475
      },
      "children_below_poverty_pct": {
       "estimate": 17.13,
       "moe": 4.91,
       "numerator": 1848,
       "denominator": 10785
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.12,
       "moe": 1.9,
       "numerator": 6298,
       "denominator": 34761
      },
      "limited_english_households_pct": {
       "estimate": 6.69,
       "moe": 1.71,
       "numerator": 1343,
       "denominator": 20086
      },
      "snap_households_pct": {
       "estimate": 20.0,
       "moe": 2.65,
       "numerator": 4018,
       "denominator": 20086
      },
      "median_household_income": {
       "estimate": 64244,
       "moe": 5649.0
      },
      "own_children_under_18": {
       "estimate": 10396,
       "moe": 763.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10785,
       "moe": 1108.5991160018125
      }
     },
     "lines": {
      "b23008_E001": 10396,
      "b23008_M001": 763,
      "b23008_E003": 1632,
      "b23008_M003": 395,
      "b23008_E008": 1694,
      "b23008_M008": 472,
      "b23008_E016": 3609,
      "b23008_M016": 616,
      "b23008_E021": 3461,
      "b23008_M021": 557,
      "b11003_E001": 12960,
      "b11003_M001": 460,
      "b11003_E003": 2905,
      "b11003_M003": 372,
      "b11003_E010": 539,
      "b11003_M010": 189,
      "b11003_E016": 2031,
      "b11003_M016": 359,
      "b17020_E001": 50407,
      "b17020_M001": 199,
      "b17020_E003": 705,
      "b17020_M003": 390,
      "b17020_E004": 540,
      "b17020_M004": 293,
      "b17020_E005": 603,
      "b17020_M005": 281,
      "b17020_E011": 2781,
      "b17020_M011": 585,
      "b17020_E012": 2653,
      "b17020_M012": 516,
      "b17020_E013": 3503,
      "b17020_M013": 551,
      "b15003_E001": 34761,
      "b15003_M001": 829,
      "b15003_E022": 3906,
      "b15003_M022": 502,
      "b15003_E023": 2066,
      "b15003_M023": 442,
      "b15003_E024": 219,
      "b15003_M024": 82,
      "b15003_E025": 107,
      "b15003_M025": 65,
      "c16002_E001": 20086,
      "c16002_M001": 645,
      "c16002_E004": 996,
      "c16002_M004": 316,
      "c16002_E007": 209,
      "c16002_M007": 108,
      "c16002_E010": 122,
      "c16002_M010": 84,
      "c16002_E013": 16,
      "c16002_M013": 27,
      "b22010_E001": 20086,
      "b22010_M001": 645,
      "b22010_E002": 4018,
      "b22010_M002": 547,
      "b19013_E001": 64244,
      "b19013_M001": 5649
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 55.52,
       "moe": 6.22,
       "numerator": 5727,
       "denominator": 10315
      },
      "children_with_two_parents_pct": {
       "estimate": 44.48,
       "moe": 5.38,
       "numerator": 4588,
       "denominator": 10315
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.49,
       "moe": 5.97,
       "numerator": 2586,
       "denominator": 5122
      },
      "children_below_poverty_pct": {
       "estimate": 19.18,
       "moe": 5.4,
       "numerator": 2083,
       "denominator": 10860
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.6,
       "moe": 1.83,
       "numerator": 6200,
       "denominator": 35234
      },
      "limited_english_households_pct": {
       "estimate": 5.86,
       "moe": 1.4,
       "numerator": 1203,
       "denominator": 20519
      },
      "snap_households_pct": {
       "estimate": 20.05,
       "moe": 2.65,
       "numerator": 4114,
       "denominator": 20519
      },
      "median_household_income": {
       "estimate": 66943,
       "moe": 5935.0
      },
      "own_children_under_18": {
       "estimate": 10315,
       "moe": 884.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10860,
       "moe": 1097.3987424815102
      }
     },
     "lines": {
      "b23008_E001": 10315,
      "b23008_M001": 884,
      "b23008_E003": 1591,
      "b23008_M003": 407,
      "b23008_E008": 2292,
      "b23008_M008": 565,
      "b23008_E016": 2997,
      "b23008_M016": 545,
      "b23008_E021": 3435,
      "b23008_M021": 577,
      "b11003_E001": 12877,
      "b11003_M001": 501,
      "b11003_E003": 2536,
      "b11003_M003": 387,
      "b11003_E010": 647,
      "b11003_M010": 209,
      "b11003_E016": 1939,
      "b11003_M016": 365,
      "b17020_E001": 50250,
      "b17020_M001": 154,
      "b17020_E003": 851,
      "b17020_M003": 414,
      "b17020_E004": 533,
      "b17020_M004": 283,
      "b17020_E005": 699,
      "b17020_M005": 370,
      "b17020_E011": 3219,
      "b17020_M011": 567,
      "b17020_E012": 2269,
      "b17020_M012": 483,
      "b17020_E013": 3289,
      "b17020_M013": 511,
      "b15003_E001": 35234,
      "b15003_M001": 941,
      "b15003_E022": 3726,
      "b15003_M022": 486,
      "b15003_E023": 1997,
      "b15003_M023": 425,
      "b15003_E024": 262,
      "b15003_M024": 108,
      "b15003_E025": 215,
      "b15003_M025": 128,
      "c16002_E001": 20519,
      "c16002_M001": 632,
      "c16002_E004": 866,
      "c16002_M004": 258,
      "c16002_E007": 205,
      "c16002_M007": 110,
      "c16002_E010": 106,
      "c16002_M010": 64,
      "c16002_E013": 26,
      "c16002_M013": 41,
      "b22010_E001": 20519,
      "b22010_M001": 632,
      "b22010_E002": 4114,
      "b22010_M002": 558,
      "b19013_E001": 66943,
      "b19013_M001": 5935
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 52.34,
       "moe": 6.04,
       "numerator": 5389,
       "denominator": 10297
      },
      "children_with_two_parents_pct": {
       "estimate": 47.66,
       "moe": 6.38,
       "numerator": 4908,
       "denominator": 10297
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.57,
       "moe": 6.65,
       "numerator": 2555,
       "denominator": 5371
      },
      "children_below_poverty_pct": {
       "estimate": 16.21,
       "moe": 4.95,
       "numerator": 1759,
       "denominator": 10850
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.16,
       "moe": 1.65,
       "numerator": 6018,
       "denominator": 35075
      },
      "limited_english_households_pct": {
       "estimate": 6.19,
       "moe": 1.55,
       "numerator": 1260,
       "denominator": 20351
      },
      "snap_households_pct": {
       "estimate": 20.5,
       "moe": 2.34,
       "numerator": 4172,
       "denominator": 20351
      },
      "median_household_income": {
       "estimate": 70778,
       "moe": 5775.0
      },
      "own_children_under_18": {
       "estimate": 10297,
       "moe": 872.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10850,
       "moe": 1063.3687036959475
      }
     },
     "lines": {
      "b23008_E001": 10297,
      "b23008_M001": 872,
      "b23008_E003": 1736,
      "b23008_M003": 525,
      "b23008_E008": 2080,
      "b23008_M008": 464,
      "b23008_E016": 3172,
      "b23008_M016": 573,
      "b23008_E021": 3309,
      "b23008_M021": 616,
      "b11003_E001": 12826,
      "b11003_M001": 554,
      "b11003_E003": 2816,
      "b11003_M003": 414,
      "b11003_E010": 551,
      "b11003_M010": 197,
      "b11003_E016": 2004,
      "b11003_M016": 420,
      "b17020_E001": 50442,
      "b17020_M001": 143,
      "b17020_E003": 674,
      "b17020_M003": 397,
      "b17020_E004": 422,
      "b17020_M004": 238,
      "b17020_E005": 663,
      "b17020_M005": 323,
      "b17020_E011": 3327,
      "b17020_M011": 569,
      "b17020_E012": 2555,
      "b17020_M012": 459,
      "b17020_E013": 3209,
      "b17020_M013": 527,
      "b15003_E001": 35075,
      "b15003_M001": 861,
      "b15003_E022": 3613,
      "b15003_M022": 376,
      "b15003_E023": 1963,
      "b15003_M023": 431,
      "b15003_E024": 240,
      "b15003_M024": 94,
      "b15003_E025": 202,
      "b15003_M025": 149,
      "c16002_E001": 20351,
      "c16002_M001": 636,
      "c16002_E004": 1009,
      "c16002_M004": 302,
      "c16002_E007": 107,
      "c16002_M007": 50,
      "c16002_E010": 127,
      "c16002_M010": 78,
      "c16002_E013": 17,
      "c16002_M013": 30,
      "b22010_E001": 20351,
      "b22010_M001": 636,
      "b22010_E002": 4172,
      "b22010_M002": 493,
      "b19013_E001": 70778,
      "b19013_M001": 5775
     }
    }
   }
  },
  "East Haven": {
   "cousub": "22910",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.9,
       "moe": 10.28,
       "numerator": 2214,
       "denominator": 4622
      },
      "children_with_two_parents_pct": {
       "estimate": 52.1,
       "moe": 6.49,
       "numerator": 2408,
       "denominator": 4622
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.4,
       "moe": 10.02,
       "numerator": 907,
       "denominator": 2191
      },
      "children_below_poverty_pct": {
       "estimate": 12.34,
       "moe": 4.06,
       "numerator": 607,
       "denominator": 4919
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.39,
       "moe": 2.64,
       "numerator": 4593,
       "denominator": 20514
      },
      "limited_english_households_pct": {
       "estimate": 3.76,
       "moe": 1.76,
       "numerator": 405,
       "denominator": 10764
      },
      "snap_households_pct": {
       "estimate": 9.32,
       "moe": 2.29,
       "numerator": 1003,
       "denominator": 10764
      },
      "median_household_income": {
       "estimate": 74238,
       "moe": 5661.0
      },
      "own_children_under_18": {
       "estimate": 4622,
       "moe": 525.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4919,
       "moe": 546.8939568142987
      }
     },
     "lines": {
      "b23008_E001": 4622,
      "b23008_M001": 525,
      "b23008_E003": 622,
      "b23008_M003": 193,
      "b23008_E008": 512,
      "b23008_M008": 232,
      "b23008_E016": 1786,
      "b23008_M016": 357,
      "b23008_E021": 1702,
      "b23008_M021": 485,
      "b11003_E001": 7065,
      "b11003_M001": 287,
      "b11003_E003": 1284,
      "b11003_M003": 258,
      "b11003_E010": 343,
      "b11003_M010": 155,
      "b11003_E016": 564,
      "b11003_M016": 219,
      "b17020_E001": 27773,
      "b17020_M001": 173,
      "b17020_E003": 182,
      "b17020_M003": 102,
      "b17020_E004": 162,
      "b17020_M004": 88,
      "b17020_E005": 263,
      "b17020_M005": 162,
      "b17020_E011": 1034,
      "b17020_M011": 276,
      "b17020_E012": 1297,
      "b17020_M012": 270,
      "b17020_E013": 1981,
      "b17020_M013": 325,
      "b15003_E001": 20514,
      "b15003_M001": 664,
      "b15003_E022": 2888,
      "b15003_M022": 436,
      "b15003_E023": 1327,
      "b15003_M023": 328,
      "b15003_E024": 222,
      "b15003_M024": 91,
      "b15003_E025": 156,
      "b15003_M025": 92,
      "c16002_E001": 10764,
      "c16002_M001": 435,
      "c16002_E004": 180,
      "c16002_M004": 134,
      "c16002_E007": 93,
      "c16002_M007": 76,
      "c16002_E010": 85,
      "c16002_M010": 99,
      "c16002_E013": 47,
      "c16002_M013": 52,
      "b22010_E001": 10764,
      "b22010_M001": 435,
      "b22010_E002": 1003,
      "b22010_M002": 250,
      "b19013_E001": 74238,
      "b19013_M001": 5661
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.74,
       "moe": 9.72,
       "numerator": 1925,
       "denominator": 4504
      },
      "children_with_two_parents_pct": {
       "estimate": 57.26,
       "moe": 4.38,
       "numerator": 2579,
       "denominator": 4504
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.6,
       "moe": 10.12,
       "numerator": 720,
       "denominator": 2143
      },
      "children_below_poverty_pct": {
       "estimate": 7.29,
       "moe": 3.04,
       "numerator": 345,
       "denominator": 4732
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.61,
       "moe": 2.28,
       "numerator": 4905,
       "denominator": 20777
      },
      "limited_english_households_pct": {
       "estimate": 3.71,
       "moe": 1.53,
       "numerator": 409,
       "denominator": 11028
      },
      "snap_households_pct": {
       "estimate": 9.04,
       "moe": 1.71,
       "numerator": 997,
       "denominator": 11028
      },
      "median_household_income": {
       "estimate": 83489,
       "moe": 3802.0
      },
      "own_children_under_18": {
       "estimate": 4504,
       "moe": 534.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4732,
       "moe": 522.3514142796973
      }
     },
     "lines": {
      "b23008_E001": 4504,
      "b23008_M001": 534,
      "b23008_E003": 683,
      "b23008_M003": 182,
      "b23008_E008": 367,
      "b23008_M008": 201,
      "b23008_E016": 1896,
      "b23008_M016": 315,
      "b23008_E021": 1558,
      "b23008_M021": 451,
      "b11003_E001": 6988,
      "b11003_M001": 350,
      "b11003_E003": 1423,
      "b11003_M003": 223,
      "b11003_E010": 264,
      "b11003_M010": 146,
      "b11003_E016": 456,
      "b11003_M016": 195,
      "b17020_E001": 27582,
      "b17020_M001": 61,
      "b17020_E003": 70,
      "b17020_M003": 62,
      "b17020_E004": 103,
      "b17020_M004": 73,
      "b17020_E005": 172,
      "b17020_M005": 114,
      "b17020_E011": 1048,
      "b17020_M011": 256,
      "b17020_E012": 1254,
      "b17020_M012": 265,
      "b17020_E013": 2085,
      "b17020_M013": 339,
      "b15003_E001": 20777,
      "b15003_M001": 680,
      "b15003_E022": 3005,
      "b15003_M022": 365,
      "b15003_E023": 1547,
      "b15003_M023": 322,
      "b15003_E024": 245,
      "b15003_M024": 87,
      "b15003_E025": 108,
      "b15003_M025": 71,
      "c16002_E001": 11028,
      "c16002_M001": 477,
      "c16002_E004": 211,
      "c16002_M004": 128,
      "c16002_E007": 103,
      "c16002_M007": 87,
      "c16002_E010": 59,
      "c16002_M010": 57,
      "c16002_E013": 36,
      "c16002_M013": 42,
      "b22010_E001": 11028,
      "b22010_M001": 477,
      "b22010_E002": 997,
      "b22010_M002": 193,
      "b19013_E001": 83489,
      "b19013_M001": 3802
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.92,
       "moe": 11.85,
       "numerator": 1971,
       "denominator": 4388
      },
      "children_with_two_parents_pct": {
       "estimate": 55.08,
       "moe": 4.79,
       "numerator": 2417,
       "denominator": 4388
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.03,
       "moe": 11.07,
       "numerator": 766,
       "denominator": 2126
      },
      "children_below_poverty_pct": {
       "estimate": 8.69,
       "moe": 3.81,
       "numerator": 405,
       "denominator": 4658
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.04,
       "moe": 2.74,
       "numerator": 5201,
       "denominator": 20768
      },
      "limited_english_households_pct": {
       "estimate": 3.32,
       "moe": 1.45,
       "numerator": 375,
       "denominator": 11282
      },
      "snap_households_pct": {
       "estimate": 8.76,
       "moe": 2.16,
       "numerator": 988,
       "denominator": 11282
      },
      "median_household_income": {
       "estimate": 86498,
       "moe": 4809.0
      },
      "own_children_under_18": {
       "estimate": 4388,
       "moe": 579.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4658,
       "moe": 574.3013146424097
      }
     },
     "lines": {
      "b23008_E001": 4388,
      "b23008_M001": 579,
      "b23008_E003": 710,
      "b23008_M003": 178,
      "b23008_E008": 435,
      "b23008_M008": 270,
      "b23008_E016": 1707,
      "b23008_M016": 338,
      "b23008_E021": 1536,
      "b23008_M021": 515,
      "b11003_E001": 7063,
      "b11003_M001": 395,
      "b11003_E003": 1360,
      "b11003_M003": 238,
      "b11003_E010": 236,
      "b11003_M010": 142,
      "b11003_E016": 530,
      "b11003_M016": 228,
      "b17020_E001": 27434,
      "b17020_M001": 86,
      "b17020_E003": 76,
      "b17020_M003": 76,
      "b17020_E004": 135,
      "b17020_M004": 94,
      "b17020_E005": 194,
      "b17020_M005": 139,
      "b17020_E011": 1137,
      "b17020_M011": 289,
      "b17020_E012": 1099,
      "b17020_M012": 272,
      "b17020_E013": 2017,
      "b17020_M013": 372,
      "b15003_E001": 20768,
      "b15003_M001": 754,
      "b15003_E022": 3164,
      "b15003_M022": 503,
      "b15003_E023": 1636,
      "b15003_M023": 299,
      "b15003_E024": 260,
      "b15003_M024": 96,
      "b15003_E025": 141,
      "b15003_M025": 90,
      "c16002_E001": 11282,
      "c16002_M001": 555,
      "c16002_E004": 234,
      "c16002_M004": 137,
      "c16002_E007": 60,
      "c16002_M007": 60,
      "c16002_E010": 58,
      "c16002_M010": 56,
      "c16002_E013": 23,
      "c16002_M013": 38,
      "b22010_E001": 11282,
      "b22010_M001": 555,
      "b22010_E002": 988,
      "b22010_M002": 249,
      "b19013_E001": 86498,
      "b19013_M001": 4809
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 50.44,
       "moe": 11.13,
       "numerator": 2188,
       "denominator": 4338
      },
      "children_with_two_parents_pct": {
       "estimate": 49.56,
       "moe": 6.95,
       "numerator": 2150,
       "denominator": 4338
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.56,
       "moe": 10.62,
       "numerator": 853,
       "denominator": 2212
      },
      "children_below_poverty_pct": {
       "estimate": 6.51,
       "moe": 2.76,
       "numerator": 298,
       "denominator": 4579
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.84,
       "moe": 2.8,
       "numerator": 5443,
       "denominator": 21066
      },
      "limited_english_households_pct": {
       "estimate": 4.11,
       "moe": 1.64,
       "numerator": 468,
       "denominator": 11394
      },
      "snap_households_pct": {
       "estimate": 8.21,
       "moe": 2.05,
       "numerator": 935,
       "denominator": 11394
      },
      "median_household_income": {
       "estimate": 94628,
       "moe": 9316.0
      },
      "own_children_under_18": {
       "estimate": 4338,
       "moe": 507.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4579,
       "moe": 563.472270835043
      }
     },
     "lines": {
      "b23008_E001": 4338,
      "b23008_M001": 507,
      "b23008_E003": 596,
      "b23008_M003": 191,
      "b23008_E008": 488,
      "b23008_M008": 265,
      "b23008_E016": 1554,
      "b23008_M016": 343,
      "b23008_E021": 1700,
      "b23008_M021": 478,
      "b11003_E001": 7023,
      "b11003_M001": 317,
      "b11003_E003": 1359,
      "b11003_M003": 252,
      "b11003_E010": 257,
      "b11003_M010": 144,
      "b11003_E016": 596,
      "b11003_M016": 235,
      "b17020_E001": 27509,
      "b17020_M001": 86,
      "b17020_E003": 76,
      "b17020_M003": 60,
      "b17020_E004": 92,
      "b17020_M004": 70,
      "b17020_E005": 130,
      "b17020_M005": 94,
      "b17020_E011": 1057,
      "b17020_M011": 280,
      "b17020_E012": 1212,
      "b17020_M012": 274,
      "b17020_E013": 2012,
      "b17020_M013": 383,
      "b15003_E001": 21066,
      "b15003_M001": 579,
      "b15003_E022": 3285,
      "b15003_M022": 524,
      "b15003_E023": 1705,
      "b15003_M023": 271,
      "b15003_E024": 311,
      "b15003_M024": 109,
      "b15003_E025": 142,
      "b15003_M025": 96,
      "c16002_E001": 11394,
      "c16002_M001": 434,
      "c16002_E004": 302,
      "c16002_M004": 163,
      "c16002_E007": 82,
      "c16002_M007": 62,
      "c16002_E010": 64,
      "c16002_M010": 59,
      "c16002_E013": 20,
      "c16002_M013": 34,
      "b22010_E001": 11394,
      "b22010_M001": 434,
      "b22010_E002": 935,
      "b22010_M002": 236,
      "b19013_E001": 94628,
      "b19013_M001": 9316
     }
    }
   }
  },
  "East Lyme": {
   "cousub": "23400",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.09,
       "moe": 7.56,
       "numerator": 822,
       "denominator": 3276
      },
      "children_with_two_parents_pct": {
       "estimate": 74.91,
       "moe": 9.19,
       "numerator": 2454,
       "denominator": 3276
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.5,
       "moe": 7.0,
       "numerator": 455,
       "denominator": 1936
      },
      "children_below_poverty_pct": {
       "estimate": 6.81,
       "moe": 3.25,
       "numerator": 227,
       "denominator": 3334
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.84,
       "moe": 3.35,
       "numerator": 6944,
       "denominator": 14218
      },
      "limited_english_households_pct": {
       "estimate": 1.69,
       "moe": 1.05,
       "numerator": 128,
       "denominator": 7570
      },
      "snap_households_pct": {
       "estimate": 3.1,
       "moe": 1.13,
       "numerator": 235,
       "denominator": 7570
      },
      "median_household_income": {
       "estimate": 98987,
       "moe": 9365.0
      },
      "own_children_under_18": {
       "estimate": 3276,
       "moe": 311.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3334,
       "moe": 386.57858192093363
      }
     },
     "lines": {
      "b23008_E001": 3276,
      "b23008_M001": 311,
      "b23008_E003": 460,
      "b23008_M003": 145,
      "b23008_E008": 242,
      "b23008_M008": 141,
      "b23008_E016": 1994,
      "b23008_M016": 352,
      "b23008_E021": 580,
      "b23008_M021": 218,
      "b11003_E001": 4903,
      "b11003_M001": 221,
      "b11003_E003": 1481,
      "b11003_M003": 211,
      "b11003_E010": 161,
      "b11003_M010": 80,
      "b11003_E016": 294,
      "b11003_M016": 125,
      "b17020_E001": 17242,
      "b17020_M001": 299,
      "b17020_E003": 59,
      "b17020_M003": 59,
      "b17020_E004": 36,
      "b17020_M004": 29,
      "b17020_E005": 132,
      "b17020_M005": 90,
      "b17020_E011": 643,
      "b17020_M011": 196,
      "b17020_E012": 1165,
      "b17020_M012": 237,
      "b17020_E013": 1299,
      "b17020_M013": 206,
      "b15003_E001": 14218,
      "b15003_M001": 368,
      "b15003_E022": 3563,
      "b15003_M022": 354,
      "b15003_E023": 2436,
      "b15003_M023": 301,
      "b15003_E024": 496,
      "b15003_M024": 123,
      "b15003_E025": 449,
      "b15003_M025": 169,
      "c16002_E001": 7570,
      "c16002_M001": 292,
      "c16002_E004": 23,
      "c16002_M004": 23,
      "c16002_E007": 27,
      "c16002_M007": 27,
      "c16002_E010": 78,
      "c16002_M010": 68,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7570,
      "b22010_M001": 292,
      "b22010_E002": 235,
      "b22010_M002": 86,
      "b19013_E001": 98987,
      "b19013_M001": 9365
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.91,
       "moe": 6.03,
       "numerator": 662,
       "denominator": 3166
      },
      "children_with_two_parents_pct": {
       "estimate": 79.09,
       "moe": 9.77,
       "numerator": 2504,
       "denominator": 3166
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.75,
       "moe": 6.24,
       "numerator": 349,
       "denominator": 1767
      },
      "children_below_poverty_pct": {
       "estimate": 7.15,
       "moe": 3.84,
       "numerator": 230,
       "denominator": 3218
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.17,
       "moe": 3.35,
       "numerator": 7125,
       "denominator": 14201
      },
      "limited_english_households_pct": {
       "estimate": 1.05,
       "moe": 0.85,
       "numerator": 80,
       "denominator": 7654
      },
      "snap_households_pct": {
       "estimate": 3.06,
       "moe": 1.14,
       "numerator": 234,
       "denominator": 7654
      },
      "median_household_income": {
       "estimate": 105064,
       "moe": 10036.0
      },
      "own_children_under_18": {
       "estimate": 3166,
       "moe": 283.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3218,
       "moe": 400.3123780249619
      }
     },
     "lines": {
      "b23008_E001": 3166,
      "b23008_M001": 283,
      "b23008_E003": 515,
      "b23008_M003": 192,
      "b23008_E008": 109,
      "b23008_M008": 76,
      "b23008_E016": 1989,
      "b23008_M016": 330,
      "b23008_E021": 553,
      "b23008_M021": 185,
      "b11003_E001": 4892,
      "b11003_M001": 272,
      "b11003_E003": 1418,
      "b11003_M003": 197,
      "b11003_E010": 141,
      "b11003_M010": 77,
      "b11003_E016": 208,
      "b11003_M016": 91,
      "b17020_E001": 17527,
      "b17020_M001": 97,
      "b17020_E003": 23,
      "b17020_M003": 38,
      "b17020_E004": 43,
      "b17020_M004": 35,
      "b17020_E005": 164,
      "b17020_M005": 116,
      "b17020_E011": 601,
      "b17020_M011": 189,
      "b17020_E012": 1078,
      "b17020_M012": 260,
      "b17020_E013": 1309,
      "b17020_M013": 202,
      "b15003_E001": 14201,
      "b15003_M001": 323,
      "b15003_E022": 3635,
      "b15003_M022": 344,
      "b15003_E023": 2575,
      "b15003_M023": 297,
      "b15003_E024": 453,
      "b15003_M024": 119,
      "b15003_E025": 462,
      "b15003_M025": 179,
      "c16002_E001": 7654,
      "c16002_M001": 298,
      "c16002_E004": 7,
      "c16002_M004": 12,
      "c16002_E007": 22,
      "c16002_M007": 27,
      "c16002_E010": 51,
      "c16002_M010": 54,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7654,
      "b22010_M001": 298,
      "b22010_E002": 234,
      "b22010_M002": 88,
      "b19013_E001": 105064,
      "b19013_M001": 10036
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.74,
       "moe": 5.23,
       "numerator": 467,
       "denominator": 3169
      },
      "children_with_two_parents_pct": {
       "estimate": 85.26,
       "moe": 9.73,
       "numerator": 2702,
       "denominator": 3169
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.9,
       "moe": 5.44,
       "numerator": 291,
       "denominator": 1830
      },
      "children_below_poverty_pct": {
       "estimate": 4.36,
       "moe": 3.26,
       "numerator": 139,
       "denominator": 3191
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.3,
       "moe": 3.84,
       "numerator": 7225,
       "denominator": 14364
      },
      "limited_english_households_pct": {
       "estimate": 1.28,
       "moe": 0.8,
       "numerator": 101,
       "denominator": 7894
      },
      "snap_households_pct": {
       "estimate": 3.01,
       "moe": 1.26,
       "numerator": 238,
       "denominator": 7894
      },
      "median_household_income": {
       "estimate": 107667,
       "moe": 9529.0
      },
      "own_children_under_18": {
       "estimate": 3169,
       "moe": 342.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3191,
       "moe": 416.6281315513872
      }
     },
     "lines": {
      "b23008_E001": 3169,
      "b23008_M001": 342,
      "b23008_E003": 590,
      "b23008_M003": 185,
      "b23008_E008": 109,
      "b23008_M008": 75,
      "b23008_E016": 2112,
      "b23008_M016": 382,
      "b23008_E021": 358,
      "b23008_M021": 156,
      "b11003_E001": 4902,
      "b11003_M001": 274,
      "b11003_E003": 1539,
      "b11003_M003": 209,
      "b11003_E010": 101,
      "b11003_M010": 61,
      "b11003_E016": 190,
      "b11003_M016": 87,
      "b17020_E001": 17674,
      "b17020_M001": 88,
      "b17020_E003": 18,
      "b17020_M003": 27,
      "b17020_E004": 28,
      "b17020_M004": 29,
      "b17020_E005": 93,
      "b17020_M005": 98,
      "b17020_E011": 681,
      "b17020_M011": 185,
      "b17020_E012": 1127,
      "b17020_M012": 284,
      "b17020_E013": 1244,
      "b17020_M013": 218,
      "b15003_E001": 14364,
      "b15003_M001": 335,
      "b15003_E022": 3883,
      "b15003_M022": 384,
      "b15003_E023": 2468,
      "b15003_M023": 379,
      "b15003_E024": 462,
      "b15003_M024": 120,
      "b15003_E025": 412,
      "b15003_M025": 167,
      "c16002_E001": 7894,
      "c16002_M001": 275,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 43,
      "c16002_M007": 38,
      "c16002_E010": 48,
      "c16002_M010": 43,
      "c16002_E013": 10,
      "c16002_M013": 16,
      "b22010_E001": 7894,
      "b22010_M001": 275,
      "b22010_E002": 238,
      "b22010_M002": 100,
      "b19013_E001": 107667,
      "b19013_M001": 9529
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.4,
       "moe": 4.87,
       "numerator": 638,
       "denominator": 3288
      },
      "children_with_two_parents_pct": {
       "estimate": 80.6,
       "moe": 9.72,
       "numerator": 2650,
       "denominator": 3288
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.17,
       "moe": 6.64,
       "numerator": 436,
       "denominator": 2060
      },
      "children_below_poverty_pct": {
       "estimate": 6.47,
       "moe": 3.67,
       "numerator": 214,
       "denominator": 3306
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.27,
       "moe": 4.19,
       "numerator": 7353,
       "denominator": 14343
      },
      "limited_english_households_pct": {
       "estimate": 1.61,
       "moe": 0.97,
       "numerator": 129,
       "denominator": 8004
      },
      "snap_households_pct": {
       "estimate": 4.66,
       "moe": 1.39,
       "numerator": 373,
       "denominator": 8004
      },
      "median_household_income": {
       "estimate": 105044,
       "moe": 12623.0
      },
      "own_children_under_18": {
       "estimate": 3288,
       "moe": 316.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3306,
       "moe": 439.6430370198077
      }
     },
     "lines": {
      "b23008_E001": 3288,
      "b23008_M001": 316,
      "b23008_E003": 652,
      "b23008_M003": 184,
      "b23008_E008": 261,
      "b23008_M008": 103,
      "b23008_E016": 1998,
      "b23008_M016": 365,
      "b23008_E021": 377,
      "b23008_M021": 137,
      "b11003_E001": 5216,
      "b11003_M001": 258,
      "b11003_E003": 1624,
      "b11003_M003": 220,
      "b11003_E010": 102,
      "b11003_M010": 79,
      "b11003_E016": 334,
      "b11003_M016": 125,
      "b17020_E001": 17846,
      "b17020_M001": 64,
      "b17020_E003": 85,
      "b17020_M003": 86,
      "b17020_E004": 25,
      "b17020_M004": 27,
      "b17020_E005": 104,
      "b17020_M005": 86,
      "b17020_E011": 828,
      "b17020_M011": 199,
      "b17020_E012": 1049,
      "b17020_M012": 292,
      "b17020_E013": 1215,
      "b17020_M013": 230,
      "b15003_E001": 14343,
      "b15003_M001": 385,
      "b15003_E022": 3908,
      "b15003_M022": 471,
      "b15003_E023": 2633,
      "b15003_M023": 357,
      "b15003_E024": 352,
      "b15003_M024": 100,
      "b15003_E025": 460,
      "b15003_M025": 201,
      "c16002_E001": 8004,
      "c16002_M001": 303,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 53,
      "c16002_M007": 49,
      "c16002_E010": 66,
      "c16002_M010": 55,
      "c16002_E013": 10,
      "c16002_M013": 14,
      "b22010_E001": 8004,
      "b22010_M001": 303,
      "b22010_E002": 373,
      "b22010_M002": 112,
      "b19013_E001": 105044,
      "b19013_M001": 12623
     }
    }
   }
  },
  "East Windsor": {
   "cousub": "24800",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.33,
       "moe": 11.11,
       "numerator": 514,
       "denominator": 1952
      },
      "children_with_two_parents_pct": {
       "estimate": 73.67,
       "moe": 10.83,
       "numerator": 1438,
       "denominator": 1952
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.21,
       "moe": 12.79,
       "numerator": 267,
       "denominator": 1059
      },
      "children_below_poverty_pct": {
       "estimate": 16.34,
       "moe": 12.27,
       "numerator": 319,
       "denominator": 1952
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.2,
       "moe": 6.37,
       "numerator": 3701,
       "denominator": 8567
      },
      "limited_english_households_pct": {
       "estimate": 2.01,
       "moe": 1.96,
       "numerator": 99,
       "denominator": 4916
      },
      "snap_households_pct": {
       "estimate": 8.54,
       "moe": 4.22,
       "numerator": 420,
       "denominator": 4916
      },
      "median_household_income": {
       "estimate": 85120,
       "moe": 5111.0
      },
      "own_children_under_18": {
       "estimate": 1952,
       "moe": 379.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1952,
       "moe": 464.619198914552
      }
     },
     "lines": {
      "b23008_E001": 1952,
      "b23008_M001": 379,
      "b23008_E003": 364,
      "b23008_M003": 163,
      "b23008_E008": 230,
      "b23008_M008": 139,
      "b23008_E016": 1074,
      "b23008_M016": 310,
      "b23008_E021": 284,
      "b23008_M021": 194,
      "b11003_E001": 2984,
      "b11003_M001": 259,
      "b11003_E003": 792,
      "b11003_M003": 169,
      "b11003_E010": 51,
      "b11003_M010": 66,
      "b11003_E016": 216,
      "b11003_M016": 131,
      "b17020_E001": 10979,
      "b17020_M001": 131,
      "b17020_E003": 49,
      "b17020_M003": 75,
      "b17020_E004": 197,
      "b17020_M004": 212,
      "b17020_E005": 73,
      "b17020_M005": 112,
      "b17020_E011": 545,
      "b17020_M011": 195,
      "b17020_E012": 473,
      "b17020_M012": 237,
      "b17020_E013": 615,
      "b17020_M013": 242,
      "b15003_E001": 8567,
      "b15003_M001": 442,
      "b15003_E022": 2047,
      "b15003_M022": 413,
      "b15003_E023": 1227,
      "b15003_M023": 326,
      "b15003_E024": 183,
      "b15003_M024": 126,
      "b15003_E025": 244,
      "b15003_M025": 203,
      "c16002_E001": 4916,
      "c16002_M001": 282,
      "c16002_E004": 43,
      "c16002_M004": 47,
      "c16002_E007": 56,
      "c16002_M007": 79,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4916,
      "b22010_M001": 282,
      "b22010_E002": 420,
      "b22010_M002": 209,
      "b19013_E001": 85120,
      "b19013_M001": 5111
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.28,
       "moe": 15.56,
       "numerator": 455,
       "denominator": 1554
      },
      "children_with_two_parents_pct": {
       "estimate": 70.72,
       "moe": 12.65,
       "numerator": 1099,
       "denominator": 1554
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.62,
       "moe": 14.65,
       "numerator": 251,
       "denominator": 877
      },
      "children_below_poverty_pct": {
       "estimate": 10.23,
       "moe": 8.9,
       "numerator": 159,
       "denominator": 1554
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.81,
       "moe": 7.04,
       "numerator": 3537,
       "denominator": 8668
      },
      "limited_english_households_pct": {
       "estimate": 2.72,
       "moe": 2.45,
       "numerator": 138,
       "denominator": 5075
      },
      "snap_households_pct": {
       "estimate": 9.2,
       "moe": 4.06,
       "numerator": 467,
       "denominator": 5075
      },
      "median_household_income": {
       "estimate": 90480,
       "moe": 6046.0
      },
      "own_children_under_18": {
       "estimate": 1554,
       "moe": 383.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1554,
       "moe": 379.6735439821953
      }
     },
     "lines": {
      "b23008_E001": 1554,
      "b23008_M001": 383,
      "b23008_E003": 310,
      "b23008_M003": 158,
      "b23008_E008": 196,
      "b23008_M008": 146,
      "b23008_E016": 789,
      "b23008_M016": 295,
      "b23008_E021": 259,
      "b23008_M021": 223,
      "b11003_E001": 2926,
      "b11003_M001": 285,
      "b11003_E003": 626,
      "b11003_M003": 179,
      "b11003_E010": 17,
      "b11003_M010": 26,
      "b11003_E016": 234,
      "b11003_M016": 142,
      "b17020_E001": 10968,
      "b17020_M001": 26,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 59,
      "b17020_M004": 102,
      "b17020_E005": 100,
      "b17020_M005": 99,
      "b17020_E011": 506,
      "b17020_M011": 180,
      "b17020_E012": 504,
      "b17020_M012": 259,
      "b17020_E013": 385,
      "b17020_M013": 155,
      "b15003_E001": 8668,
      "b15003_M001": 365,
      "b15003_E022": 1904,
      "b15003_M022": 446,
      "b15003_E023": 1251,
      "b15003_M023": 376,
      "b15003_E024": 144,
      "b15003_M024": 110,
      "b15003_E025": 238,
      "b15003_M025": 205,
      "c16002_E001": 5075,
      "c16002_M001": 318,
      "c16002_E004": 79,
      "c16002_M004": 89,
      "c16002_E007": 59,
      "c16002_M007": 82,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5075,
      "b22010_M001": 318,
      "b22010_E002": 467,
      "b22010_M002": 208,
      "b19013_E001": 90480,
      "b19013_M001": 6046
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.06,
       "moe": 15.64,
       "numerator": 483,
       "denominator": 1461
      },
      "children_with_two_parents_pct": {
       "estimate": 66.94,
       "moe": 7.64,
       "numerator": 978,
       "denominator": 1461
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.85,
       "moe": 15.12,
       "numerator": 257,
       "denominator": 833
      },
      "children_below_poverty_pct": {
       "estimate": 3.42,
       "moe": 4.51,
       "numerator": 50,
       "denominator": 1461
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.85,
       "moe": 6.58,
       "numerator": 3660,
       "denominator": 8746
      },
      "limited_english_households_pct": {
       "estimate": 0.97,
       "moe": 1.16,
       "numerator": 50,
       "denominator": 5140
      },
      "snap_households_pct": {
       "estimate": 11.93,
       "moe": 5.08,
       "numerator": 613,
       "denominator": 5140
      },
      "median_household_income": {
       "estimate": 95264,
       "moe": 9464.0
      },
      "own_children_under_18": {
       "estimate": 1461,
       "moe": 355.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1461,
       "moe": 347.22183111089083
      }
     },
     "lines": {
      "b23008_E001": 1461,
      "b23008_M001": 355,
      "b23008_E003": 205,
      "b23008_M003": 119,
      "b23008_E008": 167,
      "b23008_M008": 124,
      "b23008_E016": 773,
      "b23008_M016": 234,
      "b23008_E021": 316,
      "b23008_M021": 225,
      "b11003_E001": 2947,
      "b11003_M001": 280,
      "b11003_E003": 576,
      "b11003_M003": 156,
      "b11003_E010": 33,
      "b11003_M010": 40,
      "b11003_E016": 224,
      "b11003_M016": 136,
      "b17020_E001": 10963,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 50,
      "b17020_M005": 60,
      "b17020_E011": 372,
      "b17020_M011": 164,
      "b17020_E012": 630,
      "b17020_M012": 236,
      "b17020_E013": 409,
      "b17020_M013": 183,
      "b15003_E001": 8746,
      "b15003_M001": 391,
      "b15003_E022": 1893,
      "b15003_M022": 412,
      "b15003_E023": 1366,
      "b15003_M023": 367,
      "b15003_E024": 168,
      "b15003_M024": 137,
      "b15003_E025": 233,
      "b15003_M025": 187,
      "c16002_E001": 5140,
      "c16002_M001": 321,
      "c16002_E004": 41,
      "c16002_M004": 49,
      "c16002_E007": 9,
      "c16002_M007": 17,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5140,
      "b22010_M001": 321,
      "b22010_E002": 613,
      "b22010_M002": 264,
      "b19013_E001": 95264,
      "b19013_M001": 9464
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.39,
       "moe": 16.11,
       "numerator": 755,
       "denominator": 1740
      },
      "children_with_two_parents_pct": {
       "estimate": 56.61,
       "moe": 6.18,
       "numerator": 985,
       "denominator": 1740
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.44,
       "moe": 16.38,
       "numerator": 497,
       "denominator": 1144
      },
      "children_below_poverty_pct": {
       "estimate": 4.67,
       "moe": 4.53,
       "numerator": 83,
       "denominator": 1776
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.1,
       "moe": 6.93,
       "numerator": 3565,
       "denominator": 8674
      },
      "limited_english_households_pct": {
       "estimate": 2.32,
       "moe": 1.61,
       "numerator": 118,
       "denominator": 5076
      },
      "snap_households_pct": {
       "estimate": 11.62,
       "moe": 4.19,
       "numerator": 590,
       "denominator": 5076
      },
      "median_household_income": {
       "estimate": 96250,
       "moe": 14008.0
      },
      "own_children_under_18": {
       "estimate": 1740,
       "moe": 374.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1776,
       "moe": 408.63553443135606
      }
     },
     "lines": {
      "b23008_E001": 1740,
      "b23008_M001": 374,
      "b23008_E003": 196,
      "b23008_M003": 137,
      "b23008_E008": 356,
      "b23008_M008": 228,
      "b23008_E016": 789,
      "b23008_M016": 194,
      "b23008_E021": 399,
      "b23008_M021": 230,
      "b11003_E001": 3122,
      "b11003_M001": 227,
      "b11003_E003": 647,
      "b11003_M003": 189,
      "b11003_E010": 186,
      "b11003_M010": 155,
      "b11003_E016": 311,
      "b11003_M016": 166,
      "b17020_E001": 11021,
      "b17020_M001": 43,
      "b17020_E003": 38,
      "b17020_M003": 56,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 45,
      "b17020_M005": 57,
      "b17020_E011": 514,
      "b17020_M011": 213,
      "b17020_E012": 711,
      "b17020_M012": 272,
      "b17020_E013": 468,
      "b17020_M013": 202,
      "b15003_E001": 8674,
      "b15003_M001": 413,
      "b15003_E022": 1987,
      "b15003_M022": 429,
      "b15003_E023": 1214,
      "b15003_M023": 396,
      "b15003_E024": 149,
      "b15003_M024": 116,
      "b15003_E025": 215,
      "b15003_M025": 188,
      "c16002_E001": 5076,
      "c16002_M001": 334,
      "c16002_E004": 45,
      "c16002_M004": 45,
      "c16002_E007": 37,
      "c16002_M007": 40,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 36,
      "c16002_M013": 52,
      "b22010_E001": 5076,
      "b22010_M001": 334,
      "b22010_E002": 590,
      "b22010_M002": 216,
      "b19013_E001": 96250,
      "b19013_M001": 14008
     }
    }
   }
  },
  "Eastford": {
   "cousub": "21860",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.45,
       "moe": 10.53,
       "numerator": 43,
       "denominator": 233
      },
      "children_with_two_parents_pct": {
       "estimate": 81.55,
       "moe": 11.02,
       "numerator": 190,
       "denominator": 233
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.19,
       "moe": 9.76,
       "numerator": 24,
       "denominator": 158
      },
      "children_below_poverty_pct": {
       "estimate": 6.07,
       "moe": 5.83,
       "numerator": 15,
       "denominator": 247
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.75,
       "moe": 5.18,
       "numerator": 482,
       "denominator": 1244
      },
      "limited_english_households_pct": {
       "estimate": 0.95,
       "moe": 3.74,
       "numerator": 6,
       "denominator": 630
      },
      "snap_households_pct": {
       "estimate": 4.6,
       "moe": 2.98,
       "numerator": 29,
       "denominator": 630
      },
      "median_household_income": {
       "estimate": 98000,
       "moe": 14261.0
      },
      "own_children_under_18": {
       "estimate": 233,
       "moe": 56.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 247,
       "moe": 60.81118318204309
      }
     },
     "lines": {
      "b23008_E001": 233,
      "b23008_M001": 56,
      "b23008_E003": 47,
      "b23008_M003": 21,
      "b23008_E008": 13,
      "b23008_M008": 15,
      "b23008_E016": 143,
      "b23008_M016": 48,
      "b23008_E021": 30,
      "b23008_M021": 22,
      "b11003_E001": 437,
      "b11003_M001": 50,
      "b11003_E003": 134,
      "b11003_M003": 40,
      "b11003_E010": 20,
      "b11003_M010": 16,
      "b11003_E016": 4,
      "b11003_M016": 5,
      "b17020_E001": 1626,
      "b17020_M001": 173,
      "b17020_E003": 11,
      "b17020_M003": 14,
      "b17020_E004": 2,
      "b17020_M004": 4,
      "b17020_E005": 2,
      "b17020_M005": 3,
      "b17020_E011": 54,
      "b17020_M011": 20,
      "b17020_E012": 99,
      "b17020_M012": 46,
      "b17020_E013": 79,
      "b17020_M013": 31,
      "b15003_E001": 1244,
      "b15003_M001": 120,
      "b15003_E022": 292,
      "b15003_M022": 58,
      "b15003_E023": 146,
      "b15003_M023": 51,
      "b15003_E024": 22,
      "b15003_M024": 16,
      "b15003_E025": 22,
      "b15003_M025": 10,
      "c16002_E001": 630,
      "c16002_M001": 66,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 6,
      "c16002_M007": 7,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 630,
      "b22010_M001": 66,
      "b22010_E002": 29,
      "b22010_M002": 19,
      "b19013_E001": 98000,
      "b19013_M001": 14261
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.87,
       "moe": 7.56,
       "numerator": 38,
       "denominator": 274
      },
      "children_with_two_parents_pct": {
       "estimate": 86.13,
       "moe": 16.22,
       "numerator": 236,
       "denominator": 274
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.67,
       "moe": 9.2,
       "numerator": 19,
       "denominator": 150
      },
      "children_below_poverty_pct": {
       "estimate": 5.69,
       "moe": 4.8,
       "numerator": 17,
       "denominator": 299
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.96,
       "moe": 5.13,
       "numerator": 402,
       "denominator": 1150
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.4,
       "numerator": 0,
       "denominator": 591
      },
      "snap_households_pct": {
       "estimate": 4.57,
       "moe": 2.83,
       "numerator": 27,
       "denominator": 591
      },
      "median_household_income": {
       "estimate": 100673,
       "moe": 13779.0
      },
      "own_children_under_18": {
       "estimate": 274,
       "moe": 79.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 299,
       "moe": 86.64294547163087
      }
     },
     "lines": {
      "b23008_E001": 274,
      "b23008_M001": 79,
      "b23008_E003": 50,
      "b23008_M003": 26,
      "b23008_E008": 13,
      "b23008_M008": 15,
      "b23008_E016": 186,
      "b23008_M016": 77,
      "b23008_E021": 25,
      "b23008_M021": 18,
      "b11003_E001": 428,
      "b11003_M001": 52,
      "b11003_E003": 131,
      "b11003_M003": 41,
      "b11003_E010": 14,
      "b11003_M010": 14,
      "b11003_E016": 5,
      "b11003_M016": 5,
      "b17020_E001": 1603,
      "b17020_M001": 185,
      "b17020_E003": 12,
      "b17020_M003": 14,
      "b17020_E004": 3,
      "b17020_M004": 5,
      "b17020_E005": 2,
      "b17020_M005": 3,
      "b17020_E011": 67,
      "b17020_M011": 36,
      "b17020_E012": 112,
      "b17020_M012": 50,
      "b17020_E013": 103,
      "b17020_M013": 59,
      "b15003_E001": 1150,
      "b15003_M001": 105,
      "b15003_E022": 253,
      "b15003_M022": 53,
      "b15003_E023": 112,
      "b15003_M023": 41,
      "b15003_E024": 17,
      "b15003_M024": 13,
      "b15003_E025": 20,
      "b15003_M025": 13,
      "c16002_E001": 591,
      "c16002_M001": 69,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 591,
      "b22010_M001": 69,
      "b22010_E002": 27,
      "b22010_M002": 17,
      "b19013_E001": 100673,
      "b19013_M001": 13779
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.72,
       "moe": 10.6,
       "numerator": 65,
       "denominator": 274
      },
      "children_with_two_parents_pct": {
       "estimate": 76.28,
       "moe": 14.23,
       "numerator": 209,
       "denominator": 274
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.61,
       "moe": 8.6,
       "numerator": 30,
       "denominator": 153
      },
      "children_below_poverty_pct": {
       "estimate": 13.17,
       "moe": 7.97,
       "numerator": 37,
       "denominator": 281
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.21,
       "moe": 7.51,
       "numerator": 509,
       "denominator": 1178
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.64,
       "numerator": 0,
       "denominator": 604
      },
      "snap_households_pct": {
       "estimate": 3.48,
       "moe": 2.96,
       "numerator": 21,
       "denominator": 604
      },
      "median_household_income": {
       "estimate": 108500,
       "moe": 9903.0
      },
      "own_children_under_18": {
       "estimate": 274,
       "moe": 55.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 281,
       "moe": 62.40192304729078
      }
     },
     "lines": {
      "b23008_E001": 274,
      "b23008_M001": 55,
      "b23008_E003": 54,
      "b23008_M003": 24,
      "b23008_E008": 33,
      "b23008_M008": 23,
      "b23008_E016": 155,
      "b23008_M016": 52,
      "b23008_E021": 32,
      "b23008_M021": 22,
      "b11003_E001": 449,
      "b11003_M001": 53,
      "b11003_E003": 123,
      "b11003_M003": 40,
      "b11003_E010": 9,
      "b11003_M010": 10,
      "b11003_E016": 21,
      "b11003_M016": 12,
      "b17020_E001": 1608,
      "b17020_M001": 168,
      "b17020_E003": 29,
      "b17020_M003": 22,
      "b17020_E004": 4,
      "b17020_M004": 6,
      "b17020_E005": 4,
      "b17020_M005": 7,
      "b17020_E011": 58,
      "b17020_M011": 24,
      "b17020_E012": 96,
      "b17020_M012": 43,
      "b17020_E013": 90,
      "b17020_M013": 30,
      "b15003_E001": 1178,
      "b15003_M001": 105,
      "b15003_E022": 295,
      "b15003_M022": 74,
      "b15003_E023": 180,
      "b15003_M023": 64,
      "b15003_E024": 11,
      "b15003_M024": 12,
      "b15003_E025": 23,
      "b15003_M025": 13,
      "c16002_E001": 604,
      "c16002_M001": 56,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 604,
      "b22010_M001": 56,
      "b22010_E002": 21,
      "b22010_M002": 18,
      "b19013_E001": 108500,
      "b19013_M001": 9903
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.25,
       "moe": 7.8,
       "numerator": 49,
       "denominator": 284
      },
      "children_with_two_parents_pct": {
       "estimate": 82.75,
       "moe": 8.68,
       "numerator": 235,
       "denominator": 284
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.91,
       "moe": 8.3,
       "numerator": 28,
       "denominator": 176
      },
      "children_below_poverty_pct": {
       "estimate": 9.41,
       "moe": 7.86,
       "numerator": 27,
       "denominator": 287
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.39,
       "moe": 7.43,
       "numerator": 494,
       "denominator": 1254
      },
      "limited_english_households_pct": {
       "estimate": 1.84,
       "moe": 4.83,
       "numerator": 12,
       "denominator": 651
      },
      "snap_households_pct": {
       "estimate": 4.76,
       "moe": 3.51,
       "numerator": 31,
       "denominator": 651
      },
      "median_household_income": {
       "estimate": 97422,
       "moe": 20442.0
      },
      "own_children_under_18": {
       "estimate": 284,
       "moe": 65.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 287,
       "moe": 63.52952069707436
      }
     },
     "lines": {
      "b23008_E001": 284,
      "b23008_M001": 65,
      "b23008_E003": 71,
      "b23008_M003": 30,
      "b23008_E008": 20,
      "b23008_M008": 16,
      "b23008_E016": 164,
      "b23008_M016": 51,
      "b23008_E021": 29,
      "b23008_M021": 19,
      "b11003_E001": 470,
      "b11003_M001": 48,
      "b11003_E003": 148,
      "b11003_M003": 42,
      "b11003_E010": 12,
      "b11003_M010": 11,
      "b11003_E016": 16,
      "b11003_M016": 12,
      "b17020_E001": 1673,
      "b17020_M001": 183,
      "b17020_E003": 24,
      "b17020_M003": 18,
      "b17020_E004": 3,
      "b17020_M004": 5,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 67,
      "b17020_M011": 29,
      "b17020_E012": 108,
      "b17020_M012": 45,
      "b17020_E013": 85,
      "b17020_M013": 25,
      "b15003_E001": 1254,
      "b15003_M001": 106,
      "b15003_E022": 286,
      "b15003_M022": 69,
      "b15003_E023": 161,
      "b15003_M023": 71,
      "b15003_E024": 16,
      "b15003_M024": 17,
      "b15003_E025": 31,
      "b15003_M025": 18,
      "c16002_E001": 651,
      "c16002_M001": 50,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 12,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 651,
      "b22010_M001": 50,
      "b22010_E002": 31,
      "b22010_M002": 23,
      "b19013_E001": 97422,
      "b19013_M001": 20442
     }
    }
   }
  },
  "Easton": {
   "cousub": "23890",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.42,
       "moe": 10.11,
       "numerator": 309,
       "denominator": 1774
      },
      "children_with_two_parents_pct": {
       "estimate": 82.58,
       "moe": 6.35,
       "numerator": 1465,
       "denominator": 1774
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.07,
       "moe": 7.37,
       "numerator": 119,
       "denominator": 846
      },
      "children_below_poverty_pct": {
       "estimate": 11.05,
       "moe": 6.94,
       "numerator": 196,
       "denominator": 1774
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.25,
       "moe": 6.72,
       "numerator": 3805,
       "denominator": 5340
      },
      "limited_english_households_pct": {
       "estimate": 0.74,
       "moe": 1.26,
       "numerator": 20,
       "denominator": 2719
      },
      "snap_households_pct": {
       "estimate": 1.69,
       "moe": 1.73,
       "numerator": 46,
       "denominator": 2719
      },
      "median_household_income": {
       "estimate": 165469,
       "moe": 25146.0
      },
      "own_children_under_18": {
       "estimate": 1774,
       "moe": 226.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1774,
       "moe": 285.70789278562114
      }
     },
     "lines": {
      "b23008_E001": 1774,
      "b23008_M001": 226,
      "b23008_E003": 362,
      "b23008_M003": 120,
      "b23008_E008": 84,
      "b23008_M008": 121,
      "b23008_E016": 1103,
      "b23008_M016": 182,
      "b23008_E021": 225,
      "b23008_M021": 138,
      "b11003_E001": 2233,
      "b11003_M001": 153,
      "b11003_E003": 727,
      "b11003_M003": 99,
      "b11003_E010": 4,
      "b11003_M010": 8,
      "b11003_E016": 115,
      "b11003_M016": 64,
      "b17020_E001": 7591,
      "b17020_M001": 25,
      "b17020_E003": 63,
      "b17020_M003": 70,
      "b17020_E004": 52,
      "b17020_M004": 56,
      "b17020_E005": 81,
      "b17020_M005": 90,
      "b17020_E011": 383,
      "b17020_M011": 150,
      "b17020_E012": 441,
      "b17020_M012": 108,
      "b17020_E013": 754,
      "b17020_M013": 177,
      "b15003_E001": 5340,
      "b15003_M001": 223,
      "b15003_E022": 1775,
      "b15003_M022": 217,
      "b15003_E023": 1315,
      "b15003_M023": 233,
      "b15003_E024": 569,
      "b15003_M024": 221,
      "b15003_E025": 146,
      "b15003_M025": 63,
      "c16002_E001": 2719,
      "c16002_M001": 150,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 11,
      "c16002_M007": 16,
      "c16002_E010": 9,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2719,
      "b22010_M001": 150,
      "b22010_E002": 46,
      "b22010_M002": 47,
      "b19013_E001": 165469,
      "b19013_M001": 25146
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.69,
       "moe": 8.95,
       "numerator": 316,
       "denominator": 1893
      },
      "children_with_two_parents_pct": {
       "estimate": 83.31,
       "moe": 7.42,
       "numerator": 1577,
       "denominator": 1893
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.75,
       "moe": 8.96,
       "numerator": 114,
       "denominator": 829
      },
      "children_below_poverty_pct": {
       "estimate": 12.47,
       "moe": 7.69,
       "numerator": 236,
       "denominator": 1893
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 70.71,
       "moe": 6.5,
       "numerator": 3716,
       "denominator": 5255
      },
      "limited_english_households_pct": {
       "estimate": 0.34,
       "moe": 1.33,
       "numerator": 9,
       "denominator": 2686
      },
      "snap_households_pct": {
       "estimate": 1.94,
       "moe": 1.67,
       "numerator": 52,
       "denominator": 2686
      },
      "median_household_income": {
       "estimate": 181934,
       "moe": 26528.0
      },
      "own_children_under_18": {
       "estimate": 1893,
       "moe": 244.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1893,
       "moe": 300.00499995833405
      }
     },
     "lines": {
      "b23008_E001": 1893,
      "b23008_M001": 244,
      "b23008_E003": 370,
      "b23008_M003": 127,
      "b23008_E008": 62,
      "b23008_M008": 95,
      "b23008_E016": 1207,
      "b23008_M016": 212,
      "b23008_E021": 254,
      "b23008_M021": 146,
      "b11003_E001": 2195,
      "b11003_M001": 204,
      "b11003_E003": 715,
      "b11003_M003": 105,
      "b11003_E010": 15,
      "b11003_M010": 19,
      "b11003_E016": 99,
      "b11003_M016": 74,
      "b17020_E001": 7615,
      "b17020_M001": 54,
      "b17020_E003": 75,
      "b17020_M003": 87,
      "b17020_E004": 67,
      "b17020_M004": 71,
      "b17020_E005": 94,
      "b17020_M005": 100,
      "b17020_E011": 357,
      "b17020_M011": 127,
      "b17020_E012": 550,
      "b17020_M012": 120,
      "b17020_E013": 750,
      "b17020_M013": 192,
      "b15003_E001": 5255,
      "b15003_M001": 247,
      "b15003_E022": 1823,
      "b15003_M022": 222,
      "b15003_E023": 1274,
      "b15003_M023": 255,
      "b15003_E024": 483,
      "b15003_M024": 173,
      "b15003_E025": 136,
      "b15003_M025": 54,
      "c16002_E001": 2686,
      "c16002_M001": 194,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 9,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2686,
      "b22010_M001": 194,
      "b22010_E002": 52,
      "b22010_M002": 45,
      "b19013_E001": 181934,
      "b19013_M001": 26528
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.91,
       "moe": 9.62,
       "numerator": 379,
       "denominator": 1904
      },
      "children_with_two_parents_pct": {
       "estimate": 80.09,
       "moe": 4.25,
       "numerator": 1525,
       "denominator": 1904
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.95,
       "moe": 8.51,
       "numerator": 152,
       "denominator": 847
      },
      "children_below_poverty_pct": {
       "estimate": 11.82,
       "moe": 7.55,
       "numerator": 225,
       "denominator": 1904
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.57,
       "moe": 6.1,
       "numerator": 3739,
       "denominator": 5152
      },
      "limited_english_households_pct": {
       "estimate": 0.31,
       "moe": 1.36,
       "numerator": 8,
       "denominator": 2601
      },
      "snap_households_pct": {
       "estimate": 1.54,
       "moe": 1.23,
       "numerator": 40,
       "denominator": 2601
      },
      "median_household_income": {
       "estimate": 189505,
       "moe": 22334.0
      },
      "own_children_under_18": {
       "estimate": 1904,
       "moe": 265.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1904,
       "moe": 330.957701224794
      }
     },
     "lines": {
      "b23008_E001": 1904,
      "b23008_M001": 265,
      "b23008_E003": 328,
      "b23008_M003": 126,
      "b23008_E008": 115,
      "b23008_M008": 120,
      "b23008_E016": 1197,
      "b23008_M016": 189,
      "b23008_E021": 264,
      "b23008_M021": 148,
      "b11003_E001": 2150,
      "b11003_M001": 175,
      "b11003_E003": 695,
      "b11003_M003": 92,
      "b11003_E010": 13,
      "b11003_M010": 18,
      "b11003_E016": 139,
      "b11003_M016": 73,
      "b17020_E001": 7599,
      "b17020_M001": 41,
      "b17020_E003": 67,
      "b17020_M003": 77,
      "b17020_E004": 58,
      "b17020_M004": 63,
      "b17020_E005": 100,
      "b17020_M005": 111,
      "b17020_E011": 376,
      "b17020_M011": 152,
      "b17020_E012": 557,
      "b17020_M012": 171,
      "b17020_E013": 746,
      "b17020_M013": 187,
      "b15003_E001": 5152,
      "b15003_M001": 266,
      "b15003_E022": 1732,
      "b15003_M022": 197,
      "b15003_E023": 1315,
      "b15003_M023": 221,
      "b15003_E024": 550,
      "b15003_M024": 210,
      "b15003_E025": 142,
      "b15003_M025": 66,
      "c16002_E001": 2601,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 8,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2601,
      "b22010_M001": 187,
      "b22010_E002": 40,
      "b22010_M002": 32,
      "b19013_E001": 189505,
      "b19013_M001": 22334
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.75,
       "moe": 10.96,
       "numerator": 402,
       "denominator": 1937
      },
      "children_with_two_parents_pct": {
       "estimate": 79.25,
       "moe": 6.83,
       "numerator": 1535,
       "denominator": 1937
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.97,
       "moe": 9.52,
       "numerator": 138,
       "denominator": 813
      },
      "children_below_poverty_pct": {
       "estimate": 10.74,
       "moe": 6.04,
       "numerator": 208,
       "denominator": 1937
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.07,
       "moe": 6.34,
       "numerator": 3793,
       "denominator": 5191
      },
      "limited_english_households_pct": {
       "estimate": 0.39,
       "moe": 1.44,
       "numerator": 10,
       "denominator": 2539
      },
      "snap_households_pct": {
       "estimate": 2.09,
       "moe": 1.69,
       "numerator": 53,
       "denominator": 2539
      },
      "median_household_income": {
       "estimate": 222604,
       "moe": 46257.0
      },
      "own_children_under_18": {
       "estimate": 1937,
       "moe": 254.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1937,
       "moe": 338.03402195637057
      }
     },
     "lines": {
      "b23008_E001": 1937,
      "b23008_M001": 254,
      "b23008_E003": 434,
      "b23008_M003": 140,
      "b23008_E008": 134,
      "b23008_M008": 134,
      "b23008_E016": 1101,
      "b23008_M016": 196,
      "b23008_E021": 268,
      "b23008_M021": 173,
      "b11003_E001": 2164,
      "b11003_M001": 172,
      "b11003_E003": 675,
      "b11003_M003": 95,
      "b11003_E010": 11,
      "b11003_M010": 14,
      "b11003_E016": 127,
      "b11003_M016": 79,
      "b17020_E001": 7661,
      "b17020_M001": 35,
      "b17020_E003": 65,
      "b17020_M003": 62,
      "b17020_E004": 59,
      "b17020_M004": 48,
      "b17020_E005": 84,
      "b17020_M005": 94,
      "b17020_E011": 503,
      "b17020_M011": 177,
      "b17020_E012": 523,
      "b17020_M012": 135,
      "b17020_E013": 703,
      "b17020_M013": 223,
      "b15003_E001": 5191,
      "b15003_M001": 271,
      "b15003_E022": 1895,
      "b15003_M022": 241,
      "b15003_E023": 1277,
      "b15003_M023": 216,
      "b15003_E024": 508,
      "b15003_M024": 199,
      "b15003_E025": 113,
      "b15003_M025": 57,
      "c16002_E001": 2539,
      "c16002_M001": 166,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 10,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2539,
      "b22010_M001": 166,
      "b22010_E002": 53,
      "b22010_M002": 43,
      "b19013_E001": 222604,
      "b19013_M001": 46257
     }
    }
   }
  },
  "Ellington": {
   "cousub": "25360",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.6,
       "moe": 7.22,
       "numerator": 566,
       "denominator": 3410
      },
      "children_with_two_parents_pct": {
       "estimate": 83.4,
       "moe": 10.81,
       "numerator": 2844,
       "denominator": 3410
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.08,
       "moe": 8.22,
       "numerator": 399,
       "denominator": 1987
      },
      "children_below_poverty_pct": {
       "estimate": 9.92,
       "moe": 6.52,
       "numerator": 353,
       "denominator": 3559
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.13,
       "moe": 5.68,
       "numerator": 5769,
       "denominator": 11282
      },
      "limited_english_households_pct": {
       "estimate": 1.97,
       "moe": 1.77,
       "numerator": 132,
       "denominator": 6714
      },
      "snap_households_pct": {
       "estimate": 1.15,
       "moe": 1.09,
       "numerator": 77,
       "denominator": 6714
      },
      "median_household_income": {
       "estimate": 109545,
       "moe": 15905.0
      },
      "own_children_under_18": {
       "estimate": 3410,
       "moe": 416.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3559,
       "moe": 547.0420459160338
      }
     },
     "lines": {
      "b23008_E001": 3410,
      "b23008_M001": 416,
      "b23008_E003": 1022,
      "b23008_M003": 281,
      "b23008_E008": 50,
      "b23008_M008": 62,
      "b23008_E016": 1822,
      "b23008_M016": 421,
      "b23008_E021": 516,
      "b23008_M021": 248,
      "b11003_E001": 4168,
      "b11003_M001": 393,
      "b11003_E003": 1588,
      "b11003_M003": 325,
      "b11003_E010": 172,
      "b11003_M010": 115,
      "b11003_E016": 227,
      "b11003_M016": 138,
      "b17020_E001": 16231,
      "b17020_M001": 92,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 175,
      "b17020_M004": 193,
      "b17020_E005": 178,
      "b17020_M005": 138,
      "b17020_E011": 1072,
      "b17020_M011": 274,
      "b17020_E012": 962,
      "b17020_M012": 246,
      "b17020_E013": 1172,
      "b17020_M013": 327,
      "b15003_E001": 11282,
      "b15003_M001": 386,
      "b15003_E022": 3272,
      "b15003_M022": 496,
      "b15003_E023": 1984,
      "b15003_M023": 376,
      "b15003_E024": 362,
      "b15003_M024": 211,
      "b15003_E025": 151,
      "b15003_M025": 131,
      "c16002_E001": 6714,
      "c16002_M001": 363,
      "c16002_E004": 42,
      "c16002_M004": 68,
      "c16002_E007": 34,
      "c16002_M007": 53,
      "c16002_E010": 56,
      "c16002_M010": 79,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6714,
      "b22010_M001": 363,
      "b22010_E002": 77,
      "b22010_M002": 73,
      "b19013_E001": 109545,
      "b19013_M001": 15905
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.86,
       "moe": 7.92,
       "numerator": 796,
       "denominator": 3641
      },
      "children_with_two_parents_pct": {
       "estimate": 78.14,
       "moe": 11.32,
       "numerator": 2845,
       "denominator": 3641
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.65,
       "moe": 8.02,
       "numerator": 380,
       "denominator": 1934
      },
      "children_below_poverty_pct": {
       "estimate": 6.57,
       "moe": 4.32,
       "numerator": 244,
       "denominator": 3715
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.12,
       "moe": 5.94,
       "numerator": 5803,
       "denominator": 11579
      },
      "limited_english_households_pct": {
       "estimate": 1.28,
       "moe": 1.24,
       "numerator": 83,
       "denominator": 6477
      },
      "snap_households_pct": {
       "estimate": 2.67,
       "moe": 1.63,
       "numerator": 173,
       "denominator": 6477
      },
      "median_household_income": {
       "estimate": 124495,
       "moe": 12368.0
      },
      "own_children_under_18": {
       "estimate": 3641,
       "moe": 444.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3715,
       "moe": 536.4307970279111
      }
     },
     "lines": {
      "b23008_E001": 3641,
      "b23008_M001": 444,
      "b23008_E003": 1041,
      "b23008_M003": 346,
      "b23008_E008": 39,
      "b23008_M008": 51,
      "b23008_E016": 1804,
      "b23008_M016": 413,
      "b23008_E021": 757,
      "b23008_M021": 300,
      "b11003_E001": 4414,
      "b11003_M001": 303,
      "b11003_E003": 1554,
      "b11003_M003": 254,
      "b11003_E010": 131,
      "b11003_M010": 83,
      "b11003_E016": 249,
      "b11003_M016": 144,
      "b17020_E001": 16440,
      "b17020_M001": 92,
      "b17020_E003": 11,
      "b17020_M003": 18,
      "b17020_E004": 141,
      "b17020_M004": 144,
      "b17020_E005": 92,
      "b17020_M005": 77,
      "b17020_E011": 1080,
      "b17020_M011": 347,
      "b17020_E012": 1202,
      "b17020_M012": 242,
      "b17020_E013": 1189,
      "b17020_M013": 286,
      "b15003_E001": 11579,
      "b15003_M001": 424,
      "b15003_E022": 3288,
      "b15003_M022": 586,
      "b15003_E023": 2062,
      "b15003_M023": 368,
      "b15003_E024": 377,
      "b15003_M024": 188,
      "b15003_E025": 76,
      "b15003_M025": 65,
      "c16002_E001": 6477,
      "c16002_M001": 371,
      "c16002_E004": 33,
      "c16002_M004": 52,
      "c16002_E007": 24,
      "c16002_M007": 37,
      "c16002_E010": 26,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6477,
      "b22010_M001": 371,
      "b22010_E002": 173,
      "b22010_M002": 106,
      "b19013_E001": 124495,
      "b19013_M001": 12368
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.34,
       "moe": 7.59,
       "numerator": 708,
       "denominator": 3861
      },
      "children_with_two_parents_pct": {
       "estimate": 81.66,
       "moe": 8.71,
       "numerator": 3153,
       "denominator": 3861
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.16,
       "moe": 8.11,
       "numerator": 310,
       "denominator": 1807
      },
      "children_below_poverty_pct": {
       "estimate": 5.24,
       "moe": 4.0,
       "numerator": 206,
       "denominator": 3933
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.75,
       "moe": 5.67,
       "numerator": 5581,
       "denominator": 11448
      },
      "limited_english_households_pct": {
       "estimate": 1.03,
       "moe": 1.14,
       "numerator": 65,
       "denominator": 6329
      },
      "snap_households_pct": {
       "estimate": 2.89,
       "moe": 1.33,
       "numerator": 183,
       "denominator": 6329
      },
      "median_household_income": {
       "estimate": 125797,
       "moe": 15398.0
      },
      "own_children_under_18": {
       "estimate": 3861,
       "moe": 425.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3933,
       "moe": 572.7224458671059
      }
     },
     "lines": {
      "b23008_E001": 3861,
      "b23008_M001": 425,
      "b23008_E003": 913,
      "b23008_M003": 292,
      "b23008_E008": 46,
      "b23008_M008": 57,
      "b23008_E016": 2240,
      "b23008_M016": 385,
      "b23008_E021": 662,
      "b23008_M021": 298,
      "b11003_E001": 4244,
      "b11003_M001": 264,
      "b11003_E003": 1497,
      "b11003_M003": 281,
      "b11003_E010": 100,
      "b11003_M010": 81,
      "b11003_E016": 210,
      "b11003_M016": 134,
      "b17020_E001": 16611,
      "b17020_M001": 67,
      "b17020_E003": 9,
      "b17020_M003": 16,
      "b17020_E004": 133,
      "b17020_M004": 143,
      "b17020_E005": 64,
      "b17020_M005": 70,
      "b17020_E011": 959,
      "b17020_M011": 307,
      "b17020_E012": 1387,
      "b17020_M012": 331,
      "b17020_E013": 1381,
      "b17020_M013": 314,
      "b15003_E001": 11448,
      "b15003_M001": 373,
      "b15003_E022": 3174,
      "b15003_M022": 542,
      "b15003_E023": 1989,
      "b15003_M023": 357,
      "b15003_E024": 319,
      "b15003_M024": 169,
      "b15003_E025": 99,
      "b15003_M025": 69,
      "c16002_E001": 6329,
      "c16002_M001": 349,
      "c16002_E004": 29,
      "c16002_M004": 47,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 36,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6329,
      "b22010_M001": 349,
      "b22010_E002": 183,
      "b22010_M002": 85,
      "b19013_E001": 125797,
      "b19013_M001": 15398
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.71,
       "moe": 7.74,
       "numerator": 598,
       "denominator": 3806
      },
      "children_with_two_parents_pct": {
       "estimate": 84.29,
       "moe": 6.79,
       "numerator": 3208,
       "denominator": 3806
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.3,
       "moe": 5.82,
       "numerator": 221,
       "denominator": 1662
      },
      "children_below_poverty_pct": {
       "estimate": 2.08,
       "moe": 1.52,
       "numerator": 81,
       "denominator": 3885
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.43,
       "moe": 5.47,
       "numerator": 5825,
       "denominator": 11327
      },
      "limited_english_households_pct": {
       "estimate": 0.87,
       "moe": 0.97,
       "numerator": 55,
       "denominator": 6321
      },
      "snap_households_pct": {
       "estimate": 3.58,
       "moe": 1.68,
       "numerator": 226,
       "denominator": 6321
      },
      "median_household_income": {
       "estimate": 129913,
       "moe": 17325.0
      },
      "own_children_under_18": {
       "estimate": 3806,
       "moe": 480.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3885,
       "moe": 503.9930555077123
      }
     },
     "lines": {
      "b23008_E001": 3806,
      "b23008_M001": 480,
      "b23008_E003": 954,
      "b23008_M003": 313,
      "b23008_E008": 39,
      "b23008_M008": 42,
      "b23008_E016": 2254,
      "b23008_M016": 364,
      "b23008_E021": 559,
      "b23008_M021": 301,
      "b11003_E001": 4217,
      "b11003_M001": 264,
      "b11003_E003": 1441,
      "b11003_M003": 203,
      "b11003_E010": 46,
      "b11003_M010": 52,
      "b11003_E016": 175,
      "b11003_M016": 87,
      "b17020_E001": 16384,
      "b17020_M001": 58,
      "b17020_E003": 9,
      "b17020_M003": 14,
      "b17020_E004": 9,
      "b17020_M004": 16,
      "b17020_E005": 63,
      "b17020_M005": 56,
      "b17020_E011": 993,
      "b17020_M011": 314,
      "b17020_E012": 1406,
      "b17020_M012": 272,
      "b17020_E013": 1405,
      "b17020_M013": 279,
      "b15003_E001": 11327,
      "b15003_M001": 416,
      "b15003_E022": 3382,
      "b15003_M022": 540,
      "b15003_E023": 2074,
      "b15003_M023": 348,
      "b15003_E024": 250,
      "b15003_M024": 103,
      "b15003_E025": 119,
      "b15003_M025": 78,
      "c16002_E001": 6321,
      "c16002_M001": 395,
      "c16002_E004": 29,
      "c16002_M004": 47,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 26,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6321,
      "b22010_M001": 395,
      "b22010_E002": 226,
      "b22010_M002": 107,
      "b19013_E001": 129913,
      "b19013_M001": 17325
     }
    }
   }
  },
  "Enfield": {
   "cousub": "25990",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.16,
       "moe": 3.87,
       "numerator": 2077,
       "denominator": 7648
      },
      "children_with_two_parents_pct": {
       "estimate": 72.84,
       "moe": 5.28,
       "numerator": 5571,
       "denominator": 7648
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.24,
       "moe": 5.08,
       "numerator": 1053,
       "denominator": 3729
      },
      "children_below_poverty_pct": {
       "estimate": 13.47,
       "moe": 6.29,
       "numerator": 1070,
       "denominator": 7944
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.78,
       "moe": 2.23,
       "numerator": 9214,
       "denominator": 30940
      },
      "limited_english_households_pct": {
       "estimate": 1.56,
       "moe": 0.78,
       "numerator": 259,
       "denominator": 16588
      },
      "snap_households_pct": {
       "estimate": 8.37,
       "moe": 1.49,
       "numerator": 1389,
       "denominator": 16588
      },
      "median_household_income": {
       "estimate": 86880,
       "moe": 4440.0
      },
      "own_children_under_18": {
       "estimate": 7648,
       "moe": 832.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7944,
       "moe": 830.6166384078758
      }
     },
     "lines": {
      "b23008_E001": 7648,
      "b23008_M001": 832,
      "b23008_E003": 1989,
      "b23008_M003": 483,
      "b23008_E008": 940,
      "b23008_M008": 261,
      "b23008_E016": 3582,
      "b23008_M016": 545,
      "b23008_E021": 1137,
      "b23008_M021": 266,
      "b11003_E001": 10271,
      "b11003_M001": 484,
      "b11003_E003": 2676,
      "b11003_M003": 328,
      "b11003_E010": 345,
      "b11003_M010": 123,
      "b11003_E016": 708,
      "b11003_M016": 182,
      "b17020_E001": 40045,
      "b17020_M001": 888,
      "b17020_E003": 411,
      "b17020_M003": 240,
      "b17020_E004": 436,
      "b17020_M004": 437,
      "b17020_E005": 223,
      "b17020_M005": 117,
      "b17020_E011": 2519,
      "b17020_M011": 483,
      "b17020_E012": 1840,
      "b17020_M012": 299,
      "b17020_E013": 2515,
      "b17020_M013": 324,
      "b15003_E001": 30940,
      "b15003_M001": 800,
      "b15003_E022": 5937,
      "b15003_M022": 599,
      "b15003_E023": 2562,
      "b15003_M023": 373,
      "b15003_E024": 523,
      "b15003_M024": 172,
      "b15003_E025": 192,
      "b15003_M025": 82,
      "c16002_E001": 16588,
      "c16002_M001": 678,
      "c16002_E004": 67,
      "c16002_M004": 71,
      "c16002_E007": 104,
      "c16002_M007": 54,
      "c16002_E010": 33,
      "c16002_M010": 36,
      "c16002_E013": 55,
      "c16002_M013": 86,
      "b22010_E001": 16588,
      "b22010_M001": 678,
      "b22010_E002": 1389,
      "b22010_M002": 254,
      "b19013_E001": 86880,
      "b19013_M001": 4440
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.62,
       "moe": 4.29,
       "numerator": 1944,
       "denominator": 7897
      },
      "children_with_two_parents_pct": {
       "estimate": 75.38,
       "moe": 6.42,
       "numerator": 5953,
       "denominator": 7897
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.91,
       "moe": 4.62,
       "numerator": 987,
       "denominator": 3810
      },
      "children_below_poverty_pct": {
       "estimate": 17.76,
       "moe": 6.45,
       "numerator": 1434,
       "denominator": 8073
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.2,
       "moe": 2.33,
       "numerator": 9075,
       "denominator": 30050
      },
      "limited_english_households_pct": {
       "estimate": 1.08,
       "moe": 0.61,
       "numerator": 177,
       "denominator": 16394
      },
      "snap_households_pct": {
       "estimate": 7.78,
       "moe": 1.44,
       "numerator": 1276,
       "denominator": 16394
      },
      "median_household_income": {
       "estimate": 90741,
       "moe": 3796.0
      },
      "own_children_under_18": {
       "estimate": 7897,
       "moe": 752.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8073,
       "moe": 917.6290100034981
      }
     },
     "lines": {
      "b23008_E001": 7897,
      "b23008_M001": 752,
      "b23008_E003": 2094,
      "b23008_M003": 549,
      "b23008_E008": 866,
      "b23008_M008": 281,
      "b23008_E016": 3859,
      "b23008_M016": 526,
      "b23008_E021": 1078,
      "b23008_M021": 265,
      "b11003_E001": 10250,
      "b11003_M001": 432,
      "b11003_E003": 2823,
      "b11003_M003": 309,
      "b11003_E010": 262,
      "b11003_M010": 99,
      "b11003_E016": 725,
      "b11003_M016": 174,
      "b17020_E001": 39545,
      "b17020_M001": 119,
      "b17020_E003": 478,
      "b17020_M003": 260,
      "b17020_E004": 716,
      "b17020_M004": 467,
      "b17020_E005": 240,
      "b17020_M005": 109,
      "b17020_E011": 2483,
      "b17020_M011": 540,
      "b17020_E012": 1823,
      "b17020_M012": 348,
      "b17020_E013": 2333,
      "b17020_M013": 363,
      "b15003_E001": 30050,
      "b15003_M001": 916,
      "b15003_E022": 5697,
      "b15003_M022": 597,
      "b15003_E023": 2546,
      "b15003_M023": 376,
      "b15003_E024": 644,
      "b15003_M024": 249,
      "b15003_E025": 188,
      "b15003_M025": 83,
      "c16002_E001": 16394,
      "c16002_M001": 660,
      "c16002_E004": 28,
      "c16002_M004": 32,
      "c16002_E007": 75,
      "c16002_M007": 51,
      "c16002_E010": 24,
      "c16002_M010": 27,
      "c16002_E013": 50,
      "c16002_M013": 76,
      "b22010_E001": 16394,
      "b22010_M001": 660,
      "b22010_E002": 1276,
      "b22010_M002": 241,
      "b19013_E001": 90741,
      "b19013_M001": 3796
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.48,
       "moe": 5.27,
       "numerator": 2096,
       "denominator": 7360
      },
      "children_with_two_parents_pct": {
       "estimate": 71.52,
       "moe": 6.74,
       "numerator": 5264,
       "denominator": 7360
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.81,
       "moe": 6.06,
       "numerator": 1111,
       "denominator": 3727
      },
      "children_below_poverty_pct": {
       "estimate": 11.44,
       "moe": 3.59,
       "numerator": 864,
       "denominator": 7552
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.6,
       "moe": 2.13,
       "numerator": 9253,
       "denominator": 30241
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 0.62,
       "numerator": 190,
       "denominator": 16862
      },
      "snap_households_pct": {
       "estimate": 6.54,
       "moe": 1.44,
       "numerator": 1103,
       "denominator": 16862
      },
      "median_household_income": {
       "estimate": 91141,
       "moe": 5018.0
      },
      "own_children_under_18": {
       "estimate": 7360,
       "moe": 595.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7552,
       "moe": 747.2770570544769
      }
     },
     "lines": {
      "b23008_E001": 7360,
      "b23008_M001": 595,
      "b23008_E003": 1783,
      "b23008_M003": 499,
      "b23008_E008": 831,
      "b23008_M008": 272,
      "b23008_E016": 3481,
      "b23008_M016": 422,
      "b23008_E021": 1265,
      "b23008_M021": 324,
      "b11003_E001": 10372,
      "b11003_M001": 379,
      "b11003_E003": 2616,
      "b11003_M003": 337,
      "b11003_E010": 205,
      "b11003_M010": 74,
      "b11003_E016": 906,
      "b11003_M016": 248,
      "b17020_E001": 39236,
      "b17020_M001": 142,
      "b17020_E003": 277,
      "b17020_M003": 154,
      "b17020_E004": 325,
      "b17020_M004": 209,
      "b17020_E005": 262,
      "b17020_M005": 116,
      "b17020_E011": 2349,
      "b17020_M011": 497,
      "b17020_E012": 1972,
      "b17020_M012": 335,
      "b17020_E013": 2367,
      "b17020_M013": 344,
      "b15003_E001": 30241,
      "b15003_M001": 702,
      "b15003_E022": 5819,
      "b15003_M022": 534,
      "b15003_E023": 2695,
      "b15003_M023": 364,
      "b15003_E024": 578,
      "b15003_M024": 191,
      "b15003_E025": 161,
      "b15003_M025": 93,
      "c16002_E001": 16862,
      "c16002_M001": 506,
      "c16002_E004": 38,
      "c16002_M004": 39,
      "c16002_E007": 84,
      "c16002_M007": 54,
      "c16002_E010": 16,
      "c16002_M010": 16,
      "c16002_E013": 52,
      "c16002_M013": 79,
      "b22010_E001": 16862,
      "b22010_M001": 506,
      "b22010_E002": 1103,
      "b22010_M002": 245,
      "b19013_E001": 91141,
      "b19013_M001": 5018
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.65,
       "moe": 6.02,
       "numerator": 2299,
       "denominator": 7502
      },
      "children_with_two_parents_pct": {
       "estimate": 69.35,
       "moe": 6.15,
       "numerator": 5203,
       "denominator": 7502
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.06,
       "moe": 5.94,
       "numerator": 1176,
       "denominator": 3912
      },
      "children_below_poverty_pct": {
       "estimate": 13.43,
       "moe": 4.39,
       "numerator": 1027,
       "denominator": 7647
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.78,
       "moe": 2.27,
       "numerator": 9526,
       "denominator": 29974
      },
      "limited_english_households_pct": {
       "estimate": 1.2,
       "moe": 0.65,
       "numerator": 199,
       "denominator": 16616
      },
      "snap_households_pct": {
       "estimate": 9.08,
       "moe": 1.8,
       "numerator": 1509,
       "denominator": 16616
      },
      "median_household_income": {
       "estimate": 90404,
       "moe": 4833.0
      },
      "own_children_under_18": {
       "estimate": 7502,
       "moe": 634.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7647,
       "moe": 788.3565183341861
      }
     },
     "lines": {
      "b23008_E001": 7502,
      "b23008_M001": 634,
      "b23008_E003": 1922,
      "b23008_M003": 491,
      "b23008_E008": 883,
      "b23008_M008": 304,
      "b23008_E016": 3281,
      "b23008_M016": 406,
      "b23008_E021": 1416,
      "b23008_M021": 386,
      "b11003_E001": 10269,
      "b11003_M001": 445,
      "b11003_E003": 2736,
      "b11003_M003": 276,
      "b11003_E010": 177,
      "b11003_M010": 86,
      "b11003_E016": 999,
      "b11003_M016": 244,
      "b17020_E001": 39222,
      "b17020_M001": 100,
      "b17020_E003": 318,
      "b17020_M003": 174,
      "b17020_E004": 318,
      "b17020_M004": 213,
      "b17020_E005": 391,
      "b17020_M005": 220,
      "b17020_E011": 2500,
      "b17020_M011": 516,
      "b17020_E012": 1936,
      "b17020_M012": 358,
      "b17020_E013": 2184,
      "b17020_M013": 321,
      "b15003_E001": 29974,
      "b15003_M001": 884,
      "b15003_E022": 5782,
      "b15003_M022": 550,
      "b15003_E023": 2853,
      "b15003_M023": 428,
      "b15003_E024": 649,
      "b15003_M024": 201,
      "b15003_E025": 242,
      "b15003_M025": 130,
      "c16002_E001": 16616,
      "c16002_M001": 616,
      "c16002_E004": 57,
      "c16002_M004": 56,
      "c16002_E007": 75,
      "c16002_M007": 49,
      "c16002_E010": 16,
      "c16002_M010": 16,
      "c16002_E013": 51,
      "c16002_M013": 78,
      "b22010_E001": 16616,
      "b22010_M001": 616,
      "b22010_E002": 1509,
      "b22010_M002": 304,
      "b19013_E001": 90404,
      "b19013_M001": 4833
     }
    }
   }
  },
  "Essex": {
   "cousub": "26270",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.4,
       "moe": 7.83,
       "numerator": 129,
       "denominator": 1132
      },
      "children_with_two_parents_pct": {
       "estimate": 88.6,
       "moe": 10.58,
       "numerator": 1003,
       "denominator": 1132
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.46,
       "moe": 11.33,
       "numerator": 81,
       "denominator": 492
      },
      "children_below_poverty_pct": {
       "estimate": 4.44,
       "moe": 4.62,
       "numerator": 52,
       "denominator": 1170
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.93,
       "moe": 7.05,
       "numerator": 2903,
       "denominator": 4926
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.28,
       "numerator": 0,
       "denominator": 2964
      },
      "snap_households_pct": {
       "estimate": 2.19,
       "moe": 1.95,
       "numerator": 65,
       "denominator": 2964
      },
      "median_household_income": {
       "estimate": 91618,
       "moe": 7133.0
      },
      "own_children_under_18": {
       "estimate": 1132,
       "moe": 236.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1170,
       "moe": 317.4287321588895
      }
     },
     "lines": {
      "b23008_E001": 1132,
      "b23008_M001": 236,
      "b23008_E003": 158,
      "b23008_M003": 120,
      "b23008_E008": 24,
      "b23008_M008": 45,
      "b23008_E016": 845,
      "b23008_M016": 209,
      "b23008_E021": 105,
      "b23008_M021": 81,
      "b11003_E001": 1770,
      "b11003_M001": 174,
      "b11003_E003": 411,
      "b11003_M003": 98,
      "b11003_E010": 27,
      "b11003_M010": 34,
      "b11003_E016": 54,
      "b11003_M016": 48,
      "b17020_E001": 6664,
      "b17020_M001": 87,
      "b17020_E003": 24,
      "b17020_M003": 45,
      "b17020_E004": 19,
      "b17020_M004": 30,
      "b17020_E005": 9,
      "b17020_M005": 14,
      "b17020_E011": 158,
      "b17020_M011": 120,
      "b17020_E012": 383,
      "b17020_M012": 206,
      "b17020_E013": 577,
      "b17020_M013": 202,
      "b15003_E001": 4926,
      "b15003_M001": 288,
      "b15003_E022": 1616,
      "b15003_M022": 260,
      "b15003_E023": 913,
      "b15003_M023": 234,
      "b15003_E024": 232,
      "b15003_M024": 117,
      "b15003_E025": 142,
      "b15003_M025": 116,
      "c16002_E001": 2964,
      "c16002_M001": 190,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2964,
      "b22010_M001": 190,
      "b22010_E002": 65,
      "b22010_M002": 58,
      "b19013_E001": 91618,
      "b19013_M001": 7133
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.48,
       "moe": 12.98,
       "numerator": 227,
       "denominator": 1010
      },
      "children_with_two_parents_pct": {
       "estimate": 77.52,
       "moe": 15.84,
       "numerator": 783,
       "denominator": 1010
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.67,
       "moe": 15.07,
       "numerator": 113,
       "denominator": 458
      },
      "children_below_poverty_pct": {
       "estimate": 7.09,
       "moe": 7.14,
       "numerator": 74,
       "denominator": 1044
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.66,
       "moe": 6.65,
       "numerator": 2872,
       "denominator": 4981
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.26,
       "numerator": 0,
       "denominator": 3009
      },
      "snap_households_pct": {
       "estimate": 3.89,
       "moe": 2.04,
       "numerator": 117,
       "denominator": 3009
      },
      "median_household_income": {
       "estimate": 96734,
       "moe": 6822.0
      },
      "own_children_under_18": {
       "estimate": 1010,
       "moe": 199.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1044,
       "moe": 311.0401903291599
      }
     },
     "lines": {
      "b23008_E001": 1010,
      "b23008_M001": 199,
      "b23008_E003": 179,
      "b23008_M003": 117,
      "b23008_E008": 111,
      "b23008_M008": 107,
      "b23008_E016": 604,
      "b23008_M016": 189,
      "b23008_E021": 116,
      "b23008_M021": 88,
      "b11003_E001": 1768,
      "b11003_M001": 200,
      "b11003_E003": 345,
      "b11003_M003": 95,
      "b11003_E010": 39,
      "b11003_M010": 44,
      "b11003_E016": 74,
      "b11003_M016": 61,
      "b17020_E001": 6692,
      "b17020_M001": 24,
      "b17020_E003": 55,
      "b17020_M003": 74,
      "b17020_E004": 14,
      "b17020_M004": 22,
      "b17020_E005": 5,
      "b17020_M005": 9,
      "b17020_E011": 235,
      "b17020_M011": 140,
      "b17020_E012": 318,
      "b17020_M012": 184,
      "b17020_E013": 417,
      "b17020_M013": 193,
      "b15003_E001": 4981,
      "b15003_M001": 250,
      "b15003_E022": 1577,
      "b15003_M022": 245,
      "b15003_E023": 997,
      "b15003_M023": 226,
      "b15003_E024": 232,
      "b15003_M024": 121,
      "b15003_E025": 66,
      "b15003_M025": 70,
      "c16002_E001": 3009,
      "c16002_M001": 198,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3009,
      "b22010_M001": 198,
      "b22010_E002": 117,
      "b22010_M002": 62,
      "b19013_E001": 96734,
      "b19013_M001": 6822
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.76,
       "moe": 10.08,
       "numerator": 162,
       "denominator": 1028
      },
      "children_with_two_parents_pct": {
       "estimate": 84.24,
       "moe": 12.5,
       "numerator": 866,
       "denominator": 1028
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.12,
       "moe": 9.29,
       "numerator": 62,
       "denominator": 439
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 2.74,
       "numerator": 18,
       "denominator": 1063
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.85,
       "moe": 5.92,
       "numerator": 2780,
       "denominator": 4978
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.25,
       "numerator": 0,
       "denominator": 3041
      },
      "snap_households_pct": {
       "estimate": 3.52,
       "moe": 2.13,
       "numerator": 107,
       "denominator": 3041
      },
      "median_household_income": {
       "estimate": 100767,
       "moe": 8066.0
      },
      "own_children_under_18": {
       "estimate": 1028,
       "moe": 189.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1063,
       "moe": 261.14555328398757
      }
     },
     "lines": {
      "b23008_E001": 1028,
      "b23008_M001": 189,
      "b23008_E003": 295,
      "b23008_M003": 125,
      "b23008_E008": 48,
      "b23008_M008": 65,
      "b23008_E016": 571,
      "b23008_M016": 162,
      "b23008_E021": 114,
      "b23008_M021": 86,
      "b11003_E001": 1676,
      "b11003_M001": 215,
      "b11003_E003": 377,
      "b11003_M003": 96,
      "b11003_E010": 7,
      "b11003_M010": 11,
      "b11003_E016": 55,
      "b11003_M016": 42,
      "b17020_E001": 6714,
      "b17020_M001": 27,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 13,
      "b17020_M004": 21,
      "b17020_E005": 5,
      "b17020_M005": 8,
      "b17020_E011": 343,
      "b17020_M011": 127,
      "b17020_E012": 351,
      "b17020_M012": 159,
      "b17020_E013": 351,
      "b17020_M013": 161,
      "b15003_E001": 4978,
      "b15003_M001": 260,
      "b15003_E022": 1595,
      "b15003_M022": 213,
      "b15003_E023": 929,
      "b15003_M023": 222,
      "b15003_E024": 181,
      "b15003_M024": 91,
      "b15003_E025": 75,
      "b15003_M025": 70,
      "c16002_E001": 3041,
      "c16002_M001": 160,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3041,
      "b22010_M001": 160,
      "b22010_E002": 107,
      "b22010_M002": 65,
      "b19013_E001": 100767,
      "b19013_M001": 8066
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.03,
       "moe": 10.29,
       "numerator": 190,
       "denominator": 1054
      },
      "children_with_two_parents_pct": {
       "estimate": 81.97,
       "moe": 9.59,
       "numerator": 864,
       "denominator": 1054
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.55,
       "moe": 14.54,
       "numerator": 96,
       "denominator": 491
      },
      "children_below_poverty_pct": {
       "estimate": 1.27,
       "moe": 3.2,
       "numerator": 14,
       "denominator": 1099
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.88,
       "moe": 6.32,
       "numerator": 2793,
       "denominator": 5089
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.27,
       "numerator": 0,
       "denominator": 2987
      },
      "snap_households_pct": {
       "estimate": 1.94,
       "moe": 1.16,
       "numerator": 58,
       "denominator": 2987
      },
      "median_household_income": {
       "estimate": 104395,
       "moe": 6626.0
      },
      "own_children_under_18": {
       "estimate": 1054,
       "moe": 229.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1099,
       "moe": 272.74713564032163
      }
     },
     "lines": {
      "b23008_E001": 1054,
      "b23008_M001": 229,
      "b23008_E003": 320,
      "b23008_M003": 126,
      "b23008_E008": 75,
      "b23008_M008": 72,
      "b23008_E016": 544,
      "b23008_M016": 172,
      "b23008_E021": 115,
      "b23008_M021": 91,
      "b11003_E001": 1802,
      "b11003_M001": 177,
      "b11003_E003": 395,
      "b11003_M003": 93,
      "b11003_E010": 8,
      "b11003_M010": 13,
      "b11003_E016": 88,
      "b11003_M016": 74,
      "b17020_E001": 6742,
      "b17020_M001": 32,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 14,
      "b17020_M004": 23,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 395,
      "b17020_M011": 134,
      "b17020_E012": 330,
      "b17020_M012": 160,
      "b17020_E013": 360,
      "b17020_M013": 172,
      "b15003_E001": 5089,
      "b15003_M001": 270,
      "b15003_E022": 1652,
      "b15003_M022": 251,
      "b15003_E023": 914,
      "b15003_M023": 230,
      "b15003_E024": 133,
      "b15003_M024": 61,
      "b15003_E025": 94,
      "b15003_M025": 77,
      "c16002_E001": 2987,
      "c16002_M001": 198,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2987,
      "b22010_M001": 198,
      "b22010_E002": 58,
      "b22010_M002": 35,
      "b19013_E001": 104395,
      "b19013_M001": 6626
     }
    }
   }
  },
  "Fairfield": {
   "cousub": "26620",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.48,
       "moe": 2.84,
       "numerator": 2157,
       "denominator": 13936
      },
      "children_with_two_parents_pct": {
       "estimate": 84.52,
       "moe": 4.58,
       "numerator": 11779,
       "denominator": 13936
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.95,
       "moe": 2.85,
       "numerator": 1232,
       "denominator": 7268
      },
      "children_below_poverty_pct": {
       "estimate": 2.6,
       "moe": 0.99,
       "numerator": 364,
       "denominator": 14019
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.9,
       "moe": 2.72,
       "numerator": 26996,
       "denominator": 39181
      },
      "limited_english_households_pct": {
       "estimate": 2.03,
       "moe": 0.63,
       "numerator": 427,
       "denominator": 21086
      },
      "snap_households_pct": {
       "estimate": 2.05,
       "moe": 0.48,
       "numerator": 433,
       "denominator": 21086
      },
      "median_household_income": {
       "estimate": 149641,
       "moe": 7683.0
      },
      "own_children_under_18": {
       "estimate": 13936,
       "moe": 725.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14019,
       "moe": 834.5304068756272
      }
     },
     "lines": {
      "b23008_E001": 13936,
      "b23008_M001": 725,
      "b23008_E003": 3879,
      "b23008_M003": 400,
      "b23008_E008": 290,
      "b23008_M008": 94,
      "b23008_E016": 7900,
      "b23008_M016": 789,
      "b23008_E021": 1867,
      "b23008_M021": 400,
      "b11003_E001": 15530,
      "b11003_M001": 512,
      "b11003_E003": 6036,
      "b11003_M003": 328,
      "b11003_E010": 296,
      "b11003_M010": 92,
      "b11003_E016": 936,
      "b11003_M016": 197,
      "b17020_E001": 56955,
      "b17020_M001": 573,
      "b17020_E003": 92,
      "b17020_M003": 77,
      "b17020_E004": 112,
      "b17020_M004": 78,
      "b17020_E005": 160,
      "b17020_M005": 87,
      "b17020_E011": 4077,
      "b17020_M011": 423,
      "b17020_E012": 3925,
      "b17020_M012": 467,
      "b17020_E013": 5653,
      "b17020_M013": 529,
      "b15003_E001": 39181,
      "b15003_M001": 873,
      "b15003_E022": 14420,
      "b15003_M022": 866,
      "b15003_E023": 9292,
      "b15003_M023": 781,
      "b15003_E024": 2453,
      "b15003_M024": 326,
      "b15003_E025": 831,
      "b15003_M025": 181,
      "c16002_E001": 21086,
      "c16002_M001": 611,
      "c16002_E004": 7,
      "c16002_M004": 12,
      "c16002_E007": 238,
      "c16002_M007": 106,
      "c16002_E010": 120,
      "c16002_M010": 61,
      "c16002_E013": 62,
      "c16002_M013": 53,
      "b22010_E001": 21086,
      "b22010_M001": 611,
      "b22010_E002": 433,
      "b22010_M002": 102,
      "b19013_E001": 149641,
      "b19013_M001": 7683
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.85,
       "moe": 3.0,
       "numerator": 2305,
       "denominator": 14541
      },
      "children_with_two_parents_pct": {
       "estimate": 84.15,
       "moe": 4.12,
       "numerator": 12236,
       "denominator": 14541
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.49,
       "moe": 2.83,
       "numerator": 1207,
       "denominator": 6902
      },
      "children_below_poverty_pct": {
       "estimate": 1.89,
       "moe": 0.76,
       "numerator": 277,
       "denominator": 14627
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 70.51,
       "moe": 2.58,
       "numerator": 27373,
       "denominator": 38822
      },
      "limited_english_households_pct": {
       "estimate": 1.64,
       "moe": 0.66,
       "numerator": 337,
       "denominator": 20506
      },
      "snap_households_pct": {
       "estimate": 1.95,
       "moe": 0.43,
       "numerator": 400,
       "denominator": 20506
      },
      "median_household_income": {
       "estimate": 165316,
       "moe": 8677.0
      },
      "own_children_under_18": {
       "estimate": 14541,
       "moe": 845.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14627,
       "moe": 925.9173829235522
      }
     },
     "lines": {
      "b23008_E001": 14541,
      "b23008_M001": 845,
      "b23008_E003": 3560,
      "b23008_M003": 350,
      "b23008_E008": 262,
      "b23008_M008": 137,
      "b23008_E016": 8676,
      "b23008_M016": 861,
      "b23008_E021": 2043,
      "b23008_M021": 435,
      "b11003_E001": 15313,
      "b11003_M001": 518,
      "b11003_E003": 5695,
      "b11003_M003": 434,
      "b11003_E010": 260,
      "b11003_M010": 85,
      "b11003_E016": 947,
      "b11003_M016": 195,
      "b17020_E001": 56865,
      "b17020_M001": 267,
      "b17020_E003": 59,
      "b17020_M003": 49,
      "b17020_E004": 88,
      "b17020_M004": 63,
      "b17020_E005": 130,
      "b17020_M005": 79,
      "b17020_E011": 3763,
      "b17020_M011": 362,
      "b17020_E012": 4535,
      "b17020_M012": 542,
      "b17020_E013": 6052,
      "b17020_M013": 648,
      "b15003_E001": 38822,
      "b15003_M001": 757,
      "b15003_E022": 14793,
      "b15003_M022": 804,
      "b15003_E023": 9258,
      "b15003_M023": 686,
      "b15003_E024": 2579,
      "b15003_M024": 379,
      "b15003_E025": 743,
      "b15003_M025": 161,
      "c16002_E001": 20506,
      "c16002_M001": 567,
      "c16002_E004": 15,
      "c16002_M004": 15,
      "c16002_E007": 185,
      "c16002_M007": 119,
      "c16002_E010": 91,
      "c16002_M010": 49,
      "c16002_E013": 46,
      "c16002_M013": 38,
      "b22010_E001": 20506,
      "b22010_M001": 567,
      "b22010_E002": 400,
      "b22010_M002": 88,
      "b19013_E001": 165316,
      "b19013_M001": 8677
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.64,
       "moe": 2.88,
       "numerator": 2437,
       "denominator": 14647
      },
      "children_with_two_parents_pct": {
       "estimate": 83.36,
       "moe": 4.1,
       "numerator": 12210,
       "denominator": 14647
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.46,
       "moe": 3.04,
       "numerator": 1354,
       "denominator": 7333
      },
      "children_below_poverty_pct": {
       "estimate": 2.1,
       "moe": 0.74,
       "numerator": 310,
       "denominator": 14734
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.42,
       "moe": 2.85,
       "numerator": 28661,
       "denominator": 40129
      },
      "limited_english_households_pct": {
       "estimate": 1.8,
       "moe": 0.65,
       "numerator": 386,
       "denominator": 21433
      },
      "snap_households_pct": {
       "estimate": 2.67,
       "moe": 0.53,
       "numerator": 573,
       "denominator": 21433
      },
      "median_household_income": {
       "estimate": 168391,
       "moe": 9158.0
      },
      "own_children_under_18": {
       "estimate": 14647,
       "moe": 683.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14734,
       "moe": 806.5240232007972
      }
     },
     "lines": {
      "b23008_E001": 14647,
      "b23008_M001": 683,
      "b23008_E003": 3715,
      "b23008_M003": 325,
      "b23008_E008": 279,
      "b23008_M008": 104,
      "b23008_E016": 8495,
      "b23008_M016": 761,
      "b23008_E021": 2158,
      "b23008_M021": 424,
      "b11003_E001": 16065,
      "b11003_M001": 460,
      "b11003_E003": 5979,
      "b11003_M003": 414,
      "b11003_E010": 314,
      "b11003_M010": 97,
      "b11003_E016": 1040,
      "b11003_M016": 219,
      "b17020_E001": 58207,
      "b17020_M001": 283,
      "b17020_E003": 66,
      "b17020_M003": 40,
      "b17020_E004": 79,
      "b17020_M004": 56,
      "b17020_E005": 165,
      "b17020_M005": 86,
      "b17020_E011": 3933,
      "b17020_M011": 338,
      "b17020_E012": 4447,
      "b17020_M012": 491,
      "b17020_E013": 6044,
      "b17020_M013": 532,
      "b15003_E001": 40129,
      "b15003_M001": 666,
      "b15003_E022": 15778,
      "b15003_M022": 838,
      "b15003_E023": 9494,
      "b15003_M023": 810,
      "b15003_E024": 2556,
      "b15003_M024": 388,
      "b15003_E025": 833,
      "b15003_M025": 169,
      "c16002_E001": 21433,
      "c16002_M001": 471,
      "c16002_E004": 38,
      "c16002_M004": 28,
      "c16002_E007": 217,
      "c16002_M007": 121,
      "c16002_E010": 93,
      "c16002_M010": 50,
      "c16002_E013": 38,
      "c16002_M013": 39,
      "b22010_E001": 21433,
      "b22010_M001": 471,
      "b22010_E002": 573,
      "b22010_M002": 115,
      "b19013_E001": 168391,
      "b19013_M001": 9158
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.6,
       "moe": 3.05,
       "numerator": 2145,
       "denominator": 14689
      },
      "children_with_two_parents_pct": {
       "estimate": 85.4,
       "moe": 4.21,
       "numerator": 12544,
       "denominator": 14689
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.48,
       "moe": 3.32,
       "numerator": 1128,
       "denominator": 7288
      },
      "children_below_poverty_pct": {
       "estimate": 2.05,
       "moe": 0.7,
       "numerator": 305,
       "denominator": 14844
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.07,
       "moe": 2.66,
       "numerator": 28682,
       "denominator": 40360
      },
      "limited_english_households_pct": {
       "estimate": 1.66,
       "moe": 0.65,
       "numerator": 357,
       "denominator": 21561
      },
      "snap_households_pct": {
       "estimate": 2.59,
       "moe": 0.64,
       "numerator": 559,
       "denominator": 21561
      },
      "median_household_income": {
       "estimate": 172432,
       "moe": 8394.0
      },
      "own_children_under_18": {
       "estimate": 14689,
       "moe": 740.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14844,
       "moe": 860.8083410376552
      }
     },
     "lines": {
      "b23008_E001": 14689,
      "b23008_M001": 740,
      "b23008_E003": 3828,
      "b23008_M003": 351,
      "b23008_E008": 230,
      "b23008_M008": 98,
      "b23008_E016": 8716,
      "b23008_M016": 812,
      "b23008_E021": 1915,
      "b23008_M021": 451,
      "b11003_E001": 16071,
      "b11003_M001": 544,
      "b11003_E003": 6160,
      "b11003_M003": 385,
      "b11003_E010": 276,
      "b11003_M010": 105,
      "b11003_E016": 852,
      "b11003_M016": 229,
      "b17020_E001": 58370,
      "b17020_M001": 265,
      "b17020_E003": 69,
      "b17020_M003": 45,
      "b17020_E004": 104,
      "b17020_M004": 69,
      "b17020_E005": 132,
      "b17020_M005": 66,
      "b17020_E011": 4060,
      "b17020_M011": 347,
      "b17020_E012": 4835,
      "b17020_M012": 548,
      "b17020_E013": 5644,
      "b17020_M013": 556,
      "b15003_E001": 40360,
      "b15003_M001": 725,
      "b15003_E022": 15716,
      "b15003_M022": 811,
      "b15003_E023": 9291,
      "b15003_M023": 763,
      "b15003_E024": 2660,
      "b15003_M024": 387,
      "b15003_E025": 1015,
      "b15003_M025": 162,
      "c16002_E001": 21561,
      "c16002_M001": 555,
      "c16002_E004": 73,
      "c16002_M004": 42,
      "c16002_E007": 118,
      "c16002_M007": 99,
      "c16002_E010": 149,
      "c16002_M010": 86,
      "c16002_E013": 17,
      "c16002_M013": 23,
      "b22010_E001": 21561,
      "b22010_M001": 555,
      "b22010_E002": 559,
      "b22010_M002": 138,
      "b19013_E001": 172432,
      "b19013_M001": 8394
     }
    }
   }
  },
  "Farmington": {
   "cousub": "27600",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.52,
       "moe": 4.13,
       "numerator": 683,
       "denominator": 5050
      },
      "children_with_two_parents_pct": {
       "estimate": 86.48,
       "moe": 5.45,
       "numerator": 4367,
       "denominator": 5050
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.59,
       "moe": 5.0,
       "numerator": 410,
       "denominator": 2811
      },
      "children_below_poverty_pct": {
       "estimate": 5.78,
       "moe": 2.72,
       "numerator": 297,
       "denominator": 5142
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 62.12,
       "moe": 3.25,
       "numerator": 12098,
       "denominator": 19475
      },
      "limited_english_households_pct": {
       "estimate": 4.72,
       "moe": 1.63,
       "numerator": 518,
       "denominator": 10986
      },
      "snap_households_pct": {
       "estimate": 4.59,
       "moe": 1.61,
       "numerator": 504,
       "denominator": 10986
      },
      "median_household_income": {
       "estimate": 106773,
       "moe": 9269.0
      },
      "own_children_under_18": {
       "estimate": 5050,
       "moe": 399.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5142,
       "moe": 475.4145559403919
      }
     },
     "lines": {
      "b23008_E001": 5050,
      "b23008_M001": 399,
      "b23008_E003": 1134,
      "b23008_M003": 270,
      "b23008_E008": 121,
      "b23008_M008": 89,
      "b23008_E016": 3233,
      "b23008_M016": 349,
      "b23008_E021": 562,
      "b23008_M021": 196,
      "b11003_E001": 7338,
      "b11003_M001": 303,
      "b11003_E003": 2401,
      "b11003_M003": 200,
      "b11003_E010": 94,
      "b11003_M010": 87,
      "b11003_E016": 316,
      "b11003_M016": 116,
      "b17020_E001": 26366,
      "b17020_M001": 91,
      "b17020_E003": 68,
      "b17020_M003": 65,
      "b17020_E004": 131,
      "b17020_M004": 93,
      "b17020_E005": 98,
      "b17020_M005": 86,
      "b17020_E011": 1211,
      "b17020_M011": 278,
      "b17020_E012": 1906,
      "b17020_M012": 289,
      "b17020_E013": 1728,
      "b17020_M013": 212,
      "b15003_E001": 19475,
      "b15003_M001": 491,
      "b15003_E022": 6018,
      "b15003_M022": 499,
      "b15003_E023": 4042,
      "b15003_M023": 397,
      "b15003_E024": 1142,
      "b15003_M024": 220,
      "b15003_E025": 896,
      "b15003_M025": 196,
      "c16002_E001": 10986,
      "c16002_M001": 401,
      "c16002_E004": 77,
      "c16002_M004": 68,
      "c16002_E007": 309,
      "c16002_M007": 151,
      "c16002_E010": 132,
      "c16002_M010": 67,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10986,
      "b22010_M001": 401,
      "b22010_E002": 504,
      "b22010_M002": 178,
      "b19013_E001": 106773,
      "b19013_M001": 9269
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.71,
       "moe": 3.29,
       "numerator": 604,
       "denominator": 5157
      },
      "children_with_two_parents_pct": {
       "estimate": 88.29,
       "moe": 5.89,
       "numerator": 4553,
       "denominator": 5157
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.67,
       "moe": 4.94,
       "numerator": 393,
       "denominator": 2874
      },
      "children_below_poverty_pct": {
       "estimate": 3.71,
       "moe": 1.97,
       "numerator": 193,
       "denominator": 5199
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 65.12,
       "moe": 3.26,
       "numerator": 12618,
       "denominator": 19376
      },
      "limited_english_households_pct": {
       "estimate": 4.53,
       "moe": 1.64,
       "numerator": 499,
       "denominator": 11027
      },
      "snap_households_pct": {
       "estimate": 4.44,
       "moe": 1.43,
       "numerator": 490,
       "denominator": 11027
      },
      "median_household_income": {
       "estimate": 118329,
       "moe": 9243.0
      },
      "own_children_under_18": {
       "estimate": 5157,
       "moe": 417.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5199,
       "moe": 494.368283772331
      }
     },
     "lines": {
      "b23008_E001": 5157,
      "b23008_M001": 417,
      "b23008_E003": 1123,
      "b23008_M003": 285,
      "b23008_E008": 92,
      "b23008_M008": 72,
      "b23008_E016": 3430,
      "b23008_M016": 383,
      "b23008_E021": 512,
      "b23008_M021": 161,
      "b11003_E001": 7235,
      "b11003_M001": 327,
      "b11003_E003": 2481,
      "b11003_M003": 220,
      "b11003_E010": 112,
      "b11003_M010": 98,
      "b11003_E016": 281,
      "b11003_M016": 109,
      "b17020_E001": 26450,
      "b17020_M001": 53,
      "b17020_E003": 58,
      "b17020_M003": 55,
      "b17020_E004": 81,
      "b17020_M004": 73,
      "b17020_E005": 54,
      "b17020_M005": 50,
      "b17020_E011": 1175,
      "b17020_M011": 280,
      "b17020_E012": 2089,
      "b17020_M012": 295,
      "b17020_E013": 1742,
      "b17020_M013": 261,
      "b15003_E001": 19376,
      "b15003_M001": 484,
      "b15003_E022": 6376,
      "b15003_M022": 506,
      "b15003_E023": 4208,
      "b15003_M023": 389,
      "b15003_E024": 1096,
      "b15003_M024": 233,
      "b15003_E025": 938,
      "b15003_M025": 192,
      "c16002_E001": 11027,
      "c16002_M001": 366,
      "c16002_E004": 76,
      "c16002_M004": 61,
      "c16002_E007": 287,
      "c16002_M007": 154,
      "c16002_E010": 136,
      "c16002_M010": 71,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11027,
      "b22010_M001": 366,
      "b22010_E002": 490,
      "b22010_M002": 158,
      "b19013_E001": 118329,
      "b19013_M001": 9243
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.85,
       "moe": 3.54,
       "numerator": 554,
       "denominator": 5108
      },
      "children_with_two_parents_pct": {
       "estimate": 89.15,
       "moe": 6.52,
       "numerator": 4554,
       "denominator": 5108
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.12,
       "moe": 4.81,
       "numerator": 373,
       "denominator": 2842
      },
      "children_below_poverty_pct": {
       "estimate": 2.43,
       "moe": 1.65,
       "numerator": 125,
       "denominator": 5137
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.21,
       "moe": 3.6,
       "numerator": 12848,
       "denominator": 19405
      },
      "limited_english_households_pct": {
       "estimate": 3.58,
       "moe": 1.34,
       "numerator": 393,
       "denominator": 10963
      },
      "snap_households_pct": {
       "estimate": 3.63,
       "moe": 1.35,
       "numerator": 398,
       "denominator": 10963
      },
      "median_household_income": {
       "estimate": 134237,
       "moe": 8690.0
      },
      "own_children_under_18": {
       "estimate": 5108,
       "moe": 373.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5137,
       "moe": 533.8276875547015
      }
     },
     "lines": {
      "b23008_E001": 5108,
      "b23008_M001": 373,
      "b23008_E003": 1199,
      "b23008_M003": 283,
      "b23008_E008": 64,
      "b23008_M008": 61,
      "b23008_E016": 3355,
      "b23008_M016": 376,
      "b23008_E021": 490,
      "b23008_M021": 175,
      "b11003_E001": 7208,
      "b11003_M001": 327,
      "b11003_E003": 2469,
      "b11003_M003": 211,
      "b11003_E010": 123,
      "b11003_M010": 96,
      "b11003_E016": 250,
      "b11003_M016": 103,
      "b17020_E001": 26479,
      "b17020_M001": 79,
      "b17020_E003": 48,
      "b17020_M003": 57,
      "b17020_E004": 41,
      "b17020_M004": 49,
      "b17020_E005": 36,
      "b17020_M005": 41,
      "b17020_E011": 1215,
      "b17020_M011": 278,
      "b17020_E012": 2082,
      "b17020_M012": 319,
      "b17020_E013": 1715,
      "b17020_M013": 314,
      "b15003_E001": 19405,
      "b15003_M001": 510,
      "b15003_E022": 6431,
      "b15003_M022": 488,
      "b15003_E023": 4110,
      "b15003_M023": 467,
      "b15003_E024": 1309,
      "b15003_M024": 312,
      "b15003_E025": 998,
      "b15003_M025": 222,
      "c16002_E001": 10963,
      "c16002_M001": 343,
      "c16002_E004": 25,
      "c16002_M004": 28,
      "c16002_E007": 201,
      "c16002_M007": 106,
      "c16002_E010": 167,
      "c16002_M010": 95,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10963,
      "b22010_M001": 343,
      "b22010_E002": 398,
      "b22010_M002": 148,
      "b19013_E001": 134237,
      "b19013_M001": 8690
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.08,
       "moe": 3.3,
       "numerator": 592,
       "denominator": 5341
      },
      "children_with_two_parents_pct": {
       "estimate": 88.92,
       "moe": 6.61,
       "numerator": 4749,
       "denominator": 5341
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.79,
       "moe": 4.88,
       "numerator": 426,
       "denominator": 3089
      },
      "children_below_poverty_pct": {
       "estimate": 1.75,
       "moe": 1.23,
       "numerator": 94,
       "denominator": 5379
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.26,
       "moe": 3.65,
       "numerator": 13410,
       "denominator": 19645
      },
      "limited_english_households_pct": {
       "estimate": 2.85,
       "moe": 1.2,
       "numerator": 318,
       "denominator": 11151
      },
      "snap_households_pct": {
       "estimate": 3.34,
       "moe": 1.31,
       "numerator": 373,
       "denominator": 11151
      },
      "median_household_income": {
       "estimate": 141120,
       "moe": 9664.0
      },
      "own_children_under_18": {
       "estimate": 5341,
       "moe": 403.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5379,
       "moe": 540.2804827124519
      }
     },
     "lines": {
      "b23008_E001": 5341,
      "b23008_M001": 403,
      "b23008_E003": 1212,
      "b23008_M003": 293,
      "b23008_E008": 101,
      "b23008_M008": 76,
      "b23008_E016": 3537,
      "b23008_M016": 409,
      "b23008_E021": 491,
      "b23008_M021": 165,
      "b11003_E001": 7418,
      "b11003_M001": 322,
      "b11003_E003": 2663,
      "b11003_M003": 213,
      "b11003_E010": 124,
      "b11003_M010": 103,
      "b11003_E016": 302,
      "b11003_M016": 116,
      "b17020_E001": 26917,
      "b17020_M001": 41,
      "b17020_E003": 37,
      "b17020_M003": 43,
      "b17020_E004": 37,
      "b17020_M004": 43,
      "b17020_E005": 20,
      "b17020_M005": 28,
      "b17020_E011": 1288,
      "b17020_M011": 292,
      "b17020_E012": 2146,
      "b17020_M012": 334,
      "b17020_E013": 1851,
      "b17020_M013": 301,
      "b15003_E001": 19645,
      "b15003_M001": 430,
      "b15003_E022": 6732,
      "b15003_M022": 467,
      "b15003_E023": 4206,
      "b15003_M023": 506,
      "b15003_E024": 1569,
      "b15003_M024": 250,
      "b15003_E025": 903,
      "b15003_M025": 252,
      "c16002_E001": 11151,
      "c16002_M001": 313,
      "c16002_E004": 13,
      "c16002_M004": 21,
      "c16002_E007": 189,
      "c16002_M007": 111,
      "c16002_E010": 116,
      "c16002_M010": 67,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11151,
      "b22010_M001": 313,
      "b22010_E002": 373,
      "b22010_M002": 147,
      "b19013_E001": 141120,
      "b19013_M001": 9664
     }
    }
   }
  },
  "Franklin": {
   "cousub": "29910",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.62,
       "moe": 7.62,
       "numerator": 62,
       "denominator": 373
      },
      "children_with_two_parents_pct": {
       "estimate": 83.38,
       "moe": 15.38,
       "numerator": 311,
       "denominator": 373
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.06,
       "moe": 7.44,
       "numerator": 23,
       "denominator": 208
      },
      "children_below_poverty_pct": {
       "estimate": 7.79,
       "moe": 7.74,
       "numerator": 32,
       "denominator": 411
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.89,
       "moe": 3.15,
       "numerator": 368,
       "denominator": 1274
      },
      "limited_english_households_pct": {
       "estimate": 0.43,
       "moe": 3.24,
       "numerator": 3,
       "denominator": 705
      },
      "snap_households_pct": {
       "estimate": 8.37,
       "moe": 3.8,
       "numerator": 59,
       "denominator": 705
      },
      "median_household_income": {
       "estimate": 89948,
       "moe": 13118.0
      },
      "own_children_under_18": {
       "estimate": 373,
       "moe": 112.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 411,
       "moe": 110.29505881951376
      }
     },
     "lines": {
      "b23008_E001": 373,
      "b23008_M001": 112,
      "b23008_E003": 107,
      "b23008_M003": 78,
      "b23008_E008": 18,
      "b23008_M008": 23,
      "b23008_E016": 204,
      "b23008_M016": 77,
      "b23008_E021": 44,
      "b23008_M021": 25,
      "b11003_E001": 507,
      "b11003_M001": 77,
      "b11003_E003": 185,
      "b11003_M003": 56,
      "b11003_E010": 4,
      "b11003_M010": 5,
      "b11003_E016": 19,
      "b11003_M016": 16,
      "b17020_E001": 1813,
      "b17020_M001": 229,
      "b17020_E003": 12,
      "b17020_M003": 24,
      "b17020_E004": 4,
      "b17020_M004": 5,
      "b17020_E005": 16,
      "b17020_M005": 22,
      "b17020_E011": 127,
      "b17020_M011": 80,
      "b17020_E012": 114,
      "b17020_M012": 54,
      "b17020_E013": 138,
      "b17020_M013": 42,
      "b15003_E001": 1274,
      "b15003_M001": 157,
      "b15003_E022": 165,
      "b15003_M022": 44,
      "b15003_E023": 174,
      "b15003_M023": 40,
      "b15003_E024": 22,
      "b15003_M024": 10,
      "b15003_E025": 7,
      "b15003_M025": 6,
      "c16002_E001": 705,
      "c16002_M001": 98,
      "c16002_E004": 3,
      "c16002_M004": 4,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 705,
      "b22010_M001": 98,
      "b22010_E002": 59,
      "b22010_M002": 28,
      "b19013_E001": 89948,
      "b19013_M001": 13118
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.87,
       "moe": 9.37,
       "numerator": 66,
       "denominator": 416
      },
      "children_with_two_parents_pct": {
       "estimate": 84.13,
       "moe": 8.4,
       "numerator": 350,
       "denominator": 416
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.51,
       "moe": 12.08,
       "numerator": 29,
       "denominator": 187
      },
      "children_below_poverty_pct": {
       "estimate": 8.99,
       "moe": 7.48,
       "numerator": 40,
       "denominator": 445
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.35,
       "moe": 4.55,
       "numerator": 372,
       "denominator": 1312
      },
      "limited_english_households_pct": {
       "estimate": 0.29,
       "moe": 3.24,
       "numerator": 2,
       "denominator": 700
      },
      "snap_households_pct": {
       "estimate": 7.29,
       "moe": 3.9,
       "numerator": 51,
       "denominator": 700
      },
      "median_household_income": {
       "estimate": 95543,
       "moe": 10296.0
      },
      "own_children_under_18": {
       "estimate": 416,
       "moe": 102.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 445,
       "moe": 97.57561170702442
      }
     },
     "lines": {
      "b23008_E001": 416,
      "b23008_M001": 102,
      "b23008_E003": 159,
      "b23008_M003": 64,
      "b23008_E008": 11,
      "b23008_M008": 22,
      "b23008_E016": 191,
      "b23008_M016": 67,
      "b23008_E021": 55,
      "b23008_M021": 36,
      "b11003_E001": 504,
      "b11003_M001": 73,
      "b11003_E003": 158,
      "b11003_M003": 53,
      "b11003_E010": 3,
      "b11003_M010": 4,
      "b11003_E016": 26,
      "b11003_M016": 24,
      "b17020_E001": 1867,
      "b17020_M001": 211,
      "b17020_E003": 11,
      "b17020_M003": 22,
      "b17020_E004": 4,
      "b17020_M004": 5,
      "b17020_E005": 25,
      "b17020_M005": 26,
      "b17020_E011": 159,
      "b17020_M011": 64,
      "b17020_E012": 90,
      "b17020_M012": 48,
      "b17020_E013": 156,
      "b17020_M013": 44,
      "b15003_E001": 1312,
      "b15003_M001": 144,
      "b15003_E022": 181,
      "b15003_M022": 54,
      "b15003_E023": 176,
      "b15003_M023": 45,
      "b15003_E024": 15,
      "b15003_M024": 11,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 700,
      "c16002_M001": 85,
      "c16002_E004": 2,
      "c16002_M004": 3,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 700,
      "b22010_M001": 85,
      "b22010_E002": 51,
      "b22010_M002": 28,
      "b19013_E001": 95543,
      "b19013_M001": 10296
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.12,
       "moe": 10.46,
       "numerator": 109,
       "denominator": 452
      },
      "children_with_two_parents_pct": {
       "estimate": 75.88,
       "moe": 18.71,
       "numerator": 343,
       "denominator": 452
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.22,
       "moe": 9.92,
       "numerator": 28,
       "denominator": 184
      },
      "children_below_poverty_pct": {
       "estimate": 13.84,
       "moe": 7.96,
       "numerator": 66,
       "denominator": 477
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.89,
       "moe": 4.52,
       "numerator": 386,
       "denominator": 1336
      },
      "limited_english_households_pct": {
       "estimate": 0.83,
       "moe": 2.93,
       "numerator": 6,
       "denominator": 725
      },
      "snap_households_pct": {
       "estimate": 6.34,
       "moe": 3.36,
       "numerator": 46,
       "denominator": 725
      },
      "median_household_income": {
       "estimate": 100179,
       "moe": 8170.0
      },
      "own_children_under_18": {
       "estimate": 452,
       "moe": 119.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 477,
       "moe": 129.95383795794567
      }
     },
     "lines": {
      "b23008_E001": 452,
      "b23008_M001": 119,
      "b23008_E003": 175,
      "b23008_M003": 104,
      "b23008_E008": 14,
      "b23008_M008": 12,
      "b23008_E016": 168,
      "b23008_M016": 67,
      "b23008_E021": 95,
      "b23008_M021": 54,
      "b11003_E001": 517,
      "b11003_M001": 71,
      "b11003_E003": 156,
      "b11003_M003": 54,
      "b11003_E010": 6,
      "b11003_M010": 7,
      "b11003_E016": 22,
      "b11003_M016": 19,
      "b17020_E001": 1897,
      "b17020_M001": 217,
      "b17020_E003": 4,
      "b17020_M003": 9,
      "b17020_E004": 21,
      "b17020_M004": 23,
      "b17020_E005": 41,
      "b17020_M005": 34,
      "b17020_E011": 185,
      "b17020_M011": 103,
      "b17020_E012": 89,
      "b17020_M012": 47,
      "b17020_E013": 137,
      "b17020_M013": 48,
      "b15003_E001": 1336,
      "b15003_M001": 156,
      "b15003_E022": 201,
      "b15003_M022": 57,
      "b15003_E023": 170,
      "b15003_M023": 48,
      "b15003_E024": 13,
      "b15003_M024": 10,
      "b15003_E025": 2,
      "b15003_M025": 5,
      "c16002_E001": 725,
      "c16002_M001": 87,
      "c16002_E004": 4,
      "c16002_M004": 6,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 2,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 725,
      "b22010_M001": 87,
      "b22010_E002": 46,
      "b22010_M002": 25,
      "b19013_E001": 100179,
      "b19013_M001": 8170
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.12,
       "moe": 12.51,
       "numerator": 117,
       "denominator": 485
      },
      "children_with_two_parents_pct": {
       "estimate": 75.88,
       "moe": 16.28,
       "numerator": 368,
       "denominator": 485
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.41,
       "moe": 5.71,
       "numerator": 21,
       "denominator": 184
      },
      "children_below_poverty_pct": {
       "estimate": 14.86,
       "moe": 9.28,
       "numerator": 77,
       "denominator": 518
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.85,
       "moe": 4.81,
       "numerator": 379,
       "denominator": 1361
      },
      "limited_english_households_pct": {
       "estimate": 0.28,
       "moe": 3.46,
       "numerator": 2,
       "denominator": 716
      },
      "snap_households_pct": {
       "estimate": 9.08,
       "moe": 3.76,
       "numerator": 65,
       "denominator": 716
      },
      "median_household_income": {
       "estimate": 105000,
       "moe": 9871.0
      },
      "own_children_under_18": {
       "estimate": 485,
       "moe": 125.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 518,
       "moe": 131.79529581893277
      }
     },
     "lines": {
      "b23008_E001": 485,
      "b23008_M001": 125,
      "b23008_E003": 163,
      "b23008_M003": 103,
      "b23008_E008": 13,
      "b23008_M008": 10,
      "b23008_E016": 205,
      "b23008_M016": 68,
      "b23008_E021": 104,
      "b23008_M021": 67,
      "b11003_E001": 517,
      "b11003_M001": 73,
      "b11003_E003": 163,
      "b11003_M003": 53,
      "b11003_E010": 8,
      "b11003_M010": 7,
      "b11003_E016": 13,
      "b11003_M016": 10,
      "b17020_E001": 1976,
      "b17020_M001": 205,
      "b17020_E003": 2,
      "b17020_M003": 4,
      "b17020_E004": 27,
      "b17020_M004": 34,
      "b17020_E005": 48,
      "b17020_M005": 39,
      "b17020_E011": 178,
      "b17020_M011": 103,
      "b17020_E012": 110,
      "b17020_M012": 48,
      "b17020_E013": 153,
      "b17020_M013": 42,
      "b15003_E001": 1361,
      "b15003_M001": 144,
      "b15003_E022": 196,
      "b15003_M022": 61,
      "b15003_E023": 175,
      "b15003_M023": 46,
      "b15003_E024": 6,
      "b15003_M024": 6,
      "b15003_E025": 2,
      "b15003_M025": 5,
      "c16002_E001": 716,
      "c16002_M001": 85,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 2,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 716,
      "b22010_M001": 85,
      "b22010_E002": 65,
      "b22010_M002": 28,
      "b19013_E001": 105000,
      "b19013_M001": 9871
     }
    }
   }
  },
  "Glastonbury": {
   "cousub": "31240",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.74,
       "moe": 4.31,
       "numerator": 1134,
       "denominator": 7205
      },
      "children_with_two_parents_pct": {
       "estimate": 84.26,
       "moe": 5.69,
       "numerator": 6071,
       "denominator": 7205
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.98,
       "moe": 4.25,
       "numerator": 625,
       "denominator": 3912
      },
      "children_below_poverty_pct": {
       "estimate": 2.51,
       "moe": 1.13,
       "numerator": 183,
       "denominator": 7289
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.22,
       "moe": 3.24,
       "numerator": 16653,
       "denominator": 25149
      },
      "limited_english_households_pct": {
       "estimate": 1.9,
       "moe": 1.25,
       "numerator": 268,
       "denominator": 14078
      },
      "snap_households_pct": {
       "estimate": 3.68,
       "moe": 1.16,
       "numerator": 518,
       "denominator": 14078
      },
      "median_household_income": {
       "estimate": 130294,
       "moe": 11236.0
      },
      "own_children_under_18": {
       "estimate": 7205,
       "moe": 516.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7289,
       "moe": 636.2790268427838
      }
     },
     "lines": {
      "b23008_E001": 7205,
      "b23008_M001": 516,
      "b23008_E003": 1836,
      "b23008_M003": 339,
      "b23008_E008": 185,
      "b23008_M008": 100,
      "b23008_E016": 4235,
      "b23008_M016": 492,
      "b23008_E021": 949,
      "b23008_M021": 305,
      "b11003_E001": 9481,
      "b11003_M001": 346,
      "b11003_E003": 3287,
      "b11003_M003": 313,
      "b11003_E010": 180,
      "b11003_M010": 87,
      "b11003_E016": 445,
      "b11003_M016": 153,
      "b17020_E001": 34867,
      "b17020_M001": 145,
      "b17020_E003": 48,
      "b17020_M003": 46,
      "b17020_E004": 74,
      "b17020_M004": 54,
      "b17020_E005": 61,
      "b17020_M005": 45,
      "b17020_E011": 1973,
      "b17020_M011": 341,
      "b17020_E012": 2472,
      "b17020_M012": 397,
      "b17020_E013": 2661,
      "b17020_M013": 352,
      "b15003_E001": 25149,
      "b15003_M001": 555,
      "b15003_E022": 8330,
      "b15003_M022": 648,
      "b15003_E023": 6135,
      "b15003_M023": 517,
      "b15003_E024": 1544,
      "b15003_M024": 291,
      "b15003_E025": 644,
      "b15003_M025": 160,
      "c16002_E001": 14078,
      "c16002_M001": 399,
      "c16002_E004": 55,
      "c16002_M004": 45,
      "c16002_E007": 180,
      "c16002_M007": 165,
      "c16002_E010": 33,
      "c16002_M010": 30,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 14078,
      "b22010_M001": 399,
      "b22010_E002": 518,
      "b22010_M002": 164,
      "b19013_E001": 130294,
      "b19013_M001": 11236
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.66,
       "moe": 3.32,
       "numerator": 977,
       "denominator": 7154
      },
      "children_with_two_parents_pct": {
       "estimate": 86.34,
       "moe": 6.13,
       "numerator": 6177,
       "denominator": 7154
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.51,
       "moe": 3.51,
       "numerator": 567,
       "denominator": 3908
      },
      "children_below_poverty_pct": {
       "estimate": 1.63,
       "moe": 0.8,
       "numerator": 118,
       "denominator": 7250
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 67.24,
       "moe": 3.08,
       "numerator": 16926,
       "denominator": 25171
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 1.18,
       "numerator": 258,
       "denominator": 14161
      },
      "snap_households_pct": {
       "estimate": 3.5,
       "moe": 1.07,
       "numerator": 496,
       "denominator": 14161
      },
      "median_household_income": {
       "estimate": 144134,
       "moe": 12482.0
      },
      "own_children_under_18": {
       "estimate": 7154,
       "moe": 480.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7250,
       "moe": 617.005672583324
      }
     },
     "lines": {
      "b23008_E001": 7154,
      "b23008_M001": 480,
      "b23008_E003": 1860,
      "b23008_M003": 395,
      "b23008_E008": 149,
      "b23008_M008": 93,
      "b23008_E016": 4317,
      "b23008_M016": 456,
      "b23008_E021": 828,
      "b23008_M021": 228,
      "b11003_E001": 9545,
      "b11003_M001": 335,
      "b11003_E003": 3341,
      "b11003_M003": 276,
      "b11003_E010": 176,
      "b11003_M010": 83,
      "b11003_E016": 391,
      "b11003_M016": 118,
      "b17020_E001": 34877,
      "b17020_M001": 58,
      "b17020_E003": 17,
      "b17020_M003": 27,
      "b17020_E004": 53,
      "b17020_M004": 37,
      "b17020_E005": 48,
      "b17020_M005": 37,
      "b17020_E011": 1992,
      "b17020_M011": 373,
      "b17020_E012": 2527,
      "b17020_M012": 340,
      "b17020_E013": 2613,
      "b17020_M013": 350,
      "b15003_E001": 25171,
      "b15003_M001": 536,
      "b15003_E022": 8441,
      "b15003_M022": 589,
      "b15003_E023": 6166,
      "b15003_M023": 513,
      "b15003_E024": 1683,
      "b15003_M024": 312,
      "b15003_E025": 636,
      "b15003_M025": 155,
      "c16002_E001": 14161,
      "c16002_M001": 385,
      "c16002_E004": 52,
      "c16002_M004": 56,
      "c16002_E007": 161,
      "c16002_M007": 151,
      "c16002_E010": 45,
      "c16002_M010": 34,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 14161,
      "b22010_M001": 385,
      "b22010_E002": 496,
      "b22010_M002": 152,
      "b19013_E001": 144134,
      "b19013_M001": 12482
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.87,
       "moe": 3.75,
       "numerator": 958,
       "denominator": 7445
      },
      "children_with_two_parents_pct": {
       "estimate": 87.13,
       "moe": 5.09,
       "numerator": 6487,
       "denominator": 7445
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.94,
       "moe": 3.73,
       "numerator": 558,
       "denominator": 4003
      },
      "children_below_poverty_pct": {
       "estimate": 1.92,
       "moe": 1.18,
       "numerator": 144,
       "denominator": 7482
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.76,
       "moe": 3.44,
       "numerator": 17181,
       "denominator": 24987
      },
      "limited_english_households_pct": {
       "estimate": 2.11,
       "moe": 1.22,
       "numerator": 299,
       "denominator": 14167
      },
      "snap_households_pct": {
       "estimate": 3.27,
       "moe": 1.04,
       "numerator": 463,
       "denominator": 14167
      },
      "median_household_income": {
       "estimate": 150290,
       "moe": 11712.0
      },
      "own_children_under_18": {
       "estimate": 7445,
       "moe": 513.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7482,
       "moe": 592.2702086041471
      }
     },
     "lines": {
      "b23008_E001": 7445,
      "b23008_M001": 513,
      "b23008_E003": 1760,
      "b23008_M003": 292,
      "b23008_E008": 98,
      "b23008_M008": 74,
      "b23008_E016": 4727,
      "b23008_M016": 508,
      "b23008_E021": 860,
      "b23008_M021": 277,
      "b11003_E001": 9372,
      "b11003_M001": 331,
      "b11003_E003": 3445,
      "b11003_M003": 293,
      "b11003_E010": 192,
      "b11003_M010": 98,
      "b11003_E016": 366,
      "b11003_M016": 122,
      "b17020_E001": 34912,
      "b17020_M001": 61,
      "b17020_E003": 22,
      "b17020_M003": 33,
      "b17020_E004": 84,
      "b17020_M004": 70,
      "b17020_E005": 38,
      "b17020_M005": 44,
      "b17020_E011": 1836,
      "b17020_M011": 285,
      "b17020_E012": 2810,
      "b17020_M012": 403,
      "b17020_E013": 2692,
      "b17020_M013": 315,
      "b15003_E001": 24987,
      "b15003_M001": 596,
      "b15003_E022": 8511,
      "b15003_M022": 726,
      "b15003_E023": 6090,
      "b15003_M023": 494,
      "b15003_E024": 1806,
      "b15003_M024": 328,
      "b15003_E025": 774,
      "b15003_M025": 173,
      "c16002_E001": 14167,
      "c16002_M001": 479,
      "c16002_E004": 63,
      "c16002_M004": 58,
      "c16002_E007": 180,
      "c16002_M007": 156,
      "c16002_E010": 56,
      "c16002_M010": 37,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 14167,
      "b22010_M001": 479,
      "b22010_E002": 463,
      "b22010_M002": 148,
      "b19013_E001": 150290,
      "b19013_M001": 11712
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.0,
       "moe": 3.71,
       "numerator": 910,
       "denominator": 7581
      },
      "children_with_two_parents_pct": {
       "estimate": 88.0,
       "moe": 6.18,
       "numerator": 6671,
       "denominator": 7581
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.97,
       "moe": 3.82,
       "numerator": 569,
       "denominator": 4072
      },
      "children_below_poverty_pct": {
       "estimate": 2.01,
       "moe": 1.2,
       "numerator": 153,
       "denominator": 7611
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.59,
       "moe": 3.19,
       "numerator": 17251,
       "denominator": 25151
      },
      "limited_english_households_pct": {
       "estimate": 1.67,
       "moe": 1.15,
       "numerator": 239,
       "denominator": 14276
      },
      "snap_households_pct": {
       "estimate": 2.89,
       "moe": 1.01,
       "numerator": 412,
       "denominator": 14276
      },
      "median_household_income": {
       "estimate": 157192,
       "moe": 13747.0
      },
      "own_children_under_18": {
       "estimate": 7581,
       "moe": 478.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7611,
       "moe": 663.3649071212616
      }
     },
     "lines": {
      "b23008_E001": 7581,
      "b23008_M001": 478,
      "b23008_E003": 1853,
      "b23008_M003": 352,
      "b23008_E008": 74,
      "b23008_M008": 74,
      "b23008_E016": 4818,
      "b23008_M016": 522,
      "b23008_E021": 836,
      "b23008_M021": 277,
      "b11003_E001": 9380,
      "b11003_M001": 374,
      "b11003_E003": 3503,
      "b11003_M003": 269,
      "b11003_E010": 213,
      "b11003_M010": 108,
      "b11003_E016": 356,
      "b11003_M016": 120,
      "b17020_E001": 35061,
      "b17020_M001": 69,
      "b17020_E003": 16,
      "b17020_M003": 25,
      "b17020_E004": 99,
      "b17020_M004": 81,
      "b17020_E005": 38,
      "b17020_M005": 36,
      "b17020_E011": 1911,
      "b17020_M011": 365,
      "b17020_E012": 2726,
      "b17020_M012": 439,
      "b17020_E013": 2821,
      "b17020_M013": 325,
      "b15003_E001": 25151,
      "b15003_M001": 538,
      "b15003_E022": 8816,
      "b15003_M022": 553,
      "b15003_E023": 5788,
      "b15003_M023": 578,
      "b15003_E024": 1701,
      "b15003_M024": 316,
      "b15003_E025": 946,
      "b15003_M025": 205,
      "c16002_E001": 14276,
      "c16002_M001": 377,
      "c16002_E004": 37,
      "c16002_M004": 41,
      "c16002_E007": 154,
      "c16002_M007": 151,
      "c16002_E010": 48,
      "c16002_M010": 42,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 14276,
      "b22010_M001": 377,
      "b22010_E002": 412,
      "b22010_M002": 145,
      "b19013_E001": 157192,
      "b19013_M001": 13747
     }
    }
   }
  },
  "Goshen": {
   "cousub": "32290",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.55,
       "moe": 17.67,
       "numerator": 198,
       "denominator": 557
      },
      "children_with_two_parents_pct": {
       "estimate": 64.45,
       "moe": 21.64,
       "numerator": 359,
       "denominator": 557
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.46,
       "moe": 11.98,
       "numerator": 53,
       "denominator": 259
      },
      "children_below_poverty_pct": {
       "estimate": 19.75,
       "moe": 9.66,
       "numerator": 110,
       "denominator": 557
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.86,
       "moe": 6.83,
       "numerator": 1128,
       "denominator": 2357
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.26,
       "numerator": 0,
       "denominator": 1152
      },
      "snap_households_pct": {
       "estimate": 2.17,
       "moe": 1.98,
       "numerator": 25,
       "denominator": 1152
      },
      "median_household_income": {
       "estimate": 127344,
       "moe": 6918.0
      },
      "own_children_under_18": {
       "estimate": 557,
       "moe": 83.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 557,
       "moe": 146.98979556418195
      }
     },
     "lines": {
      "b23008_E001": 557,
      "b23008_M001": 83,
      "b23008_E003": 156,
      "b23008_M003": 86,
      "b23008_E008": 64,
      "b23008_M008": 68,
      "b23008_E016": 203,
      "b23008_M016": 100,
      "b23008_E021": 134,
      "b23008_M021": 77,
      "b11003_E001": 858,
      "b11003_M001": 90,
      "b11003_E003": 206,
      "b11003_M003": 71,
      "b11003_E010": 18,
      "b11003_M010": 21,
      "b11003_E016": 35,
      "b11003_M016": 28,
      "b17020_E001": 3139,
      "b17020_M001": 23,
      "b17020_E003": 23,
      "b17020_M003": 29,
      "b17020_E004": 36,
      "b17020_M004": 31,
      "b17020_E005": 51,
      "b17020_M005": 44,
      "b17020_E011": 197,
      "b17020_M011": 98,
      "b17020_E012": 133,
      "b17020_M012": 70,
      "b17020_E013": 117,
      "b17020_M013": 58,
      "b15003_E001": 2357,
      "b15003_M001": 118,
      "b15003_E022": 553,
      "b15003_M022": 113,
      "b15003_E023": 396,
      "b15003_M023": 103,
      "b15003_E024": 113,
      "b15003_M024": 59,
      "b15003_E025": 66,
      "b15003_M025": 47,
      "c16002_E001": 1152,
      "c16002_M001": 118,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1152,
      "b22010_M001": 118,
      "b22010_E002": 25,
      "b22010_M002": 23,
      "b19013_E001": 127344,
      "b19013_M001": 6918
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.75,
       "moe": 15.75,
       "numerator": 222,
       "denominator": 621
      },
      "children_with_two_parents_pct": {
       "estimate": 64.25,
       "moe": 17.51,
       "numerator": 399,
       "denominator": 621
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.68,
       "moe": 13.46,
       "numerator": 67,
       "denominator": 309
      },
      "children_below_poverty_pct": {
       "estimate": 23.83,
       "moe": 9.63,
       "numerator": 148,
       "denominator": 621
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.72,
       "moe": 8.35,
       "numerator": 1203,
       "denominator": 2282
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.17,
       "numerator": 0,
       "denominator": 1197
      },
      "snap_households_pct": {
       "estimate": 5.76,
       "moe": 3.8,
       "numerator": 69,
       "denominator": 1197
      },
      "median_household_income": {
       "estimate": 138299,
       "moe": 9838.0
      },
      "own_children_under_18": {
       "estimate": 621,
       "moe": 89.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 621,
       "moe": 151.27458477880546
      }
     },
     "lines": {
      "b23008_E001": 621,
      "b23008_M001": 89,
      "b23008_E003": 129,
      "b23008_M003": 67,
      "b23008_E008": 63,
      "b23008_M008": 67,
      "b23008_E016": 270,
      "b23008_M016": 103,
      "b23008_E021": 159,
      "b23008_M021": 78,
      "b11003_E001": 868,
      "b11003_M001": 117,
      "b11003_E003": 242,
      "b11003_M003": 82,
      "b11003_E010": 36,
      "b11003_M010": 39,
      "b11003_E016": 31,
      "b11003_M016": 25,
      "b17020_E001": 3144,
      "b17020_M001": 28,
      "b17020_E003": 31,
      "b17020_M003": 25,
      "b17020_E004": 56,
      "b17020_M004": 43,
      "b17020_E005": 61,
      "b17020_M005": 49,
      "b17020_E011": 161,
      "b17020_M011": 82,
      "b17020_E012": 155,
      "b17020_M012": 89,
      "b17020_E013": 157,
      "b17020_M013": 58,
      "b15003_E001": 2282,
      "b15003_M001": 88,
      "b15003_E022": 553,
      "b15003_M022": 110,
      "b15003_E023": 426,
      "b15003_M023": 117,
      "b15003_E024": 139,
      "b15003_M024": 81,
      "b15003_E025": 85,
      "b15003_M025": 78,
      "c16002_E001": 1197,
      "c16002_M001": 122,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1197,
      "b22010_M001": 122,
      "b22010_E002": 69,
      "b22010_M002": 46,
      "b19013_E001": 138299,
      "b19013_M001": 9838
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.4,
       "moe": 15.44,
       "numerator": 184,
       "denominator": 586
      },
      "children_with_two_parents_pct": {
       "estimate": 68.6,
       "moe": 15.0,
       "numerator": 402,
       "denominator": 586
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.13,
       "moe": 12.5,
       "numerator": 60,
       "denominator": 298
      },
      "children_below_poverty_pct": {
       "estimate": 18.6,
       "moe": 8.71,
       "numerator": 109,
       "denominator": 586
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.63,
       "moe": 7.27,
       "numerator": 1291,
       "denominator": 2363
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.32,
       "numerator": 0,
       "denominator": 1209
      },
      "snap_households_pct": {
       "estimate": 4.3,
       "moe": 3.18,
       "numerator": 52,
       "denominator": 1209
      },
      "median_household_income": {
       "estimate": 161354,
       "moe": 37350.0
      },
      "own_children_under_18": {
       "estimate": 586,
       "moe": 97.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 586,
       "moe": 138.34377470634522
      }
     },
     "lines": {
      "b23008_E001": 586,
      "b23008_M001": 97,
      "b23008_E003": 140,
      "b23008_M003": 69,
      "b23008_E008": 58,
      "b23008_M008": 69,
      "b23008_E016": 262,
      "b23008_M016": 86,
      "b23008_E021": 126,
      "b23008_M021": 66,
      "b11003_E001": 862,
      "b11003_M001": 111,
      "b11003_E003": 238,
      "b11003_M003": 89,
      "b11003_E010": 33,
      "b11003_M010": 36,
      "b11003_E016": 27,
      "b11003_M016": 22,
      "b17020_E001": 3181,
      "b17020_M001": 17,
      "b17020_E003": 25,
      "b17020_M003": 26,
      "b17020_E004": 42,
      "b17020_M004": 35,
      "b17020_E005": 42,
      "b17020_M005": 37,
      "b17020_E011": 173,
      "b17020_M011": 83,
      "b17020_E012": 144,
      "b17020_M012": 68,
      "b17020_E013": 160,
      "b17020_M013": 66,
      "b15003_E001": 2363,
      "b15003_M001": 109,
      "b15003_E022": 623,
      "b15003_M022": 119,
      "b15003_E023": 516,
      "b15003_M023": 116,
      "b15003_E024": 76,
      "b15003_M024": 53,
      "b15003_E025": 76,
      "b15003_M025": 51,
      "c16002_E001": 1209,
      "c16002_M001": 148,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1209,
      "b22010_M001": 148,
      "b22010_E002": 52,
      "b22010_M002": 39,
      "b19013_E001": 161354,
      "b19013_M001": 37350
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.9,
       "moe": 17.02,
       "numerator": 122,
       "denominator": 490
      },
      "children_with_two_parents_pct": {
       "estimate": 75.1,
       "moe": 14.32,
       "numerator": 368,
       "denominator": 490
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.33,
       "moe": 13.92,
       "numerator": 57,
       "denominator": 329
      },
      "children_below_poverty_pct": {
       "estimate": 8.78,
       "moe": 6.73,
       "numerator": 43,
       "denominator": 490
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.72,
       "moe": 7.29,
       "numerator": 1406,
       "denominator": 2479
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.12,
       "numerator": 0,
       "denominator": 1320
      },
      "snap_households_pct": {
       "estimate": 3.26,
       "moe": 3.39,
       "numerator": 43,
       "denominator": 1320
      },
      "median_household_income": {
       "estimate": 152093,
       "moe": 27193.0
      },
      "own_children_under_18": {
       "estimate": 490,
       "moe": 88.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 490,
       "moe": 127.46372032857036
      }
     },
     "lines": {
      "b23008_E001": 490,
      "b23008_M001": 88,
      "b23008_E003": 118,
      "b23008_M003": 58,
      "b23008_E008": 47,
      "b23008_M008": 68,
      "b23008_E016": 250,
      "b23008_M016": 77,
      "b23008_E021": 75,
      "b23008_M021": 53,
      "b11003_E001": 932,
      "b11003_M001": 115,
      "b11003_E003": 272,
      "b11003_M003": 95,
      "b11003_E010": 41,
      "b11003_M010": 46,
      "b11003_E016": 16,
      "b11003_M016": 18,
      "b17020_E001": 3196,
      "b17020_M001": 33,
      "b17020_E003": 9,
      "b17020_M003": 17,
      "b17020_E004": 23,
      "b17020_M004": 27,
      "b17020_E005": 11,
      "b17020_M005": 14,
      "b17020_E011": 156,
      "b17020_M011": 80,
      "b17020_E012": 142,
      "b17020_M012": 77,
      "b17020_E013": 149,
      "b17020_M013": 52,
      "b15003_E001": 2479,
      "b15003_M001": 103,
      "b15003_E022": 669,
      "b15003_M022": 124,
      "b15003_E023": 622,
      "b15003_M023": 128,
      "b15003_E024": 46,
      "b15003_M024": 39,
      "b15003_E025": 69,
      "b15003_M025": 53,
      "c16002_E001": 1320,
      "c16002_M001": 137,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1320,
      "b22010_M001": 137,
      "b22010_E002": 43,
      "b22010_M002": 45,
      "b19013_E001": 152093,
      "b19013_M001": 27193
     }
    }
   }
  },
  "Granby": {
   "cousub": "32640",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.68,
       "moe": 5.97,
       "numerator": 283,
       "denominator": 2231
      },
      "children_with_two_parents_pct": {
       "estimate": 87.32,
       "moe": 10.47,
       "numerator": 1948,
       "denominator": 2231
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.75,
       "moe": 6.59,
       "numerator": 175,
       "denominator": 1273
      },
      "children_below_poverty_pct": {
       "estimate": 1.92,
       "moe": 2.45,
       "numerator": 43,
       "denominator": 2244
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.25,
       "moe": 6.04,
       "numerator": 4547,
       "denominator": 7943
      },
      "limited_english_households_pct": {
       "estimate": 0.4,
       "moe": 1.07,
       "numerator": 17,
       "denominator": 4247
      },
      "snap_households_pct": {
       "estimate": 2.35,
       "moe": 1.79,
       "numerator": 100,
       "denominator": 4247
      },
      "median_household_income": {
       "estimate": 115989,
       "moe": 15367.0
      },
      "own_children_under_18": {
       "estimate": 2231,
       "moe": 168.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2244,
       "moe": 318.907510102851
      }
     },
     "lines": {
      "b23008_E001": 2231,
      "b23008_M001": 168,
      "b23008_E003": 787,
      "b23008_M003": 194,
      "b23008_E008": 79,
      "b23008_M008": 78,
      "b23008_E016": 1161,
      "b23008_M016": 196,
      "b23008_E021": 204,
      "b23008_M021": 110,
      "b11003_E001": 3151,
      "b11003_M001": 193,
      "b11003_E003": 1098,
      "b11003_M003": 145,
      "b11003_E010": 82,
      "b11003_M010": 64,
      "b11003_E016": 93,
      "b11003_M016": 59,
      "b17020_E001": 10862,
      "b17020_M001": 71,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 23,
      "b17020_M004": 39,
      "b17020_E005": 20,
      "b17020_M005": 33,
      "b17020_E011": 879,
      "b17020_M011": 195,
      "b17020_E012": 602,
      "b17020_M012": 145,
      "b17020_E013": 720,
      "b17020_M013": 199,
      "b15003_E001": 7943,
      "b15003_M001": 206,
      "b15003_E022": 2758,
      "b15003_M022": 382,
      "b15003_E023": 1517,
      "b15003_M023": 293,
      "b15003_E024": 236,
      "b15003_M024": 102,
      "b15003_E025": 36,
      "b15003_M025": 40,
      "c16002_E001": 4247,
      "c16002_M001": 222,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 17,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4247,
      "b22010_M001": 222,
      "b22010_E002": 100,
      "b22010_M002": 76,
      "b19013_E001": 115989,
      "b19013_M001": 15367
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.71,
       "moe": 5.88,
       "numerator": 217,
       "denominator": 2234
      },
      "children_with_two_parents_pct": {
       "estimate": 90.29,
       "moe": 10.89,
       "numerator": 2017,
       "denominator": 2234
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.09,
       "moe": 6.07,
       "numerator": 142,
       "denominator": 1281
      },
      "children_below_poverty_pct": {
       "estimate": 0.93,
       "moe": 1.94,
       "numerator": 21,
       "denominator": 2249
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.39,
       "moe": 6.28,
       "numerator": 4489,
       "denominator": 7961
      },
      "limited_english_households_pct": {
       "estimate": 0.4,
       "moe": 1.09,
       "numerator": 17,
       "denominator": 4277
      },
      "snap_households_pct": {
       "estimate": 3.13,
       "moe": 1.98,
       "numerator": 134,
       "denominator": 4277
      },
      "median_household_income": {
       "estimate": 116023,
       "moe": 12339.0
      },
      "own_children_under_18": {
       "estimate": 2234,
       "moe": 186.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2249,
       "moe": 311.41290917365643
      }
     },
     "lines": {
      "b23008_E001": 2234,
      "b23008_M001": 186,
      "b23008_E003": 895,
      "b23008_M003": 207,
      "b23008_E008": 31,
      "b23008_M008": 52,
      "b23008_E016": 1122,
      "b23008_M016": 211,
      "b23008_E021": 186,
      "b23008_M021": 122,
      "b11003_E001": 3064,
      "b11003_M001": 188,
      "b11003_E003": 1139,
      "b11003_M003": 155,
      "b11003_E010": 96,
      "b11003_M010": 67,
      "b11003_E016": 46,
      "b11003_M016": 44,
      "b17020_E001": 10854,
      "b17020_M001": 43,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 21,
      "b17020_M005": 32,
      "b17020_E011": 941,
      "b17020_M011": 212,
      "b17020_E012": 655,
      "b17020_M012": 168,
      "b17020_E013": 632,
      "b17020_M013": 148,
      "b15003_E001": 7961,
      "b15003_M001": 209,
      "b15003_E022": 2710,
      "b15003_M022": 368,
      "b15003_E023": 1484,
      "b15003_M023": 329,
      "b15003_E024": 235,
      "b15003_M024": 132,
      "b15003_E025": 60,
      "b15003_M025": 50,
      "c16002_E001": 4277,
      "c16002_M001": 220,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 17,
      "c16002_M010": 29,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4277,
      "b22010_M001": 220,
      "b22010_E002": 134,
      "b22010_M002": 85,
      "b19013_E001": 116023,
      "b19013_M001": 12339
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.77,
       "moe": 6.38,
       "numerator": 284,
       "denominator": 2224
      },
      "children_with_two_parents_pct": {
       "estimate": 87.23,
       "moe": 10.76,
       "numerator": 1940,
       "denominator": 2224
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.0,
       "moe": 7.31,
       "numerator": 178,
       "denominator": 1271
      },
      "children_below_poverty_pct": {
       "estimate": 0.75,
       "moe": 1.78,
       "numerator": 17,
       "denominator": 2254
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.66,
       "moe": 5.73,
       "numerator": 4508,
       "denominator": 7956
      },
      "limited_english_households_pct": {
       "estimate": 0.39,
       "moe": 1.02,
       "numerator": 17,
       "denominator": 4363
      },
      "snap_households_pct": {
       "estimate": 3.32,
       "moe": 1.99,
       "numerator": 145,
       "denominator": 4363
      },
      "median_household_income": {
       "estimate": 117476,
       "moe": 13573.0
      },
      "own_children_under_18": {
       "estimate": 2224,
       "moe": 217.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2254,
       "moe": 325.6639372113529
      }
     },
     "lines": {
      "b23008_E001": 2224,
      "b23008_M001": 217,
      "b23008_E003": 862,
      "b23008_M003": 226,
      "b23008_E008": 88,
      "b23008_M008": 76,
      "b23008_E016": 1078,
      "b23008_M016": 205,
      "b23008_E021": 196,
      "b23008_M021": 123,
      "b11003_E001": 3030,
      "b11003_M001": 198,
      "b11003_E003": 1093,
      "b11003_M003": 183,
      "b11003_E010": 106,
      "b11003_M010": 81,
      "b11003_E016": 72,
      "b11003_M016": 54,
      "b17020_E001": 10888,
      "b17020_M001": 60,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 17,
      "b17020_M005": 27,
      "b17020_E011": 963,
      "b17020_M011": 234,
      "b17020_E012": 632,
      "b17020_M012": 143,
      "b17020_E013": 642,
      "b17020_M013": 171,
      "b15003_E001": 7956,
      "b15003_M001": 283,
      "b15003_E022": 2744,
      "b15003_M022": 316,
      "b15003_E023": 1361,
      "b15003_M023": 338,
      "b15003_E024": 323,
      "b15003_M024": 127,
      "b15003_E025": 80,
      "b15003_M025": 56,
      "c16002_E001": 4363,
      "c16002_M001": 247,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 17,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4363,
      "b22010_M001": 247,
      "b22010_E002": 145,
      "b22010_M002": 87,
      "b19013_E001": 117476,
      "b19013_M001": 13573
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.44,
       "moe": 7.19,
       "numerator": 356,
       "denominator": 2306
      },
      "children_with_two_parents_pct": {
       "estimate": 84.56,
       "moe": 12.13,
       "numerator": 1950,
       "denominator": 2306
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.87,
       "moe": 7.58,
       "numerator": 206,
       "denominator": 1298
      },
      "children_below_poverty_pct": {
       "estimate": 0.47,
       "moe": 1.53,
       "numerator": 11,
       "denominator": 2336
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.37,
       "moe": 6.04,
       "numerator": 4833,
       "denominator": 8141
      },
      "limited_english_households_pct": {
       "estimate": 0.18,
       "moe": 0.87,
       "numerator": 8,
       "denominator": 4457
      },
      "snap_households_pct": {
       "estimate": 2.13,
       "moe": 1.54,
       "numerator": 95,
       "denominator": 4457
      },
      "median_household_income": {
       "estimate": 120275,
       "moe": 13731.0
      },
      "own_children_under_18": {
       "estimate": 2306,
       "moe": 181.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2336,
       "moe": 359.87636765978397
      }
     },
     "lines": {
      "b23008_E001": 2306,
      "b23008_M001": 181,
      "b23008_E003": 801,
      "b23008_M003": 245,
      "b23008_E008": 87,
      "b23008_M008": 78,
      "b23008_E016": 1149,
      "b23008_M016": 204,
      "b23008_E021": 269,
      "b23008_M021": 149,
      "b11003_E001": 3061,
      "b11003_M001": 236,
      "b11003_E003": 1092,
      "b11003_M003": 182,
      "b11003_E010": 123,
      "b11003_M010": 81,
      "b11003_E016": 83,
      "b11003_M016": 65,
      "b17020_E001": 11063,
      "b17020_M001": 67,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 11,
      "b17020_M005": 20,
      "b17020_E011": 907,
      "b17020_M011": 248,
      "b17020_E012": 739,
      "b17020_M012": 175,
      "b17020_E013": 679,
      "b17020_M013": 190,
      "b15003_E001": 8141,
      "b15003_M001": 234,
      "b15003_E022": 2908,
      "b15003_M022": 379,
      "b15003_E023": 1379,
      "b15003_M023": 299,
      "b15003_E024": 441,
      "b15003_M024": 148,
      "b15003_E025": 105,
      "b15003_M025": 77,
      "c16002_E001": 4457,
      "c16002_M001": 252,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 8,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4457,
      "b22010_M001": 252,
      "b22010_E002": 95,
      "b22010_M002": 69,
      "b19013_E001": 120275,
      "b19013_M001": 13731
     }
    }
   }
  },
  "Greenwich": {
   "cousub": "33620",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.11,
       "moe": 3.13,
       "numerator": 2819,
       "denominator": 16476
      },
      "children_with_two_parents_pct": {
       "estimate": 82.89,
       "moe": 3.55,
       "numerator": 13657,
       "denominator": 16476
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.3,
       "moe": 3.78,
       "numerator": 1494,
       "denominator": 8165
      },
      "children_below_poverty_pct": {
       "estimate": 5.09,
       "moe": 1.33,
       "numerator": 851,
       "denominator": 16713
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 70.55,
       "moe": 2.57,
       "numerator": 30135,
       "denominator": 42713
      },
      "limited_english_households_pct": {
       "estimate": 4.19,
       "moe": 1.14,
       "numerator": 947,
       "denominator": 22620
      },
      "snap_households_pct": {
       "estimate": 3.2,
       "moe": 1.4,
       "numerator": 723,
       "denominator": 22620
      },
      "median_household_income": {
       "estimate": 180447,
       "moe": 17209.0
      },
      "own_children_under_18": {
       "estimate": 16476,
       "moe": 685.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16713,
       "moe": 935.140631135232
      }
     },
     "lines": {
      "b23008_E001": 16476,
      "b23008_M001": 685,
      "b23008_E003": 3804,
      "b23008_M003": 503,
      "b23008_E008": 451,
      "b23008_M008": 180,
      "b23008_E016": 9853,
      "b23008_M016": 642,
      "b23008_E021": 2368,
      "b23008_M021": 498,
      "b11003_E001": 16704,
      "b11003_M001": 405,
      "b11003_E003": 6671,
      "b11003_M003": 384,
      "b11003_E010": 337,
      "b11003_M010": 117,
      "b11003_E016": 1157,
      "b11003_M016": 300,
      "b17020_E001": 63028,
      "b17020_M001": 218,
      "b17020_E003": 228,
      "b17020_M003": 151,
      "b17020_E004": 265,
      "b17020_M004": 113,
      "b17020_E005": 358,
      "b17020_M005": 128,
      "b17020_E011": 4124,
      "b17020_M011": 511,
      "b17020_E012": 5685,
      "b17020_M012": 577,
      "b17020_E013": 6053,
      "b17020_M013": 478,
      "b15003_E001": 42713,
      "b15003_M001": 741,
      "b15003_E022": 14798,
      "b15003_M022": 822,
      "b15003_E023": 11046,
      "b15003_M023": 755,
      "b15003_E024": 3110,
      "b15003_M024": 404,
      "b15003_E025": 1181,
      "b15003_M025": 261,
      "c16002_E001": 22620,
      "c16002_M001": 458,
      "c16002_E004": 418,
      "c16002_M004": 167,
      "c16002_E007": 334,
      "c16002_M007": 177,
      "c16002_E010": 174,
      "c16002_M010": 81,
      "c16002_E013": 21,
      "c16002_M013": 27,
      "b22010_E001": 22620,
      "b22010_M001": 458,
      "b22010_E002": 723,
      "b22010_M002": 317,
      "b19013_E001": 180447,
      "b19013_M001": 17209
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.39,
       "moe": 3.43,
       "numerator": 2625,
       "denominator": 16016
      },
      "children_with_two_parents_pct": {
       "estimate": 83.61,
       "moe": 3.47,
       "numerator": 13391,
       "denominator": 16016
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.03,
       "moe": 3.5,
       "numerator": 1483,
       "denominator": 8226
      },
      "children_below_poverty_pct": {
       "estimate": 4.68,
       "moe": 1.5,
       "numerator": 762,
       "denominator": 16281
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.07,
       "moe": 2.34,
       "numerator": 30399,
       "denominator": 42773
      },
      "limited_english_households_pct": {
       "estimate": 4.28,
       "moe": 1.2,
       "numerator": 970,
       "denominator": 22662
      },
      "snap_households_pct": {
       "estimate": 3.2,
       "moe": 1.25,
       "numerator": 726,
       "denominator": 22662
      },
      "median_household_income": {
       "estimate": 185850,
       "moe": 15590.0
      },
      "own_children_under_18": {
       "estimate": 16016,
       "moe": 719.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16281,
       "moe": 892.3424230641508
      }
     },
     "lines": {
      "b23008_E001": 16016,
      "b23008_M001": 719,
      "b23008_E003": 4032,
      "b23008_M003": 488,
      "b23008_E008": 433,
      "b23008_M008": 172,
      "b23008_E016": 9359,
      "b23008_M016": 657,
      "b23008_E021": 2192,
      "b23008_M021": 535,
      "b11003_E001": 16848,
      "b11003_M001": 388,
      "b11003_E003": 6743,
      "b11003_M003": 378,
      "b11003_E010": 234,
      "b11003_M010": 92,
      "b11003_E016": 1249,
      "b11003_M016": 286,
      "b17020_E001": 63084,
      "b17020_M001": 53,
      "b17020_E003": 249,
      "b17020_M003": 150,
      "b17020_E004": 215,
      "b17020_M004": 108,
      "b17020_E005": 298,
      "b17020_M005": 165,
      "b17020_E011": 4318,
      "b17020_M011": 517,
      "b17020_E012": 5036,
      "b17020_M012": 451,
      "b17020_E013": 6165,
      "b17020_M013": 514,
      "b15003_E001": 42773,
      "b15003_M001": 679,
      "b15003_E022": 14693,
      "b15003_M022": 737,
      "b15003_E023": 10953,
      "b15003_M023": 702,
      "b15003_E024": 3524,
      "b15003_M024": 383,
      "b15003_E025": 1229,
      "b15003_M025": 233,
      "c16002_E001": 22662,
      "c16002_M001": 509,
      "c16002_E004": 456,
      "c16002_M004": 186,
      "c16002_E007": 338,
      "c16002_M007": 180,
      "c16002_E010": 176,
      "c16002_M010": 81,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 22662,
      "b22010_M001": 509,
      "b22010_E002": 726,
      "b22010_M002": 283,
      "b19013_E001": 185850,
      "b19013_M001": 15590
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.65,
       "moe": 3.75,
       "numerator": 2974,
       "denominator": 15944
      },
      "children_with_two_parents_pct": {
       "estimate": 81.35,
       "moe": 4.34,
       "numerator": 12970,
       "denominator": 15944
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.24,
       "moe": 4.13,
       "numerator": 1543,
       "denominator": 8020
      },
      "children_below_poverty_pct": {
       "estimate": 5.96,
       "moe": 1.65,
       "numerator": 965,
       "denominator": 16190
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.36,
       "moe": 2.55,
       "numerator": 31022,
       "denominator": 42871
      },
      "limited_english_households_pct": {
       "estimate": 3.98,
       "moe": 1.14,
       "numerator": 908,
       "denominator": 22800
      },
      "snap_households_pct": {
       "estimate": 3.48,
       "moe": 1.42,
       "numerator": 794,
       "denominator": 22800
      },
      "median_household_income": {
       "estimate": 198458,
       "moe": 13554.0
      },
      "own_children_under_18": {
       "estimate": 15944,
       "moe": 760.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16190,
       "moe": 942.3284989853591
      }
     },
     "lines": {
      "b23008_E001": 15944,
      "b23008_M001": 760,
      "b23008_E003": 4269,
      "b23008_M003": 527,
      "b23008_E008": 685,
      "b23008_M008": 210,
      "b23008_E016": 8701,
      "b23008_M016": 764,
      "b23008_E021": 2289,
      "b23008_M021": 577,
      "b11003_E001": 16576,
      "b11003_M001": 404,
      "b11003_E003": 6477,
      "b11003_M003": 482,
      "b11003_E010": 308,
      "b11003_M010": 128,
      "b11003_E016": 1235,
      "b11003_M016": 326,
      "b17020_E001": 63137,
      "b17020_M001": 40,
      "b17020_E003": 257,
      "b17020_M003": 174,
      "b17020_E004": 320,
      "b17020_M004": 130,
      "b17020_E005": 388,
      "b17020_M005": 166,
      "b17020_E011": 4799,
      "b17020_M011": 553,
      "b17020_E012": 4578,
      "b17020_M012": 561,
      "b17020_E013": 5848,
      "b17020_M013": 439,
      "b15003_E001": 42871,
      "b15003_M001": 675,
      "b15003_E022": 14962,
      "b15003_M022": 833,
      "b15003_E023": 11328,
      "b15003_M023": 722,
      "b15003_E024": 3448,
      "b15003_M024": 410,
      "b15003_E025": 1284,
      "b15003_M025": 220,
      "c16002_E001": 22800,
      "c16002_M001": 544,
      "c16002_E004": 438,
      "c16002_M004": 174,
      "c16002_E007": 269,
      "c16002_M007": 173,
      "c16002_E010": 184,
      "c16002_M010": 83,
      "c16002_E013": 17,
      "c16002_M013": 29,
      "b22010_E001": 22800,
      "b22010_M001": 544,
      "b22010_E002": 794,
      "b22010_M002": 325,
      "b19013_E001": 198458,
      "b19013_M001": 13554
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.98,
       "moe": 3.78,
       "numerator": 3019,
       "denominator": 15909
      },
      "children_with_two_parents_pct": {
       "estimate": 81.02,
       "moe": 4.59,
       "numerator": 12890,
       "denominator": 15909
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.85,
       "moe": 4.38,
       "numerator": 1502,
       "denominator": 7968
      },
      "children_below_poverty_pct": {
       "estimate": 7.13,
       "moe": 2.38,
       "numerator": 1157,
       "denominator": 16235
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.54,
       "moe": 2.27,
       "numerator": 31434,
       "denominator": 43336
      },
      "limited_english_households_pct": {
       "estimate": 4.6,
       "moe": 1.38,
       "numerator": 1062,
       "denominator": 23094
      },
      "snap_households_pct": {
       "estimate": 3.45,
       "moe": 1.21,
       "numerator": 796,
       "denominator": 23094
      },
      "median_household_income": {
       "estimate": 206130,
       "moe": 13918.0
      },
      "own_children_under_18": {
       "estimate": 15909,
       "moe": 719.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16235,
       "moe": 1113.0588483993108
      }
     },
     "lines": {
      "b23008_E001": 15909,
      "b23008_M001": 719,
      "b23008_E003": 4420,
      "b23008_M003": 664,
      "b23008_E008": 694,
      "b23008_M008": 215,
      "b23008_E016": 8470,
      "b23008_M016": 657,
      "b23008_E021": 2325,
      "b23008_M021": 578,
      "b11003_E001": 16853,
      "b11003_M001": 456,
      "b11003_E003": 6466,
      "b11003_M003": 427,
      "b11003_E010": 267,
      "b11003_M010": 127,
      "b11003_E016": 1235,
      "b11003_M016": 342,
      "b17020_E001": 63351,
      "b17020_M001": 178,
      "b17020_E003": 296,
      "b17020_M003": 182,
      "b17020_E004": 448,
      "b17020_M004": 289,
      "b17020_E005": 413,
      "b17020_M005": 197,
      "b17020_E011": 4985,
      "b17020_M011": 697,
      "b17020_E012": 4306,
      "b17020_M012": 559,
      "b17020_E013": 5787,
      "b17020_M013": 534,
      "b15003_E001": 43336,
      "b15003_M001": 797,
      "b15003_E022": 14858,
      "b15003_M022": 807,
      "b15003_E023": 11447,
      "b15003_M023": 590,
      "b15003_E024": 3717,
      "b15003_M024": 476,
      "b15003_E025": 1412,
      "b15003_M025": 272,
      "c16002_E001": 23094,
      "c16002_M001": 564,
      "c16002_E004": 581,
      "c16002_M004": 250,
      "c16002_E007": 332,
      "c16002_M007": 179,
      "c16002_E010": 132,
      "c16002_M010": 87,
      "c16002_E013": 17,
      "c16002_M013": 23,
      "b22010_E001": 23094,
      "b22010_M001": 564,
      "b22010_E002": 796,
      "b22010_M002": 279,
      "b19013_E001": 206130,
      "b19013_M001": 13918
     }
    }
   }
  },
  "Griswold": {
   "cousub": "33900",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 53.48,
       "moe": 10.09,
       "numerator": 1314,
       "denominator": 2457
      },
      "children_with_two_parents_pct": {
       "estimate": 46.52,
       "moe": 11.31,
       "numerator": 1143,
       "denominator": 2457
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.22,
       "moe": 10.51,
       "numerator": 733,
       "denominator": 1431
      },
      "children_below_poverty_pct": {
       "estimate": 4.13,
       "moe": 3.28,
       "numerator": 102,
       "denominator": 2469
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 16.95,
       "moe": 3.46,
       "numerator": 1385,
       "denominator": 8170
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.86,
       "numerator": 0,
       "denominator": 4885
      },
      "snap_households_pct": {
       "estimate": 12.08,
       "moe": 3.15,
       "numerator": 590,
       "denominator": 4885
      },
      "median_household_income": {
       "estimate": 66524,
       "moe": 7229.0
      },
      "own_children_under_18": {
       "estimate": 2457,
       "moe": 375.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2469,
       "moe": 401.51587764371163
      }
     },
     "lines": {
      "b23008_E001": 2457,
      "b23008_M001": 375,
      "b23008_E003": 342,
      "b23008_M003": 185,
      "b23008_E008": 306,
      "b23008_M008": 176,
      "b23008_E016": 801,
      "b23008_M016": 271,
      "b23008_E021": 1008,
      "b23008_M021": 266,
      "b11003_E001": 3400,
      "b11003_M001": 286,
      "b11003_E003": 698,
      "b11003_M003": 200,
      "b11003_E010": 135,
      "b11003_M010": 121,
      "b11003_E016": 598,
      "b11003_M016": 174,
      "b17020_E001": 11448,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 24,
      "b17020_M004": 28,
      "b17020_E005": 78,
      "b17020_M005": 75,
      "b17020_E011": 648,
      "b17020_M011": 236,
      "b17020_E012": 717,
      "b17020_M012": 205,
      "b17020_E013": 1002,
      "b17020_M013": 238,
      "b15003_E001": 8170,
      "b15003_M001": 481,
      "b15003_E022": 849,
      "b15003_M022": 218,
      "b15003_E023": 377,
      "b15003_M023": 177,
      "b15003_E024": 46,
      "b15003_M024": 58,
      "b15003_E025": 113,
      "b15003_M025": 67,
      "c16002_E001": 4885,
      "c16002_M001": 356,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4885,
      "b22010_M001": 356,
      "b22010_E002": 590,
      "b22010_M002": 160,
      "b19013_E001": 66524,
      "b19013_M001": 7229
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 48.75,
       "moe": 11.25,
       "numerator": 1035,
       "denominator": 2123
      },
      "children_with_two_parents_pct": {
       "estimate": 51.25,
       "moe": 9.31,
       "numerator": 1088,
       "denominator": 2123
      },
      "one_parent_families_with_children_pct": {
       "estimate": 49.63,
       "moe": 13.3,
       "numerator": 611,
       "denominator": 1231
      },
      "children_below_poverty_pct": {
       "estimate": 3.49,
       "moe": 3.95,
       "numerator": 74,
       "denominator": 2123
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.18,
       "moe": 3.3,
       "numerator": 1487,
       "denominator": 8657
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.86,
       "numerator": 0,
       "denominator": 4884
      },
      "snap_households_pct": {
       "estimate": 13.78,
       "moe": 3.56,
       "numerator": 673,
       "denominator": 4884
      },
      "median_household_income": {
       "estimate": 74207,
       "moe": 11603.0
      },
      "own_children_under_18": {
       "estimate": 2123,
       "moe": 344.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2123,
       "moe": 376.6072224480035
      }
     },
     "lines": {
      "b23008_E001": 2123,
      "b23008_M001": 344,
      "b23008_E003": 269,
      "b23008_M003": 112,
      "b23008_E008": 134,
      "b23008_M008": 113,
      "b23008_E016": 819,
      "b23008_M016": 240,
      "b23008_E021": 901,
      "b23008_M021": 269,
      "b11003_E001": 3387,
      "b11003_M001": 275,
      "b11003_E003": 620,
      "b11003_M003": 166,
      "b11003_E010": 147,
      "b11003_M010": 100,
      "b11003_E016": 464,
      "b11003_M016": 186,
      "b17020_E001": 11484,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 26,
      "b17020_M004": 29,
      "b17020_E005": 48,
      "b17020_M005": 77,
      "b17020_E011": 403,
      "b17020_M011": 146,
      "b17020_E012": 809,
      "b17020_M012": 215,
      "b17020_E013": 837,
      "b17020_M013": 259,
      "b15003_E001": 8657,
      "b15003_M001": 367,
      "b15003_E022": 941,
      "b15003_M022": 216,
      "b15003_E023": 452,
      "b15003_M023": 181,
      "b15003_E024": 29,
      "b15003_M024": 49,
      "b15003_E025": 65,
      "b15003_M025": 62,
      "c16002_E001": 4884,
      "c16002_M001": 308,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4884,
      "b22010_M001": 308,
      "b22010_E002": 673,
      "b22010_M002": 179,
      "b19013_E001": 74207,
      "b19013_M001": 11603
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.37,
       "moe": 11.6,
       "numerator": 972,
       "denominator": 2096
      },
      "children_with_two_parents_pct": {
       "estimate": 53.63,
       "moe": 10.56,
       "numerator": 1124,
       "denominator": 2096
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.63,
       "moe": 10.56,
       "numerator": 562,
       "denominator": 1180
      },
      "children_below_poverty_pct": {
       "estimate": 4.67,
       "moe": 3.35,
       "numerator": 99,
       "denominator": 2118
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.91,
       "moe": 3.12,
       "numerator": 1530,
       "denominator": 8544
      },
      "limited_english_households_pct": {
       "estimate": 0.2,
       "moe": 0.81,
       "numerator": 10,
       "denominator": 4901
      },
      "snap_households_pct": {
       "estimate": 14.04,
       "moe": 3.96,
       "numerator": 688,
       "denominator": 4901
      },
      "median_household_income": {
       "estimate": 80694,
       "moe": 10744.0
      },
      "own_children_under_18": {
       "estimate": 2096,
       "moe": 352.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2118,
       "moe": 382.85245199684954
      }
     },
     "lines": {
      "b23008_E001": 2096,
      "b23008_M001": 352,
      "b23008_E003": 381,
      "b23008_M003": 138,
      "b23008_E008": 46,
      "b23008_M008": 63,
      "b23008_E016": 743,
      "b23008_M016": 256,
      "b23008_E021": 926,
      "b23008_M021": 286,
      "b11003_E001": 3289,
      "b11003_M001": 263,
      "b11003_E003": 618,
      "b11003_M003": 138,
      "b11003_E010": 160,
      "b11003_M010": 66,
      "b11003_E016": 402,
      "b11003_M016": 146,
      "b17020_E001": 11482,
      "b17020_M001": 25,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 53,
      "b17020_M004": 50,
      "b17020_E005": 46,
      "b17020_M005": 49,
      "b17020_E011": 427,
      "b17020_M011": 152,
      "b17020_E012": 705,
      "b17020_M012": 239,
      "b17020_E013": 887,
      "b17020_M013": 247,
      "b15003_E001": 8544,
      "b15003_M001": 408,
      "b15003_E022": 968,
      "b15003_M022": 212,
      "b15003_E023": 460,
      "b15003_M023": 158,
      "b15003_E024": 45,
      "b15003_M024": 54,
      "b15003_E025": 57,
      "b15003_M025": 59,
      "c16002_E001": 4901,
      "c16002_M001": 312,
      "c16002_E004": 10,
      "c16002_M004": 16,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4901,
      "b22010_M001": 312,
      "b22010_E002": 688,
      "b22010_M002": 199,
      "b19013_E001": 80694,
      "b19013_M001": 10744
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.73,
       "moe": 13.24,
       "numerator": 896,
       "denominator": 2097
      },
      "children_with_two_parents_pct": {
       "estimate": 57.27,
       "moe": 11.6,
       "numerator": 1201,
       "denominator": 2097
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.17,
       "moe": 10.4,
       "numerator": 612,
       "denominator": 1196
      },
      "children_below_poverty_pct": {
       "estimate": 5.21,
       "moe": 4.01,
       "numerator": 111,
       "denominator": 2131
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.88,
       "moe": 4.02,
       "numerator": 1681,
       "denominator": 8455
      },
      "limited_english_households_pct": {
       "estimate": 0.94,
       "moe": 1.35,
       "numerator": 46,
       "denominator": 4890
      },
      "snap_households_pct": {
       "estimate": 12.74,
       "moe": 4.62,
       "numerator": 623,
       "denominator": 4890
      },
      "median_household_income": {
       "estimate": 78719,
       "moe": 11234.0
      },
      "own_children_under_18": {
       "estimate": 2097,
       "moe": 283.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2131,
       "moe": 388.02319518296844
      }
     },
     "lines": {
      "b23008_E001": 2097,
      "b23008_M001": 283,
      "b23008_E003": 395,
      "b23008_M003": 161,
      "b23008_E008": 42,
      "b23008_M008": 59,
      "b23008_E016": 806,
      "b23008_M016": 244,
      "b23008_E021": 854,
      "b23008_M021": 297,
      "b11003_E001": 3256,
      "b11003_M001": 284,
      "b11003_E003": 584,
      "b11003_M003": 126,
      "b11003_E010": 195,
      "b11003_M010": 82,
      "b11003_E016": 417,
      "b11003_M016": 141,
      "b17020_E001": 11529,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 52,
      "b17020_M004": 54,
      "b17020_E005": 59,
      "b17020_M005": 66,
      "b17020_E011": 437,
      "b17020_M011": 162,
      "b17020_E012": 799,
      "b17020_M012": 219,
      "b17020_E013": 784,
      "b17020_M013": 262,
      "b15003_E001": 8455,
      "b15003_M001": 359,
      "b15003_E022": 1061,
      "b15003_M022": 287,
      "b15003_E023": 503,
      "b15003_M023": 180,
      "b15003_E024": 56,
      "b15003_M024": 48,
      "b15003_E025": 61,
      "b15003_M025": 58,
      "c16002_E001": 4890,
      "c16002_M001": 302,
      "c16002_E004": 11,
      "c16002_M004": 19,
      "c16002_E007": 35,
      "c16002_M007": 56,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4890,
      "b22010_M001": 302,
      "b22010_E002": 623,
      "b22010_M002": 229,
      "b19013_E001": 78719,
      "b19013_M001": 11234
     }
    }
   }
  },
  "Groton": {
   "cousub": "34250",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.75,
       "moe": 6.73,
       "numerator": 2813,
       "denominator": 7076
      },
      "children_with_two_parents_pct": {
       "estimate": 60.25,
       "moe": 5.4,
       "numerator": 4263,
       "denominator": 7076
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.04,
       "moe": 6.78,
       "numerator": 1465,
       "denominator": 4065
      },
      "children_below_poverty_pct": {
       "estimate": 15.74,
       "moe": 5.15,
       "numerator": 1139,
       "denominator": 7237
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.65,
       "moe": 2.66,
       "numerator": 9877,
       "denominator": 25556
      },
      "limited_english_households_pct": {
       "estimate": 2.05,
       "moe": 0.85,
       "numerator": 329,
       "denominator": 16043
      },
      "snap_households_pct": {
       "estimate": 11.26,
       "moe": 2.39,
       "numerator": 1807,
       "denominator": 16043
      },
      "median_household_income": {
       "estimate": 73999,
       "moe": 4334.0
      },
      "own_children_under_18": {
       "estimate": 7076,
       "moe": 579.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7237,
       "moe": 719.2357054540604
      }
     },
     "lines": {
      "b23008_E001": 7076,
      "b23008_M001": 579,
      "b23008_E003": 1635,
      "b23008_M003": 338,
      "b23008_E008": 976,
      "b23008_M008": 374,
      "b23008_E016": 2628,
      "b23008_M016": 392,
      "b23008_E021": 1837,
      "b23008_M021": 374,
      "b11003_E001": 9685,
      "b11003_M001": 524,
      "b11003_E003": 2600,
      "b11003_M003": 400,
      "b11003_E010": 216,
      "b11003_M010": 137,
      "b11003_E016": 1249,
      "b11003_M016": 304,
      "b17020_E001": 35749,
      "b17020_M001": 770,
      "b17020_E003": 408,
      "b17020_M003": 244,
      "b17020_E004": 334,
      "b17020_M004": 195,
      "b17020_E005": 397,
      "b17020_M005": 233,
      "b17020_E011": 2212,
      "b17020_M011": 375,
      "b17020_E012": 1800,
      "b17020_M012": 299,
      "b17020_E013": 2086,
      "b17020_M013": 368,
      "b15003_E001": 25556,
      "b15003_M001": 876,
      "b15003_E022": 5435,
      "b15003_M022": 535,
      "b15003_E023": 3225,
      "b15003_M023": 473,
      "b15003_E024": 645,
      "b15003_M024": 150,
      "b15003_E025": 572,
      "b15003_M025": 213,
      "c16002_E001": 16043,
      "c16002_M001": 652,
      "c16002_E004": 65,
      "c16002_M004": 58,
      "c16002_E007": 155,
      "c16002_M007": 93,
      "c16002_E010": 109,
      "c16002_M010": 76,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 16043,
      "b22010_M001": 652,
      "b22010_E002": 1807,
      "b22010_M002": 391,
      "b19013_E001": 73999,
      "b19013_M001": 4334
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.71,
       "moe": 7.01,
       "numerator": 2591,
       "denominator": 6870
      },
      "children_with_two_parents_pct": {
       "estimate": 62.29,
       "moe": 6.85,
       "numerator": 4279,
       "denominator": 6870
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.14,
       "moe": 7.06,
       "numerator": 1438,
       "denominator": 3979
      },
      "children_below_poverty_pct": {
       "estimate": 12.35,
       "moe": 4.72,
       "numerator": 868,
       "denominator": 7028
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.61,
       "moe": 2.58,
       "numerator": 10548,
       "denominator": 26627
      },
      "limited_english_households_pct": {
       "estimate": 2.06,
       "moe": 0.8,
       "numerator": 337,
       "denominator": 16391
      },
      "snap_households_pct": {
       "estimate": 9.88,
       "moe": 2.37,
       "numerator": 1619,
       "denominator": 16391
      },
      "median_household_income": {
       "estimate": 82149,
       "moe": 3866.0
      },
      "own_children_under_18": {
       "estimate": 6870,
       "moe": 523.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7028,
       "moe": 711.6923492633597
      }
     },
     "lines": {
      "b23008_E001": 6870,
      "b23008_M001": 523,
      "b23008_E003": 1716,
      "b23008_M003": 377,
      "b23008_E008": 766,
      "b23008_M008": 339,
      "b23008_E016": 2563,
      "b23008_M016": 431,
      "b23008_E021": 1825,
      "b23008_M021": 395,
      "b11003_E001": 9715,
      "b11003_M001": 538,
      "b11003_E003": 2541,
      "b11003_M003": 389,
      "b11003_E010": 297,
      "b11003_M010": 125,
      "b11003_E016": 1141,
      "b11003_M016": 313,
      "b17020_E001": 36406,
      "b17020_M001": 136,
      "b17020_E003": 199,
      "b17020_M003": 181,
      "b17020_E004": 266,
      "b17020_M004": 127,
      "b17020_E005": 403,
      "b17020_M005": 262,
      "b17020_E011": 2293,
      "b17020_M011": 426,
      "b17020_E012": 1845,
      "b17020_M012": 314,
      "b17020_E013": 2022,
      "b17020_M013": 330,
      "b15003_E001": 26627,
      "b15003_M001": 759,
      "b15003_E022": 6029,
      "b15003_M022": 518,
      "b15003_E023": 3160,
      "b15003_M023": 446,
      "b15003_E024": 823,
      "b15003_M024": 231,
      "b15003_E025": 536,
      "b15003_M025": 200,
      "c16002_E001": 16391,
      "c16002_M001": 505,
      "c16002_E004": 68,
      "c16002_M004": 63,
      "c16002_E007": 162,
      "c16002_M007": 91,
      "c16002_E010": 107,
      "c16002_M010": 66,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 16391,
      "b22010_M001": 505,
      "b22010_E002": 1619,
      "b22010_M002": 392,
      "b19013_E001": 82149,
      "b19013_M001": 3866
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.24,
       "moe": 7.51,
       "numerator": 2281,
       "denominator": 6662
      },
      "children_with_two_parents_pct": {
       "estimate": 65.76,
       "moe": 5.78,
       "numerator": 4381,
       "denominator": 6662
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.3,
       "moe": 5.0,
       "numerator": 1299,
       "denominator": 3787
      },
      "children_below_poverty_pct": {
       "estimate": 13.54,
       "moe": 4.6,
       "numerator": 933,
       "denominator": 6893
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.2,
       "moe": 2.78,
       "numerator": 11137,
       "denominator": 26392
      },
      "limited_english_households_pct": {
       "estimate": 1.96,
       "moe": 0.84,
       "numerator": 324,
       "denominator": 16499
      },
      "snap_households_pct": {
       "estimate": 11.59,
       "moe": 2.48,
       "numerator": 1913,
       "denominator": 16499
      },
      "median_household_income": {
       "estimate": 83547,
       "moe": 4192.0
      },
      "own_children_under_18": {
       "estimate": 6662,
       "moe": 481.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6893,
       "moe": 693.7182425163692
      }
     },
     "lines": {
      "b23008_E001": 6662,
      "b23008_M001": 481,
      "b23008_E003": 1730,
      "b23008_M003": 325,
      "b23008_E008": 647,
      "b23008_M008": 317,
      "b23008_E016": 2651,
      "b23008_M016": 378,
      "b23008_E021": 1634,
      "b23008_M021": 421,
      "b11003_E001": 9788,
      "b11003_M001": 443,
      "b11003_E003": 2488,
      "b11003_M003": 400,
      "b11003_E010": 232,
      "b11003_M010": 111,
      "b11003_E016": 1067,
      "b11003_M016": 223,
      "b17020_E001": 36323,
      "b17020_M001": 125,
      "b17020_E003": 247,
      "b17020_M003": 217,
      "b17020_E004": 329,
      "b17020_M004": 185,
      "b17020_E005": 357,
      "b17020_M005": 167,
      "b17020_E011": 2189,
      "b17020_M011": 388,
      "b17020_E012": 1771,
      "b17020_M012": 287,
      "b17020_E013": 2000,
      "b17020_M013": 373,
      "b15003_E001": 26392,
      "b15003_M001": 761,
      "b15003_E022": 6219,
      "b15003_M022": 533,
      "b15003_E023": 3412,
      "b15003_M023": 497,
      "b15003_E024": 928,
      "b15003_M024": 262,
      "b15003_E025": 578,
      "b15003_M025": 205,
      "c16002_E001": 16499,
      "c16002_M001": 509,
      "c16002_E004": 81,
      "c16002_M004": 68,
      "c16002_E007": 129,
      "c16002_M007": 94,
      "c16002_E010": 114,
      "c16002_M010": 71,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 16499,
      "b22010_M001": 509,
      "b22010_E002": 1913,
      "b22010_M002": 414,
      "b19013_E001": 83547,
      "b19013_M001": 4192
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.27,
       "moe": 8.77,
       "numerator": 2606,
       "denominator": 6810
      },
      "children_with_two_parents_pct": {
       "estimate": 61.73,
       "moe": 5.33,
       "numerator": 4204,
       "denominator": 6810
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.1,
       "moe": 6.86,
       "numerator": 1312,
       "denominator": 3847
      },
      "children_below_poverty_pct": {
       "estimate": 15.24,
       "moe": 5.05,
       "numerator": 1064,
       "denominator": 6983
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.75,
       "moe": 3.01,
       "numerator": 11331,
       "denominator": 26508
      },
      "limited_english_households_pct": {
       "estimate": 2.44,
       "moe": 1.04,
       "numerator": 399,
       "denominator": 16374
      },
      "snap_households_pct": {
       "estimate": 10.9,
       "moe": 2.16,
       "numerator": 1784,
       "denominator": 16374
      },
      "median_household_income": {
       "estimate": 88284,
       "moe": 5289.0
      },
      "own_children_under_18": {
       "estimate": 6810,
       "moe": 537.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6983,
       "moe": 729.9397235388686
      }
     },
     "lines": {
      "b23008_E001": 6810,
      "b23008_M001": 537,
      "b23008_E003": 1764,
      "b23008_M003": 347,
      "b23008_E008": 759,
      "b23008_M008": 379,
      "b23008_E016": 2440,
      "b23008_M016": 348,
      "b23008_E021": 1847,
      "b23008_M021": 505,
      "b11003_E001": 9757,
      "b11003_M001": 489,
      "b11003_E003": 2535,
      "b11003_M003": 357,
      "b11003_E010": 245,
      "b11003_M010": 122,
      "b11003_E016": 1067,
      "b11003_M016": 284,
      "b17020_E001": 36499,
      "b17020_M001": 127,
      "b17020_E003": 388,
      "b17020_M003": 274,
      "b17020_E004": 276,
      "b17020_M004": 177,
      "b17020_E005": 400,
      "b17020_M005": 174,
      "b17020_E011": 2198,
      "b17020_M011": 385,
      "b17020_E012": 1672,
      "b17020_M012": 359,
      "b17020_E013": 2049,
      "b17020_M013": 345,
      "b15003_E001": 26508,
      "b15003_M001": 717,
      "b15003_E022": 6350,
      "b15003_M022": 647,
      "b15003_E023": 3360,
      "b15003_M023": 464,
      "b15003_E024": 939,
      "b15003_M024": 237,
      "b15003_E025": 682,
      "b15003_M025": 202,
      "c16002_E001": 16374,
      "c16002_M001": 541,
      "c16002_E004": 218,
      "c16002_M004": 130,
      "c16002_E007": 91,
      "c16002_M007": 84,
      "c16002_E010": 90,
      "c16002_M010": 65,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 16374,
      "b22010_M001": 541,
      "b22010_E002": 1784,
      "b22010_M002": 359,
      "b19013_E001": 88284,
      "b19013_M001": 5289
     }
    }
   }
  },
  "Guilford": {
   "cousub": "34950",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 8.49,
       "moe": 3.3,
       "numerator": 394,
       "denominator": 4643
      },
      "children_with_two_parents_pct": {
       "estimate": 91.51,
       "moe": 7.39,
       "numerator": 4249,
       "denominator": 4643
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.26,
       "moe": 4.9,
       "numerator": 296,
       "denominator": 2414
      },
      "children_below_poverty_pct": {
       "estimate": 2.36,
       "moe": 1.86,
       "numerator": 111,
       "denominator": 4700
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.07,
       "moe": 4.03,
       "numerator": 9481,
       "denominator": 16051
      },
      "limited_english_households_pct": {
       "estimate": 3.34,
       "moe": 2.52,
       "numerator": 289,
       "denominator": 8665
      },
      "snap_households_pct": {
       "estimate": 3.08,
       "moe": 1.18,
       "numerator": 267,
       "denominator": 8665
      },
      "median_household_income": {
       "estimate": 115171,
       "moe": 7471.0
      },
      "own_children_under_18": {
       "estimate": 4643,
       "moe": 370.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4700,
       "moe": 507.9842517244014
      }
     },
     "lines": {
      "b23008_E001": 4643,
      "b23008_M001": 370,
      "b23008_E003": 1357,
      "b23008_M003": 282,
      "b23008_E008": 12,
      "b23008_M008": 20,
      "b23008_E016": 2892,
      "b23008_M016": 391,
      "b23008_E021": 382,
      "b23008_M021": 155,
      "b11003_E001": 6254,
      "b11003_M001": 280,
      "b11003_E003": 2118,
      "b11003_M003": 208,
      "b11003_E010": 57,
      "b11003_M010": 43,
      "b11003_E016": 239,
      "b11003_M016": 114,
      "b17020_E001": 21952,
      "b17020_M001": 110,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 111,
      "b17020_M005": 81,
      "b17020_E011": 1369,
      "b17020_M011": 282,
      "b17020_E012": 1284,
      "b17020_M012": 208,
      "b17020_E013": 1936,
      "b17020_M013": 357,
      "b15003_E001": 16051,
      "b15003_M001": 479,
      "b15003_E022": 4354,
      "b15003_M022": 499,
      "b15003_E023": 3070,
      "b15003_M023": 320,
      "b15003_E024": 1002,
      "b15003_M024": 248,
      "b15003_E025": 1055,
      "b15003_M025": 294,
      "c16002_E001": 8665,
      "c16002_M001": 368,
      "c16002_E004": 42,
      "c16002_M004": 45,
      "c16002_E007": 0,
      "c16002_M007": 25,
      "c16002_E010": 247,
      "c16002_M010": 211,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8665,
      "b22010_M001": 368,
      "b22010_E002": 267,
      "b22010_M002": 103,
      "b19013_E001": 115171,
      "b19013_M001": 7471
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.39,
       "moe": 5.98,
       "numerator": 648,
       "denominator": 4839
      },
      "children_with_two_parents_pct": {
       "estimate": 86.61,
       "moe": 8.27,
       "numerator": 4191,
       "denominator": 4839
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.94,
       "moe": 6.41,
       "numerator": 321,
       "denominator": 2303
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 1.64,
       "numerator": 83,
       "denominator": 4908
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.5,
       "moe": 3.82,
       "numerator": 9464,
       "denominator": 15905
      },
      "limited_english_households_pct": {
       "estimate": 1.84,
       "moe": 1.37,
       "numerator": 162,
       "denominator": 8786
      },
      "snap_households_pct": {
       "estimate": 2.56,
       "moe": 1.01,
       "numerator": 225,
       "denominator": 8786
      },
      "median_household_income": {
       "estimate": 124793,
       "moe": 7581.0
      },
      "own_children_under_18": {
       "estimate": 4839,
       "moe": 341.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4908,
       "moe": 597.620280780363
      }
     },
     "lines": {
      "b23008_E001": 4839,
      "b23008_M001": 341,
      "b23008_E003": 1060,
      "b23008_M003": 286,
      "b23008_E008": 40,
      "b23008_M008": 54,
      "b23008_E016": 3131,
      "b23008_M016": 407,
      "b23008_E021": 608,
      "b23008_M021": 288,
      "b11003_E001": 6482,
      "b11003_M001": 287,
      "b11003_E003": 1982,
      "b11003_M003": 213,
      "b11003_E010": 59,
      "b11003_M010": 52,
      "b11003_E016": 262,
      "b11003_M016": 143,
      "b17020_E001": 21884,
      "b17020_M001": 30,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 83,
      "b17020_M005": 73,
      "b17020_E011": 1100,
      "b17020_M011": 281,
      "b17020_E012": 1664,
      "b17020_M012": 293,
      "b17020_E013": 2061,
      "b17020_M013": 431,
      "b15003_E001": 15905,
      "b15003_M001": 427,
      "b15003_E022": 4408,
      "b15003_M022": 413,
      "b15003_E023": 3000,
      "b15003_M023": 390,
      "b15003_E024": 1072,
      "b15003_M024": 232,
      "b15003_E025": 984,
      "b15003_M025": 241,
      "c16002_E001": 8786,
      "c16002_M001": 289,
      "c16002_E004": 41,
      "c16002_M004": 42,
      "c16002_E007": 0,
      "c16002_M007": 25,
      "c16002_E010": 121,
      "c16002_M010": 107,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8786,
      "b22010_M001": 289,
      "b22010_E002": 225,
      "b22010_M002": 89,
      "b19013_E001": 124793,
      "b19013_M001": 7581
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.21,
       "moe": 5.34,
       "numerator": 717,
       "denominator": 4713
      },
      "children_with_two_parents_pct": {
       "estimate": 84.79,
       "moe": 7.07,
       "numerator": 3996,
       "denominator": 4713
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.34,
       "moe": 6.35,
       "numerator": 432,
       "denominator": 2356
      },
      "children_below_poverty_pct": {
       "estimate": 1.51,
       "moe": 1.02,
       "numerator": 72,
       "denominator": 4772
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.61,
       "moe": 3.87,
       "numerator": 9224,
       "denominator": 16012
      },
      "limited_english_households_pct": {
       "estimate": 1.95,
       "moe": 1.39,
       "numerator": 171,
       "denominator": 8770
      },
      "snap_households_pct": {
       "estimate": 2.92,
       "moe": 1.15,
       "numerator": 256,
       "denominator": 8770
      },
      "median_household_income": {
       "estimate": 130036,
       "moe": 10842.0
      },
      "own_children_under_18": {
       "estimate": 4713,
       "moe": 358.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4772,
       "moe": 521.5007190790824
      }
     },
     "lines": {
      "b23008_E001": 4713,
      "b23008_M001": 358,
      "b23008_E003": 1057,
      "b23008_M003": 260,
      "b23008_E008": 49,
      "b23008_M008": 54,
      "b23008_E016": 2939,
      "b23008_M016": 368,
      "b23008_E021": 668,
      "b23008_M021": 252,
      "b11003_E001": 6491,
      "b11003_M001": 315,
      "b11003_E003": 1924,
      "b11003_M003": 235,
      "b11003_E010": 137,
      "b11003_M010": 74,
      "b11003_E016": 295,
      "b11003_M016": 140,
      "b17020_E001": 21905,
      "b17020_M001": 27,
      "b17020_E003": 9,
      "b17020_M003": 15,
      "b17020_E004": 9,
      "b17020_M004": 14,
      "b17020_E005": 54,
      "b17020_M005": 45,
      "b17020_E011": 1097,
      "b17020_M011": 259,
      "b17020_E012": 1659,
      "b17020_M012": 256,
      "b17020_E013": 1944,
      "b17020_M013": 370,
      "b15003_E001": 16012,
      "b15003_M001": 456,
      "b15003_E022": 4519,
      "b15003_M022": 476,
      "b15003_E023": 2733,
      "b15003_M023": 342,
      "b15003_E024": 1046,
      "b15003_M024": 222,
      "b15003_E025": 926,
      "b15003_M025": 246,
      "c16002_E001": 8770,
      "c16002_M001": 329,
      "c16002_E004": 7,
      "c16002_M004": 12,
      "c16002_E007": 36,
      "c16002_M007": 36,
      "c16002_E010": 128,
      "c16002_M010": 113,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8770,
      "b22010_M001": 329,
      "b22010_E002": 256,
      "b22010_M002": 101,
      "b19013_E001": 130036,
      "b19013_M001": 10842
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.59,
       "moe": 5.34,
       "numerator": 663,
       "denominator": 4543
      },
      "children_with_two_parents_pct": {
       "estimate": 85.41,
       "moe": 7.07,
       "numerator": 3880,
       "denominator": 4543
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.57,
       "moe": 6.46,
       "numerator": 422,
       "denominator": 2402
      },
      "children_below_poverty_pct": {
       "estimate": 0.76,
       "moe": 0.73,
       "numerator": 35,
       "denominator": 4606
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.55,
       "moe": 4.13,
       "numerator": 9820,
       "denominator": 16217
      },
      "limited_english_households_pct": {
       "estimate": 2.23,
       "moe": 1.42,
       "numerator": 198,
       "denominator": 8870
      },
      "snap_households_pct": {
       "estimate": 3.43,
       "moe": 1.45,
       "numerator": 304,
       "denominator": 8870
      },
      "median_household_income": {
       "estimate": 137816,
       "moe": 11388.0
      },
      "own_children_under_18": {
       "estimate": 4543,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4606,
       "moe": 533.9897002752019
      }
     },
     "lines": {
      "b23008_E001": 4543,
      "b23008_M001": 365,
      "b23008_E003": 1077,
      "b23008_M003": 280,
      "b23008_E008": 68,
      "b23008_M008": 52,
      "b23008_E016": 2803,
      "b23008_M016": 349,
      "b23008_E021": 595,
      "b23008_M021": 243,
      "b11003_E001": 6611,
      "b11003_M001": 296,
      "b11003_E003": 1980,
      "b11003_M003": 229,
      "b11003_E010": 113,
      "b11003_M010": 68,
      "b11003_E016": 309,
      "b11003_M016": 148,
      "b17020_E001": 21976,
      "b17020_M001": 29,
      "b17020_E003": 10,
      "b17020_M003": 15,
      "b17020_E004": 10,
      "b17020_M004": 17,
      "b17020_E005": 15,
      "b17020_M005": 25,
      "b17020_E011": 1135,
      "b17020_M011": 274,
      "b17020_E012": 1623,
      "b17020_M012": 267,
      "b17020_E013": 1813,
      "b17020_M013": 371,
      "b15003_E001": 16217,
      "b15003_M001": 482,
      "b15003_E022": 4482,
      "b15003_M022": 510,
      "b15003_E023": 2923,
      "b15003_M023": 360,
      "b15003_E024": 1260,
      "b15003_M024": 266,
      "b15003_E025": 1155,
      "b15003_M025": 272,
      "c16002_E001": 8870,
      "c16002_M001": 335,
      "c16002_E004": 6,
      "c16002_M004": 10,
      "c16002_E007": 34,
      "c16002_M007": 32,
      "c16002_E010": 158,
      "c16002_M010": 119,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8870,
      "b22010_M001": 335,
      "b22010_E002": 304,
      "b22010_M002": 129,
      "b19013_E001": 137816,
      "b19013_M001": 11388
     }
    }
   }
  },
  "Haddam": {
   "cousub": "35230",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.03,
       "moe": 9.78,
       "numerator": 369,
       "denominator": 1842
      },
      "children_with_two_parents_pct": {
       "estimate": 79.97,
       "moe": 4.4,
       "numerator": 1473,
       "denominator": 1842
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.28,
       "moe": 12.07,
       "numerator": 229,
       "denominator": 906
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.79,
       "numerator": 0,
       "denominator": 1842
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.12,
       "moe": 6.8,
       "numerator": 3248,
       "denominator": 6232
      },
      "limited_english_households_pct": {
       "estimate": 0.49,
       "moe": 1.32,
       "numerator": 15,
       "denominator": 3083
      },
      "snap_households_pct": {
       "estimate": 3.24,
       "moe": 2.19,
       "numerator": 100,
       "denominator": 3083
      },
      "median_household_income": {
       "estimate": 120247,
       "moe": 13328.0
      },
      "own_children_under_18": {
       "estimate": 1842,
       "moe": 211.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1842,
       "moe": 317.7247236209357
      }
     },
     "lines": {
      "b23008_E001": 1842,
      "b23008_M001": 211,
      "b23008_E003": 264,
      "b23008_M003": 105,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 1209,
      "b23008_M016": 155,
      "b23008_E021": 369,
      "b23008_M021": 184,
      "b11003_E001": 2437,
      "b11003_M001": 187,
      "b11003_E003": 677,
      "b11003_M003": 150,
      "b11003_E010": 139,
      "b11003_M010": 97,
      "b11003_E016": 90,
      "b11003_M016": 70,
      "b17020_E001": 8389,
      "b17020_M001": 38,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 264,
      "b17020_M011": 105,
      "b17020_E012": 1023,
      "b17020_M012": 221,
      "b17020_E013": 555,
      "b17020_M013": 200,
      "b15003_E001": 6232,
      "b15003_M001": 255,
      "b15003_E022": 1746,
      "b15003_M022": 267,
      "b15003_E023": 1202,
      "b15003_M023": 332,
      "b15003_E024": 222,
      "b15003_M024": 101,
      "b15003_E025": 78,
      "b15003_M025": 76,
      "c16002_E001": 3083,
      "c16002_M001": 210,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 15,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3083,
      "b22010_M001": 210,
      "b22010_E002": 100,
      "b22010_M002": 68,
      "b19013_E001": 120247,
      "b19013_M001": 13328
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.04,
       "moe": 12.3,
       "numerator": 471,
       "denominator": 1881
      },
      "children_with_two_parents_pct": {
       "estimate": 74.96,
       "moe": 6.65,
       "numerator": 1410,
       "denominator": 1881
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.07,
       "moe": 15.74,
       "numerator": 331,
       "denominator": 1032
      },
      "children_below_poverty_pct": {
       "estimate": 4.52,
       "moe": 5.71,
       "numerator": 85,
       "denominator": 1881
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.2,
       "moe": 6.8,
       "numerator": 3081,
       "denominator": 6138
      },
      "limited_english_households_pct": {
       "estimate": 0.62,
       "moe": 1.45,
       "numerator": 20,
       "denominator": 3217
      },
      "snap_households_pct": {
       "estimate": 4.45,
       "moe": 3.41,
       "numerator": 143,
       "denominator": 3217
      },
      "median_household_income": {
       "estimate": 119252,
       "moe": 8061.0
      },
      "own_children_under_18": {
       "estimate": 1881,
       "moe": 220.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1881,
       "moe": 323.0232189796888
      }
     },
     "lines": {
      "b23008_E001": 1881,
      "b23008_M001": 220,
      "b23008_E003": 239,
      "b23008_M003": 118,
      "b23008_E008": 31,
      "b23008_M008": 36,
      "b23008_E016": 1171,
      "b23008_M016": 170,
      "b23008_E021": 440,
      "b23008_M021": 235,
      "b11003_E001": 2531,
      "b11003_M001": 190,
      "b11003_E003": 701,
      "b11003_M003": 156,
      "b11003_E010": 166,
      "b11003_M010": 136,
      "b11003_E016": 165,
      "b11003_M016": 117,
      "b17020_E001": 8388,
      "b17020_M001": 44,
      "b17020_E003": 12,
      "b17020_M003": 22,
      "b17020_E004": 9,
      "b17020_M004": 16,
      "b17020_E005": 64,
      "b17020_M005": 105,
      "b17020_E011": 258,
      "b17020_M011": 119,
      "b17020_E012": 946,
      "b17020_M012": 217,
      "b17020_E013": 592,
      "b17020_M013": 177,
      "b15003_E001": 6138,
      "b15003_M001": 279,
      "b15003_E022": 1632,
      "b15003_M022": 292,
      "b15003_E023": 1125,
      "b15003_M023": 311,
      "b15003_E024": 219,
      "b15003_M024": 85,
      "b15003_E025": 105,
      "b15003_M025": 69,
      "c16002_E001": 3217,
      "c16002_M001": 205,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 20,
      "c16002_M007": 33,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3217,
      "b22010_M001": 205,
      "b22010_E002": 143,
      "b22010_M002": 110,
      "b19013_E001": 119252,
      "b19013_M001": 8061
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.44,
       "moe": 10.59,
       "numerator": 380,
       "denominator": 1772
      },
      "children_with_two_parents_pct": {
       "estimate": 78.56,
       "moe": 8.64,
       "numerator": 1392,
       "denominator": 1772
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.54,
       "moe": 14.36,
       "numerator": 249,
       "denominator": 975
      },
      "children_below_poverty_pct": {
       "estimate": 3.5,
       "moe": 3.95,
       "numerator": 62,
       "denominator": 1772
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.3,
       "moe": 6.35,
       "numerator": 2973,
       "denominator": 6285
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.18,
       "numerator": 0,
       "denominator": 3218
      },
      "snap_households_pct": {
       "estimate": 4.91,
       "moe": 2.81,
       "numerator": 158,
       "denominator": 3218
      },
      "median_household_income": {
       "estimate": 115833,
       "moe": 13347.0
      },
      "own_children_under_18": {
       "estimate": 1772,
       "moe": 200.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1772,
       "moe": 278.2714502064486
      }
     },
     "lines": {
      "b23008_E001": 1772,
      "b23008_M001": 200,
      "b23008_E003": 288,
      "b23008_M003": 121,
      "b23008_E008": 47,
      "b23008_M008": 46,
      "b23008_E016": 1104,
      "b23008_M016": 183,
      "b23008_E021": 333,
      "b23008_M021": 187,
      "b11003_E001": 2449,
      "b11003_M001": 203,
      "b11003_E003": 726,
      "b11003_M003": 147,
      "b11003_E010": 153,
      "b11003_M010": 128,
      "b11003_E016": 96,
      "b11003_M016": 78,
      "b17020_E001": 8461,
      "b17020_M001": 26,
      "b17020_E003": 9,
      "b17020_M003": 16,
      "b17020_E004": 10,
      "b17020_M004": 16,
      "b17020_E005": 43,
      "b17020_M005": 67,
      "b17020_E011": 326,
      "b17020_M011": 125,
      "b17020_E012": 784,
      "b17020_M012": 165,
      "b17020_E013": 600,
      "b17020_M013": 172,
      "b15003_E001": 6285,
      "b15003_M001": 251,
      "b15003_E022": 1637,
      "b15003_M022": 317,
      "b15003_E023": 1065,
      "b15003_M023": 251,
      "b15003_E024": 182,
      "b15003_M024": 74,
      "b15003_E025": 89,
      "b15003_M025": 68,
      "c16002_E001": 3218,
      "c16002_M001": 225,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3218,
      "b22010_M001": 225,
      "b22010_E002": 158,
      "b22010_M002": 91,
      "b19013_E001": 115833,
      "b19013_M001": 13347
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.75,
       "moe": 10.18,
       "numerator": 493,
       "denominator": 1843
      },
      "children_with_two_parents_pct": {
       "estimate": 73.25,
       "moe": 9.68,
       "numerator": 1350,
       "denominator": 1843
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.73,
       "moe": 12.79,
       "numerator": 357,
       "denominator": 1125
      },
      "children_below_poverty_pct": {
       "estimate": 5.75,
       "moe": 4.85,
       "numerator": 106,
       "denominator": 1843
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.61,
       "moe": 6.19,
       "numerator": 3031,
       "denominator": 6366
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.12,
       "numerator": 0,
       "denominator": 3389
      },
      "snap_households_pct": {
       "estimate": 4.69,
       "moe": 2.7,
       "numerator": 159,
       "denominator": 3389
      },
      "median_household_income": {
       "estimate": 114426,
       "moe": 15147.0
      },
      "own_children_under_18": {
       "estimate": 1843,
       "moe": 197.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1843,
       "moe": 289.04497919873995
      }
     },
     "lines": {
      "b23008_E001": 1843,
      "b23008_M001": 197,
      "b23008_E003": 254,
      "b23008_M003": 107,
      "b23008_E008": 38,
      "b23008_M008": 43,
      "b23008_E016": 1096,
      "b23008_M016": 203,
      "b23008_E021": 455,
      "b23008_M021": 190,
      "b11003_E001": 2530,
      "b11003_M001": 155,
      "b11003_E003": 768,
      "b11003_M003": 134,
      "b11003_E010": 167,
      "b11003_M010": 121,
      "b11003_E016": 190,
      "b11003_M016": 102,
      "b17020_E001": 8541,
      "b17020_M001": 22,
      "b17020_E003": 6,
      "b17020_M003": 10,
      "b17020_E004": 71,
      "b17020_M004": 76,
      "b17020_E005": 29,
      "b17020_M005": 49,
      "b17020_E011": 286,
      "b17020_M011": 103,
      "b17020_E012": 703,
      "b17020_M012": 190,
      "b17020_E013": 748,
      "b17020_M013": 169,
      "b15003_E001": 6366,
      "b15003_M001": 247,
      "b15003_E022": 1620,
      "b15003_M022": 316,
      "b15003_E023": 1115,
      "b15003_M023": 241,
      "b15003_E024": 167,
      "b15003_M024": 73,
      "b15003_E025": 129,
      "b15003_M025": 75,
      "c16002_E001": 3389,
      "c16002_M001": 207,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3389,
      "b22010_M001": 207,
      "b22010_E002": 159,
      "b22010_M002": 92,
      "b19013_E001": 114426,
      "b19013_M001": 15147
     }
    }
   }
  },
  "Hamden": {
   "cousub": "35650",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.3,
       "moe": 5.54,
       "numerator": 3877,
       "denominator": 10395
      },
      "children_with_two_parents_pct": {
       "estimate": 62.7,
       "moe": 4.13,
       "numerator": 6518,
       "denominator": 10395
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.99,
       "moe": 5.82,
       "numerator": 2120,
       "denominator": 5580
      },
      "children_below_poverty_pct": {
       "estimate": 10.31,
       "moe": 3.82,
       "numerator": 1132,
       "denominator": 10980
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.52,
       "moe": 2.37,
       "numerator": 18789,
       "denominator": 40392
      },
      "limited_english_households_pct": {
       "estimate": 2.92,
       "moe": 0.95,
       "numerator": 654,
       "denominator": 22403
      },
      "snap_households_pct": {
       "estimate": 9.75,
       "moe": 2.0,
       "numerator": 2185,
       "denominator": 22403
      },
      "median_household_income": {
       "estimate": 80779,
       "moe": 5722.0
      },
      "own_children_under_18": {
       "estimate": 10395,
       "moe": 784.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10980,
       "moe": 929.6122847725281
      }
     },
     "lines": {
      "b23008_E001": 10395,
      "b23008_M001": 784,
      "b23008_E003": 2218,
      "b23008_M003": 374,
      "b23008_E008": 916,
      "b23008_M008": 282,
      "b23008_E016": 4300,
      "b23008_M016": 535,
      "b23008_E021": 2961,
      "b23008_M021": 581,
      "b11003_E001": 13626,
      "b11003_M001": 469,
      "b11003_E003": 3460,
      "b11003_M003": 354,
      "b11003_E010": 233,
      "b11003_M010": 131,
      "b11003_E016": 1887,
      "b11003_M016": 357,
      "b17020_E001": 55325,
      "b17020_M001": 575,
      "b17020_E003": 312,
      "b17020_M003": 196,
      "b17020_E004": 490,
      "b17020_M004": 316,
      "b17020_E005": 330,
      "b17020_M005": 217,
      "b17020_E011": 2969,
      "b17020_M011": 407,
      "b17020_E012": 3587,
      "b17020_M012": 513,
      "b17020_E013": 3292,
      "b17020_M013": 500,
      "b15003_E001": 40392,
      "b15003_M001": 1002,
      "b15003_E022": 8654,
      "b15003_M022": 771,
      "b15003_E023": 6752,
      "b15003_M023": 621,
      "b15003_E024": 1980,
      "b15003_M024": 340,
      "b15003_E025": 1403,
      "b15003_M025": 199,
      "c16002_E001": 22403,
      "c16002_M001": 730,
      "c16002_E004": 197,
      "c16002_M004": 113,
      "c16002_E007": 224,
      "c16002_M007": 129,
      "c16002_E010": 174,
      "c16002_M010": 112,
      "c16002_E013": 59,
      "c16002_M013": 60,
      "b22010_E001": 22403,
      "b22010_M001": 730,
      "b22010_E002": 2185,
      "b22010_M002": 454,
      "b19013_E001": 80779,
      "b19013_M001": 5722
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.41,
       "moe": 4.49,
       "numerator": 3455,
       "denominator": 10040
      },
      "children_with_two_parents_pct": {
       "estimate": 65.59,
       "moe": 5.21,
       "numerator": 6585,
       "denominator": 10040
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.71,
       "moe": 4.85,
       "numerator": 1893,
       "denominator": 5615
      },
      "children_below_poverty_pct": {
       "estimate": 10.81,
       "moe": 2.78,
       "numerator": 1131,
       "denominator": 10465
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.53,
       "moe": 2.36,
       "numerator": 19184,
       "denominator": 40361
      },
      "limited_english_households_pct": {
       "estimate": 2.98,
       "moe": 1.03,
       "numerator": 682,
       "denominator": 22891
      },
      "snap_households_pct": {
       "estimate": 9.11,
       "moe": 1.73,
       "numerator": 2085,
       "denominator": 22891
      },
      "median_household_income": {
       "estimate": 90484,
       "moe": 7641.0
      },
      "own_children_under_18": {
       "estimate": 10040,
       "moe": 727.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10465,
       "moe": 813.1020846117664
      }
     },
     "lines": {
      "b23008_E001": 10040,
      "b23008_M001": 727,
      "b23008_E003": 2308,
      "b23008_M003": 414,
      "b23008_E008": 779,
      "b23008_M008": 302,
      "b23008_E016": 4277,
      "b23008_M016": 574,
      "b23008_E021": 2676,
      "b23008_M021": 418,
      "b11003_E001": 13597,
      "b11003_M001": 425,
      "b11003_E003": 3722,
      "b11003_M003": 444,
      "b11003_E010": 310,
      "b11003_M010": 140,
      "b11003_E016": 1583,
      "b11003_M016": 299,
      "b17020_E001": 54584,
      "b17020_M001": 177,
      "b17020_E003": 410,
      "b17020_M003": 207,
      "b17020_E004": 495,
      "b17020_M004": 191,
      "b17020_E005": 226,
      "b17020_M005": 114,
      "b17020_E011": 2827,
      "b17020_M011": 433,
      "b17020_E012": 2826,
      "b17020_M012": 386,
      "b17020_E013": 3681,
      "b17020_M013": 482,
      "b15003_E001": 40361,
      "b15003_M001": 788,
      "b15003_E022": 8419,
      "b15003_M022": 650,
      "b15003_E023": 7034,
      "b15003_M023": 604,
      "b15003_E024": 2049,
      "b15003_M024": 425,
      "b15003_E025": 1682,
      "b15003_M025": 283,
      "c16002_E001": 22891,
      "c16002_M001": 623,
      "c16002_E004": 261,
      "c16002_M004": 129,
      "c16002_E007": 269,
      "c16002_M007": 166,
      "c16002_E010": 86,
      "c16002_M010": 74,
      "c16002_E013": 66,
      "c16002_M013": 80,
      "b22010_E001": 22891,
      "b22010_M001": 623,
      "b22010_E002": 2085,
      "b22010_M002": 401,
      "b19013_E001": 90484,
      "b19013_M001": 7641
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.93,
       "moe": 4.12,
       "numerator": 3198,
       "denominator": 9711
      },
      "children_with_two_parents_pct": {
       "estimate": 67.07,
       "moe": 5.56,
       "numerator": 6513,
       "denominator": 9711
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.49,
       "moe": 5.23,
       "numerator": 2016,
       "denominator": 5681
      },
      "children_below_poverty_pct": {
       "estimate": 10.52,
       "moe": 2.91,
       "numerator": 1079,
       "denominator": 10255
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.64,
       "moe": 2.13,
       "numerator": 19132,
       "denominator": 41017
      },
      "limited_english_households_pct": {
       "estimate": 2.84,
       "moe": 1.0,
       "numerator": 659,
       "denominator": 23195
      },
      "snap_households_pct": {
       "estimate": 10.1,
       "moe": 2.09,
       "numerator": 2342,
       "denominator": 23195
      },
      "median_household_income": {
       "estimate": 92176,
       "moe": 8549.0
      },
      "own_children_under_18": {
       "estimate": 9711,
       "moe": 674.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10255,
       "moe": 820.9220425838254
      }
     },
     "lines": {
      "b23008_E001": 9711,
      "b23008_M001": 674,
      "b23008_E003": 2290,
      "b23008_M003": 454,
      "b23008_E008": 657,
      "b23008_M008": 228,
      "b23008_E016": 4223,
      "b23008_M016": 538,
      "b23008_E021": 2541,
      "b23008_M021": 397,
      "b11003_E001": 13839,
      "b11003_M001": 449,
      "b11003_E003": 3665,
      "b11003_M003": 436,
      "b11003_E010": 420,
      "b11003_M010": 157,
      "b11003_E016": 1596,
      "b11003_M016": 322,
      "b17020_E001": 55000,
      "b17020_M001": 191,
      "b17020_E003": 405,
      "b17020_M003": 218,
      "b17020_E004": 444,
      "b17020_M004": 169,
      "b17020_E005": 230,
      "b17020_M005": 143,
      "b17020_E011": 2774,
      "b17020_M011": 449,
      "b17020_E012": 2654,
      "b17020_M012": 453,
      "b17020_E013": 3748,
      "b17020_M013": 413,
      "b15003_E001": 41017,
      "b15003_M001": 782,
      "b15003_E022": 8511,
      "b15003_M022": 642,
      "b15003_E023": 7028,
      "b15003_M023": 508,
      "b15003_E024": 1764,
      "b15003_M024": 366,
      "b15003_E025": 1829,
      "b15003_M025": 301,
      "c16002_E001": 23195,
      "c16002_M001": 636,
      "c16002_E004": 254,
      "c16002_M004": 140,
      "c16002_E007": 292,
      "c16002_M007": 160,
      "c16002_E010": 62,
      "c16002_M010": 60,
      "c16002_E013": 51,
      "c16002_M013": 74,
      "b22010_E001": 23195,
      "b22010_M001": 636,
      "b22010_E002": 2342,
      "b22010_M002": 490,
      "b19013_E001": 92176,
      "b19013_M001": 8549
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.96,
       "moe": 5.13,
       "numerator": 2891,
       "denominator": 9649
      },
      "children_with_two_parents_pct": {
       "estimate": 70.04,
       "moe": 5.55,
       "numerator": 6758,
       "denominator": 9649
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.38,
       "moe": 6.06,
       "numerator": 1887,
       "denominator": 5653
      },
      "children_below_poverty_pct": {
       "estimate": 10.42,
       "moe": 3.24,
       "numerator": 1050,
       "denominator": 10072
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.77,
       "moe": 2.51,
       "numerator": 19860,
       "denominator": 41571
      },
      "limited_english_households_pct": {
       "estimate": 3.18,
       "moe": 1.2,
       "numerator": 753,
       "denominator": 23661
      },
      "snap_households_pct": {
       "estimate": 10.07,
       "moe": 1.95,
       "numerator": 2383,
       "denominator": 23661
      },
      "median_household_income": {
       "estimate": 98306,
       "moe": 6924.0
      },
      "own_children_under_18": {
       "estimate": 9649,
       "moe": 691.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10072,
       "moe": 897.626314231039
      }
     },
     "lines": {
      "b23008_E001": 9649,
      "b23008_M001": 691,
      "b23008_E003": 2233,
      "b23008_M003": 452,
      "b23008_E008": 622,
      "b23008_M008": 272,
      "b23008_E016": 4525,
      "b23008_M016": 563,
      "b23008_E021": 2269,
      "b23008_M021": 462,
      "b11003_E001": 13883,
      "b11003_M001": 564,
      "b11003_E003": 3766,
      "b11003_M003": 420,
      "b11003_E010": 486,
      "b11003_M010": 178,
      "b11003_E016": 1401,
      "b11003_M016": 350,
      "b17020_E001": 55147,
      "b17020_M001": 235,
      "b17020_E003": 401,
      "b17020_M003": 220,
      "b17020_E004": 391,
      "b17020_M004": 205,
      "b17020_E005": 258,
      "b17020_M005": 157,
      "b17020_E011": 2641,
      "b17020_M011": 475,
      "b17020_E012": 2743,
      "b17020_M012": 447,
      "b17020_E013": 3638,
      "b17020_M013": 515,
      "b15003_E001": 41571,
      "b15003_M001": 800,
      "b15003_E022": 8908,
      "b15003_M022": 691,
      "b15003_E023": 6979,
      "b15003_M023": 720,
      "b15003_E024": 1839,
      "b15003_M024": 352,
      "b15003_E025": 2134,
      "b15003_M025": 344,
      "c16002_E001": 23661,
      "c16002_M001": 640,
      "c16002_E004": 271,
      "c16002_M004": 149,
      "c16002_E007": 263,
      "c16002_M007": 194,
      "c16002_E010": 62,
      "c16002_M010": 59,
      "c16002_E013": 157,
      "c16002_M013": 134,
      "b22010_E001": 23661,
      "b22010_M001": 640,
      "b22010_E002": 2383,
      "b22010_M002": 465,
      "b19013_E001": 98306,
      "b19013_M001": 6924
     }
    }
   }
  },
  "Hampton": {
   "cousub": "36000",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.11,
       "moe": 15.36,
       "numerator": 154,
       "denominator": 334
      },
      "children_with_two_parents_pct": {
       "estimate": 53.89,
       "moe": 4.28,
       "numerator": 180,
       "denominator": 334
      },
      "one_parent_families_with_children_pct": {
       "estimate": 40.66,
       "moe": 20.63,
       "numerator": 74,
       "denominator": 182
      },
      "children_below_poverty_pct": {
       "estimate": 7.19,
       "moe": 5.81,
       "numerator": 24,
       "denominator": 334
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.54,
       "moe": 4.93,
       "numerator": 456,
       "denominator": 1283
      },
      "limited_english_households_pct": {
       "estimate": 0.43,
       "moe": 3.31,
       "numerator": 3,
       "denominator": 690
      },
      "snap_households_pct": {
       "estimate": 7.25,
       "moe": 5.33,
       "numerator": 50,
       "denominator": 690
      },
      "median_household_income": {
       "estimate": 92143,
       "moe": 18534.0
      },
      "own_children_under_18": {
       "estimate": 334,
       "moe": 108.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 334,
       "moe": 85.43418519538885
      }
     },
     "lines": {
      "b23008_E001": 334,
      "b23008_M001": 108,
      "b23008_E003": 70,
      "b23008_M003": 26,
      "b23008_E008": 53,
      "b23008_M008": 48,
      "b23008_E016": 110,
      "b23008_M016": 54,
      "b23008_E021": 101,
      "b23008_M021": 53,
      "b11003_E001": 508,
      "b11003_M001": 59,
      "b11003_E003": 108,
      "b11003_M003": 29,
      "b11003_E010": 17,
      "b11003_M010": 16,
      "b11003_E016": 57,
      "b11003_M016": 40,
      "b17020_E001": 1685,
      "b17020_M001": 174,
      "b17020_E003": 5,
      "b17020_M003": 7,
      "b17020_E004": 10,
      "b17020_M004": 14,
      "b17020_E005": 9,
      "b17020_M005": 13,
      "b17020_E011": 118,
      "b17020_M011": 52,
      "b17020_E012": 106,
      "b17020_M012": 50,
      "b17020_E013": 86,
      "b17020_M013": 41,
      "b15003_E001": 1283,
      "b15003_M001": 104,
      "b15003_E022": 271,
      "b15003_M022": 61,
      "b15003_E023": 141,
      "b15003_M023": 37,
      "b15003_E024": 26,
      "b15003_M024": 13,
      "b15003_E025": 18,
      "b15003_M025": 10,
      "c16002_E001": 690,
      "c16002_M001": 57,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 690,
      "b22010_M001": 57,
      "b22010_E002": 50,
      "b22010_M002": 37,
      "b19013_E001": 92143,
      "b19013_M001": 18534
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.77,
       "moe": 14.45,
       "numerator": 146,
       "denominator": 282
      },
      "children_with_two_parents_pct": {
       "estimate": 48.23,
       "moe": 8.93,
       "numerator": 136,
       "denominator": 282
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.34,
       "moe": 23.37,
       "numerator": 74,
       "denominator": 147
      },
      "children_below_poverty_pct": {
       "estimate": 8.01,
       "moe": 6.26,
       "numerator": 23,
       "denominator": 287
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.72,
       "moe": 5.08,
       "numerator": 410,
       "denominator": 1181
      },
      "limited_english_households_pct": {
       "estimate": 0.59,
       "moe": 3.39,
       "numerator": 4,
       "denominator": 681
      },
      "snap_households_pct": {
       "estimate": 7.34,
       "moe": 5.09,
       "numerator": 50,
       "denominator": 681
      },
      "median_household_income": {
       "estimate": 107109,
       "moe": 15480.0
      },
      "own_children_under_18": {
       "estimate": 282,
       "moe": 91.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 287,
       "moe": 80.86408349817613
      }
     },
     "lines": {
      "b23008_E001": 282,
      "b23008_M001": 91,
      "b23008_E003": 38,
      "b23008_M003": 16,
      "b23008_E008": 46,
      "b23008_M008": 42,
      "b23008_E016": 98,
      "b23008_M016": 48,
      "b23008_E021": 100,
      "b23008_M021": 46,
      "b11003_E001": 471,
      "b11003_M001": 68,
      "b11003_E003": 73,
      "b11003_M003": 26,
      "b11003_E010": 19,
      "b11003_M010": 17,
      "b11003_E016": 55,
      "b11003_M016": 39,
      "b17020_E001": 1639,
      "b17020_M001": 183,
      "b17020_E003": 3,
      "b17020_M003": 5,
      "b17020_E004": 13,
      "b17020_M004": 14,
      "b17020_E005": 7,
      "b17020_M005": 12,
      "b17020_E011": 81,
      "b17020_M011": 43,
      "b17020_E012": 93,
      "b17020_M012": 47,
      "b17020_E013": 90,
      "b17020_M013": 46,
      "b15003_E001": 1181,
      "b15003_M001": 104,
      "b15003_E022": 191,
      "b15003_M022": 47,
      "b15003_E023": 149,
      "b15003_M023": 43,
      "b15003_E024": 32,
      "b15003_M024": 20,
      "b15003_E025": 38,
      "b15003_M025": 21,
      "c16002_E001": 681,
      "c16002_M001": 69,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 4,
      "c16002_M007": 5,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 681,
      "b22010_M001": 69,
      "b22010_E002": 50,
      "b22010_M002": 35,
      "b19013_E001": 107109,
      "b19013_M001": 15480
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.81,
       "moe": 17.35,
       "numerator": 142,
       "denominator": 297
      },
      "children_with_two_parents_pct": {
       "estimate": 52.19,
       "moe": 11.36,
       "numerator": 155,
       "denominator": 297
      },
      "one_parent_families_with_children_pct": {
       "estimate": 49.32,
       "moe": 25.11,
       "numerator": 72,
       "denominator": 146
      },
      "children_below_poverty_pct": {
       "estimate": 7.96,
       "moe": 6.32,
       "numerator": 25,
       "denominator": 314
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.98,
       "moe": 4.53,
       "numerator": 404,
       "denominator": 1225
      },
      "limited_english_households_pct": {
       "estimate": 0.58,
       "moe": 3.64,
       "numerator": 4,
       "denominator": 686
      },
      "snap_households_pct": {
       "estimate": 6.41,
       "moe": 5.36,
       "numerator": 44,
       "denominator": 686
      },
      "median_household_income": {
       "estimate": 112344,
       "moe": 12569.0
      },
      "own_children_under_18": {
       "estimate": 297,
       "moe": 98.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 314,
       "moe": 90.37698822156003
      }
     },
     "lines": {
      "b23008_E001": 297,
      "b23008_M001": 98,
      "b23008_E003": 49,
      "b23008_M003": 27,
      "b23008_E008": 44,
      "b23008_M008": 44,
      "b23008_E016": 106,
      "b23008_M016": 55,
      "b23008_E021": 98,
      "b23008_M021": 54,
      "b11003_E001": 462,
      "b11003_M001": 59,
      "b11003_E003": 74,
      "b11003_M003": 24,
      "b11003_E010": 21,
      "b11003_M010": 19,
      "b11003_E016": 51,
      "b11003_M016": 40,
      "b17020_E001": 1628,
      "b17020_M001": 172,
      "b17020_E003": 3,
      "b17020_M003": 5,
      "b17020_E004": 14,
      "b17020_M004": 15,
      "b17020_E005": 8,
      "b17020_M005": 14,
      "b17020_E011": 90,
      "b17020_M011": 53,
      "b17020_E012": 107,
      "b17020_M012": 47,
      "b17020_E013": 92,
      "b17020_M013": 52,
      "b15003_E001": 1225,
      "b15003_M001": 108,
      "b15003_E022": 220,
      "b15003_M022": 53,
      "b15003_E023": 129,
      "b15003_M023": 34,
      "b15003_E024": 22,
      "b15003_M024": 11,
      "b15003_E025": 33,
      "b15003_M025": 16,
      "c16002_E001": 686,
      "c16002_M001": 62,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 4,
      "c16002_M007": 6,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 686,
      "b22010_M001": 62,
      "b22010_E002": 44,
      "b22010_M002": 37,
      "b19013_E001": 112344,
      "b19013_M001": 12569
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.89,
       "moe": 17.44,
       "numerator": 143,
       "denominator": 305
      },
      "children_with_two_parents_pct": {
       "estimate": 53.11,
       "moe": 6.8,
       "numerator": 162,
       "denominator": 305
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.05,
       "moe": 24.44,
       "numerator": 74,
       "denominator": 154
      },
      "children_below_poverty_pct": {
       "estimate": 7.1,
       "moe": 6.26,
       "numerator": 23,
       "denominator": 324
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.88,
       "moe": 4.57,
       "numerator": 372,
       "denominator": 1245
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.01,
       "numerator": 0,
       "denominator": 698
      },
      "snap_households_pct": {
       "estimate": 6.16,
       "moe": 4.98,
       "numerator": 43,
       "denominator": 698
      },
      "median_household_income": {
       "estimate": 109167,
       "moe": 19163.0
      },
      "own_children_under_18": {
       "estimate": 305,
       "moe": 105.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 324,
       "moe": 94.98947310097051
      }
     },
     "lines": {
      "b23008_E001": 305,
      "b23008_M001": 105,
      "b23008_E003": 54,
      "b23008_M003": 25,
      "b23008_E008": 41,
      "b23008_M008": 46,
      "b23008_E016": 108,
      "b23008_M016": 54,
      "b23008_E021": 102,
      "b23008_M021": 56,
      "b11003_E001": 483,
      "b11003_M001": 59,
      "b11003_E003": 80,
      "b11003_M003": 23,
      "b11003_E010": 25,
      "b11003_M010": 20,
      "b11003_E016": 49,
      "b11003_M016": 40,
      "b17020_E001": 1647,
      "b17020_M001": 177,
      "b17020_E003": 3,
      "b17020_M003": 6,
      "b17020_E004": 13,
      "b17020_M004": 15,
      "b17020_E005": 7,
      "b17020_M005": 14,
      "b17020_E011": 92,
      "b17020_M011": 51,
      "b17020_E012": 108,
      "b17020_M012": 51,
      "b17020_E013": 101,
      "b17020_M013": 58,
      "b15003_E001": 1245,
      "b15003_M001": 104,
      "b15003_E022": 215,
      "b15003_M022": 52,
      "b15003_E023": 91,
      "b15003_M023": 28,
      "b15003_E024": 27,
      "b15003_M024": 15,
      "b15003_E025": 39,
      "b15003_M025": 22,
      "c16002_E001": 698,
      "c16002_M001": 63,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 698,
      "b22010_M001": 63,
      "b22010_E002": 43,
      "b22010_M002": 35,
      "b19013_E001": 109167,
      "b19013_M001": 19163
     }
    }
   }
  },
  "Hartford": {
   "cousub": "37070",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 66.09,
       "moe": 3.63,
       "numerator": 17581,
       "denominator": 26600
      },
      "children_with_two_parents_pct": {
       "estimate": 33.91,
       "moe": 3.01,
       "numerator": 9019,
       "denominator": 26600
      },
      "one_parent_families_with_children_pct": {
       "estimate": 62.19,
       "moe": 2.76,
       "numerator": 8000,
       "denominator": 12863
      },
      "children_below_poverty_pct": {
       "estimate": 37.58,
       "moe": 2.9,
       "numerator": 10481,
       "denominator": 27887
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 16.66,
       "moe": 1.28,
       "numerator": 12697,
       "denominator": 76201
      },
      "limited_english_households_pct": {
       "estimate": 15.8,
       "moe": 1.43,
       "numerator": 7406,
       "denominator": 46879
      },
      "snap_households_pct": {
       "estimate": 37.58,
       "moe": 1.66,
       "numerator": 17615,
       "denominator": 46879
      },
      "median_household_income": {
       "estimate": 37477,
       "moe": 2332.0
      },
      "own_children_under_18": {
       "estimate": 26600,
       "moe": 1122.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 27887,
       "moe": 1353.3861237651286
      }
     },
     "lines": {
      "b23008_E001": 26600,
      "b23008_M001": 1122,
      "b23008_E003": 2069,
      "b23008_M003": 347,
      "b23008_E008": 5932,
      "b23008_M008": 705,
      "b23008_E016": 6950,
      "b23008_M016": 816,
      "b23008_E021": 11649,
      "b23008_M021": 992,
      "b11003_E001": 26099,
      "b11003_M001": 701,
      "b11003_E003": 4863,
      "b11003_M003": 512,
      "b11003_E010": 1624,
      "b11003_M010": 368,
      "b11003_E016": 6376,
      "b11003_M016": 485,
      "b17020_E001": 114658,
      "b17020_M001": 617,
      "b17020_E003": 3353,
      "b17020_M003": 556,
      "b17020_E004": 3738,
      "b17020_M004": 579,
      "b17020_E005": 3390,
      "b17020_M005": 520,
      "b17020_E011": 5077,
      "b17020_M011": 541,
      "b17020_E012": 5847,
      "b17020_M012": 600,
      "b17020_E013": 6482,
      "b17020_M013": 514,
      "b15003_E001": 76201,
      "b15003_M001": 1203,
      "b15003_E022": 7247,
      "b15003_M022": 788,
      "b15003_E023": 3901,
      "b15003_M023": 534,
      "b15003_E024": 1109,
      "b15003_M024": 240,
      "b15003_E025": 440,
      "b15003_M025": 147,
      "c16002_E001": 46879,
      "c16002_M001": 914,
      "c16002_E004": 6289,
      "c16002_M004": 591,
      "c16002_E007": 842,
      "c16002_M007": 325,
      "c16002_E010": 200,
      "c16002_M010": 106,
      "c16002_E013": 75,
      "c16002_M013": 49,
      "b22010_E001": 46879,
      "b22010_M001": 914,
      "b22010_E002": 17615,
      "b22010_M002": 852,
      "b19013_E001": 37477,
      "b19013_M001": 2332
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 67.6,
       "moe": 3.8,
       "numerator": 17586,
       "denominator": 26013
      },
      "children_with_two_parents_pct": {
       "estimate": 32.4,
       "moe": 3.11,
       "numerator": 8427,
       "denominator": 26013
      },
      "one_parent_families_with_children_pct": {
       "estimate": 64.67,
       "moe": 2.67,
       "numerator": 8511,
       "denominator": 13161
      },
      "children_below_poverty_pct": {
       "estimate": 36.54,
       "moe": 3.13,
       "numerator": 9985,
       "denominator": 27323
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.49,
       "moe": 1.17,
       "numerator": 13316,
       "denominator": 76150
      },
      "limited_english_households_pct": {
       "estimate": 15.2,
       "moe": 1.52,
       "numerator": 7339,
       "denominator": 48277
      },
      "snap_households_pct": {
       "estimate": 36.61,
       "moe": 1.75,
       "numerator": 17676,
       "denominator": 48277
      },
      "median_household_income": {
       "estimate": 41841,
       "moe": 2459.0
      },
      "own_children_under_18": {
       "estimate": 26013,
       "moe": 950.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 27323,
       "moe": 1515.5042065266596
      }
     },
     "lines": {
      "b23008_E001": 26013,
      "b23008_M001": 950,
      "b23008_E003": 1679,
      "b23008_M003": 331,
      "b23008_E008": 5957,
      "b23008_M008": 683,
      "b23008_E016": 6748,
      "b23008_M016": 801,
      "b23008_E021": 11629,
      "b23008_M021": 962,
      "b11003_E001": 26325,
      "b11003_M001": 737,
      "b11003_E003": 4650,
      "b11003_M003": 548,
      "b11003_E010": 1616,
      "b11003_M010": 389,
      "b11003_E016": 6895,
      "b11003_M016": 526,
      "b17020_E001": 113596,
      "b17020_M001": 241,
      "b17020_E003": 3098,
      "b17020_M003": 614,
      "b17020_E004": 3714,
      "b17020_M004": 593,
      "b17020_E005": 3173,
      "b17020_M005": 555,
      "b17020_E011": 4986,
      "b17020_M011": 695,
      "b17020_E012": 5863,
      "b17020_M012": 643,
      "b17020_E013": 6489,
      "b17020_M013": 603,
      "b15003_E001": 76150,
      "b15003_M001": 1202,
      "b15003_E022": 7877,
      "b15003_M022": 705,
      "b15003_E023": 3727,
      "b15003_M023": 442,
      "b15003_E024": 1101,
      "b15003_M024": 328,
      "b15003_E025": 611,
      "b15003_M025": 179,
      "c16002_E001": 48277,
      "c16002_M001": 1058,
      "c16002_E004": 6381,
      "c16002_M004": 682,
      "c16002_E007": 711,
      "c16002_M007": 292,
      "c16002_E010": 197,
      "c16002_M010": 105,
      "c16002_E013": 50,
      "c16002_M013": 34,
      "b22010_E001": 48277,
      "b22010_M001": 1058,
      "b22010_E002": 17676,
      "b22010_M002": 928,
      "b19013_E001": 41841,
      "b19013_M001": 2459
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 66.05,
       "moe": 4.45,
       "numerator": 16981,
       "denominator": 25711
      },
      "children_with_two_parents_pct": {
       "estimate": 33.95,
       "moe": 3.4,
       "numerator": 8730,
       "denominator": 25711
      },
      "one_parent_families_with_children_pct": {
       "estimate": 63.11,
       "moe": 3.44,
       "numerator": 8227,
       "denominator": 13036
      },
      "children_below_poverty_pct": {
       "estimate": 35.06,
       "moe": 3.33,
       "numerator": 9590,
       "denominator": 27350
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.26,
       "moe": 1.33,
       "numerator": 13848,
       "denominator": 75847
      },
      "limited_english_households_pct": {
       "estimate": 14.55,
       "moe": 1.31,
       "numerator": 7133,
       "denominator": 49023
      },
      "snap_households_pct": {
       "estimate": 36.52,
       "moe": 1.69,
       "numerator": 17902,
       "denominator": 49023
      },
      "median_household_income": {
       "estimate": 45300,
       "moe": 2925.0
      },
      "own_children_under_18": {
       "estimate": 25711,
       "moe": 1034.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 27350,
       "moe": 1592.294884749681
      }
     },
     "lines": {
      "b23008_E001": 25711,
      "b23008_M001": 1034,
      "b23008_E003": 1802,
      "b23008_M003": 382,
      "b23008_E008": 5429,
      "b23008_M008": 758,
      "b23008_E016": 6928,
      "b23008_M016": 862,
      "b23008_E021": 11552,
      "b23008_M021": 1097,
      "b11003_E001": 26291,
      "b11003_M001": 823,
      "b11003_E003": 4809,
      "b11003_M003": 512,
      "b11003_E010": 1388,
      "b11003_M010": 323,
      "b11003_E016": 6839,
      "b11003_M016": 635,
      "b17020_E001": 113726,
      "b17020_M001": 188,
      "b17020_E003": 2719,
      "b17020_M003": 492,
      "b17020_E004": 3696,
      "b17020_M004": 700,
      "b17020_E005": 3175,
      "b17020_M005": 639,
      "b17020_E011": 4942,
      "b17020_M011": 808,
      "b17020_E012": 5986,
      "b17020_M012": 595,
      "b17020_E013": 6832,
      "b17020_M013": 623,
      "b15003_E001": 75847,
      "b15003_M001": 1273,
      "b15003_E022": 7828,
      "b15003_M022": 788,
      "b15003_E023": 3958,
      "b15003_M023": 567,
      "b15003_E024": 1156,
      "b15003_M024": 270,
      "b15003_E025": 906,
      "b15003_M025": 246,
      "c16002_E001": 49023,
      "c16002_M001": 1092,
      "c16002_E004": 5768,
      "c16002_M004": 539,
      "c16002_E007": 963,
      "c16002_M007": 336,
      "c16002_E010": 331,
      "c16002_M010": 162,
      "c16002_E013": 71,
      "c16002_M013": 83,
      "b22010_E001": 49023,
      "b22010_M001": 1092,
      "b22010_E002": 17902,
      "b22010_M002": 921,
      "b19013_E001": 45300,
      "b19013_M001": 2925
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 64.89,
       "moe": 3.98,
       "numerator": 16646,
       "denominator": 25653
      },
      "children_with_two_parents_pct": {
       "estimate": 35.11,
       "moe": 3.76,
       "numerator": 9007,
       "denominator": 25653
      },
      "one_parent_families_with_children_pct": {
       "estimate": 62.6,
       "moe": 2.79,
       "numerator": 8496,
       "denominator": 13572
      },
      "children_below_poverty_pct": {
       "estimate": 35.61,
       "moe": 3.1,
       "numerator": 9587,
       "denominator": 26922
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.4,
       "moe": 1.2,
       "numerator": 14829,
       "denominator": 76438
      },
      "limited_english_households_pct": {
       "estimate": 14.87,
       "moe": 1.39,
       "numerator": 7290,
       "denominator": 49028
      },
      "snap_households_pct": {
       "estimate": 37.21,
       "moe": 1.72,
       "numerator": 18245,
       "denominator": 49028
      },
      "median_household_income": {
       "estimate": 46411,
       "moe": 3031.0
      },
      "own_children_under_18": {
       "estimate": 25653,
       "moe": 1010.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 26922,
       "moe": 1481.9817812645335
      }
     },
     "lines": {
      "b23008_E001": 25653,
      "b23008_M001": 1010,
      "b23008_E003": 2061,
      "b23008_M003": 507,
      "b23008_E008": 5263,
      "b23008_M008": 728,
      "b23008_E016": 6946,
      "b23008_M016": 894,
      "b23008_E021": 11383,
      "b23008_M021": 971,
      "b11003_E001": 26634,
      "b11003_M001": 839,
      "b11003_E003": 5076,
      "b11003_M003": 625,
      "b11003_E010": 1577,
      "b11003_M010": 328,
      "b11003_E016": 6919,
      "b11003_M016": 616,
      "b17020_E001": 113951,
      "b17020_M001": 257,
      "b17020_E003": 2742,
      "b17020_M003": 579,
      "b17020_E004": 3567,
      "b17020_M004": 595,
      "b17020_E005": 3278,
      "b17020_M005": 535,
      "b17020_E011": 4971,
      "b17020_M011": 711,
      "b17020_E012": 5811,
      "b17020_M012": 603,
      "b17020_E013": 6553,
      "b17020_M013": 593,
      "b15003_E001": 76438,
      "b15003_M001": 1248,
      "b15003_E022": 8537,
      "b15003_M022": 710,
      "b15003_E023": 4450,
      "b15003_M023": 536,
      "b15003_E024": 918,
      "b15003_M024": 233,
      "b15003_E025": 924,
      "b15003_M025": 227,
      "c16002_E001": 49028,
      "c16002_M001": 1058,
      "c16002_E004": 5918,
      "c16002_M004": 598,
      "c16002_E007": 951,
      "c16002_M007": 300,
      "c16002_E010": 369,
      "c16002_M010": 195,
      "c16002_E013": 52,
      "c16002_M013": 46,
      "b22010_E001": 49028,
      "b22010_M001": 1058,
      "b22010_E002": 18245,
      "b22010_M002": 932,
      "b19013_E001": 46411,
      "b19013_M001": 3031
     }
    }
   }
  },
  "Hartland": {
   "cousub": "37140",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.45,
       "moe": 10.03,
       "numerator": 51,
       "denominator": 330
      },
      "children_with_two_parents_pct": {
       "estimate": 84.55,
       "moe": 12.16,
       "numerator": 279,
       "denominator": 330
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.13,
       "moe": 13.97,
       "numerator": 25,
       "denominator": 155
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 6.55,
       "numerator": 0,
       "denominator": 344
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.89,
       "moe": 5.2,
       "numerator": 489,
       "denominator": 1487
      },
      "limited_english_households_pct": {
       "estimate": 0.73,
       "moe": 2.92,
       "numerator": 6,
       "denominator": 818
      },
      "snap_households_pct": {
       "estimate": 2.93,
       "moe": 2.66,
       "numerator": 24,
       "denominator": 818
      },
      "median_household_income": {
       "estimate": 105921,
       "moe": 7078.0
      },
      "own_children_under_18": {
       "estimate": 330,
       "moe": 78.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 344,
       "moe": 91.71150418568
      }
     },
     "lines": {
      "b23008_E001": 330,
      "b23008_M001": 78,
      "b23008_E003": 26,
      "b23008_M003": 22,
      "b23008_E008": 22,
      "b23008_M008": 20,
      "b23008_E016": 253,
      "b23008_M016": 74,
      "b23008_E021": 29,
      "b23008_M021": 29,
      "b11003_E001": 553,
      "b11003_M001": 89,
      "b11003_E003": 130,
      "b11003_M003": 39,
      "b11003_E010": 19,
      "b11003_M010": 21,
      "b11003_E016": 6,
      "b11003_M016": 9,
      "b17020_E001": 1949,
      "b17020_M001": 224,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 48,
      "b17020_M011": 28,
      "b17020_E012": 99,
      "b17020_M012": 44,
      "b17020_E013": 197,
      "b17020_M013": 72,
      "b15003_E001": 1487,
      "b15003_M001": 187,
      "b15003_E022": 319,
      "b15003_M022": 80,
      "b15003_E023": 133,
      "b15003_M023": 51,
      "b15003_E024": 14,
      "b15003_M024": 15,
      "b15003_E025": 23,
      "b15003_M025": 23,
      "c16002_E001": 818,
      "c16002_M001": 103,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 6,
      "c16002_M007": 8,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 818,
      "b22010_M001": 103,
      "b22010_E002": 24,
      "b22010_M002": 22,
      "b19013_E001": 105921,
      "b19013_M001": 7078
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.97,
       "moe": 12.69,
       "numerator": 55,
       "denominator": 290
      },
      "children_with_two_parents_pct": {
       "estimate": 81.03,
       "moe": 10.95,
       "numerator": 235,
       "denominator": 290
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.99,
       "moe": 10.76,
       "numerator": 20,
       "denominator": 154
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 7.51,
       "numerator": 0,
       "denominator": 300
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.93,
       "moe": 5.66,
       "numerator": 506,
       "denominator": 1370
      },
      "limited_english_households_pct": {
       "estimate": 0.68,
       "moe": 3.24,
       "numerator": 5,
       "denominator": 738
      },
      "snap_households_pct": {
       "estimate": 2.3,
       "moe": 1.75,
       "numerator": 17,
       "denominator": 738
      },
      "median_household_income": {
       "estimate": 111429,
       "moe": 10048.0
      },
      "own_children_under_18": {
       "estimate": 290,
       "moe": 50.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 300,
       "moe": 71.64495795239188
      }
     },
     "lines": {
      "b23008_E001": 290,
      "b23008_M001": 50,
      "b23008_E003": 39,
      "b23008_M003": 21,
      "b23008_E008": 20,
      "b23008_M008": 17,
      "b23008_E016": 196,
      "b23008_M016": 47,
      "b23008_E021": 35,
      "b23008_M021": 34,
      "b11003_E001": 485,
      "b11003_M001": 62,
      "b11003_E003": 134,
      "b11003_M003": 31,
      "b11003_E010": 12,
      "b11003_M010": 14,
      "b11003_E016": 8,
      "b11003_M016": 10,
      "b17020_E001": 1806,
      "b17020_M001": 162,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 59,
      "b17020_M011": 23,
      "b17020_E012": 83,
      "b17020_M012": 31,
      "b17020_E013": 158,
      "b17020_M013": 56,
      "b15003_E001": 1370,
      "b15003_M001": 135,
      "b15003_E022": 329,
      "b15003_M022": 77,
      "b15003_E023": 139,
      "b15003_M023": 43,
      "b15003_E024": 11,
      "b15003_M024": 10,
      "b15003_E025": 27,
      "b15003_M025": 25,
      "c16002_E001": 738,
      "c16002_M001": 76,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 5,
      "c16002_M007": 8,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 738,
      "b22010_M001": 76,
      "b22010_E002": 17,
      "b22010_M002": 13,
      "b19013_E001": 111429,
      "b19013_M001": 10048
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.25,
       "moe": 13.16,
       "numerator": 76,
       "denominator": 301
      },
      "children_with_two_parents_pct": {
       "estimate": 74.75,
       "moe": 8.05,
       "numerator": 225,
       "denominator": 301
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.02,
       "moe": 10.95,
       "numerator": 31,
       "denominator": 163
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 7.72,
       "numerator": 0,
       "denominator": 314
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.35,
       "moe": 5.41,
       "numerator": 546,
       "denominator": 1462
      },
      "limited_english_households_pct": {
       "estimate": 0.65,
       "moe": 3.29,
       "numerator": 5,
       "denominator": 775
      },
      "snap_households_pct": {
       "estimate": 1.55,
       "moe": 1.28,
       "numerator": 12,
       "denominator": 775
      },
      "median_household_income": {
       "estimate": 117109,
       "moe": 8030.0
      },
      "own_children_under_18": {
       "estimate": 301,
       "moe": 56.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 314,
       "moe": 66.4981202741852
      }
     },
     "lines": {
      "b23008_E001": 301,
      "b23008_M001": 56,
      "b23008_E003": 54,
      "b23008_M003": 24,
      "b23008_E008": 25,
      "b23008_M008": 18,
      "b23008_E016": 171,
      "b23008_M016": 42,
      "b23008_E021": 51,
      "b23008_M021": 38,
      "b11003_E001": 541,
      "b11003_M001": 67,
      "b11003_E003": 132,
      "b11003_M003": 32,
      "b11003_E010": 14,
      "b11003_M010": 15,
      "b11003_E016": 17,
      "b11003_M016": 12,
      "b17020_E001": 1881,
      "b17020_M001": 163,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 79,
      "b17020_M011": 28,
      "b17020_E012": 72,
      "b17020_M012": 29,
      "b17020_E013": 163,
      "b17020_M013": 47,
      "b15003_E001": 1462,
      "b15003_M001": 138,
      "b15003_E022": 377,
      "b15003_M022": 77,
      "b15003_E023": 134,
      "b15003_M023": 47,
      "b15003_E024": 9,
      "b15003_M024": 10,
      "b15003_E025": 26,
      "b15003_M025": 26,
      "c16002_E001": 775,
      "c16002_M001": 85,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 5,
      "c16002_M007": 8,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 775,
      "b22010_M001": 85,
      "b22010_E002": 12,
      "b22010_M002": 10,
      "b19013_E001": 117109,
      "b19013_M001": 8030
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.75,
       "moe": 12.46,
       "numerator": 61,
       "denominator": 294
      },
      "children_with_two_parents_pct": {
       "estimate": 79.25,
       "moe": 14.47,
       "numerator": 233,
       "denominator": 294
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.02,
       "moe": 11.59,
       "numerator": 37,
       "denominator": 168
      },
      "children_below_poverty_pct": {
       "estimate": 1.02,
       "moe": 6.87,
       "numerator": 3,
       "denominator": 294
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.94,
       "moe": 5.21,
       "numerator": 570,
       "denominator": 1427
      },
      "limited_english_households_pct": {
       "estimate": 0.63,
       "moe": 3.22,
       "numerator": 5,
       "denominator": 793
      },
      "snap_households_pct": {
       "estimate": 2.9,
       "moe": 2.25,
       "numerator": 23,
       "denominator": 793
      },
      "median_household_income": {
       "estimate": 113375,
       "moe": 13472.0
      },
      "own_children_under_18": {
       "estimate": 294,
       "moe": 62.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 294,
       "moe": 75.90783885739337
      }
     },
     "lines": {
      "b23008_E001": 294,
      "b23008_M001": 62,
      "b23008_E003": 72,
      "b23008_M003": 33,
      "b23008_E008": 8,
      "b23008_M008": 8,
      "b23008_E016": 161,
      "b23008_M016": 56,
      "b23008_E021": 53,
      "b23008_M021": 38,
      "b11003_E001": 544,
      "b11003_M001": 60,
      "b11003_E003": 131,
      "b11003_M003": 43,
      "b11003_E010": 21,
      "b11003_M010": 18,
      "b11003_E016": 16,
      "b11003_M016": 13,
      "b17020_E001": 1840,
      "b17020_M001": 163,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 3,
      "b17020_M004": 4,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 80,
      "b17020_M011": 33,
      "b17020_E012": 72,
      "b17020_M012": 28,
      "b17020_E013": 139,
      "b17020_M013": 59,
      "b15003_E001": 1427,
      "b15003_M001": 135,
      "b15003_E022": 389,
      "b15003_M022": 73,
      "b15003_E023": 159,
      "b15003_M023": 51,
      "b15003_E024": 5,
      "b15003_M024": 8,
      "b15003_E025": 17,
      "b15003_M025": 21,
      "c16002_E001": 793,
      "c16002_M001": 79,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 5,
      "c16002_M007": 8,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 793,
      "b22010_M001": 79,
      "b22010_E002": 23,
      "b22010_M002": 18,
      "b19013_E001": 113375,
      "b19013_M001": 13472
     }
    }
   }
  },
  "Harwinton": {
   "cousub": "37280",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.29,
       "moe": 20.86,
       "numerator": 415,
       "denominator": 1176
      },
      "children_with_two_parents_pct": {
       "estimate": 64.71,
       "moe": 10.09,
       "numerator": 761,
       "denominator": 1176
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.68,
       "moe": 14.73,
       "numerator": 189,
       "denominator": 616
      },
      "children_below_poverty_pct": {
       "estimate": 5.31,
       "moe": 4.44,
       "numerator": 63,
       "denominator": 1187
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.6,
       "moe": 5.73,
       "numerator": 1497,
       "denominator": 3981
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.85,
       "numerator": 0,
       "denominator": 2053
      },
      "snap_households_pct": {
       "estimate": 2.24,
       "moe": 1.7,
       "numerator": 46,
       "denominator": 2053
      },
      "median_household_income": {
       "estimate": 118508,
       "moe": 24165.0
      },
      "own_children_under_18": {
       "estimate": 1176,
       "moe": 192.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1187,
       "moe": 251.23295962114526
      }
     },
     "lines": {
      "b23008_E001": 1176,
      "b23008_M001": 192,
      "b23008_E003": 242,
      "b23008_M003": 110,
      "b23008_E008": 28,
      "b23008_M008": 42,
      "b23008_E016": 519,
      "b23008_M016": 132,
      "b23008_E021": 387,
      "b23008_M021": 251,
      "b11003_E001": 1633,
      "b11003_M001": 103,
      "b11003_E003": 427,
      "b11003_M003": 89,
      "b11003_E010": 73,
      "b11003_M010": 55,
      "b11003_E016": 116,
      "b11003_M016": 83,
      "b17020_E001": 5481,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 54,
      "b17020_M004": 48,
      "b17020_E005": 9,
      "b17020_M005": 17,
      "b17020_E011": 270,
      "b17020_M011": 120,
      "b17020_E012": 376,
      "b17020_M012": 160,
      "b17020_E013": 478,
      "b17020_M013": 142,
      "b15003_E001": 3981,
      "b15003_M001": 193,
      "b15003_E022": 806,
      "b15003_M022": 171,
      "b15003_E023": 620,
      "b15003_M023": 161,
      "b15003_E024": 43,
      "b15003_M024": 36,
      "b15003_E025": 28,
      "b15003_M025": 28,
      "c16002_E001": 2053,
      "c16002_M001": 120,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2053,
      "b22010_M001": 120,
      "b22010_E002": 46,
      "b22010_M002": 35,
      "b19013_E001": 118508,
      "b19013_M001": 24165
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 48.42,
       "moe": 19.12,
       "numerator": 520,
       "denominator": 1074
      },
      "children_with_two_parents_pct": {
       "estimate": 51.58,
       "moe": 11.22,
       "numerator": 554,
       "denominator": 1074
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.98,
       "moe": 17.78,
       "numerator": 254,
       "denominator": 605
      },
      "children_below_poverty_pct": {
       "estimate": 5.63,
       "moe": 5.07,
       "numerator": 61,
       "denominator": 1084
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.34,
       "moe": 6.63,
       "numerator": 1512,
       "denominator": 3944
      },
      "limited_english_households_pct": {
       "estimate": 1.35,
       "moe": 2.81,
       "numerator": 28,
       "denominator": 2069
      },
      "snap_households_pct": {
       "estimate": 2.75,
       "moe": 1.87,
       "numerator": 57,
       "denominator": 2069
      },
      "median_household_income": {
       "estimate": 102078,
       "moe": 23932.0
      },
      "own_children_under_18": {
       "estimate": 1074,
       "moe": 252.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1084,
       "moe": 254.73908219980694
      }
     },
     "lines": {
      "b23008_E001": 1074,
      "b23008_M001": 252,
      "b23008_E003": 135,
      "b23008_M003": 102,
      "b23008_E008": 33,
      "b23008_M008": 48,
      "b23008_E016": 419,
      "b23008_M016": 145,
      "b23008_E021": 487,
      "b23008_M021": 234,
      "b11003_E001": 1553,
      "b11003_M001": 111,
      "b11003_E003": 351,
      "b11003_M003": 109,
      "b11003_E010": 92,
      "b11003_M010": 58,
      "b11003_E016": 162,
      "b11003_M016": 115,
      "b17020_E001": 5492,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 49,
      "b17020_M004": 50,
      "b17020_E005": 12,
      "b17020_M005": 19,
      "b17020_E011": 168,
      "b17020_M011": 115,
      "b17020_E012": 394,
      "b17020_M012": 149,
      "b17020_E013": 461,
      "b17020_M013": 162,
      "b15003_E001": 3944,
      "b15003_M001": 233,
      "b15003_E022": 905,
      "b15003_M022": 206,
      "b15003_E023": 489,
      "b15003_M023": 171,
      "b15003_E024": 94,
      "b15003_M024": 65,
      "b15003_E025": 24,
      "b15003_M025": 23,
      "c16002_E001": 2069,
      "c16002_M001": 158,
      "c16002_E004": 28,
      "c16002_M004": 48,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2069,
      "b22010_M001": 158,
      "b22010_E002": 57,
      "b22010_M002": 39,
      "b19013_E001": 102078,
      "b19013_M001": 23932
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.64,
       "moe": 19.55,
       "numerator": 455,
       "denominator": 1067
      },
      "children_with_two_parents_pct": {
       "estimate": 57.36,
       "moe": 11.92,
       "numerator": 612,
       "denominator": 1067
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.41,
       "moe": 13.28,
       "numerator": 205,
       "denominator": 579
      },
      "children_below_poverty_pct": {
       "estimate": 5.66,
       "moe": 4.72,
       "numerator": 61,
       "denominator": 1078
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.45,
       "moe": 6.0,
       "numerator": 1533,
       "denominator": 3987
      },
      "limited_english_households_pct": {
       "estimate": 0.7,
       "moe": 1.92,
       "numerator": 15,
       "denominator": 2149
      },
      "snap_households_pct": {
       "estimate": 4.42,
       "moe": 2.35,
       "numerator": 95,
       "denominator": 2149
      },
      "median_household_income": {
       "estimate": 107440,
       "moe": 18303.0
      },
      "own_children_under_18": {
       "estimate": 1067,
       "moe": 215.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1078,
       "moe": 244.78153525133385
      }
     },
     "lines": {
      "b23008_E001": 1067,
      "b23008_M001": 215,
      "b23008_E003": 165,
      "b23008_M003": 91,
      "b23008_E008": 27,
      "b23008_M008": 42,
      "b23008_E016": 447,
      "b23008_M016": 152,
      "b23008_E021": 428,
      "b23008_M021": 224,
      "b11003_E001": 1545,
      "b11003_M001": 95,
      "b11003_E003": 374,
      "b11003_M003": 109,
      "b11003_E010": 105,
      "b11003_M010": 63,
      "b11003_E016": 100,
      "b11003_M016": 67,
      "b17020_E001": 5523,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 48,
      "b17020_M004": 44,
      "b17020_E005": 13,
      "b17020_M005": 22,
      "b17020_E011": 192,
      "b17020_M011": 100,
      "b17020_E012": 403,
      "b17020_M012": 156,
      "b17020_E013": 422,
      "b17020_M013": 151,
      "b15003_E001": 3987,
      "b15003_M001": 221,
      "b15003_E022": 883,
      "b15003_M022": 196,
      "b15003_E023": 512,
      "b15003_M023": 146,
      "b15003_E024": 102,
      "b15003_M024": 61,
      "b15003_E025": 36,
      "b15003_M025": 33,
      "c16002_E001": 2149,
      "c16002_M001": 152,
      "c16002_E004": 15,
      "c16002_M004": 25,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2149,
      "b22010_M001": 152,
      "b22010_E002": 95,
      "b22010_M002": 51,
      "b19013_E001": 107440,
      "b19013_M001": 18303
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.61,
       "moe": 18.81,
       "numerator": 497,
       "denominator": 1114
      },
      "children_with_two_parents_pct": {
       "estimate": 55.39,
       "moe": 10.83,
       "numerator": 617,
       "denominator": 1114
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.45,
       "moe": 15.48,
       "numerator": 201,
       "denominator": 567
      },
      "children_below_poverty_pct": {
       "estimate": 5.3,
       "moe": 5.11,
       "numerator": 59,
       "denominator": 1114
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.27,
       "moe": 6.83,
       "numerator": 1582,
       "denominator": 3928
      },
      "limited_english_households_pct": {
       "estimate": 0.42,
       "moe": 1.7,
       "numerator": 9,
       "denominator": 2146
      },
      "snap_households_pct": {
       "estimate": 4.52,
       "moe": 2.21,
       "numerator": 97,
       "denominator": 2146
      },
      "median_household_income": {
       "estimate": 129643,
       "moe": 17970.0
      },
      "own_children_under_18": {
       "estimate": 1114,
       "moe": 200.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1114,
       "moe": 231.58583721808205
      }
     },
     "lines": {
      "b23008_E001": 1114,
      "b23008_M001": 200,
      "b23008_E003": 161,
      "b23008_M003": 97,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 456,
      "b23008_M016": 132,
      "b23008_E021": 497,
      "b23008_M021": 227,
      "b11003_E001": 1560,
      "b11003_M001": 133,
      "b11003_E003": 366,
      "b11003_M003": 90,
      "b11003_E010": 120,
      "b11003_M010": 66,
      "b11003_E016": 81,
      "b11003_M016": 75,
      "b17020_E001": 5572,
      "b17020_M001": 20,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 46,
      "b17020_M004": 50,
      "b17020_E005": 13,
      "b17020_M005": 23,
      "b17020_E011": 161,
      "b17020_M011": 97,
      "b17020_E012": 386,
      "b17020_M012": 132,
      "b17020_E013": 508,
      "b17020_M013": 153,
      "b15003_E001": 3928,
      "b15003_M001": 242,
      "b15003_E022": 828,
      "b15003_M022": 218,
      "b15003_E023": 605,
      "b15003_M023": 168,
      "b15003_E024": 113,
      "b15003_M024": 69,
      "b15003_E025": 36,
      "b15003_M025": 31,
      "c16002_E001": 2146,
      "c16002_M001": 161,
      "c16002_E004": 9,
      "c16002_M004": 16,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2146,
      "b22010_M001": 161,
      "b22010_E002": 97,
      "b22010_M002": 48,
      "b19013_E001": 129643,
      "b19013_M001": 17970
     }
    }
   }
  },
  "Hebron": {
   "cousub": "37910",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.38,
       "moe": 6.27,
       "numerator": 286,
       "denominator": 1860
      },
      "children_with_two_parents_pct": {
       "estimate": 84.62,
       "moe": 10.01,
       "numerator": 1574,
       "denominator": 1860
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.9,
       "moe": 9.51,
       "numerator": 237,
       "denominator": 1134
      },
      "children_below_poverty_pct": {
       "estimate": 5.62,
       "moe": 5.63,
       "numerator": 107,
       "denominator": 1904
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.5,
       "moe": 4.87,
       "numerator": 3468,
       "denominator": 6606
      },
      "limited_english_households_pct": {
       "estimate": 0.25,
       "moe": 0.98,
       "numerator": 9,
       "denominator": 3603
      },
      "snap_households_pct": {
       "estimate": 3.03,
       "moe": 2.88,
       "numerator": 109,
       "denominator": 3603
      },
      "median_household_income": {
       "estimate": 131895,
       "moe": 11089.0
      },
      "own_children_under_18": {
       "estimate": 1860,
       "moe": 220.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1904,
       "moe": 306.6887673195743
      }
     },
     "lines": {
      "b23008_E001": 1860,
      "b23008_M001": 220,
      "b23008_E003": 462,
      "b23008_M003": 164,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 1112,
      "b23008_M016": 206,
      "b23008_E021": 286,
      "b23008_M021": 120,
      "b11003_E001": 2741,
      "b11003_M001": 152,
      "b11003_E003": 897,
      "b11003_M003": 142,
      "b11003_E010": 82,
      "b11003_M010": 59,
      "b11003_E016": 155,
      "b11003_M016": 98,
      "b17020_E001": 9113,
      "b17020_M001": 19,
      "b17020_E003": 78,
      "b17020_M003": 104,
      "b17020_E004": 8,
      "b17020_M004": 14,
      "b17020_E005": 21,
      "b17020_M005": 28,
      "b17020_E011": 384,
      "b17020_M011": 138,
      "b17020_E012": 499,
      "b17020_M012": 127,
      "b17020_E013": 914,
      "b17020_M013": 217,
      "b15003_E001": 6606,
      "b15003_M001": 226,
      "b15003_E022": 2067,
      "b15003_M022": 242,
      "b15003_E023": 1183,
      "b15003_M023": 226,
      "b15003_E024": 144,
      "b15003_M024": 73,
      "b15003_E025": 74,
      "b15003_M025": 49,
      "c16002_E001": 3603,
      "c16002_M001": 161,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 9,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3603,
      "b22010_M001": 161,
      "b22010_E002": 109,
      "b22010_M002": 104,
      "b19013_E001": 131895,
      "b19013_M001": 11089
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.43,
       "moe": 7.76,
       "numerator": 392,
       "denominator": 1919
      },
      "children_with_two_parents_pct": {
       "estimate": 79.57,
       "moe": 11.52,
       "numerator": 1527,
       "denominator": 1919
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.28,
       "moe": 10.79,
       "numerator": 291,
       "denominator": 1151
      },
      "children_below_poverty_pct": {
       "estimate": 5.3,
       "moe": 4.95,
       "numerator": 104,
       "denominator": 1964
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.7,
       "moe": 4.84,
       "numerator": 3493,
       "denominator": 6628
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.08,
       "numerator": 0,
       "denominator": 3528
      },
      "snap_households_pct": {
       "estimate": 2.83,
       "moe": 2.89,
       "numerator": 100,
       "denominator": 3528
      },
      "median_household_income": {
       "estimate": 136397,
       "moe": 17186.0
      },
      "own_children_under_18": {
       "estimate": 1919,
       "moe": 196.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1964,
       "moe": 314.1114451910341
      }
     },
     "lines": {
      "b23008_E001": 1919,
      "b23008_M001": 196,
      "b23008_E003": 465,
      "b23008_M003": 144,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 1062,
      "b23008_M016": 229,
      "b23008_E021": 392,
      "b23008_M021": 153,
      "b11003_E001": 2760,
      "b11003_M001": 135,
      "b11003_E003": 860,
      "b11003_M003": 114,
      "b11003_E010": 116,
      "b11003_M010": 74,
      "b11003_E016": 175,
      "b11003_M016": 109,
      "b17020_E001": 9119,
      "b17020_M001": 38,
      "b17020_E003": 68,
      "b17020_M003": 90,
      "b17020_E004": 8,
      "b17020_M004": 13,
      "b17020_E005": 28,
      "b17020_M005": 38,
      "b17020_E011": 403,
      "b17020_M011": 112,
      "b17020_E012": 560,
      "b17020_M012": 128,
      "b17020_E013": 897,
      "b17020_M013": 245,
      "b15003_E001": 6628,
      "b15003_M001": 221,
      "b15003_E022": 2031,
      "b15003_M022": 248,
      "b15003_E023": 1173,
      "b15003_M023": 202,
      "b15003_E024": 204,
      "b15003_M024": 103,
      "b15003_E025": 85,
      "b15003_M025": 61,
      "c16002_E001": 3528,
      "c16002_M001": 148,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3528,
      "b22010_M001": 148,
      "b22010_E002": 100,
      "b22010_M002": 102,
      "b19013_E001": 136397,
      "b19013_M001": 17186
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.51,
       "moe": 7.53,
       "numerator": 362,
       "denominator": 1855
      },
      "children_with_two_parents_pct": {
       "estimate": 80.49,
       "moe": 11.25,
       "numerator": 1493,
       "denominator": 1855
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.16,
       "moe": 10.45,
       "numerator": 274,
       "denominator": 1089
      },
      "children_below_poverty_pct": {
       "estimate": 2.01,
       "moe": 1.82,
       "numerator": 38,
       "denominator": 1894
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.38,
       "moe": 4.44,
       "numerator": 3378,
       "denominator": 6574
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.1,
       "numerator": 0,
       "denominator": 3452
      },
      "snap_households_pct": {
       "estimate": 3.91,
       "moe": 3.33,
       "numerator": 135,
       "denominator": 3452
      },
      "median_household_income": {
       "estimate": 140700,
       "moe": 22164.0
      },
      "own_children_under_18": {
       "estimate": 1855,
       "moe": 221.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1894,
       "moe": 319.28513902153355
      }
     },
     "lines": {
      "b23008_E001": 1855,
      "b23008_M001": 221,
      "b23008_E003": 428,
      "b23008_M003": 119,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 1065,
      "b23008_M016": 247,
      "b23008_E021": 362,
      "b23008_M021": 145,
      "b11003_E001": 2745,
      "b11003_M001": 138,
      "b11003_E003": 815,
      "b11003_M003": 122,
      "b11003_E010": 100,
      "b11003_M010": 65,
      "b11003_E016": 174,
      "b11003_M016": 103,
      "b17020_E001": 9106,
      "b17020_M001": 28,
      "b17020_E003": 12,
      "b17020_M003": 19,
      "b17020_E004": 8,
      "b17020_M004": 12,
      "b17020_E005": 18,
      "b17020_M005": 27,
      "b17020_E011": 426,
      "b17020_M011": 122,
      "b17020_E012": 563,
      "b17020_M012": 135,
      "b17020_E013": 867,
      "b17020_M013": 260,
      "b15003_E001": 6574,
      "b15003_M001": 234,
      "b15003_E022": 1877,
      "b15003_M022": 203,
      "b15003_E023": 1176,
      "b15003_M023": 212,
      "b15003_E024": 221,
      "b15003_M024": 102,
      "b15003_E025": 104,
      "b15003_M025": 56,
      "c16002_E001": 3452,
      "c16002_M001": 150,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3452,
      "b22010_M001": 150,
      "b22010_E002": 135,
      "b22010_M002": 115,
      "b19013_E001": 140700,
      "b19013_M001": 22164
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.08,
       "moe": 8.86,
       "numerator": 343,
       "denominator": 1798
      },
      "children_with_two_parents_pct": {
       "estimate": 80.92,
       "moe": 10.84,
       "numerator": 1455,
       "denominator": 1798
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.25,
       "moe": 10.83,
       "numerator": 243,
       "denominator": 1045
      },
      "children_below_poverty_pct": {
       "estimate": 1.04,
       "moe": 1.59,
       "numerator": 19,
       "denominator": 1821
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.7,
       "moe": 4.5,
       "numerator": 3475,
       "denominator": 6594
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.12,
       "numerator": 0,
       "denominator": 3394
      },
      "snap_households_pct": {
       "estimate": 4.33,
       "moe": 3.38,
       "numerator": 147,
       "denominator": 3394
      },
      "median_household_income": {
       "estimate": 142500,
       "moe": 23319.0
      },
      "own_children_under_18": {
       "estimate": 1798,
       "moe": 228.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1821,
       "moe": 312.3107426906734
      }
     },
     "lines": {
      "b23008_E001": 1798,
      "b23008_M001": 228,
      "b23008_E003": 352,
      "b23008_M003": 105,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 1103,
      "b23008_M016": 247,
      "b23008_E021": 343,
      "b23008_M021": 164,
      "b11003_E001": 2615,
      "b11003_M001": 142,
      "b11003_E003": 802,
      "b11003_M003": 142,
      "b11003_E010": 61,
      "b11003_M010": 51,
      "b11003_E016": 182,
      "b11003_M016": 110,
      "b17020_E001": 9076,
      "b17020_M001": 123,
      "b17020_E003": 10,
      "b17020_M003": 17,
      "b17020_E004": 9,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 355,
      "b17020_M011": 108,
      "b17020_E012": 611,
      "b17020_M012": 128,
      "b17020_E013": 836,
      "b17020_M013": 262,
      "b15003_E001": 6594,
      "b15003_M001": 219,
      "b15003_E022": 1857,
      "b15003_M022": 231,
      "b15003_E023": 1302,
      "b15003_M023": 186,
      "b15003_E024": 242,
      "b15003_M024": 107,
      "b15003_E025": 74,
      "b15003_M025": 46,
      "c16002_E001": 3394,
      "c16002_M001": 143,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3394,
      "b22010_M001": 143,
      "b22010_E002": 147,
      "b22010_M002": 115,
      "b19013_E001": 142500,
      "b19013_M001": 23319
     }
    }
   }
  },
  "Kent": {
   "cousub": "40290",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.74,
       "moe": 22.25,
       "numerator": 99,
       "denominator": 285
      },
      "children_with_two_parents_pct": {
       "estimate": 65.26,
       "moe": 21.68,
       "numerator": 186,
       "denominator": 285
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.46,
       "moe": 19.59,
       "numerator": 22,
       "denominator": 126
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 7.9,
       "numerator": 0,
       "denominator": 285
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.77,
       "moe": 8.97,
       "numerator": 979,
       "denominator": 2344
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.08,
       "numerator": 0,
       "denominator": 1252
      },
      "snap_households_pct": {
       "estimate": 3.59,
       "moe": 3.16,
       "numerator": 45,
       "denominator": 1252
      },
      "median_household_income": {
       "estimate": 89348,
       "moe": 13592.0
      },
      "own_children_under_18": {
       "estimate": 285,
       "moe": 101.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 285,
       "moe": 98.2089608946149
      }
     },
     "lines": {
      "b23008_E001": 285,
      "b23008_M001": 101,
      "b23008_E003": 39,
      "b23008_M003": 42,
      "b23008_E008": 39,
      "b23008_M008": 46,
      "b23008_E016": 147,
      "b23008_M016": 80,
      "b23008_E021": 60,
      "b23008_M021": 56,
      "b11003_E001": 718,
      "b11003_M001": 97,
      "b11003_E003": 104,
      "b11003_M003": 47,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 22,
      "b11003_M016": 23,
      "b17020_E001": 2727,
      "b17020_M001": 69,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 78,
      "b17020_M011": 52,
      "b17020_E012": 96,
      "b17020_M012": 47,
      "b17020_E013": 111,
      "b17020_M013": 65,
      "b15003_E001": 2344,
      "b15003_M001": 143,
      "b15003_E022": 467,
      "b15003_M022": 151,
      "b15003_E023": 416,
      "b15003_M023": 149,
      "b15003_E024": 74,
      "b15003_M024": 48,
      "b15003_E025": 22,
      "b15003_M025": 21,
      "c16002_E001": 1252,
      "c16002_M001": 157,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1252,
      "b22010_M001": 157,
      "b22010_E002": 45,
      "b22010_M002": 40,
      "b19013_E001": 89348,
      "b19013_M001": 13592
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.95,
       "moe": 13.21,
       "numerator": 96,
       "denominator": 370
      },
      "children_with_two_parents_pct": {
       "estimate": 74.05,
       "moe": 28.21,
       "numerator": 274,
       "denominator": 370
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.62,
       "moe": 15.85,
       "numerator": 34,
       "denominator": 193
      },
      "children_below_poverty_pct": {
       "estimate": 22.7,
       "moe": 28.36,
       "numerator": 84,
       "denominator": 370
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.33,
       "moe": 10.24,
       "numerator": 1122,
       "denominator": 2422
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.04,
       "numerator": 0,
       "denominator": 1277
      },
      "snap_households_pct": {
       "estimate": 2.98,
       "moe": 2.64,
       "numerator": 38,
       "denominator": 1277
      },
      "median_household_income": {
       "estimate": 93281,
       "moe": 15274.0
      },
      "own_children_under_18": {
       "estimate": 370,
       "moe": 101.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 370,
       "moe": 138.54963009694396
      }
     },
     "lines": {
      "b23008_E001": 370,
      "b23008_M001": 101,
      "b23008_E003": 106,
      "b23008_M003": 107,
      "b23008_E008": 43,
      "b23008_M008": 35,
      "b23008_E016": 168,
      "b23008_M016": 71,
      "b23008_E021": 53,
      "b23008_M021": 43,
      "b11003_E001": 666,
      "b11003_M001": 118,
      "b11003_E003": 159,
      "b11003_M003": 66,
      "b11003_E010": 14,
      "b11003_M010": 24,
      "b11003_E016": 20,
      "b11003_M016": 23,
      "b17020_E001": 2838,
      "b17020_M001": 35,
      "b17020_E003": 84,
      "b17020_M003": 108,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 65,
      "b17020_M011": 41,
      "b17020_E012": 91,
      "b17020_M012": 53,
      "b17020_E013": 130,
      "b17020_M013": 52,
      "b15003_E001": 2422,
      "b15003_M001": 108,
      "b15003_E022": 553,
      "b15003_M022": 161,
      "b15003_E023": 461,
      "b15003_M023": 183,
      "b15003_E024": 84,
      "b15003_M024": 63,
      "b15003_E025": 24,
      "b15003_M025": 24,
      "c16002_E001": 1277,
      "c16002_M001": 149,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1277,
      "b22010_M001": 149,
      "b22010_E002": 38,
      "b22010_M002": 34,
      "b19013_E001": 93281,
      "b19013_M001": 15274
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.44,
       "moe": 15.06,
       "numerator": 133,
       "denominator": 423
      },
      "children_with_two_parents_pct": {
       "estimate": 68.56,
       "moe": 21.08,
       "numerator": 290,
       "denominator": 423
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.4,
       "moe": 17.23,
       "numerator": 55,
       "denominator": 235
      },
      "children_below_poverty_pct": {
       "estimate": 16.31,
       "moe": 18.54,
       "numerator": 69,
       "denominator": 423
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.15,
       "moe": 9.97,
       "numerator": 1325,
       "denominator": 2447
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.14,
       "numerator": 0,
       "denominator": 1307
      },
      "snap_households_pct": {
       "estimate": 6.35,
       "moe": 4.24,
       "numerator": 83,
       "denominator": 1307
      },
      "median_household_income": {
       "estimate": 101023,
       "moe": 15040.0
      },
      "own_children_under_18": {
       "estimate": 423,
       "moe": 86.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 423,
       "moe": 134.32795688165587
      }
     },
     "lines": {
      "b23008_E001": 423,
      "b23008_M001": 86,
      "b23008_E003": 128,
      "b23008_M003": 79,
      "b23008_E008": 38,
      "b23008_M008": 42,
      "b23008_E016": 162,
      "b23008_M016": 72,
      "b23008_E021": 95,
      "b23008_M021": 55,
      "b11003_E001": 732,
      "b11003_M001": 105,
      "b11003_E003": 180,
      "b11003_M003": 58,
      "b11003_E010": 22,
      "b11003_M010": 29,
      "b11003_E016": 33,
      "b11003_M016": 33,
      "b17020_E001": 2943,
      "b17020_M001": 28,
      "b17020_E003": 69,
      "b17020_M003": 79,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 97,
      "b17020_M011": 59,
      "b17020_E012": 157,
      "b17020_M012": 73,
      "b17020_E013": 100,
      "b17020_M013": 51,
      "b15003_E001": 2447,
      "b15003_M001": 87,
      "b15003_E022": 663,
      "b15003_M022": 161,
      "b15003_E023": 578,
      "b15003_M023": 178,
      "b15003_E024": 67,
      "b15003_M024": 61,
      "b15003_E025": 17,
      "b15003_M025": 20,
      "c16002_E001": 1307,
      "c16002_M001": 129,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1307,
      "b22010_M001": 129,
      "b22010_E002": 83,
      "b22010_M002": 56,
      "b19013_E001": 101023,
      "b19013_M001": 15040
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.64,
       "moe": 15.17,
       "numerator": 118,
       "denominator": 373
      },
      "children_with_two_parents_pct": {
       "estimate": 68.36,
       "moe": 26.87,
       "numerator": 255,
       "denominator": 373
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.81,
       "moe": 20.92,
       "numerator": 71,
       "denominator": 210
      },
      "children_below_poverty_pct": {
       "estimate": 15.01,
       "moe": 18.79,
       "numerator": 56,
       "denominator": 373
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.47,
       "moe": 9.16,
       "numerator": 1409,
       "denominator": 2540
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.08,
       "numerator": 0,
       "denominator": 1344
      },
      "snap_households_pct": {
       "estimate": 6.1,
       "moe": 4.57,
       "numerator": 82,
       "denominator": 1344
      },
      "median_household_income": {
       "estimate": 96064,
       "moe": 16054.0
      },
      "own_children_under_18": {
       "estimate": 373,
       "moe": 79.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 373,
       "moe": 129.75361266646874
      }
     },
     "lines": {
      "b23008_E001": 373,
      "b23008_M001": 79,
      "b23008_E003": 93,
      "b23008_M003": 71,
      "b23008_E008": 36,
      "b23008_M008": 39,
      "b23008_E016": 162,
      "b23008_M016": 89,
      "b23008_E021": 82,
      "b23008_M021": 48,
      "b11003_E001": 750,
      "b11003_M001": 93,
      "b11003_E003": 139,
      "b11003_M003": 47,
      "b11003_E010": 22,
      "b11003_M010": 28,
      "b11003_E016": 49,
      "b11003_M016": 41,
      "b17020_E001": 2986,
      "b17020_M001": 32,
      "b17020_E003": 56,
      "b17020_M003": 70,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 73,
      "b17020_M011": 52,
      "b17020_E012": 129,
      "b17020_M012": 82,
      "b17020_E013": 115,
      "b17020_M013": 46,
      "b15003_E001": 2540,
      "b15003_M001": 100,
      "b15003_E022": 680,
      "b15003_M022": 151,
      "b15003_E023": 647,
      "b15003_M023": 180,
      "b15003_E024": 32,
      "b15003_M024": 27,
      "b15003_E025": 50,
      "b15003_M025": 36,
      "c16002_E001": 1344,
      "c16002_M001": 140,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1344,
      "b22010_M001": 140,
      "b22010_E002": 82,
      "b22010_M002": 62,
      "b19013_E001": 96064,
      "b19013_M001": 16054
     }
    }
   }
  },
  "Killingly": {
   "cousub": "40500",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 61.31,
       "moe": 11.45,
       "numerator": 2120,
       "denominator": 3458
      },
      "children_with_two_parents_pct": {
       "estimate": 38.69,
       "moe": 9.09,
       "numerator": 1338,
       "denominator": 3458
      },
      "one_parent_families_with_children_pct": {
       "estimate": 55.66,
       "moe": 11.86,
       "numerator": 865,
       "denominator": 1554
      },
      "children_below_poverty_pct": {
       "estimate": 19.54,
       "moe": 8.19,
       "numerator": 695,
       "denominator": 3557
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.46,
       "moe": 3.05,
       "numerator": 2894,
       "denominator": 12883
      },
      "limited_english_households_pct": {
       "estimate": 0.51,
       "moe": 0.8,
       "numerator": 36,
       "denominator": 7099
      },
      "snap_households_pct": {
       "estimate": 16.06,
       "moe": 3.47,
       "numerator": 1140,
       "denominator": 7099
      },
      "median_household_income": {
       "estimate": 70728,
       "moe": 6108.0
      },
      "own_children_under_18": {
       "estimate": 3458,
       "moe": 396.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3557,
       "moe": 535.0644820953826
      }
     },
     "lines": {
      "b23008_E001": 3458,
      "b23008_M001": 396,
      "b23008_E003": 498,
      "b23008_M003": 207,
      "b23008_E008": 627,
      "b23008_M008": 229,
      "b23008_E016": 840,
      "b23008_M016": 282,
      "b23008_E021": 1493,
      "b23008_M021": 404,
      "b11003_E001": 4463,
      "b11003_M001": 324,
      "b11003_E003": 689,
      "b11003_M003": 159,
      "b11003_E010": 258,
      "b11003_M010": 130,
      "b11003_E016": 607,
      "b11003_M016": 209,
      "b17020_E001": 17328,
      "b17020_M001": 182,
      "b17020_E003": 214,
      "b17020_M003": 162,
      "b17020_E004": 244,
      "b17020_M004": 193,
      "b17020_E005": 237,
      "b17020_M005": 180,
      "b17020_E011": 931,
      "b17020_M011": 235,
      "b17020_E012": 991,
      "b17020_M012": 290,
      "b17020_E013": 940,
      "b17020_M013": 226,
      "b15003_E001": 12883,
      "b15003_M001": 403,
      "b15003_E022": 1627,
      "b15003_M022": 307,
      "b15003_E023": 1117,
      "b15003_M023": 249,
      "b15003_E024": 57,
      "b15003_M024": 55,
      "b15003_E025": 93,
      "b15003_M025": 60,
      "c16002_E001": 7099,
      "c16002_M001": 301,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 36,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7099,
      "b22010_M001": 301,
      "b22010_E002": 1140,
      "b22010_M002": 251,
      "b19013_E001": 70728,
      "b19013_M001": 6108
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.97,
       "moe": 11.7,
       "numerator": 2229,
       "denominator": 3780
      },
      "children_with_two_parents_pct": {
       "estimate": 41.03,
       "moe": 12.51,
       "numerator": 1551,
       "denominator": 3780
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.35,
       "moe": 13.32,
       "numerator": 934,
       "denominator": 1819
      },
      "children_below_poverty_pct": {
       "estimate": 20.48,
       "moe": 7.22,
       "numerator": 791,
       "denominator": 3862
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.94,
       "moe": 3.45,
       "numerator": 2972,
       "denominator": 12953
      },
      "limited_english_households_pct": {
       "estimate": 2.68,
       "moe": 2.69,
       "numerator": 191,
       "denominator": 7137
      },
      "snap_households_pct": {
       "estimate": 17.07,
       "moe": 3.71,
       "numerator": 1218,
       "denominator": 7137
      },
      "median_household_income": {
       "estimate": 76552,
       "moe": 4323.0
      },
      "own_children_under_18": {
       "estimate": 3780,
       "moe": 475.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3862,
       "moe": 706.5698833094997
      }
     },
     "lines": {
      "b23008_E001": 3780,
      "b23008_M001": 475,
      "b23008_E003": 451,
      "b23008_M003": 168,
      "b23008_E008": 569,
      "b23008_M008": 202,
      "b23008_E016": 1100,
      "b23008_M016": 483,
      "b23008_E021": 1660,
      "b23008_M021": 483,
      "b11003_E001": 4606,
      "b11003_M001": 328,
      "b11003_E003": 885,
      "b11003_M003": 217,
      "b11003_E010": 254,
      "b11003_M010": 135,
      "b11003_E016": 680,
      "b11003_M016": 280,
      "b17020_E001": 17469,
      "b17020_M001": 29,
      "b17020_E003": 181,
      "b17020_M003": 130,
      "b17020_E004": 328,
      "b17020_M004": 219,
      "b17020_E005": 282,
      "b17020_M005": 184,
      "b17020_E011": 849,
      "b17020_M011": 218,
      "b17020_E012": 1068,
      "b17020_M012": 410,
      "b17020_E013": 1154,
      "b17020_M013": 430,
      "b15003_E001": 12953,
      "b15003_M001": 467,
      "b15003_E022": 1806,
      "b15003_M022": 340,
      "b15003_E023": 1071,
      "b15003_M023": 302,
      "b15003_E024": 43,
      "b15003_M024": 45,
      "b15003_E025": 52,
      "b15003_M025": 50,
      "c16002_E001": 7137,
      "c16002_M001": 360,
      "c16002_E004": 124,
      "c16002_M004": 173,
      "c16002_E007": 54,
      "c16002_M007": 77,
      "c16002_E010": 13,
      "c16002_M010": 23,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7137,
      "b22010_M001": 360,
      "b22010_E002": 1218,
      "b22010_M002": 272,
      "b19013_E001": 76552,
      "b19013_M001": 4323
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 55.81,
       "moe": 13.32,
       "numerator": 1879,
       "denominator": 3367
      },
      "children_with_two_parents_pct": {
       "estimate": 44.19,
       "moe": 7.49,
       "numerator": 1488,
       "denominator": 3367
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.68,
       "moe": 12.9,
       "numerator": 829,
       "denominator": 1703
      },
      "children_below_poverty_pct": {
       "estimate": 22.95,
       "moe": 8.68,
       "numerator": 786,
       "denominator": 3425
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.13,
       "moe": 3.32,
       "numerator": 3185,
       "denominator": 13197
      },
      "limited_english_households_pct": {
       "estimate": 2.05,
       "moe": 1.76,
       "numerator": 148,
       "denominator": 7202
      },
      "snap_households_pct": {
       "estimate": 17.43,
       "moe": 4.04,
       "numerator": 1255,
       "denominator": 7202
      },
      "median_household_income": {
       "estimate": 81881,
       "moe": 10780.0
      },
      "own_children_under_18": {
       "estimate": 3367,
       "moe": 370.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3425,
       "moe": 507.05226555060375
      }
     },
     "lines": {
      "b23008_E001": 3367,
      "b23008_M001": 370,
      "b23008_E003": 520,
      "b23008_M003": 126,
      "b23008_E008": 594,
      "b23008_M008": 163,
      "b23008_E016": 968,
      "b23008_M016": 273,
      "b23008_E021": 1285,
      "b23008_M021": 466,
      "b11003_E001": 4442,
      "b11003_M001": 329,
      "b11003_E003": 874,
      "b11003_M003": 185,
      "b11003_E010": 236,
      "b11003_M010": 140,
      "b11003_E016": 593,
      "b11003_M016": 233,
      "b17020_E001": 17557,
      "b17020_M001": 48,
      "b17020_E003": 200,
      "b17020_M003": 138,
      "b17020_E004": 289,
      "b17020_M004": 188,
      "b17020_E005": 297,
      "b17020_M005": 218,
      "b17020_E011": 938,
      "b17020_M011": 209,
      "b17020_E012": 949,
      "b17020_M012": 278,
      "b17020_E013": 752,
      "b17020_M013": 185,
      "b15003_E001": 13197,
      "b15003_M001": 403,
      "b15003_E022": 1877,
      "b15003_M022": 352,
      "b15003_E023": 1145,
      "b15003_M023": 266,
      "b15003_E024": 82,
      "b15003_M024": 60,
      "b15003_E025": 81,
      "b15003_M025": 57,
      "c16002_E001": 7202,
      "c16002_M001": 308,
      "c16002_E004": 44,
      "c16002_M004": 69,
      "c16002_E007": 62,
      "c16002_M007": 94,
      "c16002_E010": 42,
      "c16002_M010": 45,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7202,
      "b22010_M001": 308,
      "b22010_E002": 1255,
      "b22010_M002": 296,
      "b19013_E001": 81881,
      "b19013_M001": 10780
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.89,
       "moe": 12.14,
       "numerator": 1486,
       "denominator": 3465
      },
      "children_with_two_parents_pct": {
       "estimate": 57.11,
       "moe": 7.62,
       "numerator": 1979,
       "denominator": 3465
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.36,
       "moe": 11.54,
       "numerator": 644,
       "denominator": 1771
      },
      "children_below_poverty_pct": {
       "estimate": 17.94,
       "moe": 8.12,
       "numerator": 631,
       "denominator": 3518
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.86,
       "moe": 3.22,
       "numerator": 3052,
       "denominator": 13349
      },
      "limited_english_households_pct": {
       "estimate": 2.19,
       "moe": 1.99,
       "numerator": 160,
       "denominator": 7300
      },
      "snap_households_pct": {
       "estimate": 16.56,
       "moe": 3.81,
       "numerator": 1209,
       "denominator": 7300
      },
      "median_household_income": {
       "estimate": 84350,
       "moe": 8277.0
      },
      "own_children_under_18": {
       "estimate": 3465,
       "moe": 358.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3518,
       "moe": 497.92770559590275
      }
     },
     "lines": {
      "b23008_E001": 3465,
      "b23008_M001": 358,
      "b23008_E003": 623,
      "b23008_M003": 182,
      "b23008_E008": 494,
      "b23008_M008": 189,
      "b23008_E016": 1356,
      "b23008_M016": 280,
      "b23008_E021": 992,
      "b23008_M021": 406,
      "b11003_E001": 4580,
      "b11003_M001": 331,
      "b11003_E003": 1127,
      "b11003_M003": 179,
      "b11003_E010": 236,
      "b11003_M010": 146,
      "b11003_E016": 408,
      "b11003_M016": 178,
      "b17020_E001": 17681,
      "b17020_M001": 30,
      "b17020_E003": 119,
      "b17020_M003": 123,
      "b17020_E004": 252,
      "b17020_M004": 174,
      "b17020_E005": 260,
      "b17020_M005": 210,
      "b17020_E011": 1021,
      "b17020_M011": 221,
      "b17020_E012": 1070,
      "b17020_M012": 281,
      "b17020_E013": 796,
      "b17020_M013": 175,
      "b15003_E001": 13349,
      "b15003_M001": 384,
      "b15003_E022": 1874,
      "b15003_M022": 366,
      "b15003_E023": 1029,
      "b15003_M023": 229,
      "b15003_E024": 45,
      "b15003_M024": 34,
      "b15003_E025": 104,
      "b15003_M025": 72,
      "c16002_E001": 7300,
      "c16002_M001": 277,
      "c16002_E004": 67,
      "c16002_M004": 95,
      "c16002_E007": 66,
      "c16002_M007": 101,
      "c16002_E010": 27,
      "c16002_M010": 38,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7300,
      "b22010_M001": 277,
      "b22010_E002": 1209,
      "b22010_M002": 282,
      "b19013_E001": 84350,
      "b19013_M001": 8277
     }
    }
   }
  },
  "Killingworth": {
   "cousub": "40710",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 5.79,
       "moe": 7.24,
       "numerator": 66,
       "denominator": 1139
      },
      "children_with_two_parents_pct": {
       "estimate": 94.21,
       "moe": 13.8,
       "numerator": 1073,
       "denominator": 1139
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.55,
       "moe": 10.01,
       "numerator": 44,
       "denominator": 583
      },
      "children_below_poverty_pct": {
       "estimate": 3.55,
       "moe": 5.94,
       "numerator": 41,
       "denominator": 1156
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.02,
       "moe": 7.4,
       "numerator": 2305,
       "denominator": 4702
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.67,
       "numerator": 0,
       "denominator": 2276
      },
      "snap_households_pct": {
       "estimate": 0.62,
       "moe": 0.92,
       "numerator": 14,
       "denominator": 2276
      },
      "median_household_income": {
       "estimate": 117900,
       "moe": 22847.0
      },
      "own_children_under_18": {
       "estimate": 1139,
       "moe": 194.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1156,
       "moe": 279.1504970441572
      }
     },
     "lines": {
      "b23008_E001": 1139,
      "b23008_M001": 194,
      "b23008_E003": 384,
      "b23008_M003": 203,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 689,
      "b23008_M016": 130,
      "b23008_E021": 66,
      "b23008_M021": 81,
      "b11003_E001": 1742,
      "b11003_M001": 127,
      "b11003_E003": 539,
      "b11003_M003": 114,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 44,
      "b11003_M016": 56,
      "b17020_E001": 6276,
      "b17020_M001": 17,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 41,
      "b17020_M005": 64,
      "b17020_E011": 384,
      "b17020_M011": 203,
      "b17020_E012": 355,
      "b17020_M012": 107,
      "b17020_E013": 376,
      "b17020_M013": 143,
      "b15003_E001": 4702,
      "b15003_M001": 226,
      "b15003_E022": 1134,
      "b15003_M022": 262,
      "b15003_E023": 868,
      "b15003_M023": 211,
      "b15003_E024": 192,
      "b15003_M024": 113,
      "b15003_E025": 111,
      "b15003_M025": 86,
      "c16002_E001": 2276,
      "c16002_M001": 208,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2276,
      "b22010_M001": 208,
      "b22010_E002": 14,
      "b22010_M002": 21,
      "b19013_E001": 117900,
      "b19013_M001": 22847
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 2.31,
       "moe": 4.49,
       "numerator": 26,
       "denominator": 1126
      },
      "children_with_two_parents_pct": {
       "estimate": 97.69,
       "moe": 15.89,
       "numerator": 1100,
       "denominator": 1126
      },
      "one_parent_families_with_children_pct": {
       "estimate": 2.11,
       "moe": 5.08,
       "numerator": 12,
       "denominator": 569
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.89,
       "numerator": 0,
       "denominator": 1139
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.43,
       "moe": 7.56,
       "numerator": 2458,
       "denominator": 4688
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.63,
       "numerator": 0,
       "denominator": 2335
      },
      "snap_households_pct": {
       "estimate": 1.24,
       "moe": 1.5,
       "numerator": 29,
       "denominator": 2335
      },
      "median_household_income": {
       "estimate": 124620,
       "moe": 14715.0
      },
      "own_children_under_18": {
       "estimate": 1126,
       "moe": 173.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1139,
       "moe": 286.7821472825671
      }
     },
     "lines": {
      "b23008_E001": 1126,
      "b23008_M001": 173,
      "b23008_E003": 419,
      "b23008_M003": 212,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 681,
      "b23008_M016": 125,
      "b23008_E021": 26,
      "b23008_M021": 47,
      "b11003_E001": 1781,
      "b11003_M001": 138,
      "b11003_E003": 557,
      "b11003_M003": 140,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 12,
      "b11003_M016": 22,
      "b17020_E001": 6216,
      "b17020_M001": 20,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 419,
      "b17020_M011": 212,
      "b17020_E012": 293,
      "b17020_M012": 109,
      "b17020_E013": 427,
      "b17020_M013": 156,
      "b15003_E001": 4688,
      "b15003_M001": 226,
      "b15003_E022": 1291,
      "b15003_M022": 235,
      "b15003_E023": 1005,
      "b15003_M023": 277,
      "b15003_E024": 86,
      "b15003_M024": 65,
      "b15003_E025": 76,
      "b15003_M025": 60,
      "c16002_E001": 2335,
      "c16002_M001": 186,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2335,
      "b22010_M001": 186,
      "b22010_E002": 29,
      "b22010_M002": 35,
      "b19013_E001": 124620,
      "b19013_M001": 14715
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 3.42,
       "moe": 6.76,
       "numerator": 38,
       "denominator": 1112
      },
      "children_with_two_parents_pct": {
       "estimate": 96.58,
       "moe": 15.37,
       "numerator": 1074,
       "denominator": 1112
      },
      "one_parent_families_with_children_pct": {
       "estimate": 3.21,
       "moe": 6.81,
       "numerator": 17,
       "denominator": 530
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.96,
       "numerator": 0,
       "denominator": 1112
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.7,
       "moe": 7.42,
       "numerator": 2390,
       "denominator": 4623
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.57,
       "numerator": 0,
       "denominator": 2425
      },
      "snap_households_pct": {
       "estimate": 1.57,
       "moe": 1.44,
       "numerator": 38,
       "denominator": 2425
      },
      "median_household_income": {
       "estimate": 132739,
       "moe": 12757.0
      },
      "own_children_under_18": {
       "estimate": 1112,
       "moe": 173.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1112,
       "moe": 284.668227942635
      }
     },
     "lines": {
      "b23008_E001": 1112,
      "b23008_M001": 173,
      "b23008_E003": 476,
      "b23008_M003": 190,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 598,
      "b23008_M016": 145,
      "b23008_E021": 38,
      "b23008_M021": 73,
      "b11003_E001": 1837,
      "b11003_M001": 141,
      "b11003_E003": 513,
      "b11003_M003": 134,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 17,
      "b11003_M016": 31,
      "b17020_E001": 6219,
      "b17020_M001": 16,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 476,
      "b17020_M011": 190,
      "b17020_E012": 246,
      "b17020_M012": 118,
      "b17020_E013": 390,
      "b17020_M013": 173,
      "b15003_E001": 4623,
      "b15003_M001": 221,
      "b15003_E022": 1201,
      "b15003_M022": 256,
      "b15003_E023": 1022,
      "b15003_M023": 240,
      "b15003_E024": 101,
      "b15003_M024": 65,
      "b15003_E025": 66,
      "b15003_M025": 57,
      "c16002_E001": 2425,
      "c16002_M001": 203,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2425,
      "b22010_M001": 203,
      "b22010_E002": 38,
      "b22010_M002": 35,
      "b19013_E001": 132739,
      "b19013_M001": 12757
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 4.73,
       "moe": 5.61,
       "numerator": 55,
       "denominator": 1164
      },
      "children_with_two_parents_pct": {
       "estimate": 95.27,
       "moe": 16.5,
       "numerator": 1109,
       "denominator": 1164
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.91,
       "moe": 11.65,
       "numerator": 54,
       "denominator": 545
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.83,
       "numerator": 0,
       "denominator": 1164
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.37,
       "moe": 7.48,
       "numerator": 2626,
       "denominator": 4743
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.51,
       "numerator": 0,
       "denominator": 2516
      },
      "snap_households_pct": {
       "estimate": 2.66,
       "moe": 2.06,
       "numerator": 67,
       "denominator": 2516
      },
      "median_household_income": {
       "estimate": 140655,
       "moe": 16359.0
      },
      "own_children_under_18": {
       "estimate": 1164,
       "moe": 172.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1164,
       "moe": 312.2963336320169
      }
     },
     "lines": {
      "b23008_E001": 1164,
      "b23008_M001": 172,
      "b23008_E003": 489,
      "b23008_M003": 214,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 620,
      "b23008_M016": 134,
      "b23008_E021": 55,
      "b23008_M021": 63,
      "b11003_E001": 1950,
      "b11003_M001": 129,
      "b11003_E003": 491,
      "b11003_M003": 135,
      "b11003_E010": 22,
      "b11003_M010": 38,
      "b11003_E016": 32,
      "b11003_M016": 53,
      "b17020_E001": 6240,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 489,
      "b17020_M011": 214,
      "b17020_E012": 298,
      "b17020_M012": 131,
      "b17020_E013": 377,
      "b17020_M013": 183,
      "b15003_E001": 4743,
      "b15003_M001": 234,
      "b15003_E022": 1304,
      "b15003_M022": 242,
      "b15003_E023": 1170,
      "b15003_M023": 276,
      "b15003_E024": 84,
      "b15003_M024": 68,
      "b15003_E025": 68,
      "b15003_M025": 57,
      "c16002_E001": 2516,
      "c16002_M001": 200,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2516,
      "b22010_M001": 200,
      "b22010_E002": 67,
      "b22010_M002": 52,
      "b19013_E001": 140655,
      "b19013_M001": 16359
     }
    }
   }
  },
  "Lebanon": {
   "cousub": "42390",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.62,
       "moe": 15.18,
       "numerator": 356,
       "denominator": 1202
      },
      "children_with_two_parents_pct": {
       "estimate": 70.38,
       "moe": 13.6,
       "numerator": 846,
       "denominator": 1202
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.15,
       "moe": 9.28,
       "numerator": 141,
       "denominator": 777
      },
      "children_below_poverty_pct": {
       "estimate": 10.79,
       "moe": 11.19,
       "numerator": 132,
       "denominator": 1223
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.14,
       "moe": 6.89,
       "numerator": 1929,
       "denominator": 5338
      },
      "limited_english_households_pct": {
       "estimate": 0.6,
       "moe": 1.49,
       "numerator": 17,
       "denominator": 2847
      },
      "snap_households_pct": {
       "estimate": 1.51,
       "moe": 1.26,
       "numerator": 43,
       "denominator": 2847
      },
      "median_household_income": {
       "estimate": 96490,
       "moe": 21316.0
      },
      "own_children_under_18": {
       "estimate": 1202,
       "moe": 179.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1223,
       "moe": 270.8228203087768
      }
     },
     "lines": {
      "b23008_E001": 1202,
      "b23008_M001": 179,
      "b23008_E003": 201,
      "b23008_M003": 101,
      "b23008_E008": 53,
      "b23008_M008": 51,
      "b23008_E016": 645,
      "b23008_M016": 180,
      "b23008_E021": 303,
      "b23008_M021": 183,
      "b11003_E001": 2034,
      "b11003_M001": 163,
      "b11003_E003": 636,
      "b11003_M003": 180,
      "b11003_E010": 21,
      "b11003_M010": 36,
      "b11003_E016": 120,
      "b11003_M016": 72,
      "b17020_E001": 7136,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 44,
      "b17020_M004": 62,
      "b17020_E005": 88,
      "b17020_M005": 124,
      "b17020_E011": 260,
      "b17020_M011": 108,
      "b17020_E012": 394,
      "b17020_M012": 140,
      "b17020_E013": 437,
      "b17020_M013": 150,
      "b15003_E001": 5338,
      "b15003_M001": 257,
      "b15003_E022": 984,
      "b15003_M022": 259,
      "b15003_E023": 866,
      "b15003_M023": 271,
      "b15003_E024": 79,
      "b15003_M024": 55,
      "b15003_E025": 0,
      "b15003_M025": 19,
      "c16002_E001": 2847,
      "c16002_M001": 167,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 17,
      "c16002_M007": 27,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2847,
      "b22010_M001": 167,
      "b22010_E002": 43,
      "b22010_M002": 36,
      "b19013_E001": 96490,
      "b19013_M001": 21316
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.34,
       "moe": 16.12,
       "numerator": 331,
       "denominator": 1306
      },
      "children_with_two_parents_pct": {
       "estimate": 74.66,
       "moe": 15.87,
       "numerator": 975,
       "denominator": 1306
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.1,
       "moe": 9.7,
       "numerator": 111,
       "denominator": 787
      },
      "children_below_poverty_pct": {
       "estimate": 11.34,
       "moe": 11.99,
       "numerator": 149,
       "denominator": 1314
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.06,
       "moe": 6.76,
       "numerator": 1898,
       "denominator": 5264
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.36,
       "numerator": 0,
       "denominator": 2795
      },
      "snap_households_pct": {
       "estimate": 1.65,
       "moe": 1.75,
       "numerator": 46,
       "denominator": 2795
      },
      "median_household_income": {
       "estimate": 107050,
       "moe": 19590.0
      },
      "own_children_under_18": {
       "estimate": 1306,
       "moe": 199.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1314,
       "moe": 319.84996482726086
      }
     },
     "lines": {
      "b23008_E001": 1306,
      "b23008_M001": 199,
      "b23008_E003": 232,
      "b23008_M003": 120,
      "b23008_E008": 24,
      "b23008_M008": 25,
      "b23008_E016": 743,
      "b23008_M016": 225,
      "b23008_E021": 307,
      "b23008_M021": 215,
      "b11003_E001": 1966,
      "b11003_M001": 168,
      "b11003_E003": 676,
      "b11003_M003": 180,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 111,
      "b11003_M016": 79,
      "b17020_E001": 7142,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 49,
      "b17020_M004": 71,
      "b17020_E005": 100,
      "b17020_M005": 144,
      "b17020_E011": 256,
      "b17020_M011": 119,
      "b17020_E012": 355,
      "b17020_M012": 151,
      "b17020_E013": 554,
      "b17020_M013": 198,
      "b15003_E001": 5264,
      "b15003_M001": 258,
      "b15003_E022": 1080,
      "b15003_M022": 266,
      "b15003_E023": 759,
      "b15003_M023": 249,
      "b15003_E024": 59,
      "b15003_M024": 45,
      "b15003_E025": 0,
      "b15003_M025": 19,
      "c16002_E001": 2795,
      "c16002_M001": 151,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2795,
      "b22010_M001": 151,
      "b22010_E002": 46,
      "b22010_M002": 49,
      "b19013_E001": 107050,
      "b19013_M001": 19590
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.16,
       "moe": 13.38,
       "numerator": 325,
       "denominator": 1345
      },
      "children_with_two_parents_pct": {
       "estimate": 75.84,
       "moe": 15.64,
       "numerator": 1020,
       "denominator": 1345
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.32,
       "moe": 10.51,
       "numerator": 119,
       "denominator": 729
      },
      "children_below_poverty_pct": {
       "estimate": 7.81,
       "moe": 8.41,
       "numerator": 105,
       "denominator": 1345
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.42,
       "moe": 7.49,
       "numerator": 1986,
       "denominator": 5308
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.35,
       "numerator": 0,
       "denominator": 2821
      },
      "snap_households_pct": {
       "estimate": 4.01,
       "moe": 2.53,
       "numerator": 113,
       "denominator": 2821
      },
      "median_household_income": {
       "estimate": 106594,
       "moe": 13438.0
      },
      "own_children_under_18": {
       "estimate": 1345,
       "moe": 161.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1345,
       "moe": 304.6719547316425
      }
     },
     "lines": {
      "b23008_E001": 1345,
      "b23008_M001": 161,
      "b23008_E003": 393,
      "b23008_M003": 144,
      "b23008_E008": 26,
      "b23008_M008": 28,
      "b23008_E016": 627,
      "b23008_M016": 196,
      "b23008_E021": 299,
      "b23008_M021": 182,
      "b11003_E001": 1948,
      "b11003_M001": 199,
      "b11003_E003": 610,
      "b11003_M003": 180,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 119,
      "b11003_M016": 81,
      "b17020_E001": 7135,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 35,
      "b17020_M004": 51,
      "b17020_E005": 70,
      "b17020_M005": 102,
      "b17020_E011": 419,
      "b17020_M011": 147,
      "b17020_E012": 298,
      "b17020_M012": 129,
      "b17020_E013": 523,
      "b17020_M013": 203,
      "b15003_E001": 5308,
      "b15003_M001": 277,
      "b15003_E022": 1078,
      "b15003_M022": 269,
      "b15003_E023": 824,
      "b15003_M023": 306,
      "b15003_E024": 58,
      "b15003_M024": 44,
      "b15003_E025": 26,
      "b15003_M025": 31,
      "c16002_E001": 2821,
      "c16002_M001": 212,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2821,
      "b22010_M001": 212,
      "b22010_E002": 113,
      "b22010_M002": 72,
      "b19013_E001": 106594,
      "b19013_M001": 13438
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.22,
       "moe": 10.69,
       "numerator": 211,
       "denominator": 1225
      },
      "children_with_two_parents_pct": {
       "estimate": 82.78,
       "moe": 13.9,
       "numerator": 1014,
       "denominator": 1225
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.93,
       "moe": 10.03,
       "numerator": 119,
       "denominator": 797
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.69,
       "numerator": 0,
       "denominator": 1225
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.07,
       "moe": 7.39,
       "numerator": 2183,
       "denominator": 5448
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.34,
       "numerator": 0,
       "denominator": 2834
      },
      "snap_households_pct": {
       "estimate": 5.26,
       "moe": 2.94,
       "numerator": 149,
       "denominator": 2834
      },
      "median_household_income": {
       "estimate": 109135,
       "moe": 19475.0
      },
      "own_children_under_18": {
       "estimate": 1225,
       "moe": 163.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1225,
       "moe": 256.12496949731394
      }
     },
     "lines": {
      "b23008_E001": 1225,
      "b23008_M001": 163,
      "b23008_E003": 399,
      "b23008_M003": 126,
      "b23008_E008": 27,
      "b23008_M008": 32,
      "b23008_E016": 615,
      "b23008_M016": 177,
      "b23008_E021": 184,
      "b23008_M021": 130,
      "b11003_E001": 2100,
      "b11003_M001": 203,
      "b11003_E003": 678,
      "b11003_M003": 181,
      "b11003_E010": 9,
      "b11003_M010": 20,
      "b11003_E016": 110,
      "b11003_M016": 83,
      "b17020_E001": 7106,
      "b17020_M001": 38,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 426,
      "b17020_M011": 130,
      "b17020_E012": 286,
      "b17020_M012": 129,
      "b17020_E013": 513,
      "b17020_M013": 176,
      "b15003_E001": 5448,
      "b15003_M001": 252,
      "b15003_E022": 1178,
      "b15003_M022": 267,
      "b15003_E023": 842,
      "b15003_M023": 305,
      "b15003_E024": 126,
      "b15003_M024": 84,
      "b15003_E025": 37,
      "b15003_M025": 31,
      "c16002_E001": 2834,
      "c16002_M001": 195,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2834,
      "b22010_M001": 195,
      "b22010_E002": 149,
      "b22010_M002": 84,
      "b19013_E001": 109135,
      "b19013_M001": 19475
     }
    }
   }
  },
  "Ledyard": {
   "cousub": "42600",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.03,
       "moe": 9.33,
       "numerator": 1012,
       "denominator": 3888
      },
      "children_with_two_parents_pct": {
       "estimate": 73.97,
       "moe": 9.2,
       "numerator": 2876,
       "denominator": 3888
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.27,
       "moe": 11.02,
       "numerator": 377,
       "denominator": 1693
      },
      "children_below_poverty_pct": {
       "estimate": 8.0,
       "moe": 4.62,
       "numerator": 316,
       "denominator": 3949
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.18,
       "moe": 4.22,
       "numerator": 3937,
       "denominator": 10311
      },
      "limited_english_households_pct": {
       "estimate": 0.83,
       "moe": 0.95,
       "numerator": 47,
       "denominator": 5696
      },
      "snap_households_pct": {
       "estimate": 3.49,
       "moe": 1.48,
       "numerator": 199,
       "denominator": 5696
      },
      "median_household_income": {
       "estimate": 95359,
       "moe": 12335.0
      },
      "own_children_under_18": {
       "estimate": 3888,
       "moe": 419.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3949,
       "moe": 545.2393969624719
      }
     },
     "lines": {
      "b23008_E001": 3888,
      "b23008_M001": 419,
      "b23008_E003": 958,
      "b23008_M003": 189,
      "b23008_E008": 287,
      "b23008_M008": 173,
      "b23008_E016": 1918,
      "b23008_M016": 434,
      "b23008_E021": 725,
      "b23008_M021": 337,
      "b11003_E001": 3934,
      "b11003_M001": 260,
      "b11003_E003": 1316,
      "b11003_M003": 211,
      "b11003_E010": 147,
      "b11003_M010": 138,
      "b11003_E016": 230,
      "b11003_M016": 141,
      "b17020_E001": 15304,
      "b17020_M001": 45,
      "b17020_E003": 116,
      "b17020_M003": 110,
      "b17020_E004": 112,
      "b17020_M004": 109,
      "b17020_E005": 88,
      "b17020_M005": 106,
      "b17020_E011": 1141,
      "b17020_M011": 212,
      "b17020_E012": 1047,
      "b17020_M012": 255,
      "b17020_E013": 1445,
      "b17020_M013": 390,
      "b15003_E001": 10311,
      "b15003_M001": 495,
      "b15003_E022": 2164,
      "b15003_M022": 332,
      "b15003_E023": 1385,
      "b15003_M023": 302,
      "b15003_E024": 150,
      "b15003_M024": 85,
      "b15003_E025": 238,
      "b15003_M025": 127,
      "c16002_E001": 5696,
      "c16002_M001": 339,
      "c16002_E004": 18,
      "c16002_M004": 31,
      "c16002_E007": 26,
      "c16002_M007": 39,
      "c16002_E010": 3,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5696,
      "b22010_M001": 339,
      "b22010_E002": 199,
      "b22010_M002": 85,
      "b19013_E001": 95359,
      "b19013_M001": 12335
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.96,
       "moe": 10.17,
       "numerator": 1357,
       "denominator": 3996
      },
      "children_with_two_parents_pct": {
       "estimate": 66.04,
       "moe": 10.87,
       "numerator": 2639,
       "denominator": 3996
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.5,
       "moe": 12.44,
       "numerator": 533,
       "denominator": 1640
      },
      "children_below_poverty_pct": {
       "estimate": 10.99,
       "moe": 6.21,
       "numerator": 446,
       "denominator": 4060
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.0,
       "moe": 5.19,
       "numerator": 4050,
       "denominator": 10384
      },
      "limited_english_households_pct": {
       "estimate": 0.68,
       "moe": 0.85,
       "numerator": 38,
       "denominator": 5567
      },
      "snap_households_pct": {
       "estimate": 3.41,
       "moe": 2.13,
       "numerator": 190,
       "denominator": 5567
      },
      "median_household_income": {
       "estimate": 94509,
       "moe": 18798.0
      },
      "own_children_under_18": {
       "estimate": 3996,
       "moe": 467.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4060,
       "moe": 611.9926470146517
      }
     },
     "lines": {
      "b23008_E001": 3996,
      "b23008_M001": 467,
      "b23008_E003": 797,
      "b23008_M003": 269,
      "b23008_E008": 345,
      "b23008_M008": 187,
      "b23008_E016": 1842,
      "b23008_M016": 460,
      "b23008_E021": 1012,
      "b23008_M021": 394,
      "b11003_E001": 3884,
      "b11003_M001": 223,
      "b11003_E003": 1107,
      "b11003_M003": 219,
      "b11003_E010": 250,
      "b11003_M010": 175,
      "b11003_E016": 283,
      "b11003_M016": 147,
      "b17020_E001": 15383,
      "b17020_M001": 40,
      "b17020_E003": 132,
      "b17020_M003": 126,
      "b17020_E004": 201,
      "b17020_M004": 192,
      "b17020_E005": 113,
      "b17020_M005": 124,
      "b17020_E011": 1027,
      "b17020_M011": 257,
      "b17020_E012": 1307,
      "b17020_M012": 387,
      "b17020_E013": 1280,
      "b17020_M013": 301,
      "b15003_E001": 10384,
      "b15003_M001": 473,
      "b15003_E022": 2287,
      "b15003_M022": 378,
      "b15003_E023": 1402,
      "b15003_M023": 398,
      "b15003_E024": 183,
      "b15003_M024": 85,
      "b15003_E025": 178,
      "b15003_M025": 126,
      "c16002_E001": 5567,
      "c16002_M001": 348,
      "c16002_E004": 14,
      "c16002_M004": 26,
      "c16002_E007": 21,
      "c16002_M007": 33,
      "c16002_E010": 3,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5567,
      "b22010_M001": 348,
      "b22010_E002": 190,
      "b22010_M002": 119,
      "b19013_E001": 94509,
      "b19013_M001": 18798
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.8,
       "moe": 12.35,
       "numerator": 1304,
       "denominator": 3976
      },
      "children_with_two_parents_pct": {
       "estimate": 67.2,
       "moe": 10.2,
       "numerator": 2672,
       "denominator": 3976
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.7,
       "moe": 11.48,
       "numerator": 515,
       "denominator": 1734
      },
      "children_below_poverty_pct": {
       "estimate": 12.23,
       "moe": 6.69,
       "numerator": 502,
       "denominator": 4104
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.7,
       "moe": 5.17,
       "numerator": 4106,
       "denominator": 10342
      },
      "limited_english_households_pct": {
       "estimate": 0.47,
       "moe": 0.88,
       "numerator": 26,
       "denominator": 5504
      },
      "snap_households_pct": {
       "estimate": 5.25,
       "moe": 2.71,
       "numerator": 289,
       "denominator": 5504
      },
      "median_household_income": {
       "estimate": 107774,
       "moe": 10065.0
      },
      "own_children_under_18": {
       "estimate": 3976,
       "moe": 464.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4104,
       "moe": 617.7596620045696
      }
     },
     "lines": {
      "b23008_E001": 3976,
      "b23008_M001": 464,
      "b23008_E003": 637,
      "b23008_M003": 256,
      "b23008_E008": 451,
      "b23008_M008": 261,
      "b23008_E016": 2035,
      "b23008_M016": 443,
      "b23008_E021": 853,
      "b23008_M021": 443,
      "b11003_E001": 3806,
      "b11003_M001": 246,
      "b11003_E003": 1219,
      "b11003_M003": 224,
      "b11003_E010": 176,
      "b11003_M010": 166,
      "b11003_E016": 339,
      "b11003_M016": 144,
      "b17020_E001": 15381,
      "b17020_M001": 30,
      "b17020_E003": 160,
      "b17020_M003": 141,
      "b17020_E004": 234,
      "b17020_M004": 218,
      "b17020_E005": 108,
      "b17020_M005": 117,
      "b17020_E011": 947,
      "b17020_M011": 268,
      "b17020_E012": 1231,
      "b17020_M012": 303,
      "b17020_E013": 1424,
      "b17020_M013": 370,
      "b15003_E001": 10342,
      "b15003_M001": 488,
      "b15003_E022": 2093,
      "b15003_M022": 386,
      "b15003_E023": 1732,
      "b15003_M023": 404,
      "b15003_E024": 143,
      "b15003_M024": 72,
      "b15003_E025": 138,
      "b15003_M025": 77,
      "c16002_E001": 5504,
      "c16002_M001": 306,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 23,
      "c16002_M007": 38,
      "c16002_E010": 3,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5504,
      "b22010_M001": 306,
      "b22010_E002": 289,
      "b22010_M002": 150,
      "b19013_E001": 107774,
      "b19013_M001": 10065
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.25,
       "moe": 10.62,
       "numerator": 1393,
       "denominator": 4067
      },
      "children_with_two_parents_pct": {
       "estimate": 65.75,
       "moe": 11.13,
       "numerator": 2674,
       "denominator": 4067
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.4,
       "moe": 10.95,
       "numerator": 691,
       "denominator": 1952
      },
      "children_below_poverty_pct": {
       "estimate": 8.68,
       "moe": 5.41,
       "numerator": 367,
       "denominator": 4230
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.45,
       "moe": 4.74,
       "numerator": 4179,
       "denominator": 10330
      },
      "limited_english_households_pct": {
       "estimate": 0.29,
       "moe": 0.65,
       "numerator": 16,
       "denominator": 5551
      },
      "snap_households_pct": {
       "estimate": 4.59,
       "moe": 2.78,
       "numerator": 255,
       "denominator": 5551
      },
      "median_household_income": {
       "estimate": 107975,
       "moe": 9893.0
      },
      "own_children_under_18": {
       "estimate": 4067,
       "moe": 416.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4230,
       "moe": 643.8066479930135
      }
     },
     "lines": {
      "b23008_E001": 4067,
      "b23008_M001": 416,
      "b23008_E003": 731,
      "b23008_M003": 334,
      "b23008_E008": 282,
      "b23008_M008": 186,
      "b23008_E016": 1943,
      "b23008_M016": 410,
      "b23008_E021": 1111,
      "b23008_M021": 415,
      "b11003_E001": 3906,
      "b11003_M001": 267,
      "b11003_E003": 1261,
      "b11003_M003": 222,
      "b11003_E010": 266,
      "b11003_M010": 197,
      "b11003_E016": 425,
      "b11003_M016": 143,
      "b17020_E001": 15418,
      "b17020_M001": 42,
      "b17020_E003": 117,
      "b17020_M003": 117,
      "b17020_E004": 169,
      "b17020_M004": 176,
      "b17020_E005": 81,
      "b17020_M005": 104,
      "b17020_E011": 910,
      "b17020_M011": 333,
      "b17020_E012": 1487,
      "b17020_M012": 374,
      "b17020_E013": 1466,
      "b17020_M013": 329,
      "b15003_E001": 10330,
      "b15003_M001": 439,
      "b15003_E022": 2201,
      "b15003_M022": 350,
      "b15003_E023": 1664,
      "b15003_M023": 365,
      "b15003_E024": 97,
      "b15003_M024": 56,
      "b15003_E025": 217,
      "b15003_M025": 113,
      "c16002_E001": 5551,
      "c16002_M001": 351,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 13,
      "c16002_M007": 20,
      "c16002_E010": 3,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5551,
      "b22010_M001": 351,
      "b22010_E002": 255,
      "b22010_M002": 155,
      "b19013_E001": 107975,
      "b19013_M001": 9893
     }
    }
   }
  },
  "Lisbon": {
   "cousub": "43230",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.04,
       "moe": 16.83,
       "numerator": 304,
       "denominator": 920
      },
      "children_with_two_parents_pct": {
       "estimate": 66.96,
       "moe": 7.25,
       "numerator": 616,
       "denominator": 920
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.88,
       "moe": 23.64,
       "numerator": 208,
       "denominator": 535
      },
      "children_below_poverty_pct": {
       "estimate": 11.23,
       "moe": 14.88,
       "numerator": 115,
       "denominator": 1024
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.03,
       "moe": 5.63,
       "numerator": 678,
       "denominator": 2822
      },
      "limited_english_households_pct": {
       "estimate": 0.6,
       "moe": 1.66,
       "numerator": 10,
       "denominator": 1668
      },
      "snap_households_pct": {
       "estimate": 4.44,
       "moe": 3.04,
       "numerator": 74,
       "denominator": 1668
      },
      "median_household_income": {
       "estimate": 83158,
       "moe": 19280.0
      },
      "own_children_under_18": {
       "estimate": 920,
       "moe": 187.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1024,
       "moe": 255.30961595678295
      }
     },
     "lines": {
      "b23008_E001": 920,
      "b23008_M001": 187,
      "b23008_E003": 161,
      "b23008_M003": 92,
      "b23008_E008": 81,
      "b23008_M008": 95,
      "b23008_E016": 455,
      "b23008_M016": 108,
      "b23008_E021": 223,
      "b23008_M021": 137,
      "b11003_E001": 1252,
      "b11003_M001": 94,
      "b11003_E003": 327,
      "b11003_M003": 69,
      "b11003_E010": 82,
      "b11003_M010": 116,
      "b11003_E016": 126,
      "b11003_M016": 79,
      "b17020_E001": 4194,
      "b17020_M001": 16,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 115,
      "b17020_M004": 154,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 242,
      "b17020_M011": 118,
      "b17020_E012": 299,
      "b17020_M012": 111,
      "b17020_E013": 368,
      "b17020_M013": 122,
      "b15003_E001": 2822,
      "b15003_M001": 201,
      "b15003_E022": 317,
      "b15003_M022": 104,
      "b15003_E023": 273,
      "b15003_M023": 115,
      "b15003_E024": 63,
      "b15003_M024": 55,
      "b15003_E025": 25,
      "b15003_M025": 23,
      "c16002_E001": 1668,
      "c16002_M001": 124,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 10,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1668,
      "b22010_M001": 124,
      "b22010_E002": 74,
      "b22010_M002": 51,
      "b19013_E001": 83158,
      "b19013_M001": 19280
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.09,
       "moe": 16.74,
       "numerator": 309,
       "denominator": 963
      },
      "children_with_two_parents_pct": {
       "estimate": 67.91,
       "moe": 12.55,
       "numerator": 654,
       "denominator": 963
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.31,
       "moe": 25.13,
       "numerator": 190,
       "denominator": 496
      },
      "children_below_poverty_pct": {
       "estimate": 8.36,
       "moe": 12.17,
       "numerator": 87,
       "denominator": 1041
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.3,
       "moe": 5.84,
       "numerator": 632,
       "denominator": 2834
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.64,
       "numerator": 0,
       "denominator": 1590
      },
      "snap_households_pct": {
       "estimate": 4.53,
       "moe": 2.75,
       "numerator": 72,
       "denominator": 1590
      },
      "median_household_income": {
       "estimate": 86932,
       "moe": 18178.0
      },
      "own_children_under_18": {
       "estimate": 963,
       "moe": 178.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1041,
       "moe": 246.8764873372918
      }
     },
     "lines": {
      "b23008_E001": 963,
      "b23008_M001": 178,
      "b23008_E003": 196,
      "b23008_M003": 130,
      "b23008_E008": 101,
      "b23008_M008": 101,
      "b23008_E016": 458,
      "b23008_M016": 111,
      "b23008_E021": 208,
      "b23008_M021": 138,
      "b11003_E001": 1280,
      "b11003_M001": 87,
      "b11003_E003": 306,
      "b11003_M003": 61,
      "b11003_E010": 84,
      "b11003_M010": 115,
      "b11003_E016": 106,
      "b11003_M016": 75,
      "b17020_E001": 4198,
      "b17020_M001": 42,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 87,
      "b17020_M004": 127,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 297,
      "b17020_M011": 121,
      "b17020_E012": 353,
      "b17020_M012": 116,
      "b17020_E013": 304,
      "b17020_M013": 128,
      "b15003_E001": 2834,
      "b15003_M001": 179,
      "b15003_E022": 293,
      "b15003_M022": 89,
      "b15003_E023": 297,
      "b15003_M023": 142,
      "b15003_E024": 23,
      "b15003_M024": 23,
      "b15003_E025": 19,
      "b15003_M025": 20,
      "c16002_E001": 1590,
      "c16002_M001": 120,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1590,
      "b22010_M001": 120,
      "b22010_E002": 72,
      "b22010_M002": 44,
      "b19013_E001": 86932,
      "b19013_M001": 18178
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.68,
       "moe": 16.28,
       "numerator": 265,
       "denominator": 893
      },
      "children_with_two_parents_pct": {
       "estimate": 70.32,
       "moe": 14.44,
       "numerator": 628,
       "denominator": 893
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.22,
       "moe": 26.39,
       "numerator": 185,
       "denominator": 484
      },
      "children_below_poverty_pct": {
       "estimate": 9.44,
       "moe": 12.29,
       "numerator": 92,
       "denominator": 975
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.24,
       "moe": 5.49,
       "numerator": 629,
       "denominator": 2962
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.72,
       "numerator": 0,
       "denominator": 1626
      },
      "snap_households_pct": {
       "estimate": 6.4,
       "moe": 3.36,
       "numerator": 104,
       "denominator": 1626
      },
      "median_household_income": {
       "estimate": 94302,
       "moe": 12665.0
      },
      "own_children_under_18": {
       "estimate": 893,
       "moe": 166.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 975,
       "moe": 223.35174053496874
      }
     },
     "lines": {
      "b23008_E001": 893,
      "b23008_M001": 166,
      "b23008_E003": 202,
      "b23008_M003": 125,
      "b23008_E008": 149,
      "b23008_M008": 112,
      "b23008_E016": 426,
      "b23008_M016": 121,
      "b23008_E021": 116,
      "b23008_M021": 105,
      "b11003_E001": 1271,
      "b11003_M001": 104,
      "b11003_E003": 299,
      "b11003_M003": 55,
      "b11003_E010": 129,
      "b11003_M010": 123,
      "b11003_E016": 56,
      "b11003_M016": 67,
      "b17020_E001": 4211,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 92,
      "b17020_M004": 120,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 351,
      "b17020_M011": 127,
      "b17020_E012": 356,
      "b17020_M012": 118,
      "b17020_E013": 176,
      "b17020_M013": 71,
      "b15003_E001": 2962,
      "b15003_M001": 176,
      "b15003_E022": 296,
      "b15003_M022": 107,
      "b15003_E023": 286,
      "b15003_M023": 124,
      "b15003_E024": 24,
      "b15003_M024": 21,
      "b15003_E025": 23,
      "b15003_M025": 23,
      "c16002_E001": 1626,
      "c16002_M001": 104,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1626,
      "b22010_M001": 104,
      "b22010_E002": 104,
      "b22010_M002": 55,
      "b19013_E001": 94302,
      "b19013_M001": 12665
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.12,
       "moe": 18.44,
       "numerator": 314,
       "denominator": 846
      },
      "children_with_two_parents_pct": {
       "estimate": 62.88,
       "moe": 11.83,
       "numerator": 532,
       "denominator": 846
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.41,
       "moe": 26.47,
       "numerator": 226,
       "denominator": 487
      },
      "children_below_poverty_pct": {
       "estimate": 9.23,
       "moe": 14.01,
       "numerator": 86,
       "denominator": 932
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.17,
       "moe": 5.0,
       "numerator": 565,
       "denominator": 2947
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.68,
       "numerator": 0,
       "denominator": 1663
      },
      "snap_households_pct": {
       "estimate": 4.87,
       "moe": 3.17,
       "numerator": 81,
       "denominator": 1663
      },
      "median_household_income": {
       "estimate": 92708,
       "moe": 11854.0
      },
      "own_children_under_18": {
       "estimate": 846,
       "moe": 185.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 932,
       "moe": 240.8132056179644
      }
     },
     "lines": {
      "b23008_E001": 846,
      "b23008_M001": 185,
      "b23008_E003": 183,
      "b23008_M003": 109,
      "b23008_E008": 144,
      "b23008_M008": 118,
      "b23008_E016": 349,
      "b23008_M016": 108,
      "b23008_E021": 170,
      "b23008_M021": 123,
      "b11003_E001": 1280,
      "b11003_M001": 108,
      "b11003_E003": 261,
      "b11003_M003": 71,
      "b11003_E010": 134,
      "b11003_M010": 129,
      "b11003_E016": 92,
      "b11003_M016": 77,
      "b17020_E001": 4210,
      "b17020_M001": 42,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 86,
      "b17020_M004": 131,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 327,
      "b17020_M011": 129,
      "b17020_E012": 324,
      "b17020_M012": 126,
      "b17020_E013": 195,
      "b17020_M013": 89,
      "b15003_E001": 2947,
      "b15003_M001": 173,
      "b15003_E022": 268,
      "b15003_M022": 86,
      "b15003_E023": 272,
      "b15003_M023": 122,
      "b15003_E024": 12,
      "b15003_M024": 16,
      "b15003_E025": 13,
      "b15003_M025": 17,
      "c16002_E001": 1663,
      "c16002_M001": 108,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1663,
      "b22010_M001": 108,
      "b22010_E002": 81,
      "b22010_M002": 53,
      "b19013_E001": 92708,
      "b19013_M001": 11854
     }
    }
   }
  },
  "Litchfield": {
   "cousub": "43370",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.82,
       "moe": 9.79,
       "numerator": 273,
       "denominator": 1146
      },
      "children_with_two_parents_pct": {
       "estimate": 76.18,
       "moe": 4.13,
       "numerator": 873,
       "denominator": 1146
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.62,
       "moe": 11.37,
       "numerator": 179,
       "denominator": 648
      },
      "children_below_poverty_pct": {
       "estimate": 5.98,
       "moe": 2.86,
       "numerator": 75,
       "denominator": 1255
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.81,
       "moe": 4.4,
       "numerator": 2698,
       "denominator": 6302
      },
      "limited_english_households_pct": {
       "estimate": 1.23,
       "moe": 1.24,
       "numerator": 41,
       "denominator": 3332
      },
      "snap_households_pct": {
       "estimate": 4.08,
       "moe": 1.64,
       "numerator": 136,
       "denominator": 3332
      },
      "median_household_income": {
       "estimate": 98286,
       "moe": 10942.0
      },
      "own_children_under_18": {
       "estimate": 1146,
       "moe": 174.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1255,
       "moe": 215.52262062252305
      }
     },
     "lines": {
      "b23008_E001": 1146,
      "b23008_M001": 174,
      "b23008_E003": 282,
      "b23008_M003": 101,
      "b23008_E008": 45,
      "b23008_M008": 42,
      "b23008_E016": 591,
      "b23008_M016": 98,
      "b23008_E021": 228,
      "b23008_M021": 112,
      "b11003_E001": 2181,
      "b11003_M001": 144,
      "b11003_E003": 469,
      "b11003_M003": 79,
      "b11003_E010": 110,
      "b11003_M010": 68,
      "b11003_E016": 69,
      "b11003_M016": 42,
      "b17020_E001": 8064,
      "b17020_M001": 44,
      "b17020_E003": 33,
      "b17020_M003": 23,
      "b17020_E004": 13,
      "b17020_M004": 14,
      "b17020_E005": 29,
      "b17020_M005": 27,
      "b17020_E011": 302,
      "b17020_M011": 110,
      "b17020_E012": 451,
      "b17020_M012": 136,
      "b17020_E013": 427,
      "b17020_M013": 120,
      "b15003_E001": 6302,
      "b15003_M001": 243,
      "b15003_E022": 1444,
      "b15003_M022": 218,
      "b15003_E023": 1002,
      "b15003_M023": 185,
      "b15003_E024": 185,
      "b15003_M024": 70,
      "b15003_E025": 67,
      "b15003_M025": 35,
      "c16002_E001": 3332,
      "c16002_M001": 181,
      "c16002_E004": 21,
      "c16002_M004": 25,
      "c16002_E007": 20,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3332,
      "b22010_M001": 181,
      "b22010_E002": 136,
      "b22010_M002": 55,
      "b19013_E001": 98286,
      "b19013_M001": 10942
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.05,
       "moe": 8.81,
       "numerator": 273,
       "denominator": 1297
      },
      "children_with_two_parents_pct": {
       "estimate": 78.95,
       "moe": 9.41,
       "numerator": 1024,
       "denominator": 1297
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.51,
       "moe": 10.39,
       "numerator": 197,
       "denominator": 743
      },
      "children_below_poverty_pct": {
       "estimate": 2.65,
       "moe": 1.69,
       "numerator": 36,
       "denominator": 1359
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.18,
       "moe": 5.81,
       "numerator": 2898,
       "denominator": 6276
      },
      "limited_english_households_pct": {
       "estimate": 0.86,
       "moe": 1.19,
       "numerator": 30,
       "denominator": 3481
      },
      "snap_households_pct": {
       "estimate": 2.41,
       "moe": 0.82,
       "numerator": 84,
       "denominator": 3481
      },
      "median_household_income": {
       "estimate": 112910,
       "moe": 16647.0
      },
      "own_children_under_18": {
       "estimate": 1297,
       "moe": 186.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1359,
       "moe": 217.80266297729236
      }
     },
     "lines": {
      "b23008_E001": 1297,
      "b23008_M001": 186,
      "b23008_E003": 309,
      "b23008_M003": 101,
      "b23008_E008": 20,
      "b23008_M008": 26,
      "b23008_E016": 715,
      "b23008_M016": 162,
      "b23008_E021": 253,
      "b23008_M021": 118,
      "b11003_E001": 2220,
      "b11003_M001": 139,
      "b11003_E003": 546,
      "b11003_M003": 98,
      "b11003_E010": 106,
      "b11003_M010": 65,
      "b11003_E016": 91,
      "b11003_M016": 54,
      "b17020_E001": 8126,
      "b17020_M001": 38,
      "b17020_E003": 17,
      "b17020_M003": 15,
      "b17020_E004": 5,
      "b17020_M004": 7,
      "b17020_E005": 14,
      "b17020_M005": 17,
      "b17020_E011": 323,
      "b17020_M011": 107,
      "b17020_E012": 527,
      "b17020_M012": 149,
      "b17020_E013": 473,
      "b17020_M013": 115,
      "b15003_E001": 6276,
      "b15003_M001": 237,
      "b15003_E022": 1652,
      "b15003_M022": 277,
      "b15003_E023": 984,
      "b15003_M023": 251,
      "b15003_E024": 195,
      "b15003_M024": 59,
      "b15003_E025": 67,
      "b15003_M025": 43,
      "c16002_E001": 3481,
      "c16002_M001": 218,
      "c16002_E004": 18,
      "c16002_M004": 29,
      "c16002_E007": 12,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3481,
      "b22010_M001": 218,
      "b22010_E002": 84,
      "b22010_M002": 29,
      "b19013_E001": 112910,
      "b19013_M001": 16647
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.32,
       "moe": 5.07,
       "numerator": 167,
       "denominator": 1254
      },
      "children_with_two_parents_pct": {
       "estimate": 86.68,
       "moe": 9.17,
       "numerator": 1087,
       "denominator": 1254
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.15,
       "moe": 7.99,
       "numerator": 137,
       "denominator": 680
      },
      "children_below_poverty_pct": {
       "estimate": 2.26,
       "moe": 1.81,
       "numerator": 30,
       "denominator": 1327
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.47,
       "moe": 5.52,
       "numerator": 2953,
       "denominator": 6355
      },
      "limited_english_households_pct": {
       "estimate": 0.35,
       "moe": 1.04,
       "numerator": 12,
       "denominator": 3436
      },
      "snap_households_pct": {
       "estimate": 2.85,
       "moe": 1.0,
       "numerator": 98,
       "denominator": 3436
      },
      "median_household_income": {
       "estimate": 106912,
       "moe": 12622.0
      },
      "own_children_under_18": {
       "estimate": 1254,
       "moe": 182.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1327,
       "moe": 215.32997933404442
      }
     },
     "lines": {
      "b23008_E001": 1254,
      "b23008_M001": 182,
      "b23008_E003": 322,
      "b23008_M003": 116,
      "b23008_E008": 32,
      "b23008_M008": 28,
      "b23008_E016": 765,
      "b23008_M016": 157,
      "b23008_E021": 135,
      "b23008_M021": 62,
      "b11003_E001": 2206,
      "b11003_M001": 143,
      "b11003_E003": 543,
      "b11003_M003": 111,
      "b11003_E010": 61,
      "b11003_M010": 48,
      "b11003_E016": 76,
      "b11003_M016": 36,
      "b17020_E001": 8160,
      "b17020_M001": 40,
      "b17020_E003": 9,
      "b17020_M003": 11,
      "b17020_E004": 11,
      "b17020_M004": 16,
      "b17020_E005": 10,
      "b17020_M005": 15,
      "b17020_E011": 356,
      "b17020_M011": 118,
      "b17020_E012": 501,
      "b17020_M012": 145,
      "b17020_E013": 440,
      "b17020_M013": 104,
      "b15003_E001": 6355,
      "b15003_M001": 221,
      "b15003_E022": 1670,
      "b15003_M022": 285,
      "b15003_E023": 1025,
      "b15003_M023": 214,
      "b15003_E024": 189,
      "b15003_M024": 72,
      "b15003_E025": 69,
      "b15003_M025": 38,
      "c16002_E001": 3436,
      "c16002_M001": 209,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 12,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3436,
      "b22010_M001": 209,
      "b22010_E002": 98,
      "b22010_M002": 35,
      "b19013_E001": 106912,
      "b19013_M001": 12622
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.78,
       "moe": 5.19,
       "numerator": 130,
       "denominator": 1206
      },
      "children_with_two_parents_pct": {
       "estimate": 89.22,
       "moe": 7.74,
       "numerator": 1076,
       "denominator": 1206
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.01,
       "moe": 7.95,
       "numerator": 102,
       "denominator": 637
      },
      "children_below_poverty_pct": {
       "estimate": 2.04,
       "moe": 1.97,
       "numerator": 26,
       "denominator": 1272
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.76,
       "moe": 5.61,
       "numerator": 2885,
       "denominator": 6446
      },
      "limited_english_households_pct": {
       "estimate": 0.56,
       "moe": 1.03,
       "numerator": 20,
       "denominator": 3566
      },
      "snap_households_pct": {
       "estimate": 3.34,
       "moe": 1.25,
       "numerator": 119,
       "denominator": 3566
      },
      "median_household_income": {
       "estimate": 102609,
       "moe": 15694.0
      },
      "own_children_under_18": {
       "estimate": 1206,
       "moe": 171.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1272,
       "moe": 205.8203099793604
      }
     },
     "lines": {
      "b23008_E001": 1206,
      "b23008_M001": 171,
      "b23008_E003": 333,
      "b23008_M003": 115,
      "b23008_E008": 46,
      "b23008_M008": 38,
      "b23008_E016": 743,
      "b23008_M016": 137,
      "b23008_E021": 84,
      "b23008_M021": 53,
      "b11003_E001": 2269,
      "b11003_M001": 145,
      "b11003_E003": 535,
      "b11003_M003": 82,
      "b11003_E010": 27,
      "b11003_M010": 31,
      "b11003_E016": 75,
      "b11003_M016": 43,
      "b17020_E001": 8179,
      "b17020_M001": 51,
      "b17020_E003": 6,
      "b17020_M003": 10,
      "b17020_E004": 10,
      "b17020_M004": 17,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 379,
      "b17020_M011": 127,
      "b17020_E012": 474,
      "b17020_M012": 118,
      "b17020_E013": 393,
      "b17020_M013": 108,
      "b15003_E001": 6446,
      "b15003_M001": 228,
      "b15003_E022": 1706,
      "b15003_M022": 290,
      "b15003_E023": 951,
      "b15003_M023": 229,
      "b15003_E024": 149,
      "b15003_M024": 53,
      "b15003_E025": 79,
      "b15003_M025": 45,
      "c16002_E001": 3566,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 20,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3566,
      "b22010_M001": 187,
      "b22010_E002": 119,
      "b22010_M002": 45,
      "b19013_E001": 102609,
      "b19013_M001": 15694
     }
    }
   }
  },
  "Lyme": {
   "cousub": "44210",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.31,
       "moe": 14.9,
       "numerator": 94,
       "denominator": 332
      },
      "children_with_two_parents_pct": {
       "estimate": 71.69,
       "moe": 8.79,
       "numerator": 238,
       "denominator": 332
      },
      "one_parent_families_with_children_pct": {
       "estimate": 40.48,
       "moe": 25.85,
       "numerator": 85,
       "denominator": 210
      },
      "children_below_poverty_pct": {
       "estimate": 4.4,
       "moe": 8.57,
       "numerator": 15,
       "denominator": 341
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.75,
       "moe": 3.03,
       "numerator": 997,
       "denominator": 1821
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.73,
       "numerator": 0,
       "denominator": 951
      },
      "snap_households_pct": {
       "estimate": 2.42,
       "moe": 2.62,
       "numerator": 23,
       "denominator": 951
      },
      "median_household_income": {
       "estimate": 111534,
       "moe": 21614.0
      },
      "own_children_under_18": {
       "estimate": 332,
       "moe": 80.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 341,
       "moe": 84.0
      }
     },
     "lines": {
      "b23008_E001": 332,
      "b23008_M001": 80,
      "b23008_E003": 83,
      "b23008_M003": 45,
      "b23008_E008": 16,
      "b23008_M008": 16,
      "b23008_E016": 155,
      "b23008_M016": 46,
      "b23008_E021": 78,
      "b23008_M021": 52,
      "b11003_E001": 710,
      "b11003_M001": 109,
      "b11003_E003": 125,
      "b11003_M003": 36,
      "b11003_E010": 18,
      "b11003_M010": 23,
      "b11003_E016": 67,
      "b11003_M016": 57,
      "b17020_E001": 2430,
      "b17020_M001": 363,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 15,
      "b17020_M005": 23,
      "b17020_E011": 99,
      "b17020_M011": 46,
      "b17020_E012": 120,
      "b17020_M012": 52,
      "b17020_E013": 107,
      "b17020_M013": 37,
      "b15003_E001": 1821,
      "b15003_M001": 259,
      "b15003_E022": 521,
      "b15003_M022": 101,
      "b15003_E023": 314,
      "b15003_M023": 103,
      "b15003_E024": 90,
      "b15003_M024": 38,
      "b15003_E025": 72,
      "b15003_M025": 30,
      "c16002_E001": 951,
      "c16002_M001": 102,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 951,
      "b22010_M001": 102,
      "b22010_E002": 23,
      "b22010_M002": 25,
      "b19013_E001": 111534,
      "b19013_M001": 21614
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.56,
       "moe": 15.57,
       "numerator": 86,
       "denominator": 365
      },
      "children_with_two_parents_pct": {
       "estimate": 76.44,
       "moe": 7.67,
       "numerator": 279,
       "denominator": 365
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.97,
       "moe": 23.37,
       "numerator": 88,
       "denominator": 238
      },
      "children_below_poverty_pct": {
       "estimate": 4.2,
       "moe": 7.86,
       "numerator": 16,
       "denominator": 381
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.91,
       "moe": 4.57,
       "numerator": 1038,
       "denominator": 1824
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.72,
       "numerator": 0,
       "denominator": 956
      },
      "snap_households_pct": {
       "estimate": 2.82,
       "moe": 2.49,
       "numerator": 27,
       "denominator": 956
      },
      "median_household_income": {
       "estimate": 119352,
       "moe": 31032.0
      },
      "own_children_under_18": {
       "estimate": 365,
       "moe": 90.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 381,
       "moe": 98.50888284819801
      }
     },
     "lines": {
      "b23008_E001": 365,
      "b23008_M001": 90,
      "b23008_E003": 99,
      "b23008_M003": 51,
      "b23008_E008": 7,
      "b23008_M008": 9,
      "b23008_E016": 180,
      "b23008_M016": 54,
      "b23008_E021": 79,
      "b23008_M021": 60,
      "b11003_E001": 722,
      "b11003_M001": 119,
      "b11003_E003": 150,
      "b11003_M003": 49,
      "b11003_E010": 19,
      "b11003_M010": 22,
      "b11003_E016": 69,
      "b11003_M016": 59,
      "b17020_E001": 2390,
      "b17020_M001": 332,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 16,
      "b17020_M005": 24,
      "b17020_E011": 106,
      "b17020_M011": 53,
      "b17020_E012": 116,
      "b17020_M012": 59,
      "b17020_E013": 143,
      "b17020_M013": 50,
      "b15003_E001": 1824,
      "b15003_M001": 242,
      "b15003_E022": 573,
      "b15003_M022": 114,
      "b15003_E023": 319,
      "b15003_M023": 104,
      "b15003_E024": 91,
      "b15003_M024": 37,
      "b15003_E025": 55,
      "b15003_M025": 27,
      "c16002_E001": 956,
      "c16002_M001": 116,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 956,
      "b22010_M001": 116,
      "b22010_E002": 27,
      "b22010_M002": 24,
      "b19013_E001": 119352,
      "b19013_M001": 31032
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.62,
       "moe": 12.26,
       "numerator": 73,
       "denominator": 354
      },
      "children_with_two_parents_pct": {
       "estimate": 79.38,
       "moe": 5.21,
       "numerator": 281,
       "denominator": 354
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.02,
       "moe": 22.34,
       "numerator": 83,
       "denominator": 237
      },
      "children_below_poverty_pct": {
       "estimate": 5.72,
       "moe": 7.37,
       "numerator": 21,
       "denominator": 367
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 63.26,
       "moe": 3.99,
       "numerator": 1181,
       "denominator": 1867
      },
      "limited_english_households_pct": {
       "estimate": 0.41,
       "moe": 2.6,
       "numerator": 4,
       "denominator": 970
      },
      "snap_households_pct": {
       "estimate": 2.37,
       "moe": 1.94,
       "numerator": 23,
       "denominator": 970
      },
      "median_household_income": {
       "estimate": 139000,
       "moe": 34914.0
      },
      "own_children_under_18": {
       "estimate": 354,
       "moe": 86.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 367,
       "moe": 90.8845421400141
      }
     },
     "lines": {
      "b23008_E001": 354,
      "b23008_M001": 86,
      "b23008_E003": 86,
      "b23008_M003": 50,
      "b23008_E008": 9,
      "b23008_M008": 9,
      "b23008_E016": 195,
      "b23008_M016": 50,
      "b23008_E021": 64,
      "b23008_M021": 46,
      "b11003_E001": 729,
      "b11003_M001": 120,
      "b11003_E003": 154,
      "b11003_M003": 47,
      "b11003_E010": 18,
      "b11003_M010": 16,
      "b11003_E016": 65,
      "b11003_M016": 57,
      "b17020_E001": 2356,
      "b17020_M001": 337,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 7,
      "b17020_M004": 11,
      "b17020_E005": 14,
      "b17020_M005": 21,
      "b17020_E011": 95,
      "b17020_M011": 51,
      "b17020_E012": 106,
      "b17020_M012": 49,
      "b17020_E013": 145,
      "b17020_M013": 50,
      "b15003_E001": 1867,
      "b15003_M001": 244,
      "b15003_E022": 640,
      "b15003_M022": 121,
      "b15003_E023": 360,
      "b15003_M023": 109,
      "b15003_E024": 99,
      "b15003_M024": 41,
      "b15003_E025": 82,
      "b15003_M025": 34,
      "c16002_E001": 970,
      "c16002_M001": 110,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 4,
      "c16002_M010": 7,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 970,
      "b22010_M001": 110,
      "b22010_E002": 23,
      "b22010_M002": 19,
      "b19013_E001": 139000,
      "b19013_M001": 34914
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.38,
       "moe": 10.59,
       "numerator": 48,
       "denominator": 293
      },
      "children_with_two_parents_pct": {
       "estimate": 83.62,
       "moe": 13.1,
       "numerator": 245,
       "denominator": 293
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.03,
       "moe": 24.54,
       "numerator": 72,
       "denominator": 218
      },
      "children_below_poverty_pct": {
       "estimate": 6.62,
       "moe": 9.36,
       "numerator": 20,
       "denominator": 302
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 63.53,
       "moe": 5.03,
       "numerator": 1176,
       "denominator": 1851
      },
      "limited_english_households_pct": {
       "estimate": 1.1,
       "moe": 2.91,
       "numerator": 11,
       "denominator": 998
      },
      "snap_households_pct": {
       "estimate": 1.3,
       "moe": 1.19,
       "numerator": 13,
       "denominator": 998
      },
      "median_household_income": {
       "estimate": 135000,
       "moe": 21753.0
      },
      "own_children_under_18": {
       "estimate": 293,
       "moe": 73.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 302,
       "moe": 77.40155037206942
      }
     },
     "lines": {
      "b23008_E001": 293,
      "b23008_M001": 73,
      "b23008_E003": 77,
      "b23008_M003": 40,
      "b23008_E008": 8,
      "b23008_M008": 9,
      "b23008_E016": 168,
      "b23008_M016": 60,
      "b23008_E021": 40,
      "b23008_M021": 32,
      "b11003_E001": 738,
      "b11003_M001": 122,
      "b11003_E003": 146,
      "b11003_M003": 49,
      "b11003_E010": 3,
      "b11003_M010": 5,
      "b11003_E016": 69,
      "b11003_M016": 59,
      "b17020_E001": 2303,
      "b17020_M001": 332,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 5,
      "b17020_M004": 10,
      "b17020_E005": 15,
      "b17020_M005": 23,
      "b17020_E011": 85,
      "b17020_M011": 41,
      "b17020_E012": 70,
      "b17020_M012": 37,
      "b17020_E013": 127,
      "b17020_M013": 46,
      "b15003_E001": 1851,
      "b15003_M001": 241,
      "b15003_E022": 599,
      "b15003_M022": 139,
      "b15003_E023": 339,
      "b15003_M023": 92,
      "b15003_E024": 130,
      "b15003_M024": 53,
      "b15003_E025": 108,
      "b15003_M025": 39,
      "c16002_E001": 998,
      "c16002_M001": 128,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 11,
      "c16002_M010": 16,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 998,
      "b22010_M001": 128,
      "b22010_E002": 13,
      "b22010_M002": 12,
      "b19013_E001": 135000,
      "b19013_M001": 21753
     }
    }
   }
  },
  "Madison": {
   "cousub": "44560",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.89,
       "moe": 4.94,
       "numerator": 464,
       "denominator": 3341
      },
      "children_with_two_parents_pct": {
       "estimate": 86.11,
       "moe": 6.26,
       "numerator": 2877,
       "denominator": 3341
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.48,
       "moe": 6.35,
       "numerator": 258,
       "denominator": 1782
      },
      "children_below_poverty_pct": {
       "estimate": 1.28,
       "moe": 1.51,
       "numerator": 43,
       "denominator": 3359
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 67.82,
       "moe": 5.43,
       "numerator": 8838,
       "denominator": 13031
      },
      "limited_english_households_pct": {
       "estimate": 0.15,
       "moe": 0.59,
       "numerator": 10,
       "denominator": 6719
      },
      "snap_households_pct": {
       "estimate": 1.83,
       "moe": 0.95,
       "numerator": 123,
       "denominator": 6719
      },
      "median_household_income": {
       "estimate": 140990,
       "moe": 9025.0
      },
      "own_children_under_18": {
       "estimate": 3341,
       "moe": 318.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3359,
       "moe": 365.3929391764433
      }
     },
     "lines": {
      "b23008_E001": 3341,
      "b23008_M001": 318,
      "b23008_E003": 632,
      "b23008_M003": 205,
      "b23008_E008": 81,
      "b23008_M008": 74,
      "b23008_E016": 2245,
      "b23008_M016": 277,
      "b23008_E021": 383,
      "b23008_M021": 154,
      "b11003_E001": 5221,
      "b11003_M001": 241,
      "b11003_E003": 1524,
      "b11003_M003": 171,
      "b11003_E010": 46,
      "b11003_M010": 37,
      "b11003_E016": 212,
      "b11003_M016": 111,
      "b17020_E001": 17580,
      "b17020_M001": 154,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 9,
      "b17020_M004": 15,
      "b17020_E005": 34,
      "b17020_M005": 44,
      "b17020_E011": 713,
      "b17020_M011": 195,
      "b17020_E012": 1185,
      "b17020_M012": 214,
      "b17020_E013": 1418,
      "b17020_M013": 217,
      "b15003_E001": 13031,
      "b15003_M001": 429,
      "b15003_E022": 4768,
      "b15003_M022": 560,
      "b15003_E023": 2670,
      "b15003_M023": 434,
      "b15003_E024": 967,
      "b15003_M024": 247,
      "b15003_E025": 433,
      "b15003_M025": 150,
      "c16002_E001": 6719,
      "c16002_M001": 263,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 10,
      "c16002_M007": 15,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6719,
      "b22010_M001": 263,
      "b22010_E002": 123,
      "b22010_M002": 64,
      "b19013_E001": 140990,
      "b19013_M001": 9025
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.85,
       "moe": 5.58,
       "numerator": 435,
       "denominator": 3385
      },
      "children_with_two_parents_pct": {
       "estimate": 87.15,
       "moe": 6.97,
       "numerator": 2950,
       "denominator": 3385
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.06,
       "moe": 6.87,
       "numerator": 241,
       "denominator": 1714
      },
      "children_below_poverty_pct": {
       "estimate": 1.47,
       "moe": 1.55,
       "numerator": 50,
       "denominator": 3411
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 69.81,
       "moe": 5.21,
       "numerator": 9136,
       "denominator": 13087
      },
      "limited_english_households_pct": {
       "estimate": 0.15,
       "moe": 0.58,
       "numerator": 10,
       "denominator": 6825
      },
      "snap_households_pct": {
       "estimate": 1.51,
       "moe": 0.86,
       "numerator": 103,
       "denominator": 6825
      },
      "median_household_income": {
       "estimate": 156171,
       "moe": 12715.0
      },
      "own_children_under_18": {
       "estimate": 3385,
       "moe": 301.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3411,
       "moe": 378.7386962009559
      }
     },
     "lines": {
      "b23008_E001": 3385,
      "b23008_M001": 301,
      "b23008_E003": 596,
      "b23008_M003": 179,
      "b23008_E008": 10,
      "b23008_M008": 16,
      "b23008_E016": 2354,
      "b23008_M016": 304,
      "b23008_E021": 425,
      "b23008_M021": 192,
      "b11003_E001": 5281,
      "b11003_M001": 190,
      "b11003_E003": 1473,
      "b11003_M003": 175,
      "b11003_E010": 49,
      "b11003_M010": 36,
      "b11003_E016": 192,
      "b11003_M016": 116,
      "b17020_E001": 17492,
      "b17020_M001": 32,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 11,
      "b17020_M004": 16,
      "b17020_E005": 39,
      "b17020_M005": 46,
      "b17020_E011": 606,
      "b17020_M011": 181,
      "b17020_E012": 1305,
      "b17020_M012": 213,
      "b17020_E013": 1450,
      "b17020_M013": 250,
      "b15003_E001": 13087,
      "b15003_M001": 378,
      "b15003_E022": 4834,
      "b15003_M022": 559,
      "b15003_E023": 2746,
      "b15003_M023": 374,
      "b15003_E024": 976,
      "b15003_M024": 212,
      "b15003_E025": 580,
      "b15003_M025": 195,
      "c16002_E001": 6825,
      "c16002_M001": 265,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 10,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6825,
      "b22010_M001": 265,
      "b22010_E002": 103,
      "b22010_M002": 59,
      "b19013_E001": 156171,
      "b19013_M001": 12715
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.81,
       "moe": 4.11,
       "numerator": 322,
       "denominator": 3282
      },
      "children_with_two_parents_pct": {
       "estimate": 90.19,
       "moe": 8.39,
       "numerator": 2960,
       "denominator": 3282
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.07,
       "moe": 5.8,
       "numerator": 215,
       "denominator": 1782
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.1,
       "numerator": 0,
       "denominator": 3310
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.75,
       "moe": 4.92,
       "numerator": 9479,
       "denominator": 13211
      },
      "limited_english_households_pct": {
       "estimate": 0.13,
       "moe": 0.57,
       "numerator": 9,
       "denominator": 6879
      },
      "snap_households_pct": {
       "estimate": 0.96,
       "moe": 0.59,
       "numerator": 66,
       "denominator": 6879
      },
      "median_household_income": {
       "estimate": 168341,
       "moe": 13466.0
      },
      "own_children_under_18": {
       "estimate": 3282,
       "moe": 316.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3310,
       "moe": 422.7883631321941
      }
     },
     "lines": {
      "b23008_E001": 3282,
      "b23008_M001": 316,
      "b23008_E003": 804,
      "b23008_M003": 221,
      "b23008_E008": 22,
      "b23008_M008": 25,
      "b23008_E016": 2156,
      "b23008_M016": 329,
      "b23008_E021": 300,
      "b23008_M021": 136,
      "b11003_E001": 5302,
      "b11003_M001": 226,
      "b11003_E003": 1567,
      "b11003_M003": 151,
      "b11003_E010": 25,
      "b11003_M010": 24,
      "b11003_E016": 190,
      "b11003_M016": 103,
      "b17020_E001": 17422,
      "b17020_M001": 50,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 826,
      "b17020_M011": 217,
      "b17020_E012": 997,
      "b17020_M012": 267,
      "b17020_E013": 1487,
      "b17020_M013": 243,
      "b15003_E001": 13211,
      "b15003_M001": 371,
      "b15003_E022": 4761,
      "b15003_M022": 533,
      "b15003_E023": 3094,
      "b15003_M023": 354,
      "b15003_E024": 965,
      "b15003_M024": 207,
      "b15003_E025": 659,
      "b15003_M025": 201,
      "c16002_E001": 6879,
      "c16002_M001": 266,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 9,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6879,
      "b22010_M001": 266,
      "b22010_E002": 66,
      "b22010_M002": 41,
      "b19013_E001": 168341,
      "b19013_M001": 13466
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.04,
       "moe": 5.01,
       "numerator": 447,
       "denominator": 3183
      },
      "children_with_two_parents_pct": {
       "estimate": 85.96,
       "moe": 7.14,
       "numerator": 2736,
       "denominator": 3183
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.72,
       "moe": 6.32,
       "numerator": 275,
       "denominator": 1749
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.14,
       "numerator": 0,
       "denominator": 3183
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.4,
       "moe": 4.55,
       "numerator": 9631,
       "denominator": 13302
      },
      "limited_english_households_pct": {
       "estimate": 0.1,
       "moe": 0.55,
       "numerator": 7,
       "denominator": 7006
      },
      "snap_households_pct": {
       "estimate": 1.47,
       "moe": 0.97,
       "numerator": 103,
       "denominator": 7006
      },
      "median_household_income": {
       "estimate": 167442,
       "moe": 16036.0
      },
      "own_children_under_18": {
       "estimate": 3183,
       "moe": 351.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3183,
       "moe": 399.2543049235662
      }
     },
     "lines": {
      "b23008_E001": 3183,
      "b23008_M001": 351,
      "b23008_E003": 722,
      "b23008_M003": 180,
      "b23008_E008": 22,
      "b23008_M008": 25,
      "b23008_E016": 2014,
      "b23008_M016": 332,
      "b23008_E021": 425,
      "b23008_M021": 165,
      "b11003_E001": 5395,
      "b11003_M001": 231,
      "b11003_E003": 1474,
      "b11003_M003": 164,
      "b11003_E010": 58,
      "b11003_M010": 53,
      "b11003_E016": 217,
      "b11003_M016": 102,
      "b17020_E001": 17458,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 744,
      "b17020_M011": 180,
      "b17020_E012": 1276,
      "b17020_M012": 241,
      "b17020_E013": 1163,
      "b17020_M013": 260,
      "b15003_E001": 13302,
      "b15003_M001": 402,
      "b15003_E022": 5016,
      "b15003_M022": 486,
      "b15003_E023": 3044,
      "b15003_M023": 371,
      "b15003_E024": 845,
      "b15003_M024": 175,
      "b15003_E025": 726,
      "b15003_M025": 216,
      "c16002_E001": 7006,
      "c16002_M001": 270,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 7,
      "c16002_M007": 12,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7006,
      "b22010_M001": 270,
      "b22010_E002": 103,
      "b22010_M002": 68,
      "b19013_E001": 167442,
      "b19013_M001": 16036
     }
    }
   }
  },
  "Manchester": {
   "cousub": "44700",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.86,
       "moe": 6.38,
       "numerator": 4672,
       "denominator": 11434
      },
      "children_with_two_parents_pct": {
       "estimate": 59.14,
       "moe": 4.79,
       "numerator": 6762,
       "denominator": 11434
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.57,
       "moe": 5.86,
       "numerator": 2380,
       "denominator": 6171
      },
      "children_below_poverty_pct": {
       "estimate": 15.49,
       "moe": 3.5,
       "numerator": 1812,
       "denominator": 11697
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.78,
       "moe": 2.16,
       "numerator": 16576,
       "denominator": 42748
      },
      "limited_english_households_pct": {
       "estimate": 3.08,
       "moe": 1.18,
       "numerator": 768,
       "denominator": 24952
      },
      "snap_households_pct": {
       "estimate": 14.58,
       "moe": 2.12,
       "numerator": 3639,
       "denominator": 24952
      },
      "median_household_income": {
       "estimate": 78598,
       "moe": 2800.0
      },
      "own_children_under_18": {
       "estimate": 11434,
       "moe": 703.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11697,
       "moe": 1041.776847506221
      }
     },
     "lines": {
      "b23008_E001": 11434,
      "b23008_M001": 703,
      "b23008_E003": 3070,
      "b23008_M003": 458,
      "b23008_E008": 1304,
      "b23008_M008": 339,
      "b23008_E016": 3692,
      "b23008_M016": 513,
      "b23008_E021": 3368,
      "b23008_M021": 707,
      "b11003_E001": 14575,
      "b11003_M001": 483,
      "b11003_E003": 3791,
      "b11003_M003": 405,
      "b11003_E010": 634,
      "b11003_M010": 220,
      "b11003_E016": 1746,
      "b11003_M016": 366,
      "b17020_E001": 58740,
      "b17020_M001": 235,
      "b17020_E003": 945,
      "b17020_M003": 339,
      "b17020_E004": 535,
      "b17020_M004": 259,
      "b17020_E005": 332,
      "b17020_M005": 109,
      "b17020_E011": 3500,
      "b17020_M011": 518,
      "b17020_E012": 2789,
      "b17020_M012": 394,
      "b17020_E013": 3596,
      "b17020_M013": 684,
      "b15003_E001": 42748,
      "b15003_M001": 1054,
      "b15003_E022": 9491,
      "b15003_M022": 694,
      "b15003_E023": 5794,
      "b15003_M023": 689,
      "b15003_E024": 797,
      "b15003_M024": 189,
      "b15003_E025": 494,
      "b15003_M025": 154,
      "c16002_E001": 24952,
      "c16002_M001": 650,
      "c16002_E004": 184,
      "c16002_M004": 92,
      "c16002_E007": 292,
      "c16002_M007": 171,
      "c16002_E010": 64,
      "c16002_M010": 37,
      "c16002_E013": 228,
      "c16002_M013": 220,
      "b22010_E001": 24952,
      "b22010_M001": 650,
      "b22010_E002": 3639,
      "b22010_M002": 538,
      "b19013_E001": 78598,
      "b19013_M001": 2800
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.76,
       "moe": 7.56,
       "numerator": 5135,
       "denominator": 12010
      },
      "children_with_two_parents_pct": {
       "estimate": 57.24,
       "moe": 3.5,
       "numerator": 6875,
       "denominator": 12010
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.96,
       "moe": 5.94,
       "numerator": 2449,
       "denominator": 6286
      },
      "children_below_poverty_pct": {
       "estimate": 17.38,
       "moe": 4.52,
       "numerator": 2113,
       "denominator": 12158
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.93,
       "moe": 2.6,
       "numerator": 16569,
       "denominator": 42564
      },
      "limited_english_households_pct": {
       "estimate": 3.42,
       "moe": 1.21,
       "numerator": 851,
       "denominator": 24900
      },
      "snap_households_pct": {
       "estimate": 13.94,
       "moe": 2.06,
       "numerator": 3472,
       "denominator": 24900
      },
      "median_household_income": {
       "estimate": 85048,
       "moe": 3445.0
      },
      "own_children_under_18": {
       "estimate": 12010,
       "moe": 821.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12158,
       "moe": 1120.8318339519092
      }
     },
     "lines": {
      "b23008_E001": 12010,
      "b23008_M001": 821,
      "b23008_E003": 3123,
      "b23008_M003": 384,
      "b23008_E008": 1372,
      "b23008_M008": 385,
      "b23008_E016": 3752,
      "b23008_M016": 500,
      "b23008_E021": 3763,
      "b23008_M021": 894,
      "b11003_E001": 14839,
      "b11003_M001": 510,
      "b11003_E003": 3837,
      "b11003_M003": 422,
      "b11003_E010": 671,
      "b11003_M010": 206,
      "b11003_E016": 1778,
      "b11003_M016": 392,
      "b17020_E001": 58839,
      "b17020_M001": 91,
      "b17020_E003": 1113,
      "b17020_M003": 459,
      "b17020_E004": 571,
      "b17020_M004": 319,
      "b17020_E005": 429,
      "b17020_M005": 164,
      "b17020_E011": 3402,
      "b17020_M011": 478,
      "b17020_E012": 2912,
      "b17020_M012": 431,
      "b17020_E013": 3731,
      "b17020_M013": 709,
      "b15003_E001": 42564,
      "b15003_M001": 1160,
      "b15003_E022": 9371,
      "b15003_M022": 1006,
      "b15003_E023": 5911,
      "b15003_M023": 566,
      "b15003_E024": 830,
      "b15003_M024": 260,
      "b15003_E025": 457,
      "b15003_M025": 161,
      "c16002_E001": 24900,
      "c16002_M001": 702,
      "c16002_E004": 237,
      "c16002_M004": 119,
      "c16002_E007": 307,
      "c16002_M007": 168,
      "c16002_E010": 65,
      "c16002_M010": 37,
      "c16002_E013": 242,
      "c16002_M013": 219,
      "b22010_E001": 24900,
      "b22010_M001": 702,
      "b22010_E002": 3472,
      "b22010_M002": 522,
      "b19013_E001": 85048,
      "b19013_M001": 3445
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.74,
       "moe": 6.12,
       "numerator": 4804,
       "denominator": 11792
      },
      "children_with_two_parents_pct": {
       "estimate": 59.26,
       "moe": 4.57,
       "numerator": 6988,
       "denominator": 11792
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.82,
       "moe": 5.83,
       "numerator": 2367,
       "denominator": 6258
      },
      "children_below_poverty_pct": {
       "estimate": 17.14,
       "moe": 4.37,
       "numerator": 2047,
       "denominator": 11942
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.68,
       "moe": 2.38,
       "numerator": 17027,
       "denominator": 42906
      },
      "limited_english_households_pct": {
       "estimate": 3.84,
       "moe": 1.2,
       "numerator": 963,
       "denominator": 25051
      },
      "snap_households_pct": {
       "estimate": 14.12,
       "moe": 2.24,
       "numerator": 3538,
       "denominator": 25051
      },
      "median_household_income": {
       "estimate": 87213,
       "moe": 3641.0
      },
      "own_children_under_18": {
       "estimate": 11792,
       "moe": 800.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11942,
       "moe": 1118.7555586454084
      }
     },
     "lines": {
      "b23008_E001": 11792,
      "b23008_M001": 800,
      "b23008_E003": 2869,
      "b23008_M003": 432,
      "b23008_E008": 1219,
      "b23008_M008": 352,
      "b23008_E016": 4119,
      "b23008_M016": 573,
      "b23008_E021": 3585,
      "b23008_M021": 709,
      "b11003_E001": 14716,
      "b11003_M001": 551,
      "b11003_E003": 3891,
      "b11003_M003": 351,
      "b11003_E010": 672,
      "b11003_M010": 218,
      "b11003_E016": 1695,
      "b11003_M016": 358,
      "b17020_E001": 58807,
      "b17020_M001": 127,
      "b17020_E003": 960,
      "b17020_M003": 432,
      "b17020_E004": 595,
      "b17020_M004": 299,
      "b17020_E005": 492,
      "b17020_M005": 182,
      "b17020_E011": 3200,
      "b17020_M011": 527,
      "b17020_E012": 3132,
      "b17020_M012": 500,
      "b17020_E013": 3563,
      "b17020_M013": 644,
      "b15003_E001": 42906,
      "b15003_M001": 1126,
      "b15003_E022": 9614,
      "b15003_M022": 832,
      "b15003_E023": 5976,
      "b15003_M023": 674,
      "b15003_E024": 1016,
      "b15003_M024": 278,
      "b15003_E025": 421,
      "b15003_M025": 133,
      "c16002_E001": 25051,
      "c16002_M001": 638,
      "c16002_E004": 342,
      "c16002_M004": 129,
      "c16002_E007": 296,
      "c16002_M007": 156,
      "c16002_E010": 87,
      "c16002_M010": 52,
      "c16002_E013": 238,
      "c16002_M013": 218,
      "b22010_E001": 25051,
      "b22010_M001": 638,
      "b22010_E002": 3538,
      "b22010_M002": 568,
      "b19013_E001": 87213,
      "b19013_M001": 3641
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.8,
       "moe": 5.65,
       "numerator": 4430,
       "denominator": 11418
      },
      "children_with_two_parents_pct": {
       "estimate": 61.2,
       "moe": 3.36,
       "numerator": 6988,
       "denominator": 11418
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.95,
       "moe": 5.47,
       "numerator": 2337,
       "denominator": 6325
      },
      "children_below_poverty_pct": {
       "estimate": 14.09,
       "moe": 4.13,
       "numerator": 1658,
       "denominator": 11768
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.47,
       "moe": 2.27,
       "numerator": 17249,
       "denominator": 42621
      },
      "limited_english_households_pct": {
       "estimate": 4.2,
       "moe": 1.18,
       "numerator": 1068,
       "denominator": 25417
      },
      "snap_households_pct": {
       "estimate": 13.06,
       "moe": 2.22,
       "numerator": 3319,
       "denominator": 25417
      },
      "median_household_income": {
       "estimate": 86840,
       "moe": 4023.0
      },
      "own_children_under_18": {
       "estimate": 11418,
       "moe": 693.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11768,
       "moe": 1025.817722599878
      }
     },
     "lines": {
      "b23008_E001": 11418,
      "b23008_M001": 693,
      "b23008_E003": 2836,
      "b23008_M003": 362,
      "b23008_E008": 915,
      "b23008_M008": 268,
      "b23008_E016": 4152,
      "b23008_M016": 443,
      "b23008_E021": 3515,
      "b23008_M021": 646,
      "b11003_E001": 14110,
      "b11003_M001": 445,
      "b11003_E003": 3988,
      "b11003_M003": 420,
      "b11003_E010": 745,
      "b11003_M010": 247,
      "b11003_E016": 1592,
      "b11003_M016": 325,
      "b17020_E001": 59014,
      "b17020_M001": 109,
      "b17020_E003": 669,
      "b17020_M003": 329,
      "b17020_E004": 450,
      "b17020_M004": 306,
      "b17020_E005": 539,
      "b17020_M005": 236,
      "b17020_E011": 3146,
      "b17020_M011": 468,
      "b17020_E012": 3135,
      "b17020_M012": 443,
      "b17020_E013": 3829,
      "b17020_M013": 616,
      "b15003_E001": 42621,
      "b15003_M001": 1039,
      "b15003_E022": 9877,
      "b15003_M022": 839,
      "b15003_E023": 6035,
      "b15003_M023": 573,
      "b15003_E024": 916,
      "b15003_M024": 230,
      "b15003_E025": 421,
      "b15003_M025": 158,
      "c16002_E001": 25417,
      "c16002_M001": 733,
      "c16002_E004": 351,
      "c16002_M004": 114,
      "c16002_E007": 393,
      "c16002_M007": 165,
      "c16002_E010": 82,
      "c16002_M010": 44,
      "c16002_E013": 242,
      "c16002_M013": 222,
      "b22010_E001": 25417,
      "b22010_M001": 733,
      "b22010_E002": 3319,
      "b22010_M002": 572,
      "b19013_E001": 86840,
      "b19013_M001": 4023
     }
    }
   }
  },
  "Mansfield": {
   "cousub": "44910",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.22,
       "moe": 10.57,
       "numerator": 673,
       "denominator": 2026
      },
      "children_with_two_parents_pct": {
       "estimate": 66.78,
       "moe": 13.19,
       "numerator": 1353,
       "denominator": 2026
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.37,
       "moe": 9.26,
       "numerator": 303,
       "denominator": 1068
      },
      "children_below_poverty_pct": {
       "estimate": 3.55,
       "moe": 2.38,
       "numerator": 73,
       "denominator": 2058
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.98,
       "moe": 4.68,
       "numerator": 4481,
       "denominator": 7729
      },
      "limited_english_households_pct": {
       "estimate": 5.86,
       "moe": 2.32,
       "numerator": 380,
       "denominator": 6482
      },
      "snap_households_pct": {
       "estimate": 7.41,
       "moe": 2.4,
       "numerator": 480,
       "denominator": 6482
      },
      "median_household_income": {
       "estimate": 45388,
       "moe": 9077.0
      },
      "own_children_under_18": {
       "estimate": 2026,
       "moe": 427.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2058,
       "moe": 387.10851191881585
      }
     },
     "lines": {
      "b23008_E001": 2026,
      "b23008_M001": 427,
      "b23008_E003": 258,
      "b23008_M003": 110,
      "b23008_E008": 154,
      "b23008_M008": 136,
      "b23008_E016": 1095,
      "b23008_M016": 375,
      "b23008_E021": 519,
      "b23008_M021": 218,
      "b11003_E001": 2872,
      "b11003_M001": 263,
      "b11003_E003": 765,
      "b11003_M003": 160,
      "b11003_E010": 22,
      "b11003_M010": 28,
      "b11003_E016": 281,
      "b11003_M016": 110,
      "b17020_E001": 14109,
      "b17020_M001": 673,
      "b17020_E003": 17,
      "b17020_M003": 24,
      "b17020_E004": 3,
      "b17020_M004": 13,
      "b17020_E005": 53,
      "b17020_M005": 43,
      "b17020_E011": 395,
      "b17020_M011": 163,
      "b17020_E012": 620,
      "b17020_M012": 207,
      "b17020_E013": 970,
      "b17020_M013": 279,
      "b15003_E001": 7729,
      "b15003_M001": 653,
      "b15003_E022": 1791,
      "b15003_M022": 349,
      "b15003_E023": 1520,
      "b15003_M023": 315,
      "b15003_E024": 334,
      "b15003_M024": 120,
      "b15003_E025": 836,
      "b15003_M025": 197,
      "c16002_E001": 6482,
      "c16002_M001": 450,
      "c16002_E004": 52,
      "c16002_M004": 83,
      "c16002_E007": 67,
      "c16002_M007": 79,
      "c16002_E010": 261,
      "c16002_M010": 98,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6482,
      "b22010_M001": 450,
      "b22010_E002": 480,
      "b22010_M002": 159,
      "b19013_E001": 45388,
      "b19013_M001": 9077
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.73,
       "moe": 11.1,
       "numerator": 905,
       "denominator": 2533
      },
      "children_with_two_parents_pct": {
       "estimate": 64.27,
       "moe": 13.92,
       "numerator": 1628,
       "denominator": 2533
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.43,
       "moe": 14.3,
       "numerator": 439,
       "denominator": 1275
      },
      "children_below_poverty_pct": {
       "estimate": 11.7,
       "moe": 7.42,
       "numerator": 298,
       "denominator": 2546
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.53,
       "moe": 5.52,
       "numerator": 5488,
       "denominator": 9376
      },
      "limited_english_households_pct": {
       "estimate": 5.79,
       "moe": 2.84,
       "numerator": 386,
       "denominator": 6672
      },
      "snap_households_pct": {
       "estimate": 7.88,
       "moe": 2.65,
       "numerator": 526,
       "denominator": 6672
      },
      "median_household_income": {
       "estimate": 64194,
       "moe": 13202.0
      },
      "own_children_under_18": {
       "estimate": 2533,
       "moe": 520.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2546,
       "moe": 496.25396723855016
      }
     },
     "lines": {
      "b23008_E001": 2533,
      "b23008_M001": 520,
      "b23008_E003": 359,
      "b23008_M003": 162,
      "b23008_E008": 163,
      "b23008_M008": 120,
      "b23008_E016": 1269,
      "b23008_M016": 458,
      "b23008_E021": 742,
      "b23008_M021": 315,
      "b11003_E001": 3262,
      "b11003_M001": 210,
      "b11003_E003": 836,
      "b11003_M003": 178,
      "b11003_E010": 48,
      "b11003_M010": 40,
      "b11003_E016": 391,
      "b11003_M016": 201,
      "b17020_E001": 15388,
      "b17020_M001": 225,
      "b17020_E003": 41,
      "b17020_M003": 39,
      "b17020_E004": 65,
      "b17020_M004": 58,
      "b17020_E005": 192,
      "b17020_M005": 185,
      "b17020_E011": 481,
      "b17020_M011": 199,
      "b17020_E012": 789,
      "b17020_M012": 254,
      "b17020_E013": 978,
      "b17020_M013": 321,
      "b15003_E001": 9376,
      "b15003_M001": 655,
      "b15003_E022": 2299,
      "b15003_M022": 435,
      "b15003_E023": 1795,
      "b15003_M023": 310,
      "b15003_E024": 418,
      "b15003_M024": 247,
      "b15003_E025": 976,
      "b15003_M025": 261,
      "c16002_E001": 6672,
      "c16002_M001": 355,
      "c16002_E004": 56,
      "c16002_M004": 65,
      "c16002_E007": 106,
      "c16002_M007": 111,
      "c16002_E010": 224,
      "c16002_M010": 138,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6672,
      "b22010_M001": 355,
      "b22010_E002": 526,
      "b22010_M002": 179,
      "b19013_E001": 64194,
      "b19013_M001": 13202
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.74,
       "moe": 11.36,
       "numerator": 573,
       "denominator": 1994
      },
      "children_with_two_parents_pct": {
       "estimate": 71.26,
       "moe": 11.77,
       "numerator": 1421,
       "denominator": 1994
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.49,
       "moe": 12.5,
       "numerator": 331,
       "denominator": 1051
      },
      "children_below_poverty_pct": {
       "estimate": 10.93,
       "moe": 8.09,
       "numerator": 218,
       "denominator": 1994
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.16,
       "moe": 5.27,
       "numerator": 4347,
       "denominator": 7605
      },
      "limited_english_households_pct": {
       "estimate": 5.21,
       "moe": 2.64,
       "numerator": 289,
       "denominator": 5548
      },
      "snap_households_pct": {
       "estimate": 5.82,
       "moe": 2.48,
       "numerator": 323,
       "denominator": 5548
      },
      "median_household_income": {
       "estimate": 67321,
       "moe": 12027.0
      },
      "own_children_under_18": {
       "estimate": 1994,
       "moe": 387.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1994,
       "moe": 408.8006849309331
      }
     },
     "lines": {
      "b23008_E001": 1994,
      "b23008_M001": 387,
      "b23008_E003": 341,
      "b23008_M003": 119,
      "b23008_E008": 88,
      "b23008_M008": 84,
      "b23008_E016": 1080,
      "b23008_M016": 342,
      "b23008_E021": 485,
      "b23008_M021": 238,
      "b11003_E001": 2683,
      "b11003_M001": 211,
      "b11003_E003": 720,
      "b11003_M003": 126,
      "b11003_E010": 28,
      "b11003_M010": 32,
      "b11003_E016": 303,
      "b11003_M016": 141,
      "b17020_E001": 12638,
      "b17020_M001": 198,
      "b17020_E003": 30,
      "b17020_M003": 34,
      "b17020_E004": 34,
      "b17020_M004": 40,
      "b17020_E005": 154,
      "b17020_M005": 159,
      "b17020_E011": 399,
      "b17020_M011": 144,
      "b17020_E012": 623,
      "b17020_M012": 204,
      "b17020_E013": 754,
      "b17020_M013": 277,
      "b15003_E001": 7605,
      "b15003_M001": 480,
      "b15003_E022": 1824,
      "b15003_M022": 306,
      "b15003_E023": 1361,
      "b15003_M023": 259,
      "b15003_E024": 384,
      "b15003_M024": 149,
      "b15003_E025": 778,
      "b15003_M025": 230,
      "c16002_E001": 5548,
      "c16002_M001": 312,
      "c16002_E004": 36,
      "c16002_M004": 40,
      "c16002_E007": 78,
      "c16002_M007": 86,
      "c16002_E010": 175,
      "c16002_M010": 110,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 5548,
      "b22010_M001": 312,
      "b22010_E002": 323,
      "b22010_M002": 139,
      "b19013_E001": 67321,
      "b19013_M001": 12027
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.61,
       "moe": 11.46,
       "numerator": 653,
       "denominator": 2205
      },
      "children_with_two_parents_pct": {
       "estimate": 70.39,
       "moe": 6.84,
       "numerator": 1552,
       "denominator": 2205
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.79,
       "moe": 13.93,
       "numerator": 404,
       "denominator": 1232
      },
      "children_below_poverty_pct": {
       "estimate": 12.38,
       "moe": 9.69,
       "numerator": 273,
       "denominator": 2205
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.94,
       "moe": 5.68,
       "numerator": 5007,
       "denominator": 8642
      },
      "limited_english_households_pct": {
       "estimate": 4.74,
       "moe": 2.48,
       "numerator": 299,
       "denominator": 6310
      },
      "snap_households_pct": {
       "estimate": 6.28,
       "moe": 2.69,
       "numerator": 396,
       "denominator": 6310
      },
      "median_household_income": {
       "estimate": 72393,
       "moe": 12203.0
      },
      "own_children_under_18": {
       "estimate": 2205,
       "moe": 375.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2205,
       "moe": 422.5707041431055
      }
     },
     "lines": {
      "b23008_E001": 2205,
      "b23008_M001": 375,
      "b23008_E003": 521,
      "b23008_M003": 164,
      "b23008_E008": 101,
      "b23008_M008": 84,
      "b23008_E016": 1031,
      "b23008_M016": 256,
      "b23008_E021": 552,
      "b23008_M021": 263,
      "b11003_E001": 3014,
      "b11003_M001": 282,
      "b11003_E003": 828,
      "b11003_M003": 161,
      "b11003_E010": 78,
      "b11003_M010": 81,
      "b11003_E016": 326,
      "b11003_M016": 172,
      "b17020_E001": 14398,
      "b17020_M001": 250,
      "b17020_E003": 16,
      "b17020_M003": 18,
      "b17020_E004": 83,
      "b17020_M004": 75,
      "b17020_E005": 174,
      "b17020_M005": 206,
      "b17020_E011": 606,
      "b17020_M011": 175,
      "b17020_E012": 710,
      "b17020_M012": 230,
      "b17020_E013": 616,
      "b17020_M013": 216,
      "b15003_E001": 8642,
      "b15003_M001": 566,
      "b15003_E022": 2134,
      "b15003_M022": 372,
      "b15003_E023": 1688,
      "b15003_M023": 343,
      "b15003_E024": 353,
      "b15003_M024": 196,
      "b15003_E025": 832,
      "b15003_M025": 232,
      "c16002_E001": 6310,
      "c16002_M001": 345,
      "c16002_E004": 101,
      "c16002_M004": 83,
      "c16002_E007": 7,
      "c16002_M007": 13,
      "c16002_E010": 191,
      "c16002_M010": 131,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6310,
      "b22010_M001": 345,
      "b22010_E002": 396,
      "b22010_M002": 171,
      "b19013_E001": 72393,
      "b19013_M001": 12203
     }
    }
   }
  },
  "Marlborough": {
   "cousub": "45820",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.12,
       "moe": 19.05,
       "numerator": 357,
       "denominator": 1421
      },
      "children_with_two_parents_pct": {
       "estimate": 74.88,
       "moe": 13.98,
       "numerator": 1064,
       "denominator": 1421
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.31,
       "moe": 16.09,
       "numerator": 182,
       "denominator": 896
      },
      "children_below_poverty_pct": {
       "estimate": 11.26,
       "moe": 11.48,
       "numerator": 160,
       "denominator": 1421
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.69,
       "moe": 8.14,
       "numerator": 2182,
       "denominator": 4305
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.77,
       "numerator": 0,
       "denominator": 2142
      },
      "snap_households_pct": {
       "estimate": 3.55,
       "moe": 2.98,
       "numerator": 76,
       "denominator": 2142
      },
      "median_household_income": {
       "estimate": 126850,
       "moe": 14117.0
      },
      "own_children_under_18": {
       "estimate": 1421,
       "moe": 159.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1421,
       "moe": 351.1082454172787
      }
     },
     "lines": {
      "b23008_E001": 1421,
      "b23008_M001": 159,
      "b23008_E003": 285,
      "b23008_M003": 115,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 779,
      "b23008_M016": 201,
      "b23008_E021": 357,
      "b23008_M021": 273,
      "b11003_E001": 1821,
      "b11003_M001": 117,
      "b11003_E003": 714,
      "b11003_M003": 165,
      "b11003_E010": 98,
      "b11003_M010": 127,
      "b11003_E016": 84,
      "b11003_M016": 82,
      "b17020_E001": 6038,
      "b17020_M001": 66,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 71,
      "b17020_M004": 108,
      "b17020_E005": 89,
      "b17020_M005": 127,
      "b17020_E011": 285,
      "b17020_M011": 115,
      "b17020_E012": 154,
      "b17020_M012": 103,
      "b17020_E013": 822,
      "b17020_M013": 267,
      "b15003_E001": 4305,
      "b15003_M001": 200,
      "b15003_E022": 1255,
      "b15003_M022": 268,
      "b15003_E023": 742,
      "b15003_M023": 230,
      "b15003_E024": 148,
      "b15003_M024": 83,
      "b15003_E025": 37,
      "b15003_M025": 38,
      "c16002_E001": 2142,
      "c16002_M001": 134,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2142,
      "b22010_M001": 134,
      "b22010_E002": 76,
      "b22010_M002": 64,
      "b19013_E001": 126850,
      "b19013_M001": 14117
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.96,
       "moe": 12.87,
       "numerator": 254,
       "denominator": 1414
      },
      "children_with_two_parents_pct": {
       "estimate": 82.04,
       "moe": 13.06,
       "numerator": 1160,
       "denominator": 1414
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.05,
       "moe": 11.75,
       "numerator": 141,
       "denominator": 827
      },
      "children_below_poverty_pct": {
       "estimate": 7.57,
       "moe": 8.65,
       "numerator": 107,
       "denominator": 1414
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.97,
       "moe": 7.99,
       "numerator": 2177,
       "denominator": 4271
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.81,
       "numerator": 0,
       "denominator": 2096
      },
      "snap_households_pct": {
       "estimate": 3.77,
       "moe": 3.09,
       "numerator": 79,
       "denominator": 2096
      },
      "median_household_income": {
       "estimate": 134643,
       "moe": 12141.0
      },
      "own_children_under_18": {
       "estimate": 1414,
       "moe": 150.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1414,
       "moe": 304.4848107870079
      }
     },
     "lines": {
      "b23008_E001": 1414,
      "b23008_M001": 150,
      "b23008_E003": 285,
      "b23008_M003": 124,
      "b23008_E008": 23,
      "b23008_M008": 38,
      "b23008_E016": 875,
      "b23008_M016": 184,
      "b23008_E021": 231,
      "b23008_M021": 180,
      "b11003_E001": 1754,
      "b11003_M001": 131,
      "b11003_E003": 686,
      "b11003_M003": 142,
      "b11003_E010": 88,
      "b11003_M010": 79,
      "b11003_E016": 53,
      "b11003_M016": 64,
      "b17020_E001": 6016,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 73,
      "b17020_M004": 108,
      "b17020_E005": 34,
      "b17020_M005": 59,
      "b17020_E011": 308,
      "b17020_M011": 124,
      "b17020_E012": 309,
      "b17020_M012": 145,
      "b17020_E013": 690,
      "b17020_M013": 202,
      "b15003_E001": 4271,
      "b15003_M001": 199,
      "b15003_E022": 1248,
      "b15003_M022": 280,
      "b15003_E023": 774,
      "b15003_M023": 203,
      "b15003_E024": 131,
      "b15003_M024": 80,
      "b15003_E025": 24,
      "b15003_M025": 29,
      "c16002_E001": 2096,
      "c16002_M001": 142,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2096,
      "b22010_M001": 142,
      "b22010_E002": 79,
      "b22010_M002": 65,
      "b19013_E001": 134643,
      "b19013_M001": 12141
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.89,
       "moe": 13.68,
       "numerator": 371,
       "denominator": 1433
      },
      "children_with_two_parents_pct": {
       "estimate": 74.11,
       "moe": 11.49,
       "numerator": 1062,
       "denominator": 1433
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.68,
       "moe": 13.17,
       "numerator": 193,
       "denominator": 851
      },
      "children_below_poverty_pct": {
       "estimate": 7.54,
       "moe": 8.77,
       "numerator": 108,
       "denominator": 1433
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.46,
       "moe": 7.37,
       "numerator": 2138,
       "denominator": 4323
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.77,
       "numerator": 0,
       "denominator": 2151
      },
      "snap_households_pct": {
       "estimate": 2.84,
       "moe": 2.55,
       "numerator": 61,
       "denominator": 2151
      },
      "median_household_income": {
       "estimate": 140022,
       "moe": 24392.0
      },
      "own_children_under_18": {
       "estimate": 1433,
       "moe": 176.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1433,
       "moe": 291.338291338437
      }
     },
     "lines": {
      "b23008_E001": 1433,
      "b23008_M001": 176,
      "b23008_E003": 329,
      "b23008_M003": 122,
      "b23008_E008": 63,
      "b23008_M008": 69,
      "b23008_E016": 733,
      "b23008_M016": 171,
      "b23008_E021": 308,
      "b23008_M021": 189,
      "b11003_E001": 1824,
      "b11003_M001": 125,
      "b11003_E003": 658,
      "b11003_M003": 152,
      "b11003_E010": 79,
      "b11003_M010": 67,
      "b11003_E016": 114,
      "b11003_M016": 100,
      "b17020_E001": 5996,
      "b17020_M001": 34,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 76,
      "b17020_M004": 113,
      "b17020_E005": 32,
      "b17020_M005": 56,
      "b17020_E011": 392,
      "b17020_M011": 130,
      "b17020_E012": 329,
      "b17020_M012": 144,
      "b17020_E013": 604,
      "b17020_M013": 176,
      "b15003_E001": 4323,
      "b15003_M001": 199,
      "b15003_E022": 1288,
      "b15003_M022": 241,
      "b15003_E023": 659,
      "b15003_M023": 209,
      "b15003_E024": 148,
      "b15003_M024": 75,
      "b15003_E025": 43,
      "b15003_M025": 62,
      "c16002_E001": 2151,
      "c16002_M001": 135,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2151,
      "b22010_M001": 135,
      "b22010_E002": 61,
      "b22010_M002": 55,
      "b19013_E001": 140022,
      "b19013_M001": 24392
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.82,
       "moe": 13.76,
       "numerator": 370,
       "denominator": 1433
      },
      "children_with_two_parents_pct": {
       "estimate": 74.18,
       "moe": 11.6,
       "numerator": 1063,
       "denominator": 1433
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.09,
       "moe": 14.0,
       "numerator": 186,
       "denominator": 882
      },
      "children_below_poverty_pct": {
       "estimate": 8.3,
       "moe": 9.46,
       "numerator": 119,
       "denominator": 1433
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.87,
       "moe": 8.77,
       "numerator": 2008,
       "denominator": 4378
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.74,
       "numerator": 0,
       "denominator": 2184
      },
      "snap_households_pct": {
       "estimate": 1.92,
       "moe": 2.47,
       "numerator": 42,
       "denominator": 2184
      },
      "median_household_income": {
       "estimate": 142105,
       "moe": 35140.0
      },
      "own_children_under_18": {
       "estimate": 1433,
       "moe": 203.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1433,
       "moe": 309.9725794324395
      }
     },
     "lines": {
      "b23008_E001": 1433,
      "b23008_M001": 203,
      "b23008_E003": 298,
      "b23008_M003": 139,
      "b23008_E008": 76,
      "b23008_M008": 84,
      "b23008_E016": 765,
      "b23008_M016": 176,
      "b23008_E021": 294,
      "b23008_M021": 186,
      "b11003_E001": 1863,
      "b11003_M001": 139,
      "b11003_E003": 696,
      "b11003_M003": 154,
      "b11003_E010": 39,
      "b11003_M010": 44,
      "b11003_E016": 147,
      "b11003_M016": 123,
      "b17020_E001": 6026,
      "b17020_M001": 39,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 76,
      "b17020_M004": 113,
      "b17020_E005": 43,
      "b17020_M005": 77,
      "b17020_E011": 374,
      "b17020_M011": 152,
      "b17020_E012": 396,
      "b17020_M012": 156,
      "b17020_E013": 544,
      "b17020_M013": 172,
      "b15003_E001": 4378,
      "b15003_M001": 246,
      "b15003_E022": 1082,
      "b15003_M022": 279,
      "b15003_E023": 739,
      "b15003_M023": 266,
      "b15003_E024": 144,
      "b15003_M024": 81,
      "b15003_E025": 43,
      "b15003_M025": 71,
      "c16002_E001": 2184,
      "c16002_M001": 158,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2184,
      "b22010_M001": 158,
      "b22010_E002": 42,
      "b22010_M002": 54,
      "b19013_E001": 142105,
      "b19013_M001": 35140
     }
    }
   }
  },
  "Meriden": {
   "cousub": "46520",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 50.22,
       "moe": 6.21,
       "numerator": 5999,
       "denominator": 11946
      },
      "children_with_two_parents_pct": {
       "estimate": 49.78,
       "moe": 5.59,
       "numerator": 5947,
       "denominator": 11946
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.89,
       "moe": 4.91,
       "numerator": 2605,
       "denominator": 5555
      },
      "children_below_poverty_pct": {
       "estimate": 21.15,
       "moe": 4.36,
       "numerator": 2603,
       "denominator": 12310
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.22,
       "moe": 1.62,
       "numerator": 8690,
       "denominator": 42970
      },
      "limited_english_households_pct": {
       "estimate": 9.69,
       "moe": 1.46,
       "numerator": 2442,
       "denominator": 25191
      },
      "snap_households_pct": {
       "estimate": 22.59,
       "moe": 1.9,
       "numerator": 5690,
       "denominator": 25191
      },
      "median_household_income": {
       "estimate": 59792,
       "moe": 2295.0
      },
      "own_children_under_18": {
       "estimate": 11946,
       "moe": 875.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12310,
       "moe": 1127.5774917938013
      }
     },
     "lines": {
      "b23008_E001": 11946,
      "b23008_M001": 875,
      "b23008_E003": 2176,
      "b23008_M003": 594,
      "b23008_E008": 2270,
      "b23008_M008": 644,
      "b23008_E016": 3771,
      "b23008_M016": 532,
      "b23008_E021": 3729,
      "b23008_M021": 573,
      "b11003_E001": 14785,
      "b11003_M001": 550,
      "b11003_E003": 2950,
      "b11003_M003": 380,
      "b11003_E010": 555,
      "b11003_M010": 187,
      "b11003_E016": 2050,
      "b11003_M016": 318,
      "b17020_E001": 60088,
      "b17020_M001": 210,
      "b17020_E003": 926,
      "b17020_M003": 453,
      "b17020_E004": 994,
      "b17020_M004": 304,
      "b17020_E005": 683,
      "b17020_M005": 216,
      "b17020_E011": 3542,
      "b17020_M011": 685,
      "b17020_E012": 3044,
      "b17020_M012": 479,
      "b17020_E013": 3121,
      "b17020_M013": 478,
      "b15003_E001": 42970,
      "b15003_M001": 977,
      "b15003_E022": 5321,
      "b15003_M022": 560,
      "b15003_E023": 2338,
      "b15003_M023": 376,
      "b15003_E024": 689,
      "b15003_M024": 192,
      "b15003_E025": 342,
      "b15003_M025": 182,
      "c16002_E001": 25191,
      "c16002_M001": 806,
      "c16002_E004": 2191,
      "c16002_M004": 360,
      "c16002_E007": 217,
      "c16002_M007": 102,
      "c16002_E010": 20,
      "c16002_M010": 23,
      "c16002_E013": 14,
      "c16002_M013": 23,
      "b22010_E001": 25191,
      "b22010_M001": 806,
      "b22010_E002": 5690,
      "b22010_M002": 513,
      "b19013_E001": 59792,
      "b19013_M001": 2295
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.97,
       "moe": 6.38,
       "numerator": 6597,
       "denominator": 12693
      },
      "children_with_two_parents_pct": {
       "estimate": 48.03,
       "moe": 5.31,
       "numerator": 6096,
       "denominator": 12693
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.68,
       "moe": 5.72,
       "numerator": 2867,
       "denominator": 5889
      },
      "children_below_poverty_pct": {
       "estimate": 26.34,
       "moe": 4.62,
       "numerator": 3429,
       "denominator": 13018
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.74,
       "moe": 1.81,
       "numerator": 8357,
       "denominator": 42340
      },
      "limited_english_households_pct": {
       "estimate": 9.49,
       "moe": 1.71,
       "numerator": 2374,
       "denominator": 25018
      },
      "snap_households_pct": {
       "estimate": 20.61,
       "moe": 2.43,
       "numerator": 5157,
       "denominator": 25018
      },
      "median_household_income": {
       "estimate": 63671,
       "moe": 2788.0
      },
      "own_children_under_18": {
       "estimate": 12693,
       "moe": 764.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13018,
       "moe": 1098.3178046449034
      }
     },
     "lines": {
      "b23008_E001": 12693,
      "b23008_M001": 764,
      "b23008_E003": 2161,
      "b23008_M003": 557,
      "b23008_E008": 2641,
      "b23008_M008": 667,
      "b23008_E016": 3935,
      "b23008_M016": 528,
      "b23008_E021": 3956,
      "b23008_M021": 607,
      "b11003_E001": 15177,
      "b11003_M001": 579,
      "b11003_E003": 3022,
      "b11003_M003": 381,
      "b11003_E010": 742,
      "b11003_M010": 229,
      "b11003_E016": 2125,
      "b11003_M016": 376,
      "b17020_E001": 59839,
      "b17020_M001": 64,
      "b17020_E003": 1206,
      "b17020_M003": 552,
      "b17020_E004": 1296,
      "b17020_M004": 292,
      "b17020_E005": 927,
      "b17020_M005": 235,
      "b17020_E011": 3626,
      "b17020_M011": 623,
      "b17020_E012": 2937,
      "b17020_M012": 404,
      "b17020_E013": 3026,
      "b17020_M013": 458,
      "b15003_E001": 42340,
      "b15003_M001": 873,
      "b15003_E022": 4930,
      "b15003_M022": 662,
      "b15003_E023": 2533,
      "b15003_M023": 355,
      "b15003_E024": 577,
      "b15003_M024": 184,
      "b15003_E025": 317,
      "b15003_M025": 138,
      "c16002_E001": 25018,
      "c16002_M001": 675,
      "c16002_E004": 2126,
      "c16002_M004": 418,
      "c16002_E007": 191,
      "c16002_M007": 96,
      "c16002_E010": 34,
      "c16002_M010": 47,
      "c16002_E013": 23,
      "c16002_M013": 35,
      "b22010_E001": 25018,
      "b22010_M001": 675,
      "b22010_E002": 5157,
      "b22010_M002": 623,
      "b19013_E001": 63671,
      "b19013_M001": 2788
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.48,
       "moe": 5.6,
       "numerator": 7303,
       "denominator": 12487
      },
      "children_with_two_parents_pct": {
       "estimate": 41.52,
       "moe": 5.41,
       "numerator": 5184,
       "denominator": 12487
      },
      "one_parent_families_with_children_pct": {
       "estimate": 52.2,
       "moe": 3.96,
       "numerator": 3184,
       "denominator": 6100
      },
      "children_below_poverty_pct": {
       "estimate": 22.63,
       "moe": 4.56,
       "numerator": 2927,
       "denominator": 12935
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.21,
       "moe": 1.77,
       "numerator": 9363,
       "denominator": 42163
      },
      "limited_english_households_pct": {
       "estimate": 8.45,
       "moe": 1.65,
       "numerator": 2087,
       "denominator": 24709
      },
      "snap_households_pct": {
       "estimate": 20.33,
       "moe": 2.27,
       "numerator": 5023,
       "denominator": 24709
      },
      "median_household_income": {
       "estimate": 68617,
       "moe": 3829.0
      },
      "own_children_under_18": {
       "estimate": 12487,
       "moe": 912.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12935,
       "moe": 1183.8559878633887
      }
     },
     "lines": {
      "b23008_E001": 12487,
      "b23008_M001": 912,
      "b23008_E003": 1753,
      "b23008_M003": 487,
      "b23008_E008": 2932,
      "b23008_M008": 653,
      "b23008_E016": 3431,
      "b23008_M016": 602,
      "b23008_E021": 4371,
      "b23008_M021": 589,
      "b11003_E001": 15439,
      "b11003_M001": 563,
      "b11003_E003": 2916,
      "b11003_M003": 368,
      "b11003_E010": 782,
      "b11003_M010": 239,
      "b11003_E016": 2402,
      "b11003_M016": 272,
      "b17020_E001": 59733,
      "b17020_M001": 97,
      "b17020_E003": 1237,
      "b17020_M003": 530,
      "b17020_E004": 996,
      "b17020_M004": 290,
      "b17020_E005": 694,
      "b17020_M005": 233,
      "b17020_E011": 3490,
      "b17020_M011": 619,
      "b17020_E012": 2976,
      "b17020_M012": 517,
      "b17020_E013": 3542,
      "b17020_M013": 576,
      "b15003_E001": 42163,
      "b15003_M001": 1064,
      "b15003_E022": 5717,
      "b15003_M022": 626,
      "b15003_E023": 2787,
      "b15003_M023": 396,
      "b15003_E024": 594,
      "b15003_M024": 187,
      "b15003_E025": 265,
      "b15003_M025": 177,
      "c16002_E001": 24709,
      "c16002_M001": 686,
      "c16002_E004": 1892,
      "c16002_M004": 401,
      "c16002_E007": 132,
      "c16002_M007": 68,
      "c16002_E010": 31,
      "c16002_M010": 49,
      "c16002_E013": 32,
      "c16002_M013": 48,
      "b22010_E001": 24709,
      "b22010_M001": 686,
      "b22010_E002": 5023,
      "b22010_M002": 577,
      "b19013_E001": 68617,
      "b19013_M001": 3829
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 61.43,
       "moe": 5.82,
       "numerator": 7864,
       "denominator": 12801
      },
      "children_with_two_parents_pct": {
       "estimate": 38.57,
       "moe": 4.84,
       "numerator": 4937,
       "denominator": 12801
      },
      "one_parent_families_with_children_pct": {
       "estimate": 55.16,
       "moe": 4.84,
       "numerator": 3535,
       "denominator": 6409
      },
      "children_below_poverty_pct": {
       "estimate": 19.37,
       "moe": 5.09,
       "numerator": 2537,
       "denominator": 13100
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.18,
       "moe": 1.96,
       "numerator": 9376,
       "denominator": 42279
      },
      "limited_english_households_pct": {
       "estimate": 8.3,
       "moe": 1.44,
       "numerator": 2045,
       "denominator": 24631
      },
      "snap_households_pct": {
       "estimate": 22.19,
       "moe": 2.32,
       "numerator": 5466,
       "denominator": 24631
      },
      "median_household_income": {
       "estimate": 71253,
       "moe": 4299.0
      },
      "own_children_under_18": {
       "estimate": 12801,
       "moe": 871.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13100,
       "moe": 1153.3945552151702
      }
     },
     "lines": {
      "b23008_E001": 12801,
      "b23008_M001": 871,
      "b23008_E003": 1565,
      "b23008_M003": 456,
      "b23008_E008": 3133,
      "b23008_M008": 698,
      "b23008_E016": 3372,
      "b23008_M016": 537,
      "b23008_E021": 4731,
      "b23008_M021": 595,
      "b11003_E001": 15822,
      "b11003_M001": 589,
      "b11003_E003": 2874,
      "b11003_M003": 402,
      "b11003_E010": 976,
      "b11003_M010": 260,
      "b11003_E016": 2559,
      "b11003_M016": 376,
      "b17020_E001": 59798,
      "b17020_M001": 126,
      "b17020_E003": 1193,
      "b17020_M003": 599,
      "b17020_E004": 712,
      "b17020_M004": 263,
      "b17020_E005": 632,
      "b17020_M005": 258,
      "b17020_E011": 3548,
      "b17020_M011": 564,
      "b17020_E012": 2999,
      "b17020_M012": 492,
      "b17020_E013": 4016,
      "b17020_M013": 525,
      "b15003_E001": 42279,
      "b15003_M001": 914,
      "b15003_E022": 5878,
      "b15003_M022": 663,
      "b15003_E023": 2729,
      "b15003_M023": 476,
      "b15003_E024": 583,
      "b15003_M024": 213,
      "b15003_E025": 186,
      "b15003_M025": 140,
      "c16002_E001": 24631,
      "c16002_M001": 738,
      "c16002_E004": 1826,
      "c16002_M004": 345,
      "c16002_E007": 181,
      "c16002_M007": 87,
      "c16002_E010": 38,
      "c16002_M010": 49,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 24631,
      "b22010_M001": 738,
      "b22010_E002": 5466,
      "b22010_M002": 595,
      "b19013_E001": 71253,
      "b19013_M001": 4299
     }
    }
   }
  },
  "Middlebury": {
   "cousub": "46940",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.45,
       "moe": 5.72,
       "numerator": 219,
       "denominator": 1628
      },
      "children_with_two_parents_pct": {
       "estimate": 86.55,
       "moe": 13.72,
       "numerator": 1409,
       "denominator": 1628
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.6,
       "moe": 4.97,
       "numerator": 69,
       "denominator": 802
      },
      "children_below_poverty_pct": {
       "estimate": 2.31,
       "moe": 2.74,
       "numerator": 38,
       "denominator": 1642
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.82,
       "moe": 5.19,
       "numerator": 2989,
       "denominator": 5452
      },
      "limited_english_households_pct": {
       "estimate": 1.34,
       "moe": 1.91,
       "numerator": 39,
       "denominator": 2906
      },
      "snap_households_pct": {
       "estimate": 9.36,
       "moe": 9.78,
       "numerator": 272,
       "denominator": 2906
      },
      "median_household_income": {
       "estimate": 124619,
       "moe": 9139.0
      },
      "own_children_under_18": {
       "estimate": 1628,
       "moe": 223.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1642,
       "moe": 334.1870733586205
      }
     },
     "lines": {
      "b23008_E001": 1628,
      "b23008_M001": 223,
      "b23008_E003": 449,
      "b23008_M003": 242,
      "b23008_E008": 17,
      "b23008_M008": 19,
      "b23008_E016": 960,
      "b23008_M016": 169,
      "b23008_E021": 202,
      "b23008_M021": 96,
      "b11003_E001": 2067,
      "b11003_M001": 132,
      "b11003_E003": 733,
      "b11003_M003": 110,
      "b11003_E010": 8,
      "b11003_M010": 13,
      "b11003_E016": 61,
      "b11003_M016": 39,
      "b17020_E001": 7575,
      "b17020_M001": 64,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 38,
      "b17020_M005": 37,
      "b17020_E011": 466,
      "b17020_M011": 247,
      "b17020_E012": 497,
      "b17020_M012": 166,
      "b17020_E013": 641,
      "b17020_M013": 145,
      "b15003_E001": 5452,
      "b15003_M001": 224,
      "b15003_E022": 1465,
      "b15003_M022": 186,
      "b15003_E023": 1079,
      "b15003_M023": 185,
      "b15003_E024": 335,
      "b15003_M024": 148,
      "b15003_E025": 110,
      "b15003_M025": 66,
      "c16002_E001": 2906,
      "c16002_M001": 230,
      "c16002_E004": 31,
      "c16002_M004": 47,
      "c16002_E007": 8,
      "c16002_M007": 12,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2906,
      "b22010_M001": 230,
      "b22010_E002": 272,
      "b22010_M002": 285,
      "b19013_E001": 124619,
      "b19013_M001": 9139
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.06,
       "moe": 4.83,
       "numerator": 233,
       "denominator": 1784
      },
      "children_with_two_parents_pct": {
       "estimate": 86.94,
       "moe": 12.27,
       "numerator": 1551,
       "denominator": 1784
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.1,
       "moe": 5.62,
       "numerator": 88,
       "denominator": 871
      },
      "children_below_poverty_pct": {
       "estimate": 3.52,
       "moe": 3.07,
       "numerator": 63,
       "denominator": 1790
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.22,
       "moe": 5.41,
       "numerator": 2863,
       "denominator": 5280
      },
      "limited_english_households_pct": {
       "estimate": 1.39,
       "moe": 2.19,
       "numerator": 39,
       "denominator": 2812
      },
      "snap_households_pct": {
       "estimate": 9.17,
       "moe": 7.55,
       "numerator": 258,
       "denominator": 2812
      },
      "median_household_income": {
       "estimate": 135114,
       "moe": 11408.0
      },
      "own_children_under_18": {
       "estimate": 1784,
       "moe": 228.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1790,
       "moe": 316.64175340595875
      }
     },
     "lines": {
      "b23008_E001": 1784,
      "b23008_M001": 228,
      "b23008_E003": 609,
      "b23008_M003": 220,
      "b23008_E008": 17,
      "b23008_M008": 20,
      "b23008_E016": 942,
      "b23008_M016": 197,
      "b23008_E021": 216,
      "b23008_M021": 89,
      "b11003_E001": 2065,
      "b11003_M001": 120,
      "b11003_E003": 783,
      "b11003_M003": 117,
      "b11003_E010": 35,
      "b11003_M010": 31,
      "b11003_E016": 53,
      "b11003_M016": 40,
      "b17020_E001": 7611,
      "b17020_M001": 32,
      "b17020_E003": 18,
      "b17020_M003": 26,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 45,
      "b17020_M005": 46,
      "b17020_E011": 608,
      "b17020_M011": 216,
      "b17020_E012": 571,
      "b17020_M012": 178,
      "b17020_E013": 548,
      "b17020_M013": 137,
      "b15003_E001": 5280,
      "b15003_M001": 242,
      "b15003_E022": 1487,
      "b15003_M022": 216,
      "b15003_E023": 938,
      "b15003_M023": 172,
      "b15003_E024": 310,
      "b15003_M024": 134,
      "b15003_E025": 128,
      "b15003_M025": 68,
      "c16002_E001": 2812,
      "c16002_M001": 199,
      "c16002_E004": 39,
      "c16002_M004": 52,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2812,
      "b22010_M001": 199,
      "b22010_E002": 258,
      "b22010_M002": 213,
      "b19013_E001": 135114,
      "b19013_M001": 11408
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.87,
       "moe": 5.58,
       "numerator": 281,
       "denominator": 1771
      },
      "children_with_two_parents_pct": {
       "estimate": 84.13,
       "moe": 9.43,
       "numerator": 1490,
       "denominator": 1771
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.38,
       "moe": 6.35,
       "numerator": 114,
       "denominator": 921
      },
      "children_below_poverty_pct": {
       "estimate": 4.26,
       "moe": 3.44,
       "numerator": 77,
       "denominator": 1808
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.39,
       "moe": 4.56,
       "numerator": 2890,
       "denominator": 5413
      },
      "limited_english_households_pct": {
       "estimate": 0.84,
       "moe": 1.05,
       "numerator": 24,
       "denominator": 2861
      },
      "snap_households_pct": {
       "estimate": 10.1,
       "moe": 8.64,
       "numerator": 289,
       "denominator": 2861
      },
      "median_household_income": {
       "estimate": 142750,
       "moe": 4351.0
      },
      "own_children_under_18": {
       "estimate": 1771,
       "moe": 241.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1808,
       "moe": 306.81264641471347
      }
     },
     "lines": {
      "b23008_E001": 1771,
      "b23008_M001": 241,
      "b23008_E003": 508,
      "b23008_M003": 202,
      "b23008_E008": 19,
      "b23008_M008": 20,
      "b23008_E016": 982,
      "b23008_M016": 168,
      "b23008_E021": 262,
      "b23008_M021": 104,
      "b11003_E001": 2147,
      "b11003_M001": 130,
      "b11003_E003": 807,
      "b11003_M003": 117,
      "b11003_E010": 34,
      "b11003_M010": 33,
      "b11003_E016": 80,
      "b11003_M016": 51,
      "b17020_E001": 7685,
      "b17020_M001": 21,
      "b17020_E003": 26,
      "b17020_M003": 28,
      "b17020_E004": 14,
      "b17020_M004": 21,
      "b17020_E005": 37,
      "b17020_M005": 53,
      "b17020_E011": 514,
      "b17020_M011": 208,
      "b17020_E012": 620,
      "b17020_M012": 156,
      "b17020_E013": 597,
      "b17020_M013": 150,
      "b15003_E001": 5413,
      "b15003_M001": 242,
      "b15003_E022": 1568,
      "b15003_M022": 188,
      "b15003_E023": 943,
      "b15003_M023": 171,
      "b15003_E024": 228,
      "b15003_M024": 78,
      "b15003_E025": 151,
      "b15003_M025": 84,
      "c16002_E001": 2861,
      "c16002_M001": 202,
      "c16002_E004": 8,
      "c16002_M004": 12,
      "c16002_E007": 8,
      "c16002_M007": 13,
      "c16002_E010": 8,
      "c16002_M010": 15,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2861,
      "b22010_M001": 202,
      "b22010_E002": 289,
      "b22010_M002": 248,
      "b19013_E001": 142750,
      "b19013_M001": 4351
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.99,
       "moe": 6.66,
       "numerator": 320,
       "denominator": 1685
      },
      "children_with_two_parents_pct": {
       "estimate": 81.01,
       "moe": 11.76,
       "numerator": 1365,
       "denominator": 1685
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.51,
       "moe": 7.72,
       "numerator": 147,
       "denominator": 948
      },
      "children_below_poverty_pct": {
       "estimate": 4.83,
       "moe": 4.53,
       "numerator": 83,
       "denominator": 1717
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.28,
       "moe": 4.46,
       "numerator": 2928,
       "denominator": 5495
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.03,
       "numerator": 19,
       "denominator": 2969
      },
      "snap_households_pct": {
       "estimate": 11.38,
       "moe": 8.75,
       "numerator": 338,
       "denominator": 2969
      },
      "median_household_income": {
       "estimate": 133487,
       "moe": 26311.0
      },
      "own_children_under_18": {
       "estimate": 1685,
       "moe": 238.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1717,
       "moe": 300.5045756723182
      }
     },
     "lines": {
      "b23008_E001": 1685,
      "b23008_M001": 238,
      "b23008_E003": 512,
      "b23008_M003": 198,
      "b23008_E008": 28,
      "b23008_M008": 27,
      "b23008_E016": 853,
      "b23008_M016": 193,
      "b23008_E021": 292,
      "b23008_M021": 118,
      "b11003_E001": 2168,
      "b11003_M001": 123,
      "b11003_E003": 801,
      "b11003_M003": 134,
      "b11003_E010": 58,
      "b11003_M010": 47,
      "b11003_E016": 89,
      "b11003_M016": 61,
      "b17020_E001": 7757,
      "b17020_M001": 42,
      "b17020_E003": 14,
      "b17020_M003": 22,
      "b17020_E004": 18,
      "b17020_M004": 27,
      "b17020_E005": 51,
      "b17020_M005": 71,
      "b17020_E011": 540,
      "b17020_M011": 192,
      "b17020_E012": 556,
      "b17020_M012": 159,
      "b17020_E013": 538,
      "b17020_M013": 148,
      "b15003_E001": 5495,
      "b15003_M001": 254,
      "b15003_E022": 1645,
      "b15003_M022": 195,
      "b15003_E023": 965,
      "b15003_M023": 170,
      "b15003_E024": 214,
      "b15003_M024": 78,
      "b15003_E025": 104,
      "b15003_M025": 74,
      "c16002_E001": 2969,
      "c16002_M001": 213,
      "c16002_E004": 9,
      "c16002_M004": 16,
      "c16002_E007": 9,
      "c16002_M007": 14,
      "c16002_E010": 1,
      "c16002_M010": 11,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2969,
      "b22010_M001": 213,
      "b22010_E002": 338,
      "b22010_M002": 261,
      "b19013_E001": 133487,
      "b19013_M001": 26311
     }
    }
   }
  },
  "Middlefield": {
   "cousub": "47080",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.73,
       "moe": 15.48,
       "numerator": 184,
       "denominator": 715
      },
      "children_with_two_parents_pct": {
       "estimate": 74.27,
       "moe": 10.55,
       "numerator": 531,
       "denominator": 715
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.39,
       "moe": 14.66,
       "numerator": 87,
       "denominator": 372
      },
      "children_below_poverty_pct": {
       "estimate": 10.57,
       "moe": 7.61,
       "numerator": 78,
       "denominator": 738
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.79,
       "moe": 5.67,
       "numerator": 1080,
       "denominator": 3196
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.45,
       "numerator": 0,
       "denominator": 1795
      },
      "snap_households_pct": {
       "estimate": 11.09,
       "moe": 12.16,
       "numerator": 199,
       "denominator": 1795
      },
      "median_household_income": {
       "estimate": 90125,
       "moe": 19463.0
      },
      "own_children_under_18": {
       "estimate": 715,
       "moe": 163.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 738,
       "moe": 166.8562255356389
      }
     },
     "lines": {
      "b23008_E001": 715,
      "b23008_M001": 163,
      "b23008_E003": 168,
      "b23008_M003": 92,
      "b23008_E008": 24,
      "b23008_M008": 28,
      "b23008_E016": 363,
      "b23008_M016": 109,
      "b23008_E021": 160,
      "b23008_M021": 115,
      "b11003_E001": 1068,
      "b11003_M001": 129,
      "b11003_E003": 285,
      "b11003_M003": 64,
      "b11003_E010": 28,
      "b11003_M010": 28,
      "b11003_E016": 59,
      "b11003_M016": 51,
      "b17020_E001": 4276,
      "b17020_M001": 26,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 20,
      "b17020_M004": 33,
      "b17020_E005": 58,
      "b17020_M005": 47,
      "b17020_E011": 192,
      "b17020_M011": 93,
      "b17020_E012": 190,
      "b17020_M012": 94,
      "b17020_E013": 278,
      "b17020_M013": 83,
      "b15003_E001": 3196,
      "b15003_M001": 182,
      "b15003_E022": 490,
      "b15003_M022": 131,
      "b15003_E023": 441,
      "b15003_M023": 116,
      "b15003_E024": 101,
      "b15003_M024": 62,
      "b15003_E025": 48,
      "b15003_M025": 47,
      "c16002_E001": 1795,
      "c16002_M001": 160,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1795,
      "b22010_M001": 160,
      "b22010_E002": 199,
      "b22010_M002": 219,
      "b19013_E001": 90125,
      "b19013_M001": 19463
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.57,
       "moe": 13.06,
       "numerator": 137,
       "denominator": 666
      },
      "children_with_two_parents_pct": {
       "estimate": 79.43,
       "moe": 12.31,
       "numerator": 529,
       "denominator": 666
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.44,
       "moe": 13.98,
       "numerator": 63,
       "denominator": 324
      },
      "children_below_poverty_pct": {
       "estimate": 2.7,
       "moe": 4.99,
       "numerator": 18,
       "denominator": 666
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.11,
       "moe": 6.08,
       "numerator": 1296,
       "denominator": 3314
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.41,
       "numerator": 0,
       "denominator": 1842
      },
      "snap_households_pct": {
       "estimate": 8.96,
       "moe": 11.64,
       "numerator": 165,
       "denominator": 1842
      },
      "median_household_income": {
       "estimate": 102083,
       "moe": 17240.0
      },
      "own_children_under_18": {
       "estimate": 666,
       "moe": 137.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 666,
       "moe": 149.28831166571615
      }
     },
     "lines": {
      "b23008_E001": 666,
      "b23008_M001": 137,
      "b23008_E003": 154,
      "b23008_M003": 88,
      "b23008_E008": 18,
      "b23008_M008": 21,
      "b23008_E016": 375,
      "b23008_M016": 104,
      "b23008_E021": 119,
      "b23008_M021": 89,
      "b11003_E001": 1167,
      "b11003_M001": 132,
      "b11003_E003": 261,
      "b11003_M003": 64,
      "b11003_E010": 18,
      "b11003_M010": 23,
      "b11003_E016": 45,
      "b11003_M016": 42,
      "b17020_E001": 4240,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 18,
      "b17020_M005": 28,
      "b17020_E011": 172,
      "b17020_M011": 85,
      "b17020_E012": 207,
      "b17020_M012": 92,
      "b17020_E013": 269,
      "b17020_M013": 74,
      "b15003_E001": 3314,
      "b15003_M001": 164,
      "b15003_E022": 665,
      "b15003_M022": 153,
      "b15003_E023": 513,
      "b15003_M023": 122,
      "b15003_E024": 84,
      "b15003_M024": 67,
      "b15003_E025": 34,
      "b15003_M025": 44,
      "c16002_E001": 1842,
      "c16002_M001": 167,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1842,
      "b22010_M001": 167,
      "b22010_E002": 165,
      "b22010_M002": 215,
      "b19013_E001": 102083,
      "b19013_M001": 17240
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.93,
       "moe": 11.21,
       "numerator": 102,
       "denominator": 683
      },
      "children_with_two_parents_pct": {
       "estimate": 85.07,
       "moe": 8.86,
       "numerator": 581,
       "denominator": 683
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.45,
       "moe": 12.42,
       "numerator": 55,
       "denominator": 356
      },
      "children_below_poverty_pct": {
       "estimate": 4.1,
       "moe": 5.22,
       "numerator": 28,
       "denominator": 683
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.74,
       "moe": 6.0,
       "numerator": 1414,
       "denominator": 3308
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.61,
       "numerator": 0,
       "denominator": 1737
      },
      "snap_households_pct": {
       "estimate": 8.81,
       "moe": 12.18,
       "numerator": 153,
       "denominator": 1737
      },
      "median_household_income": {
       "estimate": 113750,
       "moe": 26177.0
      },
      "own_children_under_18": {
       "estimate": 683,
       "moe": 138.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 683,
       "moe": 157.31497067984344
      }
     },
     "lines": {
      "b23008_E001": 683,
      "b23008_M001": 138,
      "b23008_E003": 159,
      "b23008_M003": 76,
      "b23008_E008": 16,
      "b23008_M008": 19,
      "b23008_E016": 422,
      "b23008_M016": 108,
      "b23008_E021": 86,
      "b23008_M021": 77,
      "b11003_E001": 1182,
      "b11003_M001": 120,
      "b11003_E003": 301,
      "b11003_M003": 73,
      "b11003_E010": 8,
      "b11003_M010": 14,
      "b11003_E016": 47,
      "b11003_M016": 44,
      "b17020_E001": 4236,
      "b17020_M001": 26,
      "b17020_E003": 15,
      "b17020_M003": 26,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 13,
      "b17020_M005": 21,
      "b17020_E011": 160,
      "b17020_M011": 75,
      "b17020_E012": 252,
      "b17020_M012": 113,
      "b17020_E013": 243,
      "b17020_M013": 71,
      "b15003_E001": 3308,
      "b15003_M001": 170,
      "b15003_E022": 715,
      "b15003_M022": 152,
      "b15003_E023": 557,
      "b15003_M023": 125,
      "b15003_E024": 117,
      "b15003_M024": 68,
      "b15003_E025": 25,
      "b15003_M025": 37,
      "c16002_E001": 1737,
      "c16002_M001": 164,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1737,
      "b22010_M001": 164,
      "b22010_E002": 153,
      "b22010_M002": 212,
      "b19013_E001": 113750,
      "b19013_M001": 26177
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.68,
       "moe": 6.68,
       "numerator": 57,
       "denominator": 589
      },
      "children_with_two_parents_pct": {
       "estimate": 90.32,
       "moe": 9.53,
       "numerator": 532,
       "denominator": 589
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.56,
       "moe": 10.53,
       "numerator": 34,
       "denominator": 322
      },
      "children_below_poverty_pct": {
       "estimate": 7.13,
       "moe": 8.31,
       "numerator": 42,
       "denominator": 589
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.46,
       "moe": 6.39,
       "numerator": 1390,
       "denominator": 3353
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.52,
       "numerator": 0,
       "denominator": 1839
      },
      "snap_households_pct": {
       "estimate": 9.19,
       "moe": 11.99,
       "numerator": 169,
       "denominator": 1839
      },
      "median_household_income": {
       "estimate": 99837,
       "moe": 20106.0
      },
      "own_children_under_18": {
       "estimate": 589,
       "moe": 144.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 589,
       "moe": 143.69063991784571
      }
     },
     "lines": {
      "b23008_E001": 589,
      "b23008_M001": 144,
      "b23008_E003": 132,
      "b23008_M003": 88,
      "b23008_E008": 9,
      "b23008_M008": 12,
      "b23008_E016": 400,
      "b23008_M016": 111,
      "b23008_E021": 48,
      "b23008_M021": 40,
      "b11003_E001": 1128,
      "b11003_M001": 119,
      "b11003_E003": 288,
      "b11003_M003": 71,
      "b11003_E010": 8,
      "b11003_M010": 14,
      "b11003_E016": 26,
      "b11003_M016": 32,
      "b17020_E001": 4243,
      "b17020_M001": 30,
      "b17020_E003": 26,
      "b17020_M003": 41,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 16,
      "b17020_M005": 25,
      "b17020_E011": 115,
      "b17020_M011": 81,
      "b17020_E012": 229,
      "b17020_M012": 72,
      "b17020_E013": 203,
      "b17020_M013": 80,
      "b15003_E001": 3353,
      "b15003_M001": 205,
      "b15003_E022": 721,
      "b15003_M022": 160,
      "b15003_E023": 525,
      "b15003_M023": 146,
      "b15003_E024": 110,
      "b15003_M024": 72,
      "b15003_E025": 34,
      "b15003_M025": 32,
      "c16002_E001": 1839,
      "c16002_M001": 174,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1839,
      "b22010_M001": 174,
      "b22010_E002": 169,
      "b22010_M002": 221,
      "b19013_E001": 99837,
      "b19013_M001": 20106
     }
    }
   }
  },
  "Middletown": {
   "cousub": "47360",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.22,
       "moe": 5.91,
       "numerator": 3215,
       "denominator": 6956
      },
      "children_with_two_parents_pct": {
       "estimate": 53.78,
       "moe": 6.88,
       "numerator": 3741,
       "denominator": 6956
      },
      "one_parent_families_with_children_pct": {
       "estimate": 44.32,
       "moe": 4.87,
       "numerator": 1780,
       "denominator": 4016
      },
      "children_below_poverty_pct": {
       "estimate": 12.71,
       "moe": 3.55,
       "numerator": 920,
       "denominator": 7241
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.45,
       "moe": 2.54,
       "numerator": 13079,
       "denominator": 33156
      },
      "limited_english_households_pct": {
       "estimate": 4.41,
       "moe": 1.48,
       "numerator": 885,
       "denominator": 20089
      },
      "snap_households_pct": {
       "estimate": 14.5,
       "moe": 2.13,
       "numerator": 2913,
       "denominator": 20089
      },
      "median_household_income": {
       "estimate": 67485,
       "moe": 4689.0
      },
      "own_children_under_18": {
       "estimate": 6956,
       "moe": 480.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7241,
       "moe": 692.8455816413929
      }
     },
     "lines": {
      "b23008_E001": 6956,
      "b23008_M001": 480,
      "b23008_E003": 1137,
      "b23008_M003": 236,
      "b23008_E008": 1030,
      "b23008_M008": 207,
      "b23008_E016": 2604,
      "b23008_M016": 490,
      "b23008_E021": 2185,
      "b23008_M021": 419,
      "b11003_E001": 10531,
      "b11003_M001": 513,
      "b11003_E003": 2236,
      "b11003_M003": 333,
      "b11003_E010": 254,
      "b11003_M010": 98,
      "b11003_E016": 1526,
      "b11003_M016": 255,
      "b17020_E001": 43263,
      "b17020_M001": 479,
      "b17020_E003": 334,
      "b17020_M003": 175,
      "b17020_E004": 314,
      "b17020_M004": 164,
      "b17020_E005": 272,
      "b17020_M005": 127,
      "b17020_E011": 1857,
      "b17020_M011": 278,
      "b17020_E012": 2183,
      "b17020_M012": 435,
      "b17020_E013": 2281,
      "b17020_M013": 374,
      "b15003_E001": 33156,
      "b15003_M001": 682,
      "b15003_E022": 7541,
      "b15003_M022": 687,
      "b15003_E023": 3792,
      "b15003_M023": 441,
      "b15003_E024": 851,
      "b15003_M024": 248,
      "b15003_E025": 895,
      "b15003_M025": 232,
      "c16002_E001": 20089,
      "c16002_M001": 537,
      "c16002_E004": 271,
      "c16002_M004": 133,
      "c16002_E007": 478,
      "c16002_M007": 232,
      "c16002_E010": 136,
      "c16002_M010": 127,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 20089,
      "b22010_M001": 537,
      "b22010_E002": 2913,
      "b22010_M002": 434,
      "b19013_E001": 67485,
      "b19013_M001": 4689
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.51,
       "moe": 5.65,
       "numerator": 2941,
       "denominator": 6760
      },
      "children_with_two_parents_pct": {
       "estimate": 56.49,
       "moe": 7.66,
       "numerator": 3819,
       "denominator": 6760
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.52,
       "moe": 5.32,
       "numerator": 1773,
       "denominator": 4170
      },
      "children_below_poverty_pct": {
       "estimate": 14.84,
       "moe": 3.4,
       "numerator": 1037,
       "denominator": 6987
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.49,
       "moe": 2.63,
       "numerator": 13510,
       "denominator": 33363
      },
      "limited_english_households_pct": {
       "estimate": 3.82,
       "moe": 1.48,
       "numerator": 784,
       "denominator": 20539
      },
      "snap_households_pct": {
       "estimate": 12.97,
       "moe": 2.05,
       "numerator": 2663,
       "denominator": 20539
      },
      "median_household_income": {
       "estimate": 75120,
       "moe": 5352.0
      },
      "own_children_under_18": {
       "estimate": 6760,
       "moe": 469.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6987,
       "moe": 606.5591479814643
      }
     },
     "lines": {
      "b23008_E001": 6760,
      "b23008_M001": 469,
      "b23008_E003": 1220,
      "b23008_M003": 270,
      "b23008_E008": 934,
      "b23008_M008": 202,
      "b23008_E016": 2599,
      "b23008_M016": 515,
      "b23008_E021": 2007,
      "b23008_M021": 383,
      "b11003_E001": 10756,
      "b11003_M001": 493,
      "b11003_E003": 2397,
      "b11003_M003": 350,
      "b11003_E010": 223,
      "b11003_M010": 112,
      "b11003_E016": 1550,
      "b11003_M016": 273,
      "b17020_E001": 43229,
      "b17020_M001": 372,
      "b17020_E003": 336,
      "b17020_M003": 169,
      "b17020_E004": 352,
      "b17020_M004": 132,
      "b17020_E005": 349,
      "b17020_M005": 136,
      "b17020_E011": 1823,
      "b17020_M011": 270,
      "b17020_E012": 1902,
      "b17020_M012": 342,
      "b17020_E013": 2225,
      "b17020_M013": 337,
      "b15003_E001": 33363,
      "b15003_M001": 579,
      "b15003_E022": 7750,
      "b15003_M022": 693,
      "b15003_E023": 4166,
      "b15003_M023": 481,
      "b15003_E024": 769,
      "b15003_M024": 258,
      "b15003_E025": 825,
      "b15003_M025": 217,
      "c16002_E001": 20539,
      "c16002_M001": 564,
      "c16002_E004": 214,
      "c16002_M004": 124,
      "c16002_E007": 415,
      "c16002_M007": 235,
      "c16002_E010": 155,
      "c16002_M010": 146,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 20539,
      "b22010_M001": 564,
      "b22010_E002": 2663,
      "b22010_M002": 428,
      "b19013_E001": 75120,
      "b19013_M001": 5352
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 41.76,
       "moe": 6.03,
       "numerator": 2803,
       "denominator": 6712
      },
      "children_with_two_parents_pct": {
       "estimate": 58.24,
       "moe": 7.27,
       "numerator": 3909,
       "denominator": 6712
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.79,
       "moe": 5.67,
       "numerator": 1640,
       "denominator": 3924
      },
      "children_below_poverty_pct": {
       "estimate": 14.28,
       "moe": 3.8,
       "numerator": 979,
       "denominator": 6855
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.69,
       "moe": 2.99,
       "numerator": 13744,
       "denominator": 33780
      },
      "limited_english_households_pct": {
       "estimate": 3.73,
       "moe": 1.44,
       "numerator": 778,
       "denominator": 20838
      },
      "snap_households_pct": {
       "estimate": 13.89,
       "moe": 1.98,
       "numerator": 2895,
       "denominator": 20838
      },
      "median_household_income": {
       "estimate": 73979,
       "moe": 3436.0
      },
      "own_children_under_18": {
       "estimate": 6712,
       "moe": 438.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6855,
       "moe": 653.4745595660171
      }
     },
     "lines": {
      "b23008_E001": 6712,
      "b23008_M001": 438,
      "b23008_E003": 1246,
      "b23008_M003": 283,
      "b23008_E008": 860,
      "b23008_M008": 232,
      "b23008_E016": 2663,
      "b23008_M016": 472,
      "b23008_E021": 1943,
      "b23008_M021": 379,
      "b11003_E001": 10548,
      "b11003_M001": 554,
      "b11003_E003": 2284,
      "b11003_M003": 328,
      "b11003_E010": 164,
      "b11003_M010": 78,
      "b11003_E016": 1476,
      "b11003_M016": 277,
      "b17020_E001": 43587,
      "b17020_M001": 324,
      "b17020_E003": 260,
      "b17020_M003": 174,
      "b17020_E004": 326,
      "b17020_M004": 142,
      "b17020_E005": 393,
      "b17020_M005": 162,
      "b17020_E011": 1867,
      "b17020_M011": 282,
      "b17020_E012": 2107,
      "b17020_M012": 415,
      "b17020_E013": 1902,
      "b17020_M013": 314,
      "b15003_E001": 33780,
      "b15003_M001": 643,
      "b15003_E022": 8058,
      "b15003_M022": 859,
      "b15003_E023": 4094,
      "b15003_M023": 498,
      "b15003_E024": 727,
      "b15003_M024": 256,
      "b15003_E025": 865,
      "b15003_M025": 193,
      "c16002_E001": 20838,
      "c16002_M001": 555,
      "c16002_E004": 203,
      "c16002_M004": 107,
      "c16002_E007": 409,
      "c16002_M007": 256,
      "c16002_E010": 99,
      "c16002_M010": 78,
      "c16002_E013": 67,
      "c16002_M013": 86,
      "b22010_E001": 20838,
      "b22010_M001": 555,
      "b22010_E002": 2895,
      "b22010_M002": 419,
      "b19013_E001": 73979,
      "b19013_M001": 3436
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.87,
       "moe": 6.85,
       "numerator": 2566,
       "denominator": 6601
      },
      "children_with_two_parents_pct": {
       "estimate": 61.13,
       "moe": 6.71,
       "numerator": 4035,
       "denominator": 6601
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.36,
       "moe": 6.69,
       "numerator": 1688,
       "denominator": 3985
      },
      "children_below_poverty_pct": {
       "estimate": 12.24,
       "moe": 4.16,
       "numerator": 827,
       "denominator": 6759
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.16,
       "moe": 2.73,
       "numerator": 13535,
       "denominator": 33704
      },
      "limited_english_households_pct": {
       "estimate": 3.64,
       "moe": 1.32,
       "numerator": 742,
       "denominator": 20390
      },
      "snap_households_pct": {
       "estimate": 13.45,
       "moe": 1.96,
       "numerator": 2743,
       "denominator": 20390
      },
      "median_household_income": {
       "estimate": 79438,
       "moe": 5516.0
      },
      "own_children_under_18": {
       "estimate": 6601,
       "moe": 501.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6759,
       "moe": 598.4195852409913
      }
     },
     "lines": {
      "b23008_E001": 6601,
      "b23008_M001": 501,
      "b23008_E003": 1222,
      "b23008_M003": 270,
      "b23008_E008": 830,
      "b23008_M008": 253,
      "b23008_E016": 2813,
      "b23008_M016": 466,
      "b23008_E021": 1736,
      "b23008_M021": 422,
      "b11003_E001": 10511,
      "b11003_M001": 530,
      "b11003_E003": 2297,
      "b11003_M003": 367,
      "b11003_E010": 221,
      "b11003_M010": 102,
      "b11003_E016": 1467,
      "b11003_M016": 325,
      "b17020_E001": 42980,
      "b17020_M001": 375,
      "b17020_E003": 245,
      "b17020_M003": 190,
      "b17020_E004": 338,
      "b17020_M004": 157,
      "b17020_E005": 244,
      "b17020_M005": 154,
      "b17020_E011": 1855,
      "b17020_M011": 269,
      "b17020_E012": 2012,
      "b17020_M012": 344,
      "b17020_E013": 2065,
      "b17020_M013": 288,
      "b15003_E001": 33704,
      "b15003_M001": 699,
      "b15003_E022": 7736,
      "b15003_M022": 753,
      "b15003_E023": 4193,
      "b15003_M023": 520,
      "b15003_E024": 757,
      "b15003_M024": 233,
      "b15003_E025": 849,
      "b15003_M025": 175,
      "c16002_E001": 20390,
      "c16002_M001": 584,
      "c16002_E004": 284,
      "c16002_M004": 134,
      "c16002_E007": 286,
      "c16002_M007": 203,
      "c16002_E010": 84,
      "c16002_M010": 62,
      "c16002_E013": 88,
      "c16002_M013": 98,
      "b22010_E001": 20390,
      "b22010_M001": 584,
      "b22010_E002": 2743,
      "b22010_M002": 408,
      "b19013_E001": 79438,
      "b19013_M001": 5516
     }
    }
   }
  },
  "Milford": {
   "cousub": "47535",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.58,
       "moe": 4.29,
       "numerator": 1750,
       "denominator": 8939
      },
      "children_with_two_parents_pct": {
       "estimate": 80.42,
       "moe": 4.8,
       "numerator": 7189,
       "denominator": 8939
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.01,
       "moe": 3.4,
       "numerator": 799,
       "denominator": 4696
      },
      "children_below_poverty_pct": {
       "estimate": 3.43,
       "moe": 1.36,
       "numerator": 311,
       "denominator": 9075
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.66,
       "moe": 2.32,
       "numerator": 18365,
       "denominator": 39355
      },
      "limited_english_households_pct": {
       "estimate": 1.37,
       "moe": 0.54,
       "numerator": 292,
       "denominator": 21310
      },
      "snap_households_pct": {
       "estimate": 4.42,
       "moe": 1.47,
       "numerator": 942,
       "denominator": 21310
      },
      "median_household_income": {
       "estimate": 97785,
       "moe": 6290.0
      },
      "own_children_under_18": {
       "estimate": 8939,
       "moe": 663.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9075,
       "moe": 760.1684023951535
      }
     },
     "lines": {
      "b23008_E001": 8939,
      "b23008_M001": 663,
      "b23008_E003": 2285,
      "b23008_M003": 423,
      "b23008_E008": 420,
      "b23008_M008": 237,
      "b23008_E016": 4904,
      "b23008_M016": 538,
      "b23008_E021": 1330,
      "b23008_M021": 328,
      "b11003_E001": 13535,
      "b11003_M001": 384,
      "b11003_E003": 3897,
      "b11003_M003": 293,
      "b11003_E010": 144,
      "b11003_M010": 87,
      "b11003_E016": 655,
      "b11003_M016": 146,
      "b17020_E001": 51905,
      "b17020_M001": 159,
      "b17020_E003": 45,
      "b17020_M003": 36,
      "b17020_E004": 86,
      "b17020_M004": 67,
      "b17020_E005": 180,
      "b17020_M005": 101,
      "b17020_E011": 2694,
      "b17020_M011": 462,
      "b17020_E012": 2551,
      "b17020_M012": 399,
      "b17020_E013": 3519,
      "b17020_M013": 435,
      "b15003_E001": 39355,
      "b15003_M001": 723,
      "b15003_E022": 10642,
      "b15003_M022": 716,
      "b15003_E023": 5568,
      "b15003_M023": 555,
      "b15003_E024": 1536,
      "b15003_M024": 308,
      "b15003_E025": 619,
      "b15003_M025": 173,
      "c16002_E001": 21310,
      "c16002_M001": 554,
      "c16002_E004": 0,
      "c16002_M004": 31,
      "c16002_E007": 198,
      "c16002_M007": 85,
      "c16002_E010": 83,
      "c16002_M010": 68,
      "c16002_E013": 11,
      "c16002_M013": 16,
      "b22010_E001": 21310,
      "b22010_M001": 554,
      "b22010_E002": 942,
      "b22010_M002": 315,
      "b19013_E001": 97785,
      "b19013_M001": 6290
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.99,
       "moe": 5.11,
       "numerator": 1928,
       "denominator": 8766
      },
      "children_with_two_parents_pct": {
       "estimate": 78.01,
       "moe": 4.21,
       "numerator": 6838,
       "denominator": 8766
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.26,
       "moe": 4.15,
       "numerator": 862,
       "denominator": 4475
      },
      "children_below_poverty_pct": {
       "estimate": 3.97,
       "moe": 1.3,
       "numerator": 352,
       "denominator": 8866
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.92,
       "moe": 2.37,
       "numerator": 18996,
       "denominator": 39641
      },
      "limited_english_households_pct": {
       "estimate": 1.47,
       "moe": 0.59,
       "numerator": 323,
       "denominator": 21951
      },
      "snap_households_pct": {
       "estimate": 4.43,
       "moe": 1.4,
       "numerator": 972,
       "denominator": 21951
      },
      "median_household_income": {
       "estimate": 104441,
       "moe": 6271.0
      },
      "own_children_under_18": {
       "estimate": 8766,
       "moe": 683.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8866,
       "moe": 802.957657663217
      }
     },
     "lines": {
      "b23008_E001": 8766,
      "b23008_M001": 683,
      "b23008_E003": 2217,
      "b23008_M003": 405,
      "b23008_E008": 509,
      "b23008_M008": 269,
      "b23008_E016": 4621,
      "b23008_M016": 506,
      "b23008_E021": 1419,
      "b23008_M021": 388,
      "b11003_E001": 13722,
      "b11003_M001": 407,
      "b11003_E003": 3613,
      "b11003_M003": 303,
      "b11003_E010": 200,
      "b11003_M010": 95,
      "b11003_E016": 662,
      "b11003_M016": 174,
      "b17020_E001": 51860,
      "b17020_M001": 64,
      "b17020_E003": 78,
      "b17020_M003": 45,
      "b17020_E004": 126,
      "b17020_M004": 75,
      "b17020_E005": 148,
      "b17020_M005": 81,
      "b17020_E011": 2657,
      "b17020_M011": 449,
      "b17020_E012": 2407,
      "b17020_M012": 423,
      "b17020_E013": 3450,
      "b17020_M013": 500,
      "b15003_E001": 39641,
      "b15003_M001": 722,
      "b15003_E022": 10884,
      "b15003_M022": 778,
      "b15003_E023": 6066,
      "b15003_M023": 546,
      "b15003_E024": 1476,
      "b15003_M024": 279,
      "b15003_E025": 570,
      "b15003_M025": 146,
      "c16002_E001": 21951,
      "c16002_M001": 520,
      "c16002_E004": 32,
      "c16002_M004": 49,
      "c16002_E007": 199,
      "c16002_M007": 106,
      "c16002_E010": 79,
      "c16002_M010": 52,
      "c16002_E013": 13,
      "c16002_M013": 17,
      "b22010_E001": 21951,
      "b22010_M001": 520,
      "b22010_E002": 972,
      "b22010_M002": 309,
      "b19013_E001": 104441,
      "b19013_M001": 6271
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.07,
       "moe": 4.27,
       "numerator": 2001,
       "denominator": 8672
      },
      "children_with_two_parents_pct": {
       "estimate": 76.93,
       "moe": 4.68,
       "numerator": 6671,
       "denominator": 8672
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.26,
       "moe": 5.15,
       "numerator": 930,
       "denominator": 4375
      },
      "children_below_poverty_pct": {
       "estimate": 4.24,
       "moe": 1.42,
       "numerator": 371,
       "denominator": 8758
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.85,
       "moe": 2.25,
       "numerator": 19496,
       "denominator": 39912
      },
      "limited_english_households_pct": {
       "estimate": 1.18,
       "moe": 0.53,
       "numerator": 260,
       "denominator": 22098
      },
      "snap_households_pct": {
       "estimate": 5.25,
       "moe": 1.56,
       "numerator": 1161,
       "denominator": 22098
      },
      "median_household_income": {
       "estimate": 109580,
       "moe": 6614.0
      },
      "own_children_under_18": {
       "estimate": 8672,
       "moe": 679.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8758,
       "moe": 773.9108475787117
      }
     },
     "lines": {
      "b23008_E001": 8672,
      "b23008_M001": 679,
      "b23008_E003": 2057,
      "b23008_M003": 386,
      "b23008_E008": 480,
      "b23008_M008": 247,
      "b23008_E016": 4614,
      "b23008_M016": 537,
      "b23008_E021": 1521,
      "b23008_M021": 317,
      "b11003_E001": 13779,
      "b11003_M001": 411,
      "b11003_E003": 3445,
      "b11003_M003": 306,
      "b11003_E010": 336,
      "b11003_M010": 164,
      "b11003_E016": 594,
      "b11003_M016": 175,
      "b17020_E001": 51921,
      "b17020_M001": 106,
      "b17020_E003": 107,
      "b17020_M003": 66,
      "b17020_E004": 134,
      "b17020_M004": 76,
      "b17020_E005": 130,
      "b17020_M005": 80,
      "b17020_E011": 2430,
      "b17020_M011": 438,
      "b17020_E012": 2662,
      "b17020_M012": 481,
      "b17020_E013": 3295,
      "b17020_M013": 399,
      "b15003_E001": 39912,
      "b15003_M001": 698,
      "b15003_E022": 11403,
      "b15003_M022": 685,
      "b15003_E023": 5991,
      "b15003_M023": 589,
      "b15003_E024": 1523,
      "b15003_M024": 292,
      "b15003_E025": 579,
      "b15003_M025": 135,
      "c16002_E001": 22098,
      "c16002_M001": 605,
      "c16002_E004": 27,
      "c16002_M004": 41,
      "c16002_E007": 135,
      "c16002_M007": 95,
      "c16002_E010": 95,
      "c16002_M010": 53,
      "c16002_E013": 3,
      "c16002_M013": 5,
      "b22010_E001": 22098,
      "b22010_M001": 605,
      "b22010_E002": 1161,
      "b22010_M002": 346,
      "b19013_E001": 109580,
      "b19013_M001": 6614
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.92,
       "moe": 4.8,
       "numerator": 2227,
       "denominator": 8937
      },
      "children_with_two_parents_pct": {
       "estimate": 75.08,
       "moe": 4.49,
       "numerator": 6710,
       "denominator": 8937
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.54,
       "moe": 5.56,
       "numerator": 1115,
       "denominator": 4544
      },
      "children_below_poverty_pct": {
       "estimate": 5.02,
       "moe": 1.58,
       "numerator": 453,
       "denominator": 9029
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.54,
       "moe": 2.4,
       "numerator": 20198,
       "denominator": 39967
      },
      "limited_english_households_pct": {
       "estimate": 1.39,
       "moe": 0.73,
       "numerator": 314,
       "denominator": 22527
      },
      "snap_households_pct": {
       "estimate": 5.62,
       "moe": 1.52,
       "numerator": 1266,
       "denominator": 22527
      },
      "median_household_income": {
       "estimate": 110669,
       "moe": 7268.0
      },
      "own_children_under_18": {
       "estimate": 8937,
       "moe": 607.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9029,
       "moe": 735.8138351512562
      }
     },
     "lines": {
      "b23008_E001": 8937,
      "b23008_M001": 607,
      "b23008_E003": 2099,
      "b23008_M003": 372,
      "b23008_E008": 549,
      "b23008_M008": 270,
      "b23008_E016": 4611,
      "b23008_M016": 480,
      "b23008_E021": 1678,
      "b23008_M021": 366,
      "b11003_E001": 14079,
      "b11003_M001": 426,
      "b11003_E003": 3429,
      "b11003_M003": 307,
      "b11003_E010": 374,
      "b11003_M010": 165,
      "b11003_E016": 741,
      "b11003_M016": 216,
      "b17020_E001": 52293,
      "b17020_M001": 40,
      "b17020_E003": 171,
      "b17020_M003": 93,
      "b17020_E004": 132,
      "b17020_M004": 83,
      "b17020_E005": 150,
      "b17020_M005": 78,
      "b17020_E011": 2480,
      "b17020_M011": 396,
      "b17020_E012": 2790,
      "b17020_M012": 430,
      "b17020_E013": 3306,
      "b17020_M013": 422,
      "b15003_E001": 39967,
      "b15003_M001": 685,
      "b15003_E022": 11554,
      "b15003_M022": 750,
      "b15003_E023": 6556,
      "b15003_M023": 619,
      "b15003_E024": 1453,
      "b15003_M024": 259,
      "b15003_E025": 635,
      "b15003_M025": 157,
      "c16002_E001": 22527,
      "c16002_M001": 564,
      "c16002_E004": 105,
      "c16002_M004": 120,
      "c16002_E007": 130,
      "c16002_M007": 98,
      "c16002_E010": 76,
      "c16002_M010": 53,
      "c16002_E013": 3,
      "c16002_M013": 6,
      "b22010_E001": 22527,
      "b22010_M001": 564,
      "b22010_E002": 1266,
      "b22010_M002": 343,
      "b19013_E001": 110669,
      "b19013_M001": 7268
     }
    }
   }
  },
  "Monroe": {
   "cousub": "48620",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.61,
       "moe": 3.66,
       "numerator": 554,
       "denominator": 4772
      },
      "children_with_two_parents_pct": {
       "estimate": 88.39,
       "moe": 9.18,
       "numerator": 4218,
       "denominator": 4772
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.36,
       "moe": 4.01,
       "numerator": 188,
       "denominator": 2249
      },
      "children_below_poverty_pct": {
       "estimate": 4.22,
       "moe": 2.48,
       "numerator": 205,
       "denominator": 4863
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.1,
       "moe": 5.33,
       "numerator": 6245,
       "denominator": 12466
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 1.04,
       "numerator": 71,
       "denominator": 6274
      },
      "snap_households_pct": {
       "estimate": 3.11,
       "moe": 1.43,
       "numerator": 195,
       "denominator": 6274
      },
      "median_household_income": {
       "estimate": 127995,
       "moe": 5903.0
      },
      "own_children_under_18": {
       "estimate": 4772,
       "moe": 413.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4863,
       "moe": 600.4906327329345
      }
     },
     "lines": {
      "b23008_E001": 4772,
      "b23008_M001": 413,
      "b23008_E003": 1399,
      "b23008_M003": 450,
      "b23008_E008": 215,
      "b23008_M008": 117,
      "b23008_E016": 2819,
      "b23008_M016": 350,
      "b23008_E021": 339,
      "b23008_M021": 138,
      "b11003_E001": 4956,
      "b11003_M001": 231,
      "b11003_E003": 2061,
      "b11003_M003": 235,
      "b11003_E010": 82,
      "b11003_M010": 63,
      "b11003_E016": 106,
      "b11003_M016": 68,
      "b17020_E001": 18927,
      "b17020_M001": 26,
      "b17020_E003": 104,
      "b17020_M003": 97,
      "b17020_E004": 39,
      "b17020_M004": 60,
      "b17020_E005": 62,
      "b17020_M005": 47,
      "b17020_E011": 1510,
      "b17020_M011": 445,
      "b17020_E012": 1226,
      "b17020_M012": 225,
      "b17020_E013": 1922,
      "b17020_M013": 311,
      "b15003_E001": 12466,
      "b15003_M001": 407,
      "b15003_E022": 3270,
      "b15003_M022": 414,
      "b15003_E023": 2439,
      "b15003_M023": 524,
      "b15003_E024": 395,
      "b15003_M024": 176,
      "b15003_E025": 141,
      "b15003_M025": 82,
      "c16002_E001": 6274,
      "c16002_M001": 292,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 60,
      "c16002_M007": 55,
      "c16002_E010": 11,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6274,
      "b22010_M001": 292,
      "b22010_E002": 195,
      "b22010_M002": 90,
      "b19013_E001": 127995,
      "b19013_M001": 5903
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.69,
       "moe": 3.55,
       "numerator": 356,
       "denominator": 4631
      },
      "children_with_two_parents_pct": {
       "estimate": 92.31,
       "moe": 8.65,
       "numerator": 4275,
       "denominator": 4631
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.22,
       "moe": 4.62,
       "numerator": 196,
       "denominator": 2126
      },
      "children_below_poverty_pct": {
       "estimate": 3.52,
       "moe": 2.02,
       "numerator": 165,
       "denominator": 4691
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.74,
       "moe": 5.22,
       "numerator": 6859,
       "denominator": 12531
      },
      "limited_english_households_pct": {
       "estimate": 1.7,
       "moe": 1.46,
       "numerator": 104,
       "denominator": 6114
      },
      "snap_households_pct": {
       "estimate": 1.95,
       "moe": 1.07,
       "numerator": 119,
       "denominator": 6114
      },
      "median_household_income": {
       "estimate": 145714,
       "moe": 10410.0
      },
      "own_children_under_18": {
       "estimate": 4631,
       "moe": 394.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4691,
       "moe": 612.0906795565506
      }
     },
     "lines": {
      "b23008_E001": 4631,
      "b23008_M001": 394,
      "b23008_E003": 1329,
      "b23008_M003": 401,
      "b23008_E008": 72,
      "b23008_M008": 54,
      "b23008_E016": 2946,
      "b23008_M016": 363,
      "b23008_E021": 284,
      "b23008_M021": 158,
      "b11003_E001": 4901,
      "b11003_M001": 217,
      "b11003_E003": 1930,
      "b11003_M003": 236,
      "b11003_E010": 60,
      "b11003_M010": 56,
      "b11003_E016": 136,
      "b11003_M016": 84,
      "b17020_E001": 18851,
      "b17020_M001": 83,
      "b17020_E003": 74,
      "b17020_M003": 70,
      "b17020_E004": 16,
      "b17020_M004": 24,
      "b17020_E005": 75,
      "b17020_M005": 63,
      "b17020_E011": 1327,
      "b17020_M011": 392,
      "b17020_E012": 1355,
      "b17020_M012": 285,
      "b17020_E013": 1844,
      "b17020_M013": 361,
      "b15003_E001": 12531,
      "b15003_M001": 395,
      "b15003_E022": 3550,
      "b15003_M022": 524,
      "b15003_E023": 2717,
      "b15003_M023": 413,
      "b15003_E024": 433,
      "b15003_M024": 150,
      "b15003_E025": 159,
      "b15003_M025": 86,
      "c16002_E001": 6114,
      "c16002_M001": 327,
      "c16002_E004": 14,
      "c16002_M004": 19,
      "c16002_E007": 90,
      "c16002_M007": 82,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6114,
      "b22010_M001": 327,
      "b22010_E002": 119,
      "b22010_M002": 66,
      "b19013_E001": 145714,
      "b19013_M001": 10410
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.62,
       "moe": 3.57,
       "numerator": 356,
       "denominator": 4673
      },
      "children_with_two_parents_pct": {
       "estimate": 92.38,
       "moe": 9.04,
       "numerator": 4317,
       "denominator": 4673
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.66,
       "moe": 4.42,
       "numerator": 199,
       "denominator": 2298
      },
      "children_below_poverty_pct": {
       "estimate": 2.76,
       "moe": 1.97,
       "numerator": 131,
       "denominator": 4743
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.8,
       "moe": 5.37,
       "numerator": 7331,
       "denominator": 12683
      },
      "limited_english_households_pct": {
       "estimate": 1.36,
       "moe": 1.19,
       "numerator": 85,
       "denominator": 6238
      },
      "snap_households_pct": {
       "estimate": 1.65,
       "moe": 1.07,
       "numerator": 103,
       "denominator": 6238
      },
      "median_household_income": {
       "estimate": 156731,
       "moe": 12283.0
      },
      "own_children_under_18": {
       "estimate": 4673,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4743,
       "moe": 602.3835987143076
      }
     },
     "lines": {
      "b23008_E001": 4673,
      "b23008_M001": 365,
      "b23008_E003": 1460,
      "b23008_M003": 391,
      "b23008_E008": 84,
      "b23008_M008": 57,
      "b23008_E016": 2857,
      "b23008_M016": 373,
      "b23008_E021": 272,
      "b23008_M021": 159,
      "b11003_E001": 4978,
      "b11003_M001": 201,
      "b11003_E003": 2099,
      "b11003_M003": 252,
      "b11003_E010": 77,
      "b11003_M010": 63,
      "b11003_E016": 122,
      "b11003_M016": 83,
      "b17020_E001": 18833,
      "b17020_M001": 28,
      "b17020_E003": 83,
      "b17020_M003": 82,
      "b17020_E004": 22,
      "b17020_M004": 34,
      "b17020_E005": 26,
      "b17020_M005": 34,
      "b17020_E011": 1461,
      "b17020_M011": 371,
      "b17020_E012": 1448,
      "b17020_M012": 315,
      "b17020_E013": 1703,
      "b17020_M013": 342,
      "b15003_E001": 12683,
      "b15003_M001": 429,
      "b15003_E022": 3641,
      "b15003_M022": 466,
      "b15003_E023": 2968,
      "b15003_M023": 504,
      "b15003_E024": 586,
      "b15003_M024": 215,
      "b15003_E025": 136,
      "b15003_M025": 86,
      "c16002_E001": 6238,
      "c16002_M001": 303,
      "c16002_E004": 25,
      "c16002_M004": 33,
      "c16002_E007": 60,
      "c16002_M007": 60,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6238,
      "b22010_M001": 303,
      "b22010_E002": 103,
      "b22010_M002": 67,
      "b19013_E001": 156731,
      "b19013_M001": 12283
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.56,
       "moe": 6.99,
       "numerator": 806,
       "denominator": 4589
      },
      "children_with_two_parents_pct": {
       "estimate": 82.44,
       "moe": 10.31,
       "numerator": 3783,
       "denominator": 4589
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.56,
       "moe": 6.15,
       "numerator": 278,
       "denominator": 2214
      },
      "children_below_poverty_pct": {
       "estimate": 1.76,
       "moe": 1.54,
       "numerator": 82,
       "denominator": 4667
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.31,
       "moe": 5.99,
       "numerator": 7315,
       "denominator": 12763
      },
      "limited_english_households_pct": {
       "estimate": 1.27,
       "moe": 1.09,
       "numerator": 79,
       "denominator": 6209
      },
      "snap_households_pct": {
       "estimate": 1.64,
       "moe": 1.29,
       "numerator": 102,
       "denominator": 6209
      },
      "median_household_income": {
       "estimate": 157250,
       "moe": 12323.0
      },
      "own_children_under_18": {
       "estimate": 4589,
       "moe": 434.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4667,
       "moe": 591.27235687118
      }
     },
     "lines": {
      "b23008_E001": 4589,
      "b23008_M001": 434,
      "b23008_E003": 1371,
      "b23008_M003": 390,
      "b23008_E008": 319,
      "b23008_M008": 234,
      "b23008_E016": 2412,
      "b23008_M016": 447,
      "b23008_E021": 487,
      "b23008_M021": 232,
      "b11003_E001": 4891,
      "b11003_M001": 226,
      "b11003_E003": 1936,
      "b11003_M003": 311,
      "b11003_E010": 51,
      "b11003_M010": 61,
      "b11003_E016": 227,
      "b11003_M016": 129,
      "b17020_E001": 18846,
      "b17020_M001": 110,
      "b17020_E003": 28,
      "b17020_M003": 46,
      "b17020_E004": 43,
      "b17020_M004": 53,
      "b17020_E005": 11,
      "b17020_M005": 18,
      "b17020_E011": 1662,
      "b17020_M011": 409,
      "b17020_E012": 1546,
      "b17020_M012": 303,
      "b17020_E013": 1377,
      "b17020_M013": 292,
      "b15003_E001": 12763,
      "b15003_M001": 429,
      "b15003_E022": 3773,
      "b15003_M022": 530,
      "b15003_E023": 2886,
      "b15003_M023": 567,
      "b15003_E024": 548,
      "b15003_M024": 192,
      "b15003_E025": 108,
      "b15003_M025": 70,
      "c16002_E001": 6209,
      "c16002_M001": 307,
      "c16002_E004": 53,
      "c16002_M004": 51,
      "c16002_E007": 26,
      "c16002_M007": 33,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6209,
      "b22010_M001": 307,
      "b22010_E002": 102,
      "b22010_M002": 80,
      "b19013_E001": 157250,
      "b19013_M001": 12323
     }
    }
   }
  },
  "Montville": {
   "cousub": "48900",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.02,
       "moe": 9.65,
       "numerator": 769,
       "denominator": 3074
      },
      "children_with_two_parents_pct": {
       "estimate": 74.98,
       "moe": 13.54,
       "numerator": 2305,
       "denominator": 3074
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.41,
       "moe": 9.17,
       "numerator": 371,
       "denominator": 1585
      },
      "children_below_poverty_pct": {
       "estimate": 4.94,
       "moe": 3.05,
       "numerator": 154,
       "denominator": 3115
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.68,
       "moe": 2.93,
       "numerator": 3217,
       "denominator": 13586
      },
      "limited_english_households_pct": {
       "estimate": 2.13,
       "moe": 1.12,
       "numerator": 141,
       "denominator": 6613
      },
      "snap_households_pct": {
       "estimate": 7.18,
       "moe": 2.37,
       "numerator": 475,
       "denominator": 6613
      },
      "median_household_income": {
       "estimate": 84246,
       "moe": 6401.0
      },
      "own_children_under_18": {
       "estimate": 3074,
       "moe": 430.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3115,
       "moe": 603.1575250297388
      }
     },
     "lines": {
      "b23008_E001": 3074,
      "b23008_M001": 430,
      "b23008_E003": 615,
      "b23008_M003": 212,
      "b23008_E008": 131,
      "b23008_M008": 88,
      "b23008_E016": 1690,
      "b23008_M016": 482,
      "b23008_E021": 638,
      "b23008_M021": 303,
      "b11003_E001": 4800,
      "b11003_M001": 281,
      "b11003_E003": 1214,
      "b11003_M003": 243,
      "b11003_E010": 153,
      "b11003_M010": 97,
      "b11003_E016": 218,
      "b11003_M016": 128,
      "b17020_E001": 17146,
      "b17020_M001": 312,
      "b17020_E003": 82,
      "b17020_M003": 88,
      "b17020_E004": 43,
      "b17020_M004": 36,
      "b17020_E005": 29,
      "b17020_M005": 30,
      "b17020_E011": 681,
      "b17020_M011": 227,
      "b17020_E012": 947,
      "b17020_M012": 469,
      "b17020_E013": 1333,
      "b17020_M013": 287,
      "b15003_E001": 13586,
      "b15003_M001": 504,
      "b15003_E022": 1997,
      "b15003_M022": 306,
      "b15003_E023": 1005,
      "b15003_M023": 255,
      "b15003_E024": 154,
      "b15003_M024": 109,
      "b15003_E025": 61,
      "b15003_M025": 51,
      "c16002_E001": 6613,
      "c16002_M001": 385,
      "c16002_E004": 40,
      "c16002_M004": 43,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 101,
      "c16002_M010": 53,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6613,
      "b22010_M001": 385,
      "b22010_E002": 475,
      "b22010_M002": 159,
      "b19013_E001": 84246,
      "b19013_M001": 6401
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.36,
       "moe": 9.41,
       "numerator": 808,
       "denominator": 3186
      },
      "children_with_two_parents_pct": {
       "estimate": 74.64,
       "moe": 15.02,
       "numerator": 2378,
       "denominator": 3186
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.66,
       "moe": 7.62,
       "numerator": 294,
       "denominator": 1423
      },
      "children_below_poverty_pct": {
       "estimate": 6.42,
       "moe": 3.65,
       "numerator": 208,
       "denominator": 3242
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.84,
       "moe": 3.13,
       "numerator": 3126,
       "denominator": 13110
      },
      "limited_english_households_pct": {
       "estimate": 2.21,
       "moe": 1.15,
       "numerator": 146,
       "denominator": 6596
      },
      "snap_households_pct": {
       "estimate": 9.13,
       "moe": 2.54,
       "numerator": 602,
       "denominator": 6596
      },
      "median_household_income": {
       "estimate": 84710,
       "moe": 9632.0
      },
      "own_children_under_18": {
       "estimate": 3186,
       "moe": 490.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3242,
       "moe": 675.8675905826525
      }
     },
     "lines": {
      "b23008_E001": 3186,
      "b23008_M001": 490,
      "b23008_E003": 628,
      "b23008_M003": 219,
      "b23008_E008": 161,
      "b23008_M008": 96,
      "b23008_E016": 1750,
      "b23008_M016": 561,
      "b23008_E021": 647,
      "b23008_M021": 310,
      "b11003_E001": 4366,
      "b11003_M001": 271,
      "b11003_E003": 1129,
      "b11003_M003": 261,
      "b11003_E010": 129,
      "b11003_M010": 90,
      "b11003_E016": 165,
      "b11003_M016": 85,
      "b17020_E001": 17034,
      "b17020_M001": 113,
      "b17020_E003": 130,
      "b17020_M003": 119,
      "b17020_E004": 44,
      "b17020_M004": 28,
      "b17020_E005": 34,
      "b17020_M005": 31,
      "b17020_E011": 692,
      "b17020_M011": 203,
      "b17020_E012": 779,
      "b17020_M012": 519,
      "b17020_E013": 1563,
      "b17020_M013": 361,
      "b15003_E001": 13110,
      "b15003_M001": 427,
      "b15003_E022": 1914,
      "b15003_M022": 322,
      "b15003_E023": 977,
      "b15003_M023": 260,
      "b15003_E024": 170,
      "b15003_M024": 72,
      "b15003_E025": 65,
      "b15003_M025": 52,
      "c16002_E001": 6596,
      "c16002_M001": 318,
      "c16002_E004": 54,
      "c16002_M004": 49,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 92,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6596,
      "b22010_M001": 318,
      "b22010_E002": 602,
      "b22010_M002": 170,
      "b19013_E001": 84710,
      "b19013_M001": 9632
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.48,
       "moe": 8.74,
       "numerator": 989,
       "denominator": 3045
      },
      "children_with_two_parents_pct": {
       "estimate": 67.52,
       "moe": 12.92,
       "numerator": 2056,
       "denominator": 3045
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.0,
       "moe": 7.17,
       "numerator": 369,
       "denominator": 1419
      },
      "children_below_poverty_pct": {
       "estimate": 11.86,
       "moe": 4.56,
       "numerator": 372,
       "denominator": 3136
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.91,
       "moe": 3.26,
       "numerator": 3266,
       "denominator": 13109
      },
      "limited_english_households_pct": {
       "estimate": 1.77,
       "moe": 0.97,
       "numerator": 117,
       "denominator": 6610
      },
      "snap_households_pct": {
       "estimate": 10.21,
       "moe": 2.49,
       "numerator": 675,
       "denominator": 6610
      },
      "median_household_income": {
       "estimate": 87752,
       "moe": 7459.0
      },
      "own_children_under_18": {
       "estimate": 3045,
       "moe": 500.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3136,
       "moe": 675.8298602459054
      }
     },
     "lines": {
      "b23008_E001": 3045,
      "b23008_M001": 500,
      "b23008_E003": 591,
      "b23008_M003": 198,
      "b23008_E008": 165,
      "b23008_M008": 117,
      "b23008_E016": 1465,
      "b23008_M016": 479,
      "b23008_E021": 824,
      "b23008_M021": 289,
      "b11003_E001": 4419,
      "b11003_M001": 337,
      "b11003_E003": 1050,
      "b11003_M003": 240,
      "b11003_E010": 100,
      "b11003_M010": 62,
      "b11003_E016": 269,
      "b11003_M016": 107,
      "b17020_E001": 16968,
      "b17020_M001": 107,
      "b17020_E003": 108,
      "b17020_M003": 94,
      "b17020_E004": 104,
      "b17020_M004": 85,
      "b17020_E005": 160,
      "b17020_M005": 104,
      "b17020_E011": 667,
      "b17020_M011": 210,
      "b17020_E012": 711,
      "b17020_M012": 485,
      "b17020_E013": 1386,
      "b17020_M013": 388,
      "b15003_E001": 13109,
      "b15003_M001": 543,
      "b15003_E022": 1995,
      "b15003_M022": 352,
      "b15003_E023": 1103,
      "b15003_M023": 262,
      "b15003_E024": 118,
      "b15003_M024": 87,
      "b15003_E025": 50,
      "b15003_M025": 33,
      "c16002_E001": 6610,
      "c16002_M001": 414,
      "c16002_E004": 19,
      "c16002_M004": 27,
      "c16002_E007": 13,
      "c16002_M007": 23,
      "c16002_E010": 85,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6610,
      "b22010_M001": 414,
      "b22010_E002": 675,
      "b22010_M002": 170,
      "b19013_E001": 87752,
      "b19013_M001": 7459
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.88,
       "moe": 9.43,
       "numerator": 1245,
       "denominator": 3202
      },
      "children_with_two_parents_pct": {
       "estimate": 61.12,
       "moe": 12.61,
       "numerator": 1957,
       "denominator": 3202
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.81,
       "moe": 9.21,
       "numerator": 554,
       "denominator": 1505
      },
      "children_below_poverty_pct": {
       "estimate": 12.07,
       "moe": 4.94,
       "numerator": 394,
       "denominator": 3265
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.46,
       "moe": 3.05,
       "numerator": 3365,
       "denominator": 13217
      },
      "limited_english_households_pct": {
       "estimate": 1.56,
       "moe": 0.92,
       "numerator": 100,
       "denominator": 6406
      },
      "snap_households_pct": {
       "estimate": 10.41,
       "moe": 2.68,
       "numerator": 667,
       "denominator": 6406
      },
      "median_household_income": {
       "estimate": 96454,
       "moe": 10974.0
      },
      "own_children_under_18": {
       "estimate": 3202,
       "moe": 571.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3265,
       "moe": 639.0899780156155
      }
     },
     "lines": {
      "b23008_E001": 3202,
      "b23008_M001": 571,
      "b23008_E003": 542,
      "b23008_M003": 192,
      "b23008_E008": 238,
      "b23008_M008": 129,
      "b23008_E016": 1415,
      "b23008_M016": 498,
      "b23008_E021": 1007,
      "b23008_M021": 352,
      "b11003_E001": 4580,
      "b11003_M001": 266,
      "b11003_E003": 951,
      "b11003_M003": 251,
      "b11003_E010": 197,
      "b11003_M010": 120,
      "b11003_E016": 357,
      "b11003_M016": 133,
      "b17020_E001": 16874,
      "b17020_M001": 100,
      "b17020_E003": 135,
      "b17020_M003": 116,
      "b17020_E004": 110,
      "b17020_M004": 92,
      "b17020_E005": 149,
      "b17020_M005": 100,
      "b17020_E011": 664,
      "b17020_M011": 206,
      "b17020_E012": 884,
      "b17020_M012": 432,
      "b17020_E013": 1323,
      "b17020_M013": 384,
      "b15003_E001": 13217,
      "b15003_M001": 562,
      "b15003_E022": 2053,
      "b15003_M022": 316,
      "b15003_E023": 1149,
      "b15003_M023": 278,
      "b15003_E024": 125,
      "b15003_M024": 72,
      "b15003_E025": 38,
      "b15003_M025": 32,
      "c16002_E001": 6406,
      "c16002_M001": 331,
      "c16002_E004": 20,
      "c16002_M004": 30,
      "c16002_E007": 14,
      "c16002_M007": 24,
      "c16002_E010": 66,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6406,
      "b22010_M001": 331,
      "b22010_E002": 667,
      "b22010_M002": 175,
      "b19013_E001": 96454,
      "b19013_M001": 10974
     }
    }
   }
  },
  "Morris": {
   "cousub": "49460",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.53,
       "moe": 11.47,
       "numerator": 86,
       "denominator": 419
      },
      "children_with_two_parents_pct": {
       "estimate": 79.47,
       "moe": 18.12,
       "numerator": 333,
       "denominator": 419
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.24,
       "moe": 8.27,
       "numerator": 32,
       "denominator": 210
      },
      "children_below_poverty_pct": {
       "estimate": 13.84,
       "moe": 9.9,
       "numerator": 58,
       "denominator": 419
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.08,
       "moe": 6.37,
       "numerator": 531,
       "denominator": 1605
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.07,
       "numerator": 0,
       "denominator": 846
      },
      "snap_households_pct": {
       "estimate": 1.42,
       "moe": 1.4,
       "numerator": 12,
       "denominator": 846
      },
      "median_household_income": {
       "estimate": 94167,
       "moe": 30289.0
      },
      "own_children_under_18": {
       "estimate": 419,
       "moe": 86.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 419,
       "moe": 102.12247548899312
      }
     },
     "lines": {
      "b23008_E001": 419,
      "b23008_M001": 86,
      "b23008_E003": 67,
      "b23008_M003": 40,
      "b23008_E008": 8,
      "b23008_M008": 11,
      "b23008_E016": 266,
      "b23008_M016": 94,
      "b23008_E021": 78,
      "b23008_M021": 50,
      "b11003_E001": 562,
      "b11003_M001": 88,
      "b11003_E003": 178,
      "b11003_M003": 61,
      "b11003_E010": 4,
      "b11003_M010": 6,
      "b11003_E016": 28,
      "b11003_M016": 19,
      "b17020_E001": 2149,
      "b17020_M001": 276,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 31,
      "b17020_M004": 27,
      "b17020_E005": 27,
      "b17020_M005": 32,
      "b17020_E011": 75,
      "b17020_M011": 41,
      "b17020_E012": 161,
      "b17020_M012": 65,
      "b17020_E013": 125,
      "b17020_M013": 51,
      "b15003_E001": 1605,
      "b15003_M001": 217,
      "b15003_E022": 306,
      "b15003_M022": 101,
      "b15003_E023": 194,
      "b15003_M023": 70,
      "b15003_E024": 26,
      "b15003_M024": 21,
      "b15003_E025": 5,
      "b15003_M025": 7,
      "c16002_E001": 846,
      "c16002_M001": 147,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 846,
      "b22010_M001": 147,
      "b22010_E002": 12,
      "b22010_M002": 12,
      "b19013_E001": 94167,
      "b19013_M001": 30289
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.47,
       "moe": 15.96,
       "numerator": 90,
       "denominator": 340
      },
      "children_with_two_parents_pct": {
       "estimate": 73.53,
       "moe": 21.81,
       "numerator": 250,
       "denominator": 340
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.6,
       "moe": 12.49,
       "numerator": 41,
       "denominator": 199
      },
      "children_below_poverty_pct": {
       "estimate": 17.65,
       "moe": 13.83,
       "numerator": 60,
       "denominator": 340
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.02,
       "moe": 7.54,
       "numerator": 595,
       "denominator": 1565
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.93,
       "numerator": 0,
       "denominator": 888
      },
      "snap_households_pct": {
       "estimate": 0.9,
       "moe": 1.57,
       "numerator": 8,
       "denominator": 888
      },
      "median_household_income": {
       "estimate": 101638,
       "moe": 37121.0
      },
      "own_children_under_18": {
       "estimate": 340,
       "moe": 69.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 340,
       "moe": 94.24966843443005
      }
     },
     "lines": {
      "b23008_E001": 340,
      "b23008_M001": 69,
      "b23008_E003": 31,
      "b23008_M003": 26,
      "b23008_E008": 7,
      "b23008_M008": 12,
      "b23008_E016": 219,
      "b23008_M016": 86,
      "b23008_E021": 83,
      "b23008_M021": 56,
      "b11003_E001": 567,
      "b11003_M001": 78,
      "b11003_E003": 158,
      "b11003_M003": 52,
      "b11003_E010": 3,
      "b11003_M010": 6,
      "b11003_E016": 38,
      "b11003_M016": 27,
      "b17020_E001": 2059,
      "b17020_M001": 265,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 32,
      "b17020_M004": 32,
      "b17020_E005": 28,
      "b17020_M005": 36,
      "b17020_E011": 38,
      "b17020_M011": 29,
      "b17020_E012": 145,
      "b17020_M012": 57,
      "b17020_E013": 97,
      "b17020_M013": 48,
      "b15003_E001": 1565,
      "b15003_M001": 207,
      "b15003_E022": 317,
      "b15003_M022": 115,
      "b15003_E023": 183,
      "b15003_M023": 61,
      "b15003_E024": 66,
      "b15003_M024": 49,
      "b15003_E025": 29,
      "b15003_M025": 28,
      "c16002_E001": 888,
      "c16002_M001": 164,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 888,
      "b22010_M001": 164,
      "b22010_E002": 8,
      "b22010_M002": 14,
      "b19013_E001": 101638,
      "b19013_M001": 37121
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.1,
       "moe": 10.45,
       "numerator": 45,
       "denominator": 372
      },
      "children_with_two_parents_pct": {
       "estimate": 87.9,
       "moe": 20.75,
       "numerator": 327,
       "denominator": 372
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.43,
       "moe": 9.1,
       "numerator": 23,
       "denominator": 244
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 6.52,
       "numerator": 0,
       "denominator": 372
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.8,
       "moe": 7.14,
       "numerator": 683,
       "denominator": 1634
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.04,
       "numerator": 0,
       "denominator": 920
      },
      "snap_households_pct": {
       "estimate": 0.87,
       "moe": 1.51,
       "numerator": 8,
       "denominator": 920
      },
      "median_household_income": {
       "estimate": 111000,
       "moe": 25663.0
      },
      "own_children_under_18": {
       "estimate": 372,
       "moe": 76.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 372,
       "moe": 90.60905032059435
      }
     },
     "lines": {
      "b23008_E001": 372,
      "b23008_M001": 76,
      "b23008_E003": 120,
      "b23008_M003": 50,
      "b23008_E008": 20,
      "b23008_M008": 21,
      "b23008_E016": 207,
      "b23008_M016": 89,
      "b23008_E021": 25,
      "b23008_M021": 34,
      "b11003_E001": 620,
      "b11003_M001": 91,
      "b11003_E003": 221,
      "b11003_M003": 60,
      "b11003_E010": 9,
      "b11003_M010": 13,
      "b11003_E016": 14,
      "b11003_M016": 19,
      "b17020_E001": 2100,
      "b17020_M001": 243,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 140,
      "b17020_M011": 55,
      "b17020_E012": 127,
      "b17020_M012": 54,
      "b17020_E013": 105,
      "b17020_M013": 41,
      "b15003_E001": 1634,
      "b15003_M001": 213,
      "b15003_E022": 417,
      "b15003_M022": 126,
      "b15003_E023": 168,
      "b15003_M023": 51,
      "b15003_E024": 63,
      "b15003_M024": 47,
      "b15003_E025": 35,
      "b15003_M025": 29,
      "c16002_E001": 920,
      "c16002_M001": 160,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 920,
      "b22010_M001": 160,
      "b22010_E002": 8,
      "b22010_M002": 14,
      "b19013_E001": 111000,
      "b19013_M001": 25663
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.66,
       "moe": 9.42,
       "numerator": 53,
       "denominator": 388
      },
      "children_with_two_parents_pct": {
       "estimate": 86.34,
       "moe": 21.01,
       "numerator": 335,
       "denominator": 388
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.49,
       "moe": 11.16,
       "numerator": 41,
       "denominator": 283
      },
      "children_below_poverty_pct": {
       "estimate": 1.8,
       "moe": 5.82,
       "numerator": 7,
       "denominator": 388
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.49,
       "moe": 7.74,
       "numerator": 700,
       "denominator": 1687
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.93,
       "numerator": 0,
       "denominator": 957
      },
      "snap_households_pct": {
       "estimate": 3.76,
       "moe": 3.72,
       "numerator": 36,
       "denominator": 957
      },
      "median_household_income": {
       "estimate": 109191,
       "moe": 25202.0
      },
      "own_children_under_18": {
       "estimate": 388,
       "moe": 64.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 388,
       "moe": 90.79096871385391
      }
     },
     "lines": {
      "b23008_E001": 388,
      "b23008_M001": 64,
      "b23008_E003": 135,
      "b23008_M003": 48,
      "b23008_E008": 14,
      "b23008_M008": 16,
      "b23008_E016": 200,
      "b23008_M016": 86,
      "b23008_E021": 39,
      "b23008_M021": 34,
      "b11003_E001": 643,
      "b11003_M001": 82,
      "b11003_E003": 242,
      "b11003_M003": 60,
      "b11003_E010": 30,
      "b11003_M010": 30,
      "b11003_E016": 11,
      "b11003_M016": 14,
      "b17020_E001": 2164,
      "b17020_M001": 231,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 7,
      "b17020_M005": 11,
      "b17020_E011": 149,
      "b17020_M011": 48,
      "b17020_E012": 114,
      "b17020_M012": 55,
      "b17020_E013": 118,
      "b17020_M013": 49,
      "b15003_E001": 1687,
      "b15003_M001": 201,
      "b15003_E022": 402,
      "b15003_M022": 128,
      "b15003_E023": 184,
      "b15003_M023": 61,
      "b15003_E024": 84,
      "b15003_M024": 58,
      "b15003_E025": 30,
      "b15003_M025": 23,
      "c16002_E001": 957,
      "c16002_M001": 144,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 957,
      "b22010_M001": 144,
      "b22010_E002": 36,
      "b22010_M002": 36,
      "b19013_E001": 109191,
      "b19013_M001": 25202
     }
    }
   }
  },
  "Naugatuck": {
   "cousub": "49950",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.95,
       "moe": 7.11,
       "numerator": 1545,
       "denominator": 5954
      },
      "children_with_two_parents_pct": {
       "estimate": 74.05,
       "moe": 11.28,
       "numerator": 4409,
       "denominator": 5954
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.69,
       "moe": 8.68,
       "numerator": 831,
       "denominator": 3114
      },
      "children_below_poverty_pct": {
       "estimate": 6.44,
       "moe": 3.66,
       "numerator": 400,
       "denominator": 6209
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.06,
       "moe": 3.13,
       "numerator": 7224,
       "denominator": 22536
      },
      "limited_english_households_pct": {
       "estimate": 4.78,
       "moe": 2.33,
       "numerator": 582,
       "denominator": 12165
      },
      "snap_households_pct": {
       "estimate": 9.45,
       "moe": 2.27,
       "numerator": 1150,
       "denominator": 12165
      },
      "median_household_income": {
       "estimate": 86900,
       "moe": 5152.0
      },
      "own_children_under_18": {
       "estimate": 5954,
       "moe": 506.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6209,
       "moe": 739.6722247049703
      }
     },
     "lines": {
      "b23008_E001": 5954,
      "b23008_M001": 506,
      "b23008_E003": 1337,
      "b23008_M003": 528,
      "b23008_E008": 255,
      "b23008_M008": 218,
      "b23008_E016": 3072,
      "b23008_M016": 559,
      "b23008_E021": 1290,
      "b23008_M021": 386,
      "b11003_E001": 8122,
      "b11003_M001": 477,
      "b11003_E003": 2283,
      "b11003_M003": 339,
      "b11003_E010": 287,
      "b11003_M010": 170,
      "b11003_E016": 544,
      "b11003_M016": 242,
      "b17020_E001": 31309,
      "b17020_M001": 115,
      "b17020_E003": 85,
      "b17020_M003": 88,
      "b17020_E004": 185,
      "b17020_M004": 197,
      "b17020_E005": 130,
      "b17020_M005": 85,
      "b17020_E011": 1562,
      "b17020_M011": 462,
      "b17020_E012": 1857,
      "b17020_M012": 338,
      "b17020_E013": 2390,
      "b17020_M013": 407,
      "b15003_E001": 22536,
      "b15003_M001": 679,
      "b15003_E022": 4261,
      "b15003_M022": 555,
      "b15003_E023": 2435,
      "b15003_M023": 387,
      "b15003_E024": 204,
      "b15003_M024": 204,
      "b15003_E025": 324,
      "b15003_M025": 217,
      "c16002_E001": 12165,
      "c16002_M001": 522,
      "c16002_E004": 110,
      "c16002_M004": 103,
      "c16002_E007": 396,
      "c16002_M007": 256,
      "c16002_E010": 76,
      "c16002_M010": 64,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 12165,
      "b22010_M001": 522,
      "b22010_E002": 1150,
      "b22010_M002": 281,
      "b19013_E001": 86900,
      "b19013_M001": 5152
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.71,
       "moe": 5.84,
       "numerator": 1262,
       "denominator": 5812
      },
      "children_with_two_parents_pct": {
       "estimate": 78.29,
       "moe": 7.75,
       "numerator": 4550,
       "denominator": 5812
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.49,
       "moe": 7.44,
       "numerator": 716,
       "denominator": 3048
      },
      "children_below_poverty_pct": {
       "estimate": 5.93,
       "moe": 2.87,
       "numerator": 358,
       "denominator": 6034
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.19,
       "moe": 3.86,
       "numerator": 7242,
       "denominator": 22500
      },
      "limited_english_households_pct": {
       "estimate": 6.17,
       "moe": 2.33,
       "numerator": 756,
       "denominator": 12257
      },
      "snap_households_pct": {
       "estimate": 9.08,
       "moe": 2.44,
       "numerator": 1113,
       "denominator": 12257
      },
      "median_household_income": {
       "estimate": 91145,
       "moe": 6340.0
      },
      "own_children_under_18": {
       "estimate": 5812,
       "moe": 619.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6034,
       "moe": 687.6597996102433
      }
     },
     "lines": {
      "b23008_E001": 5812,
      "b23008_M001": 619,
      "b23008_E003": 1510,
      "b23008_M003": 449,
      "b23008_E008": 198,
      "b23008_M008": 158,
      "b23008_E016": 3040,
      "b23008_M016": 486,
      "b23008_E021": 1064,
      "b23008_M021": 329,
      "b11003_E001": 8030,
      "b11003_M001": 413,
      "b11003_E003": 2332,
      "b11003_M003": 309,
      "b11003_E010": 223,
      "b11003_M010": 137,
      "b11003_E016": 493,
      "b11003_M016": 203,
      "b17020_E001": 31328,
      "b17020_M001": 103,
      "b17020_E003": 73,
      "b17020_M003": 71,
      "b17020_E004": 130,
      "b17020_M004": 130,
      "b17020_E005": 155,
      "b17020_M005": 99,
      "b17020_E011": 1635,
      "b17020_M011": 458,
      "b17020_E012": 1617,
      "b17020_M012": 291,
      "b17020_E013": 2424,
      "b17020_M013": 383,
      "b15003_E001": 22500,
      "b15003_M001": 827,
      "b15003_E022": 3937,
      "b15003_M022": 676,
      "b15003_E023": 2865,
      "b15003_M023": 537,
      "b15003_E024": 185,
      "b15003_M024": 189,
      "b15003_E025": 255,
      "b15003_M025": 206,
      "c16002_E001": 12257,
      "c16002_M001": 596,
      "c16002_E004": 282,
      "c16002_M004": 149,
      "c16002_E007": 349,
      "c16002_M007": 219,
      "c16002_E010": 125,
      "c16002_M010": 110,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 12257,
      "b22010_M001": 596,
      "b22010_E002": 1113,
      "b22010_M002": 304,
      "b19013_E001": 91145,
      "b19013_M001": 6340
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.3,
       "moe": 6.85,
       "numerator": 2079,
       "denominator": 5890
      },
      "children_with_two_parents_pct": {
       "estimate": 64.7,
       "moe": 9.42,
       "numerator": 3811,
       "denominator": 5890
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.21,
       "moe": 8.39,
       "numerator": 1133,
       "denominator": 3312
      },
      "children_below_poverty_pct": {
       "estimate": 11.23,
       "moe": 5.27,
       "numerator": 699,
       "denominator": 6225
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.4,
       "moe": 3.58,
       "numerator": 7228,
       "denominator": 22311
      },
      "limited_english_households_pct": {
       "estimate": 6.41,
       "moe": 2.4,
       "numerator": 803,
       "denominator": 12534
      },
      "snap_households_pct": {
       "estimate": 10.94,
       "moe": 2.09,
       "numerator": 1371,
       "denominator": 12534
      },
      "median_household_income": {
       "estimate": 92184,
       "moe": 10390.0
      },
      "own_children_under_18": {
       "estimate": 5890,
       "moe": 667.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6225,
       "moe": 797.6709848051388
      }
     },
     "lines": {
      "b23008_E001": 5890,
      "b23008_M001": 667,
      "b23008_E003": 1478,
      "b23008_M003": 487,
      "b23008_E008": 419,
      "b23008_M008": 245,
      "b23008_E016": 2333,
      "b23008_M016": 507,
      "b23008_E021": 1660,
      "b23008_M021": 398,
      "b11003_E001": 8173,
      "b11003_M001": 447,
      "b11003_E003": 2179,
      "b11003_M003": 367,
      "b11003_E010": 287,
      "b11003_M010": 155,
      "b11003_E016": 846,
      "b11003_M016": 285,
      "b17020_E001": 31318,
      "b17020_M001": 128,
      "b17020_E003": 235,
      "b17020_M003": 225,
      "b17020_E004": 220,
      "b17020_M004": 199,
      "b17020_E005": 244,
      "b17020_M005": 160,
      "b17020_E011": 1662,
      "b17020_M011": 495,
      "b17020_E012": 1391,
      "b17020_M012": 312,
      "b17020_E013": 2473,
      "b17020_M013": 422,
      "b15003_E001": 22311,
      "b15003_M001": 848,
      "b15003_E022": 3582,
      "b15003_M022": 580,
      "b15003_E023": 3184,
      "b15003_M023": 543,
      "b15003_E024": 267,
      "b15003_M024": 207,
      "b15003_E025": 195,
      "b15003_M025": 198,
      "c16002_E001": 12534,
      "c16002_M001": 604,
      "c16002_E004": 267,
      "c16002_M004": 130,
      "c16002_E007": 332,
      "c16002_M007": 221,
      "c16002_E010": 167,
      "c16002_M010": 154,
      "c16002_E013": 37,
      "c16002_M013": 53,
      "b22010_E001": 12534,
      "b22010_M001": 604,
      "b22010_E002": 1371,
      "b22010_M002": 270,
      "b19013_E001": 92184,
      "b19013_M001": 10390
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.16,
       "moe": 7.0,
       "numerator": 2048,
       "denominator": 5825
      },
      "children_with_two_parents_pct": {
       "estimate": 64.84,
       "moe": 9.51,
       "numerator": 3777,
       "denominator": 5825
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.9,
       "moe": 7.53,
       "numerator": 1098,
       "denominator": 3239
      },
      "children_below_poverty_pct": {
       "estimate": 10.72,
       "moe": 5.34,
       "numerator": 664,
       "denominator": 6194
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.16,
       "moe": 3.77,
       "numerator": 7199,
       "denominator": 22383
      },
      "limited_english_households_pct": {
       "estimate": 5.87,
       "moe": 2.52,
       "numerator": 747,
       "denominator": 12736
      },
      "snap_households_pct": {
       "estimate": 9.59,
       "moe": 2.08,
       "numerator": 1221,
       "denominator": 12736
      },
      "median_household_income": {
       "estimate": 96324,
       "moe": 9473.0
      },
      "own_children_under_18": {
       "estimate": 5825,
       "moe": 652.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6194,
       "moe": 794.7037183755968
      }
     },
     "lines": {
      "b23008_E001": 5825,
      "b23008_M001": 652,
      "b23008_E003": 1213,
      "b23008_M003": 444,
      "b23008_E008": 526,
      "b23008_M008": 321,
      "b23008_E016": 2564,
      "b23008_M016": 537,
      "b23008_E021": 1522,
      "b23008_M021": 340,
      "b11003_E001": 7967,
      "b11003_M001": 469,
      "b11003_E003": 2141,
      "b11003_M003": 336,
      "b11003_E010": 228,
      "b11003_M010": 154,
      "b11003_E016": 870,
      "b11003_M016": 241,
      "b17020_E001": 31490,
      "b17020_M001": 118,
      "b17020_E003": 251,
      "b17020_M003": 249,
      "b17020_E004": 173,
      "b17020_M004": 128,
      "b17020_E005": 240,
      "b17020_M005": 196,
      "b17020_E011": 1488,
      "b17020_M011": 455,
      "b17020_E012": 1542,
      "b17020_M012": 348,
      "b17020_E013": 2500,
      "b17020_M013": 432,
      "b15003_E001": 22383,
      "b15003_M001": 763,
      "b15003_E022": 3697,
      "b15003_M022": 639,
      "b15003_E023": 3012,
      "b15003_M023": 535,
      "b15003_E024": 351,
      "b15003_M024": 212,
      "b15003_E025": 139,
      "b15003_M025": 182,
      "c16002_E001": 12736,
      "c16002_M001": 510,
      "c16002_E004": 295,
      "c16002_M004": 224,
      "c16002_E007": 285,
      "c16002_M007": 197,
      "c16002_E010": 136,
      "c16002_M010": 115,
      "c16002_E013": 31,
      "c16002_M013": 43,
      "b22010_E001": 12736,
      "b22010_M001": 510,
      "b22010_E002": 1221,
      "b22010_M002": 269,
      "b19013_E001": 96324,
      "b19013_M001": 9473
     }
    }
   }
  },
  "New Britain": {
   "cousub": "50440",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.15,
       "moe": 3.9,
       "numerator": 9887,
       "denominator": 16438
      },
      "children_with_two_parents_pct": {
       "estimate": 39.85,
       "moe": 4.3,
       "numerator": 6551,
       "denominator": 16438
      },
      "one_parent_families_with_children_pct": {
       "estimate": 58.25,
       "moe": 4.02,
       "numerator": 4313,
       "denominator": 7404
      },
      "children_below_poverty_pct": {
       "estimate": 29.29,
       "moe": 3.1,
       "numerator": 5070,
       "denominator": 17307
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.73,
       "moe": 1.61,
       "numerator": 9251,
       "denominator": 46899
      },
      "limited_english_households_pct": {
       "estimate": 16.06,
       "moe": 1.88,
       "numerator": 4539,
       "denominator": 28261
      },
      "snap_households_pct": {
       "estimate": 31.58,
       "moe": 1.97,
       "numerator": 8924,
       "denominator": 28261
      },
      "median_household_income": {
       "estimate": 50379,
       "moe": 2123.0
      },
      "own_children_under_18": {
       "estimate": 16438,
       "moe": 1100.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17307,
       "moe": 1232.967152847147
      }
     },
     "lines": {
      "b23008_E001": 16438,
      "b23008_M001": 1100,
      "b23008_E003": 2248,
      "b23008_M003": 388,
      "b23008_E008": 3651,
      "b23008_M008": 561,
      "b23008_E016": 4303,
      "b23008_M016": 735,
      "b23008_E021": 6236,
      "b23008_M021": 731,
      "b11003_E001": 16722,
      "b11003_M001": 548,
      "b11003_E003": 3091,
      "b11003_M003": 409,
      "b11003_E010": 753,
      "b11003_M010": 235,
      "b11003_E016": 3560,
      "b11003_M016": 406,
      "b17020_E001": 71490,
      "b17020_M001": 432,
      "b17020_E003": 1770,
      "b17020_M003": 354,
      "b17020_E004": 1794,
      "b17020_M004": 441,
      "b17020_E005": 1506,
      "b17020_M005": 313,
      "b17020_E011": 4472,
      "b17020_M011": 640,
      "b17020_E012": 3689,
      "b17020_M012": 641,
      "b17020_E013": 4076,
      "b17020_M013": 531,
      "b15003_E001": 46899,
      "b15003_M001": 1125,
      "b15003_E022": 5711,
      "b15003_M022": 653,
      "b15003_E023": 2542,
      "b15003_M023": 377,
      "b15003_E024": 499,
      "b15003_M024": 160,
      "b15003_E025": 499,
      "b15003_M025": 151,
      "c16002_E001": 28261,
      "c16002_M001": 908,
      "c16002_E004": 2672,
      "c16002_M004": 464,
      "c16002_E007": 1657,
      "c16002_M007": 285,
      "c16002_E010": 141,
      "c16002_M010": 70,
      "c16002_E013": 69,
      "c16002_M013": 59,
      "b22010_E001": 28261,
      "b22010_M001": 908,
      "b22010_E002": 8924,
      "b22010_M002": 626,
      "b19013_E001": 50379,
      "b19013_M001": 2123
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.12,
       "moe": 5.29,
       "numerator": 9835,
       "denominator": 16360
      },
      "children_with_two_parents_pct": {
       "estimate": 39.88,
       "moe": 4.01,
       "numerator": 6525,
       "denominator": 16360
      },
      "one_parent_families_with_children_pct": {
       "estimate": 57.62,
       "moe": 4.88,
       "numerator": 4410,
       "denominator": 7654
      },
      "children_below_poverty_pct": {
       "estimate": 27.5,
       "moe": 3.37,
       "numerator": 4735,
       "denominator": 17219
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.75,
       "moe": 1.43,
       "numerator": 9125,
       "denominator": 46212
      },
      "limited_english_households_pct": {
       "estimate": 16.29,
       "moe": 2.13,
       "numerator": 4654,
       "denominator": 28575
      },
      "snap_households_pct": {
       "estimate": 29.4,
       "moe": 2.6,
       "numerator": 8402,
       "denominator": 28575
      },
      "median_household_income": {
       "estimate": 53766,
       "moe": 3343.0
      },
      "own_children_under_18": {
       "estimate": 16360,
       "moe": 1021.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17219,
       "moe": 1369.1537532359175
      }
     },
     "lines": {
      "b23008_E001": 16360,
      "b23008_M001": 1021,
      "b23008_E003": 2017,
      "b23008_M003": 437,
      "b23008_E008": 3414,
      "b23008_M008": 669,
      "b23008_E016": 4508,
      "b23008_M016": 636,
      "b23008_E021": 6421,
      "b23008_M021": 824,
      "b11003_E001": 16742,
      "b11003_M001": 570,
      "b11003_E003": 3244,
      "b11003_M003": 398,
      "b11003_E010": 694,
      "b11003_M010": 215,
      "b11003_E016": 3716,
      "b11003_M016": 491,
      "b17020_E001": 71352,
      "b17020_M001": 181,
      "b17020_E003": 1612,
      "b17020_M003": 470,
      "b17020_E004": 1898,
      "b17020_M004": 399,
      "b17020_E005": 1225,
      "b17020_M005": 314,
      "b17020_E011": 4153,
      "b17020_M011": 763,
      "b17020_E012": 3975,
      "b17020_M012": 670,
      "b17020_E013": 4356,
      "b17020_M013": 604,
      "b15003_E001": 46212,
      "b15003_M001": 1153,
      "b15003_E022": 5466,
      "b15003_M022": 477,
      "b15003_E023": 2670,
      "b15003_M023": 458,
      "b15003_E024": 512,
      "b15003_M024": 165,
      "b15003_E025": 477,
      "b15003_M025": 154,
      "c16002_E001": 28575,
      "c16002_M001": 846,
      "c16002_E004": 2803,
      "c16002_M004": 542,
      "c16002_E007": 1667,
      "c16002_M007": 297,
      "c16002_E010": 132,
      "c16002_M010": 81,
      "c16002_E013": 52,
      "c16002_M013": 47,
      "b22010_E001": 28575,
      "b22010_M001": 846,
      "b22010_E002": 8402,
      "b22010_M002": 784,
      "b19013_E001": 53766,
      "b19013_M001": 3343
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.9,
       "moe": 5.62,
       "numerator": 8864,
       "denominator": 15048
      },
      "children_with_two_parents_pct": {
       "estimate": 41.1,
       "moe": 4.72,
       "numerator": 6184,
       "denominator": 15048
      },
      "one_parent_families_with_children_pct": {
       "estimate": 58.07,
       "moe": 5.18,
       "numerator": 4016,
       "denominator": 6916
      },
      "children_below_poverty_pct": {
       "estimate": 24.64,
       "moe": 3.71,
       "numerator": 3973,
       "denominator": 16126
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.78,
       "moe": 1.35,
       "numerator": 8864,
       "denominator": 47198
      },
      "limited_english_households_pct": {
       "estimate": 14.77,
       "moe": 1.95,
       "numerator": 4328,
       "denominator": 29309
      },
      "snap_households_pct": {
       "estimate": 28.11,
       "moe": 2.24,
       "numerator": 8239,
       "denominator": 29309
      },
      "median_household_income": {
       "estimate": 57036,
       "moe": 3341.0
      },
      "own_children_under_18": {
       "estimate": 15048,
       "moe": 915.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16126,
       "moe": 1344.1101145367518
      }
     },
     "lines": {
      "b23008_E001": 15048,
      "b23008_M001": 915,
      "b23008_E003": 1978,
      "b23008_M003": 471,
      "b23008_E008": 2938,
      "b23008_M008": 609,
      "b23008_E016": 4206,
      "b23008_M016": 651,
      "b23008_E021": 5926,
      "b23008_M021": 797,
      "b11003_E001": 16527,
      "b11003_M001": 642,
      "b11003_E003": 2900,
      "b11003_M003": 363,
      "b11003_E010": 501,
      "b11003_M010": 192,
      "b11003_E016": 3515,
      "b11003_M016": 473,
      "b17020_E001": 70827,
      "b17020_M001": 171,
      "b17020_E003": 1388,
      "b17020_M003": 421,
      "b17020_E004": 1535,
      "b17020_M004": 427,
      "b17020_E005": 1050,
      "b17020_M005": 328,
      "b17020_E011": 3905,
      "b17020_M011": 786,
      "b17020_E012": 3755,
      "b17020_M012": 629,
      "b17020_E013": 4493,
      "b17020_M013": 571,
      "b15003_E001": 47198,
      "b15003_M001": 1052,
      "b15003_E022": 5271,
      "b15003_M022": 515,
      "b15003_E023": 2662,
      "b15003_M023": 380,
      "b15003_E024": 483,
      "b15003_M024": 163,
      "b15003_E025": 448,
      "b15003_M025": 108,
      "c16002_E001": 29309,
      "c16002_M001": 802,
      "c16002_E004": 2354,
      "c16002_M004": 478,
      "c16002_E007": 1759,
      "c16002_M007": 321,
      "c16002_E010": 155,
      "c16002_M010": 72,
      "c16002_E013": 60,
      "c16002_M013": 52,
      "b22010_E001": 29309,
      "b22010_M001": 802,
      "b22010_E002": 8239,
      "b22010_M002": 694,
      "b19013_E001": 57036,
      "b19013_M001": 3341
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 59.64,
       "moe": 5.15,
       "numerator": 9082,
       "denominator": 15229
      },
      "children_with_two_parents_pct": {
       "estimate": 40.36,
       "moe": 5.12,
       "numerator": 6147,
       "denominator": 15229
      },
      "one_parent_families_with_children_pct": {
       "estimate": 59.24,
       "moe": 4.47,
       "numerator": 4134,
       "denominator": 6978
      },
      "children_below_poverty_pct": {
       "estimate": 24.04,
       "moe": 3.08,
       "numerator": 3850,
       "denominator": 16015
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.62,
       "moe": 1.58,
       "numerator": 9462,
       "denominator": 48234
      },
      "limited_english_households_pct": {
       "estimate": 14.26,
       "moe": 1.96,
       "numerator": 4131,
       "denominator": 28974
      },
      "snap_households_pct": {
       "estimate": 27.11,
       "moe": 2.47,
       "numerator": 7855,
       "denominator": 28974
      },
      "median_household_income": {
       "estimate": 58613,
       "moe": 2303.0
      },
      "own_children_under_18": {
       "estimate": 15229,
       "moe": 1134.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16015,
       "moe": 1284.8264474239313
      }
     },
     "lines": {
      "b23008_E001": 15229,
      "b23008_M001": 1134,
      "b23008_E003": 2223,
      "b23008_M003": 627,
      "b23008_E008": 3022,
      "b23008_M008": 659,
      "b23008_E016": 3924,
      "b23008_M016": 651,
      "b23008_E021": 6060,
      "b23008_M021": 799,
      "b11003_E001": 16569,
      "b11003_M001": 592,
      "b11003_E003": 2844,
      "b11003_M003": 397,
      "b11003_E010": 629,
      "b11003_M010": 215,
      "b11003_E016": 3505,
      "b11003_M016": 435,
      "b17020_E001": 71210,
      "b17020_M001": 218,
      "b17020_E003": 1269,
      "b17020_M003": 298,
      "b17020_E004": 1671,
      "b17020_M004": 423,
      "b17020_E005": 910,
      "b17020_M005": 267,
      "b17020_E011": 4190,
      "b17020_M011": 762,
      "b17020_E012": 3828,
      "b17020_M012": 653,
      "b17020_E013": 4147,
      "b17020_M013": 552,
      "b15003_E001": 48234,
      "b15003_M001": 1138,
      "b15003_E022": 5626,
      "b15003_M022": 588,
      "b15003_E023": 2898,
      "b15003_M023": 493,
      "b15003_E024": 510,
      "b15003_M024": 158,
      "b15003_E025": 428,
      "b15003_M025": 140,
      "c16002_E001": 28974,
      "c16002_M001": 902,
      "c16002_E004": 2326,
      "c16002_M004": 490,
      "c16002_E007": 1610,
      "c16002_M007": 301,
      "c16002_E010": 135,
      "c16002_M010": 68,
      "c16002_E013": 60,
      "c16002_M013": 54,
      "b22010_E001": 28974,
      "b22010_M001": 902,
      "b22010_E002": 7855,
      "b22010_M002": 755,
      "b19013_E001": 58613,
      "b19013_M001": 2303
     }
    }
   }
  },
  "New Canaan": {
   "cousub": "50580",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.31,
       "moe": 4.02,
       "numerator": 541,
       "denominator": 5810
      },
      "children_with_two_parents_pct": {
       "estimate": 90.69,
       "moe": 3.04,
       "numerator": 5269,
       "denominator": 5810
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.26,
       "moe": 4.35,
       "numerator": 280,
       "denominator": 2730
      },
      "children_below_poverty_pct": {
       "estimate": 1.08,
       "moe": 1.29,
       "numerator": 63,
       "denominator": 5855
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 80.15,
       "moe": 5.61,
       "numerator": 10362,
       "denominator": 12929
      },
      "limited_english_households_pct": {
       "estimate": 2.07,
       "moe": 1.49,
       "numerator": 143,
       "denominator": 6917
      },
      "snap_households_pct": {
       "estimate": 2.66,
       "moe": 1.89,
       "numerator": 184,
       "denominator": 6917
      },
      "median_household_income": {
       "estimate": 214977,
       "moe": 15844.0
      },
      "own_children_under_18": {
       "estimate": 5810,
       "moe": 473.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5855,
       "moe": 558.0
      }
     },
     "lines": {
      "b23008_E001": 5810,
      "b23008_M001": 473,
      "b23008_E003": 1135,
      "b23008_M003": 215,
      "b23008_E008": 166,
      "b23008_M008": 162,
      "b23008_E016": 4134,
      "b23008_M016": 411,
      "b23008_E021": 375,
      "b23008_M021": 174,
      "b11003_E001": 5383,
      "b11003_M001": 208,
      "b11003_E003": 2450,
      "b11003_M003": 218,
      "b11003_E010": 137,
      "b11003_M010": 93,
      "b11003_E016": 143,
      "b11003_M016": 78,
      "b17020_E001": 20501,
      "b17020_M001": 46,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 39,
      "b17020_M004": 63,
      "b17020_E005": 24,
      "b17020_M005": 34,
      "b17020_E011": 1313,
      "b17020_M011": 246,
      "b17020_E012": 2158,
      "b17020_M012": 343,
      "b17020_E013": 2321,
      "b17020_M013": 357,
      "b15003_E001": 12929,
      "b15003_M001": 452,
      "b15003_E022": 5448,
      "b15003_M022": 532,
      "b15003_E023": 3547,
      "b15003_M023": 553,
      "b15003_E024": 1197,
      "b15003_M024": 249,
      "b15003_E025": 170,
      "b15003_M025": 85,
      "c16002_E001": 6917,
      "c16002_M001": 275,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 83,
      "c16002_M007": 68,
      "c16002_E010": 60,
      "c16002_M010": 69,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6917,
      "b22010_M001": 275,
      "b22010_E002": 184,
      "b22010_M002": 131,
      "b19013_E001": 214977,
      "b19013_M001": 15844
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.31,
       "moe": 3.32,
       "numerator": 406,
       "denominator": 5553
      },
      "children_with_two_parents_pct": {
       "estimate": 92.69,
       "moe": 5.14,
       "numerator": 5147,
       "denominator": 5553
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.49,
       "moe": 4.17,
       "numerator": 238,
       "denominator": 2804
      },
      "children_below_poverty_pct": {
       "estimate": 0.93,
       "moe": 1.14,
       "numerator": 52,
       "denominator": 5620
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 82.27,
       "moe": 6.03,
       "numerator": 10821,
       "denominator": 13153
      },
      "limited_english_households_pct": {
       "estimate": 2.19,
       "moe": 1.53,
       "numerator": 154,
       "denominator": 7025
      },
      "snap_households_pct": {
       "estimate": 2.72,
       "moe": 1.66,
       "numerator": 191,
       "denominator": 7025
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 5553,
       "moe": 372.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5620,
       "moe": 514.8446367594792
      }
     },
     "lines": {
      "b23008_E001": 5553,
      "b23008_M001": 372,
      "b23008_E003": 1176,
      "b23008_M003": 207,
      "b23008_E008": 93,
      "b23008_M008": 92,
      "b23008_E016": 3971,
      "b23008_M016": 397,
      "b23008_E021": 313,
      "b23008_M021": 162,
      "b11003_E001": 5580,
      "b11003_M001": 216,
      "b11003_E003": 2566,
      "b11003_M003": 196,
      "b11003_E010": 110,
      "b11003_M010": 72,
      "b11003_E016": 128,
      "b11003_M016": 94,
      "b17020_E001": 20571,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 32,
      "b17020_M004": 50,
      "b17020_E005": 20,
      "b17020_M005": 32,
      "b17020_E011": 1283,
      "b17020_M011": 230,
      "b17020_E012": 2018,
      "b17020_M012": 304,
      "b17020_E013": 2267,
      "b17020_M013": 340,
      "b15003_E001": 13153,
      "b15003_M001": 490,
      "b15003_E022": 5661,
      "b15003_M022": 642,
      "b15003_E023": 3687,
      "b15003_M023": 519,
      "b15003_E024": 1264,
      "b15003_M024": 320,
      "b15003_E025": 209,
      "b15003_M025": 84,
      "c16002_E001": 7025,
      "c16002_M001": 276,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 62,
      "c16002_M007": 65,
      "c16002_E010": 92,
      "c16002_M010": 78,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7025,
      "b22010_M001": 276,
      "b22010_E002": 191,
      "b22010_M002": 117,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.02,
       "moe": 2.9,
       "numerator": 394,
       "denominator": 5616
      },
      "children_with_two_parents_pct": {
       "estimate": 92.98,
       "moe": 3.72,
       "numerator": 5222,
       "denominator": 5616
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.94,
       "moe": 3.24,
       "numerator": 200,
       "denominator": 2883
      },
      "children_below_poverty_pct": {
       "estimate": 2.0,
       "moe": 1.52,
       "numerator": 114,
       "denominator": 5689
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 82.84,
       "moe": 6.31,
       "numerator": 11039,
       "denominator": 13325
      },
      "limited_english_households_pct": {
       "estimate": 2.16,
       "moe": 1.58,
       "numerator": 152,
       "denominator": 7021
      },
      "snap_households_pct": {
       "estimate": 2.76,
       "moe": 1.78,
       "numerator": 194,
       "denominator": 7021
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 5616,
       "moe": 442.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5689,
       "moe": 510.59964747343884
      }
     },
     "lines": {
      "b23008_E001": 5616,
      "b23008_M001": 442,
      "b23008_E003": 1345,
      "b23008_M003": 224,
      "b23008_E008": 70,
      "b23008_M008": 84,
      "b23008_E016": 3877,
      "b23008_M016": 403,
      "b23008_E021": 324,
      "b23008_M021": 143,
      "b11003_E001": 5695,
      "b11003_M001": 212,
      "b11003_E003": 2683,
      "b11003_M003": 243,
      "b11003_E010": 92,
      "b11003_M010": 62,
      "b11003_E016": 108,
      "b11003_M016": 72,
      "b17020_E001": 20643,
      "b17020_M001": 32,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 55,
      "b17020_M004": 63,
      "b17020_E005": 59,
      "b17020_M005": 55,
      "b17020_E011": 1433,
      "b17020_M011": 240,
      "b17020_E012": 2074,
      "b17020_M012": 322,
      "b17020_E013": 2068,
      "b17020_M013": 303,
      "b15003_E001": 13325,
      "b15003_M001": 421,
      "b15003_E022": 5826,
      "b15003_M022": 664,
      "b15003_E023": 3846,
      "b15003_M023": 533,
      "b15003_E024": 1152,
      "b15003_M024": 311,
      "b15003_E025": 215,
      "b15003_M025": 89,
      "c16002_E001": 7021,
      "c16002_M001": 268,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 66,
      "c16002_M007": 73,
      "c16002_E010": 86,
      "c16002_M010": 76,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7021,
      "b22010_M001": 268,
      "b22010_E002": 194,
      "b22010_M002": 125,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.86,
       "moe": 2.61,
       "numerator": 377,
       "denominator": 5494
      },
      "children_with_two_parents_pct": {
       "estimate": 93.14,
       "moe": 5.56,
       "numerator": 5117,
       "denominator": 5494
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.98,
       "moe": 2.98,
       "numerator": 205,
       "denominator": 2937
      },
      "children_below_poverty_pct": {
       "estimate": 3.82,
       "moe": 1.78,
       "numerator": 211,
       "denominator": 5526
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 82.53,
       "moe": 5.82,
       "numerator": 11203,
       "denominator": 13574
      },
      "limited_english_households_pct": {
       "estimate": 2.57,
       "moe": 1.57,
       "numerator": 184,
       "denominator": 7153
      },
      "snap_households_pct": {
       "estimate": 2.21,
       "moe": 1.44,
       "numerator": 158,
       "denominator": 7153
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 5494,
       "moe": 447.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5526,
       "moe": 548.4541913414465
      }
     },
     "lines": {
      "b23008_E001": 5494,
      "b23008_M001": 447,
      "b23008_E003": 1405,
      "b23008_M003": 212,
      "b23008_E008": 22,
      "b23008_M008": 27,
      "b23008_E016": 3712,
      "b23008_M016": 471,
      "b23008_E021": 355,
      "b23008_M021": 144,
      "b11003_E001": 5827,
      "b11003_M001": 207,
      "b11003_E003": 2732,
      "b11003_M003": 231,
      "b11003_E010": 90,
      "b11003_M010": 54,
      "b11003_E016": 115,
      "b11003_M016": 71,
      "b17020_E001": 20802,
      "b17020_M001": 44,
      "b17020_E003": 4,
      "b17020_M003": 8,
      "b17020_E004": 119,
      "b17020_M004": 84,
      "b17020_E005": 88,
      "b17020_M005": 55,
      "b17020_E011": 1437,
      "b17020_M011": 212,
      "b17020_E012": 1947,
      "b17020_M012": 353,
      "b17020_E013": 1931,
      "b17020_M013": 348,
      "b15003_E001": 13574,
      "b15003_M001": 424,
      "b15003_E022": 5821,
      "b15003_M022": 603,
      "b15003_E023": 4190,
      "b15003_M023": 551,
      "b15003_E024": 937,
      "b15003_M024": 268,
      "b15003_E025": 255,
      "b15003_M025": 88,
      "c16002_E001": 7153,
      "c16002_M001": 293,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 95,
      "c16002_M007": 74,
      "c16002_E010": 85,
      "c16002_M010": 81,
      "c16002_E013": 4,
      "c16002_M013": 9,
      "b22010_E001": 7153,
      "b22010_M001": 293,
      "b22010_E002": 158,
      "b22010_M002": 103,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    }
   }
  },
  "New Fairfield": {
   "cousub": "50860",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.79,
       "moe": 7.52,
       "numerator": 581,
       "denominator": 3265
      },
      "children_with_two_parents_pct": {
       "estimate": 82.21,
       "moe": 11.82,
       "numerator": 2684,
       "denominator": 3265
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.76,
       "moe": 7.61,
       "numerator": 287,
       "denominator": 1530
      },
      "children_below_poverty_pct": {
       "estimate": 3.93,
       "moe": 3.72,
       "numerator": 130,
       "denominator": 3308
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.49,
       "moe": 4.0,
       "numerator": 3975,
       "denominator": 8738
      },
      "limited_english_households_pct": {
       "estimate": 1.84,
       "moe": 1.39,
       "numerator": 83,
       "denominator": 4503
      },
      "snap_households_pct": {
       "estimate": 3.69,
       "moe": 2.72,
       "numerator": 166,
       "denominator": 4503
      },
      "median_household_income": {
       "estimate": 129718,
       "moe": 15748.0
      },
      "own_children_under_18": {
       "estimate": 3265,
       "moe": 422.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3308,
       "moe": 572.676173766641
      }
     },
     "lines": {
      "b23008_E001": 3265,
      "b23008_M001": 422,
      "b23008_E003": 1106,
      "b23008_M003": 433,
      "b23008_E008": 45,
      "b23008_M008": 37,
      "b23008_E016": 1578,
      "b23008_M016": 286,
      "b23008_E021": 536,
      "b23008_M021": 254,
      "b11003_E001": 3642,
      "b11003_M001": 223,
      "b11003_E003": 1243,
      "b11003_M003": 142,
      "b11003_E010": 127,
      "b11003_M010": 84,
      "b11003_E016": 160,
      "b11003_M016": 88,
      "b17020_E001": 13547,
      "b17020_M001": 120,
      "b17020_E003": 17,
      "b17020_M003": 24,
      "b17020_E004": 20,
      "b17020_M004": 20,
      "b17020_E005": 93,
      "b17020_M005": 121,
      "b17020_E011": 1134,
      "b17020_M011": 446,
      "b17020_E012": 790,
      "b17020_M012": 193,
      "b17020_E013": 1254,
      "b17020_M013": 276,
      "b15003_E001": 8738,
      "b15003_M001": 452,
      "b15003_E022": 2365,
      "b15003_M022": 323,
      "b15003_E023": 1300,
      "b15003_M023": 224,
      "b15003_E024": 166,
      "b15003_M024": 83,
      "b15003_E025": 144,
      "b15003_M025": 54,
      "c16002_E001": 4503,
      "c16002_M001": 285,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 42,
      "c16002_M007": 40,
      "c16002_E010": 27,
      "c16002_M010": 38,
      "c16002_E013": 14,
      "c16002_M013": 22,
      "b22010_E001": 4503,
      "b22010_M001": 285,
      "b22010_E002": 166,
      "b22010_M002": 123,
      "b19013_E001": 129718,
      "b19013_M001": 15748
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.64,
       "moe": 8.53,
       "numerator": 689,
       "denominator": 3184
      },
      "children_with_two_parents_pct": {
       "estimate": 78.36,
       "moe": 12.91,
       "numerator": 2495,
       "denominator": 3184
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.05,
       "moe": 8.03,
       "numerator": 306,
       "denominator": 1454
      },
      "children_below_poverty_pct": {
       "estimate": 4.1,
       "moe": 3.75,
       "numerator": 132,
       "denominator": 3223
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.97,
       "moe": 3.53,
       "numerator": 4039,
       "denominator": 8786
      },
      "limited_english_households_pct": {
       "estimate": 1.61,
       "moe": 1.37,
       "numerator": 74,
       "denominator": 4590
      },
      "snap_households_pct": {
       "estimate": 3.25,
       "moe": 2.56,
       "numerator": 149,
       "denominator": 4590
      },
      "median_household_income": {
       "estimate": 140844,
       "moe": 7561.0
      },
      "own_children_under_18": {
       "estimate": 3184,
       "moe": 443.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3223,
       "moe": 565.9249066793226
      }
     },
     "lines": {
      "b23008_E001": 3184,
      "b23008_M001": 443,
      "b23008_E003": 1052,
      "b23008_M003": 457,
      "b23008_E008": 76,
      "b23008_M008": 59,
      "b23008_E016": 1443,
      "b23008_M016": 284,
      "b23008_E021": 613,
      "b23008_M021": 282,
      "b11003_E001": 3627,
      "b11003_M001": 235,
      "b11003_E003": 1148,
      "b11003_M003": 174,
      "b11003_E010": 138,
      "b11003_M010": 86,
      "b11003_E016": 168,
      "b11003_M016": 91,
      "b17020_E001": 13464,
      "b17020_M001": 127,
      "b17020_E003": 21,
      "b17020_M003": 33,
      "b17020_E004": 16,
      "b17020_M004": 19,
      "b17020_E005": 95,
      "b17020_M005": 117,
      "b17020_E011": 1107,
      "b17020_M011": 462,
      "b17020_E012": 830,
      "b17020_M012": 182,
      "b17020_E013": 1154,
      "b17020_M013": 242,
      "b15003_E001": 8786,
      "b15003_M001": 462,
      "b15003_E022": 2463,
      "b15003_M022": 274,
      "b15003_E023": 1262,
      "b15003_M023": 235,
      "b15003_E024": 223,
      "b15003_M024": 91,
      "b15003_E025": 91,
      "b15003_M025": 51,
      "c16002_E001": 4590,
      "c16002_M001": 311,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 54,
      "c16002_M007": 46,
      "c16002_E010": 20,
      "c16002_M010": 31,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4590,
      "b22010_M001": 311,
      "b22010_E002": 149,
      "b22010_M002": 118,
      "b19013_E001": 140844,
      "b19013_M001": 7561
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.41,
       "moe": 9.08,
       "numerator": 897,
       "denominator": 3396
      },
      "children_with_two_parents_pct": {
       "estimate": 73.59,
       "moe": 13.6,
       "numerator": 2499,
       "denominator": 3396
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.06,
       "moe": 9.11,
       "numerator": 393,
       "denominator": 1568
      },
      "children_below_poverty_pct": {
       "estimate": 3.01,
       "moe": 3.82,
       "numerator": 103,
       "denominator": 3422
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.37,
       "moe": 3.85,
       "numerator": 3869,
       "denominator": 8527
      },
      "limited_english_households_pct": {
       "estimate": 0.96,
       "moe": 1.12,
       "numerator": 43,
       "denominator": 4500
      },
      "snap_households_pct": {
       "estimate": 3.33,
       "moe": 2.48,
       "numerator": 150,
       "denominator": 4500
      },
      "median_household_income": {
       "estimate": 143864,
       "moe": 17222.0
      },
      "own_children_under_18": {
       "estimate": 3396,
       "moe": 305.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3422,
       "moe": 558.0143367333853
      }
     },
     "lines": {
      "b23008_E001": 3396,
      "b23008_M001": 305,
      "b23008_E003": 987,
      "b23008_M003": 429,
      "b23008_E008": 211,
      "b23008_M008": 163,
      "b23008_E016": 1512,
      "b23008_M016": 282,
      "b23008_E021": 686,
      "b23008_M021": 274,
      "b11003_E001": 3557,
      "b11003_M001": 195,
      "b11003_E003": 1175,
      "b11003_M003": 165,
      "b11003_E010": 197,
      "b11003_M010": 113,
      "b11003_E016": 196,
      "b11003_M016": 104,
      "b17020_E001": 13473,
      "b17020_M001": 103,
      "b17020_E003": 2,
      "b17020_M003": 3,
      "b17020_E004": 8,
      "b17020_M004": 14,
      "b17020_E005": 93,
      "b17020_M005": 131,
      "b17020_E011": 1196,
      "b17020_M011": 458,
      "b17020_E012": 855,
      "b17020_M012": 195,
      "b17020_E013": 1268,
      "b17020_M013": 215,
      "b15003_E001": 8527,
      "b15003_M001": 360,
      "b15003_E022": 2111,
      "b15003_M022": 251,
      "b15003_E023": 1423,
      "b15003_M023": 238,
      "b15003_E024": 240,
      "b15003_M024": 110,
      "b15003_E025": 95,
      "b15003_M025": 54,
      "c16002_E001": 4500,
      "c16002_M001": 245,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 24,
      "c16002_M007": 30,
      "c16002_E010": 19,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4500,
      "b22010_M001": 245,
      "b22010_E002": 150,
      "b22010_M002": 112,
      "b19013_E001": 143864,
      "b19013_M001": 17222
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.04,
       "moe": 6.98,
       "numerator": 729,
       "denominator": 3308
      },
      "children_with_two_parents_pct": {
       "estimate": 77.96,
       "moe": 13.54,
       "numerator": 2579,
       "denominator": 3308
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.04,
       "moe": 7.4,
       "numerator": 303,
       "denominator": 1512
      },
      "children_below_poverty_pct": {
       "estimate": 0.96,
       "moe": 0.82,
       "numerator": 32,
       "denominator": 3337
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.28,
       "moe": 3.87,
       "numerator": 4222,
       "denominator": 8745
      },
      "limited_english_households_pct": {
       "estimate": 0.81,
       "moe": 1.04,
       "numerator": 37,
       "denominator": 4562
      },
      "snap_households_pct": {
       "estimate": 3.22,
       "moe": 2.42,
       "numerator": 147,
       "denominator": 4562
      },
      "median_household_income": {
       "estimate": 137647,
       "moe": 13943.0
      },
      "own_children_under_18": {
       "estimate": 3308,
       "moe": 511.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3337,
       "moe": 596.1736324259905
      }
     },
     "lines": {
      "b23008_E001": 3308,
      "b23008_M001": 511,
      "b23008_E003": 957,
      "b23008_M003": 499,
      "b23008_E008": 229,
      "b23008_M008": 186,
      "b23008_E016": 1622,
      "b23008_M016": 332,
      "b23008_E021": 500,
      "b23008_M021": 177,
      "b11003_E001": 3608,
      "b11003_M001": 257,
      "b11003_E003": 1209,
      "b11003_M003": 195,
      "b11003_E010": 149,
      "b11003_M010": 98,
      "b11003_E016": 154,
      "b11003_M016": 71,
      "b17020_E001": 13506,
      "b17020_M001": 104,
      "b17020_E003": 13,
      "b17020_M003": 18,
      "b17020_E004": 8,
      "b17020_M004": 13,
      "b17020_E005": 11,
      "b17020_M005": 17,
      "b17020_E011": 1173,
      "b17020_M011": 522,
      "b17020_E012": 876,
      "b17020_M012": 194,
      "b17020_E013": 1256,
      "b17020_M013": 211,
      "b15003_E001": 8745,
      "b15003_M001": 508,
      "b15003_E022": 2262,
      "b15003_M022": 273,
      "b15003_E023": 1611,
      "b15003_M023": 299,
      "b15003_E024": 256,
      "b15003_M024": 91,
      "b15003_E025": 93,
      "b15003_M025": 47,
      "c16002_E001": 4562,
      "c16002_M001": 309,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 24,
      "c16002_M007": 31,
      "c16002_E010": 13,
      "c16002_M010": 20,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4562,
      "b22010_M001": 309,
      "b22010_E002": 147,
      "b22010_M002": 111,
      "b19013_E001": 137647,
      "b19013_M001": 13943
     }
    }
   }
  },
  "New Hartford": {
   "cousub": "51350",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.99,
       "moe": 10.32,
       "numerator": 245,
       "denominator": 1634
      },
      "children_with_two_parents_pct": {
       "estimate": 85.01,
       "moe": 12.78,
       "numerator": 1389,
       "denominator": 1634
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.48,
       "moe": 11.71,
       "numerator": 132,
       "denominator": 801
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.99,
       "numerator": 0,
       "denominator": 1654
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.13,
       "moe": 6.97,
       "numerator": 1942,
       "denominator": 4610
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.45,
       "numerator": 0,
       "denominator": 2620
      },
      "snap_households_pct": {
       "estimate": 0.65,
       "moe": 1.07,
       "numerator": 17,
       "denominator": 2620
      },
      "median_household_income": {
       "estimate": 100156,
       "moe": 19410.0
      },
      "own_children_under_18": {
       "estimate": 1634,
       "moe": 289.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1654,
       "moe": 407.29964399689817
      }
     },
     "lines": {
      "b23008_E001": 1634,
      "b23008_M001": 289,
      "b23008_E003": 464,
      "b23008_M003": 213,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 925,
      "b23008_M016": 242,
      "b23008_E021": 245,
      "b23008_M021": 173,
      "b11003_E001": 1777,
      "b11003_M001": 159,
      "b11003_E003": 669,
      "b11003_M003": 150,
      "b11003_E010": 17,
      "b11003_M010": 29,
      "b11003_E016": 115,
      "b11003_M016": 94,
      "b17020_E001": 6668,
      "b17020_M001": 33,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 484,
      "b17020_M011": 212,
      "b17020_E012": 366,
      "b17020_M012": 205,
      "b17020_E013": 804,
      "b17020_M013": 279,
      "b15003_E001": 4610,
      "b15003_M001": 312,
      "b15003_E022": 1173,
      "b15003_M022": 266,
      "b15003_E023": 701,
      "b15003_M023": 214,
      "b15003_E024": 52,
      "b15003_M024": 57,
      "b15003_E025": 16,
      "b15003_M025": 25,
      "c16002_E001": 2620,
      "c16002_M001": 190,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2620,
      "b22010_M001": 190,
      "b22010_E002": 17,
      "b22010_M002": 28,
      "b19013_E001": 100156,
      "b19013_M001": 19410
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.65,
       "moe": 12.36,
       "numerator": 318,
       "denominator": 1404
      },
      "children_with_two_parents_pct": {
       "estimate": 77.35,
       "moe": 11.07,
       "numerator": 1086,
       "denominator": 1404
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.34,
       "moe": 11.03,
       "numerator": 170,
       "denominator": 761
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.31,
       "numerator": 0,
       "denominator": 1423
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.09,
       "moe": 6.8,
       "numerator": 2119,
       "denominator": 4806
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.4,
       "numerator": 0,
       "denominator": 2707
      },
      "snap_households_pct": {
       "estimate": 0.7,
       "moe": 1.14,
       "numerator": 19,
       "denominator": 2707
      },
      "median_household_income": {
       "estimate": 102522,
       "moe": 18637.0
      },
      "own_children_under_18": {
       "estimate": 1404,
       "moe": 176.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1423,
       "moe": 308.9028973642041
      }
     },
     "lines": {
      "b23008_E001": 1404,
      "b23008_M001": 176,
      "b23008_E003": 420,
      "b23008_M003": 141,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 666,
      "b23008_M016": 151,
      "b23008_E021": 318,
      "b23008_M021": 177,
      "b11003_E001": 2048,
      "b11003_M001": 151,
      "b11003_E003": 591,
      "b11003_M003": 138,
      "b11003_E010": 18,
      "b11003_M010": 29,
      "b11003_E016": 152,
      "b11003_M016": 87,
      "b17020_E001": 6680,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 439,
      "b17020_M011": 143,
      "b17020_E012": 379,
      "b17020_M012": 175,
      "b17020_E013": 605,
      "b17020_M013": 208,
      "b15003_E001": 4806,
      "b15003_M001": 274,
      "b15003_E022": 1274,
      "b15003_M022": 262,
      "b15003_E023": 697,
      "b15003_M023": 199,
      "b15003_E024": 131,
      "b15003_M024": 111,
      "b15003_E025": 17,
      "b15003_M025": 27,
      "c16002_E001": 2707,
      "c16002_M001": 158,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2707,
      "b22010_M001": 158,
      "b22010_E002": 19,
      "b22010_M002": 31,
      "b19013_E001": 102522,
      "b19013_M001": 18637
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.93,
       "moe": 13.63,
       "numerator": 302,
       "denominator": 1377
      },
      "children_with_two_parents_pct": {
       "estimate": 78.07,
       "moe": 12.07,
       "numerator": 1075,
       "denominator": 1377
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.19,
       "moe": 12.19,
       "numerator": 152,
       "denominator": 792
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.36,
       "numerator": 0,
       "denominator": 1396
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.14,
       "moe": 6.97,
       "numerator": 2346,
       "denominator": 4977
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.43,
       "numerator": 0,
       "denominator": 2652
      },
      "snap_households_pct": {
       "estimate": 0.6,
       "moe": 1.02,
       "numerator": 16,
       "denominator": 2652
      },
      "median_household_income": {
       "estimate": 116618,
       "moe": 22954.0
      },
      "own_children_under_18": {
       "estimate": 1377,
       "moe": 183.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1396,
       "moe": 289.44256770558127
      }
     },
     "lines": {
      "b23008_E001": 1377,
      "b23008_M001": 183,
      "b23008_E003": 488,
      "b23008_M003": 142,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 587,
      "b23008_M016": 167,
      "b23008_E021": 302,
      "b23008_M021": 191,
      "b11003_E001": 2030,
      "b11003_M001": 133,
      "b11003_E003": 640,
      "b11003_M003": 113,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 152,
      "b11003_M016": 99,
      "b17020_E001": 6684,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 507,
      "b17020_M011": 151,
      "b17020_E012": 150,
      "b17020_M012": 103,
      "b17020_E013": 739,
      "b17020_M013": 222,
      "b15003_E001": 4977,
      "b15003_M001": 241,
      "b15003_E022": 1429,
      "b15003_M022": 279,
      "b15003_E023": 740,
      "b15003_M023": 195,
      "b15003_E024": 161,
      "b15003_M024": 129,
      "b15003_E025": 16,
      "b15003_M025": 27,
      "c16002_E001": 2652,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2652,
      "b22010_M001": 178,
      "b22010_E002": 16,
      "b22010_M002": 27,
      "b19013_E001": 116618,
      "b19013_M001": 22954
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.5,
       "moe": 21.68,
       "numerator": 401,
       "denominator": 1197
      },
      "children_with_two_parents_pct": {
       "estimate": 66.5,
       "moe": 20.16,
       "numerator": 796,
       "denominator": 1197
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.09,
       "moe": 15.06,
       "numerator": 127,
       "denominator": 575
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.7,
       "numerator": 0,
       "denominator": 1217
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.27,
       "moe": 6.87,
       "numerator": 2222,
       "denominator": 5135
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.41,
       "numerator": 0,
       "denominator": 2688
      },
      "snap_households_pct": {
       "estimate": 4.46,
       "moe": 4.27,
       "numerator": 120,
       "denominator": 2688
      },
      "median_household_income": {
       "estimate": 109695,
       "moe": 20492.0
      },
      "own_children_under_18": {
       "estimate": 1197,
       "moe": 207.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1217,
       "moe": 292.42434919137634
      }
     },
     "lines": {
      "b23008_E001": 1197,
      "b23008_M001": 207,
      "b23008_E003": 320,
      "b23008_M003": 140,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 476,
      "b23008_M016": 240,
      "b23008_E021": 401,
      "b23008_M021": 268,
      "b11003_E001": 2090,
      "b11003_M001": 130,
      "b11003_E003": 448,
      "b11003_M003": 160,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 127,
      "b11003_M016": 94,
      "b17020_E001": 6675,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 340,
      "b17020_M011": 142,
      "b17020_E012": 349,
      "b17020_M012": 139,
      "b17020_E013": 528,
      "b17020_M013": 212,
      "b15003_E001": 5135,
      "b15003_M001": 260,
      "b15003_E022": 1360,
      "b15003_M022": 284,
      "b15003_E023": 669,
      "b15003_M023": 185,
      "b15003_E024": 173,
      "b15003_M024": 145,
      "b15003_E025": 20,
      "b15003_M025": 32,
      "c16002_E001": 2688,
      "c16002_M001": 174,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2688,
      "b22010_M001": 174,
      "b22010_E002": 120,
      "b22010_M002": 115,
      "b19013_E001": 109695,
      "b19013_M001": 20492
     }
    }
   }
  },
  "New Haven": {
   "cousub": "52070",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.5,
       "moe": 3.47,
       "numerator": 17212,
       "denominator": 28451
      },
      "children_with_two_parents_pct": {
       "estimate": 39.5,
       "moe": 2.76,
       "numerator": 11239,
       "denominator": 28451
      },
      "one_parent_families_with_children_pct": {
       "estimate": 58.33,
       "moe": 4.52,
       "numerator": 7592,
       "denominator": 13015
      },
      "children_below_poverty_pct": {
       "estimate": 31.39,
       "moe": 3.33,
       "numerator": 9249,
       "denominator": 29462
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.47,
       "moe": 1.81,
       "numerator": 30565,
       "denominator": 83806
      },
      "limited_english_households_pct": {
       "estimate": 9.1,
       "moe": 0.95,
       "numerator": 4574,
       "denominator": 50264
      },
      "snap_households_pct": {
       "estimate": 27.43,
       "moe": 1.52,
       "numerator": 13788,
       "denominator": 50264
      },
      "median_household_income": {
       "estimate": 48973,
       "moe": 3305.0
      },
      "own_children_under_18": {
       "estimate": 28451,
       "moe": 1426.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 29462,
       "moe": 1667.988609073815
      }
     },
     "lines": {
      "b23008_E001": 28451,
      "b23008_M001": 1426,
      "b23008_E003": 3554,
      "b23008_M003": 531,
      "b23008_E008": 6064,
      "b23008_M008": 971,
      "b23008_E016": 7685,
      "b23008_M016": 808,
      "b23008_E021": 11148,
      "b23008_M021": 881,
      "b11003_E001": 26119,
      "b11003_M001": 753,
      "b11003_E003": 5423,
      "b11003_M003": 457,
      "b11003_E010": 1016,
      "b11003_M010": 229,
      "b11003_E016": 6576,
      "b11003_M016": 762,
      "b17020_E001": 125332,
      "b17020_M001": 728,
      "b17020_E003": 3599,
      "b17020_M003": 804,
      "b17020_E004": 2661,
      "b17020_M004": 510,
      "b17020_E005": 2989,
      "b17020_M005": 577,
      "b17020_E011": 6225,
      "b17020_M011": 794,
      "b17020_E012": 6076,
      "b17020_M012": 623,
      "b17020_E013": 7912,
      "b17020_M013": 724,
      "b15003_E001": 83806,
      "b15003_M001": 1487,
      "b15003_E022": 13637,
      "b15003_M022": 1189,
      "b15003_E023": 10006,
      "b15003_M023": 882,
      "b15003_E024": 3330,
      "b15003_M024": 389,
      "b15003_E025": 3592,
      "b15003_M025": 512,
      "c16002_E001": 50264,
      "c16002_M001": 1193,
      "c16002_E004": 3520,
      "c16002_M004": 443,
      "c16002_E007": 512,
      "c16002_M007": 129,
      "c16002_E010": 384,
      "c16002_M010": 122,
      "c16002_E013": 158,
      "c16002_M013": 120,
      "b22010_E001": 50264,
      "b22010_M001": 1193,
      "b22010_E002": 13788,
      "b22010_M002": 829,
      "b19013_E001": 48973,
      "b19013_M001": 3305
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.94,
       "moe": 3.34,
       "numerator": 17153,
       "denominator": 28148
      },
      "children_with_two_parents_pct": {
       "estimate": 39.06,
       "moe": 3.39,
       "numerator": 10995,
       "denominator": 28148
      },
      "one_parent_families_with_children_pct": {
       "estimate": 57.08,
       "moe": 4.02,
       "numerator": 7289,
       "denominator": 12770
      },
      "children_below_poverty_pct": {
       "estimate": 35.9,
       "moe": 3.27,
       "numerator": 10536,
       "denominator": 29348
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.53,
       "moe": 1.71,
       "numerator": 32679,
       "denominator": 84822
      },
      "limited_english_households_pct": {
       "estimate": 8.74,
       "moe": 1.05,
       "numerator": 4631,
       "denominator": 52977
      },
      "snap_households_pct": {
       "estimate": 26.06,
       "moe": 1.82,
       "numerator": 13807,
       "denominator": 52977
      },
      "median_household_income": {
       "estimate": 54305,
       "moe": 2901.0
      },
      "own_children_under_18": {
       "estimate": 28148,
       "moe": 1339.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 29348,
       "moe": 1755.4395460966464
      }
     },
     "lines": {
      "b23008_E001": 28148,
      "b23008_M001": 1339,
      "b23008_E003": 3578,
      "b23008_M003": 539,
      "b23008_E008": 5756,
      "b23008_M008": 737,
      "b23008_E016": 7417,
      "b23008_M016": 944,
      "b23008_E021": 11397,
      "b23008_M021": 1004,
      "b11003_E001": 26777,
      "b11003_M001": 840,
      "b11003_E003": 5481,
      "b11003_M003": 631,
      "b11003_E010": 1003,
      "b11003_M010": 301,
      "b11003_E016": 6286,
      "b11003_M016": 702,
      "b17020_E001": 126367,
      "b17020_M001": 190,
      "b17020_E003": 3802,
      "b17020_M003": 771,
      "b17020_E004": 3672,
      "b17020_M004": 655,
      "b17020_E005": 3062,
      "b17020_M005": 545,
      "b17020_E011": 5884,
      "b17020_M011": 832,
      "b17020_E012": 5399,
      "b17020_M012": 682,
      "b17020_E013": 7529,
      "b17020_M013": 777,
      "b15003_E001": 84822,
      "b15003_M001": 1404,
      "b15003_E022": 14378,
      "b15003_M022": 1058,
      "b15003_E023": 10707,
      "b15003_M023": 864,
      "b15003_E024": 3648,
      "b15003_M024": 478,
      "b15003_E025": 3946,
      "b15003_M025": 542,
      "c16002_E001": 52977,
      "c16002_M001": 1051,
      "c16002_E004": 3662,
      "c16002_M004": 519,
      "c16002_E007": 444,
      "c16002_M007": 159,
      "c16002_E010": 393,
      "c16002_M010": 116,
      "c16002_E013": 132,
      "c16002_M013": 109,
      "b22010_E001": 52977,
      "b22010_M001": 1051,
      "b22010_E002": 13807,
      "b22010_M002": 1000,
      "b19013_E001": 54305,
      "b19013_M001": 2901
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 61.89,
       "moe": 3.72,
       "numerator": 16730,
       "denominator": 27034
      },
      "children_with_two_parents_pct": {
       "estimate": 38.11,
       "moe": 3.16,
       "numerator": 10304,
       "denominator": 27034
      },
      "one_parent_families_with_children_pct": {
       "estimate": 57.53,
       "moe": 4.2,
       "numerator": 7415,
       "denominator": 12889
      },
      "children_below_poverty_pct": {
       "estimate": 35.83,
       "moe": 3.26,
       "numerator": 10060,
       "denominator": 28075
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.74,
       "moe": 1.88,
       "numerator": 31866,
       "denominator": 84441
      },
      "limited_english_households_pct": {
       "estimate": 8.51,
       "moe": 1.06,
       "numerator": 4546,
       "denominator": 53424
      },
      "snap_households_pct": {
       "estimate": 26.45,
       "moe": 1.63,
       "numerator": 14129,
       "denominator": 53424
      },
      "median_household_income": {
       "estimate": 53771,
       "moe": 4369.0
      },
      "own_children_under_18": {
       "estimate": 27034,
       "moe": 1163.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 28075,
       "moe": 1640.4919993709204
      }
     },
     "lines": {
      "b23008_E001": 27034,
      "b23008_M001": 1163,
      "b23008_E003": 3351,
      "b23008_M003": 467,
      "b23008_E008": 5377,
      "b23008_M008": 720,
      "b23008_E016": 6953,
      "b23008_M016": 841,
      "b23008_E021": 11353,
      "b23008_M021": 1005,
      "b11003_E001": 26928,
      "b11003_M001": 853,
      "b11003_E003": 5474,
      "b11003_M003": 532,
      "b11003_E010": 905,
      "b11003_M010": 254,
      "b11003_E016": 6510,
      "b11003_M016": 716,
      "b17020_E001": 125166,
      "b17020_M001": 356,
      "b17020_E003": 3292,
      "b17020_M003": 616,
      "b17020_E004": 3483,
      "b17020_M004": 681,
      "b17020_E005": 3285,
      "b17020_M005": 581,
      "b17020_E011": 5768,
      "b17020_M011": 664,
      "b17020_E012": 5062,
      "b17020_M012": 648,
      "b17020_E013": 7185,
      "b17020_M013": 806,
      "b15003_E001": 84441,
      "b15003_M001": 1500,
      "b15003_E022": 14643,
      "b15003_M022": 1318,
      "b15003_E023": 9992,
      "b15003_M023": 802,
      "b15003_E024": 3452,
      "b15003_M024": 438,
      "b15003_E025": 3779,
      "b15003_M025": 528,
      "c16002_E001": 53424,
      "c16002_M001": 1156,
      "c16002_E004": 3656,
      "c16002_M004": 534,
      "c16002_E007": 294,
      "c16002_M007": 112,
      "c16002_E010": 465,
      "c16002_M010": 152,
      "c16002_E013": 131,
      "c16002_M013": 105,
      "b22010_E001": 53424,
      "b22010_M001": 1156,
      "b22010_E002": 14129,
      "b22010_M002": 923,
      "b19013_E001": 53771,
      "b19013_M001": 4369
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.15,
       "moe": 4.0,
       "numerator": 16199,
       "denominator": 26933
      },
      "children_with_two_parents_pct": {
       "estimate": 39.85,
       "moe": 3.13,
       "numerator": 10734,
       "denominator": 26933
      },
      "one_parent_families_with_children_pct": {
       "estimate": 57.12,
       "moe": 4.7,
       "numerator": 7172,
       "denominator": 12557
      },
      "children_below_poverty_pct": {
       "estimate": 31.19,
       "moe": 3.29,
       "numerator": 8763,
       "denominator": 28092
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.86,
       "moe": 1.87,
       "numerator": 33330,
       "denominator": 85772
      },
      "limited_english_households_pct": {
       "estimate": 7.37,
       "moe": 0.96,
       "numerator": 4035,
       "denominator": 54773
      },
      "snap_households_pct": {
       "estimate": 25.86,
       "moe": 1.89,
       "numerator": 14164,
       "denominator": 54773
      },
      "median_household_income": {
       "estimate": 56851,
       "moe": 4254.0
      },
      "own_children_under_18": {
       "estimate": 26933,
       "moe": 1260.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 28092,
       "moe": 1739.1995285187954
      }
     },
     "lines": {
      "b23008_E001": 26933,
      "b23008_M001": 1260,
      "b23008_E003": 3609,
      "b23008_M003": 577,
      "b23008_E008": 4958,
      "b23008_M008": 665,
      "b23008_E016": 7125,
      "b23008_M016": 793,
      "b23008_E021": 11241,
      "b23008_M021": 1137,
      "b11003_E001": 27235,
      "b11003_M001": 948,
      "b11003_E003": 5385,
      "b11003_M003": 568,
      "b11003_E010": 1079,
      "b11003_M010": 330,
      "b11003_E016": 6093,
      "b11003_M016": 751,
      "b17020_E001": 125887,
      "b17020_M001": 298,
      "b17020_E003": 2593,
      "b17020_M003": 647,
      "b17020_E004": 2922,
      "b17020_M004": 524,
      "b17020_E005": 3248,
      "b17020_M005": 675,
      "b17020_E011": 6347,
      "b17020_M011": 800,
      "b17020_E012": 5444,
      "b17020_M012": 754,
      "b17020_E013": 7538,
      "b17020_M013": 817,
      "b15003_E001": 85772,
      "b15003_M001": 1254,
      "b15003_E022": 15678,
      "b15003_M022": 1200,
      "b15003_E023": 9934,
      "b15003_M023": 920,
      "b15003_E024": 3572,
      "b15003_M024": 494,
      "b15003_E025": 4146,
      "b15003_M025": 536,
      "c16002_E001": 54773,
      "c16002_M001": 1169,
      "c16002_E004": 3010,
      "c16002_M004": 471,
      "c16002_E007": 381,
      "c16002_M007": 133,
      "c16002_E010": 494,
      "c16002_M010": 178,
      "c16002_E013": 150,
      "c16002_M013": 110,
      "b22010_E001": 54773,
      "b22010_M001": 1169,
      "b22010_E002": 14164,
      "b22010_M002": 1081,
      "b19013_E001": 56851,
      "b19013_M001": 4254
     }
    }
   }
  },
  "New London": {
   "cousub": "52350",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.8,
       "moe": 8.93,
       "numerator": 2150,
       "denominator": 4594
      },
      "children_with_two_parents_pct": {
       "estimate": 53.2,
       "moe": 8.06,
       "numerator": 2444,
       "denominator": 4594
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.62,
       "moe": 9.73,
       "numerator": 1420,
       "denominator": 2751
      },
      "children_below_poverty_pct": {
       "estimate": 39.68,
       "moe": 6.71,
       "numerator": 1887,
       "denominator": 4756
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.23,
       "moe": 3.28,
       "numerator": 4486,
       "denominator": 17105
      },
      "limited_english_households_pct": {
       "estimate": 10.52,
       "moe": 2.83,
       "numerator": 1172,
       "denominator": 11138
      },
      "snap_households_pct": {
       "estimate": 23.5,
       "moe": 2.7,
       "numerator": 2617,
       "denominator": 11138
      },
      "median_household_income": {
       "estimate": 50819,
       "moe": 6096.0
      },
      "own_children_under_18": {
       "estimate": 4594,
       "moe": 536.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4756,
       "moe": 594.2667751103035
      }
     },
     "lines": {
      "b23008_E001": 4594,
      "b23008_M001": 536,
      "b23008_E003": 1002,
      "b23008_M003": 237,
      "b23008_E008": 548,
      "b23008_M008": 223,
      "b23008_E016": 1442,
      "b23008_M016": 403,
      "b23008_E021": 1602,
      "b23008_M021": 426,
      "b11003_E001": 5718,
      "b11003_M001": 343,
      "b11003_E003": 1331,
      "b11003_M003": 244,
      "b11003_E010": 252,
      "b11003_M010": 158,
      "b11003_E016": 1168,
      "b11003_M016": 307,
      "b17020_E001": 23692,
      "b17020_M001": 1040,
      "b17020_E003": 499,
      "b17020_M003": 194,
      "b17020_E004": 618,
      "b17020_M004": 220,
      "b17020_E005": 770,
      "b17020_M005": 267,
      "b17020_E011": 1051,
      "b17020_M011": 248,
      "b17020_E012": 994,
      "b17020_M012": 268,
      "b17020_E013": 824,
      "b17020_M013": 250,
      "b15003_E001": 17105,
      "b15003_M001": 778,
      "b15003_E022": 2578,
      "b15003_M022": 430,
      "b15003_E023": 1354,
      "b15003_M023": 347,
      "b15003_E024": 303,
      "b15003_M024": 176,
      "b15003_E025": 251,
      "b15003_M025": 144,
      "c16002_E001": 11138,
      "c16002_M001": 687,
      "c16002_E004": 772,
      "c16002_M004": 228,
      "c16002_E007": 251,
      "c16002_M007": 168,
      "c16002_E010": 79,
      "c16002_M010": 107,
      "c16002_E013": 70,
      "c16002_M013": 113,
      "b22010_E001": 11138,
      "b22010_M001": 687,
      "b22010_E002": 2617,
      "b22010_M002": 341,
      "b19013_E001": 50819,
      "b19013_M001": 6096
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 52.0,
       "moe": 8.1,
       "numerator": 2278,
       "denominator": 4381
      },
      "children_with_two_parents_pct": {
       "estimate": 48.0,
       "moe": 8.99,
       "numerator": 2103,
       "denominator": 4381
      },
      "one_parent_families_with_children_pct": {
       "estimate": 54.13,
       "moe": 8.97,
       "numerator": 1337,
       "denominator": 2470
      },
      "children_below_poverty_pct": {
       "estimate": 36.39,
       "moe": 6.62,
       "numerator": 1624,
       "denominator": 4463
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.78,
       "moe": 3.39,
       "numerator": 4738,
       "denominator": 17694
      },
      "limited_english_households_pct": {
       "estimate": 9.3,
       "moe": 2.56,
       "numerator": 1035,
       "denominator": 11125
      },
      "snap_households_pct": {
       "estimate": 21.21,
       "moe": 3.51,
       "numerator": 2360,
       "denominator": 11125
      },
      "median_household_income": {
       "estimate": 56237,
       "moe": 5881.0
      },
      "own_children_under_18": {
       "estimate": 4381,
       "moe": 472.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4463,
       "moe": 604.2036080660228
      }
     },
     "lines": {
      "b23008_E001": 4381,
      "b23008_M001": 472,
      "b23008_E003": 913,
      "b23008_M003": 297,
      "b23008_E008": 796,
      "b23008_M008": 215,
      "b23008_E016": 1190,
      "b23008_M016": 344,
      "b23008_E021": 1482,
      "b23008_M021": 374,
      "b11003_E001": 5682,
      "b11003_M001": 331,
      "b11003_E003": 1133,
      "b11003_M003": 216,
      "b11003_E010": 323,
      "b11003_M010": 182,
      "b11003_E016": 1014,
      "b11003_M016": 236,
      "b17020_E001": 23743,
      "b17020_M001": 129,
      "b17020_E003": 465,
      "b17020_M003": 216,
      "b17020_E004": 502,
      "b17020_M004": 190,
      "b17020_E005": 657,
      "b17020_M005": 230,
      "b17020_E011": 1244,
      "b17020_M011": 322,
      "b17020_E012": 798,
      "b17020_M012": 231,
      "b17020_E013": 797,
      "b17020_M013": 269,
      "b15003_E001": 17694,
      "b15003_M001": 529,
      "b15003_E022": 2973,
      "b15003_M022": 442,
      "b15003_E023": 1291,
      "b15003_M023": 388,
      "b15003_E024": 239,
      "b15003_M024": 135,
      "b15003_E025": 235,
      "b15003_M025": 128,
      "c16002_E001": 11125,
      "c16002_M001": 532,
      "c16002_E004": 721,
      "c16002_M004": 194,
      "c16002_E007": 156,
      "c16002_M007": 149,
      "c16002_E010": 36,
      "c16002_M010": 61,
      "c16002_E013": 122,
      "c16002_M013": 141,
      "b22010_E001": 11125,
      "b22010_M001": 532,
      "b22010_E002": 2360,
      "b22010_M002": 406,
      "b19013_E001": 56237,
      "b19013_M001": 5881
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 50.96,
       "moe": 8.5,
       "numerator": 2314,
       "denominator": 4541
      },
      "children_with_two_parents_pct": {
       "estimate": 49.04,
       "moe": 9.18,
       "numerator": 2227,
       "denominator": 4541
      },
      "one_parent_families_with_children_pct": {
       "estimate": 53.58,
       "moe": 9.23,
       "numerator": 1450,
       "denominator": 2706
      },
      "children_below_poverty_pct": {
       "estimate": 34.54,
       "moe": 7.2,
       "numerator": 1597,
       "denominator": 4624
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.95,
       "moe": 3.46,
       "numerator": 5067,
       "denominator": 17505
      },
      "limited_english_households_pct": {
       "estimate": 12.21,
       "moe": 2.83,
       "numerator": 1413,
       "denominator": 11569
      },
      "snap_households_pct": {
       "estimate": 20.74,
       "moe": 2.99,
       "numerator": 2399,
       "denominator": 11569
      },
      "median_household_income": {
       "estimate": 60123,
       "moe": 7255.0
      },
      "own_children_under_18": {
       "estimate": 4541,
       "moe": 448.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4624,
       "moe": 649.9707685734797
      }
     },
     "lines": {
      "b23008_E001": 4541,
      "b23008_M001": 448,
      "b23008_E003": 944,
      "b23008_M003": 325,
      "b23008_E008": 681,
      "b23008_M008": 241,
      "b23008_E016": 1283,
      "b23008_M016": 341,
      "b23008_E021": 1633,
      "b23008_M021": 378,
      "b11003_E001": 5681,
      "b11003_M001": 358,
      "b11003_E003": 1256,
      "b11003_M003": 244,
      "b11003_E010": 303,
      "b11003_M010": 191,
      "b11003_E016": 1147,
      "b11003_M016": 274,
      "b17020_E001": 24011,
      "b17020_M001": 159,
      "b17020_E003": 477,
      "b17020_M003": 246,
      "b17020_E004": 433,
      "b17020_M004": 198,
      "b17020_E005": 687,
      "b17020_M005": 248,
      "b17020_E011": 1148,
      "b17020_M011": 354,
      "b17020_E012": 1065,
      "b17020_M012": 279,
      "b17020_E013": 814,
      "b17020_M013": 241,
      "b15003_E001": 17505,
      "b15003_M001": 612,
      "b15003_E022": 2886,
      "b15003_M022": 428,
      "b15003_E023": 1565,
      "b15003_M023": 408,
      "b15003_E024": 386,
      "b15003_M024": 176,
      "b15003_E025": 230,
      "b15003_M025": 131,
      "c16002_E001": 11569,
      "c16002_M001": 516,
      "c16002_E004": 1131,
      "c16002_M004": 284,
      "c16002_E007": 157,
      "c16002_M007": 118,
      "c16002_E010": 23,
      "c16002_M010": 40,
      "c16002_E013": 102,
      "c16002_M013": 121,
      "b22010_E001": 11569,
      "b22010_M001": 516,
      "b22010_E002": 2399,
      "b22010_M002": 362,
      "b19013_E001": 60123,
      "b19013_M001": 7255
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 59.27,
       "moe": 9.46,
       "numerator": 2516,
       "denominator": 4245
      },
      "children_with_two_parents_pct": {
       "estimate": 40.73,
       "moe": 8.78,
       "numerator": 1729,
       "denominator": 4245
      },
      "one_parent_families_with_children_pct": {
       "estimate": 63.22,
       "moe": 8.94,
       "numerator": 1559,
       "denominator": 2466
      },
      "children_below_poverty_pct": {
       "estimate": 34.51,
       "moe": 7.31,
       "numerator": 1483,
       "denominator": 4297
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.54,
       "moe": 3.61,
       "numerator": 5006,
       "denominator": 17539
      },
      "limited_english_households_pct": {
       "estimate": 12.13,
       "moe": 2.71,
       "numerator": 1431,
       "denominator": 11794
      },
      "snap_households_pct": {
       "estimate": 21.48,
       "moe": 2.58,
       "numerator": 2533,
       "denominator": 11794
      },
      "median_household_income": {
       "estimate": 59098,
       "moe": 5150.0
      },
      "own_children_under_18": {
       "estimate": 4245,
       "moe": 449.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4297,
       "moe": 608.8324892776337
      }
     },
     "lines": {
      "b23008_E001": 4245,
      "b23008_M001": 449,
      "b23008_E003": 672,
      "b23008_M003": 267,
      "b23008_E008": 752,
      "b23008_M008": 241,
      "b23008_E016": 1057,
      "b23008_M016": 318,
      "b23008_E021": 1764,
      "b23008_M021": 417,
      "b11003_E001": 5450,
      "b11003_M001": 383,
      "b11003_E003": 907,
      "b11003_M003": 234,
      "b11003_E010": 284,
      "b11003_M010": 184,
      "b11003_E016": 1275,
      "b11003_M016": 289,
      "b17020_E001": 24074,
      "b17020_M001": 205,
      "b17020_E003": 330,
      "b17020_M003": 186,
      "b17020_E004": 453,
      "b17020_M004": 188,
      "b17020_E005": 700,
      "b17020_M005": 270,
      "b17020_E011": 1094,
      "b17020_M011": 299,
      "b17020_E012": 962,
      "b17020_M012": 256,
      "b17020_E013": 758,
      "b17020_M013": 270,
      "b15003_E001": 17539,
      "b15003_M001": 644,
      "b15003_E022": 2817,
      "b15003_M022": 486,
      "b15003_E023": 1559,
      "b15003_M023": 377,
      "b15003_E024": 349,
      "b15003_M024": 175,
      "b15003_E025": 281,
      "b15003_M025": 157,
      "c16002_E001": 11794,
      "c16002_M001": 588,
      "c16002_E004": 1214,
      "c16002_M004": 287,
      "c16002_E007": 116,
      "c16002_M007": 92,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 101,
      "c16002_M013": 125,
      "b22010_E001": 11794,
      "b22010_M001": 588,
      "b22010_E002": 2533,
      "b22010_M002": 329,
      "b19013_E001": 59098,
      "b19013_M001": 5150
     }
    }
   }
  },
  "New Milford": {
   "cousub": "52630",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.38,
       "moe": 7.63,
       "numerator": 1544,
       "denominator": 5852
      },
      "children_with_two_parents_pct": {
       "estimate": 73.62,
       "moe": 6.81,
       "numerator": 4308,
       "denominator": 5852
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.02,
       "moe": 7.61,
       "numerator": 800,
       "denominator": 3074
      },
      "children_below_poverty_pct": {
       "estimate": 7.66,
       "moe": 3.82,
       "numerator": 455,
       "denominator": 5940
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.05,
       "moe": 3.37,
       "numerator": 7985,
       "denominator": 19938
      },
      "limited_english_households_pct": {
       "estimate": 1.1,
       "moe": 0.85,
       "numerator": 117,
       "denominator": 10656
      },
      "snap_households_pct": {
       "estimate": 8.39,
       "moe": 2.44,
       "numerator": 894,
       "denominator": 10656
      },
      "median_household_income": {
       "estimate": 93221,
       "moe": 4472.0
      },
      "own_children_under_18": {
       "estimate": 5852,
       "moe": 486.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5940,
       "moe": 645.4300891653564
      }
     },
     "lines": {
      "b23008_E001": 5852,
      "b23008_M001": 486,
      "b23008_E003": 1534,
      "b23008_M003": 340,
      "b23008_E008": 349,
      "b23008_M008": 186,
      "b23008_E016": 2774,
      "b23008_M016": 414,
      "b23008_E021": 1195,
      "b23008_M021": 426,
      "b11003_E001": 7708,
      "b11003_M001": 370,
      "b11003_E003": 2274,
      "b11003_M003": 299,
      "b11003_E010": 305,
      "b11003_M010": 165,
      "b11003_E016": 495,
      "b11003_M016": 195,
      "b17020_E001": 27765,
      "b17020_M001": 174,
      "b17020_E003": 156,
      "b17020_M003": 143,
      "b17020_E004": 74,
      "b17020_M004": 57,
      "b17020_E005": 225,
      "b17020_M005": 174,
      "b17020_E011": 1769,
      "b17020_M011": 359,
      "b17020_E012": 1936,
      "b17020_M012": 357,
      "b17020_E013": 1780,
      "b17020_M013": 326,
      "b15003_E001": 19938,
      "b15003_M001": 536,
      "b15003_E022": 5229,
      "b15003_M022": 599,
      "b15003_E023": 2182,
      "b15003_M023": 331,
      "b15003_E024": 288,
      "b15003_M024": 118,
      "b15003_E025": 286,
      "b15003_M025": 123,
      "c16002_E001": 10656,
      "c16002_M001": 358,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 31,
      "c16002_M007": 30,
      "c16002_E010": 86,
      "c16002_M010": 78,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10656,
      "b22010_M001": 358,
      "b22010_E002": 894,
      "b22010_M002": 262,
      "b19013_E001": 93221,
      "b19013_M001": 4472
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.91,
       "moe": 7.63,
       "numerator": 1511,
       "denominator": 6066
      },
      "children_with_two_parents_pct": {
       "estimate": 75.09,
       "moe": 8.03,
       "numerator": 4555,
       "denominator": 6066
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.12,
       "moe": 7.28,
       "numerator": 757,
       "denominator": 3138
      },
      "children_below_poverty_pct": {
       "estimate": 6.67,
       "moe": 3.98,
       "numerator": 411,
       "denominator": 6163
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.46,
       "moe": 3.7,
       "numerator": 7738,
       "denominator": 19610
      },
      "limited_english_households_pct": {
       "estimate": 1.35,
       "moe": 0.83,
       "numerator": 146,
       "denominator": 10775
      },
      "snap_households_pct": {
       "estimate": 7.78,
       "moe": 3.03,
       "numerator": 838,
       "denominator": 10775
      },
      "median_household_income": {
       "estimate": 98313,
       "moe": 5551.0
      },
      "own_children_under_18": {
       "estimate": 6066,
       "moe": 590.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6163,
       "moe": 751.0991945142798
      }
     },
     "lines": {
      "b23008_E001": 6066,
      "b23008_M001": 590,
      "b23008_E003": 1597,
      "b23008_M003": 495,
      "b23008_E008": 408,
      "b23008_M008": 268,
      "b23008_E016": 2958,
      "b23008_M016": 434,
      "b23008_E021": 1103,
      "b23008_M021": 405,
      "b11003_E001": 7663,
      "b11003_M001": 377,
      "b11003_E003": 2381,
      "b11003_M003": 294,
      "b11003_E010": 253,
      "b11003_M010": 132,
      "b11003_E016": 504,
      "b11003_M016": 208,
      "b17020_E001": 27961,
      "b17020_M001": 39,
      "b17020_E003": 143,
      "b17020_M003": 158,
      "b17020_E004": 33,
      "b17020_M004": 37,
      "b17020_E005": 235,
      "b17020_M005": 191,
      "b17020_E011": 1887,
      "b17020_M011": 518,
      "b17020_E012": 2137,
      "b17020_M012": 326,
      "b17020_E013": 1728,
      "b17020_M013": 356,
      "b15003_E001": 19610,
      "b15003_M001": 535,
      "b15003_E022": 4966,
      "b15003_M022": 633,
      "b15003_E023": 2248,
      "b15003_M023": 378,
      "b15003_E024": 276,
      "b15003_M024": 123,
      "b15003_E025": 248,
      "b15003_M025": 116,
      "c16002_E001": 10775,
      "c16002_M001": 350,
      "c16002_E004": 23,
      "c16002_M004": 38,
      "c16002_E007": 70,
      "c16002_M007": 58,
      "c16002_E010": 53,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10775,
      "b22010_M001": 350,
      "b22010_E002": 838,
      "b22010_M002": 328,
      "b19013_E001": 98313,
      "b19013_M001": 5551
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.77,
       "moe": 6.81,
       "numerator": 1762,
       "denominator": 6124
      },
      "children_with_two_parents_pct": {
       "estimate": 71.23,
       "moe": 8.51,
       "numerator": 4362,
       "denominator": 6124
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.44,
       "moe": 6.52,
       "numerator": 882,
       "denominator": 3214
      },
      "children_below_poverty_pct": {
       "estimate": 7.47,
       "moe": 3.97,
       "numerator": 469,
       "denominator": 6279
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.54,
       "moe": 3.62,
       "numerator": 7892,
       "denominator": 19465
      },
      "limited_english_households_pct": {
       "estimate": 1.57,
       "moe": 0.91,
       "numerator": 165,
       "denominator": 10523
      },
      "snap_households_pct": {
       "estimate": 7.17,
       "moe": 2.74,
       "numerator": 755,
       "denominator": 10523
      },
      "median_household_income": {
       "estimate": 103630,
       "moe": 7153.0
      },
      "own_children_under_18": {
       "estimate": 6124,
       "moe": 554.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6279,
       "moe": 773.6336342222977
      }
     },
     "lines": {
      "b23008_E001": 6124,
      "b23008_M001": 554,
      "b23008_E003": 1466,
      "b23008_M003": 527,
      "b23008_E008": 536,
      "b23008_M008": 275,
      "b23008_E016": 2896,
      "b23008_M016": 387,
      "b23008_E021": 1226,
      "b23008_M021": 352,
      "b11003_E001": 7677,
      "b11003_M001": 360,
      "b11003_E003": 2332,
      "b11003_M003": 344,
      "b11003_E010": 317,
      "b11003_M010": 155,
      "b11003_E016": 565,
      "b11003_M016": 182,
      "b17020_E001": 27983,
      "b17020_M001": 39,
      "b17020_E003": 115,
      "b17020_M003": 118,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 354,
      "b17020_M005": 226,
      "b17020_E011": 1908,
      "b17020_M011": 530,
      "b17020_E012": 1899,
      "b17020_M012": 328,
      "b17020_E013": 2003,
      "b17020_M013": 380,
      "b15003_E001": 19465,
      "b15003_M001": 522,
      "b15003_E022": 4782,
      "b15003_M022": 575,
      "b15003_E023": 2629,
      "b15003_M023": 435,
      "b15003_E024": 251,
      "b15003_M024": 113,
      "b15003_E025": 230,
      "b15003_M025": 87,
      "c16002_E001": 10523,
      "c16002_M001": 403,
      "c16002_E004": 82,
      "c16002_M004": 75,
      "c16002_E007": 56,
      "c16002_M007": 43,
      "c16002_E010": 27,
      "c16002_M010": 34,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10523,
      "b22010_M001": 403,
      "b22010_E002": 755,
      "b22010_M002": 290,
      "b19013_E001": 103630,
      "b19013_M001": 7153
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.28,
       "moe": 7.58,
       "numerator": 1851,
       "denominator": 5917
      },
      "children_with_two_parents_pct": {
       "estimate": 68.72,
       "moe": 9.49,
       "numerator": 4066,
       "denominator": 5917
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.1,
       "moe": 6.75,
       "numerator": 769,
       "denominator": 3064
      },
      "children_below_poverty_pct": {
       "estimate": 7.78,
       "moe": 4.15,
       "numerator": 472,
       "denominator": 6063
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.21,
       "moe": 3.78,
       "numerator": 8108,
       "denominator": 19675
      },
      "limited_english_households_pct": {
       "estimate": 2.31,
       "moe": 1.21,
       "numerator": 246,
       "denominator": 10667
      },
      "snap_households_pct": {
       "estimate": 6.17,
       "moe": 2.43,
       "numerator": 658,
       "denominator": 10667
      },
      "median_household_income": {
       "estimate": 106411,
       "moe": 7903.0
      },
      "own_children_under_18": {
       "estimate": 5917,
       "moe": 554.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6063,
       "moe": 754.3281779172776
      }
     },
     "lines": {
      "b23008_E001": 5917,
      "b23008_M001": 554,
      "b23008_E003": 1487,
      "b23008_M003": 506,
      "b23008_E008": 527,
      "b23008_M008": 319,
      "b23008_E016": 2579,
      "b23008_M016": 452,
      "b23008_E021": 1324,
      "b23008_M021": 360,
      "b11003_E001": 7644,
      "b11003_M001": 373,
      "b11003_E003": 2295,
      "b11003_M003": 355,
      "b11003_E010": 233,
      "b11003_M010": 150,
      "b11003_E016": 536,
      "b11003_M016": 178,
      "b17020_E001": 28166,
      "b17020_M001": 53,
      "b17020_E003": 82,
      "b17020_M003": 75,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 390,
      "b17020_M005": 246,
      "b17020_E011": 1948,
      "b17020_M011": 532,
      "b17020_E012": 1549,
      "b17020_M012": 265,
      "b17020_E013": 2094,
      "b17020_M013": 386,
      "b15003_E001": 19675,
      "b15003_M001": 570,
      "b15003_E022": 5056,
      "b15003_M022": 640,
      "b15003_E023": 2484,
      "b15003_M023": 410,
      "b15003_E024": 302,
      "b15003_M024": 126,
      "b15003_E025": 266,
      "b15003_M025": 118,
      "c16002_E001": 10667,
      "c16002_M001": 403,
      "c16002_E004": 103,
      "c16002_M004": 82,
      "c16002_E007": 103,
      "c16002_M007": 81,
      "c16002_E010": 40,
      "c16002_M010": 54,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10667,
      "b22010_M001": 403,
      "b22010_E002": 658,
      "b22010_M002": 260,
      "b19013_E001": 106411,
      "b19013_M001": 7903
     }
    }
   }
  },
  "Newington": {
   "cousub": "52140",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.15,
       "moe": 6.22,
       "numerator": 1261,
       "denominator": 5014
      },
      "children_with_two_parents_pct": {
       "estimate": 74.85,
       "moe": 2.9,
       "numerator": 3753,
       "denominator": 5014
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.36,
       "moe": 6.41,
       "numerator": 635,
       "denominator": 2718
      },
      "children_below_poverty_pct": {
       "estimate": 10.47,
       "moe": 4.16,
       "numerator": 541,
       "denominator": 5169
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.0,
       "moe": 2.94,
       "numerator": 8946,
       "denominator": 22938
      },
      "limited_english_households_pct": {
       "estimate": 4.77,
       "moe": 1.35,
       "numerator": 600,
       "denominator": 12575
      },
      "snap_households_pct": {
       "estimate": 8.42,
       "moe": 2.15,
       "numerator": 1059,
       "denominator": 12575
      },
      "median_household_income": {
       "estimate": 90314,
       "moe": 5713.0
      },
      "own_children_under_18": {
       "estimate": 5014,
       "moe": 472.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5169,
       "moe": 520.522814101361
      }
     },
     "lines": {
      "b23008_E001": 5014,
      "b23008_M001": 472,
      "b23008_E003": 937,
      "b23008_M003": 230,
      "b23008_E008": 429,
      "b23008_M008": 234,
      "b23008_E016": 2816,
      "b23008_M016": 305,
      "b23008_E021": 832,
      "b23008_M021": 238,
      "b11003_E001": 8214,
      "b11003_M001": 356,
      "b11003_E003": 2083,
      "b11003_M003": 200,
      "b11003_E010": 98,
      "b11003_M010": 85,
      "b11003_E016": 537,
      "b11003_M016": 165,
      "b17020_E001": 30304,
      "b17020_M001": 148,
      "b17020_E003": 252,
      "b17020_M003": 167,
      "b17020_E004": 219,
      "b17020_M004": 136,
      "b17020_E005": 70,
      "b17020_M005": 53,
      "b17020_E011": 1134,
      "b17020_M011": 270,
      "b17020_E012": 1514,
      "b17020_M012": 251,
      "b17020_E013": 1980,
      "b17020_M013": 293,
      "b15003_E001": 22938,
      "b15003_M001": 515,
      "b15003_E022": 5226,
      "b15003_M022": 583,
      "b15003_E023": 2916,
      "b15003_M023": 353,
      "b15003_E024": 603,
      "b15003_M024": 146,
      "b15003_E025": 201,
      "b15003_M025": 94,
      "c16002_E001": 12575,
      "c16002_M001": 450,
      "c16002_E004": 82,
      "c16002_M004": 62,
      "c16002_E007": 428,
      "c16002_M007": 143,
      "c16002_E010": 62,
      "c16002_M010": 49,
      "c16002_E013": 28,
      "c16002_M013": 49,
      "b22010_E001": 12575,
      "b22010_M001": 450,
      "b22010_E002": 1059,
      "b22010_M002": 273,
      "b19013_E001": 90314,
      "b19013_M001": 5713
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.47,
       "moe": 6.62,
       "numerator": 1503,
       "denominator": 5100
      },
      "children_with_two_parents_pct": {
       "estimate": 70.53,
       "moe": 6.41,
       "numerator": 3597,
       "denominator": 5100
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.6,
       "moe": 5.98,
       "numerator": 767,
       "denominator": 2883
      },
      "children_below_poverty_pct": {
       "estimate": 10.84,
       "moe": 3.45,
       "numerator": 570,
       "denominator": 5257
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.84,
       "moe": 2.97,
       "numerator": 9134,
       "denominator": 22927
      },
      "limited_english_households_pct": {
       "estimate": 4.85,
       "moe": 1.23,
       "numerator": 607,
       "denominator": 12514
      },
      "snap_households_pct": {
       "estimate": 7.87,
       "moe": 2.21,
       "numerator": 985,
       "denominator": 12514
      },
      "median_household_income": {
       "estimate": 100239,
       "moe": 5352.0
      },
      "own_children_under_18": {
       "estimate": 5100,
       "moe": 421.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5257,
       "moe": 535.1887517502587
      }
     },
     "lines": {
      "b23008_E001": 5100,
      "b23008_M001": 421,
      "b23008_E003": 1134,
      "b23008_M003": 216,
      "b23008_E008": 414,
      "b23008_M008": 214,
      "b23008_E016": 2463,
      "b23008_M016": 385,
      "b23008_E021": 1089,
      "b23008_M021": 289,
      "b11003_E001": 8224,
      "b11003_M001": 348,
      "b11003_E003": 2116,
      "b11003_M003": 214,
      "b11003_E010": 174,
      "b11003_M010": 77,
      "b11003_E016": 593,
      "b11003_M016": 172,
      "b17020_E001": 30190,
      "b17020_M001": 53,
      "b17020_E003": 262,
      "b17020_M003": 127,
      "b17020_E004": 223,
      "b17020_M004": 133,
      "b17020_E005": 85,
      "b17020_M005": 50,
      "b17020_E011": 1313,
      "b17020_M011": 275,
      "b17020_E012": 1407,
      "b17020_M012": 228,
      "b17020_E013": 1967,
      "b17020_M013": 350,
      "b15003_E001": 22927,
      "b15003_M001": 443,
      "b15003_E022": 5314,
      "b15003_M022": 526,
      "b15003_E023": 2960,
      "b15003_M023": 421,
      "b15003_E024": 580,
      "b15003_M024": 155,
      "b15003_E025": 280,
      "b15003_M025": 125,
      "c16002_E001": 12514,
      "c16002_M001": 418,
      "c16002_E004": 81,
      "c16002_M004": 56,
      "c16002_E007": 420,
      "c16002_M007": 121,
      "c16002_E010": 79,
      "c16002_M010": 64,
      "c16002_E013": 27,
      "c16002_M013": 48,
      "b22010_E001": 12514,
      "b22010_M001": 418,
      "b22010_E002": 985,
      "b22010_M002": 278,
      "b19013_E001": 100239,
      "b19013_M001": 5352
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.1,
       "moe": 6.36,
       "numerator": 1219,
       "denominator": 5058
      },
      "children_with_two_parents_pct": {
       "estimate": 75.9,
       "moe": 7.18,
       "numerator": 3839,
       "denominator": 5058
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.78,
       "moe": 6.73,
       "numerator": 709,
       "denominator": 2861
      },
      "children_below_poverty_pct": {
       "estimate": 7.65,
       "moe": 2.95,
       "numerator": 396,
       "denominator": 5177
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.38,
       "moe": 3.15,
       "numerator": 9317,
       "denominator": 23075
      },
      "limited_english_households_pct": {
       "estimate": 4.48,
       "moe": 1.25,
       "numerator": 572,
       "denominator": 12754
      },
      "snap_households_pct": {
       "estimate": 8.71,
       "moe": 2.27,
       "numerator": 1111,
       "denominator": 12754
      },
      "median_household_income": {
       "estimate": 98585,
       "moe": 5465.0
      },
      "own_children_under_18": {
       "estimate": 5058,
       "moe": 429.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5177,
       "moe": 553.3407630023294
      }
     },
     "lines": {
      "b23008_E001": 5058,
      "b23008_M001": 429,
      "b23008_E003": 1138,
      "b23008_M003": 213,
      "b23008_E008": 305,
      "b23008_M008": 192,
      "b23008_E016": 2701,
      "b23008_M016": 439,
      "b23008_E021": 914,
      "b23008_M021": 278,
      "b11003_E001": 8269,
      "b11003_M001": 360,
      "b11003_E003": 2152,
      "b11003_M003": 229,
      "b11003_E010": 152,
      "b11003_M010": 99,
      "b11003_E016": 557,
      "b11003_M016": 182,
      "b17020_E001": 30276,
      "b17020_M001": 72,
      "b17020_E003": 151,
      "b17020_M003": 102,
      "b17020_E004": 143,
      "b17020_M004": 108,
      "b17020_E005": 102,
      "b17020_M005": 55,
      "b17020_E011": 1314,
      "b17020_M011": 270,
      "b17020_E012": 1500,
      "b17020_M012": 313,
      "b17020_E013": 1967,
      "b17020_M013": 332,
      "b15003_E001": 23075,
      "b15003_M001": 483,
      "b15003_E022": 5307,
      "b15003_M022": 584,
      "b15003_E023": 3234,
      "b15003_M023": 425,
      "b15003_E024": 465,
      "b15003_M024": 149,
      "b15003_E025": 311,
      "b15003_M025": 146,
      "c16002_E001": 12754,
      "c16002_M001": 349,
      "c16002_E004": 64,
      "c16002_M004": 37,
      "c16002_E007": 363,
      "c16002_M007": 123,
      "c16002_E010": 82,
      "c16002_M010": 64,
      "c16002_E013": 63,
      "c16002_M013": 70,
      "b22010_E001": 12754,
      "b22010_M001": 349,
      "b22010_E002": 1111,
      "b22010_M002": 291,
      "b19013_E001": 98585,
      "b19013_M001": 5465
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.0,
       "moe": 6.77,
       "numerator": 1294,
       "denominator": 4793
      },
      "children_with_two_parents_pct": {
       "estimate": 73.0,
       "moe": 5.92,
       "numerator": 3499,
       "denominator": 4793
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.12,
       "moe": 6.89,
       "numerator": 746,
       "denominator": 2751
      },
      "children_below_poverty_pct": {
       "estimate": 5.47,
       "moe": 2.99,
       "numerator": 268,
       "denominator": 4899
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.01,
       "moe": 3.27,
       "numerator": 9434,
       "denominator": 23578
      },
      "limited_english_households_pct": {
       "estimate": 3.95,
       "moe": 1.19,
       "numerator": 517,
       "denominator": 13073
      },
      "snap_households_pct": {
       "estimate": 8.46,
       "moe": 2.4,
       "numerator": 1106,
       "denominator": 13073
      },
      "median_household_income": {
       "estimate": 102884,
       "moe": 5757.0
      },
      "own_children_under_18": {
       "estimate": 4793,
       "moe": 483.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4899,
       "moe": 525.1809212071588
      }
     },
     "lines": {
      "b23008_E001": 4793,
      "b23008_M001": 483,
      "b23008_E003": 1164,
      "b23008_M003": 228,
      "b23008_E008": 312,
      "b23008_M008": 197,
      "b23008_E016": 2335,
      "b23008_M016": 391,
      "b23008_E021": 982,
      "b23008_M021": 289,
      "b11003_E001": 8395,
      "b11003_M001": 343,
      "b11003_E003": 2005,
      "b11003_M003": 228,
      "b11003_E010": 176,
      "b11003_M010": 104,
      "b11003_E016": 570,
      "b11003_M016": 179,
      "b17020_E001": 30521,
      "b17020_M001": 100,
      "b17020_E003": 69,
      "b17020_M003": 77,
      "b17020_E004": 108,
      "b17020_M004": 114,
      "b17020_E005": 91,
      "b17020_M005": 58,
      "b17020_E011": 1433,
      "b17020_M011": 289,
      "b17020_E012": 1366,
      "b17020_M012": 297,
      "b17020_E013": 1832,
      "b17020_M013": 286,
      "b15003_E001": 23578,
      "b15003_M001": 538,
      "b15003_E022": 5604,
      "b15003_M022": 674,
      "b15003_E023": 3166,
      "b15003_M023": 402,
      "b15003_E024": 438,
      "b15003_M024": 116,
      "b15003_E025": 226,
      "b15003_M025": 108,
      "c16002_E001": 13073,
      "c16002_M001": 403,
      "c16002_E004": 72,
      "c16002_M004": 41,
      "c16002_E007": 332,
      "c16002_M007": 128,
      "c16002_E010": 53,
      "c16002_M010": 42,
      "c16002_E013": 60,
      "c16002_M013": 68,
      "b22010_E001": 13073,
      "b22010_M001": 403,
      "b22010_E002": 1106,
      "b22010_M002": 315,
      "b19013_E001": 102884,
      "b19013_M001": 5757
     }
    }
   }
  },
  "Newtown": {
   "cousub": "52980",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.0,
       "moe": 5.75,
       "numerator": 1203,
       "denominator": 5729
      },
      "children_with_two_parents_pct": {
       "estimate": 79.0,
       "moe": 5.36,
       "numerator": 4526,
       "denominator": 5729
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.53,
       "moe": 5.82,
       "numerator": 584,
       "denominator": 2991
      },
      "children_below_poverty_pct": {
       "estimate": 3.82,
       "moe": 3.04,
       "numerator": 226,
       "denominator": 5919
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.41,
       "moe": 3.31,
       "numerator": 10162,
       "denominator": 19028
      },
      "limited_english_households_pct": {
       "estimate": 1.31,
       "moe": 0.89,
       "numerator": 126,
       "denominator": 9655
      },
      "snap_households_pct": {
       "estimate": 2.64,
       "moe": 1.01,
       "numerator": 255,
       "denominator": 9655
      },
      "median_household_income": {
       "estimate": 133991,
       "moe": 10691.0
      },
      "own_children_under_18": {
       "estimate": 5729,
       "moe": 396.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5919,
       "moe": 545.4374391256985
      }
     },
     "lines": {
      "b23008_E001": 5729,
      "b23008_M001": 396,
      "b23008_E003": 1149,
      "b23008_M003": 238,
      "b23008_E008": 303,
      "b23008_M008": 198,
      "b23008_E016": 3377,
      "b23008_M016": 368,
      "b23008_E021": 900,
      "b23008_M021": 276,
      "b11003_E001": 7498,
      "b11003_M001": 200,
      "b11003_E003": 2407,
      "b11003_M003": 192,
      "b11003_E010": 292,
      "b11003_M010": 149,
      "b11003_E016": 292,
      "b11003_M016": 104,
      "b17020_E001": 26840,
      "b17020_M001": 236,
      "b17020_E003": 122,
      "b17020_M003": 169,
      "b17020_E004": 30,
      "b17020_M004": 33,
      "b17020_E005": 74,
      "b17020_M005": 57,
      "b17020_E011": 1376,
      "b17020_M011": 253,
      "b17020_E012": 1956,
      "b17020_M012": 337,
      "b17020_E013": 2361,
      "b17020_M013": 295,
      "b15003_E001": 19028,
      "b15003_M001": 452,
      "b15003_E022": 5777,
      "b15003_M022": 549,
      "b15003_E023": 3311,
      "b15003_M023": 336,
      "b15003_E024": 650,
      "b15003_M024": 151,
      "b15003_E025": 424,
      "b15003_M025": 132,
      "c16002_E001": 9655,
      "c16002_M001": 273,
      "c16002_E004": 26,
      "c16002_M004": 40,
      "c16002_E007": 100,
      "c16002_M007": 67,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9655,
      "b22010_M001": 273,
      "b22010_E002": 255,
      "b22010_M002": 98,
      "b19013_E001": 133991,
      "b19013_M001": 10691
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.77,
       "moe": 6.43,
       "numerator": 1108,
       "denominator": 5903
      },
      "children_with_two_parents_pct": {
       "estimate": 81.23,
       "moe": 5.62,
       "numerator": 4795,
       "denominator": 5903
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.08,
       "moe": 6.24,
       "numerator": 533,
       "denominator": 2948
      },
      "children_below_poverty_pct": {
       "estimate": 5.22,
       "moe": 3.51,
       "numerator": 320,
       "denominator": 6129
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.37,
       "moe": 3.66,
       "numerator": 10430,
       "denominator": 18836
      },
      "limited_english_households_pct": {
       "estimate": 1.29,
       "moe": 0.86,
       "numerator": 123,
       "denominator": 9563
      },
      "snap_households_pct": {
       "estimate": 2.96,
       "moe": 1.18,
       "numerator": 283,
       "denominator": 9563
      },
      "median_household_income": {
       "estimate": 142039,
       "moe": 12159.0
      },
      "own_children_under_18": {
       "estimate": 5903,
       "moe": 569.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6129,
       "moe": 627.8112773756139
      }
     },
     "lines": {
      "b23008_E001": 5903,
      "b23008_M001": 569,
      "b23008_E003": 1234,
      "b23008_M003": 258,
      "b23008_E008": 234,
      "b23008_M008": 182,
      "b23008_E016": 3561,
      "b23008_M016": 507,
      "b23008_E021": 874,
      "b23008_M021": 350,
      "b11003_E001": 7427,
      "b11003_M001": 265,
      "b11003_E003": 2415,
      "b11003_M003": 221,
      "b11003_E010": 218,
      "b11003_M010": 150,
      "b11003_E016": 315,
      "b11003_M016": 119,
      "b17020_E001": 26861,
      "b17020_M001": 74,
      "b17020_E003": 107,
      "b17020_M003": 162,
      "b17020_E004": 19,
      "b17020_M004": 31,
      "b17020_E005": 194,
      "b17020_M005": 142,
      "b17020_E011": 1395,
      "b17020_M011": 256,
      "b17020_E012": 2287,
      "b17020_M012": 451,
      "b17020_E013": 2127,
      "b17020_M013": 279,
      "b15003_E001": 18836,
      "b15003_M001": 585,
      "b15003_E022": 5910,
      "b15003_M022": 599,
      "b15003_E023": 3277,
      "b15003_M023": 415,
      "b15003_E024": 795,
      "b15003_M024": 181,
      "b15003_E025": 448,
      "b15003_M025": 127,
      "c16002_E001": 9563,
      "c16002_M001": 382,
      "c16002_E004": 24,
      "c16002_M004": 34,
      "c16002_E007": 99,
      "c16002_M007": 66,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9563,
      "b22010_M001": 382,
      "b22010_E002": 283,
      "b22010_M002": 113,
      "b19013_E001": 142039,
      "b19013_M001": 12159
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.66,
       "moe": 7.35,
       "numerator": 1144,
       "denominator": 5818
      },
      "children_with_two_parents_pct": {
       "estimate": 80.34,
       "moe": 5.67,
       "numerator": 4674,
       "denominator": 5818
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.33,
       "moe": 6.51,
       "numerator": 569,
       "denominator": 2944
      },
      "children_below_poverty_pct": {
       "estimate": 6.39,
       "moe": 3.76,
       "numerator": 391,
       "denominator": 6123
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.85,
       "moe": 3.83,
       "numerator": 10562,
       "denominator": 18911
      },
      "limited_english_households_pct": {
       "estimate": 1.07,
       "moe": 0.77,
       "numerator": 102,
       "denominator": 9496
      },
      "snap_households_pct": {
       "estimate": 2.56,
       "moe": 0.86,
       "numerator": 243,
       "denominator": 9496
      },
      "median_household_income": {
       "estimate": 148067,
       "moe": 13162.0
      },
      "own_children_under_18": {
       "estimate": 5818,
       "moe": 596.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6123,
       "moe": 686.089644288558
      }
     },
     "lines": {
      "b23008_E001": 5818,
      "b23008_M001": 596,
      "b23008_E003": 1101,
      "b23008_M003": 230,
      "b23008_E008": 193,
      "b23008_M008": 161,
      "b23008_E016": 3573,
      "b23008_M016": 534,
      "b23008_E021": 951,
      "b23008_M021": 413,
      "b11003_E001": 7409,
      "b11003_M001": 259,
      "b11003_E003": 2375,
      "b11003_M003": 251,
      "b11003_E010": 209,
      "b11003_M010": 147,
      "b11003_E016": 360,
      "b11003_M016": 138,
      "b17020_E001": 26804,
      "b17020_M001": 66,
      "b17020_E003": 106,
      "b17020_M003": 161,
      "b17020_E004": 23,
      "b17020_M004": 34,
      "b17020_E005": 262,
      "b17020_M005": 167,
      "b17020_E011": 1216,
      "b17020_M011": 239,
      "b17020_E012": 2417,
      "b17020_M012": 474,
      "b17020_E013": 2099,
      "b17020_M013": 366,
      "b15003_E001": 18911,
      "b15003_M001": 576,
      "b15003_E022": 5854,
      "b15003_M022": 568,
      "b15003_E023": 3301,
      "b15003_M023": 497,
      "b15003_E024": 951,
      "b15003_M024": 194,
      "b15003_E025": 456,
      "b15003_M025": 140,
      "c16002_E001": 9496,
      "c16002_M001": 364,
      "c16002_E004": 30,
      "c16002_M004": 41,
      "c16002_E007": 72,
      "c16002_M007": 49,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9496,
      "b22010_M001": 364,
      "b22010_E002": 243,
      "b22010_M002": 82,
      "b19013_E001": 148067,
      "b19013_M001": 13162
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.21,
       "moe": 6.48,
       "numerator": 1134,
       "denominator": 5903
      },
      "children_with_two_parents_pct": {
       "estimate": 80.79,
       "moe": 5.28,
       "numerator": 4769,
       "denominator": 5903
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.91,
       "moe": 6.46,
       "numerator": 562,
       "denominator": 2972
      },
      "children_below_poverty_pct": {
       "estimate": 5.78,
       "moe": 3.49,
       "numerator": 352,
       "denominator": 6085
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.63,
       "moe": 4.02,
       "numerator": 11219,
       "denominator": 19136
      },
      "limited_english_households_pct": {
       "estimate": 1.01,
       "moe": 0.84,
       "numerator": 97,
       "denominator": 9575
      },
      "snap_households_pct": {
       "estimate": 2.6,
       "moe": 1.03,
       "numerator": 249,
       "denominator": 9575
      },
      "median_household_income": {
       "estimate": 155110,
       "moe": 10710.0
      },
      "own_children_under_18": {
       "estimate": 5903,
       "moe": 554.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6085,
       "moe": 674.72957545968
      }
     },
     "lines": {
      "b23008_E001": 5903,
      "b23008_M001": 554,
      "b23008_E003": 1298,
      "b23008_M003": 308,
      "b23008_E008": 193,
      "b23008_M008": 172,
      "b23008_E016": 3471,
      "b23008_M016": 450,
      "b23008_E021": 941,
      "b23008_M021": 358,
      "b11003_E001": 7456,
      "b11003_M001": 269,
      "b11003_E003": 2410,
      "b11003_M003": 225,
      "b11003_E010": 248,
      "b11003_M010": 143,
      "b11003_E016": 314,
      "b11003_M016": 140,
      "b17020_E001": 27007,
      "b17020_M001": 66,
      "b17020_E003": 104,
      "b17020_M003": 159,
      "b17020_E004": 28,
      "b17020_M004": 29,
      "b17020_E005": 220,
      "b17020_M005": 143,
      "b17020_E011": 1389,
      "b17020_M011": 312,
      "b17020_E012": 2324,
      "b17020_M012": 473,
      "b17020_E013": 2020,
      "b17020_M013": 296,
      "b15003_E001": 19136,
      "b15003_M001": 593,
      "b15003_E022": 6248,
      "b15003_M022": 660,
      "b15003_E023": 3412,
      "b15003_M023": 440,
      "b15003_E024": 1090,
      "b15003_M024": 251,
      "b15003_E025": 469,
      "b15003_M025": 146,
      "c16002_E001": 9575,
      "c16002_M001": 368,
      "c16002_E004": 34,
      "c16002_M004": 47,
      "c16002_E007": 63,
      "c16002_M007": 55,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9575,
      "b22010_M001": 368,
      "b22010_E002": 249,
      "b22010_M002": 99,
      "b19013_E001": 155110,
      "b19013_M001": 10710
     }
    }
   }
  },
  "Norfolk": {
   "cousub": "53470",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.13,
       "moe": 13.85,
       "numerator": 111,
       "denominator": 316
      },
      "children_with_two_parents_pct": {
       "estimate": 64.87,
       "moe": 17.7,
       "numerator": 205,
       "denominator": 316
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.81,
       "moe": 14.27,
       "numerator": 42,
       "denominator": 151
      },
      "children_below_poverty_pct": {
       "estimate": 14.11,
       "moe": 7.8,
       "numerator": 45,
       "denominator": 319
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.0,
       "moe": 4.83,
       "numerator": 610,
       "denominator": 1326
      },
      "limited_english_households_pct": {
       "estimate": 0.59,
       "moe": 3.39,
       "numerator": 4,
       "denominator": 681
      },
      "snap_households_pct": {
       "estimate": 7.78,
       "moe": 3.9,
       "numerator": 53,
       "denominator": 681
      },
      "median_household_income": {
       "estimate": 76382,
       "moe": 6532.0
      },
      "own_children_under_18": {
       "estimate": 316,
       "moe": 64.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 319,
       "moe": 80.01249902359005
      }
     },
     "lines": {
      "b23008_E001": 316,
      "b23008_M001": 64,
      "b23008_E003": 69,
      "b23008_M003": 44,
      "b23008_E008": 56,
      "b23008_M008": 39,
      "b23008_E016": 136,
      "b23008_M016": 54,
      "b23008_E021": 55,
      "b23008_M021": 30,
      "b11003_E001": 455,
      "b11003_M001": 53,
      "b11003_E003": 109,
      "b11003_M003": 31,
      "b11003_E010": 11,
      "b11003_M010": 10,
      "b11003_E016": 31,
      "b11003_M016": 22,
      "b17020_E001": 1676,
      "b17020_M001": 160,
      "b17020_E003": 4,
      "b17020_M003": 7,
      "b17020_E004": 20,
      "b17020_M004": 16,
      "b17020_E005": 21,
      "b17020_M005": 21,
      "b17020_E011": 121,
      "b17020_M011": 54,
      "b17020_E012": 67,
      "b17020_M012": 38,
      "b17020_E013": 86,
      "b17020_M013": 36,
      "b15003_E001": 1326,
      "b15003_M001": 133,
      "b15003_E022": 308,
      "b15003_M022": 65,
      "b15003_E023": 179,
      "b15003_M023": 44,
      "b15003_E024": 63,
      "b15003_M024": 30,
      "b15003_E025": 60,
      "b15003_M025": 28,
      "c16002_E001": 681,
      "c16002_M001": 61,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 4,
      "c16002_M007": 5,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 681,
      "b22010_M001": 61,
      "b22010_E002": 53,
      "b22010_M002": 27,
      "b19013_E001": 76382,
      "b19013_M001": 6532
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.09,
       "moe": 18.84,
       "numerator": 120,
       "denominator": 352
      },
      "children_with_two_parents_pct": {
       "estimate": 65.91,
       "moe": 6.28,
       "numerator": 232,
       "denominator": 352
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.84,
       "moe": 13.72,
       "numerator": 49,
       "denominator": 176
      },
      "children_below_poverty_pct": {
       "estimate": 9.5,
       "moe": 7.31,
       "numerator": 34,
       "denominator": 358
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.83,
       "moe": 4.31,
       "numerator": 665,
       "denominator": 1451
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.54,
       "numerator": 0,
       "denominator": 734
      },
      "snap_households_pct": {
       "estimate": 4.09,
       "moe": 2.12,
       "numerator": 30,
       "denominator": 734
      },
      "median_household_income": {
       "estimate": 92500,
       "moe": 18439.0
      },
      "own_children_under_18": {
       "estimate": 352,
       "moe": 109.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 358,
       "moe": 101.78408519999579
      }
     },
     "lines": {
      "b23008_E001": 352,
      "b23008_M001": 109,
      "b23008_E003": 77,
      "b23008_M003": 41,
      "b23008_E008": 68,
      "b23008_M008": 68,
      "b23008_E016": 155,
      "b23008_M016": 63,
      "b23008_E021": 52,
      "b23008_M021": 34,
      "b11003_E001": 491,
      "b11003_M001": 62,
      "b11003_E003": 127,
      "b11003_M003": 41,
      "b11003_E010": 20,
      "b11003_M010": 17,
      "b11003_E016": 29,
      "b11003_M016": 22,
      "b17020_E001": 1853,
      "b17020_M001": 219,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 13,
      "b17020_M004": 13,
      "b17020_E005": 21,
      "b17020_M005": 21,
      "b17020_E011": 145,
      "b17020_M011": 80,
      "b17020_E012": 93,
      "b17020_M012": 45,
      "b17020_E013": 86,
      "b17020_M013": 34,
      "b15003_E001": 1451,
      "b15003_M001": 192,
      "b15003_E022": 296,
      "b15003_M022": 61,
      "b15003_E023": 261,
      "b15003_M023": 81,
      "b15003_E024": 43,
      "b15003_M024": 23,
      "b15003_E025": 65,
      "b15003_M025": 29,
      "c16002_E001": 734,
      "c16002_M001": 90,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 734,
      "b22010_M001": 90,
      "b22010_E002": 30,
      "b22010_M002": 16,
      "b19013_E001": 92500,
      "b19013_M001": 18439
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.63,
       "moe": 15.68,
       "numerator": 100,
       "denominator": 273
      },
      "children_with_two_parents_pct": {
       "estimate": 63.37,
       "moe": 11.84,
       "numerator": 173,
       "denominator": 273
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.07,
       "moe": 17.72,
       "numerator": 47,
       "denominator": 134
      },
      "children_below_poverty_pct": {
       "estimate": 13.55,
       "moe": 10.54,
       "numerator": 37,
       "denominator": 273
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.66,
       "moe": 3.54,
       "numerator": 647,
       "denominator": 1417
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.8,
       "numerator": 0,
       "denominator": 737
      },
      "snap_households_pct": {
       "estimate": 5.97,
       "moe": 3.87,
       "numerator": 44,
       "denominator": 737
      },
      "median_household_income": {
       "estimate": 85859,
       "moe": 14505.0
      },
      "own_children_under_18": {
       "estimate": 273,
       "moe": 64.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 273,
       "moe": 70.63993204979744
      }
     },
     "lines": {
      "b23008_E001": 273,
      "b23008_M001": 64,
      "b23008_E003": 51,
      "b23008_M003": 33,
      "b23008_E008": 49,
      "b23008_M008": 34,
      "b23008_E016": 122,
      "b23008_M016": 40,
      "b23008_E021": 51,
      "b23008_M021": 35,
      "b11003_E001": 434,
      "b11003_M001": 60,
      "b11003_E003": 87,
      "b11003_M003": 29,
      "b11003_E010": 24,
      "b11003_M010": 19,
      "b11003_E016": 23,
      "b11003_M016": 20,
      "b17020_E001": 1727,
      "b17020_M001": 199,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 17,
      "b17020_M004": 18,
      "b17020_E005": 20,
      "b17020_M005": 20,
      "b17020_E011": 100,
      "b17020_M011": 47,
      "b17020_E012": 64,
      "b17020_M012": 31,
      "b17020_E013": 72,
      "b17020_M013": 30,
      "b15003_E001": 1417,
      "b15003_M001": 182,
      "b15003_E022": 314,
      "b15003_M022": 69,
      "b15003_E023": 213,
      "b15003_M023": 53,
      "b15003_E024": 53,
      "b15003_M024": 25,
      "b15003_E025": 67,
      "b15003_M025": 35,
      "c16002_E001": 737,
      "c16002_M001": 91,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 737,
      "b22010_M001": 91,
      "b22010_E002": 44,
      "b22010_M002": 29,
      "b19013_E001": 85859,
      "b19013_M001": 14505
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.0,
       "moe": 22.7,
       "numerator": 67,
       "denominator": 268
      },
      "children_with_two_parents_pct": {
       "estimate": 75.0,
       "moe": 34.93,
       "numerator": 201,
       "denominator": 268
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.67,
       "moe": 14.38,
       "numerator": 18,
       "denominator": 108
      },
      "children_below_poverty_pct": {
       "estimate": 5.6,
       "moe": 7.27,
       "numerator": 15,
       "denominator": 268
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.57,
       "moe": 4.45,
       "numerator": 678,
       "denominator": 1396
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.92,
       "numerator": 0,
       "denominator": 714
      },
      "snap_households_pct": {
       "estimate": 5.18,
       "moe": 2.89,
       "numerator": 37,
       "denominator": 714
      },
      "median_household_income": {
       "estimate": 91548,
       "moe": 16182.0
      },
      "own_children_under_18": {
       "estimate": 268,
       "moe": 93.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 268,
       "moe": 88.79752248796134
      }
     },
     "lines": {
      "b23008_E001": 268,
      "b23008_M001": 93,
      "b23008_E003": 59,
      "b23008_M003": 36,
      "b23008_E008": 64,
      "b23008_M008": 65,
      "b23008_E016": 142,
      "b23008_M016": 51,
      "b23008_E021": 3,
      "b23008_M021": 4,
      "b11003_E001": 405,
      "b11003_M001": 57,
      "b11003_E003": 90,
      "b11003_M003": 29,
      "b11003_E010": 15,
      "b11003_M010": 16,
      "b11003_E016": 3,
      "b11003_M016": 4,
      "b17020_E001": 1719,
      "b17020_M001": 192,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 6,
      "b17020_M004": 8,
      "b17020_E005": 9,
      "b17020_M005": 12,
      "b17020_E011": 123,
      "b17020_M011": 74,
      "b17020_E012": 52,
      "b17020_M012": 18,
      "b17020_E013": 78,
      "b17020_M013": 41,
      "b15003_E001": 1396,
      "b15003_M001": 155,
      "b15003_E022": 286,
      "b15003_M022": 55,
      "b15003_E023": 252,
      "b15003_M023": 62,
      "b15003_E024": 67,
      "b15003_M024": 36,
      "b15003_E025": 73,
      "b15003_M025": 37,
      "c16002_E001": 714,
      "c16002_M001": 73,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 714,
      "b22010_M001": 73,
      "b22010_E002": 37,
      "b22010_M002": 21,
      "b19013_E001": 91548,
      "b19013_M001": 16182
     }
    }
   }
  },
  "North Branford": {
   "cousub": "53890",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.3,
       "moe": 10.9,
       "numerator": 553,
       "denominator": 2480
      },
      "children_with_two_parents_pct": {
       "estimate": 77.7,
       "moe": 16.01,
       "numerator": 1927,
       "denominator": 2480
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.49,
       "moe": 12.51,
       "numerator": 346,
       "denominator": 1306
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.44,
       "numerator": 0,
       "denominator": 2518
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.58,
       "moe": 5.24,
       "numerator": 3507,
       "denominator": 9858
      },
      "limited_english_households_pct": {
       "estimate": 0.35,
       "moe": 0.89,
       "numerator": 18,
       "denominator": 5149
      },
      "snap_households_pct": {
       "estimate": 1.79,
       "moe": 0.95,
       "numerator": 92,
       "denominator": 5149
      },
      "median_household_income": {
       "estimate": 101463,
       "moe": 13270.0
      },
      "own_children_under_18": {
       "estimate": 2480,
       "moe": 305.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2518,
       "moe": 501.64529301090823
      }
     },
     "lines": {
      "b23008_E001": 2480,
      "b23008_M001": 305,
      "b23008_E003": 668,
      "b23008_M003": 284,
      "b23008_E008": 89,
      "b23008_M008": 80,
      "b23008_E016": 1259,
      "b23008_M016": 365,
      "b23008_E021": 464,
      "b23008_M021": 267,
      "b11003_E001": 3719,
      "b11003_M001": 222,
      "b11003_E003": 960,
      "b11003_M003": 206,
      "b11003_E010": 215,
      "b11003_M010": 148,
      "b11003_E016": 131,
      "b11003_M016": 100,
      "b17020_E001": 13604,
      "b17020_M001": 62,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 757,
      "b17020_M011": 300,
      "b17020_E012": 725,
      "b17020_M012": 242,
      "b17020_E013": 1036,
      "b17020_M013": 319,
      "b15003_E001": 9858,
      "b15003_M001": 339,
      "b15003_E022": 2224,
      "b15003_M022": 442,
      "b15003_E023": 885,
      "b15003_M023": 258,
      "b15003_E024": 222,
      "b15003_M024": 115,
      "b15003_E025": 176,
      "b15003_M025": 81,
      "c16002_E001": 5149,
      "c16002_M001": 267,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 18,
      "c16002_M007": 28,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5149,
      "b22010_M001": 267,
      "b22010_E002": 92,
      "b22010_M002": 49,
      "b19013_E001": 101463,
      "b19013_M001": 13270
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.23,
       "moe": 10.7,
       "numerator": 434,
       "denominator": 2519
      },
      "children_with_two_parents_pct": {
       "estimate": 82.77,
       "moe": 15.86,
       "numerator": 2085,
       "denominator": 2519
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.48,
       "moe": 12.72,
       "numerator": 263,
       "denominator": 1284
      },
      "children_below_poverty_pct": {
       "estimate": 1.09,
       "moe": 2.08,
       "numerator": 28,
       "denominator": 2571
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.08,
       "moe": 4.98,
       "numerator": 3458,
       "denominator": 9583
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.83,
       "numerator": 0,
       "denominator": 5082
      },
      "snap_households_pct": {
       "estimate": 1.42,
       "moe": 0.96,
       "numerator": 72,
       "denominator": 5082
      },
      "median_household_income": {
       "estimate": 114167,
       "moe": 17624.0
      },
      "own_children_under_18": {
       "estimate": 2519,
       "moe": 283.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2571,
       "moe": 539.1298544877662
      }
     },
     "lines": {
      "b23008_E001": 2519,
      "b23008_M001": 283,
      "b23008_E003": 735,
      "b23008_M003": 324,
      "b23008_E008": 76,
      "b23008_M008": 61,
      "b23008_E016": 1350,
      "b23008_M016": 331,
      "b23008_E021": 358,
      "b23008_M021": 267,
      "b11003_E001": 3683,
      "b11003_M001": 229,
      "b11003_E003": 1021,
      "b11003_M003": 220,
      "b11003_E010": 187,
      "b11003_M010": 162,
      "b11003_E016": 76,
      "b11003_M016": 61,
      "b17020_E001": 13521,
      "b17020_M001": 31,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 28,
      "b17020_M004": 45,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 832,
      "b17020_M011": 332,
      "b17020_E012": 640,
      "b17020_M012": 239,
      "b17020_E013": 1071,
      "b17020_M013": 347,
      "b15003_E001": 9583,
      "b15003_M001": 360,
      "b15003_E022": 2190,
      "b15003_M022": 406,
      "b15003_E023": 853,
      "b15003_M023": 246,
      "b15003_E024": 239,
      "b15003_M024": 103,
      "b15003_E025": 176,
      "b15003_M025": 91,
      "c16002_E001": 5082,
      "c16002_M001": 268,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5082,
      "b22010_M001": 268,
      "b22010_E002": 72,
      "b22010_M002": 49,
      "b19013_E001": 114167,
      "b19013_M001": 17624
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.56,
       "moe": 8.21,
       "numerator": 421,
       "denominator": 2397
      },
      "children_with_two_parents_pct": {
       "estimate": 82.44,
       "moe": 10.42,
       "numerator": 1976,
       "denominator": 2397
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.63,
       "moe": 11.77,
       "numerator": 262,
       "denominator": 1335
      },
      "children_below_poverty_pct": {
       "estimate": 1.36,
       "moe": 2.52,
       "numerator": 34,
       "denominator": 2505
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.46,
       "moe": 4.55,
       "numerator": 3465,
       "denominator": 9772
      },
      "limited_english_households_pct": {
       "estimate": 0.32,
       "moe": 0.88,
       "numerator": 16,
       "denominator": 5015
      },
      "snap_households_pct": {
       "estimate": 2.93,
       "moe": 1.57,
       "numerator": 147,
       "denominator": 5015
      },
      "median_household_income": {
       "estimate": 113687,
       "moe": 17616.0
      },
      "own_children_under_18": {
       "estimate": 2397,
       "moe": 360.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2505,
       "moe": 441.9819000818925
      }
     },
     "lines": {
      "b23008_E001": 2397,
      "b23008_M001": 360,
      "b23008_E003": 708,
      "b23008_M003": 222,
      "b23008_E008": 141,
      "b23008_M008": 123,
      "b23008_E016": 1268,
      "b23008_M016": 318,
      "b23008_E021": 280,
      "b23008_M021": 166,
      "b11003_E001": 3852,
      "b11003_M001": 218,
      "b11003_E003": 1073,
      "b11003_M003": 195,
      "b11003_E010": 139,
      "b11003_M010": 128,
      "b11003_E016": 123,
      "b11003_M016": 104,
      "b17020_E001": 13439,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 34,
      "b17020_M004": 56,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 921,
      "b17020_M011": 244,
      "b17020_E012": 663,
      "b17020_M012": 237,
      "b17020_E013": 887,
      "b17020_M013": 275,
      "b15003_E001": 9772,
      "b15003_M001": 436,
      "b15003_E022": 2199,
      "b15003_M022": 381,
      "b15003_E023": 822,
      "b15003_M023": 222,
      "b15003_E024": 255,
      "b15003_M024": 128,
      "b15003_E025": 189,
      "b15003_M025": 102,
      "c16002_E001": 5015,
      "c16002_M001": 256,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 16,
      "c16002_M007": 25,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5015,
      "b22010_M001": 256,
      "b22010_E002": 147,
      "b22010_M002": 79,
      "b19013_E001": 113687,
      "b19013_M001": 17616
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.68,
       "moe": 8.24,
       "numerator": 427,
       "denominator": 2415
      },
      "children_with_two_parents_pct": {
       "estimate": 82.32,
       "moe": 13.41,
       "numerator": 1988,
       "denominator": 2415
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.84,
       "moe": 11.99,
       "numerator": 293,
       "denominator": 1283
      },
      "children_below_poverty_pct": {
       "estimate": 1.57,
       "moe": 2.71,
       "numerator": 39,
       "denominator": 2491
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.43,
       "moe": 4.84,
       "numerator": 3493,
       "denominator": 10145
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.0,
       "numerator": 33,
       "denominator": 5190
      },
      "snap_households_pct": {
       "estimate": 3.12,
       "moe": 1.59,
       "numerator": 162,
       "denominator": 5190
      },
      "median_household_income": {
       "estimate": 108032,
       "moe": 12696.0
      },
      "own_children_under_18": {
       "estimate": 2415,
       "moe": 330.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2491,
       "moe": 464.5933705941143
      }
     },
     "lines": {
      "b23008_E001": 2415,
      "b23008_M001": 330,
      "b23008_E003": 653,
      "b23008_M003": 237,
      "b23008_E008": 121,
      "b23008_M008": 113,
      "b23008_E016": 1335,
      "b23008_M016": 350,
      "b23008_E021": 306,
      "b23008_M021": 174,
      "b11003_E001": 3942,
      "b11003_M001": 252,
      "b11003_E003": 990,
      "b11003_M003": 219,
      "b11003_E010": 159,
      "b11003_M010": 119,
      "b11003_E016": 134,
      "b11003_M016": 116,
      "b17020_E001": 13455,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 39,
      "b17020_M004": 61,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 830,
      "b17020_M011": 274,
      "b17020_E012": 749,
      "b17020_M012": 238,
      "b17020_E013": 873,
      "b17020_M013": 282,
      "b15003_E001": 10145,
      "b15003_M001": 384,
      "b15003_E022": 2146,
      "b15003_M022": 403,
      "b15003_E023": 981,
      "b15003_M023": 275,
      "b15003_E024": 280,
      "b15003_M024": 127,
      "b15003_E025": 86,
      "b15003_M025": 69,
      "c16002_E001": 5190,
      "c16002_M001": 277,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 33,
      "c16002_M007": 37,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5190,
      "b22010_M001": 277,
      "b22010_E002": 162,
      "b22010_M002": 83,
      "b19013_E001": 108032,
      "b19013_M001": 12696
     }
    }
   }
  },
  "North Canaan": {
   "cousub": "54030",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.0,
       "moe": 13.77,
       "numerator": 164,
       "denominator": 656
      },
      "children_with_two_parents_pct": {
       "estimate": 75.0,
       "moe": 29.43,
       "numerator": 492,
       "denominator": 656
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.5,
       "moe": 15.23,
       "numerator": 73,
       "denominator": 298
      },
      "children_below_poverty_pct": {
       "estimate": 24.26,
       "moe": 12.33,
       "numerator": 164,
       "denominator": 676
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.56,
       "moe": 7.84,
       "numerator": 620,
       "denominator": 2426
      },
      "limited_english_households_pct": {
       "estimate": 3.05,
       "moe": 4.05,
       "numerator": 38,
       "denominator": 1244
      },
      "snap_households_pct": {
       "estimate": 14.87,
       "moe": 7.32,
       "numerator": 185,
       "denominator": 1244
      },
      "median_household_income": {
       "estimate": 60789,
       "moe": 15925.0
      },
      "own_children_under_18": {
       "estimate": 656,
       "moe": 215.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 676,
       "moe": 264.4484826955904
      }
     },
     "lines": {
      "b23008_E001": 656,
      "b23008_M001": 215,
      "b23008_E003": 105,
      "b23008_M003": 72,
      "b23008_E008": 29,
      "b23008_M008": 38,
      "b23008_E016": 387,
      "b23008_M016": 241,
      "b23008_E021": 135,
      "b23008_M021": 98,
      "b11003_E001": 648,
      "b11003_M001": 84,
      "b11003_E003": 225,
      "b11003_M003": 94,
      "b11003_E010": 24,
      "b11003_M010": 27,
      "b11003_E016": 49,
      "b11003_M016": 45,
      "b17020_E001": 3049,
      "b17020_M001": 122,
      "b17020_E003": 9,
      "b17020_M003": 16,
      "b17020_E004": 52,
      "b17020_M004": 52,
      "b17020_E005": 103,
      "b17020_M005": 90,
      "b17020_E011": 125,
      "b17020_M011": 90,
      "b17020_E012": 97,
      "b17020_M012": 57,
      "b17020_E013": 290,
      "b17020_M013": 218,
      "b15003_E001": 2426,
      "b15003_M001": 187,
      "b15003_E022": 442,
      "b15003_M022": 176,
      "b15003_E023": 130,
      "b15003_M023": 79,
      "b15003_E024": 37,
      "b15003_M024": 32,
      "b15003_E025": 11,
      "b15003_M025": 15,
      "c16002_E001": 1244,
      "c16002_M001": 182,
      "c16002_E004": 35,
      "c16002_M004": 47,
      "c16002_E007": 3,
      "c16002_M007": 5,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1244,
      "b22010_M001": 182,
      "b22010_E002": 185,
      "b22010_M002": 95,
      "b19013_E001": 60789,
      "b19013_M001": 15925
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.88,
       "moe": 12.41,
       "numerator": 149,
       "denominator": 624
      },
      "children_with_two_parents_pct": {
       "estimate": 76.12,
       "moe": 28.29,
       "numerator": 475,
       "denominator": 624
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.29,
       "moe": 22.43,
       "numerator": 143,
       "denominator": 394
      },
      "children_below_poverty_pct": {
       "estimate": 42.28,
       "moe": 17.25,
       "numerator": 271,
       "denominator": 641
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.15,
       "moe": 6.25,
       "numerator": 498,
       "denominator": 2248
      },
      "limited_english_households_pct": {
       "estimate": 0.75,
       "moe": 2.2,
       "numerator": 9,
       "denominator": 1206
      },
      "snap_households_pct": {
       "estimate": 14.93,
       "moe": 7.88,
       "numerator": 180,
       "denominator": 1206
      },
      "median_household_income": {
       "estimate": 60962,
       "moe": 22662.0
      },
      "own_children_under_18": {
       "estimate": 624,
       "moe": 221.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 641,
       "moe": 248.22570374560325
      }
     },
     "lines": {
      "b23008_E001": 624,
      "b23008_M001": 221,
      "b23008_E003": 71,
      "b23008_M003": 53,
      "b23008_E008": 62,
      "b23008_M008": 60,
      "b23008_E016": 404,
      "b23008_M016": 238,
      "b23008_E021": 87,
      "b23008_M021": 72,
      "b11003_E001": 691,
      "b11003_M001": 107,
      "b11003_E003": 251,
      "b11003_M003": 119,
      "b11003_E010": 15,
      "b11003_M010": 18,
      "b11003_E016": 128,
      "b11003_M016": 104,
      "b17020_E001": 2981,
      "b17020_M001": 118,
      "b17020_E003": 62,
      "b17020_M003": 60,
      "b17020_E004": 77,
      "b17020_M004": 74,
      "b17020_E005": 132,
      "b17020_M005": 119,
      "b17020_E011": 71,
      "b17020_M011": 53,
      "b17020_E012": 62,
      "b17020_M012": 53,
      "b17020_E013": 237,
      "b17020_M013": 181,
      "b15003_E001": 2248,
      "b15003_M001": 228,
      "b15003_E022": 349,
      "b15003_M022": 134,
      "b15003_E023": 96,
      "b15003_M023": 57,
      "b15003_E024": 39,
      "b15003_M024": 29,
      "b15003_E025": 14,
      "b15003_M025": 16,
      "c16002_E001": 1206,
      "c16002_M001": 160,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 9,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1206,
      "b22010_M001": 160,
      "b22010_E002": 180,
      "b22010_M002": 98,
      "b19013_E001": 60962,
      "b19013_M001": 22662
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.54,
       "moe": 10.61,
       "numerator": 162,
       "denominator": 752
      },
      "children_with_two_parents_pct": {
       "estimate": 78.46,
       "moe": 29.59,
       "numerator": 590,
       "denominator": 752
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.25,
       "moe": 17.97,
       "numerator": 150,
       "denominator": 438
      },
      "children_below_poverty_pct": {
       "estimate": 29.06,
       "moe": 11.7,
       "numerator": 222,
       "denominator": 764
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.14,
       "moe": 7.41,
       "numerator": 576,
       "denominator": 2291
      },
      "limited_english_households_pct": {
       "estimate": 1.0,
       "moe": 2.42,
       "numerator": 13,
       "denominator": 1297
      },
      "snap_households_pct": {
       "estimate": 9.25,
       "moe": 7.01,
       "numerator": 120,
       "denominator": 1297
      },
      "median_household_income": {
       "estimate": 68295,
       "moe": 16432.0
      },
      "own_children_under_18": {
       "estimate": 752,
       "moe": 209.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 764,
       "moe": 251.28867861485523
      }
     },
     "lines": {
      "b23008_E001": 752,
      "b23008_M001": 209,
      "b23008_E003": 122,
      "b23008_M003": 109,
      "b23008_E008": 60,
      "b23008_M008": 54,
      "b23008_E016": 468,
      "b23008_M016": 254,
      "b23008_E021": 102,
      "b23008_M021": 74,
      "b11003_E001": 834,
      "b11003_M001": 110,
      "b11003_E003": 288,
      "b11003_M003": 114,
      "b11003_E010": 39,
      "b11003_M010": 39,
      "b11003_E016": 111,
      "b11003_M016": 85,
      "b17020_E001": 3079,
      "b17020_M001": 56,
      "b17020_E003": 60,
      "b17020_M003": 54,
      "b17020_E004": 54,
      "b17020_M004": 48,
      "b17020_E005": 108,
      "b17020_M005": 90,
      "b17020_E011": 122,
      "b17020_M011": 109,
      "b17020_E012": 103,
      "b17020_M012": 72,
      "b17020_E013": 317,
      "b17020_M013": 181,
      "b15003_E001": 2291,
      "b15003_M001": 205,
      "b15003_E022": 407,
      "b15003_M022": 153,
      "b15003_E023": 91,
      "b15003_M023": 72,
      "b15003_E024": 60,
      "b15003_M024": 49,
      "b15003_E025": 18,
      "b15003_M025": 22,
      "c16002_E001": 1297,
      "c16002_M001": 155,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 13,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1297,
      "b22010_M001": 155,
      "b22010_E002": 120,
      "b22010_M002": 92,
      "b19013_E001": 68295,
      "b19013_M001": 16432
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.27,
       "moe": 19.4,
       "numerator": 315,
       "denominator": 823
      },
      "children_with_two_parents_pct": {
       "estimate": 61.73,
       "moe": 24.31,
       "numerator": 508,
       "denominator": 823
      },
      "one_parent_families_with_children_pct": {
       "estimate": 52.49,
       "moe": 26.95,
       "numerator": 253,
       "denominator": 482
      },
      "children_below_poverty_pct": {
       "estimate": 18.11,
       "moe": 9.13,
       "numerator": 151,
       "denominator": 834
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.38,
       "moe": 7.64,
       "numerator": 492,
       "denominator": 2104
      },
      "limited_english_households_pct": {
       "estimate": 4.03,
       "moe": 4.8,
       "numerator": 53,
       "denominator": 1316
      },
      "snap_households_pct": {
       "estimate": 4.41,
       "moe": 2.84,
       "numerator": 58,
       "denominator": 1316
      },
      "median_household_income": {
       "estimate": 71976,
       "moe": 26329.0
      },
      "own_children_under_18": {
       "estimate": 823,
       "moe": 206.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 834,
       "moe": 288.4995667241114
      }
     },
     "lines": {
      "b23008_E001": 823,
      "b23008_M001": 206,
      "b23008_E003": 86,
      "b23008_M003": 104,
      "b23008_E008": 80,
      "b23008_M008": 74,
      "b23008_E016": 422,
      "b23008_M016": 213,
      "b23008_E021": 235,
      "b23008_M021": 162,
      "b11003_E001": 836,
      "b11003_M001": 128,
      "b11003_E003": 229,
      "b11003_M003": 91,
      "b11003_E010": 89,
      "b11003_M010": 86,
      "b11003_E016": 164,
      "b11003_M016": 138,
      "b17020_E001": 3113,
      "b17020_M001": 50,
      "b17020_E003": 80,
      "b17020_M003": 74,
      "b17020_E004": 20,
      "b17020_M004": 29,
      "b17020_E005": 51,
      "b17020_M005": 47,
      "b17020_E011": 86,
      "b17020_M011": 104,
      "b17020_E012": 134,
      "b17020_M012": 119,
      "b17020_E013": 463,
      "b17020_M013": 223,
      "b15003_E001": 2104,
      "b15003_M001": 228,
      "b15003_E022": 342,
      "b15003_M022": 149,
      "b15003_E023": 60,
      "b15003_M023": 40,
      "b15003_E024": 73,
      "b15003_M024": 66,
      "b15003_E025": 17,
      "b15003_M025": 23,
      "c16002_E001": 1316,
      "c16002_M001": 162,
      "c16002_E004": 40,
      "c16002_M004": 57,
      "c16002_E007": 13,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1316,
      "b22010_M001": 162,
      "b22010_E002": 58,
      "b22010_M002": 38,
      "b19013_E001": 71976,
      "b19013_M001": 26329
     }
    }
   }
  },
  "North Haven": {
   "cousub": "54870",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.23,
       "moe": 5.06,
       "numerator": 648,
       "denominator": 4553
      },
      "children_with_two_parents_pct": {
       "estimate": 85.77,
       "moe": 6.87,
       "numerator": 3905,
       "denominator": 4553
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.92,
       "moe": 6.62,
       "numerator": 393,
       "denominator": 2469
      },
      "children_below_poverty_pct": {
       "estimate": 8.2,
       "moe": 4.67,
       "numerator": 382,
       "denominator": 4659
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.51,
       "moe": 3.81,
       "numerator": 8372,
       "denominator": 18001
      },
      "limited_english_households_pct": {
       "estimate": 2.17,
       "moe": 1.22,
       "numerator": 206,
       "denominator": 9503
      },
      "snap_households_pct": {
       "estimate": 4.2,
       "moe": 1.46,
       "numerator": 399,
       "denominator": 9503
      },
      "median_household_income": {
       "estimate": 110009,
       "moe": 13188.0
      },
      "own_children_under_18": {
       "estimate": 4553,
       "moe": 480.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4659,
       "moe": 579.5506880334109
      }
     },
     "lines": {
      "b23008_E001": 4553,
      "b23008_M001": 480,
      "b23008_E003": 838,
      "b23008_M003": 222,
      "b23008_E008": 100,
      "b23008_M008": 87,
      "b23008_E016": 3067,
      "b23008_M016": 467,
      "b23008_E021": 548,
      "b23008_M021": 224,
      "b11003_E001": 6558,
      "b11003_M001": 299,
      "b11003_E003": 2076,
      "b11003_M003": 249,
      "b11003_E010": 68,
      "b11003_M010": 61,
      "b11003_E016": 325,
      "b11003_M016": 159,
      "b17020_E001": 24059,
      "b17020_M001": 94,
      "b17020_E003": 107,
      "b17020_M003": 112,
      "b17020_E004": 95,
      "b17020_M004": 139,
      "b17020_E005": 180,
      "b17020_M005": 133,
      "b17020_E011": 849,
      "b17020_M011": 218,
      "b17020_E012": 1601,
      "b17020_M012": 351,
      "b17020_E013": 1827,
      "b17020_M013": 340,
      "b15003_E001": 18001,
      "b15003_M001": 553,
      "b15003_E022": 4595,
      "b15003_M022": 550,
      "b15003_E023": 2532,
      "b15003_M023": 408,
      "b15003_E024": 788,
      "b15003_M024": 207,
      "b15003_E025": 457,
      "b15003_M025": 158,
      "c16002_E001": 9503,
      "c16002_M001": 367,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 20,
      "c16002_M007": 31,
      "c16002_E010": 186,
      "c16002_M010": 106,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9503,
      "b22010_M001": 367,
      "b22010_E002": 399,
      "b22010_M002": 140,
      "b19013_E001": 110009,
      "b19013_M001": 13188
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.42,
       "moe": 4.76,
       "numerator": 739,
       "denominator": 4794
      },
      "children_with_two_parents_pct": {
       "estimate": 84.58,
       "moe": 5.31,
       "numerator": 4055,
       "denominator": 4794
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.87,
       "moe": 6.73,
       "numerator": 468,
       "denominator": 2619
      },
      "children_below_poverty_pct": {
       "estimate": 9.47,
       "moe": 5.2,
       "numerator": 463,
       "denominator": 4888
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.81,
       "moe": 4.1,
       "numerator": 8363,
       "denominator": 17865
      },
      "limited_english_households_pct": {
       "estimate": 2.84,
       "moe": 1.24,
       "numerator": 271,
       "denominator": 9559
      },
      "snap_households_pct": {
       "estimate": 3.8,
       "moe": 1.38,
       "numerator": 363,
       "denominator": 9559
      },
      "median_household_income": {
       "estimate": 121250,
       "moe": 9135.0
      },
      "own_children_under_18": {
       "estimate": 4794,
       "moe": 434.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4888,
       "moe": 590.7139747796729
      }
     },
     "lines": {
      "b23008_E001": 4794,
      "b23008_M001": 434,
      "b23008_E003": 858,
      "b23008_M003": 216,
      "b23008_E008": 100,
      "b23008_M008": 102,
      "b23008_E016": 3197,
      "b23008_M016": 391,
      "b23008_E021": 639,
      "b23008_M021": 215,
      "b11003_E001": 6800,
      "b11003_M001": 319,
      "b11003_E003": 2151,
      "b11003_M003": 276,
      "b11003_E010": 63,
      "b11003_M010": 47,
      "b11003_E016": 405,
      "b11003_M016": 180,
      "b17020_E001": 24027,
      "b17020_M001": 91,
      "b17020_E003": 122,
      "b17020_M003": 155,
      "b17020_E004": 137,
      "b17020_M004": 157,
      "b17020_E005": 204,
      "b17020_M005": 138,
      "b17020_E011": 849,
      "b17020_M011": 211,
      "b17020_E012": 1634,
      "b17020_M012": 348,
      "b17020_E013": 1942,
      "b17020_M013": 340,
      "b15003_E001": 17865,
      "b15003_M001": 490,
      "b15003_E022": 4682,
      "b15003_M022": 583,
      "b15003_E023": 2632,
      "b15003_M023": 427,
      "b15003_E024": 663,
      "b15003_M024": 199,
      "b15003_E025": 386,
      "b15003_M025": 169,
      "c16002_E001": 9559,
      "c16002_M001": 364,
      "c16002_E004": 15,
      "c16002_M004": 27,
      "c16002_E007": 27,
      "c16002_M007": 33,
      "c16002_E010": 229,
      "c16002_M010": 108,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9559,
      "b22010_M001": 364,
      "b22010_E002": 363,
      "b22010_M002": 133,
      "b19013_E001": 121250,
      "b19013_M001": 9135
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.72,
       "moe": 5.49,
       "numerator": 872,
       "denominator": 4922
      },
      "children_with_two_parents_pct": {
       "estimate": 82.28,
       "moe": 6.15,
       "numerator": 4050,
       "denominator": 4922
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.14,
       "moe": 6.9,
       "numerator": 462,
       "denominator": 2695
      },
      "children_below_poverty_pct": {
       "estimate": 5.55,
       "moe": 3.74,
       "numerator": 279,
       "denominator": 5028
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.39,
       "moe": 4.79,
       "numerator": 8425,
       "denominator": 17779
      },
      "limited_english_households_pct": {
       "estimate": 3.1,
       "moe": 1.39,
       "numerator": 298,
       "denominator": 9627
      },
      "snap_households_pct": {
       "estimate": 4.2,
       "moe": 1.46,
       "numerator": 404,
       "denominator": 9627
      },
      "median_household_income": {
       "estimate": 126807,
       "moe": 8487.0
      },
      "own_children_under_18": {
       "estimate": 4922,
       "moe": 389.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5028,
       "moe": 581.8204190297896
      }
     },
     "lines": {
      "b23008_E001": 4922,
      "b23008_M001": 389,
      "b23008_E003": 942,
      "b23008_M003": 231,
      "b23008_E008": 106,
      "b23008_M008": 83,
      "b23008_E016": 3108,
      "b23008_M016": 375,
      "b23008_E021": 766,
      "b23008_M021": 266,
      "b11003_E001": 6936,
      "b11003_M001": 324,
      "b11003_E003": 2233,
      "b11003_M003": 262,
      "b11003_E010": 80,
      "b11003_M010": 65,
      "b11003_E016": 382,
      "b11003_M016": 183,
      "b17020_E001": 24058,
      "b17020_M001": 90,
      "b17020_E003": 72,
      "b17020_M003": 95,
      "b17020_E004": 111,
      "b17020_M004": 137,
      "b17020_E005": 96,
      "b17020_M005": 93,
      "b17020_E011": 990,
      "b17020_M011": 220,
      "b17020_E012": 1767,
      "b17020_M012": 346,
      "b17020_E013": 1992,
      "b17020_M013": 366,
      "b15003_E001": 17779,
      "b15003_M001": 486,
      "b15003_E022": 4849,
      "b15003_M022": 705,
      "b15003_E023": 2650,
      "b15003_M023": 470,
      "b15003_E024": 577,
      "b15003_M024": 188,
      "b15003_E025": 349,
      "b15003_M025": 157,
      "c16002_E001": 9627,
      "c16002_M001": 336,
      "c16002_E004": 12,
      "c16002_M004": 19,
      "c16002_E007": 40,
      "c16002_M007": 36,
      "c16002_E010": 246,
      "c16002_M010": 125,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9627,
      "b22010_M001": 336,
      "b22010_E002": 404,
      "b22010_M002": 141,
      "b19013_E001": 126807,
      "b19013_M001": 8487
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.98,
       "moe": 5.97,
       "numerator": 810,
       "denominator": 5070
      },
      "children_with_two_parents_pct": {
       "estimate": 84.02,
       "moe": 4.77,
       "numerator": 4260,
       "denominator": 5070
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.24,
       "moe": 5.41,
       "numerator": 430,
       "denominator": 2822
      },
      "children_below_poverty_pct": {
       "estimate": 4.71,
       "moe": 2.68,
       "numerator": 246,
       "denominator": 5228
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.48,
       "moe": 4.2,
       "numerator": 8233,
       "denominator": 17714
      },
      "limited_english_households_pct": {
       "estimate": 3.27,
       "moe": 1.23,
       "numerator": 313,
       "denominator": 9586
      },
      "snap_households_pct": {
       "estimate": 5.48,
       "moe": 1.42,
       "numerator": 525,
       "denominator": 9586
      },
      "median_household_income": {
       "estimate": 132689,
       "moe": 6888.0
      },
      "own_children_under_18": {
       "estimate": 5070,
       "moe": 428.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5228,
       "moe": 527.5575797957982
      }
     },
     "lines": {
      "b23008_E001": 5070,
      "b23008_M001": 428,
      "b23008_E003": 1152,
      "b23008_M003": 244,
      "b23008_E008": 118,
      "b23008_M008": 90,
      "b23008_E016": 3108,
      "b23008_M016": 358,
      "b23008_E021": 692,
      "b23008_M021": 297,
      "b11003_E001": 7025,
      "b11003_M001": 346,
      "b11003_E003": 2392,
      "b11003_M003": 256,
      "b11003_E010": 94,
      "b11003_M010": 76,
      "b11003_E016": 336,
      "b11003_M016": 140,
      "b17020_E001": 24290,
      "b17020_M001": 30,
      "b17020_E003": 47,
      "b17020_M003": 64,
      "b17020_E004": 100,
      "b17020_M004": 100,
      "b17020_E005": 99,
      "b17020_M005": 78,
      "b17020_E011": 1233,
      "b17020_M011": 261,
      "b17020_E012": 1747,
      "b17020_M012": 296,
      "b17020_E013": 2002,
      "b17020_M013": 320,
      "b15003_E001": 17714,
      "b15003_M001": 466,
      "b15003_E022": 4729,
      "b15003_M022": 589,
      "b15003_E023": 2494,
      "b15003_M023": 427,
      "b15003_E024": 644,
      "b15003_M024": 212,
      "b15003_E025": 366,
      "b15003_M025": 158,
      "c16002_E001": 9586,
      "c16002_M001": 328,
      "c16002_E004": 15,
      "c16002_M004": 28,
      "c16002_E007": 40,
      "c16002_M007": 37,
      "c16002_E010": 258,
      "c16002_M010": 106,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9586,
      "b22010_M001": 328,
      "b22010_E002": 525,
      "b22010_M002": 137,
      "b19013_E001": 132689,
      "b19013_M001": 6888
     }
    }
   }
  },
  "North Stonington": {
   "cousub": "55500",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.53,
       "moe": 10.77,
       "numerator": 83,
       "denominator": 871
      },
      "children_with_two_parents_pct": {
       "estimate": 90.47,
       "moe": 24.64,
       "numerator": 788,
       "denominator": 871
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.85,
       "moe": 19.32,
       "numerator": 83,
       "denominator": 559
      },
      "children_below_poverty_pct": {
       "estimate": 9.53,
       "moe": 10.75,
       "numerator": 83,
       "denominator": 871
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.31,
       "moe": 9.01,
       "numerator": 1725,
       "denominator": 3807
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.8,
       "numerator": 0,
       "denominator": 2106
      },
      "snap_households_pct": {
       "estimate": 3.32,
       "moe": 3.36,
       "numerator": 70,
       "denominator": 2106
      },
      "median_household_income": {
       "estimate": 85266,
       "moe": 22484.0
      },
      "own_children_under_18": {
       "estimate": 871,
       "moe": 197.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 871,
       "moe": 285.147330339949
      }
     },
     "lines": {
      "b23008_E001": 871,
      "b23008_M001": 197,
      "b23008_E003": 237,
      "b23008_M003": 179,
      "b23008_E008": 5,
      "b23008_M008": 11,
      "b23008_E016": 551,
      "b23008_M016": 214,
      "b23008_E021": 78,
      "b23008_M021": 95,
      "b11003_E001": 1479,
      "b11003_M001": 134,
      "b11003_E003": 476,
      "b11003_M003": 154,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 83,
      "b11003_M016": 110,
      "b17020_E001": 5146,
      "b17020_M001": 16,
      "b17020_E003": 5,
      "b17020_M003": 11,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 78,
      "b17020_M005": 95,
      "b17020_E011": 237,
      "b17020_M011": 179,
      "b17020_E012": 240,
      "b17020_M012": 119,
      "b17020_E013": 311,
      "b17020_M013": 160,
      "b15003_E001": 3807,
      "b15003_M001": 189,
      "b15003_E022": 880,
      "b15003_M022": 256,
      "b15003_E023": 484,
      "b15003_M023": 174,
      "b15003_E024": 280,
      "b15003_M024": 161,
      "b15003_E025": 81,
      "b15003_M025": 58,
      "c16002_E001": 2106,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2106,
      "b22010_M001": 187,
      "b22010_E002": 70,
      "b22010_M002": 71,
      "b19013_E001": 85266,
      "b19013_M001": 22484
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 8.56,
       "moe": 9.44,
       "numerator": 81,
       "denominator": 946
      },
      "children_with_two_parents_pct": {
       "estimate": 91.44,
       "moe": 23.87,
       "numerator": 865,
       "denominator": 946
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.84,
       "moe": 21.65,
       "numerator": 104,
       "denominator": 552
      },
      "children_below_poverty_pct": {
       "estimate": 8.56,
       "moe": 9.42,
       "numerator": 81,
       "denominator": 946
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.91,
       "moe": 8.66,
       "numerator": 1699,
       "denominator": 3869
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.76,
       "numerator": 0,
       "denominator": 2163
      },
      "snap_households_pct": {
       "estimate": 3.28,
       "moe": 3.5,
       "numerator": 71,
       "denominator": 2163
      },
      "median_household_income": {
       "estimate": 91932,
       "moe": 25692.0
      },
      "own_children_under_18": {
       "estimate": 946,
       "moe": 227.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 946,
       "moe": 323.25222350356694
      }
     },
     "lines": {
      "b23008_E001": 946,
      "b23008_M001": 227,
      "b23008_E003": 278,
      "b23008_M003": 191,
      "b23008_E008": 4,
      "b23008_M008": 8,
      "b23008_E016": 587,
      "b23008_M016": 240,
      "b23008_E021": 77,
      "b23008_M021": 91,
      "b11003_E001": 1524,
      "b11003_M001": 156,
      "b11003_E003": 448,
      "b11003_M003": 159,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 104,
      "b11003_M016": 124,
      "b17020_E001": 5156,
      "b17020_M001": 24,
      "b17020_E003": 4,
      "b17020_M003": 8,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 77,
      "b17020_M005": 91,
      "b17020_E011": 278,
      "b17020_M011": 191,
      "b17020_E012": 245,
      "b17020_M012": 156,
      "b17020_E013": 342,
      "b17020_M013": 187,
      "b15003_E001": 3869,
      "b15003_M001": 239,
      "b15003_E022": 869,
      "b15003_M022": 232,
      "b15003_E023": 488,
      "b15003_M023": 209,
      "b15003_E024": 254,
      "b15003_M024": 145,
      "b15003_E025": 88,
      "b15003_M025": 69,
      "c16002_E001": 2163,
      "c16002_M001": 172,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2163,
      "b22010_M001": 172,
      "b22010_E002": 71,
      "b22010_M002": 76,
      "b19013_E001": 91932,
      "b19013_M001": 25692
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.74,
       "moe": 13.62,
       "numerator": 204,
       "denominator": 897
      },
      "children_with_two_parents_pct": {
       "estimate": 77.26,
       "moe": 22.91,
       "numerator": 693,
       "denominator": 897
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.72,
       "moe": 15.29,
       "numerator": 134,
       "denominator": 542
      },
      "children_below_poverty_pct": {
       "estimate": 8.36,
       "moe": 8.13,
       "numerator": 75,
       "denominator": 897
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.93,
       "moe": 7.86,
       "numerator": 1564,
       "denominator": 3821
      },
      "limited_english_households_pct": {
       "estimate": 1.76,
       "moe": 2.83,
       "numerator": 36,
       "denominator": 2051
      },
      "snap_households_pct": {
       "estimate": 3.9,
       "moe": 3.74,
       "numerator": 80,
       "denominator": 2051
      },
      "median_household_income": {
       "estimate": 115069,
       "moe": 17671.0
      },
      "own_children_under_18": {
       "estimate": 897,
       "moe": 166.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 897,
       "moe": 250.9960159046354
      }
     },
     "lines": {
      "b23008_E001": 897,
      "b23008_M001": 166,
      "b23008_E003": 252,
      "b23008_M003": 149,
      "b23008_E008": 39,
      "b23008_M008": 56,
      "b23008_E016": 441,
      "b23008_M016": 191,
      "b23008_E021": 165,
      "b23008_M021": 115,
      "b11003_E001": 1546,
      "b11003_M001": 115,
      "b11003_E003": 408,
      "b11003_M003": 145,
      "b11003_E010": 62,
      "b11003_M010": 51,
      "b11003_E016": 72,
      "b11003_M016": 78,
      "b17020_E001": 5151,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 22,
      "b17020_M004": 36,
      "b17020_E005": 53,
      "b17020_M005": 64,
      "b17020_E011": 291,
      "b17020_M011": 157,
      "b17020_E012": 237,
      "b17020_M012": 121,
      "b17020_E013": 294,
      "b17020_M013": 134,
      "b15003_E001": 3821,
      "b15003_M001": 195,
      "b15003_E022": 776,
      "b15003_M022": 199,
      "b15003_E023": 499,
      "b15003_M023": 196,
      "b15003_E024": 187,
      "b15003_M024": 115,
      "b15003_E025": 102,
      "b15003_M025": 73,
      "c16002_E001": 2051,
      "c16002_M001": 169,
      "c16002_E004": 36,
      "c16002_M004": 48,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2051,
      "b22010_M001": 169,
      "b22010_E002": 80,
      "b22010_M002": 77,
      "b19013_E001": 115069,
      "b19013_M001": 17671
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.4,
       "moe": 15.66,
       "numerator": 240,
       "denominator": 845
      },
      "children_with_two_parents_pct": {
       "estimate": 71.6,
       "moe": 17.9,
       "numerator": 605,
       "denominator": 845
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.46,
       "moe": 12.62,
       "numerator": 115,
       "denominator": 512
      },
      "children_below_poverty_pct": {
       "estimate": 3.08,
       "moe": 5.34,
       "numerator": 26,
       "denominator": 845
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.59,
       "moe": 8.57,
       "numerator": 2045,
       "denominator": 3964
      },
      "limited_english_households_pct": {
       "estimate": 1.84,
       "moe": 2.91,
       "numerator": 39,
       "denominator": 2114
      },
      "snap_households_pct": {
       "estimate": 2.89,
       "moe": 3.3,
       "numerator": 61,
       "denominator": 2114
      },
      "median_household_income": {
       "estimate": 123938,
       "moe": 9792.0
      },
      "own_children_under_18": {
       "estimate": 845,
       "moe": 146.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 845,
       "moe": 237.15606675773657
      }
     },
     "lines": {
      "b23008_E001": 845,
      "b23008_M001": 146,
      "b23008_E003": 244,
      "b23008_M003": 131,
      "b23008_E008": 47,
      "b23008_M008": 64,
      "b23008_E016": 361,
      "b23008_M016": 129,
      "b23008_E021": 193,
      "b23008_M021": 123,
      "b11003_E001": 1608,
      "b11003_M001": 138,
      "b11003_E003": 397,
      "b11003_M003": 127,
      "b11003_E010": 80,
      "b11003_M010": 56,
      "b11003_E016": 35,
      "b11003_M016": 46,
      "b17020_E001": 5156,
      "b17020_M001": 17,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 26,
      "b17020_M004": 37,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 291,
      "b17020_M011": 146,
      "b17020_E012": 249,
      "b17020_M012": 110,
      "b17020_E013": 279,
      "b17020_M013": 144,
      "b15003_E001": 3964,
      "b15003_M001": 206,
      "b15003_E022": 1067,
      "b15003_M022": 269,
      "b15003_E023": 627,
      "b15003_M023": 182,
      "b15003_E024": 178,
      "b15003_M024": 113,
      "b15003_E025": 173,
      "b15003_M025": 92,
      "c16002_E001": 2114,
      "c16002_M001": 177,
      "c16002_E004": 39,
      "c16002_M004": 52,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2114,
      "b22010_M001": 177,
      "b22010_E002": 61,
      "b22010_M002": 70,
      "b19013_E001": 123938,
      "b19013_M001": 9792
     }
    }
   }
  },
  "Norwalk": {
   "cousub": "56060",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.67,
       "moe": 4.41,
       "numerator": 5001,
       "denominator": 16855
      },
      "children_with_two_parents_pct": {
       "estimate": 70.33,
       "moe": 3.5,
       "numerator": 11854,
       "denominator": 16855
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.94,
       "moe": 3.53,
       "numerator": 2307,
       "denominator": 9250
      },
      "children_below_poverty_pct": {
       "estimate": 12.66,
       "moe": 2.54,
       "numerator": 2193,
       "denominator": 17327
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.3,
       "moe": 1.89,
       "numerator": 29341,
       "denominator": 66236
      },
      "limited_english_households_pct": {
       "estimate": 8.93,
       "moe": 1.24,
       "numerator": 3177,
       "denominator": 35569
      },
      "snap_households_pct": {
       "estimate": 7.85,
       "moe": 1.29,
       "numerator": 2792,
       "denominator": 35569
      },
      "median_household_income": {
       "estimate": 91434,
       "moe": 4561.0
      },
      "own_children_under_18": {
       "estimate": 16855,
       "moe": 1034.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17327,
       "moe": 1273.419805091785
      }
     },
     "lines": {
      "b23008_E001": 16855,
      "b23008_M001": 1034,
      "b23008_E003": 4540,
      "b23008_M003": 685,
      "b23008_E008": 1257,
      "b23008_M008": 431,
      "b23008_E016": 7314,
      "b23008_M016": 639,
      "b23008_E021": 3744,
      "b23008_M021": 678,
      "b11003_E001": 22631,
      "b11003_M001": 607,
      "b11003_E003": 6943,
      "b11003_M003": 503,
      "b11003_E010": 660,
      "b11003_M010": 192,
      "b11003_E016": 1647,
      "b11003_M016": 306,
      "b17020_E001": 90253,
      "b17020_M001": 265,
      "b17020_E003": 670,
      "b17020_M003": 270,
      "b17020_E004": 891,
      "b17020_M004": 311,
      "b17020_E005": 632,
      "b17020_M005": 224,
      "b17020_E011": 5155,
      "b17020_M011": 776,
      "b17020_E012": 4336,
      "b17020_M012": 541,
      "b17020_E013": 5643,
      "b17020_M013": 712,
      "b15003_E001": 66236,
      "b15003_M001": 1093,
      "b15003_E022": 16814,
      "b15003_M022": 960,
      "b15003_E023": 9166,
      "b15003_M023": 824,
      "b15003_E024": 2380,
      "b15003_M024": 399,
      "b15003_E025": 981,
      "b15003_M025": 202,
      "c16002_E001": 35569,
      "c16002_M001": 874,
      "c16002_E004": 2432,
      "c16002_M004": 388,
      "c16002_E007": 601,
      "c16002_M007": 203,
      "c16002_E010": 113,
      "c16002_M010": 80,
      "c16002_E013": 31,
      "c16002_M013": 40,
      "b22010_E001": 35569,
      "b22010_M001": 874,
      "b22010_E002": 2792,
      "b22010_M002": 464,
      "b19013_E001": 91434,
      "b19013_M001": 4561
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.49,
       "moe": 4.03,
       "numerator": 5574,
       "denominator": 16643
      },
      "children_with_two_parents_pct": {
       "estimate": 66.51,
       "moe": 4.13,
       "numerator": 11069,
       "denominator": 16643
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.6,
       "moe": 3.88,
       "numerator": 2378,
       "denominator": 8941
      },
      "children_below_poverty_pct": {
       "estimate": 16.06,
       "moe": 3.17,
       "numerator": 2779,
       "denominator": 17305
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.63,
       "moe": 1.8,
       "numerator": 28160,
       "denominator": 66053
      },
      "limited_english_households_pct": {
       "estimate": 9.49,
       "moe": 1.38,
       "numerator": 3346,
       "denominator": 35272
      },
      "snap_households_pct": {
       "estimate": 9.89,
       "moe": 1.45,
       "numerator": 3488,
       "denominator": 35272
      },
      "median_household_income": {
       "estimate": 97879,
       "moe": 4864.0
      },
      "own_children_under_18": {
       "estimate": 16643,
       "moe": 1016.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17305,
       "moe": 1209.7867580693714
      }
     },
     "lines": {
      "b23008_E001": 16643,
      "b23008_M001": 1016,
      "b23008_E003": 3899,
      "b23008_M003": 617,
      "b23008_E008": 1557,
      "b23008_M008": 411,
      "b23008_E016": 7170,
      "b23008_M016": 741,
      "b23008_E021": 4017,
      "b23008_M021": 629,
      "b11003_E001": 22614,
      "b11003_M001": 689,
      "b11003_E003": 6563,
      "b11003_M003": 649,
      "b11003_E010": 666,
      "b11003_M010": 228,
      "b11003_E016": 1712,
      "b11003_M016": 331,
      "b17020_E001": 90431,
      "b17020_M001": 285,
      "b17020_E003": 752,
      "b17020_M003": 328,
      "b17020_E004": 1114,
      "b17020_M004": 370,
      "b17020_E005": 913,
      "b17020_M005": 306,
      "b17020_E011": 4764,
      "b17020_M011": 588,
      "b17020_E012": 4163,
      "b17020_M012": 514,
      "b17020_E013": 5599,
      "b17020_M013": 718,
      "b15003_E001": 66053,
      "b15003_M001": 1001,
      "b15003_E022": 16130,
      "b15003_M022": 953,
      "b15003_E023": 8741,
      "b15003_M023": 681,
      "b15003_E024": 2220,
      "b15003_M024": 413,
      "b15003_E025": 1069,
      "b15003_M025": 237,
      "c16002_E001": 35272,
      "c16002_M001": 904,
      "c16002_E004": 2669,
      "c16002_M004": 446,
      "c16002_E007": 576,
      "c16002_M007": 207,
      "c16002_E010": 68,
      "c16002_M010": 48,
      "c16002_E013": 33,
      "c16002_M013": 38,
      "b22010_E001": 35272,
      "b22010_M001": 904,
      "b22010_E002": 3488,
      "b22010_M002": 518,
      "b19013_E001": 97879,
      "b19013_M001": 4864
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.89,
       "moe": 4.39,
       "numerator": 5705,
       "denominator": 16836
      },
      "children_with_two_parents_pct": {
       "estimate": 66.11,
       "moe": 3.66,
       "numerator": 11131,
       "denominator": 16836
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.84,
       "moe": 4.15,
       "numerator": 2577,
       "denominator": 9256
      },
      "children_below_poverty_pct": {
       "estimate": 15.8,
       "moe": 3.1,
       "numerator": 2751,
       "denominator": 17416
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.58,
       "moe": 1.96,
       "numerator": 29575,
       "denominator": 66348
      },
      "limited_english_households_pct": {
       "estimate": 8.67,
       "moe": 1.37,
       "numerator": 3074,
       "denominator": 35476
      },
      "snap_households_pct": {
       "estimate": 10.17,
       "moe": 1.41,
       "numerator": 3608,
       "denominator": 35476
      },
      "median_household_income": {
       "estimate": 105301,
       "moe": 4468.0
      },
      "own_children_under_18": {
       "estimate": 16836,
       "moe": 1157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17416,
       "moe": 1224.4949979481337
      }
     },
     "lines": {
      "b23008_E001": 16836,
      "b23008_M001": 1157,
      "b23008_E003": 3891,
      "b23008_M003": 664,
      "b23008_E008": 1605,
      "b23008_M008": 471,
      "b23008_E016": 7240,
      "b23008_M016": 724,
      "b23008_E021": 4100,
      "b23008_M021": 692,
      "b11003_E001": 23200,
      "b11003_M001": 798,
      "b11003_E003": 6679,
      "b11003_M003": 607,
      "b11003_E010": 654,
      "b11003_M010": 243,
      "b11003_E016": 1923,
      "b11003_M016": 363,
      "b17020_E001": 90768,
      "b17020_M001": 335,
      "b17020_E003": 766,
      "b17020_M003": 377,
      "b17020_E004": 1066,
      "b17020_M004": 306,
      "b17020_E005": 919,
      "b17020_M005": 305,
      "b17020_E011": 4764,
      "b17020_M011": 722,
      "b17020_E012": 4555,
      "b17020_M012": 483,
      "b17020_E013": 5346,
      "b17020_M013": 645,
      "b15003_E001": 66348,
      "b15003_M001": 1209,
      "b15003_E022": 17206,
      "b15003_M022": 1110,
      "b15003_E023": 9009,
      "b15003_M023": 722,
      "b15003_E024": 2271,
      "b15003_M024": 418,
      "b15003_E025": 1089,
      "b15003_M025": 247,
      "c16002_E001": 35476,
      "c16002_M001": 862,
      "c16002_E004": 2454,
      "c16002_M004": 455,
      "c16002_E007": 525,
      "c16002_M007": 179,
      "c16002_E010": 56,
      "c16002_M010": 42,
      "c16002_E013": 39,
      "c16002_M013": 47,
      "b22010_E001": 35476,
      "b22010_M001": 862,
      "b22010_E002": 3608,
      "b22010_M002": 509,
      "b19013_E001": 105301,
      "b19013_M001": 4468
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.79,
       "moe": 5.43,
       "numerator": 5535,
       "denominator": 16379
      },
      "children_with_two_parents_pct": {
       "estimate": 66.21,
       "moe": 4.62,
       "numerator": 10844,
       "denominator": 16379
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.74,
       "moe": 5.45,
       "numerator": 2541,
       "denominator": 8840
      },
      "children_below_poverty_pct": {
       "estimate": 12.7,
       "moe": 2.55,
       "numerator": 2161,
       "denominator": 17021
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.76,
       "moe": 1.93,
       "numerator": 30268,
       "denominator": 67618
      },
      "limited_english_households_pct": {
       "estimate": 7.99,
       "moe": 1.24,
       "numerator": 2876,
       "denominator": 36011
      },
      "snap_households_pct": {
       "estimate": 10.75,
       "moe": 1.78,
       "numerator": 3870,
       "denominator": 36011
      },
      "median_household_income": {
       "estimate": 107616,
       "moe": 6938.0
      },
      "own_children_under_18": {
       "estimate": 16379,
       "moe": 880.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17021,
       "moe": 1256.7748406138628
      }
     },
     "lines": {
      "b23008_E001": 16379,
      "b23008_M001": 880,
      "b23008_E003": 3567,
      "b23008_M003": 629,
      "b23008_E008": 1602,
      "b23008_M008": 524,
      "b23008_E016": 7277,
      "b23008_M016": 718,
      "b23008_E021": 3933,
      "b23008_M021": 777,
      "b11003_E001": 23164,
      "b11003_M001": 763,
      "b11003_E003": 6299,
      "b11003_M003": 515,
      "b11003_E010": 526,
      "b11003_M010": 234,
      "b11003_E016": 2015,
      "b11003_M016": 471,
      "b17020_E001": 91571,
      "b17020_M001": 320,
      "b17020_E003": 506,
      "b17020_M003": 287,
      "b17020_E004": 852,
      "b17020_M004": 248,
      "b17020_E005": 803,
      "b17020_M005": 265,
      "b17020_E011": 4694,
      "b17020_M011": 666,
      "b17020_E012": 4493,
      "b17020_M012": 655,
      "b17020_E013": 5673,
      "b17020_M013": 702,
      "b15003_E001": 67618,
      "b15003_M001": 1133,
      "b15003_E022": 17413,
      "b15003_M022": 843,
      "b15003_E023": 9355,
      "b15003_M023": 938,
      "b15003_E024": 2213,
      "b15003_M024": 521,
      "b15003_E025": 1287,
      "b15003_M025": 325,
      "c16002_E001": 36011,
      "c16002_M001": 779,
      "c16002_E004": 2259,
      "c16002_M004": 421,
      "c16002_E007": 553,
      "c16002_M007": 150,
      "c16002_E010": 33,
      "c16002_M010": 27,
      "c16002_E013": 31,
      "c16002_M013": 35,
      "b22010_E001": 36011,
      "b22010_M001": 779,
      "b22010_E002": 3870,
      "b22010_M002": 647,
      "b19013_E001": 107616,
      "b19013_M001": 6938
     }
    }
   }
  },
  "Norwich": {
   "cousub": "56270",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 52.14,
       "moe": 8.07,
       "numerator": 3859,
       "denominator": 7401
      },
      "children_with_two_parents_pct": {
       "estimate": 47.86,
       "moe": 6.24,
       "numerator": 3542,
       "denominator": 7401
      },
      "one_parent_families_with_children_pct": {
       "estimate": 55.0,
       "moe": 7.23,
       "numerator": 2360,
       "denominator": 4291
      },
      "children_below_poverty_pct": {
       "estimate": 13.07,
       "moe": 4.05,
       "numerator": 1008,
       "denominator": 7710
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.53,
       "moe": 1.95,
       "numerator": 5586,
       "denominator": 28607
      },
      "limited_english_households_pct": {
       "estimate": 4.75,
       "moe": 1.34,
       "numerator": 804,
       "denominator": 16923
      },
      "snap_households_pct": {
       "estimate": 17.66,
       "moe": 2.27,
       "numerator": 2988,
       "denominator": 16923
      },
      "median_household_income": {
       "estimate": 59791,
       "moe": 2732.0
      },
      "own_children_under_18": {
       "estimate": 7401,
       "moe": 780.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7710,
       "moe": 800.9862670483184
      }
     },
     "lines": {
      "b23008_E001": 7401,
      "b23008_M001": 780,
      "b23008_E003": 1048,
      "b23008_M003": 279,
      "b23008_E008": 768,
      "b23008_M008": 236,
      "b23008_E016": 2494,
      "b23008_M016": 524,
      "b23008_E021": 3091,
      "b23008_M021": 683,
      "b11003_E001": 10257,
      "b11003_M001": 479,
      "b11003_E003": 1931,
      "b11003_M003": 335,
      "b11003_E010": 538,
      "b11003_M010": 245,
      "b11003_E016": 1822,
      "b11003_M016": 356,
      "b17020_E001": 39670,
      "b17020_M001": 184,
      "b17020_E003": 166,
      "b17020_M003": 118,
      "b17020_E004": 186,
      "b17020_M004": 145,
      "b17020_E005": 656,
      "b17020_M005": 271,
      "b17020_E011": 1744,
      "b17020_M011": 328,
      "b17020_E012": 2314,
      "b17020_M012": 369,
      "b17020_E013": 2644,
      "b17020_M013": 538,
      "b15003_E001": 28607,
      "b15003_M001": 726,
      "b15003_E022": 3486,
      "b15003_M022": 436,
      "b15003_E023": 1582,
      "b15003_M023": 336,
      "b15003_E024": 403,
      "b15003_M024": 150,
      "b15003_E025": 115,
      "b15003_M025": 72,
      "c16002_E001": 16923,
      "c16002_M001": 617,
      "c16002_E004": 291,
      "c16002_M004": 142,
      "c16002_E007": 195,
      "c16002_M007": 114,
      "c16002_E010": 318,
      "c16002_M010": 136,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 16923,
      "b22010_M001": 617,
      "b22010_E002": 2988,
      "b22010_M002": 399,
      "b19013_E001": 59791,
      "b19013_M001": 2732
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 54.43,
       "moe": 5.82,
       "numerator": 4036,
       "denominator": 7415
      },
      "children_with_two_parents_pct": {
       "estimate": 45.57,
       "moe": 6.76,
       "numerator": 3379,
       "denominator": 7415
      },
      "one_parent_families_with_children_pct": {
       "estimate": 58.32,
       "moe": 6.75,
       "numerator": 2470,
       "denominator": 4235
      },
      "children_below_poverty_pct": {
       "estimate": 16.21,
       "moe": 4.39,
       "numerator": 1262,
       "denominator": 7786
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.48,
       "moe": 2.06,
       "numerator": 6487,
       "denominator": 28863
      },
      "limited_english_households_pct": {
       "estimate": 6.14,
       "moe": 1.48,
       "numerator": 1054,
       "denominator": 17165
      },
      "snap_households_pct": {
       "estimate": 17.36,
       "moe": 2.45,
       "numerator": 2980,
       "denominator": 17165
      },
      "median_household_income": {
       "estimate": 62713,
       "moe": 4629.0
      },
      "own_children_under_18": {
       "estimate": 7415,
       "moe": 725.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7786,
       "moe": 849.6240344999663
      }
     },
     "lines": {
      "b23008_E001": 7415,
      "b23008_M001": 725,
      "b23008_E003": 1268,
      "b23008_M003": 284,
      "b23008_E008": 869,
      "b23008_M008": 293,
      "b23008_E016": 2111,
      "b23008_M016": 529,
      "b23008_E021": 3167,
      "b23008_M021": 506,
      "b11003_E001": 9950,
      "b11003_M001": 472,
      "b11003_E003": 1765,
      "b11003_M003": 328,
      "b11003_E010": 815,
      "b11003_M010": 254,
      "b11003_E016": 1655,
      "b11003_M016": 339,
      "b17020_E001": 39646,
      "b17020_M001": 179,
      "b17020_E003": 264,
      "b17020_M003": 165,
      "b17020_E004": 200,
      "b17020_M004": 159,
      "b17020_E005": 798,
      "b17020_M005": 289,
      "b17020_E011": 2021,
      "b17020_M011": 419,
      "b17020_E012": 2199,
      "b17020_M012": 433,
      "b17020_E013": 2304,
      "b17020_M013": 472,
      "b15003_E001": 28863,
      "b15003_M001": 747,
      "b15003_E022": 3934,
      "b15003_M022": 467,
      "b15003_E023": 1948,
      "b15003_M023": 375,
      "b15003_E024": 437,
      "b15003_M024": 135,
      "b15003_E025": 168,
      "b15003_M025": 74,
      "c16002_E001": 17165,
      "c16002_M001": 665,
      "c16002_E004": 422,
      "c16002_M004": 159,
      "c16002_E007": 197,
      "c16002_M007": 111,
      "c16002_E010": 435,
      "c16002_M010": 166,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 17165,
      "b22010_M001": 665,
      "b22010_E002": 2980,
      "b22010_M002": 436,
      "b19013_E001": 62713,
      "b19013_M001": 4629
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 56.51,
       "moe": 7.35,
       "numerator": 4558,
       "denominator": 8066
      },
      "children_with_two_parents_pct": {
       "estimate": 43.49,
       "moe": 6.9,
       "numerator": 3508,
       "denominator": 8066
      },
      "one_parent_families_with_children_pct": {
       "estimate": 60.39,
       "moe": 6.21,
       "numerator": 2577,
       "denominator": 4267
      },
      "children_below_poverty_pct": {
       "estimate": 22.21,
       "moe": 4.86,
       "numerator": 1844,
       "denominator": 8303
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.61,
       "moe": 2.04,
       "numerator": 6348,
       "denominator": 28082
      },
      "limited_english_households_pct": {
       "estimate": 6.48,
       "moe": 1.36,
       "numerator": 1092,
       "denominator": 16840
      },
      "snap_households_pct": {
       "estimate": 18.9,
       "moe": 2.53,
       "numerator": 3183,
       "denominator": 16840
      },
      "median_household_income": {
       "estimate": 64185,
       "moe": 4982.0
      },
      "own_children_under_18": {
       "estimate": 8066,
       "moe": 596.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8303,
       "moe": 916.3116282138953
      }
     },
     "lines": {
      "b23008_E001": 8066,
      "b23008_M001": 596,
      "b23008_E003": 1310,
      "b23008_M003": 307,
      "b23008_E008": 955,
      "b23008_M008": 348,
      "b23008_E016": 2198,
      "b23008_M016": 532,
      "b23008_E021": 3603,
      "b23008_M021": 586,
      "b11003_E001": 9712,
      "b11003_M001": 491,
      "b11003_E003": 1690,
      "b11003_M003": 325,
      "b11003_E010": 741,
      "b11003_M010": 260,
      "b11003_E016": 1836,
      "b11003_M016": 322,
      "b17020_E001": 39687,
      "b17020_M001": 116,
      "b17020_E003": 476,
      "b17020_M003": 218,
      "b17020_E004": 260,
      "b17020_M004": 128,
      "b17020_E005": 1108,
      "b17020_M005": 375,
      "b17020_E011": 1898,
      "b17020_M011": 343,
      "b17020_E012": 2080,
      "b17020_M012": 449,
      "b17020_E013": 2481,
      "b17020_M013": 562,
      "b15003_E001": 28082,
      "b15003_M001": 684,
      "b15003_E022": 3786,
      "b15003_M022": 448,
      "b15003_E023": 1983,
      "b15003_M023": 349,
      "b15003_E024": 402,
      "b15003_M024": 140,
      "b15003_E025": 177,
      "b15003_M025": 95,
      "c16002_E001": 16840,
      "c16002_M001": 612,
      "c16002_E004": 601,
      "c16002_M004": 184,
      "c16002_E007": 116,
      "c16002_M007": 89,
      "c16002_E010": 375,
      "c16002_M010": 107,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 16840,
      "b22010_M001": 612,
      "b22010_E002": 3183,
      "b22010_M002": 442,
      "b19013_E001": 64185,
      "b19013_M001": 4982
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.37,
       "moe": 7.11,
       "numerator": 4693,
       "denominator": 8040
      },
      "children_with_two_parents_pct": {
       "estimate": 41.63,
       "moe": 7.25,
       "numerator": 3347,
       "denominator": 8040
      },
      "one_parent_families_with_children_pct": {
       "estimate": 61.4,
       "moe": 5.71,
       "numerator": 2733,
       "denominator": 4451
      },
      "children_below_poverty_pct": {
       "estimate": 26.14,
       "moe": 6.09,
       "numerator": 2172,
       "denominator": 8309
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.14,
       "moe": 2.46,
       "numerator": 6405,
       "denominator": 27674
      },
      "limited_english_households_pct": {
       "estimate": 5.66,
       "moe": 1.6,
       "numerator": 968,
       "denominator": 17092
      },
      "snap_households_pct": {
       "estimate": 19.11,
       "moe": 2.44,
       "numerator": 3267,
       "denominator": 17092
      },
      "median_household_income": {
       "estimate": 65024,
       "moe": 5019.0
      },
      "own_children_under_18": {
       "estimate": 8040,
       "moe": 581.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8309,
       "moe": 935.5239173853333
      }
     },
     "lines": {
      "b23008_E001": 8040,
      "b23008_M001": 581,
      "b23008_E003": 1229,
      "b23008_M003": 320,
      "b23008_E008": 1099,
      "b23008_M008": 381,
      "b23008_E016": 2118,
      "b23008_M016": 544,
      "b23008_E021": 3594,
      "b23008_M021": 545,
      "b11003_E001": 9443,
      "b11003_M001": 520,
      "b11003_E003": 1718,
      "b11003_M003": 330,
      "b11003_E010": 778,
      "b11003_M010": 234,
      "b11003_E016": 1955,
      "b11003_M016": 339,
      "b17020_E001": 39774,
      "b17020_M001": 80,
      "b17020_E003": 677,
      "b17020_M003": 336,
      "b17020_E004": 356,
      "b17020_M004": 191,
      "b17020_E005": 1139,
      "b17020_M005": 408,
      "b17020_E011": 1715,
      "b17020_M011": 348,
      "b17020_E012": 1931,
      "b17020_M012": 394,
      "b17020_E013": 2491,
      "b17020_M013": 532,
      "b15003_E001": 27674,
      "b15003_M001": 618,
      "b15003_E022": 3634,
      "b15003_M022": 512,
      "b15003_E023": 2304,
      "b15003_M023": 450,
      "b15003_E024": 349,
      "b15003_M024": 120,
      "b15003_E025": 118,
      "b15003_M025": 74,
      "c16002_E001": 17092,
      "c16002_M001": 554,
      "c16002_E004": 512,
      "c16002_M004": 220,
      "c16002_E007": 128,
      "c16002_M007": 76,
      "c16002_E010": 318,
      "c16002_M010": 145,
      "c16002_E013": 10,
      "c16002_M013": 16,
      "b22010_E001": 17092,
      "b22010_M001": 554,
      "b22010_E002": 3267,
      "b22010_M002": 431,
      "b19013_E001": 65024,
      "b19013_M001": 5019
     }
    }
   }
  },
  "Old Lyme": {
   "cousub": "57040",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.35,
       "moe": 9.03,
       "numerator": 375,
       "denominator": 1479
      },
      "children_with_two_parents_pct": {
       "estimate": 74.65,
       "moe": 11.21,
       "numerator": 1104,
       "denominator": 1479
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.14,
       "moe": 9.51,
       "numerator": 184,
       "denominator": 795
      },
      "children_below_poverty_pct": {
       "estimate": 6.66,
       "moe": 4.53,
       "numerator": 99,
       "denominator": 1486
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.68,
       "moe": 5.62,
       "numerator": 3003,
       "denominator": 5594
      },
      "limited_english_households_pct": {
       "estimate": 1.29,
       "moe": 1.66,
       "numerator": 40,
       "denominator": 3100
      },
      "snap_households_pct": {
       "estimate": 2.74,
       "moe": 1.83,
       "numerator": 85,
       "denominator": 3100
      },
      "median_household_income": {
       "estimate": 113889,
       "moe": 7188.0
      },
      "own_children_under_18": {
       "estimate": 1479,
       "moe": 174.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1486,
       "moe": 249.10640296869127
      }
     },
     "lines": {
      "b23008_E001": 1479,
      "b23008_M001": 174,
      "b23008_E003": 266,
      "b23008_M003": 106,
      "b23008_E008": 88,
      "b23008_M008": 78,
      "b23008_E016": 838,
      "b23008_M016": 182,
      "b23008_E021": 287,
      "b23008_M021": 117,
      "b11003_E001": 2207,
      "b11003_M001": 127,
      "b11003_E003": 611,
      "b11003_M003": 122,
      "b11003_E010": 37,
      "b11003_M010": 46,
      "b11003_E016": 147,
      "b11003_M016": 69,
      "b17020_E001": 7540,
      "b17020_M001": 47,
      "b17020_E003": 41,
      "b17020_M003": 56,
      "b17020_E004": 35,
      "b17020_M004": 35,
      "b17020_E005": 23,
      "b17020_M005": 21,
      "b17020_E011": 313,
      "b17020_M011": 116,
      "b17020_E012": 408,
      "b17020_M012": 130,
      "b17020_E013": 666,
      "b17020_M013": 164,
      "b15003_E001": 5594,
      "b15003_M001": 220,
      "b15003_E022": 1479,
      "b15003_M022": 237,
      "b15003_E023": 1031,
      "b15003_M023": 175,
      "b15003_E024": 293,
      "b15003_M024": 139,
      "b15003_E025": 200,
      "b15003_M025": 82,
      "c16002_E001": 3100,
      "c16002_M001": 171,
      "c16002_E004": 25,
      "c16002_M004": 41,
      "c16002_E007": 15,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3100,
      "b22010_M001": 171,
      "b22010_E002": 85,
      "b22010_M002": 57,
      "b19013_E001": 113889,
      "b19013_M001": 7188
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.17,
       "moe": 8.77,
       "numerator": 379,
       "denominator": 1448
      },
      "children_with_two_parents_pct": {
       "estimate": 73.83,
       "moe": 9.06,
       "numerator": 1069,
       "denominator": 1448
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.49,
       "moe": 9.67,
       "numerator": 203,
       "denominator": 829
      },
      "children_below_poverty_pct": {
       "estimate": 2.19,
       "moe": 2.43,
       "numerator": 32,
       "denominator": 1463
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.56,
       "moe": 5.93,
       "numerator": 3041,
       "denominator": 5574
      },
      "limited_english_households_pct": {
       "estimate": 1.01,
       "moe": 1.49,
       "numerator": 31,
       "denominator": 3057
      },
      "snap_households_pct": {
       "estimate": 2.09,
       "moe": 1.17,
       "numerator": 64,
       "denominator": 3057
      },
      "median_household_income": {
       "estimate": 122116,
       "moe": 6746.0
      },
      "own_children_under_18": {
       "estimate": 1448,
       "moe": 182.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1463,
       "moe": 229.7694496663993
      }
     },
     "lines": {
      "b23008_E001": 1448,
      "b23008_M001": 182,
      "b23008_E003": 337,
      "b23008_M003": 113,
      "b23008_E008": 67,
      "b23008_M008": 65,
      "b23008_E016": 732,
      "b23008_M016": 150,
      "b23008_E021": 312,
      "b23008_M021": 119,
      "b11003_E001": 2172,
      "b11003_M001": 140,
      "b11003_E003": 626,
      "b11003_M003": 130,
      "b11003_E010": 34,
      "b11003_M010": 39,
      "b11003_E016": 169,
      "b11003_M016": 80,
      "b17020_E001": 7510,
      "b17020_M001": 121,
      "b17020_E003": 25,
      "b17020_M003": 28,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 7,
      "b17020_M005": 12,
      "b17020_E011": 379,
      "b17020_M011": 130,
      "b17020_E012": 411,
      "b17020_M012": 114,
      "b17020_E013": 641,
      "b17020_M013": 147,
      "b15003_E001": 5574,
      "b15003_M001": 243,
      "b15003_E022": 1386,
      "b15003_M022": 254,
      "b15003_E023": 1205,
      "b15003_M023": 211,
      "b15003_E024": 263,
      "b15003_M024": 112,
      "b15003_E025": 187,
      "b15003_M025": 73,
      "c16002_E001": 3057,
      "c16002_M001": 191,
      "c16002_E004": 23,
      "c16002_M004": 34,
      "c16002_E007": 8,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3057,
      "b22010_M001": 191,
      "b22010_E002": 64,
      "b22010_M002": 36,
      "b19013_E001": 122116,
      "b19013_M001": 6746
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.38,
       "moe": 7.04,
       "numerator": 250,
       "denominator": 1360
      },
      "children_with_two_parents_pct": {
       "estimate": 81.62,
       "moe": 12.62,
       "numerator": 1110,
       "denominator": 1360
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.07,
       "moe": 7.92,
       "numerator": 155,
       "denominator": 813
      },
      "children_below_poverty_pct": {
       "estimate": 1.07,
       "moe": 1.89,
       "numerator": 15,
       "denominator": 1396
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.59,
       "moe": 5.39,
       "numerator": 3038,
       "denominator": 5669
      },
      "limited_english_households_pct": {
       "estimate": 0.52,
       "moe": 1.28,
       "numerator": 16,
       "denominator": 3089
      },
      "snap_households_pct": {
       "estimate": 2.1,
       "moe": 1.55,
       "numerator": 65,
       "denominator": 3089
      },
      "median_household_income": {
       "estimate": 126904,
       "moe": 7248.0
      },
      "own_children_under_18": {
       "estimate": 1360,
       "moe": 155.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1396,
       "moe": 230.0586881645638
      }
     },
     "lines": {
      "b23008_E001": 1360,
      "b23008_M001": 155,
      "b23008_E003": 333,
      "b23008_M003": 135,
      "b23008_E008": 40,
      "b23008_M008": 31,
      "b23008_E016": 777,
      "b23008_M016": 165,
      "b23008_E021": 210,
      "b23008_M021": 95,
      "b11003_E001": 2227,
      "b11003_M001": 152,
      "b11003_E003": 658,
      "b11003_M003": 148,
      "b11003_E010": 9,
      "b11003_M010": 15,
      "b11003_E016": 146,
      "b11003_M016": 70,
      "b17020_E001": 7542,
      "b17020_M001": 104,
      "b17020_E003": 7,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 8,
      "b17020_M005": 13,
      "b17020_E011": 366,
      "b17020_M011": 144,
      "b17020_E012": 452,
      "b17020_M012": 114,
      "b17020_E013": 563,
      "b17020_M013": 136,
      "b15003_E001": 5669,
      "b15003_M001": 201,
      "b15003_E022": 1267,
      "b15003_M022": 214,
      "b15003_E023": 1191,
      "b15003_M023": 196,
      "b15003_E024": 325,
      "b15003_M024": 115,
      "b15003_E025": 255,
      "b15003_M025": 87,
      "c16002_E001": 3089,
      "c16002_M001": 190,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 16,
      "c16002_M007": 22,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3089,
      "b22010_M001": 190,
      "b22010_E002": 65,
      "b22010_M002": 48,
      "b19013_E001": 126904,
      "b19013_M001": 7248
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.63,
       "moe": 6.23,
       "numerator": 183,
       "denominator": 1449
      },
      "children_with_two_parents_pct": {
       "estimate": 87.37,
       "moe": 12.37,
       "numerator": 1266,
       "denominator": 1449
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.27,
       "moe": 6.47,
       "numerator": 105,
       "denominator": 856
      },
      "children_below_poverty_pct": {
       "estimate": 1.08,
       "moe": 1.71,
       "numerator": 16,
       "denominator": 1484
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.51,
       "moe": 5.52,
       "numerator": 3243,
       "denominator": 5739
      },
      "limited_english_households_pct": {
       "estimate": 1.16,
       "moe": 1.46,
       "numerator": 37,
       "denominator": 3185
      },
      "snap_households_pct": {
       "estimate": 1.35,
       "moe": 1.38,
       "numerator": 43,
       "denominator": 3185
      },
      "median_household_income": {
       "estimate": 131899,
       "moe": 11250.0
      },
      "own_children_under_18": {
       "estimate": 1449,
       "moe": 179.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1484,
       "moe": 238.25616466316248
      }
     },
     "lines": {
      "b23008_E001": 1449,
      "b23008_M001": 179,
      "b23008_E003": 409,
      "b23008_M003": 147,
      "b23008_E008": 34,
      "b23008_M008": 27,
      "b23008_E016": 857,
      "b23008_M016": 187,
      "b23008_E021": 149,
      "b23008_M021": 89,
      "b11003_E001": 2181,
      "b11003_M001": 164,
      "b11003_E003": 751,
      "b11003_M003": 133,
      "b11003_E010": 12,
      "b11003_M010": 19,
      "b11003_E016": 93,
      "b11003_M016": 55,
      "b17020_E001": 7604,
      "b17020_M001": 54,
      "b17020_E003": 9,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 7,
      "b17020_M005": 11,
      "b17020_E011": 434,
      "b17020_M011": 145,
      "b17020_E012": 520,
      "b17020_M012": 143,
      "b17020_E013": 514,
      "b17020_M013": 121,
      "b15003_E001": 5739,
      "b15003_M001": 193,
      "b15003_E022": 1499,
      "b15003_M022": 226,
      "b15003_E023": 1096,
      "b15003_M023": 199,
      "b15003_E024": 412,
      "b15003_M024": 115,
      "b15003_E025": 236,
      "b15003_M025": 91,
      "c16002_E001": 3185,
      "c16002_M001": 201,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 37,
      "c16002_M007": 33,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3185,
      "b22010_M001": 201,
      "b22010_E002": 43,
      "b22010_M002": 44,
      "b19013_E001": 131899,
      "b19013_M001": 11250
     }
    }
   }
  },
  "Old Saybrook": {
   "cousub": "57320",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.86,
       "moe": 11.49,
       "numerator": 434,
       "denominator": 1616
      },
      "children_with_two_parents_pct": {
       "estimate": 73.14,
       "moe": 11.09,
       "numerator": 1182,
       "denominator": 1616
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.12,
       "moe": 10.45,
       "numerator": 253,
       "denominator": 813
      },
      "children_below_poverty_pct": {
       "estimate": 2.77,
       "moe": 3.63,
       "numerator": 45,
       "denominator": 1625
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.38,
       "moe": 5.66,
       "numerator": 4274,
       "denominator": 8318
      },
      "limited_english_households_pct": {
       "estimate": 2.53,
       "moe": 1.93,
       "numerator": 116,
       "denominator": 4584
      },
      "snap_households_pct": {
       "estimate": 6.78,
       "moe": 3.08,
       "numerator": 311,
       "denominator": 4584
      },
      "median_household_income": {
       "estimate": 95795,
       "moe": 11847.0
      },
      "own_children_under_18": {
       "estimate": 1616,
       "moe": 295.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1625,
       "moe": 358.4340943604556
      }
     },
     "lines": {
      "b23008_E001": 1616,
      "b23008_M001": 295,
      "b23008_E003": 271,
      "b23008_M003": 110,
      "b23008_E008": 74,
      "b23008_M008": 59,
      "b23008_E016": 911,
      "b23008_M016": 258,
      "b23008_E021": 360,
      "b23008_M021": 193,
      "b11003_E001": 2677,
      "b11003_M001": 225,
      "b11003_E003": 560,
      "b11003_M003": 129,
      "b11003_E010": 12,
      "b11003_M010": 19,
      "b11003_E016": 241,
      "b11003_M016": 97,
      "b17020_E001": 10409,
      "b17020_M001": 104,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 45,
      "b17020_M004": 52,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 345,
      "b17020_M011": 112,
      "b17020_E012": 491,
      "b17020_M012": 221,
      "b17020_E013": 744,
      "b17020_M013": 252,
      "b15003_E001": 8318,
      "b15003_M001": 355,
      "b15003_E022": 2258,
      "b15003_M022": 392,
      "b15003_E023": 1527,
      "b15003_M023": 269,
      "b15003_E024": 336,
      "b15003_M024": 149,
      "b15003_E025": 153,
      "b15003_M025": 80,
      "c16002_E001": 4584,
      "c16002_M001": 327,
      "c16002_E004": 102,
      "c16002_M004": 81,
      "c16002_E007": 14,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4584,
      "b22010_M001": 327,
      "b22010_E002": 311,
      "b22010_M002": 143,
      "b19013_E001": 95795,
      "b19013_M001": 11847
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.99,
       "moe": 9.89,
       "numerator": 381,
       "denominator": 1466
      },
      "children_with_two_parents_pct": {
       "estimate": 74.01,
       "moe": 12.93,
       "numerator": 1085,
       "denominator": 1466
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.83,
       "moe": 12.29,
       "numerator": 202,
       "denominator": 753
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 3.3,
       "numerator": 25,
       "denominator": 1477
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.28,
       "moe": 5.9,
       "numerator": 4594,
       "denominator": 8311
      },
      "limited_english_households_pct": {
       "estimate": 4.21,
       "moe": 2.89,
       "numerator": 196,
       "denominator": 4660
      },
      "snap_households_pct": {
       "estimate": 5.6,
       "moe": 2.89,
       "numerator": 261,
       "denominator": 4660
      },
      "median_household_income": {
       "estimate": 99825,
       "moe": 11157.0
      },
      "own_children_under_18": {
       "estimate": 1466,
       "moe": 308.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1477,
       "moe": 322.2638670406597
      }
     },
     "lines": {
      "b23008_E001": 1466,
      "b23008_M001": 308,
      "b23008_E003": 303,
      "b23008_M003": 133,
      "b23008_E008": 77,
      "b23008_M008": 68,
      "b23008_E016": 782,
      "b23008_M016": 265,
      "b23008_E021": 304,
      "b23008_M021": 151,
      "b11003_E001": 2754,
      "b11003_M001": 232,
      "b11003_E003": 551,
      "b11003_M003": 114,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 202,
      "b11003_M016": 99,
      "b17020_E001": 10378,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 25,
      "b17020_M004": 39,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 380,
      "b17020_M011": 125,
      "b17020_E012": 486,
      "b17020_M012": 199,
      "b17020_E013": 586,
      "b17020_M013": 215,
      "b15003_E001": 8311,
      "b15003_M001": 403,
      "b15003_E022": 2428,
      "b15003_M022": 390,
      "b15003_E023": 1607,
      "b15003_M023": 303,
      "b15003_E024": 396,
      "b15003_M024": 198,
      "b15003_E025": 163,
      "b15003_M025": 85,
      "c16002_E001": 4660,
      "c16002_M001": 312,
      "c16002_E004": 181,
      "c16002_M004": 130,
      "c16002_E007": 15,
      "c16002_M007": 23,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4660,
      "b22010_M001": 312,
      "b22010_E002": 261,
      "b22010_M002": 136,
      "b19013_E001": 99825,
      "b19013_M001": 11157
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.97,
       "moe": 9.14,
       "numerator": 354,
       "denominator": 1477
      },
      "children_with_two_parents_pct": {
       "estimate": 76.03,
       "moe": 13.54,
       "numerator": 1123,
       "denominator": 1477
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.15,
       "moe": 10.73,
       "numerator": 175,
       "denominator": 790
      },
      "children_below_poverty_pct": {
       "estimate": 4.49,
       "moe": 4.94,
       "numerator": 67,
       "denominator": 1491
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.61,
       "moe": 5.98,
       "numerator": 4760,
       "denominator": 8409
      },
      "limited_english_households_pct": {
       "estimate": 3.14,
       "moe": 2.46,
       "numerator": 140,
       "denominator": 4460
      },
      "snap_households_pct": {
       "estimate": 7.78,
       "moe": 3.35,
       "numerator": 347,
       "denominator": 4460
      },
      "median_household_income": {
       "estimate": 119500,
       "moe": 17746.0
      },
      "own_children_under_18": {
       "estimate": 1477,
       "moe": 297.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1491,
       "moe": 337.16464820618427
      }
     },
     "lines": {
      "b23008_E001": 1477,
      "b23008_M001": 297,
      "b23008_E003": 300,
      "b23008_M003": 117,
      "b23008_E008": 35,
      "b23008_M008": 41,
      "b23008_E016": 823,
      "b23008_M016": 278,
      "b23008_E021": 319,
      "b23008_M021": 147,
      "b11003_E001": 2954,
      "b11003_M001": 216,
      "b11003_E003": 615,
      "b11003_M003": 140,
      "b11003_E010": 10,
      "b11003_M010": 17,
      "b11003_E016": 165,
      "b11003_M016": 91,
      "b17020_E001": 10399,
      "b17020_M001": 24,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 24,
      "b17020_M004": 37,
      "b17020_E005": 43,
      "b17020_M005": 62,
      "b17020_E011": 335,
      "b17020_M011": 116,
      "b17020_E012": 446,
      "b17020_M012": 203,
      "b17020_E013": 643,
      "b17020_M013": 231,
      "b15003_E001": 8409,
      "b15003_M001": 321,
      "b15003_E022": 2629,
      "b15003_M022": 383,
      "b15003_E023": 1532,
      "b15003_M023": 295,
      "b15003_E024": 492,
      "b15003_M024": 218,
      "b15003_E025": 107,
      "b15003_M025": 66,
      "c16002_E001": 4460,
      "c16002_M001": 272,
      "c16002_E004": 127,
      "c16002_M004": 104,
      "c16002_E007": 13,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4460,
      "b22010_M001": 272,
      "b22010_E002": 347,
      "b22010_M002": 151,
      "b19013_E001": 119500,
      "b19013_M001": 17746
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.37,
       "moe": 10.09,
       "numerator": 333,
       "denominator": 1425
      },
      "children_with_two_parents_pct": {
       "estimate": 76.63,
       "moe": 15.09,
       "numerator": 1092,
       "denominator": 1425
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.94,
       "moe": 10.9,
       "numerator": 141,
       "denominator": 707
      },
      "children_below_poverty_pct": {
       "estimate": 3.89,
       "moe": 4.3,
       "numerator": 56,
       "denominator": 1441
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.76,
       "moe": 5.2,
       "numerator": 5014,
       "denominator": 8681
      },
      "limited_english_households_pct": {
       "estimate": 2.05,
       "moe": 2.03,
       "numerator": 96,
       "denominator": 4672
      },
      "snap_households_pct": {
       "estimate": 5.59,
       "moe": 3.25,
       "numerator": 261,
       "denominator": 4672
      },
      "median_household_income": {
       "estimate": 114333,
       "moe": 16577.0
      },
      "own_children_under_18": {
       "estimate": 1425,
       "moe": 294.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1441,
       "moe": 353.15860459572554
      }
     },
     "lines": {
      "b23008_E001": 1425,
      "b23008_M001": 294,
      "b23008_E003": 314,
      "b23008_M003": 116,
      "b23008_E008": 53,
      "b23008_M008": 48,
      "b23008_E016": 778,
      "b23008_M016": 289,
      "b23008_E021": 280,
      "b23008_M021": 152,
      "b11003_E001": 2879,
      "b11003_M001": 203,
      "b11003_E003": 566,
      "b11003_M003": 131,
      "b11003_E010": 8,
      "b11003_M010": 13,
      "b11003_E016": 133,
      "b11003_M016": 82,
      "b17020_E001": 10443,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 24,
      "b17020_M004": 37,
      "b17020_E005": 32,
      "b17020_M005": 47,
      "b17020_E011": 367,
      "b17020_M011": 119,
      "b17020_E012": 471,
      "b17020_M012": 254,
      "b17020_E013": 547,
      "b17020_M013": 205,
      "b15003_E001": 8681,
      "b15003_M001": 304,
      "b15003_E022": 2970,
      "b15003_M022": 352,
      "b15003_E023": 1442,
      "b15003_M023": 273,
      "b15003_E024": 353,
      "b15003_M024": 124,
      "b15003_E025": 249,
      "b15003_M025": 144,
      "c16002_E001": 4672,
      "c16002_M001": 327,
      "c16002_E004": 80,
      "c16002_M004": 87,
      "c16002_E007": 16,
      "c16002_M007": 25,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4672,
      "b22010_M001": 327,
      "b22010_E002": 261,
      "b22010_M002": 153,
      "b19013_E001": 114333,
      "b19013_M001": 16577
     }
    }
   }
  },
  "Orange": {
   "cousub": "57600",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.81,
       "moe": 8.29,
       "numerator": 654,
       "denominator": 3142
      },
      "children_with_two_parents_pct": {
       "estimate": 79.19,
       "moe": 6.03,
       "numerator": 2488,
       "denominator": 3142
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.74,
       "moe": 9.74,
       "numerator": 387,
       "denominator": 1702
      },
      "children_below_poverty_pct": {
       "estimate": 1.31,
       "moe": 1.26,
       "numerator": 42,
       "denominator": 3204
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.75,
       "moe": 4.52,
       "numerator": 5986,
       "denominator": 9854
      },
      "limited_english_households_pct": {
       "estimate": 2.13,
       "moe": 1.15,
       "numerator": 110,
       "denominator": 5169
      },
      "snap_households_pct": {
       "estimate": 1.28,
       "moe": 1.02,
       "numerator": 66,
       "denominator": 5169
      },
      "median_household_income": {
       "estimate": 128171,
       "moe": 17124.0
      },
      "own_children_under_18": {
       "estimate": 3142,
       "moe": 289.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3204,
       "moe": 371.34889255254285
      }
     },
     "lines": {
      "b23008_E001": 3142,
      "b23008_M001": 289,
      "b23008_E003": 697,
      "b23008_M003": 168,
      "b23008_E008": 123,
      "b23008_M008": 124,
      "b23008_E016": 1791,
      "b23008_M016": 245,
      "b23008_E021": 531,
      "b23008_M021": 237,
      "b11003_E001": 4182,
      "b11003_M001": 187,
      "b11003_E003": 1315,
      "b11003_M003": 153,
      "b11003_E010": 42,
      "b11003_M010": 45,
      "b11003_E016": 345,
      "b11003_M016": 168,
      "b17020_E001": 14169,
      "b17020_M001": 91,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 15,
      "b17020_M004": 25,
      "b17020_E005": 27,
      "b17020_M005": 24,
      "b17020_E011": 855,
      "b17020_M011": 201,
      "b17020_E012": 1192,
      "b17020_M012": 249,
      "b17020_E013": 1115,
      "b17020_M013": 184,
      "b15003_E001": 9854,
      "b15003_M001": 326,
      "b15003_E022": 2892,
      "b15003_M022": 336,
      "b15003_E023": 2105,
      "b15003_M023": 282,
      "b15003_E024": 639,
      "b15003_M024": 186,
      "b15003_E025": 350,
      "b15003_M025": 101,
      "c16002_E001": 5169,
      "c16002_M001": 214,
      "c16002_E004": 19,
      "c16002_M004": 33,
      "c16002_E007": 32,
      "c16002_M007": 35,
      "c16002_E010": 46,
      "c16002_M010": 27,
      "c16002_E013": 13,
      "c16002_M013": 22,
      "b22010_E001": 5169,
      "b22010_M001": 214,
      "b22010_E002": 66,
      "b22010_M002": 53,
      "b19013_E001": 128171,
      "b19013_M001": 17124
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.89,
       "moe": 6.67,
       "numerator": 513,
       "denominator": 3229
      },
      "children_with_two_parents_pct": {
       "estimate": 84.11,
       "moe": 5.14,
       "numerator": 2716,
       "denominator": 3229
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.87,
       "moe": 7.47,
       "numerator": 282,
       "denominator": 1672
      },
      "children_below_poverty_pct": {
       "estimate": 0.88,
       "moe": 1.01,
       "numerator": 29,
       "denominator": 3310
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.11,
       "moe": 4.3,
       "numerator": 5834,
       "denominator": 9869
      },
      "limited_english_households_pct": {
       "estimate": 2.27,
       "moe": 1.15,
       "numerator": 118,
       "denominator": 5192
      },
      "snap_households_pct": {
       "estimate": 1.43,
       "moe": 1.06,
       "numerator": 74,
       "denominator": 5192
      },
      "median_household_income": {
       "estimate": 138514,
       "moe": 23891.0
      },
      "own_children_under_18": {
       "estimate": 3229,
       "moe": 319.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3310,
       "moe": 365.67471884175967
      }
     },
     "lines": {
      "b23008_E001": 3229,
      "b23008_M001": 319,
      "b23008_E003": 720,
      "b23008_M003": 158,
      "b23008_E008": 112,
      "b23008_M008": 126,
      "b23008_E016": 1996,
      "b23008_M016": 273,
      "b23008_E021": 401,
      "b23008_M021": 182,
      "b11003_E001": 4108,
      "b11003_M001": 157,
      "b11003_E003": 1390,
      "b11003_M003": 145,
      "b11003_E010": 43,
      "b11003_M010": 50,
      "b11003_E016": 239,
      "b11003_M016": 119,
      "b17020_E001": 14175,
      "b17020_M001": 26,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 8,
      "b17020_M004": 14,
      "b17020_E005": 21,
      "b17020_M005": 22,
      "b17020_E011": 872,
      "b17020_M011": 206,
      "b17020_E012": 1218,
      "b17020_M012": 244,
      "b17020_E013": 1191,
      "b17020_M013": 175,
      "b15003_E001": 9869,
      "b15003_M001": 360,
      "b15003_E022": 2817,
      "b15003_M022": 324,
      "b15003_E023": 2141,
      "b15003_M023": 303,
      "b15003_E024": 558,
      "b15003_M024": 142,
      "b15003_E025": 318,
      "b15003_M025": 93,
      "c16002_E001": 5192,
      "c16002_M001": 194,
      "c16002_E004": 21,
      "c16002_M004": 38,
      "c16002_E007": 35,
      "c16002_M007": 30,
      "c16002_E010": 51,
      "c16002_M010": 29,
      "c16002_E013": 11,
      "c16002_M013": 20,
      "b22010_E001": 5192,
      "b22010_M001": 194,
      "b22010_E002": 74,
      "b22010_M002": 55,
      "b19013_E001": 138514,
      "b19013_M001": 23891
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.4,
       "moe": 7.79,
       "numerator": 610,
       "denominator": 3316
      },
      "children_with_two_parents_pct": {
       "estimate": 81.6,
       "moe": 5.89,
       "numerator": 2706,
       "denominator": 3316
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.21,
       "moe": 8.66,
       "numerator": 312,
       "denominator": 1713
      },
      "children_below_poverty_pct": {
       "estimate": 2.17,
       "moe": 1.84,
       "numerator": 73,
       "denominator": 3359
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.09,
       "moe": 4.37,
       "numerator": 5810,
       "denominator": 9833
      },
      "limited_english_households_pct": {
       "estimate": 2.38,
       "moe": 1.19,
       "numerator": 125,
       "denominator": 5252
      },
      "snap_households_pct": {
       "estimate": 1.9,
       "moe": 1.29,
       "numerator": 100,
       "denominator": 5252
      },
      "median_household_income": {
       "estimate": 145625,
       "moe": 23852.0
      },
      "own_children_under_18": {
       "estimate": 3316,
       "moe": 343.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3359,
       "moe": 414.61066074089314
      }
     },
     "lines": {
      "b23008_E001": 3316,
      "b23008_M001": 343,
      "b23008_E003": 670,
      "b23008_M003": 149,
      "b23008_E008": 225,
      "b23008_M008": 155,
      "b23008_E016": 2036,
      "b23008_M016": 307,
      "b23008_E021": 385,
      "b23008_M021": 216,
      "b11003_E001": 4013,
      "b11003_M001": 195,
      "b11003_E003": 1401,
      "b11003_M003": 151,
      "b11003_E010": 70,
      "b11003_M010": 63,
      "b11003_E016": 242,
      "b11003_M016": 140,
      "b17020_E001": 14201,
      "b17020_M001": 26,
      "b17020_E003": 31,
      "b17020_M003": 52,
      "b17020_E004": 18,
      "b17020_M004": 22,
      "b17020_E005": 24,
      "b17020_M005": 27,
      "b17020_E011": 864,
      "b17020_M011": 208,
      "b17020_E012": 1248,
      "b17020_M012": 260,
      "b17020_E013": 1174,
      "b17020_M013": 239,
      "b15003_E001": 9833,
      "b15003_M001": 325,
      "b15003_E022": 2679,
      "b15003_M022": 322,
      "b15003_E023": 2136,
      "b15003_M023": 277,
      "b15003_E024": 585,
      "b15003_M024": 148,
      "b15003_E025": 410,
      "b15003_M025": 138,
      "c16002_E001": 5252,
      "c16002_M001": 197,
      "c16002_E004": 22,
      "c16002_M004": 38,
      "c16002_E007": 38,
      "c16002_M007": 32,
      "c16002_E010": 56,
      "c16002_M010": 35,
      "c16002_E013": 9,
      "c16002_M013": 16,
      "b22010_E001": 5252,
      "b22010_M001": 197,
      "b22010_E002": 100,
      "b22010_M002": 68,
      "b19013_E001": 145625,
      "b19013_M001": 23852
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.69,
       "moe": 5.82,
       "numerator": 510,
       "denominator": 3250
      },
      "children_with_two_parents_pct": {
       "estimate": 84.31,
       "moe": 8.6,
       "numerator": 2740,
       "denominator": 3250
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.27,
       "moe": 7.42,
       "numerator": 291,
       "denominator": 1685
      },
      "children_below_poverty_pct": {
       "estimate": 2.7,
       "moe": 2.09,
       "numerator": 88,
       "denominator": 3265
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.38,
       "moe": 4.46,
       "numerator": 5947,
       "denominator": 10015
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 1.14,
       "numerator": 98,
       "denominator": 5386
      },
      "snap_households_pct": {
       "estimate": 1.62,
       "moe": 0.94,
       "numerator": 87,
       "denominator": 5386
      },
      "median_household_income": {
       "estimate": 142325,
       "moe": 10458.0
      },
      "own_children_under_18": {
       "estimate": 3250,
       "moe": 277.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3265,
       "moe": 389.2068858589221
      }
     },
     "lines": {
      "b23008_E001": 3250,
      "b23008_M001": 277,
      "b23008_E003": 678,
      "b23008_M003": 150,
      "b23008_E008": 151,
      "b23008_M008": 97,
      "b23008_E016": 2062,
      "b23008_M016": 332,
      "b23008_E021": 359,
      "b23008_M021": 168,
      "b11003_E001": 4134,
      "b11003_M001": 225,
      "b11003_E003": 1394,
      "b11003_M003": 158,
      "b11003_E010": 41,
      "b11003_M010": 42,
      "b11003_E016": 250,
      "b11003_M016": 123,
      "b17020_E001": 14258,
      "b17020_M001": 30,
      "b17020_E003": 36,
      "b17020_M003": 56,
      "b17020_E004": 12,
      "b17020_M004": 20,
      "b17020_E005": 40,
      "b17020_M005": 35,
      "b17020_E011": 793,
      "b17020_M011": 152,
      "b17020_E012": 1275,
      "b17020_M012": 256,
      "b17020_E013": 1109,
      "b17020_M013": 241,
      "b15003_E001": 10015,
      "b15003_M001": 342,
      "b15003_E022": 2769,
      "b15003_M022": 344,
      "b15003_E023": 2068,
      "b15003_M023": 281,
      "b15003_E024": 601,
      "b15003_M024": 143,
      "b15003_E025": 509,
      "b15003_M025": 152,
      "c16002_E001": 5386,
      "c16002_M001": 230,
      "c16002_E004": 22,
      "c16002_M004": 39,
      "c16002_E007": 9,
      "c16002_M007": 15,
      "c16002_E010": 67,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5386,
      "b22010_M001": 230,
      "b22010_E002": 87,
      "b22010_M002": 51,
      "b19013_E001": 142325,
      "b19013_M001": 10458
     }
    }
   }
  },
  "Oxford": {
   "cousub": "58300",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.67,
       "moe": 4.65,
       "numerator": 179,
       "denominator": 2682
      },
      "children_with_two_parents_pct": {
       "estimate": 93.33,
       "moe": 11.7,
       "numerator": 2503,
       "denominator": 2682
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.03,
       "moe": 4.44,
       "numerator": 83,
       "denominator": 1376
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.36,
       "numerator": 0,
       "denominator": 2682
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.3,
       "moe": 4.04,
       "numerator": 4054,
       "denominator": 9363
      },
      "limited_english_households_pct": {
       "estimate": 3.24,
       "moe": 2.57,
       "numerator": 155,
       "denominator": 4781
      },
      "snap_households_pct": {
       "estimate": 2.89,
       "moe": 2.04,
       "numerator": 138,
       "denominator": 4781
      },
      "median_household_income": {
       "estimate": 116431,
       "moe": 5482.0
      },
      "own_children_under_18": {
       "estimate": 2682,
       "moe": 477.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2682,
       "moe": 620.2862242545775
      }
     },
     "lines": {
      "b23008_E001": 2682,
      "b23008_M001": 477,
      "b23008_E003": 541,
      "b23008_M003": 152,
      "b23008_E008": 0,
      "b23008_M008": 21,
      "b23008_E016": 1962,
      "b23008_M016": 523,
      "b23008_E021": 179,
      "b23008_M021": 127,
      "b11003_E001": 3750,
      "b11003_M001": 213,
      "b11003_E003": 1293,
      "b11003_M003": 217,
      "b11003_E010": 25,
      "b11003_M010": 30,
      "b11003_E016": 58,
      "b11003_M016": 55,
      "b17020_E001": 12744,
      "b17020_M001": 39,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 541,
      "b17020_M011": 152,
      "b17020_E012": 1103,
      "b17020_M012": 542,
      "b17020_E013": 1038,
      "b17020_M013": 258,
      "b15003_E001": 9363,
      "b15003_M001": 470,
      "b15003_E022": 2226,
      "b15003_M022": 283,
      "b15003_E023": 1574,
      "b15003_M023": 293,
      "b15003_E024": 200,
      "b15003_M024": 116,
      "b15003_E025": 54,
      "b15003_M025": 69,
      "c16002_E001": 4781,
      "c16002_M001": 310,
      "c16002_E004": 101,
      "c16002_M004": 109,
      "c16002_E007": 48,
      "c16002_M007": 53,
      "c16002_E010": 6,
      "c16002_M010": 11,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4781,
      "b22010_M001": 310,
      "b22010_E002": 138,
      "b22010_M002": 98,
      "b19013_E001": 116431,
      "b19013_M001": 5482
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 5.28,
       "moe": 3.72,
       "numerator": 142,
       "denominator": 2689
      },
      "children_with_two_parents_pct": {
       "estimate": 94.72,
       "moe": 12.93,
       "numerator": 2547,
       "denominator": 2689
      },
      "one_parent_families_with_children_pct": {
       "estimate": 3.86,
       "moe": 4.36,
       "numerator": 55,
       "denominator": 1424
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.35,
       "numerator": 0,
       "denominator": 2689
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.12,
       "moe": 4.04,
       "numerator": 4313,
       "denominator": 9352
      },
      "limited_english_households_pct": {
       "estimate": 3.23,
       "moe": 2.77,
       "numerator": 157,
       "denominator": 4856
      },
      "snap_households_pct": {
       "estimate": 2.99,
       "moe": 2.44,
       "numerator": 145,
       "denominator": 4856
      },
      "median_household_income": {
       "estimate": 123000,
       "moe": 16066.0
      },
      "own_children_under_18": {
       "estimate": 2689,
       "moe": 461.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2689,
       "moe": 632.8775552980213
      }
     },
     "lines": {
      "b23008_E001": 2689,
      "b23008_M001": 461,
      "b23008_E003": 633,
      "b23008_M003": 152,
      "b23008_E008": 18,
      "b23008_M008": 28,
      "b23008_E016": 1914,
      "b23008_M016": 537,
      "b23008_E021": 124,
      "b23008_M021": 99,
      "b11003_E001": 3775,
      "b11003_M001": 231,
      "b11003_E003": 1369,
      "b11003_M003": 209,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 55,
      "b11003_M016": 59,
      "b17020_E001": 12801,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 651,
      "b17020_M011": 159,
      "b17020_E012": 1102,
      "b17020_M012": 553,
      "b17020_E013": 936,
      "b17020_M013": 261,
      "b15003_E001": 9352,
      "b15003_M001": 425,
      "b15003_E022": 2442,
      "b15003_M022": 298,
      "b15003_E023": 1630,
      "b15003_M023": 283,
      "b15003_E024": 205,
      "b15003_M024": 94,
      "b15003_E025": 36,
      "b15003_M025": 61,
      "c16002_E001": 4856,
      "c16002_M001": 344,
      "c16002_E004": 108,
      "c16002_M004": 126,
      "c16002_E007": 36,
      "c16002_M007": 37,
      "c16002_E010": 13,
      "c16002_M010": 24,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4856,
      "b22010_M001": 344,
      "b22010_E002": 145,
      "b22010_M002": 119,
      "b19013_E001": 123000,
      "b19013_M001": 16066
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 1.47,
       "moe": 1.52,
       "numerator": 42,
       "denominator": 2860
      },
      "children_with_two_parents_pct": {
       "estimate": 98.53,
       "moe": 14.44,
       "numerator": 2818,
       "denominator": 2860
      },
      "one_parent_families_with_children_pct": {
       "estimate": 1.24,
       "moe": 2.28,
       "numerator": 19,
       "denominator": 1528
      },
      "children_below_poverty_pct": {
       "estimate": 1.43,
       "moe": 2.67,
       "numerator": 41,
       "denominator": 2860
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.78,
       "moe": 4.58,
       "numerator": 4306,
       "denominator": 9405
      },
      "limited_english_households_pct": {
       "estimate": 3.33,
       "moe": 2.82,
       "numerator": 164,
       "denominator": 4929
      },
      "snap_households_pct": {
       "estimate": 1.97,
       "moe": 1.74,
       "numerator": 97,
       "denominator": 4929
      },
      "median_household_income": {
       "estimate": 125563,
       "moe": 12765.0
      },
      "own_children_under_18": {
       "estimate": 2860,
       "moe": 448.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2860,
       "moe": 690.3665692948928
      }
     },
     "lines": {
      "b23008_E001": 2860,
      "b23008_M001": 448,
      "b23008_E003": 807,
      "b23008_M003": 251,
      "b23008_E008": 20,
      "b23008_M008": 30,
      "b23008_E016": 2011,
      "b23008_M016": 550,
      "b23008_E021": 22,
      "b23008_M021": 32,
      "b11003_E001": 3742,
      "b11003_M001": 187,
      "b11003_E003": 1509,
      "b11003_M003": 204,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 19,
      "b11003_M016": 28,
      "b17020_E001": 12870,
      "b17020_M001": 22,
      "b17020_E003": 41,
      "b17020_M003": 71,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 786,
      "b17020_M011": 237,
      "b17020_E012": 1081,
      "b17020_M012": 567,
      "b17020_E013": 952,
      "b17020_M013": 305,
      "b15003_E001": 9405,
      "b15003_M001": 424,
      "b15003_E022": 2523,
      "b15003_M022": 330,
      "b15003_E023": 1544,
      "b15003_M023": 318,
      "b15003_E024": 174,
      "b15003_M024": 89,
      "b15003_E025": 65,
      "b15003_M025": 74,
      "c16002_E001": 4929,
      "c16002_M001": 307,
      "c16002_E004": 120,
      "c16002_M004": 128,
      "c16002_E007": 16,
      "c16002_M007": 25,
      "c16002_E010": 28,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4929,
      "b22010_M001": 307,
      "b22010_E002": 97,
      "b22010_M002": 86,
      "b19013_E001": 125563,
      "b19013_M001": 12765
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 2.14,
       "moe": 2.14,
       "numerator": 59,
       "denominator": 2762
      },
      "children_with_two_parents_pct": {
       "estimate": 97.86,
       "moe": 15.51,
       "numerator": 2703,
       "denominator": 2762
      },
      "one_parent_families_with_children_pct": {
       "estimate": 1.85,
       "moe": 3.03,
       "numerator": 28,
       "denominator": 1513
      },
      "children_below_poverty_pct": {
       "estimate": 4.53,
       "moe": 3.95,
       "numerator": 125,
       "denominator": 2762
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.33,
       "moe": 5.36,
       "numerator": 4377,
       "denominator": 9447
      },
      "limited_english_households_pct": {
       "estimate": 2.2,
       "moe": 2.66,
       "numerator": 111,
       "denominator": 5046
      },
      "snap_households_pct": {
       "estimate": 1.8,
       "moe": 1.92,
       "numerator": 91,
       "denominator": 5046
      },
      "median_household_income": {
       "estimate": 128953,
       "moe": 22972.0
      },
      "own_children_under_18": {
       "estimate": 2762,
       "moe": 457.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2762,
       "moe": 658.2157700936677
      }
     },
     "lines": {
      "b23008_E001": 2762,
      "b23008_M001": 457,
      "b23008_E003": 743,
      "b23008_M003": 260,
      "b23008_E008": 25,
      "b23008_M008": 36,
      "b23008_E016": 1960,
      "b23008_M016": 562,
      "b23008_E021": 34,
      "b23008_M021": 48,
      "b11003_E001": 3781,
      "b11003_M001": 194,
      "b11003_E003": 1485,
      "b11003_M003": 230,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 28,
      "b11003_M016": 41,
      "b17020_E001": 12991,
      "b17020_M001": 21,
      "b17020_E003": 74,
      "b17020_M003": 95,
      "b17020_E004": 24,
      "b17020_M004": 42,
      "b17020_E005": 27,
      "b17020_M005": 45,
      "b17020_E011": 694,
      "b17020_M011": 227,
      "b17020_E012": 1116,
      "b17020_M012": 547,
      "b17020_E013": 827,
      "b17020_M013": 264,
      "b15003_E001": 9447,
      "b15003_M001": 436,
      "b15003_E022": 2621,
      "b15003_M022": 445,
      "b15003_E023": 1526,
      "b15003_M023": 296,
      "b15003_E024": 201,
      "b15003_M024": 99,
      "b15003_E025": 29,
      "b15003_M025": 46,
      "c16002_E001": 5046,
      "c16002_M001": 337,
      "c16002_E004": 74,
      "c16002_M004": 112,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 37,
      "c16002_M010": 68,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5046,
      "b22010_M001": 337,
      "b22010_E002": 91,
      "b22010_M002": 97,
      "b19013_E001": 128953,
      "b19013_M001": 22972
     }
    }
   }
  },
  "Plainfield": {
   "cousub": "59980",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 41.9,
       "moe": 10.51,
       "numerator": 1149,
       "denominator": 2742
      },
      "children_with_two_parents_pct": {
       "estimate": 58.1,
       "moe": 9.7,
       "numerator": 1593,
       "denominator": 2742
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.12,
       "moe": 9.02,
       "numerator": 592,
       "denominator": 1553
      },
      "children_below_poverty_pct": {
       "estimate": 8.01,
       "moe": 5.24,
       "numerator": 225,
       "denominator": 2808
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 14.52,
       "moe": 3.2,
       "numerator": 1650,
       "denominator": 11363
      },
      "limited_english_households_pct": {
       "estimate": 1.36,
       "moe": 1.27,
       "numerator": 82,
       "denominator": 6045
      },
      "snap_households_pct": {
       "estimate": 11.03,
       "moe": 2.92,
       "numerator": 667,
       "denominator": 6045
      },
      "median_household_income": {
       "estimate": 68915,
       "moe": 4163.0
      },
      "own_children_under_18": {
       "estimate": 2742,
       "moe": 283.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2808,
       "moe": 409.10389878367084
      }
     },
     "lines": {
      "b23008_E001": 2742,
      "b23008_M001": 283,
      "b23008_E003": 723,
      "b23008_M003": 217,
      "b23008_E008": 505,
      "b23008_M008": 231,
      "b23008_E016": 870,
      "b23008_M016": 225,
      "b23008_E021": 644,
      "b23008_M021": 209,
      "b11003_E001": 4016,
      "b11003_M001": 233,
      "b11003_E003": 961,
      "b11003_M003": 211,
      "b11003_E010": 225,
      "b11003_M010": 125,
      "b11003_E016": 367,
      "b11003_M016": 122,
      "b17020_E001": 14824,
      "b17020_M001": 142,
      "b17020_E003": 35,
      "b17020_M003": 56,
      "b17020_E004": 180,
      "b17020_M004": 139,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 1193,
      "b17020_M011": 260,
      "b17020_E012": 621,
      "b17020_M012": 178,
      "b17020_E013": 769,
      "b17020_M013": 213,
      "b15003_E001": 11363,
      "b15003_M001": 300,
      "b15003_E022": 1212,
      "b15003_M022": 331,
      "b15003_E023": 417,
      "b15003_M023": 152,
      "b15003_E024": 0,
      "b15003_M024": 21,
      "b15003_E025": 21,
      "b15003_M025": 34,
      "c16002_E001": 6045,
      "c16002_M001": 306,
      "c16002_E004": 29,
      "c16002_M004": 43,
      "c16002_E007": 53,
      "c16002_M007": 56,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6045,
      "b22010_M001": 306,
      "b22010_E002": 667,
      "b22010_M002": 180,
      "b19013_E001": 68915,
      "b19013_M001": 4163
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 49.19,
       "moe": 12.27,
       "numerator": 1462,
       "denominator": 2972
      },
      "children_with_two_parents_pct": {
       "estimate": 50.81,
       "moe": 9.57,
       "numerator": 1510,
       "denominator": 2972
      },
      "one_parent_families_with_children_pct": {
       "estimate": 45.0,
       "moe": 10.72,
       "numerator": 774,
       "denominator": 1720
      },
      "children_below_poverty_pct": {
       "estimate": 18.03,
       "moe": 10.11,
       "numerator": 555,
       "denominator": 3078
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 15.96,
       "moe": 3.0,
       "numerator": 1678,
       "denominator": 10512
      },
      "limited_english_households_pct": {
       "estimate": 2.61,
       "moe": 2.41,
       "numerator": 157,
       "denominator": 6009
      },
      "snap_households_pct": {
       "estimate": 12.4,
       "moe": 3.29,
       "numerator": 745,
       "denominator": 6009
      },
      "median_household_income": {
       "estimate": 68651,
       "moe": 9681.0
      },
      "own_children_under_18": {
       "estimate": 2972,
       "moe": 424.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3078,
       "moe": 544.6549366341959
      }
     },
     "lines": {
      "b23008_E001": 2972,
      "b23008_M001": 424,
      "b23008_E003": 654,
      "b23008_M003": 226,
      "b23008_E008": 585,
      "b23008_M008": 291,
      "b23008_E016": 856,
      "b23008_M016": 276,
      "b23008_E021": 877,
      "b23008_M021": 303,
      "b11003_E001": 4036,
      "b11003_M001": 289,
      "b11003_E003": 946,
      "b11003_M003": 268,
      "b11003_E010": 225,
      "b11003_M010": 143,
      "b11003_E016": 549,
      "b11003_M016": 201,
      "b17020_E001": 14902,
      "b17020_M001": 46,
      "b17020_E003": 160,
      "b17020_M003": 168,
      "b17020_E004": 257,
      "b17020_M004": 234,
      "b17020_E005": 138,
      "b17020_M005": 153,
      "b17020_E011": 1079,
      "b17020_M011": 312,
      "b17020_E012": 580,
      "b17020_M012": 180,
      "b17020_E013": 864,
      "b17020_M013": 246,
      "b15003_E001": 10512,
      "b15003_M001": 530,
      "b15003_E022": 1151,
      "b15003_M022": 277,
      "b15003_E023": 454,
      "b15003_M023": 155,
      "b15003_E024": 11,
      "b15003_M024": 19,
      "b15003_E025": 62,
      "b15003_M025": 76,
      "c16002_E001": 6009,
      "c16002_M001": 339,
      "c16002_E004": 62,
      "c16002_M004": 102,
      "c16002_E007": 95,
      "c16002_M007": 99,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6009,
      "b22010_M001": 339,
      "b22010_E002": 745,
      "b22010_M002": 202,
      "b19013_E001": 68651,
      "b19013_M001": 9681
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 45.5,
       "moe": 11.75,
       "numerator": 1288,
       "denominator": 2831
      },
      "children_with_two_parents_pct": {
       "estimate": 54.5,
       "moe": 9.8,
       "numerator": 1543,
       "denominator": 2831
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.16,
       "moe": 10.37,
       "numerator": 786,
       "denominator": 1821
      },
      "children_below_poverty_pct": {
       "estimate": 11.8,
       "moe": 7.01,
       "numerator": 346,
       "denominator": 2931
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 14.39,
       "moe": 2.44,
       "numerator": 1563,
       "denominator": 10863
      },
      "limited_english_households_pct": {
       "estimate": 1.81,
       "moe": 1.96,
       "numerator": 111,
       "denominator": 6132
      },
      "snap_households_pct": {
       "estimate": 11.79,
       "moe": 3.87,
       "numerator": 723,
       "denominator": 6132
      },
      "median_household_income": {
       "estimate": 75631,
       "moe": 7622.0
      },
      "own_children_under_18": {
       "estimate": 2831,
       "moe": 299.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2931,
       "moe": 444.95730132227294
      }
     },
     "lines": {
      "b23008_E001": 2831,
      "b23008_M001": 299,
      "b23008_E003": 653,
      "b23008_M003": 221,
      "b23008_E008": 517,
      "b23008_M008": 201,
      "b23008_E016": 890,
      "b23008_M016": 234,
      "b23008_E021": 771,
      "b23008_M021": 298,
      "b11003_E001": 4219,
      "b11003_M001": 279,
      "b11003_E003": 1035,
      "b11003_M003": 232,
      "b11003_E010": 163,
      "b11003_M010": 124,
      "b11003_E016": 623,
      "b11003_M016": 202,
      "b17020_E001": 14940,
      "b17020_M001": 34,
      "b17020_E003": 114,
      "b17020_M003": 149,
      "b17020_E004": 112,
      "b17020_M004": 89,
      "b17020_E005": 120,
      "b17020_M005": 122,
      "b17020_E011": 1056,
      "b17020_M011": 262,
      "b17020_E012": 628,
      "b17020_M012": 176,
      "b17020_E013": 901,
      "b17020_M013": 231,
      "b15003_E001": 10863,
      "b15003_M001": 401,
      "b15003_E022": 1042,
      "b15003_M022": 220,
      "b15003_E023": 470,
      "b15003_M023": 152,
      "b15003_E024": 15,
      "b15003_M024": 23,
      "b15003_E025": 36,
      "b15003_M025": 41,
      "c16002_E001": 6132,
      "c16002_M001": 317,
      "c16002_E004": 23,
      "c16002_M004": 36,
      "c16002_E007": 88,
      "c16002_M007": 111,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6132,
      "b22010_M001": 317,
      "b22010_E002": 723,
      "b22010_M002": 240,
      "b19013_E001": 75631,
      "b19013_M001": 7622
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 41.21,
       "moe": 11.18,
       "numerator": 1165,
       "denominator": 2827
      },
      "children_with_two_parents_pct": {
       "estimate": 58.79,
       "moe": 10.17,
       "numerator": 1662,
       "denominator": 2827
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.62,
       "moe": 7.47,
       "numerator": 684,
       "denominator": 1771
      },
      "children_below_poverty_pct": {
       "estimate": 11.07,
       "moe": 6.19,
       "numerator": 325,
       "denominator": 2935
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 14.99,
       "moe": 2.83,
       "numerator": 1598,
       "denominator": 10662
      },
      "limited_english_households_pct": {
       "estimate": 0.87,
       "moe": 1.3,
       "numerator": 53,
       "denominator": 6060
      },
      "snap_households_pct": {
       "estimate": 11.34,
       "moe": 3.12,
       "numerator": 687,
       "denominator": 6060
      },
      "median_household_income": {
       "estimate": 76993,
       "moe": 7931.0
      },
      "own_children_under_18": {
       "estimate": 2827,
       "moe": 341.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2935,
       "moe": 421.37750295904505
      }
     },
     "lines": {
      "b23008_E001": 2827,
      "b23008_M001": 341,
      "b23008_E003": 741,
      "b23008_M003": 235,
      "b23008_E008": 502,
      "b23008_M008": 252,
      "b23008_E016": 921,
      "b23008_M016": 260,
      "b23008_E021": 663,
      "b23008_M021": 237,
      "b11003_E001": 4025,
      "b11003_M001": 273,
      "b11003_E003": 1087,
      "b11003_M003": 252,
      "b11003_E010": 155,
      "b11003_M010": 102,
      "b11003_E016": 529,
      "b11003_M016": 146,
      "b17020_E001": 15019,
      "b17020_M001": 25,
      "b17020_E003": 116,
      "b17020_M003": 127,
      "b17020_E004": 109,
      "b17020_M004": 94,
      "b17020_E005": 100,
      "b17020_M005": 101,
      "b17020_E011": 1127,
      "b17020_M011": 237,
      "b17020_E012": 612,
      "b17020_M012": 180,
      "b17020_E013": 871,
      "b17020_M013": 232,
      "b15003_E001": 10662,
      "b15003_M001": 428,
      "b15003_E022": 1057,
      "b15003_M022": 230,
      "b15003_E023": 411,
      "b15003_M023": 171,
      "b15003_E024": 105,
      "b15003_M024": 110,
      "b15003_E025": 25,
      "b15003_M025": 33,
      "c16002_E001": 6060,
      "c16002_M001": 303,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 53,
      "c16002_M007": 70,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6060,
      "b22010_M001": 303,
      "b22010_E002": 687,
      "b22010_M002": 192,
      "b19013_E001": 76993,
      "b19013_M001": 7931
     }
    }
   }
  },
  "Plainville": {
   "cousub": "60120",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.05,
       "moe": 8.47,
       "numerator": 917,
       "denominator": 2775
      },
      "children_with_two_parents_pct": {
       "estimate": 66.95,
       "moe": 11.11,
       "numerator": 1858,
       "denominator": 2775
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.93,
       "moe": 10.49,
       "numerator": 548,
       "denominator": 1569
      },
      "children_below_poverty_pct": {
       "estimate": 11.5,
       "moe": 5.39,
       "numerator": 329,
       "denominator": 2861
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.02,
       "moe": 3.64,
       "numerator": 3411,
       "denominator": 13109
      },
      "limited_english_households_pct": {
       "estimate": 3.24,
       "moe": 1.49,
       "numerator": 259,
       "denominator": 7984
      },
      "snap_households_pct": {
       "estimate": 8.83,
       "moe": 3.6,
       "numerator": 705,
       "denominator": 7984
      },
      "median_household_income": {
       "estimate": 72197,
       "moe": 6743.0
      },
      "own_children_under_18": {
       "estimate": 2775,
       "moe": 348.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2861,
       "moe": 453.4434915179619
      }
     },
     "lines": {
      "b23008_E001": 2775,
      "b23008_M001": 348,
      "b23008_E003": 462,
      "b23008_M003": 215,
      "b23008_E008": 213,
      "b23008_M008": 117,
      "b23008_E016": 1396,
      "b23008_M016": 321,
      "b23008_E021": 704,
      "b23008_M021": 234,
      "b11003_E001": 4177,
      "b11003_M001": 307,
      "b11003_E003": 1021,
      "b11003_M003": 210,
      "b11003_E010": 158,
      "b11003_M010": 119,
      "b11003_E016": 390,
      "b11003_M016": 151,
      "b17020_E001": 17369,
      "b17020_M001": 67,
      "b17020_E003": 42,
      "b17020_M003": 53,
      "b17020_E004": 110,
      "b17020_M004": 91,
      "b17020_E005": 177,
      "b17020_M005": 124,
      "b17020_E011": 642,
      "b17020_M011": 250,
      "b17020_E012": 966,
      "b17020_M012": 241,
      "b17020_E013": 924,
      "b17020_M013": 242,
      "b15003_E001": 13109,
      "b15003_M001": 632,
      "b15003_E022": 2162,
      "b15003_M022": 407,
      "b15003_E023": 1068,
      "b15003_M023": 285,
      "b15003_E024": 109,
      "b15003_M024": 69,
      "b15003_E025": 72,
      "b15003_M025": 51,
      "c16002_E001": 7984,
      "c16002_M001": 422,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 195,
      "c16002_M007": 86,
      "c16002_E010": 64,
      "c16002_M010": 78,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7984,
      "b22010_M001": 422,
      "b22010_E002": 705,
      "b22010_M002": 290,
      "b19013_E001": 72197,
      "b19013_M001": 6743
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.55,
       "moe": 9.07,
       "numerator": 936,
       "denominator": 2876
      },
      "children_with_two_parents_pct": {
       "estimate": 67.45,
       "moe": 10.68,
       "numerator": 1940,
       "denominator": 2876
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.53,
       "moe": 8.43,
       "numerator": 518,
       "denominator": 1545
      },
      "children_below_poverty_pct": {
       "estimate": 12.29,
       "moe": 5.99,
       "numerator": 369,
       "denominator": 3002
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.31,
       "moe": 3.74,
       "numerator": 3513,
       "denominator": 12865
      },
      "limited_english_households_pct": {
       "estimate": 2.93,
       "moe": 1.28,
       "numerator": 236,
       "denominator": 8046
      },
      "snap_households_pct": {
       "estimate": 9.26,
       "moe": 3.61,
       "numerator": 745,
       "denominator": 8046
      },
      "median_household_income": {
       "estimate": 78900,
       "moe": 6076.0
      },
      "own_children_under_18": {
       "estimate": 2876,
       "moe": 339.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3002,
       "moe": 461.8397990645674
      }
     },
     "lines": {
      "b23008_E001": 2876,
      "b23008_M001": 339,
      "b23008_E003": 439,
      "b23008_M003": 172,
      "b23008_E008": 238,
      "b23008_M008": 135,
      "b23008_E016": 1501,
      "b23008_M016": 342,
      "b23008_E021": 698,
      "b23008_M021": 249,
      "b11003_E001": 4016,
      "b11003_M001": 315,
      "b11003_E003": 1027,
      "b11003_M003": 176,
      "b11003_E010": 100,
      "b11003_M010": 75,
      "b11003_E016": 418,
      "b11003_M016": 132,
      "b17020_E001": 17352,
      "b17020_M001": 32,
      "b17020_E003": 40,
      "b17020_M003": 53,
      "b17020_E004": 105,
      "b17020_M004": 101,
      "b17020_E005": 224,
      "b17020_M005": 150,
      "b17020_E011": 649,
      "b17020_M011": 221,
      "b17020_E012": 1069,
      "b17020_M012": 239,
      "b17020_E013": 915,
      "b17020_M013": 268,
      "b15003_E001": 12865,
      "b15003_M001": 584,
      "b15003_E022": 2287,
      "b15003_M022": 412,
      "b15003_E023": 1093,
      "b15003_M023": 288,
      "b15003_E024": 83,
      "b15003_M024": 51,
      "b15003_E025": 50,
      "b15003_M025": 39,
      "c16002_E001": 8046,
      "c16002_M001": 351,
      "c16002_E004": 17,
      "c16002_M004": 26,
      "c16002_E007": 157,
      "c16002_M007": 69,
      "c16002_E010": 62,
      "c16002_M010": 70,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8046,
      "b22010_M001": 351,
      "b22010_E002": 745,
      "b22010_M002": 292,
      "b19013_E001": 78900,
      "b19013_M001": 6076
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.46,
       "moe": 8.54,
       "numerator": 782,
       "denominator": 2748
      },
      "children_with_two_parents_pct": {
       "estimate": 71.54,
       "moe": 10.2,
       "numerator": 1966,
       "denominator": 2748
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.44,
       "moe": 8.14,
       "numerator": 370,
       "denominator": 1514
      },
      "children_below_poverty_pct": {
       "estimate": 11.87,
       "moe": 5.79,
       "numerator": 335,
       "denominator": 2822
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.53,
       "moe": 3.91,
       "numerator": 3731,
       "denominator": 13079
      },
      "limited_english_households_pct": {
       "estimate": 2.77,
       "moe": 1.24,
       "numerator": 224,
       "denominator": 8096
      },
      "snap_households_pct": {
       "estimate": 9.94,
       "moe": 3.65,
       "numerator": 805,
       "denominator": 8096
      },
      "median_household_income": {
       "estimate": 81920,
       "moe": 5449.0
      },
      "own_children_under_18": {
       "estimate": 2748,
       "moe": 324.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2822,
       "moe": 438.545322629258
      }
     },
     "lines": {
      "b23008_E001": 2748,
      "b23008_M001": 324,
      "b23008_E003": 644,
      "b23008_M003": 195,
      "b23008_E008": 117,
      "b23008_M008": 94,
      "b23008_E016": 1322,
      "b23008_M016": 307,
      "b23008_E021": 665,
      "b23008_M021": 234,
      "b11003_E001": 4127,
      "b11003_M001": 334,
      "b11003_E003": 1144,
      "b11003_M003": 191,
      "b11003_E010": 38,
      "b11003_M010": 36,
      "b11003_E016": 332,
      "b11003_M016": 131,
      "b17020_E001": 17346,
      "b17020_M001": 26,
      "b17020_E003": 43,
      "b17020_M003": 54,
      "b17020_E004": 77,
      "b17020_M004": 68,
      "b17020_E005": 215,
      "b17020_M005": 148,
      "b17020_E011": 731,
      "b17020_M011": 203,
      "b17020_E012": 984,
      "b17020_M012": 238,
      "b17020_E013": 772,
      "b17020_M013": 255,
      "b15003_E001": 13079,
      "b15003_M001": 550,
      "b15003_E022": 2449,
      "b15003_M022": 413,
      "b15003_E023": 1090,
      "b15003_M023": 329,
      "b15003_E024": 101,
      "b15003_M024": 71,
      "b15003_E025": 91,
      "b15003_M025": 53,
      "c16002_E001": 8096,
      "c16002_M001": 408,
      "c16002_E004": 24,
      "c16002_M004": 31,
      "c16002_E007": 136,
      "c16002_M007": 70,
      "c16002_E010": 35,
      "c16002_M010": 54,
      "c16002_E013": 29,
      "c16002_M013": 38,
      "b22010_E001": 8096,
      "b22010_M001": 408,
      "b22010_E002": 805,
      "b22010_M002": 298,
      "b19013_E001": 81920,
      "b19013_M001": 5449
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.44,
       "moe": 7.24,
       "numerator": 510,
       "denominator": 2624
      },
      "children_with_two_parents_pct": {
       "estimate": 80.56,
       "moe": 8.76,
       "numerator": 2114,
       "denominator": 2624
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.96,
       "moe": 6.9,
       "numerator": 249,
       "denominator": 1560
      },
      "children_below_poverty_pct": {
       "estimate": 8.96,
       "moe": 4.69,
       "numerator": 243,
       "denominator": 2712
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.96,
       "moe": 3.79,
       "numerator": 3992,
       "denominator": 13323
      },
      "limited_english_households_pct": {
       "estimate": 3.07,
       "moe": 1.45,
       "numerator": 248,
       "denominator": 8087
      },
      "snap_households_pct": {
       "estimate": 10.44,
       "moe": 4.12,
       "numerator": 844,
       "denominator": 8087
      },
      "median_household_income": {
       "estimate": 84343,
       "moe": 7368.0
      },
      "own_children_under_18": {
       "estimate": 2624,
       "moe": 304.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2712,
       "moe": 390.7697531795418
      }
     },
     "lines": {
      "b23008_E001": 2624,
      "b23008_M001": 304,
      "b23008_E003": 630,
      "b23008_M003": 209,
      "b23008_E008": 86,
      "b23008_M008": 62,
      "b23008_E016": 1484,
      "b23008_M016": 263,
      "b23008_E021": 424,
      "b23008_M021": 189,
      "b11003_E001": 4173,
      "b11003_M001": 348,
      "b11003_E003": 1311,
      "b11003_M003": 195,
      "b11003_E010": 49,
      "b11003_M010": 43,
      "b11003_E016": 200,
      "b11003_M016": 105,
      "b17020_E001": 17413,
      "b17020_M001": 35,
      "b17020_E003": 36,
      "b17020_M003": 44,
      "b17020_E004": 121,
      "b17020_M004": 88,
      "b17020_E005": 86,
      "b17020_M005": 88,
      "b17020_E011": 693,
      "b17020_M011": 216,
      "b17020_E012": 999,
      "b17020_M012": 211,
      "b17020_E013": 777,
      "b17020_M013": 210,
      "b15003_E001": 13323,
      "b15003_M001": 605,
      "b15003_E022": 2609,
      "b15003_M022": 424,
      "b15003_E023": 1174,
      "b15003_M023": 313,
      "b15003_E024": 139,
      "b15003_M024": 87,
      "b15003_E025": 70,
      "b15003_M025": 43,
      "c16002_E001": 8087,
      "c16002_M001": 409,
      "c16002_E004": 21,
      "c16002_M004": 25,
      "c16002_E007": 156,
      "c16002_M007": 87,
      "c16002_E010": 36,
      "c16002_M010": 55,
      "c16002_E013": 35,
      "c16002_M013": 52,
      "b22010_E001": 8087,
      "b22010_M001": 409,
      "b22010_E002": 844,
      "b22010_M002": 336,
      "b19013_E001": 84343,
      "b19013_M001": 7368
     }
    }
   }
  },
  "Plymouth": {
   "cousub": "60750",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.67,
       "moe": 12.46,
       "numerator": 638,
       "denominator": 1895
      },
      "children_with_two_parents_pct": {
       "estimate": 66.33,
       "moe": 6.17,
       "numerator": 1257,
       "denominator": 1895
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.45,
       "moe": 10.71,
       "numerator": 282,
       "denominator": 869
      },
      "children_below_poverty_pct": {
       "estimate": 19.06,
       "moe": 8.37,
       "numerator": 364,
       "denominator": 1910
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.06,
       "moe": 3.78,
       "numerator": 2311,
       "denominator": 8539
      },
      "limited_english_households_pct": {
       "estimate": 0.25,
       "moe": 0.89,
       "numerator": 12,
       "denominator": 4734
      },
      "snap_households_pct": {
       "estimate": 10.18,
       "moe": 2.67,
       "numerator": 482,
       "denominator": 4734
      },
      "median_household_income": {
       "estimate": 84550,
       "moe": 12783.0
      },
      "own_children_under_18": {
       "estimate": 1895,
       "moe": 315.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1910,
       "moe": 322.70419891907204
      }
     },
     "lines": {
      "b23008_E001": 1895,
      "b23008_M001": 315,
      "b23008_E003": 407,
      "b23008_M003": 139,
      "b23008_E008": 81,
      "b23008_M008": 63,
      "b23008_E016": 850,
      "b23008_M016": 195,
      "b23008_E021": 557,
      "b23008_M021": 251,
      "b11003_E001": 2962,
      "b11003_M001": 184,
      "b11003_E003": 587,
      "b11003_M003": 121,
      "b11003_E010": 145,
      "b11003_M010": 73,
      "b11003_E016": 137,
      "b11003_M016": 78,
      "b17020_E001": 11572,
      "b17020_M001": 128,
      "b17020_E003": 117,
      "b17020_M003": 110,
      "b17020_E004": 148,
      "b17020_M004": 101,
      "b17020_E005": 99,
      "b17020_M005": 84,
      "b17020_E011": 371,
      "b17020_M011": 141,
      "b17020_E012": 500,
      "b17020_M012": 150,
      "b17020_E013": 675,
      "b17020_M013": 180,
      "b15003_E001": 8539,
      "b15003_M001": 336,
      "b15003_E022": 1453,
      "b15003_M022": 278,
      "b15003_E023": 720,
      "b15003_M023": 172,
      "b15003_E024": 84,
      "b15003_M024": 57,
      "b15003_E025": 54,
      "b15003_M025": 48,
      "c16002_E001": 4734,
      "c16002_M001": 250,
      "c16002_E004": 12,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4734,
      "b22010_M001": 250,
      "b22010_E002": 482,
      "b22010_M002": 129,
      "b19013_E001": 84550,
      "b19013_M001": 12783
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.42,
       "moe": 14.72,
       "numerator": 908,
       "denominator": 2091
      },
      "children_with_two_parents_pct": {
       "estimate": 56.58,
       "moe": 8.36,
       "numerator": 1183,
       "denominator": 2091
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.21,
       "moe": 10.97,
       "numerator": 382,
       "denominator": 927
      },
      "children_below_poverty_pct": {
       "estimate": 13.3,
       "moe": 7.4,
       "numerator": 284,
       "denominator": 2135
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.79,
       "moe": 3.31,
       "numerator": 2127,
       "denominator": 8248
      },
      "limited_english_households_pct": {
       "estimate": 0.33,
       "moe": 0.96,
       "numerator": 15,
       "denominator": 4496
      },
      "snap_households_pct": {
       "estimate": 10.14,
       "moe": 2.93,
       "numerator": 456,
       "denominator": 4496
      },
      "median_household_income": {
       "estimate": 94600,
       "moe": 12928.0
      },
      "own_children_under_18": {
       "estimate": 2091,
       "moe": 330.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2135,
       "moe": 344.994202849845
      }
     },
     "lines": {
      "b23008_E001": 2091,
      "b23008_M001": 330,
      "b23008_E003": 336,
      "b23008_M003": 116,
      "b23008_E008": 147,
      "b23008_M008": 80,
      "b23008_E016": 847,
      "b23008_M016": 228,
      "b23008_E021": 761,
      "b23008_M021": 330,
      "b11003_E001": 3059,
      "b11003_M001": 176,
      "b11003_E003": 545,
      "b11003_M003": 116,
      "b11003_E010": 198,
      "b11003_M010": 81,
      "b11003_E016": 184,
      "b11003_M016": 93,
      "b17020_E001": 11576,
      "b17020_M001": 107,
      "b17020_E003": 99,
      "b17020_M003": 108,
      "b17020_E004": 115,
      "b17020_M004": 98,
      "b17020_E005": 70,
      "b17020_M005": 76,
      "b17020_E011": 384,
      "b17020_M011": 140,
      "b17020_E012": 620,
      "b17020_M012": 149,
      "b17020_E013": 847,
      "b17020_M013": 224,
      "b15003_E001": 8248,
      "b15003_M001": 360,
      "b15003_E022": 1364,
      "b15003_M022": 227,
      "b15003_E023": 634,
      "b15003_M023": 162,
      "b15003_E024": 99,
      "b15003_M024": 68,
      "b15003_E025": 30,
      "b15003_M025": 29,
      "c16002_E001": 4496,
      "c16002_M001": 252,
      "c16002_E004": 15,
      "c16002_M004": 23,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4496,
      "b22010_M001": 252,
      "b22010_E002": 456,
      "b22010_M002": 134,
      "b19013_E001": 94600,
      "b19013_M001": 12928
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.98,
       "moe": 14.97,
       "numerator": 936,
       "denominator": 2081
      },
      "children_with_two_parents_pct": {
       "estimate": 55.02,
       "moe": 4.55,
       "numerator": 1145,
       "denominator": 2081
      },
      "one_parent_families_with_children_pct": {
       "estimate": 45.59,
       "moe": 12.6,
       "numerator": 439,
       "denominator": 963
      },
      "children_below_poverty_pct": {
       "estimate": 10.91,
       "moe": 6.39,
       "numerator": 233,
       "denominator": 2135
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.64,
       "moe": 3.14,
       "numerator": 2340,
       "denominator": 8465
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.91,
       "numerator": 0,
       "denominator": 4609
      },
      "snap_households_pct": {
       "estimate": 11.22,
       "moe": 3.22,
       "numerator": 517,
       "denominator": 4609
      },
      "median_household_income": {
       "estimate": 99797,
       "moe": 10299.0
      },
      "own_children_under_18": {
       "estimate": 2081,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2135,
       "moe": 303.19630604609944
      }
     },
     "lines": {
      "b23008_E001": 2081,
      "b23008_M001": 365,
      "b23008_E003": 365,
      "b23008_M003": 108,
      "b23008_E008": 166,
      "b23008_M008": 88,
      "b23008_E016": 780,
      "b23008_M016": 194,
      "b23008_E021": 770,
      "b23008_M021": 341,
      "b11003_E001": 3066,
      "b11003_M001": 161,
      "b11003_E003": 524,
      "b11003_M003": 108,
      "b11003_E010": 259,
      "b11003_M010": 104,
      "b11003_E016": 180,
      "b11003_M016": 104,
      "b17020_E001": 11602,
      "b17020_M001": 83,
      "b17020_E003": 65,
      "b17020_M003": 76,
      "b17020_E004": 101,
      "b17020_M004": 92,
      "b17020_E005": 67,
      "b17020_M005": 74,
      "b17020_E011": 466,
      "b17020_M011": 136,
      "b17020_E012": 615,
      "b17020_M012": 146,
      "b17020_E013": 821,
      "b17020_M013": 180,
      "b15003_E001": 8465,
      "b15003_M001": 366,
      "b15003_E022": 1531,
      "b15003_M022": 233,
      "b15003_E023": 667,
      "b15003_M023": 145,
      "b15003_E024": 112,
      "b15003_M024": 71,
      "b15003_E025": 30,
      "b15003_M025": 24,
      "c16002_E001": 4609,
      "c16002_M001": 240,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4609,
      "b22010_M001": 240,
      "b22010_E002": 517,
      "b22010_M002": 151,
      "b19013_E001": 99797,
      "b19013_M001": 10299
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.0,
       "moe": 10.28,
       "numerator": 685,
       "denominator": 1903
      },
      "children_with_two_parents_pct": {
       "estimate": 64.0,
       "moe": 8.28,
       "numerator": 1218,
       "denominator": 1903
      },
      "one_parent_families_with_children_pct": {
       "estimate": 40.1,
       "moe": 11.51,
       "numerator": 385,
       "denominator": 960
      },
      "children_below_poverty_pct": {
       "estimate": 13.19,
       "moe": 7.95,
       "numerator": 265,
       "denominator": 2009
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.34,
       "moe": 4.02,
       "numerator": 2510,
       "denominator": 8556
      },
      "limited_english_households_pct": {
       "estimate": 0.92,
       "moe": 1.36,
       "numerator": 44,
       "denominator": 4774
      },
      "snap_households_pct": {
       "estimate": 12.9,
       "moe": 3.29,
       "numerator": 616,
       "denominator": 4774
      },
      "median_household_income": {
       "estimate": 94514,
       "moe": 13668.0
      },
      "own_children_under_18": {
       "estimate": 1903,
       "moe": 259.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2009,
       "moe": 281.3485382936972
      }
     },
     "lines": {
      "b23008_E001": 1903,
      "b23008_M001": 259,
      "b23008_E003": 423,
      "b23008_M003": 109,
      "b23008_E008": 129,
      "b23008_M008": 70,
      "b23008_E016": 795,
      "b23008_M016": 201,
      "b23008_E021": 556,
      "b23008_M021": 205,
      "b11003_E001": 3027,
      "b11003_M001": 187,
      "b11003_E003": 575,
      "b11003_M003": 141,
      "b11003_E010": 240,
      "b11003_M010": 103,
      "b11003_E016": 145,
      "b11003_M016": 88,
      "b17020_E001": 11639,
      "b17020_M001": 67,
      "b17020_E003": 75,
      "b17020_M003": 92,
      "b17020_E004": 137,
      "b17020_M004": 113,
      "b17020_E005": 53,
      "b17020_M005": 75,
      "b17020_E011": 477,
      "b17020_M011": 119,
      "b17020_E012": 556,
      "b17020_M012": 133,
      "b17020_E013": 711,
      "b17020_M013": 143,
      "b15003_E001": 8556,
      "b15003_M001": 315,
      "b15003_E022": 1744,
      "b15003_M022": 300,
      "b15003_E023": 610,
      "b15003_M023": 173,
      "b15003_E024": 89,
      "b15003_M024": 60,
      "b15003_E025": 67,
      "b15003_M025": 56,
      "c16002_E001": 4774,
      "c16002_M001": 229,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 44,
      "c16002_M007": 54,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4774,
      "b22010_M001": 229,
      "b22010_E002": 616,
      "b22010_M002": 160,
      "b19013_E001": 94514,
      "b19013_M001": 13668
     }
    }
   }
  },
  "Pomfret": {
   "cousub": "61030",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.72,
       "moe": 17.87,
       "numerator": 275,
       "denominator": 792
      },
      "children_with_two_parents_pct": {
       "estimate": 65.28,
       "moe": 14.05,
       "numerator": 517,
       "denominator": 792
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.44,
       "moe": 18.12,
       "numerator": 164,
       "denominator": 438
      },
      "children_below_poverty_pct": {
       "estimate": 3.91,
       "moe": 4.98,
       "numerator": 31,
       "denominator": 792
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.65,
       "moe": 8.12,
       "numerator": 1310,
       "denominator": 3001
      },
      "limited_english_households_pct": {
       "estimate": 0.53,
       "moe": 1.6,
       "numerator": 9,
       "denominator": 1690
      },
      "snap_households_pct": {
       "estimate": 10.89,
       "moe": 5.85,
       "numerator": 184,
       "denominator": 1690
      },
      "median_household_income": {
       "estimate": 93467,
       "moe": 8474.0
      },
      "own_children_under_18": {
       "estimate": 792,
       "moe": 182.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 792,
       "moe": 201.19642143934865
      }
     },
     "lines": {
      "b23008_E001": 792,
      "b23008_M001": 182,
      "b23008_E003": 90,
      "b23008_M003": 98,
      "b23008_E008": 20,
      "b23008_M008": 25,
      "b23008_E016": 427,
      "b23008_M016": 130,
      "b23008_E021": 255,
      "b23008_M021": 153,
      "b11003_E001": 1113,
      "b11003_M001": 126,
      "b11003_E003": 274,
      "b11003_M003": 97,
      "b11003_E010": 15,
      "b11003_M010": 24,
      "b11003_E016": 149,
      "b11003_M016": 91,
      "b17020_E001": 4096,
      "b17020_M001": 82,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 20,
      "b17020_M004": 33,
      "b17020_E005": 11,
      "b17020_M005": 19,
      "b17020_E011": 110,
      "b17020_M011": 94,
      "b17020_E012": 296,
      "b17020_M012": 120,
      "b17020_E013": 355,
      "b17020_M013": 125,
      "b15003_E001": 3001,
      "b15003_M001": 178,
      "b15003_E022": 707,
      "b15003_M022": 150,
      "b15003_E023": 435,
      "b15003_M023": 189,
      "b15003_E024": 103,
      "b15003_M024": 65,
      "b15003_E025": 65,
      "b15003_M025": 54,
      "c16002_E001": 1690,
      "c16002_M001": 141,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 9,
      "c16002_M007": 15,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1690,
      "b22010_M001": 141,
      "b22010_E002": 184,
      "b22010_M002": 100,
      "b19013_E001": 93467,
      "b19013_M001": 8474
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.29,
       "moe": 19.25,
       "numerator": 358,
       "denominator": 935
      },
      "children_with_two_parents_pct": {
       "estimate": 61.71,
       "moe": 18.59,
       "numerator": 577,
       "denominator": 935
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.28,
       "moe": 15.08,
       "numerator": 164,
       "denominator": 452
      },
      "children_below_poverty_pct": {
       "estimate": 3.85,
       "moe": 5.0,
       "numerator": 36,
       "denominator": 935
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.45,
       "moe": 7.8,
       "numerator": 1195,
       "denominator": 2954
      },
      "limited_english_households_pct": {
       "estimate": 3.78,
       "moe": 4.36,
       "numerator": 64,
       "denominator": 1692
      },
      "snap_households_pct": {
       "estimate": 10.93,
       "moe": 5.59,
       "numerator": 185,
       "denominator": 1692
      },
      "median_household_income": {
       "estimate": 98750,
       "moe": 12393.0
      },
      "own_children_under_18": {
       "estimate": 935,
       "moe": 147.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 935,
       "moe": 212.55352267134978
      }
     },
     "lines": {
      "b23008_E001": 935,
      "b23008_M001": 147,
      "b23008_E003": 83,
      "b23008_M003": 80,
      "b23008_E008": 38,
      "b23008_M008": 31,
      "b23008_E016": 494,
      "b23008_M016": 179,
      "b23008_E021": 320,
      "b23008_M021": 186,
      "b11003_E001": 1062,
      "b11003_M001": 114,
      "b11003_E003": 288,
      "b11003_M003": 103,
      "b11003_E010": 18,
      "b11003_M010": 20,
      "b11003_E016": 146,
      "b11003_M016": 81,
      "b17020_E001": 4177,
      "b17020_M001": 25,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 25,
      "b17020_M004": 41,
      "b17020_E005": 11,
      "b17020_M005": 20,
      "b17020_E011": 121,
      "b17020_M011": 83,
      "b17020_E012": 329,
      "b17020_M012": 126,
      "b17020_E013": 449,
      "b17020_M013": 142,
      "b15003_E001": 2954,
      "b15003_M001": 164,
      "b15003_E022": 629,
      "b15003_M022": 134,
      "b15003_E023": 421,
      "b15003_M023": 185,
      "b15003_E024": 81,
      "b15003_M024": 50,
      "b15003_E025": 64,
      "b15003_M025": 53,
      "c16002_E001": 1692,
      "c16002_M001": 147,
      "c16002_E004": 31,
      "c16002_M004": 47,
      "c16002_E007": 33,
      "c16002_M007": 54,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1692,
      "b22010_M001": 147,
      "b22010_E002": 185,
      "b22010_M002": 96,
      "b19013_E001": 98750,
      "b19013_M001": 12393
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.82,
       "moe": 16.63,
       "numerator": 322,
       "denominator": 899
      },
      "children_with_two_parents_pct": {
       "estimate": 64.18,
       "moe": 17.06,
       "numerator": 577,
       "denominator": 899
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.65,
       "moe": 15.24,
       "numerator": 164,
       "denominator": 460
      },
      "children_below_poverty_pct": {
       "estimate": 8.14,
       "moe": 7.93,
       "numerator": 77,
       "denominator": 946
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.93,
       "moe": 9.01,
       "numerator": 1451,
       "denominator": 3092
      },
      "limited_english_households_pct": {
       "estimate": 1.88,
       "moe": 2.5,
       "numerator": 31,
       "denominator": 1651
      },
      "snap_households_pct": {
       "estimate": 9.45,
       "moe": 5.9,
       "numerator": 156,
       "denominator": 1651
      },
      "median_household_income": {
       "estimate": 105642,
       "moe": 8410.0
      },
      "own_children_under_18": {
       "estimate": 899,
       "moe": 146.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 946,
       "moe": 205.25350179716787
      }
     },
     "lines": {
      "b23008_E001": 899,
      "b23008_M001": 146,
      "b23008_E003": 109,
      "b23008_M003": 102,
      "b23008_E008": 45,
      "b23008_M008": 41,
      "b23008_E016": 468,
      "b23008_M016": 148,
      "b23008_E021": 277,
      "b23008_M021": 153,
      "b11003_E001": 1119,
      "b11003_M001": 127,
      "b11003_E003": 296,
      "b11003_M003": 96,
      "b11003_E010": 22,
      "b11003_M010": 27,
      "b11003_E016": 142,
      "b11003_M016": 79,
      "b17020_E001": 4228,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 21,
      "b17020_M004": 35,
      "b17020_E005": 56,
      "b17020_M005": 67,
      "b17020_E011": 154,
      "b17020_M011": 103,
      "b17020_E012": 297,
      "b17020_M012": 107,
      "b17020_E013": 418,
      "b17020_M013": 119,
      "b15003_E001": 3092,
      "b15003_M001": 165,
      "b15003_E022": 600,
      "b15003_M022": 145,
      "b15003_E023": 604,
      "b15003_M023": 224,
      "b15003_E024": 112,
      "b15003_M024": 65,
      "b15003_E025": 135,
      "b15003_M025": 90,
      "c16002_E001": 1651,
      "c16002_M001": 115,
      "c16002_E004": 10,
      "c16002_M004": 15,
      "c16002_E007": 21,
      "c16002_M007": 33,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1651,
      "b22010_M001": 115,
      "b22010_E002": 156,
      "b22010_M002": 98,
      "b19013_E001": 105642,
      "b19013_M001": 8410
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.38,
       "moe": 12.16,
       "numerator": 249,
       "denominator": 944
      },
      "children_with_two_parents_pct": {
       "estimate": 73.62,
       "moe": 18.69,
       "numerator": 695,
       "denominator": 944
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.88,
       "moe": 13.11,
       "numerator": 133,
       "denominator": 477
      },
      "children_below_poverty_pct": {
       "estimate": 6.0,
       "moe": 6.28,
       "numerator": 59,
       "denominator": 984
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.83,
       "moe": 9.52,
       "numerator": 1562,
       "denominator": 3073
      },
      "limited_english_households_pct": {
       "estimate": 1.96,
       "moe": 2.87,
       "numerator": 32,
       "denominator": 1634
      },
      "snap_households_pct": {
       "estimate": 11.26,
       "moe": 6.79,
       "numerator": 184,
       "denominator": 1634
      },
      "median_household_income": {
       "estimate": 108476,
       "moe": 7611.0
      },
      "own_children_under_18": {
       "estimate": 944,
       "moe": 161.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 984,
       "moe": 231.02813681454472
      }
     },
     "lines": {
      "b23008_E001": 944,
      "b23008_M001": 161,
      "b23008_E003": 159,
      "b23008_M003": 113,
      "b23008_E008": 39,
      "b23008_M008": 39,
      "b23008_E016": 536,
      "b23008_M016": 180,
      "b23008_E021": 210,
      "b23008_M021": 116,
      "b11003_E001": 1090,
      "b11003_M001": 131,
      "b11003_E003": 344,
      "b11003_M003": 85,
      "b11003_E010": 21,
      "b11003_M010": 25,
      "b11003_E016": 112,
      "b11003_M016": 65,
      "b17020_E001": 4266,
      "b17020_M001": 36,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 19,
      "b17020_M004": 28,
      "b17020_E005": 40,
      "b17020_M005": 55,
      "b17020_E011": 198,
      "b17020_M011": 110,
      "b17020_E012": 339,
      "b17020_M012": 135,
      "b17020_E013": 388,
      "b17020_M013": 138,
      "b15003_E001": 3073,
      "b15003_M001": 188,
      "b15003_E022": 561,
      "b15003_M022": 143,
      "b15003_E023": 742,
      "b15003_M023": 242,
      "b15003_E024": 60,
      "b15003_M024": 36,
      "b15003_E025": 199,
      "b15003_M025": 120,
      "c16002_E001": 1634,
      "c16002_M001": 132,
      "c16002_E004": 13,
      "c16002_M004": 21,
      "c16002_E007": 19,
      "c16002_M007": 37,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1634,
      "b22010_M001": 132,
      "b22010_E002": 184,
      "b22010_M002": 112,
      "b19013_E001": 108476,
      "b19013_M001": 7611
     }
    }
   }
  },
  "Portland": {
   "cousub": "61800",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.0,
       "moe": 9.96,
       "numerator": 559,
       "denominator": 2150
      },
      "children_with_two_parents_pct": {
       "estimate": 74.0,
       "moe": 11.05,
       "numerator": 1591,
       "denominator": 2150
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.26,
       "moe": 12.23,
       "numerator": 271,
       "denominator": 1117
      },
      "children_below_poverty_pct": {
       "estimate": 7.71,
       "moe": 4.3,
       "numerator": 169,
       "denominator": 2193
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.87,
       "moe": 5.96,
       "numerator": 3112,
       "denominator": 6640
      },
      "limited_english_households_pct": {
       "estimate": 0.51,
       "moe": 1.14,
       "numerator": 18,
       "denominator": 3564
      },
      "snap_households_pct": {
       "estimate": 8.19,
       "moe": 2.99,
       "numerator": 292,
       "denominator": 3564
      },
      "median_household_income": {
       "estimate": 107034,
       "moe": 14244.0
      },
      "own_children_under_18": {
       "estimate": 2150,
       "moe": 260.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2193,
       "moe": 347.99568962847803
      }
     },
     "lines": {
      "b23008_E001": 2150,
      "b23008_M001": 260,
      "b23008_E003": 491,
      "b23008_M003": 188,
      "b23008_E008": 94,
      "b23008_M008": 50,
      "b23008_E016": 1100,
      "b23008_M016": 241,
      "b23008_E021": 465,
      "b23008_M021": 219,
      "b11003_E001": 2553,
      "b11003_M001": 195,
      "b11003_E003": 846,
      "b11003_M003": 155,
      "b11003_E010": 50,
      "b11003_M010": 48,
      "b11003_E016": 221,
      "b11003_M016": 138,
      "b17020_E001": 9394,
      "b17020_M001": 94,
      "b17020_E003": 33,
      "b17020_M003": 33,
      "b17020_E004": 82,
      "b17020_M004": 77,
      "b17020_E005": 54,
      "b17020_M005": 51,
      "b17020_E011": 552,
      "b17020_M011": 184,
      "b17020_E012": 581,
      "b17020_M012": 199,
      "b17020_E013": 891,
      "b17020_M013": 195,
      "b15003_E001": 6640,
      "b15003_M001": 297,
      "b15003_E022": 1999,
      "b15003_M022": 323,
      "b15003_E023": 769,
      "b15003_M023": 225,
      "b15003_E024": 186,
      "b15003_M024": 111,
      "b15003_E025": 158,
      "b15003_M025": 94,
      "c16002_E001": 3564,
      "c16002_M001": 212,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 18,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3564,
      "b22010_M001": 212,
      "b22010_E002": 292,
      "b22010_M002": 108,
      "b19013_E001": 107034,
      "b19013_M001": 14244
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.22,
       "moe": 8.88,
       "numerator": 441,
       "denominator": 2078
      },
      "children_with_two_parents_pct": {
       "estimate": 78.78,
       "moe": 10.75,
       "numerator": 1637,
       "denominator": 2078
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.56,
       "moe": 11.1,
       "numerator": 198,
       "denominator": 1067
      },
      "children_below_poverty_pct": {
       "estimate": 3.5,
       "moe": 2.43,
       "numerator": 75,
       "denominator": 2142
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.89,
       "moe": 5.23,
       "numerator": 3271,
       "denominator": 6690
      },
      "limited_english_households_pct": {
       "estimate": 0.95,
       "moe": 1.28,
       "numerator": 34,
       "denominator": 3569
      },
      "snap_households_pct": {
       "estimate": 7.9,
       "moe": 2.72,
       "numerator": 282,
       "denominator": 3569
      },
      "median_household_income": {
       "estimate": 116098,
       "moe": 12068.0
      },
      "own_children_under_18": {
       "estimate": 2078,
       "moe": 276.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2142,
       "moe": 363.9052074373215
      }
     },
     "lines": {
      "b23008_E001": 2078,
      "b23008_M001": 276,
      "b23008_E003": 460,
      "b23008_M003": 178,
      "b23008_E008": 49,
      "b23008_M008": 37,
      "b23008_E016": 1177,
      "b23008_M016": 256,
      "b23008_E021": 392,
      "b23008_M021": 190,
      "b11003_E001": 2611,
      "b11003_M001": 197,
      "b11003_E003": 869,
      "b11003_M003": 162,
      "b11003_E010": 59,
      "b11003_M010": 54,
      "b11003_E016": 139,
      "b11003_M016": 112,
      "b17020_E001": 9316,
      "b17020_M001": 46,
      "b17020_E003": 11,
      "b17020_M003": 17,
      "b17020_E004": 34,
      "b17020_M004": 41,
      "b17020_E005": 30,
      "b17020_M005": 30,
      "b17020_E011": 531,
      "b17020_M011": 175,
      "b17020_E012": 607,
      "b17020_M012": 196,
      "b17020_E013": 929,
      "b17020_M013": 246,
      "b15003_E001": 6690,
      "b15003_M001": 302,
      "b15003_E022": 1985,
      "b15003_M022": 265,
      "b15003_E023": 1007,
      "b15003_M023": 239,
      "b15003_E024": 154,
      "b15003_M024": 102,
      "b15003_E025": 125,
      "b15003_M025": 80,
      "c16002_E001": 3569,
      "c16002_M001": 170,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 17,
      "c16002_M007": 24,
      "c16002_E010": 17,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3569,
      "b22010_M001": 170,
      "b22010_E002": 282,
      "b22010_M002": 98,
      "b19013_E001": 116098,
      "b19013_M001": 12068
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.21,
       "moe": 8.58,
       "numerator": 341,
       "denominator": 2104
      },
      "children_with_two_parents_pct": {
       "estimate": 83.79,
       "moe": 8.66,
       "numerator": 1763,
       "denominator": 2104
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.56,
       "moe": 12.87,
       "numerator": 195,
       "denominator": 997
      },
      "children_below_poverty_pct": {
       "estimate": 3.89,
       "moe": 2.94,
       "numerator": 84,
       "denominator": 2161
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.85,
       "moe": 5.7,
       "numerator": 3370,
       "denominator": 6760
      },
      "limited_english_households_pct": {
       "estimate": 0.69,
       "moe": 1.13,
       "numerator": 25,
       "denominator": 3632
      },
      "snap_households_pct": {
       "estimate": 6.75,
       "moe": 2.9,
       "numerator": 245,
       "denominator": 3632
      },
      "median_household_income": {
       "estimate": 118955,
       "moe": 8396.0
      },
      "own_children_under_18": {
       "estimate": 2104,
       "moe": 257.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2161,
       "moe": 316.86590223626143
      }
     },
     "lines": {
      "b23008_E001": 2104,
      "b23008_M001": 257,
      "b23008_E003": 441,
      "b23008_M003": 156,
      "b23008_E008": 43,
      "b23008_M008": 44,
      "b23008_E016": 1322,
      "b23008_M016": 235,
      "b23008_E021": 298,
      "b23008_M021": 180,
      "b11003_E001": 2556,
      "b11003_M001": 192,
      "b11003_E003": 802,
      "b11003_M003": 155,
      "b11003_E010": 44,
      "b11003_M010": 44,
      "b11003_E016": 151,
      "b11003_M016": 127,
      "b17020_E001": 9334,
      "b17020_M001": 59,
      "b17020_E003": 43,
      "b17020_M003": 44,
      "b17020_E004": 28,
      "b17020_M004": 41,
      "b17020_E005": 13,
      "b17020_M005": 24,
      "b17020_E011": 478,
      "b17020_M011": 159,
      "b17020_E012": 659,
      "b17020_M012": 177,
      "b17020_E013": 940,
      "b17020_M013": 199,
      "b15003_E001": 6760,
      "b15003_M001": 293,
      "b15003_E022": 2159,
      "b15003_M022": 324,
      "b15003_E023": 970,
      "b15003_M023": 221,
      "b15003_E024": 146,
      "b15003_M024": 100,
      "b15003_E025": 95,
      "b15003_M025": 79,
      "c16002_E001": 3632,
      "c16002_M001": 185,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 7,
      "c16002_M007": 13,
      "c16002_E010": 18,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3632,
      "b22010_M001": 185,
      "b22010_E002": 245,
      "b22010_M002": 106,
      "b19013_E001": 118955,
      "b19013_M001": 8396
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.58,
       "moe": 7.07,
       "numerator": 191,
       "denominator": 1993
      },
      "children_with_two_parents_pct": {
       "estimate": 90.42,
       "moe": 11.28,
       "numerator": 1802,
       "denominator": 1993
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.29,
       "moe": 11.44,
       "numerator": 137,
       "denominator": 959
      },
      "children_below_poverty_pct": {
       "estimate": 0.92,
       "moe": 1.49,
       "numerator": 19,
       "denominator": 2059
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.11,
       "moe": 6.41,
       "numerator": 3563,
       "denominator": 6838
      },
      "limited_english_households_pct": {
       "estimate": 2.26,
       "moe": 2.54,
       "numerator": 85,
       "denominator": 3762
      },
      "snap_households_pct": {
       "estimate": 4.44,
       "moe": 2.22,
       "numerator": 167,
       "denominator": 3762
      },
      "median_household_income": {
       "estimate": 118929,
       "moe": 15490.0
      },
      "own_children_under_18": {
       "estimate": 1993,
       "moe": 296.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2059,
       "moe": 357.97485945244813
      }
     },
     "lines": {
      "b23008_E001": 1993,
      "b23008_M001": 296,
      "b23008_E003": 404,
      "b23008_M003": 169,
      "b23008_E008": 7,
      "b23008_M008": 14,
      "b23008_E016": 1398,
      "b23008_M016": 306,
      "b23008_E021": 184,
      "b23008_M021": 143,
      "b11003_E001": 2555,
      "b11003_M001": 221,
      "b11003_E003": 822,
      "b11003_M003": 137,
      "b11003_E010": 14,
      "b11003_M010": 24,
      "b11003_E016": 123,
      "b11003_M016": 110,
      "b17020_E001": 9338,
      "b17020_M001": 57,
      "b17020_E003": 7,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 12,
      "b17020_M005": 20,
      "b17020_E011": 449,
      "b17020_M011": 161,
      "b17020_E012": 681,
      "b17020_M012": 228,
      "b17020_E013": 910,
      "b17020_M013": 222,
      "b15003_E001": 6838,
      "b15003_M001": 310,
      "b15003_E022": 2173,
      "b15003_M022": 372,
      "b15003_E023": 1165,
      "b15003_M023": 251,
      "b15003_E024": 170,
      "b15003_M024": 119,
      "b15003_E025": 55,
      "b15003_M025": 54,
      "c16002_E001": 3762,
      "c16002_M001": 230,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 60,
      "c16002_M007": 84,
      "c16002_E010": 25,
      "c16002_M010": 37,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3762,
      "b22010_M001": 230,
      "b22010_E002": 167,
      "b22010_M002": 84,
      "b19013_E001": 118929,
      "b19013_M001": 15490
     }
    }
   }
  },
  "Preston": {
   "cousub": "62150",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.33,
       "moe": 5.88,
       "numerator": 139,
       "denominator": 907
      },
      "children_with_two_parents_pct": {
       "estimate": 84.67,
       "moe": 20.82,
       "numerator": 768,
       "denominator": 907
      },
      "one_parent_families_with_children_pct": {
       "estimate": 5.36,
       "moe": 4.78,
       "numerator": 21,
       "denominator": 392
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.4,
       "numerator": 0,
       "denominator": 938
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.42,
       "moe": 4.5,
       "numerator": 826,
       "denominator": 3383
      },
      "limited_english_households_pct": {
       "estimate": 1.09,
       "moe": 1.79,
       "numerator": 20,
       "denominator": 1835
      },
      "snap_households_pct": {
       "estimate": 5.56,
       "moe": 3.41,
       "numerator": 102,
       "denominator": 1835
      },
      "median_household_income": {
       "estimate": 95553,
       "moe": 19905.0
      },
      "own_children_under_18": {
       "estimate": 907,
       "moe": 266.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 938,
       "moe": 251.22101822896906
      }
     },
     "lines": {
      "b23008_E001": 907,
      "b23008_M001": 266,
      "b23008_E003": 229,
      "b23008_M003": 139,
      "b23008_E008": 78,
      "b23008_M008": 56,
      "b23008_E016": 539,
      "b23008_M016": 259,
      "b23008_E021": 61,
      "b23008_M021": 37,
      "b11003_E001": 1327,
      "b11003_M001": 138,
      "b11003_E003": 371,
      "b11003_M003": 92,
      "b11003_E010": 14,
      "b11003_M010": 16,
      "b11003_E016": 7,
      "b11003_M016": 11,
      "b17020_E001": 4778,
      "b17020_M001": 30,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 331,
      "b17020_M011": 147,
      "b17020_E012": 303,
      "b17020_M012": 136,
      "b17020_E013": 304,
      "b17020_M013": 150,
      "b15003_E001": 3383,
      "b15003_M001": 217,
      "b15003_E022": 427,
      "b15003_M022": 111,
      "b15003_E023": 308,
      "b15003_M023": 108,
      "b15003_E024": 43,
      "b15003_M024": 27,
      "b15003_E025": 48,
      "b15003_M025": 36,
      "c16002_E001": 1835,
      "c16002_M001": 144,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 20,
      "c16002_M010": 24,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1835,
      "b22010_M001": 144,
      "b22010_E002": 102,
      "b22010_M002": 63,
      "b19013_E001": 95553,
      "b19013_M001": 19905
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.56,
       "moe": 7.73,
       "numerator": 167,
       "denominator": 951
      },
      "children_with_two_parents_pct": {
       "estimate": 82.44,
       "moe": 24.92,
       "numerator": 784,
       "denominator": 951
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.3,
       "moe": 12.64,
       "numerator": 58,
       "denominator": 379
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.27,
       "numerator": 0,
       "denominator": 993
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.81,
       "moe": 5.01,
       "numerator": 931,
       "denominator": 3348
      },
      "limited_english_households_pct": {
       "estimate": 0.95,
       "moe": 1.68,
       "numerator": 17,
       "denominator": 1786
      },
      "snap_households_pct": {
       "estimate": 2.86,
       "moe": 2.0,
       "numerator": 51,
       "denominator": 1786
      },
      "median_household_income": {
       "estimate": 103816,
       "moe": 20359.0
      },
      "own_children_under_18": {
       "estimate": 951,
       "moe": 274.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 993,
       "moe": 286.5327206446063
      }
     },
     "lines": {
      "b23008_E001": 951,
      "b23008_M001": 274,
      "b23008_E003": 210,
      "b23008_M003": 148,
      "b23008_E008": 96,
      "b23008_M008": 66,
      "b23008_E016": 574,
      "b23008_M016": 292,
      "b23008_E021": 71,
      "b23008_M021": 58,
      "b11003_E001": 1262,
      "b11003_M001": 132,
      "b11003_E003": 321,
      "b11003_M003": 82,
      "b11003_E010": 26,
      "b11003_M010": 24,
      "b11003_E016": 32,
      "b11003_M016": 44,
      "b17020_E001": 4789,
      "b17020_M001": 26,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 338,
      "b17020_M011": 169,
      "b17020_E012": 295,
      "b17020_M012": 152,
      "b17020_E013": 360,
      "b17020_M013": 173,
      "b15003_E001": 3348,
      "b15003_M001": 225,
      "b15003_E022": 474,
      "b15003_M022": 138,
      "b15003_E023": 340,
      "b15003_M023": 101,
      "b15003_E024": 63,
      "b15003_M024": 35,
      "b15003_E025": 54,
      "b15003_M025": 40,
      "c16002_E001": 1786,
      "c16002_M001": 166,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 17,
      "c16002_M010": 20,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1786,
      "b22010_M001": 166,
      "b22010_E002": 51,
      "b22010_M002": 36,
      "b19013_E001": 103816,
      "b19013_M001": 20359
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.67,
       "moe": 8.74,
       "numerator": 144,
       "denominator": 919
      },
      "children_with_two_parents_pct": {
       "estimate": 84.33,
       "moe": 20.92,
       "numerator": 775,
       "denominator": 919
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.1,
       "moe": 12.74,
       "numerator": 66,
       "denominator": 410
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.62,
       "numerator": 0,
       "denominator": 926
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.44,
       "moe": 6.09,
       "numerator": 953,
       "denominator": 3473
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.48,
       "numerator": 0,
       "denominator": 1897
      },
      "snap_households_pct": {
       "estimate": 5.01,
       "moe": 3.14,
       "numerator": 95,
       "denominator": 1897
      },
      "median_household_income": {
       "estimate": 109375,
       "moe": 25453.0
      },
      "own_children_under_18": {
       "estimate": 919,
       "moe": 310.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 926,
       "moe": 293.3615516730166
      }
     },
     "lines": {
      "b23008_E001": 919,
      "b23008_M001": 310,
      "b23008_E003": 244,
      "b23008_M003": 133,
      "b23008_E008": 69,
      "b23008_M008": 59,
      "b23008_E016": 531,
      "b23008_M016": 296,
      "b23008_E021": 75,
      "b23008_M021": 73,
      "b11003_E001": 1396,
      "b11003_M001": 136,
      "b11003_E003": 344,
      "b11003_M003": 104,
      "b11003_E010": 24,
      "b11003_M010": 28,
      "b11003_E016": 42,
      "b11003_M016": 48,
      "b17020_E001": 4793,
      "b17020_M001": 40,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 313,
      "b17020_M011": 136,
      "b17020_E012": 294,
      "b17020_M012": 169,
      "b17020_E013": 319,
      "b17020_M013": 196,
      "b15003_E001": 3473,
      "b15003_M001": 250,
      "b15003_E022": 476,
      "b15003_M022": 165,
      "b15003_E023": 379,
      "b15003_M023": 129,
      "b15003_E024": 90,
      "b15003_M024": 74,
      "b15003_E025": 8,
      "b15003_M025": 13,
      "c16002_E001": 1897,
      "c16002_M001": 147,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1897,
      "b22010_M001": 147,
      "b22010_E002": 95,
      "b22010_M002": 60,
      "b19013_E001": 109375,
      "b19013_M001": 25453
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.43,
       "moe": 7.88,
       "numerator": 116,
       "denominator": 864
      },
      "children_with_two_parents_pct": {
       "estimate": 86.57,
       "moe": 23.52,
       "numerator": 748,
       "denominator": 864
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.41,
       "moe": 11.55,
       "numerator": 51,
       "denominator": 411
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 3.39,
       "numerator": 15,
       "denominator": 886
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.51,
       "moe": 6.21,
       "numerator": 1011,
       "denominator": 3546
      },
      "limited_english_households_pct": {
       "estimate": 0.51,
       "moe": 1.46,
       "numerator": 10,
       "denominator": 1947
      },
      "snap_households_pct": {
       "estimate": 4.31,
       "moe": 2.96,
       "numerator": 84,
       "denominator": 1947
      },
      "median_household_income": {
       "estimate": 116648,
       "moe": 26909.0
      },
      "own_children_under_18": {
       "estimate": 864,
       "moe": 271.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 886,
       "moe": 265.8984768666417
      }
     },
     "lines": {
      "b23008_E001": 864,
      "b23008_M001": 271,
      "b23008_E003": 219,
      "b23008_M003": 138,
      "b23008_E008": 49,
      "b23008_M008": 46,
      "b23008_E016": 529,
      "b23008_M016": 278,
      "b23008_E021": 67,
      "b23008_M021": 62,
      "b11003_E001": 1404,
      "b11003_M001": 137,
      "b11003_E003": 360,
      "b11003_M003": 99,
      "b11003_E010": 11,
      "b11003_M010": 18,
      "b11003_E016": 40,
      "b11003_M016": 46,
      "b17020_E001": 4805,
      "b17020_M001": 24,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 15,
      "b17020_M005": 23,
      "b17020_E011": 268,
      "b17020_M011": 142,
      "b17020_E012": 283,
      "b17020_M012": 159,
      "b17020_E013": 320,
      "b17020_M013": 156,
      "b15003_E001": 3546,
      "b15003_M001": 239,
      "b15003_E022": 526,
      "b15003_M022": 187,
      "b15003_E023": 393,
      "b15003_M023": 120,
      "b15003_E024": 77,
      "b15003_M024": 59,
      "b15003_E025": 15,
      "b15003_M025": 16,
      "c16002_E001": 1947,
      "c16002_M001": 168,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 10,
      "c16002_M010": 15,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1947,
      "b22010_M001": 168,
      "b22010_E002": 84,
      "b22010_M002": 58,
      "b19013_E001": 116648,
      "b19013_M001": 26909
     }
    }
   }
  },
  "Prospect": {
   "cousub": "62290",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.76,
       "moe": 8.69,
       "numerator": 271,
       "denominator": 1969
      },
      "children_with_two_parents_pct": {
       "estimate": 86.24,
       "moe": 16.43,
       "numerator": 1698,
       "denominator": 1969
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.5,
       "moe": 12.12,
       "numerator": 151,
       "denominator": 863
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.66,
       "numerator": 0,
       "denominator": 1981
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.76,
       "moe": 5.28,
       "numerator": 2099,
       "denominator": 6824
      },
      "limited_english_households_pct": {
       "estimate": 1.2,
       "moe": 1.42,
       "numerator": 39,
       "denominator": 3238
      },
      "snap_households_pct": {
       "estimate": 3.68,
       "moe": 2.83,
       "numerator": 119,
       "denominator": 3238
      },
      "median_household_income": {
       "estimate": 109800,
       "moe": 14414.0
      },
      "own_children_under_18": {
       "estimate": 1969,
       "moe": 226.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1981,
       "moe": 348.2886733731087
      }
     },
     "lines": {
      "b23008_E001": 1969,
      "b23008_M001": 226,
      "b23008_E003": 359,
      "b23008_M003": 142,
      "b23008_E008": 36,
      "b23008_M008": 41,
      "b23008_E016": 1339,
      "b23008_M016": 350,
      "b23008_E021": 235,
      "b23008_M021": 169,
      "b11003_E001": 2467,
      "b11003_M001": 131,
      "b11003_E003": 712,
      "b11003_M003": 128,
      "b11003_E010": 52,
      "b11003_M010": 49,
      "b11003_E016": 99,
      "b11003_M016": 97,
      "b17020_E001": 9227,
      "b17020_M001": 90,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 395,
      "b17020_M011": 151,
      "b17020_E012": 785,
      "b17020_M012": 211,
      "b17020_E013": 801,
      "b17020_M013": 230,
      "b15003_E001": 6824,
      "b15003_M001": 247,
      "b15003_E022": 1066,
      "b15003_M022": 290,
      "b15003_E023": 762,
      "b15003_M023": 190,
      "b15003_E024": 173,
      "b15003_M024": 106,
      "b15003_E025": 98,
      "b15003_M025": 65,
      "c16002_E001": 3238,
      "c16002_M001": 189,
      "c16002_E004": 3,
      "c16002_M004": 5,
      "c16002_E007": 36,
      "c16002_M007": 37,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3238,
      "b22010_M001": 189,
      "b22010_E002": 119,
      "b22010_M002": 92,
      "b19013_E001": 109800,
      "b19013_M001": 14414
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.63,
       "moe": 11.45,
       "numerator": 593,
       "denominator": 2146
      },
      "children_with_two_parents_pct": {
       "estimate": 72.37,
       "moe": 14.63,
       "numerator": 1553,
       "denominator": 2146
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.15,
       "moe": 13.68,
       "numerator": 299,
       "denominator": 930
      },
      "children_below_poverty_pct": {
       "estimate": 3.64,
       "moe": 3.15,
       "numerator": 80,
       "denominator": 2198
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.92,
       "moe": 5.61,
       "numerator": 2388,
       "denominator": 6839
      },
      "limited_english_households_pct": {
       "estimate": 3.4,
       "moe": 3.55,
       "numerator": 109,
       "denominator": 3208
      },
      "snap_households_pct": {
       "estimate": 4.68,
       "moe": 3.03,
       "numerator": 150,
       "denominator": 3208
      },
      "median_household_income": {
       "estimate": 124382,
       "moe": 10212.0
      },
      "own_children_under_18": {
       "estimate": 2146,
       "moe": 261.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2198,
       "moe": 359.927770531811
      }
     },
     "lines": {
      "b23008_E001": 2146,
      "b23008_M001": 261,
      "b23008_E003": 413,
      "b23008_M003": 197,
      "b23008_E008": 119,
      "b23008_M008": 97,
      "b23008_E016": 1140,
      "b23008_M016": 309,
      "b23008_E021": 474,
      "b23008_M021": 237,
      "b11003_E001": 2383,
      "b11003_M001": 195,
      "b11003_E003": 631,
      "b11003_M003": 144,
      "b11003_E010": 153,
      "b11003_M010": 106,
      "b11003_E016": 146,
      "b11003_M016": 96,
      "b17020_E001": 9277,
      "b17020_M001": 56,
      "b17020_E003": 40,
      "b17020_M003": 48,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 40,
      "b17020_M005": 48,
      "b17020_E011": 492,
      "b17020_M011": 201,
      "b17020_E012": 735,
      "b17020_M012": 213,
      "b17020_E013": 891,
      "b17020_M013": 197,
      "b15003_E001": 6839,
      "b15003_M001": 282,
      "b15003_E022": 1202,
      "b15003_M022": 285,
      "b15003_E023": 910,
      "b15003_M023": 222,
      "b15003_E024": 207,
      "b15003_M024": 152,
      "b15003_E025": 69,
      "b15003_M025": 56,
      "c16002_E001": 3208,
      "c16002_M001": 258,
      "c16002_E004": 78,
      "c16002_M004": 107,
      "c16002_E007": 31,
      "c16002_M007": 30,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3208,
      "b22010_M001": 258,
      "b22010_E002": 150,
      "b22010_M002": 98,
      "b19013_E001": 124382,
      "b19013_M001": 10212
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.15,
       "moe": 11.68,
       "numerator": 396,
       "denominator": 2068
      },
      "children_with_two_parents_pct": {
       "estimate": 80.85,
       "moe": 13.83,
       "numerator": 1672,
       "denominator": 2068
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.2,
       "moe": 15.09,
       "numerator": 225,
       "denominator": 893
      },
      "children_below_poverty_pct": {
       "estimate": 2.78,
       "moe": 3.03,
       "numerator": 59,
       "denominator": 2122
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.74,
       "moe": 6.09,
       "numerator": 2600,
       "denominator": 7076
      },
      "limited_english_households_pct": {
       "estimate": 1.98,
       "moe": 2.27,
       "numerator": 65,
       "denominator": 3276
      },
      "snap_households_pct": {
       "estimate": 4.27,
       "moe": 2.39,
       "numerator": 140,
       "denominator": 3276
      },
      "median_household_income": {
       "estimate": 125556,
       "moe": 18137.0
      },
      "own_children_under_18": {
       "estimate": 2068,
       "moe": 251.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2122,
       "moe": 374.93466097441564
      }
     },
     "lines": {
      "b23008_E001": 2068,
      "b23008_M001": 251,
      "b23008_E003": 504,
      "b23008_M003": 207,
      "b23008_E008": 45,
      "b23008_M008": 51,
      "b23008_E016": 1168,
      "b23008_M016": 283,
      "b23008_E021": 351,
      "b23008_M021": 241,
      "b11003_E001": 2465,
      "b11003_M001": 210,
      "b11003_E003": 668,
      "b11003_M003": 147,
      "b11003_E010": 48,
      "b11003_M010": 65,
      "b11003_E016": 177,
      "b11003_M016": 129,
      "b17020_E001": 9350,
      "b17020_M001": 35,
      "b17020_E003": 27,
      "b17020_M003": 41,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 32,
      "b17020_M005": 47,
      "b17020_E011": 522,
      "b17020_M011": 215,
      "b17020_E012": 807,
      "b17020_M012": 246,
      "b17020_E013": 734,
      "b17020_M013": 172,
      "b15003_E001": 7076,
      "b15003_M001": 283,
      "b15003_E022": 1275,
      "b15003_M022": 320,
      "b15003_E023": 1087,
      "b15003_M023": 272,
      "b15003_E024": 147,
      "b15003_M024": 123,
      "b15003_E025": 91,
      "b15003_M025": 69,
      "c16002_E001": 3276,
      "c16002_M001": 236,
      "c16002_E004": 35,
      "c16002_M004": 60,
      "c16002_E007": 30,
      "c16002_M007": 35,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3276,
      "b22010_M001": 236,
      "b22010_E002": 140,
      "b22010_M002": 79,
      "b19013_E001": 125556,
      "b19013_M001": 18137
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.29,
       "moe": 9.35,
       "numerator": 301,
       "denominator": 1969
      },
      "children_with_two_parents_pct": {
       "estimate": 84.71,
       "moe": 13.29,
       "numerator": 1668,
       "denominator": 1969
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.97,
       "moe": 14.36,
       "numerator": 165,
       "denominator": 918
      },
      "children_below_poverty_pct": {
       "estimate": 2.82,
       "moe": 2.8,
       "numerator": 57,
       "denominator": 2021
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.34,
       "moe": 7.34,
       "numerator": 2833,
       "denominator": 7022
      },
      "limited_english_households_pct": {
       "estimate": 1.93,
       "moe": 2.25,
       "numerator": 68,
       "denominator": 3529
      },
      "snap_households_pct": {
       "estimate": 3.8,
       "moe": 2.26,
       "numerator": 134,
       "denominator": 3529
      },
      "median_household_income": {
       "estimate": 126394,
       "moe": 17555.0
      },
      "own_children_under_18": {
       "estimate": 1969,
       "moe": 267.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2021,
       "moe": 323.97376436989464
      }
     },
     "lines": {
      "b23008_E001": 1969,
      "b23008_M001": 267,
      "b23008_E003": 340,
      "b23008_M003": 136,
      "b23008_E008": 63,
      "b23008_M008": 49,
      "b23008_E016": 1328,
      "b23008_M016": 318,
      "b23008_E021": 238,
      "b23008_M021": 182,
      "b11003_E001": 2676,
      "b11003_M001": 177,
      "b11003_E003": 753,
      "b11003_M003": 124,
      "b11003_E010": 62,
      "b11003_M010": 77,
      "b11003_E016": 103,
      "b11003_M016": 112,
      "b17020_E001": 9418,
      "b17020_M001": 38,
      "b17020_E003": 25,
      "b17020_M003": 34,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 32,
      "b17020_M005": 42,
      "b17020_E011": 378,
      "b17020_M011": 143,
      "b17020_E012": 717,
      "b17020_M012": 205,
      "b17020_E013": 869,
      "b17020_M013": 198,
      "b15003_E001": 7022,
      "b15003_M001": 289,
      "b15003_E022": 1366,
      "b15003_M022": 362,
      "b15003_E023": 1247,
      "b15003_M023": 357,
      "b15003_E024": 128,
      "b15003_M024": 115,
      "b15003_E025": 92,
      "b15003_M025": 85,
      "c16002_E001": 3529,
      "c16002_M001": 210,
      "c16002_E004": 49,
      "c16002_M004": 70,
      "c16002_E007": 19,
      "c16002_M007": 26,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3529,
      "b22010_M001": 210,
      "b22010_E002": 134,
      "b22010_M002": 80,
      "b19013_E001": 126394,
      "b19013_M001": 17555
     }
    }
   }
  },
  "Putnam": {
   "cousub": "62710",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.96,
       "moe": 13.92,
       "numerator": 585,
       "denominator": 1775
      },
      "children_with_two_parents_pct": {
       "estimate": 67.04,
       "moe": 7.5,
       "numerator": 1190,
       "denominator": 1775
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.67,
       "moe": 17.24,
       "numerator": 351,
       "denominator": 984
      },
      "children_below_poverty_pct": {
       "estimate": 3.63,
       "moe": 3.57,
       "numerator": 68,
       "denominator": 1871
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.84,
       "moe": 3.79,
       "numerator": 1468,
       "denominator": 6723
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.01,
       "numerator": 0,
       "denominator": 3756
      },
      "snap_households_pct": {
       "estimate": 18.96,
       "moe": 5.26,
       "numerator": 712,
       "denominator": 3756
      },
      "median_household_income": {
       "estimate": 67070,
       "moe": 10189.0
      },
      "own_children_under_18": {
       "estimate": 1775,
       "moe": 285.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1871,
       "moe": 345.7152007071717
      }
     },
     "lines": {
      "b23008_E001": 1775,
      "b23008_M001": 285,
      "b23008_E003": 352,
      "b23008_M003": 149,
      "b23008_E008": 168,
      "b23008_M008": 115,
      "b23008_E016": 838,
      "b23008_M016": 179,
      "b23008_E021": 417,
      "b23008_M021": 238,
      "b11003_E001": 2285,
      "b11003_M001": 156,
      "b11003_E003": 633,
      "b11003_M003": 114,
      "b11003_E010": 159,
      "b11003_M010": 157,
      "b11003_E016": 192,
      "b11003_M016": 101,
      "b17020_E001": 9031,
      "b17020_M001": 121,
      "b17020_E003": 39,
      "b17020_M003": 58,
      "b17020_E004": 14,
      "b17020_M004": 25,
      "b17020_E005": 15,
      "b17020_M005": 25,
      "b17020_E011": 521,
      "b17020_M011": 199,
      "b17020_E012": 466,
      "b17020_M012": 190,
      "b17020_E013": 816,
      "b17020_M013": 198,
      "b15003_E001": 6723,
      "b15003_M001": 295,
      "b15003_E022": 755,
      "b15003_M022": 167,
      "b15003_E023": 633,
      "b15003_M023": 194,
      "b15003_E024": 66,
      "b15003_M024": 53,
      "b15003_E025": 14,
      "b15003_M025": 27,
      "c16002_E001": 3756,
      "c16002_M001": 249,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3756,
      "b22010_M001": 249,
      "b22010_E002": 712,
      "b22010_M002": 203,
      "b19013_E001": 67070,
      "b19013_M001": 10189
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.12,
       "moe": 21.19,
       "numerator": 820,
       "denominator": 1778
      },
      "children_with_two_parents_pct": {
       "estimate": 53.88,
       "moe": 10.85,
       "numerator": 958,
       "denominator": 1778
      },
      "one_parent_families_with_children_pct": {
       "estimate": 45.33,
       "moe": 20.23,
       "numerator": 461,
       "denominator": 1017
      },
      "children_below_poverty_pct": {
       "estimate": 3.75,
       "moe": 3.24,
       "numerator": 72,
       "denominator": 1920
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.15,
       "moe": 3.58,
       "numerator": 1224,
       "denominator": 6744
      },
      "limited_english_households_pct": {
       "estimate": 0.17,
       "moe": 0.87,
       "numerator": 7,
       "denominator": 4010
      },
      "snap_households_pct": {
       "estimate": 18.88,
       "moe": 4.89,
       "numerator": 757,
       "denominator": 4010
      },
      "median_household_income": {
       "estimate": 63721,
       "moe": 7171.0
      },
      "own_children_under_18": {
       "estimate": 1778,
       "moe": 324.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1920,
       "moe": 469.4880190164601
      }
     },
     "lines": {
      "b23008_E001": 1778,
      "b23008_M001": 324,
      "b23008_E003": 348,
      "b23008_M003": 197,
      "b23008_E008": 240,
      "b23008_M008": 170,
      "b23008_E016": 610,
      "b23008_M016": 170,
      "b23008_E021": 580,
      "b23008_M021": 368,
      "b11003_E001": 2210,
      "b11003_M001": 208,
      "b11003_E003": 556,
      "b11003_M003": 148,
      "b11003_E010": 181,
      "b11003_M010": 146,
      "b11003_E016": 280,
      "b11003_M016": 194,
      "b17020_E001": 9075,
      "b17020_M001": 27,
      "b17020_E003": 38,
      "b17020_M003": 55,
      "b17020_E004": 21,
      "b17020_M004": 26,
      "b17020_E005": 13,
      "b17020_M005": 22,
      "b17020_E011": 588,
      "b17020_M011": 207,
      "b17020_E012": 703,
      "b17020_M012": 363,
      "b17020_E013": 557,
      "b17020_M013": 204,
      "b15003_E001": 6744,
      "b15003_M001": 315,
      "b15003_E022": 698,
      "b15003_M022": 169,
      "b15003_E023": 469,
      "b15003_M023": 179,
      "b15003_E024": 43,
      "b15003_M024": 29,
      "b15003_E025": 14,
      "b15003_M025": 16,
      "c16002_E001": 4010,
      "c16002_M001": 295,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 7,
      "c16002_M007": 12,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4010,
      "b22010_M001": 295,
      "b22010_E002": 757,
      "b22010_M002": 204,
      "b19013_E001": 63721,
      "b19013_M001": 7171
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.66,
       "moe": 12.92,
       "numerator": 665,
       "denominator": 1559
      },
      "children_with_two_parents_pct": {
       "estimate": 57.34,
       "moe": 9.25,
       "numerator": 894,
       "denominator": 1559
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.94,
       "moe": 16.94,
       "numerator": 383,
       "denominator": 892
      },
      "children_below_poverty_pct": {
       "estimate": 8.43,
       "moe": 6.53,
       "numerator": 139,
       "denominator": 1649
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.89,
       "moe": 3.44,
       "numerator": 1443,
       "denominator": 6907
      },
      "limited_english_households_pct": {
       "estimate": 0.99,
       "moe": 1.16,
       "numerator": 41,
       "denominator": 4128
      },
      "snap_households_pct": {
       "estimate": 19.19,
       "moe": 5.39,
       "numerator": 792,
       "denominator": 4128
      },
      "median_household_income": {
       "estimate": 67416,
       "moe": 6758.0
      },
      "own_children_under_18": {
       "estimate": 1559,
       "moe": 244.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1649,
       "moe": 330.41035092744903
      }
     },
     "lines": {
      "b23008_E001": 1559,
      "b23008_M001": 244,
      "b23008_E003": 206,
      "b23008_M003": 116,
      "b23008_E008": 185,
      "b23008_M008": 101,
      "b23008_E016": 688,
      "b23008_M016": 164,
      "b23008_E021": 480,
      "b23008_M021": 203,
      "b11003_E001": 2285,
      "b11003_M001": 150,
      "b11003_E003": 509,
      "b11003_M003": 117,
      "b11003_E010": 213,
      "b11003_M010": 151,
      "b11003_E016": 170,
      "b11003_M016": 91,
      "b17020_E001": 9088,
      "b17020_M001": 49,
      "b17020_E003": 42,
      "b17020_M003": 64,
      "b17020_E004": 71,
      "b17020_M004": 83,
      "b17020_E005": 26,
      "b17020_M005": 37,
      "b17020_E011": 398,
      "b17020_M011": 151,
      "b17020_E012": 597,
      "b17020_M012": 204,
      "b17020_E013": 515,
      "b17020_M013": 180,
      "b15003_E001": 6907,
      "b15003_M001": 230,
      "b15003_E022": 858,
      "b15003_M022": 165,
      "b15003_E023": 490,
      "b15003_M023": 170,
      "b15003_E024": 79,
      "b15003_M024": 47,
      "b15003_E025": 16,
      "b15003_M025": 17,
      "c16002_E001": 4128,
      "c16002_M001": 257,
      "c16002_E004": 21,
      "c16002_M004": 33,
      "c16002_E007": 20,
      "c16002_M007": 22,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4128,
      "b22010_M001": 257,
      "b22010_E002": 792,
      "b22010_M002": 228,
      "b19013_E001": 67416,
      "b19013_M001": 6758
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.21,
       "moe": 13.97,
       "numerator": 737,
       "denominator": 1595
      },
      "children_with_two_parents_pct": {
       "estimate": 53.79,
       "moe": 10.84,
       "numerator": 858,
       "denominator": 1595
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.24,
       "moe": 16.01,
       "numerator": 453,
       "denominator": 939
      },
      "children_below_poverty_pct": {
       "estimate": 10.15,
       "moe": 6.35,
       "numerator": 173,
       "denominator": 1704
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.03,
       "moe": 3.57,
       "numerator": 1401,
       "denominator": 6996
      },
      "limited_english_households_pct": {
       "estimate": 1.03,
       "moe": 1.21,
       "numerator": 43,
       "denominator": 4166
      },
      "snap_households_pct": {
       "estimate": 17.09,
       "moe": 5.19,
       "numerator": 712,
       "denominator": 4166
      },
      "median_household_income": {
       "estimate": 70561,
       "moe": 6774.0
      },
      "own_children_under_18": {
       "estimate": 1595,
       "moe": 274.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1704,
       "moe": 330.9939576487764
      }
     },
     "lines": {
      "b23008_E001": 1595,
      "b23008_M001": 274,
      "b23008_E003": 210,
      "b23008_M003": 140,
      "b23008_E008": 251,
      "b23008_M008": 144,
      "b23008_E016": 648,
      "b23008_M016": 179,
      "b23008_E021": 486,
      "b23008_M021": 212,
      "b11003_E001": 2316,
      "b11003_M001": 182,
      "b11003_E003": 486,
      "b11003_M003": 128,
      "b11003_E010": 221,
      "b11003_M010": 144,
      "b11003_E016": 232,
      "b11003_M016": 117,
      "b17020_E001": 9148,
      "b17020_M001": 43,
      "b17020_E003": 56,
      "b17020_M003": 70,
      "b17020_E004": 74,
      "b17020_M004": 78,
      "b17020_E005": 43,
      "b17020_M005": 43,
      "b17020_E011": 456,
      "b17020_M011": 180,
      "b17020_E012": 581,
      "b17020_M012": 168,
      "b17020_E013": 494,
      "b17020_M013": 190,
      "b15003_E001": 6996,
      "b15003_M001": 278,
      "b15003_E022": 833,
      "b15003_M022": 180,
      "b15003_E023": 492,
      "b15003_M023": 179,
      "b15003_E024": 52,
      "b15003_M024": 27,
      "b15003_E025": 24,
      "b15003_M025": 20,
      "c16002_E001": 4166,
      "c16002_M001": 237,
      "c16002_E004": 21,
      "c16002_M004": 36,
      "c16002_E007": 22,
      "c16002_M007": 23,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4166,
      "b22010_M001": 237,
      "b22010_E002": 712,
      "b22010_M002": 220,
      "b19013_E001": 70561,
      "b19013_M001": 6774
     }
    }
   }
  },
  "Redding": {
   "cousub": "63480",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.22,
       "moe": 9.5,
       "numerator": 309,
       "denominator": 1905
      },
      "children_with_two_parents_pct": {
       "estimate": 83.78,
       "moe": 8.52,
       "numerator": 1596,
       "denominator": 1905
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.03,
       "moe": 7.88,
       "numerator": 159,
       "denominator": 1058
      },
      "children_below_poverty_pct": {
       "estimate": 4.14,
       "moe": 3.83,
       "numerator": 80,
       "denominator": 1934
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.29,
       "moe": 5.83,
       "numerator": 4501,
       "denominator": 6314
      },
      "limited_english_households_pct": {
       "estimate": 1.86,
       "moe": 1.9,
       "numerator": 62,
       "denominator": 3341
      },
      "snap_households_pct": {
       "estimate": 1.02,
       "moe": 0.69,
       "numerator": 34,
       "denominator": 3341
      },
      "median_household_income": {
       "estimate": 140475,
       "moe": 15833.0
      },
      "own_children_under_18": {
       "estimate": 1905,
       "moe": 201.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1934,
       "moe": 298.72227904861734
      }
     },
     "lines": {
      "b23008_E001": 1905,
      "b23008_M001": 201,
      "b23008_E003": 433,
      "b23008_M003": 123,
      "b23008_E008": 31,
      "b23008_M008": 38,
      "b23008_E016": 1163,
      "b23008_M016": 199,
      "b23008_E021": 278,
      "b23008_M021": 180,
      "b11003_E001": 2615,
      "b11003_M001": 119,
      "b11003_E003": 899,
      "b11003_M003": 121,
      "b11003_E010": 57,
      "b11003_M010": 49,
      "b11003_E016": 102,
      "b11003_M016": 71,
      "b17020_E001": 8705,
      "b17020_M001": 69,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 22,
      "b17020_M004": 38,
      "b17020_E005": 58,
      "b17020_M005": 62,
      "b17020_E011": 464,
      "b17020_M011": 133,
      "b17020_E012": 617,
      "b17020_M012": 179,
      "b17020_E013": 773,
      "b17020_M013": 184,
      "b15003_E001": 6314,
      "b15003_M001": 226,
      "b15003_E022": 2318,
      "b15003_M022": 292,
      "b15003_E023": 1404,
      "b15003_M023": 200,
      "b15003_E024": 428,
      "b15003_M024": 150,
      "b15003_E025": 351,
      "b15003_M025": 117,
      "c16002_E001": 3341,
      "c16002_M001": 163,
      "c16002_E004": 29,
      "c16002_M004": 46,
      "c16002_E007": 9,
      "c16002_M007": 14,
      "c16002_E010": 24,
      "c16002_M010": 37,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3341,
      "b22010_M001": 163,
      "b22010_E002": 34,
      "b22010_M002": 23,
      "b19013_E001": 140475,
      "b19013_M001": 15833
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.59,
       "moe": 6.07,
       "numerator": 218,
       "denominator": 1731
      },
      "children_with_two_parents_pct": {
       "estimate": 87.41,
       "moe": 10.9,
       "numerator": 1513,
       "denominator": 1731
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.33,
       "moe": 6.25,
       "numerator": 117,
       "denominator": 1033
      },
      "children_below_poverty_pct": {
       "estimate": 2.84,
       "moe": 3.1,
       "numerator": 50,
       "denominator": 1758
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.53,
       "moe": 6.44,
       "numerator": 4626,
       "denominator": 6467
      },
      "limited_english_households_pct": {
       "estimate": 2.61,
       "moe": 2.48,
       "numerator": 88,
       "denominator": 3374
      },
      "snap_households_pct": {
       "estimate": 0.95,
       "moe": 0.77,
       "numerator": 32,
       "denominator": 3374
      },
      "median_household_income": {
       "estimate": 165391,
       "moe": 23416.0
      },
      "own_children_under_18": {
       "estimate": 1731,
       "moe": 171.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1758,
       "moe": 283.3584302610388
      }
     },
     "lines": {
      "b23008_E001": 1731,
      "b23008_M001": 171,
      "b23008_E003": 415,
      "b23008_M003": 131,
      "b23008_E008": 32,
      "b23008_M008": 36,
      "b23008_E016": 1098,
      "b23008_M016": 202,
      "b23008_E021": 186,
      "b23008_M021": 101,
      "b11003_E001": 2650,
      "b11003_M001": 106,
      "b11003_E003": 916,
      "b11003_M003": 121,
      "b11003_E010": 60,
      "b11003_M010": 53,
      "b11003_E016": 57,
      "b11003_M016": 40,
      "b17020_E001": 8631,
      "b17020_M001": 24,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 50,
      "b17020_M005": 48,
      "b17020_E011": 447,
      "b17020_M011": 136,
      "b17020_E012": 584,
      "b17020_M012": 183,
      "b17020_E013": 677,
      "b17020_M013": 159,
      "b15003_E001": 6467,
      "b15003_M001": 183,
      "b15003_E022": 2389,
      "b15003_M022": 313,
      "b15003_E023": 1486,
      "b15003_M023": 230,
      "b15003_E024": 427,
      "b15003_M024": 158,
      "b15003_E025": 324,
      "b15003_M025": 122,
      "c16002_E001": 3374,
      "c16002_M001": 145,
      "c16002_E004": 39,
      "c16002_M004": 63,
      "c16002_E007": 23,
      "c16002_M007": 33,
      "c16002_E010": 26,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3374,
      "b22010_M001": 145,
      "b22010_E002": 32,
      "b22010_M002": 26,
      "b19013_E001": 165391,
      "b19013_M001": 23416
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.46,
       "moe": 6.08,
       "numerator": 230,
       "denominator": 1709
      },
      "children_with_two_parents_pct": {
       "estimate": 86.54,
       "moe": 6.68,
       "numerator": 1479,
       "denominator": 1709
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.99,
       "moe": 6.7,
       "numerator": 129,
       "denominator": 993
      },
      "children_below_poverty_pct": {
       "estimate": 3.37,
       "moe": 2.76,
       "numerator": 58,
       "denominator": 1723
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.55,
       "moe": 6.09,
       "numerator": 4778,
       "denominator": 6586
      },
      "limited_english_households_pct": {
       "estimate": 2.48,
       "moe": 2.4,
       "numerator": 86,
       "denominator": 3473
      },
      "snap_households_pct": {
       "estimate": 0.75,
       "moe": 0.78,
       "numerator": 26,
       "denominator": 3473
      },
      "median_household_income": {
       "estimate": 176719,
       "moe": 17266.0
      },
      "own_children_under_18": {
       "estimate": 1709,
       "moe": 167.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1723,
       "moe": 250.67109925158903
      }
     },
     "lines": {
      "b23008_E001": 1709,
      "b23008_M001": 167,
      "b23008_E003": 390,
      "b23008_M003": 116,
      "b23008_E008": 19,
      "b23008_M008": 22,
      "b23008_E016": 1089,
      "b23008_M016": 143,
      "b23008_E021": 211,
      "b23008_M021": 104,
      "b11003_E001": 2683,
      "b11003_M001": 121,
      "b11003_E003": 864,
      "b11003_M003": 118,
      "b11003_E010": 57,
      "b11003_M010": 53,
      "b11003_E016": 72,
      "b11003_M016": 44,
      "b17020_E001": 8601,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 10,
      "b17020_M004": 17,
      "b17020_E005": 48,
      "b17020_M005": 41,
      "b17020_E011": 416,
      "b17020_M011": 112,
      "b17020_E012": 623,
      "b17020_M012": 165,
      "b17020_E013": 626,
      "b17020_M013": 144,
      "b15003_E001": 6586,
      "b15003_M001": 147,
      "b15003_E022": 2461,
      "b15003_M022": 296,
      "b15003_E023": 1441,
      "b15003_M023": 214,
      "b15003_E024": 508,
      "b15003_M024": 154,
      "b15003_E025": 368,
      "b15003_M025": 122,
      "c16002_E001": 3473,
      "c16002_M001": 138,
      "c16002_E004": 38,
      "c16002_M004": 63,
      "c16002_E007": 21,
      "c16002_M007": 33,
      "c16002_E010": 27,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3473,
      "b22010_M001": 138,
      "b22010_E002": 26,
      "b22010_M002": 27,
      "b19013_E001": 176719,
      "b19013_M001": 17266
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.68,
       "moe": 6.92,
       "numerator": 210,
       "denominator": 1656
      },
      "children_with_two_parents_pct": {
       "estimate": 87.32,
       "moe": 9.17,
       "numerator": 1446,
       "denominator": 1656
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.88,
       "moe": 6.65,
       "numerator": 115,
       "denominator": 968
      },
      "children_below_poverty_pct": {
       "estimate": 4.3,
       "moe": 3.59,
       "numerator": 72,
       "denominator": 1674
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.13,
       "moe": 6.16,
       "numerator": 4731,
       "denominator": 6559
      },
      "limited_english_households_pct": {
       "estimate": 3.88,
       "moe": 2.82,
       "numerator": 132,
       "denominator": 3399
      },
      "snap_households_pct": {
       "estimate": 0.47,
       "moe": 0.59,
       "numerator": 16,
       "denominator": 3399
      },
      "median_household_income": {
       "estimate": 186060,
       "moe": 14812.0
      },
      "own_children_under_18": {
       "estimate": 1656,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1674,
       "moe": 264.5694615786183
      }
     },
     "lines": {
      "b23008_E001": 1656,
      "b23008_M001": 157,
      "b23008_E003": 393,
      "b23008_M003": 125,
      "b23008_E008": 15,
      "b23008_M008": 17,
      "b23008_E016": 1053,
      "b23008_M016": 162,
      "b23008_E021": 195,
      "b23008_M021": 115,
      "b11003_E001": 2626,
      "b11003_M001": 116,
      "b11003_E003": 853,
      "b11003_M003": 126,
      "b11003_E010": 36,
      "b11003_M010": 44,
      "b11003_E016": 79,
      "b11003_M016": 50,
      "b17020_E001": 8643,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 12,
      "b17020_M004": 19,
      "b17020_E005": 60,
      "b17020_M005": 55,
      "b17020_E011": 413,
      "b17020_M011": 125,
      "b17020_E012": 627,
      "b17020_M012": 180,
      "b17020_E013": 562,
      "b17020_M013": 135,
      "b15003_E001": 6559,
      "b15003_M001": 191,
      "b15003_E022": 2564,
      "b15003_M022": 312,
      "b15003_E023": 1409,
      "b15003_M023": 212,
      "b15003_E024": 406,
      "b15003_M024": 156,
      "b15003_E025": 352,
      "b15003_M025": 124,
      "c16002_E001": 3399,
      "c16002_M001": 166,
      "c16002_E004": 38,
      "c16002_M004": 62,
      "c16002_E007": 59,
      "c16002_M007": 58,
      "c16002_E010": 35,
      "c16002_M010": 41,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3399,
      "b22010_M001": 166,
      "b22010_E002": 16,
      "b22010_M002": 20,
      "b19013_E001": 186060,
      "b19013_M001": 14812
     }
    }
   }
  },
  "Ridgefield": {
   "cousub": "63970",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.76,
       "moe": 3.35,
       "numerator": 718,
       "denominator": 6671
      },
      "children_with_two_parents_pct": {
       "estimate": 89.24,
       "moe": 7.58,
       "numerator": 5953,
       "denominator": 6671
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.3,
       "moe": 3.77,
       "numerator": 371,
       "denominator": 3282
      },
      "children_below_poverty_pct": {
       "estimate": 2.79,
       "moe": 1.89,
       "numerator": 187,
       "denominator": 6712
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.05,
       "moe": 3.72,
       "numerator": 12532,
       "denominator": 17156
      },
      "limited_english_households_pct": {
       "estimate": 1.22,
       "moe": 0.76,
       "numerator": 111,
       "denominator": 9125
      },
      "snap_households_pct": {
       "estimate": 1.73,
       "moe": 1.02,
       "numerator": 158,
       "denominator": 9125
      },
      "median_household_income": {
       "estimate": 160258,
       "moe": 18149.0
      },
      "own_children_under_18": {
       "estimate": 6671,
       "moe": 631.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6712,
       "moe": 704.6069826506122
      }
     },
     "lines": {
      "b23008_E001": 6671,
      "b23008_M001": 631,
      "b23008_E003": 1458,
      "b23008_M003": 336,
      "b23008_E008": 117,
      "b23008_M008": 102,
      "b23008_E016": 4495,
      "b23008_M016": 678,
      "b23008_E021": 601,
      "b23008_M021": 210,
      "b11003_E001": 6968,
      "b11003_M001": 263,
      "b11003_E003": 2911,
      "b11003_M003": 244,
      "b11003_E010": 63,
      "b11003_M010": 61,
      "b11003_E016": 308,
      "b11003_M016": 112,
      "b17020_E001": 24936,
      "b17020_M001": 109,
      "b17020_E003": 31,
      "b17020_M003": 44,
      "b17020_E004": 65,
      "b17020_M004": 93,
      "b17020_E005": 91,
      "b17020_M005": 77,
      "b17020_E011": 1544,
      "b17020_M011": 338,
      "b17020_E012": 2419,
      "b17020_M012": 468,
      "b17020_E013": 2562,
      "b17020_M013": 383,
      "b15003_E001": 17156,
      "b15003_M001": 545,
      "b15003_E022": 6662,
      "b15003_M022": 536,
      "b15003_E023": 4057,
      "b15003_M023": 450,
      "b15003_E024": 1121,
      "b15003_M024": 203,
      "b15003_E025": 692,
      "b15003_M025": 184,
      "c16002_E001": 9125,
      "c16002_M001": 379,
      "c16002_E004": 39,
      "c16002_M004": 48,
      "c16002_E007": 26,
      "c16002_M007": 33,
      "c16002_E010": 27,
      "c16002_M010": 24,
      "c16002_E013": 19,
      "c16002_M013": 29,
      "b22010_E001": 9125,
      "b22010_M001": 379,
      "b22010_E002": 158,
      "b22010_M002": 93,
      "b19013_E001": 160258,
      "b19013_M001": 18149
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.17,
       "moe": 3.82,
       "numerator": 652,
       "denominator": 6412
      },
      "children_with_two_parents_pct": {
       "estimate": 89.83,
       "moe": 8.0,
       "numerator": 5760,
       "denominator": 6412
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.32,
       "moe": 3.2,
       "numerator": 317,
       "denominator": 3402
      },
      "children_below_poverty_pct": {
       "estimate": 3.25,
       "moe": 2.48,
       "numerator": 210,
       "denominator": 6471
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.24,
       "moe": 3.28,
       "numerator": 12486,
       "denominator": 17284
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 0.78,
       "numerator": 104,
       "denominator": 9191
      },
      "snap_households_pct": {
       "estimate": 1.86,
       "moe": 0.98,
       "numerator": 171,
       "denominator": 9191
      },
      "median_household_income": {
       "estimate": 169363,
       "moe": 10778.0
      },
      "own_children_under_18": {
       "estimate": 6412,
       "moe": 563.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6471,
       "moe": 666.4232889087835
      }
     },
     "lines": {
      "b23008_E001": 6412,
      "b23008_M001": 563,
      "b23008_E003": 1487,
      "b23008_M003": 275,
      "b23008_E008": 114,
      "b23008_M008": 110,
      "b23008_E016": 4273,
      "b23008_M016": 666,
      "b23008_E021": 538,
      "b23008_M021": 226,
      "b11003_E001": 7033,
      "b11003_M001": 235,
      "b11003_E003": 3085,
      "b11003_M003": 233,
      "b11003_E010": 68,
      "b11003_M010": 60,
      "b11003_E016": 249,
      "b11003_M016": 94,
      "b17020_E001": 24905,
      "b17020_M001": 49,
      "b17020_E003": 40,
      "b17020_M003": 61,
      "b17020_E004": 87,
      "b17020_M004": 133,
      "b17020_E005": 83,
      "b17020_M005": 69,
      "b17020_E011": 1568,
      "b17020_M011": 283,
      "b17020_E012": 2165,
      "b17020_M012": 414,
      "b17020_E013": 2528,
      "b17020_M013": 408,
      "b15003_E001": 17284,
      "b15003_M001": 513,
      "b15003_E022": 6406,
      "b15003_M022": 429,
      "b15003_E023": 4101,
      "b15003_M023": 397,
      "b15003_E024": 1193,
      "b15003_M024": 233,
      "b15003_E025": 786,
      "b15003_M025": 251,
      "c16002_E001": 9191,
      "c16002_M001": 330,
      "c16002_E004": 40,
      "c16002_M004": 51,
      "c16002_E007": 27,
      "c16002_M007": 35,
      "c16002_E010": 21,
      "c16002_M010": 26,
      "c16002_E013": 16,
      "c16002_M013": 25,
      "b22010_E001": 9191,
      "b22010_M001": 330,
      "b22010_E002": 171,
      "b22010_M002": 90,
      "b19013_E001": 169363,
      "b19013_M001": 10778
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.32,
       "moe": 2.9,
       "numerator": 447,
       "denominator": 6110
      },
      "children_with_two_parents_pct": {
       "estimate": 92.68,
       "moe": 7.68,
       "numerator": 5663,
       "denominator": 6110
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.29,
       "moe": 3.27,
       "numerator": 243,
       "denominator": 3333
      },
      "children_below_poverty_pct": {
       "estimate": 1.35,
       "moe": 1.22,
       "numerator": 83,
       "denominator": 6170
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.82,
       "moe": 3.72,
       "numerator": 12483,
       "denominator": 17380
      },
      "limited_english_households_pct": {
       "estimate": 1.72,
       "moe": 1.25,
       "numerator": 159,
       "denominator": 9237
      },
      "snap_households_pct": {
       "estimate": 2.32,
       "moe": 1.4,
       "numerator": 214,
       "denominator": 9237
      },
      "median_household_income": {
       "estimate": 168810,
       "moe": 12561.0
      },
      "own_children_under_18": {
       "estimate": 6110,
       "moe": 566.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6170,
       "moe": 629.2765687676604
      }
     },
     "lines": {
      "b23008_E001": 6110,
      "b23008_M001": 566,
      "b23008_E003": 1404,
      "b23008_M003": 297,
      "b23008_E008": 75,
      "b23008_M008": 47,
      "b23008_E016": 4259,
      "b23008_M016": 638,
      "b23008_E021": 372,
      "b23008_M021": 176,
      "b11003_E001": 6939,
      "b11003_M001": 282,
      "b11003_E003": 3090,
      "b11003_M003": 223,
      "b11003_E010": 45,
      "b11003_M010": 40,
      "b11003_E016": 198,
      "b11003_M016": 103,
      "b17020_E001": 24898,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 83,
      "b17020_M005": 67,
      "b17020_E011": 1485,
      "b17020_M011": 305,
      "b17020_E012": 1974,
      "b17020_M012": 384,
      "b17020_E013": 2628,
      "b17020_M013": 387,
      "b15003_E001": 17380,
      "b15003_M001": 604,
      "b15003_E022": 6526,
      "b15003_M022": 513,
      "b15003_E023": 4067,
      "b15003_M023": 461,
      "b15003_E024": 1037,
      "b15003_M024": 205,
      "b15003_E025": 853,
      "b15003_M025": 299,
      "c16002_E001": 9237,
      "c16002_M001": 387,
      "c16002_E004": 30,
      "c16002_M004": 37,
      "c16002_E007": 92,
      "c16002_M007": 104,
      "c16002_E010": 22,
      "c16002_M010": 27,
      "c16002_E013": 15,
      "c16002_M013": 23,
      "b22010_E001": 9237,
      "b22010_M001": 387,
      "b22010_E002": 214,
      "b22010_M002": 130,
      "b19013_E001": 168810,
      "b19013_M001": 12561
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 8.5,
       "moe": 3.59,
       "numerator": 525,
       "denominator": 6175
      },
      "children_with_two_parents_pct": {
       "estimate": 91.5,
       "moe": 8.61,
       "numerator": 5650,
       "denominator": 6175
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.71,
       "moe": 4.68,
       "numerator": 276,
       "denominator": 3167
      },
      "children_below_poverty_pct": {
       "estimate": 1.91,
       "moe": 1.45,
       "numerator": 119,
       "denominator": 6217
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.56,
       "moe": 4.09,
       "numerator": 12833,
       "denominator": 17685
      },
      "limited_english_households_pct": {
       "estimate": 2.28,
       "moe": 1.84,
       "numerator": 210,
       "denominator": 9194
      },
      "snap_households_pct": {
       "estimate": 3.59,
       "moe": 1.79,
       "numerator": 330,
       "denominator": 9194
      },
      "median_household_income": {
       "estimate": 179219,
       "moe": 12450.0
      },
      "own_children_under_18": {
       "estimate": 6175,
       "moe": 537.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6217,
       "moe": 620.4804589993145
      }
     },
     "lines": {
      "b23008_E001": 6175,
      "b23008_M001": 537,
      "b23008_E003": 1335,
      "b23008_M003": 297,
      "b23008_E008": 43,
      "b23008_M008": 34,
      "b23008_E016": 4315,
      "b23008_M016": 660,
      "b23008_E021": 482,
      "b23008_M021": 224,
      "b11003_E001": 6967,
      "b11003_M001": 248,
      "b11003_E003": 2891,
      "b11003_M003": 225,
      "b11003_E010": 48,
      "b11003_M010": 49,
      "b11003_E016": 228,
      "b11003_M016": 142,
      "b17020_E001": 25024,
      "b17020_M001": 32,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 119,
      "b17020_M005": 84,
      "b17020_E011": 1382,
      "b17020_M011": 299,
      "b17020_E012": 2144,
      "b17020_M012": 333,
      "b17020_E013": 2572,
      "b17020_M013": 420,
      "b15003_E001": 17685,
      "b15003_M001": 505,
      "b15003_E022": 7033,
      "b15003_M022": 597,
      "b15003_E023": 3980,
      "b15003_M023": 443,
      "b15003_E024": 981,
      "b15003_M024": 185,
      "b15003_E025": 839,
      "b15003_M025": 265,
      "c16002_E001": 9194,
      "c16002_M001": 393,
      "c16002_E004": 108,
      "c16002_M004": 133,
      "c16002_E007": 84,
      "c16002_M007": 97,
      "c16002_E010": 18,
      "c16002_M010": 31,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9194,
      "b22010_M001": 393,
      "b22010_E002": 330,
      "b22010_M002": 165,
      "b19013_E001": 179219,
      "b19013_M001": 12450
     }
    }
   }
  },
  "Rocky Hill": {
   "cousub": "65370",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.87,
       "moe": 6.16,
       "numerator": 574,
       "denominator": 3618
      },
      "children_with_two_parents_pct": {
       "estimate": 84.13,
       "moe": 10.44,
       "numerator": 3044,
       "denominator": 3618
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.01,
       "moe": 6.85,
       "numerator": 321,
       "denominator": 2291
      },
      "children_below_poverty_pct": {
       "estimate": 3.53,
       "moe": 3.25,
       "numerator": 131,
       "denominator": 3713
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.73,
       "moe": 4.11,
       "numerator": 7627,
       "denominator": 15650
      },
      "limited_english_households_pct": {
       "estimate": 3.07,
       "moe": 1.38,
       "numerator": 273,
       "denominator": 8894
      },
      "snap_households_pct": {
       "estimate": 6.33,
       "moe": 2.85,
       "numerator": 563,
       "denominator": 8894
      },
      "median_household_income": {
       "estimate": 86410,
       "moe": 6055.0
      },
      "own_children_under_18": {
       "estimate": 3618,
       "moe": 390.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3713,
       "moe": 488.356427212748
      }
     },
     "lines": {
      "b23008_E001": 3618,
      "b23008_M001": 390,
      "b23008_E003": 990,
      "b23008_M003": 249,
      "b23008_E008": 138,
      "b23008_M008": 121,
      "b23008_E016": 2054,
      "b23008_M016": 434,
      "b23008_E021": 436,
      "b23008_M021": 197,
      "b11003_E001": 5593,
      "b11003_M001": 306,
      "b11003_E003": 1970,
      "b11003_M003": 264,
      "b11003_E010": 101,
      "b11003_M010": 98,
      "b11003_E016": 220,
      "b11003_M016": 130,
      "b17020_E001": 20434,
      "b17020_M001": 135,
      "b17020_E003": 21,
      "b17020_M003": 35,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 110,
      "b17020_M005": 114,
      "b17020_E011": 1107,
      "b17020_M011": 250,
      "b17020_E012": 1603,
      "b17020_M012": 305,
      "b17020_E013": 872,
      "b17020_M013": 261,
      "b15003_E001": 15650,
      "b15003_M001": 444,
      "b15003_E022": 4753,
      "b15003_M022": 570,
      "b15003_E023": 2320,
      "b15003_M023": 321,
      "b15003_E024": 351,
      "b15003_M024": 145,
      "b15003_E025": 203,
      "b15003_M025": 103,
      "c16002_E001": 8894,
      "c16002_M001": 446,
      "c16002_E004": 142,
      "c16002_M004": 95,
      "c16002_E007": 96,
      "c16002_M007": 58,
      "c16002_E010": 35,
      "c16002_M010": 47,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8894,
      "b22010_M001": 446,
      "b22010_E002": 563,
      "b22010_M002": 255,
      "b19013_E001": 86410,
      "b19013_M001": 6055
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.83,
       "moe": 5.92,
       "numerator": 563,
       "denominator": 3556
      },
      "children_with_two_parents_pct": {
       "estimate": 84.17,
       "moe": 9.09,
       "numerator": 2993,
       "denominator": 3556
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.42,
       "moe": 6.5,
       "numerator": 319,
       "denominator": 2212
      },
      "children_below_poverty_pct": {
       "estimate": 2.44,
       "moe": 2.6,
       "numerator": 89,
       "denominator": 3652
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.89,
       "moe": 4.01,
       "numerator": 7448,
       "denominator": 15551
      },
      "limited_english_households_pct": {
       "estimate": 2.38,
       "moe": 1.31,
       "numerator": 209,
       "denominator": 8768
      },
      "snap_households_pct": {
       "estimate": 5.2,
       "moe": 2.67,
       "numerator": 456,
       "denominator": 8768
      },
      "median_household_income": {
       "estimate": 96773,
       "moe": 6201.0
      },
      "own_children_under_18": {
       "estimate": 3556,
       "moe": 371.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3652,
       "moe": 445.7723634322792
      }
     },
     "lines": {
      "b23008_E001": 3556,
      "b23008_M001": 371,
      "b23008_E003": 968,
      "b23008_M003": 227,
      "b23008_E008": 176,
      "b23008_M008": 115,
      "b23008_E016": 2025,
      "b23008_M016": 388,
      "b23008_E021": 387,
      "b23008_M021": 186,
      "b11003_E001": 5620,
      "b11003_M001": 293,
      "b11003_E003": 1893,
      "b11003_M003": 258,
      "b11003_E010": 99,
      "b11003_M010": 83,
      "b11003_E016": 220,
      "b11003_M016": 125,
      "b17020_E001": 20404,
      "b17020_M001": 46,
      "b17020_E003": 19,
      "b17020_M003": 31,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 70,
      "b17020_M005": 87,
      "b17020_E011": 1169,
      "b17020_M011": 257,
      "b17020_E012": 1510,
      "b17020_M012": 247,
      "b17020_E013": 884,
      "b17020_M013": 250,
      "b15003_E001": 15551,
      "b15003_M001": 486,
      "b15003_E022": 4442,
      "b15003_M022": 543,
      "b15003_E023": 2426,
      "b15003_M023": 341,
      "b15003_E024": 316,
      "b15003_M024": 111,
      "b15003_E025": 264,
      "b15003_M025": 138,
      "c16002_E001": 8768,
      "c16002_M001": 453,
      "c16002_E004": 44,
      "c16002_M004": 55,
      "c16002_E007": 119,
      "c16002_M007": 87,
      "c16002_E010": 46,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8768,
      "b22010_M001": 453,
      "b22010_E002": 456,
      "b22010_M002": 235,
      "b19013_E001": 96773,
      "b19013_M001": 6201
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.69,
       "moe": 5.34,
       "numerator": 494,
       "denominator": 3609
      },
      "children_with_two_parents_pct": {
       "estimate": 86.31,
       "moe": 8.82,
       "numerator": 3115,
       "denominator": 3609
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.34,
       "moe": 5.88,
       "numerator": 351,
       "denominator": 2288
      },
      "children_below_poverty_pct": {
       "estimate": 2.58,
       "moe": 2.99,
       "numerator": 96,
       "denominator": 3726
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.06,
       "moe": 4.36,
       "numerator": 7737,
       "denominator": 15770
      },
      "limited_english_households_pct": {
       "estimate": 2.26,
       "moe": 1.1,
       "numerator": 202,
       "denominator": 8926
      },
      "snap_households_pct": {
       "estimate": 4.72,
       "moe": 2.67,
       "numerator": 421,
       "denominator": 8926
      },
      "median_household_income": {
       "estimate": 100061,
       "moe": 6232.0
      },
      "own_children_under_18": {
       "estimate": 3609,
       "moe": 351.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3726,
       "moe": 447.4606127917853
      }
     },
     "lines": {
      "b23008_E001": 3609,
      "b23008_M001": 351,
      "b23008_E003": 958,
      "b23008_M003": 226,
      "b23008_E008": 184,
      "b23008_M008": 129,
      "b23008_E016": 2157,
      "b23008_M016": 377,
      "b23008_E021": 310,
      "b23008_M021": 151,
      "b11003_E001": 5798,
      "b11003_M001": 276,
      "b11003_E003": 1937,
      "b11003_M003": 258,
      "b11003_E010": 102,
      "b11003_M010": 67,
      "b11003_E016": 249,
      "b11003_M016": 125,
      "b17020_E001": 20415,
      "b17020_M001": 48,
      "b17020_E003": 58,
      "b17020_M003": 89,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 38,
      "b17020_M005": 63,
      "b17020_E011": 1142,
      "b17020_M011": 248,
      "b17020_E012": 1354,
      "b17020_M012": 241,
      "b17020_E013": 1134,
      "b17020_M013": 261,
      "b15003_E001": 15770,
      "b15003_M001": 438,
      "b15003_E022": 4799,
      "b15003_M022": 584,
      "b15003_E023": 2434,
      "b15003_M023": 384,
      "b15003_E024": 278,
      "b15003_M024": 136,
      "b15003_E025": 226,
      "b15003_M025": 113,
      "c16002_E001": 8926,
      "c16002_M001": 406,
      "c16002_E004": 35,
      "c16002_M004": 39,
      "c16002_E007": 114,
      "c16002_M007": 69,
      "c16002_E010": 53,
      "c16002_M010": 53,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8926,
      "b22010_M001": 406,
      "b22010_E002": 421,
      "b22010_M002": 239,
      "b19013_E001": 100061,
      "b19013_M001": 6232
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.76,
       "moe": 5.82,
       "numerator": 715,
       "denominator": 3444
      },
      "children_with_two_parents_pct": {
       "estimate": 79.24,
       "moe": 7.87,
       "numerator": 2729,
       "denominator": 3444
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.67,
       "moe": 6.64,
       "numerator": 388,
       "denominator": 2078
      },
      "children_below_poverty_pct": {
       "estimate": 7.71,
       "moe": 3.68,
       "numerator": 271,
       "denominator": 3517
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.26,
       "moe": 4.78,
       "numerator": 7302,
       "denominator": 16134
      },
      "limited_english_households_pct": {
       "estimate": 3.03,
       "moe": 1.36,
       "numerator": 276,
       "denominator": 9108
      },
      "snap_households_pct": {
       "estimate": 6.19,
       "moe": 2.69,
       "numerator": 564,
       "denominator": 9108
      },
      "median_household_income": {
       "estimate": 99941,
       "moe": 8909.0
      },
      "own_children_under_18": {
       "estimate": 3444,
       "moe": 368.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3517,
       "moe": 448.08369753875223
      }
     },
     "lines": {
      "b23008_E001": 3444,
      "b23008_M001": 368,
      "b23008_E003": 915,
      "b23008_M003": 238,
      "b23008_E008": 277,
      "b23008_M008": 144,
      "b23008_E016": 1814,
      "b23008_M016": 319,
      "b23008_E021": 438,
      "b23008_M021": 159,
      "b11003_E001": 5493,
      "b11003_M001": 313,
      "b11003_E003": 1690,
      "b11003_M003": 249,
      "b11003_E010": 89,
      "b11003_M010": 71,
      "b11003_E016": 299,
      "b11003_M016": 130,
      "b17020_E001": 20541,
      "b17020_M001": 37,
      "b17020_E003": 133,
      "b17020_M003": 118,
      "b17020_E004": 45,
      "b17020_M004": 28,
      "b17020_E005": 93,
      "b17020_M005": 57,
      "b17020_E011": 1116,
      "b17020_M011": 246,
      "b17020_E012": 1190,
      "b17020_M012": 259,
      "b17020_E013": 940,
      "b17020_M013": 235,
      "b15003_E001": 16134,
      "b15003_M001": 426,
      "b15003_E022": 4360,
      "b15003_M022": 650,
      "b15003_E023": 2403,
      "b15003_M023": 415,
      "b15003_E024": 291,
      "b15003_M024": 153,
      "b15003_E025": 248,
      "b15003_M025": 113,
      "c16002_E001": 9108,
      "c16002_M001": 389,
      "c16002_E004": 68,
      "c16002_M004": 58,
      "c16002_E007": 155,
      "c16002_M007": 98,
      "c16002_E010": 53,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9108,
      "b22010_M001": 389,
      "b22010_E002": 564,
      "b22010_M002": 246,
      "b19013_E001": 99941,
      "b19013_M001": 8909
     }
    }
   }
  },
  "Roxbury": {
   "cousub": "65930",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.94,
       "moe": 11.95,
       "numerator": 51,
       "denominator": 320
      },
      "children_with_two_parents_pct": {
       "estimate": 84.06,
       "moe": 12.78,
       "numerator": 269,
       "denominator": 320
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.64,
       "moe": 11.31,
       "numerator": 28,
       "denominator": 179
      },
      "children_below_poverty_pct": {
       "estimate": 4.78,
       "moe": 6.85,
       "numerator": 16,
       "denominator": 335
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 61.93,
       "moe": 6.04,
       "numerator": 1028,
       "denominator": 1660
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.75,
       "numerator": 0,
       "denominator": 944
      },
      "snap_households_pct": {
       "estimate": 1.48,
       "moe": 1.25,
       "numerator": 14,
       "denominator": 944
      },
      "median_household_income": {
       "estimate": 107328,
       "moe": 17107.0
      },
      "own_children_under_18": {
       "estimate": 320,
       "moe": 55.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 335,
       "moe": 73.23933369440222
      }
     },
     "lines": {
      "b23008_E001": 320,
      "b23008_M001": 55,
      "b23008_E003": 84,
      "b23008_M003": 40,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 185,
      "b23008_M016": 47,
      "b23008_E021": 51,
      "b23008_M021": 37,
      "b11003_E001": 519,
      "b11003_M001": 67,
      "b11003_E003": 151,
      "b11003_M003": 39,
      "b11003_E010": 13,
      "b11003_M010": 17,
      "b11003_E016": 15,
      "b11003_M016": 13,
      "b17020_E001": 2099,
      "b17020_M001": 231,
      "b17020_E003": 10,
      "b17020_M003": 17,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 6,
      "b17020_M005": 9,
      "b17020_E011": 74,
      "b17020_M011": 36,
      "b17020_E012": 101,
      "b17020_M012": 35,
      "b17020_E013": 144,
      "b17020_M013": 48,
      "b15003_E001": 1660,
      "b15003_M001": 192,
      "b15003_E022": 557,
      "b15003_M022": 107,
      "b15003_E023": 256,
      "b15003_M023": 85,
      "b15003_E024": 153,
      "b15003_M024": 65,
      "b15003_E025": 62,
      "b15003_M025": 36,
      "c16002_E001": 944,
      "c16002_M001": 129,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 944,
      "b22010_M001": 129,
      "b22010_E002": 14,
      "b22010_M002": 12,
      "b19013_E001": 107328,
      "b19013_M001": 17107
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.2,
       "moe": 10.51,
       "numerator": 31,
       "denominator": 304
      },
      "children_with_two_parents_pct": {
       "estimate": 89.8,
       "moe": 16.81,
       "numerator": 273,
       "denominator": 304
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.74,
       "moe": 8.71,
       "numerator": 16,
       "denominator": 183
      },
      "children_below_poverty_pct": {
       "estimate": 3.11,
       "moe": 7.52,
       "numerator": 10,
       "denominator": 322
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 62.24,
       "moe": 6.94,
       "numerator": 1050,
       "denominator": 1687
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.69,
       "numerator": 0,
       "denominator": 968
      },
      "snap_households_pct": {
       "estimate": 1.55,
       "moe": 1.22,
       "numerator": 15,
       "denominator": 968
      },
      "median_household_income": {
       "estimate": 132500,
       "moe": 25594.0
      },
      "own_children_under_18": {
       "estimate": 304,
       "moe": 68.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 322,
       "moe": 86.92525524840292
      }
     },
     "lines": {
      "b23008_E001": 304,
      "b23008_M001": 68,
      "b23008_E003": 130,
      "b23008_M003": 65,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 143,
      "b23008_M016": 46,
      "b23008_E021": 31,
      "b23008_M021": 30,
      "b11003_E001": 541,
      "b11003_M001": 74,
      "b11003_E003": 167,
      "b11003_M003": 48,
      "b11003_E010": 10,
      "b11003_M010": 15,
      "b11003_E016": 6,
      "b11003_M016": 7,
      "b17020_E001": 2069,
      "b17020_M001": 221,
      "b17020_E003": 10,
      "b17020_M003": 16,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 120,
      "b17020_M011": 64,
      "b17020_E012": 89,
      "b17020_M012": 29,
      "b17020_E013": 103,
      "b17020_M013": 45,
      "b15003_E001": 1687,
      "b15003_M001": 190,
      "b15003_E022": 532,
      "b15003_M022": 111,
      "b15003_E023": 287,
      "b15003_M023": 97,
      "b15003_E024": 180,
      "b15003_M024": 72,
      "b15003_E025": 51,
      "b15003_M025": 28,
      "c16002_E001": 968,
      "c16002_M001": 124,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 968,
      "b22010_M001": 124,
      "b22010_E002": 15,
      "b22010_M002": 12,
      "b19013_E001": 132500,
      "b19013_M001": 25594
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.47,
       "moe": 13.18,
       "numerator": 61,
       "denominator": 298
      },
      "children_with_two_parents_pct": {
       "estimate": 79.53,
       "moe": 17.11,
       "numerator": 237,
       "denominator": 298
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.84,
       "moe": 13.53,
       "numerator": 33,
       "denominator": 185
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 7.82,
       "numerator": 0,
       "denominator": 310
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.31,
       "moe": 7.65,
       "numerator": 1177,
       "denominator": 1775
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.72,
       "numerator": 0,
       "denominator": 1029
      },
      "snap_households_pct": {
       "estimate": 3.98,
       "moe": 3.56,
       "numerator": 41,
       "denominator": 1029
      },
      "median_household_income": {
       "estimate": 120250,
       "moe": 19785.0
      },
      "own_children_under_18": {
       "estimate": 298,
       "moe": 48.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 310,
       "moe": 73.02739212103907
      }
     },
     "lines": {
      "b23008_E001": 298,
      "b23008_M001": 48,
      "b23008_E003": 101,
      "b23008_M003": 47,
      "b23008_E008": 12,
      "b23008_M008": 14,
      "b23008_E016": 136,
      "b23008_M016": 43,
      "b23008_E021": 49,
      "b23008_M021": 38,
      "b11003_E001": 581,
      "b11003_M001": 88,
      "b11003_E003": 152,
      "b11003_M003": 39,
      "b11003_E010": 25,
      "b11003_M010": 24,
      "b11003_E016": 8,
      "b11003_M016": 11,
      "b17020_E001": 2184,
      "b17020_M001": 237,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 113,
      "b17020_M011": 48,
      "b17020_E012": 80,
      "b17020_M012": 29,
      "b17020_E013": 117,
      "b17020_M013": 40,
      "b15003_E001": 1775,
      "b15003_M001": 217,
      "b15003_E022": 634,
      "b15003_M022": 160,
      "b15003_E023": 310,
      "b15003_M023": 85,
      "b15003_E024": 190,
      "b15003_M024": 74,
      "b15003_E025": 43,
      "b15003_M025": 29,
      "c16002_E001": 1029,
      "c16002_M001": 124,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1029,
      "b22010_M001": 124,
      "b22010_E002": 41,
      "b22010_M002": 37,
      "b19013_E001": 120250,
      "b19013_M001": 19785
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.91,
       "moe": 12.95,
       "numerator": 68,
       "denominator": 273
      },
      "children_with_two_parents_pct": {
       "estimate": 75.09,
       "moe": 19.03,
       "numerator": 205,
       "denominator": 273
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.43,
       "moe": 13.01,
       "numerator": 41,
       "denominator": 175
      },
      "children_below_poverty_pct": {
       "estimate": 2.24,
       "moe": 7.2,
       "numerator": 7,
       "denominator": 313
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 65.21,
       "moe": 6.78,
       "numerator": 1151,
       "denominator": 1765
      },
      "limited_english_households_pct": {
       "estimate": 0.39,
       "moe": 2.47,
       "numerator": 4,
       "denominator": 1022
      },
      "snap_households_pct": {
       "estimate": 2.74,
       "moe": 2.81,
       "numerator": 28,
       "denominator": 1022
      },
      "median_household_income": {
       "estimate": 123864,
       "moe": 26793.0
      },
      "own_children_under_18": {
       "estimate": 273,
       "moe": 51.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 313,
       "moe": 95.7601169589929
      }
     },
     "lines": {
      "b23008_E001": 273,
      "b23008_M001": 51,
      "b23008_E003": 70,
      "b23008_M003": 42,
      "b23008_E008": 16,
      "b23008_M008": 16,
      "b23008_E016": 135,
      "b23008_M016": 49,
      "b23008_E021": 52,
      "b23008_M021": 34,
      "b11003_E001": 589,
      "b11003_M001": 91,
      "b11003_E003": 134,
      "b11003_M003": 45,
      "b11003_E010": 26,
      "b11003_M010": 21,
      "b11003_E016": 15,
      "b11003_M016": 15,
      "b17020_E001": 2185,
      "b17020_M001": 268,
      "b17020_E003": 7,
      "b17020_M003": 11,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 79,
      "b17020_M011": 45,
      "b17020_E012": 85,
      "b17020_M012": 34,
      "b17020_E013": 142,
      "b17020_M013": 74,
      "b15003_E001": 1765,
      "b15003_M001": 230,
      "b15003_E022": 581,
      "b15003_M022": 127,
      "b15003_E023": 297,
      "b15003_M023": 99,
      "b15003_E024": 227,
      "b15003_M024": 98,
      "b15003_E025": 46,
      "b15003_M025": 36,
      "c16002_E001": 1022,
      "c16002_M001": 138,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 4,
      "c16002_M007": 7,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1022,
      "b22010_M001": 138,
      "b22010_E002": 28,
      "b22010_M002": 29,
      "b19013_E001": 123864,
      "b19013_M001": 26793
     }
    }
   }
  },
  "Salem": {
   "cousub": "66210",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.72,
       "moe": 9.28,
       "numerator": 158,
       "denominator": 945
      },
      "children_with_two_parents_pct": {
       "estimate": 83.28,
       "moe": 18.33,
       "numerator": 787,
       "denominator": 945
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.31,
       "moe": 14.16,
       "numerator": 101,
       "denominator": 523
      },
      "children_below_poverty_pct": {
       "estimate": 6.67,
       "moe": 4.67,
       "numerator": 63,
       "denominator": 945
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.71,
       "moe": 8.06,
       "numerator": 1686,
       "denominator": 2973
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.57,
       "numerator": 0,
       "denominator": 1652
      },
      "snap_households_pct": {
       "estimate": 2.97,
       "moe": 3.32,
       "numerator": 49,
       "denominator": 1652
      },
      "median_household_income": {
       "estimate": 108953,
       "moe": 10861.0
      },
      "own_children_under_18": {
       "estimate": 945,
       "moe": 175.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 945,
       "moe": 257.58105520398817
      }
     },
     "lines": {
      "b23008_E001": 945,
      "b23008_M001": 175,
      "b23008_E003": 189,
      "b23008_M003": 87,
      "b23008_E008": 36,
      "b23008_M008": 34,
      "b23008_E016": 598,
      "b23008_M016": 209,
      "b23008_E021": 122,
      "b23008_M021": 86,
      "b11003_E001": 1325,
      "b11003_M001": 151,
      "b11003_E003": 422,
      "b11003_M003": 120,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 101,
      "b11003_M016": 78,
      "b17020_E001": 4167,
      "b17020_M001": 22,
      "b17020_E003": 23,
      "b17020_M003": 27,
      "b17020_E004": 23,
      "b17020_M004": 27,
      "b17020_E005": 17,
      "b17020_M005": 28,
      "b17020_E011": 202,
      "b17020_M011": 89,
      "b17020_E012": 452,
      "b17020_M012": 213,
      "b17020_E013": 228,
      "b17020_M013": 104,
      "b15003_E001": 2973,
      "b15003_M001": 180,
      "b15003_E022": 962,
      "b15003_M022": 182,
      "b15003_E023": 519,
      "b15003_M023": 151,
      "b15003_E024": 114,
      "b15003_M024": 96,
      "b15003_E025": 91,
      "b15003_M025": 52,
      "c16002_E001": 1652,
      "c16002_M001": 138,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1652,
      "b22010_M001": 138,
      "b22010_E002": 49,
      "b22010_M002": 55,
      "b19013_E001": 108953,
      "b19013_M001": 10861
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.03,
       "moe": 10.1,
       "numerator": 185,
       "denominator": 1026
      },
      "children_with_two_parents_pct": {
       "estimate": 81.97,
       "moe": 19.64,
       "numerator": 841,
       "denominator": 1026
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.09,
       "moe": 12.93,
       "numerator": 97,
       "denominator": 508
      },
      "children_below_poverty_pct": {
       "estimate": 6.49,
       "moe": 4.22,
       "numerator": 68,
       "denominator": 1047
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.38,
       "moe": 7.72,
       "numerator": 1588,
       "denominator": 2920
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.62,
       "numerator": 0,
       "denominator": 1603
      },
      "snap_households_pct": {
       "estimate": 2.74,
       "moe": 2.49,
       "numerator": 44,
       "denominator": 1603
      },
      "median_household_income": {
       "estimate": 114434,
       "moe": 5836.0
      },
      "own_children_under_18": {
       "estimate": 1026,
       "moe": 173.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1047,
       "moe": 323.04643629051225
      }
     },
     "lines": {
      "b23008_E001": 1026,
      "b23008_M001": 173,
      "b23008_E003": 143,
      "b23008_M003": 91,
      "b23008_E008": 40,
      "b23008_M008": 39,
      "b23008_E016": 698,
      "b23008_M016": 229,
      "b23008_E021": 145,
      "b23008_M021": 101,
      "b11003_E001": 1260,
      "b11003_M001": 141,
      "b11003_E003": 411,
      "b11003_M003": 109,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 97,
      "b11003_M016": 69,
      "b17020_E001": 4211,
      "b17020_M001": 24,
      "b17020_E003": 26,
      "b17020_M003": 31,
      "b17020_E004": 25,
      "b17020_M004": 30,
      "b17020_E005": 17,
      "b17020_M005": 23,
      "b17020_E011": 157,
      "b17020_M011": 92,
      "b17020_E012": 456,
      "b17020_M012": 263,
      "b17020_E013": 366,
      "b17020_M013": 156,
      "b15003_E001": 2920,
      "b15003_M001": 163,
      "b15003_E022": 1073,
      "b15003_M022": 199,
      "b15003_E023": 343,
      "b15003_M023": 106,
      "b15003_E024": 106,
      "b15003_M024": 77,
      "b15003_E025": 66,
      "b15003_M025": 44,
      "c16002_E001": 1603,
      "c16002_M001": 132,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1603,
      "b22010_M001": 132,
      "b22010_E002": 44,
      "b22010_M002": 40,
      "b19013_E001": 114434,
      "b19013_M001": 5836
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.23,
       "moe": 10.01,
       "numerator": 140,
       "denominator": 984
      },
      "children_with_two_parents_pct": {
       "estimate": 85.77,
       "moe": 14.6,
       "numerator": 844,
       "denominator": 984
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.45,
       "moe": 12.69,
       "numerator": 76,
       "denominator": 492
      },
      "children_below_poverty_pct": {
       "estimate": 9.6,
       "moe": 4.93,
       "numerator": 96,
       "denominator": 1000
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.62,
       "moe": 7.3,
       "numerator": 1566,
       "denominator": 2976
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.67,
       "numerator": 0,
       "denominator": 1673
      },
      "snap_households_pct": {
       "estimate": 3.23,
       "moe": 2.13,
       "numerator": 54,
       "denominator": 1673
      },
      "median_household_income": {
       "estimate": 118378,
       "moe": 9895.0
      },
      "own_children_under_18": {
       "estimate": 984,
       "moe": 181.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1000,
       "moe": 289.17814578560393
      }
     },
     "lines": {
      "b23008_E001": 984,
      "b23008_M001": 181,
      "b23008_E003": 100,
      "b23008_M003": 56,
      "b23008_E008": 38,
      "b23008_M008": 39,
      "b23008_E016": 744,
      "b23008_M016": 204,
      "b23008_E021": 102,
      "b23008_M021": 94,
      "b11003_E001": 1261,
      "b11003_M001": 136,
      "b11003_E003": 416,
      "b11003_M003": 97,
      "b11003_E010": 11,
      "b11003_M010": 16,
      "b11003_E016": 65,
      "b11003_M016": 63,
      "b17020_E001": 4236,
      "b17020_M001": 21,
      "b17020_E003": 25,
      "b17020_M003": 31,
      "b17020_E004": 37,
      "b17020_M004": 33,
      "b17020_E005": 34,
      "b17020_M005": 34,
      "b17020_E011": 113,
      "b17020_M011": 61,
      "b17020_E012": 463,
      "b17020_M012": 244,
      "b17020_E013": 328,
      "b17020_M013": 131,
      "b15003_E001": 2976,
      "b15003_M001": 183,
      "b15003_E022": 1045,
      "b15003_M022": 189,
      "b15003_E023": 329,
      "b15003_M023": 114,
      "b15003_E024": 94,
      "b15003_M024": 63,
      "b15003_E025": 98,
      "b15003_M025": 62,
      "c16002_E001": 1673,
      "c16002_M001": 144,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1673,
      "b22010_M001": 144,
      "b22010_E002": 54,
      "b22010_M002": 36,
      "b19013_E001": 118378,
      "b19013_M001": 9895
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.62,
       "moe": 10.59,
       "numerator": 193,
       "denominator": 936
      },
      "children_with_two_parents_pct": {
       "estimate": 79.38,
       "moe": 16.83,
       "numerator": 743,
       "denominator": 936
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.3,
       "moe": 11.19,
       "numerator": 108,
       "denominator": 507
      },
      "children_below_poverty_pct": {
       "estimate": 8.43,
       "moe": 5.37,
       "numerator": 83,
       "denominator": 984
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.61,
       "moe": 7.17,
       "numerator": 1613,
       "denominator": 3187
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.59,
       "numerator": 0,
       "denominator": 1764
      },
      "snap_households_pct": {
       "estimate": 3.12,
       "moe": 2.42,
       "numerator": 55,
       "denominator": 1764
      },
      "median_household_income": {
       "estimate": 123245,
       "moe": 7876.0
      },
      "own_children_under_18": {
       "estimate": 936,
       "moe": 177.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 984,
       "moe": 254.5957580165074
      }
     },
     "lines": {
      "b23008_E001": 936,
      "b23008_M001": 177,
      "b23008_E003": 68,
      "b23008_M003": 46,
      "b23008_E008": 35,
      "b23008_M008": 34,
      "b23008_E016": 675,
      "b23008_M016": 206,
      "b23008_E021": 158,
      "b23008_M021": 100,
      "b11003_E001": 1329,
      "b11003_M001": 147,
      "b11003_E003": 399,
      "b11003_M003": 113,
      "b11003_E010": 27,
      "b11003_M010": 29,
      "b11003_E016": 81,
      "b11003_M016": 56,
      "b17020_E001": 4271,
      "b17020_M001": 50,
      "b17020_E003": 11,
      "b17020_M003": 21,
      "b17020_E004": 26,
      "b17020_M004": 31,
      "b17020_E005": 46,
      "b17020_M005": 43,
      "b17020_E011": 117,
      "b17020_M011": 64,
      "b17020_E012": 510,
      "b17020_M012": 216,
      "b17020_E013": 274,
      "b17020_M013": 104,
      "b15003_E001": 3187,
      "b15003_M001": 177,
      "b15003_E022": 992,
      "b15003_M022": 193,
      "b15003_E023": 459,
      "b15003_M023": 133,
      "b15003_E024": 74,
      "b15003_M024": 46,
      "b15003_E025": 88,
      "b15003_M025": 57,
      "c16002_E001": 1764,
      "c16002_M001": 164,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1764,
      "b22010_M001": 164,
      "b22010_E002": 55,
      "b22010_M002": 43,
      "b19013_E001": 123245,
      "b19013_M001": 7876
     }
    }
   }
  },
  "Salisbury": {
   "cousub": "66420",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 55.56,
       "moe": 24.69,
       "numerator": 485,
       "denominator": 873
      },
      "children_with_two_parents_pct": {
       "estimate": 44.44,
       "moe": 20.99,
       "numerator": 388,
       "denominator": 873
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.27,
       "moe": 16.77,
       "numerator": 89,
       "denominator": 294
      },
      "children_below_poverty_pct": {
       "estimate": 5.96,
       "moe": 4.31,
       "numerator": 52,
       "denominator": 873
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.68,
       "moe": 9.31,
       "numerator": 1533,
       "denominator": 3025
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.74,
       "numerator": 0,
       "denominator": 1493
      },
      "snap_households_pct": {
       "estimate": 1.07,
       "moe": 1.19,
       "numerator": 16,
       "denominator": 1493
      },
      "median_household_income": {
       "estimate": 87688,
       "moe": 17619.0
      },
      "own_children_under_18": {
       "estimate": 873,
       "moe": 232.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 873,
       "moe": 308.9207017990216
      }
     },
     "lines": {
      "b23008_E001": 873,
      "b23008_M001": 232,
      "b23008_E003": 69,
      "b23008_M003": 68,
      "b23008_E008": 91,
      "b23008_M008": 83,
      "b23008_E016": 319,
      "b23008_M016": 199,
      "b23008_E021": 394,
      "b23008_M021": 237,
      "b11003_E001": 968,
      "b11003_M001": 179,
      "b11003_E003": 205,
      "b11003_M003": 97,
      "b11003_E010": 30,
      "b11003_M010": 32,
      "b11003_E016": 59,
      "b11003_M016": 51,
      "b17020_E001": 3943,
      "b17020_M001": 64,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 19,
      "b17020_M004": 25,
      "b17020_E005": 33,
      "b17020_M005": 31,
      "b17020_E011": 160,
      "b17020_M011": 83,
      "b17020_E012": 361,
      "b17020_M012": 242,
      "b17020_E013": 300,
      "b17020_M013": 168,
      "b15003_E001": 3025,
      "b15003_M001": 210,
      "b15003_E022": 746,
      "b15003_M022": 241,
      "b15003_E023": 619,
      "b15003_M023": 166,
      "b15003_E024": 130,
      "b15003_M024": 62,
      "b15003_E025": 38,
      "b15003_M025": 34,
      "c16002_E001": 1493,
      "c16002_M001": 293,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1493,
      "b22010_M001": 293,
      "b22010_E002": 16,
      "b22010_M002": 18,
      "b19013_E001": 87688,
      "b19013_M001": 17619
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.81,
       "moe": 21.27,
       "numerator": 448,
       "denominator": 937
      },
      "children_with_two_parents_pct": {
       "estimate": 52.19,
       "moe": 17.85,
       "numerator": 489,
       "denominator": 937
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.0,
       "moe": 15.6,
       "numerator": 120,
       "denominator": 400
      },
      "children_below_poverty_pct": {
       "estimate": 3.95,
       "moe": 2.99,
       "numerator": 37,
       "denominator": 937
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.23,
       "moe": 8.5,
       "numerator": 1726,
       "denominator": 3016
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.58,
       "numerator": 0,
       "denominator": 1648
      },
      "snap_households_pct": {
       "estimate": 0.67,
       "moe": 1.03,
       "numerator": 11,
       "denominator": 1648
      },
      "median_household_income": {
       "estimate": 99083,
       "moe": 23657.0
      },
      "own_children_under_18": {
       "estimate": 937,
       "moe": 255.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 937,
       "moe": 276.69116357411923
      }
     },
     "lines": {
      "b23008_E001": 937,
      "b23008_M001": 255,
      "b23008_E003": 121,
      "b23008_M003": 78,
      "b23008_E008": 121,
      "b23008_M008": 96,
      "b23008_E016": 368,
      "b23008_M016": 199,
      "b23008_E021": 327,
      "b23008_M021": 213,
      "b11003_E001": 981,
      "b11003_M001": 132,
      "b11003_E003": 280,
      "b11003_M003": 99,
      "b11003_E010": 34,
      "b11003_M010": 32,
      "b11003_E016": 86,
      "b11003_M016": 65,
      "b17020_E001": 4060,
      "b17020_M001": 28,
      "b17020_E003": 11,
      "b17020_M003": 16,
      "b17020_E004": 13,
      "b17020_M004": 18,
      "b17020_E005": 13,
      "b17020_M005": 18,
      "b17020_E011": 231,
      "b17020_M011": 97,
      "b17020_E012": 344,
      "b17020_M012": 214,
      "b17020_E013": 325,
      "b17020_M013": 143,
      "b15003_E001": 3016,
      "b15003_M001": 218,
      "b15003_E022": 865,
      "b15003_M022": 225,
      "b15003_E023": 699,
      "b15003_M023": 160,
      "b15003_E024": 122,
      "b15003_M024": 63,
      "b15003_E025": 40,
      "b15003_M025": 34,
      "c16002_E001": 1648,
      "c16002_M001": 270,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1648,
      "b22010_M001": 270,
      "b22010_E002": 11,
      "b22010_M002": 17,
      "b19013_E001": 99083,
      "b19013_M001": 23657
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.81,
       "moe": 23.42,
       "numerator": 328,
       "denominator": 916
      },
      "children_with_two_parents_pct": {
       "estimate": 64.19,
       "moe": 14.16,
       "numerator": 588,
       "denominator": 916
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.64,
       "moe": 10.07,
       "numerator": 46,
       "denominator": 364
      },
      "children_below_poverty_pct": {
       "estimate": 5.46,
       "moe": 4.22,
       "numerator": 50,
       "denominator": 916
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.36,
       "moe": 8.19,
       "numerator": 1693,
       "denominator": 3058
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.79,
       "numerator": 0,
       "denominator": 1564
      },
      "snap_households_pct": {
       "estimate": 0.64,
       "moe": 1.02,
       "numerator": 10,
       "denominator": 1564
      },
      "median_household_income": {
       "estimate": 99382,
       "moe": 24502.0
      },
      "own_children_under_18": {
       "estimate": 916,
       "moe": 228.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 916,
       "moe": 281.89891805397195
      }
     },
     "lines": {
      "b23008_E001": 916,
      "b23008_M001": 228,
      "b23008_E003": 100,
      "b23008_M003": 74,
      "b23008_E008": 84,
      "b23008_M008": 83,
      "b23008_E016": 488,
      "b23008_M016": 181,
      "b23008_E021": 244,
      "b23008_M021": 214,
      "b11003_E001": 1032,
      "b11003_M001": 164,
      "b11003_E003": 318,
      "b11003_M003": 83,
      "b11003_E010": 20,
      "b11003_M010": 30,
      "b11003_E016": 26,
      "b11003_M016": 24,
      "b17020_E001": 4132,
      "b17020_M001": 19,
      "b17020_E003": 16,
      "b17020_M003": 24,
      "b17020_E004": 17,
      "b17020_M004": 24,
      "b17020_E005": 17,
      "b17020_M005": 24,
      "b17020_E011": 168,
      "b17020_M011": 97,
      "b17020_E012": 352,
      "b17020_M012": 209,
      "b17020_E013": 346,
      "b17020_M013": 157,
      "b15003_E001": 3058,
      "b15003_M001": 206,
      "b15003_E022": 894,
      "b15003_M022": 196,
      "b15003_E023": 683,
      "b15003_M023": 182,
      "b15003_E024": 90,
      "b15003_M024": 57,
      "b15003_E025": 26,
      "b15003_M025": 30,
      "c16002_E001": 1564,
      "c16002_M001": 241,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1564,
      "b22010_M001": 241,
      "b22010_E002": 10,
      "b22010_M002": 16,
      "b19013_E001": 99382,
      "b19013_M001": 24502
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.34,
       "moe": 26.2,
       "numerator": 287,
       "denominator": 812
      },
      "children_with_two_parents_pct": {
       "estimate": 64.66,
       "moe": 14.88,
       "numerator": 525,
       "denominator": 812
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.29,
       "moe": 7.74,
       "numerator": 20,
       "denominator": 318
      },
      "children_below_poverty_pct": {
       "estimate": 1.97,
       "moe": 3.67,
       "numerator": 16,
       "denominator": 812
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.8,
       "moe": 11.67,
       "numerator": 1877,
       "denominator": 3192
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.8,
       "numerator": 0,
       "denominator": 1557
      },
      "snap_households_pct": {
       "estimate": 0.96,
       "moe": 1.53,
       "numerator": 15,
       "denominator": 1557
      },
      "median_household_income": {
       "estimate": 124256,
       "moe": 25966.0
      },
      "own_children_under_18": {
       "estimate": 812,
       "moe": 225.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 812,
       "moe": 283.57362359711806
      }
     },
     "lines": {
      "b23008_E001": 812,
      "b23008_M001": 225,
      "b23008_E003": 160,
      "b23008_M003": 119,
      "b23008_E008": 85,
      "b23008_M008": 84,
      "b23008_E016": 365,
      "b23008_M016": 147,
      "b23008_E021": 202,
      "b23008_M021": 211,
      "b11003_E001": 1018,
      "b11003_M001": 178,
      "b11003_E003": 298,
      "b11003_M003": 84,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 20,
      "b11003_M016": 21,
      "b17020_E001": 4139,
      "b17020_M001": 37,
      "b17020_E003": 16,
      "b17020_M003": 23,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 229,
      "b17020_M011": 89,
      "b17020_E012": 317,
      "b17020_M012": 236,
      "b17020_E013": 250,
      "b17020_M013": 126,
      "b15003_E001": 3192,
      "b15003_M001": 231,
      "b15003_E022": 963,
      "b15003_M022": 282,
      "b15003_E023": 764,
      "b15003_M023": 271,
      "b15003_E024": 124,
      "b15003_M024": 60,
      "b15003_E025": 26,
      "b15003_M025": 24,
      "c16002_E001": 1557,
      "c16002_M001": 241,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1557,
      "b22010_M001": 241,
      "b22010_E002": 15,
      "b22010_M002": 24,
      "b19013_E001": 124256,
      "b19013_M001": 25966
     }
    }
   }
  },
  "Scotland": {
   "cousub": "67400",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.64,
       "moe": 8.29,
       "numerator": 33,
       "denominator": 261
      },
      "children_with_two_parents_pct": {
       "estimate": 87.36,
       "moe": 12.62,
       "numerator": 228,
       "denominator": 261
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.56,
       "moe": 6.49,
       "numerator": 13,
       "denominator": 136
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 8.1,
       "numerator": 0,
       "denominator": 278
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.64,
       "moe": 4.71,
       "numerator": 298,
       "denominator": 1078
      },
      "limited_english_households_pct": {
       "estimate": 4.74,
       "moe": 8.06,
       "numerator": 28,
       "denominator": 591
      },
      "snap_households_pct": {
       "estimate": 2.2,
       "moe": 1.67,
       "numerator": 13,
       "denominator": 591
      },
      "median_household_income": {
       "estimate": 89625,
       "moe": 13724.0
      },
      "own_children_under_18": {
       "estimate": 261,
       "moe": 71.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 278,
       "moe": 84.4748483277715
      }
     },
     "lines": {
      "b23008_E001": 261,
      "b23008_M001": 71,
      "b23008_E003": 48,
      "b23008_M003": 24,
      "b23008_E008": 11,
      "b23008_M008": 15,
      "b23008_E016": 180,
      "b23008_M016": 66,
      "b23008_E021": 22,
      "b23008_M021": 18,
      "b11003_E001": 424,
      "b11003_M001": 60,
      "b11003_E003": 123,
      "b11003_M003": 35,
      "b11003_E010": 11,
      "b11003_M010": 9,
      "b11003_E016": 2,
      "b11003_M016": 3,
      "b17020_E001": 1639,
      "b17020_M001": 288,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 59,
      "b17020_M011": 24,
      "b17020_E012": 105,
      "b17020_M012": 62,
      "b17020_E013": 114,
      "b17020_M013": 47,
      "b15003_E001": 1078,
      "b15003_M001": 136,
      "b15003_E022": 205,
      "b15003_M022": 49,
      "b15003_E023": 81,
      "b15003_M023": 36,
      "b15003_E024": 12,
      "b15003_M024": 11,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 591,
      "c16002_M001": 74,
      "c16002_E004": 26,
      "c16002_M004": 44,
      "c16002_E007": 2,
      "c16002_M007": 3,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 591,
      "b22010_M001": 74,
      "b22010_E002": 13,
      "b22010_M002": 10,
      "b19013_E001": 89625,
      "b19013_M001": 13724
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.9,
       "moe": 10.25,
       "numerator": 25,
       "denominator": 210
      },
      "children_with_two_parents_pct": {
       "estimate": 88.1,
       "moe": 21.13,
       "numerator": 185,
       "denominator": 210
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.73,
       "moe": 8.56,
       "numerator": 11,
       "denominator": 113
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 9.04,
       "numerator": 0,
       "denominator": 249
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.92,
       "moe": 4.7,
       "numerator": 294,
       "denominator": 1053
      },
      "limited_english_households_pct": {
       "estimate": 12.46,
       "moe": 17.19,
       "numerator": 78,
       "denominator": 626
      },
      "snap_households_pct": {
       "estimate": 2.56,
       "moe": 2.35,
       "numerator": 16,
       "denominator": 626
      },
      "median_household_income": {
       "estimate": 90317,
       "moe": 8621.0
      },
      "own_children_under_18": {
       "estimate": 210,
       "moe": 63.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 249,
       "moe": 90.04443347592343
      }
     },
     "lines": {
      "b23008_E001": 210,
      "b23008_M001": 63,
      "b23008_E003": 52,
      "b23008_M003": 45,
      "b23008_E008": 10,
      "b23008_M008": 14,
      "b23008_E016": 133,
      "b23008_M016": 55,
      "b23008_E021": 15,
      "b23008_M021": 18,
      "b11003_E001": 410,
      "b11003_M001": 79,
      "b11003_E003": 102,
      "b11003_M003": 39,
      "b11003_E010": 10,
      "b11003_M010": 10,
      "b11003_E016": 1,
      "b11003_M016": 3,
      "b17020_E001": 1542,
      "b17020_M001": 241,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 78,
      "b17020_M011": 60,
      "b17020_E012": 87,
      "b17020_M012": 49,
      "b17020_E013": 84,
      "b17020_M013": 40,
      "b15003_E001": 1053,
      "b15003_M001": 169,
      "b15003_E022": 195,
      "b15003_M022": 55,
      "b15003_E023": 83,
      "b15003_M023": 35,
      "b15003_E024": 16,
      "b15003_M024": 16,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 626,
      "c16002_M001": 119,
      "c16002_E004": 77,
      "c16002_M004": 107,
      "c16002_E007": 1,
      "c16002_M007": 3,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 626,
      "b22010_M001": 119,
      "b22010_E002": 16,
      "b22010_M002": 15,
      "b19013_E001": 90317,
      "b19013_M001": 8621
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.02,
       "moe": 15.61,
       "numerator": 55,
       "denominator": 229
      },
      "children_with_two_parents_pct": {
       "estimate": 75.98,
       "moe": 19.52,
       "numerator": 174,
       "denominator": 229
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.87,
       "moe": 13.19,
       "numerator": 24,
       "denominator": 115
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 9.26,
       "numerator": 0,
       "denominator": 262
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.07,
       "moe": 4.5,
       "numerator": 302,
       "denominator": 1039
      },
      "limited_english_households_pct": {
       "estimate": 5.46,
       "moe": 7.86,
       "numerator": 30,
       "denominator": 549
      },
      "snap_households_pct": {
       "estimate": 2.55,
       "moe": 1.98,
       "numerator": 14,
       "denominator": 549
      },
      "median_household_income": {
       "estimate": 94946,
       "moe": 7623.0
      },
      "own_children_under_18": {
       "estimate": 229,
       "moe": 49.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 262,
       "moe": 71.54019849007969
      }
     },
     "lines": {
      "b23008_E001": 229,
      "b23008_M001": 49,
      "b23008_E003": 66,
      "b23008_M003": 28,
      "b23008_E008": 8,
      "b23008_M008": 11,
      "b23008_E016": 108,
      "b23008_M016": 51,
      "b23008_E021": 47,
      "b23008_M021": 36,
      "b11003_E001": 390,
      "b11003_M001": 61,
      "b11003_E003": 91,
      "b11003_M003": 33,
      "b11003_E010": 13,
      "b11003_M010": 13,
      "b11003_E016": 11,
      "b11003_M016": 11,
      "b17020_E001": 1524,
      "b17020_M001": 233,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 87,
      "b17020_M011": 37,
      "b17020_E012": 114,
      "b17020_M012": 44,
      "b17020_E013": 61,
      "b17020_M013": 35,
      "b15003_E001": 1039,
      "b15003_M001": 126,
      "b15003_E022": 204,
      "b15003_M022": 43,
      "b15003_E023": 81,
      "b15003_M023": 39,
      "b15003_E024": 13,
      "b15003_M024": 11,
      "b15003_E025": 4,
      "b15003_M025": 6,
      "c16002_E001": 549,
      "c16002_M001": 64,
      "c16002_E004": 26,
      "c16002_M004": 38,
      "c16002_E007": 4,
      "c16002_M007": 6,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 549,
      "b22010_M001": 64,
      "b22010_E002": 14,
      "b22010_M002": 11,
      "b19013_E001": 94946,
      "b19013_M001": 7623
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.6,
       "moe": 10.02,
       "numerator": 39,
       "denominator": 235
      },
      "children_with_two_parents_pct": {
       "estimate": 83.4,
       "moe": 17.94,
       "numerator": 196,
       "denominator": 235
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.88,
       "moe": 9.7,
       "numerator": 18,
       "denominator": 121
      },
      "children_below_poverty_pct": {
       "estimate": 4.18,
       "moe": 9.84,
       "numerator": 11,
       "denominator": 263
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.77,
       "moe": 5.56,
       "numerator": 386,
       "denominator": 1143
      },
      "limited_english_households_pct": {
       "estimate": 2.69,
       "moe": 5.75,
       "numerator": 15,
       "denominator": 558
      },
      "snap_households_pct": {
       "estimate": 4.66,
       "moe": 2.46,
       "numerator": 26,
       "denominator": 558
      },
      "median_household_income": {
       "estimate": 99881,
       "moe": 12102.0
      },
      "own_children_under_18": {
       "estimate": 235,
       "moe": 70.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 263,
       "moe": 78.10249675906654
      }
     },
     "lines": {
      "b23008_E001": 235,
      "b23008_M001": 70,
      "b23008_E003": 74,
      "b23008_M003": 31,
      "b23008_E008": 16,
      "b23008_M008": 17,
      "b23008_E016": 122,
      "b23008_M016": 65,
      "b23008_E021": 23,
      "b23008_M021": 20,
      "b11003_E001": 418,
      "b11003_M001": 58,
      "b11003_E003": 103,
      "b11003_M003": 32,
      "b11003_E010": 12,
      "b11003_M010": 10,
      "b11003_E016": 6,
      "b11003_M016": 8,
      "b17020_E001": 1599,
      "b17020_M001": 251,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 11,
      "b17020_M005": 17,
      "b17020_E011": 104,
      "b17020_M011": 45,
      "b17020_E012": 78,
      "b17020_M012": 45,
      "b17020_E013": 70,
      "b17020_M013": 37,
      "b15003_E001": 1143,
      "b15003_M001": 130,
      "b15003_E022": 236,
      "b15003_M022": 62,
      "b15003_E023": 131,
      "b15003_M023": 43,
      "b15003_E024": 15,
      "b15003_M024": 15,
      "b15003_E025": 4,
      "b15003_M025": 7,
      "c16002_E001": 558,
      "c16002_M001": 56,
      "c16002_E004": 13,
      "c16002_M004": 25,
      "c16002_E007": 2,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 558,
      "b22010_M001": 56,
      "b22010_E002": 26,
      "b22010_M002": 14,
      "b19013_E001": 99881,
      "b19013_M001": 12102
     }
    }
   }
  },
  "Seymour": {
   "cousub": "67610",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.75,
       "moe": 8.4,
       "numerator": 843,
       "denominator": 3406
      },
      "children_with_two_parents_pct": {
       "estimate": 75.25,
       "moe": 9.84,
       "numerator": 2563,
       "denominator": 3406
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.96,
       "moe": 8.19,
       "numerator": 447,
       "denominator": 1722
      },
      "children_below_poverty_pct": {
       "estimate": 6.46,
       "moe": 6.07,
       "numerator": 223,
       "denominator": 3454
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.35,
       "moe": 4.47,
       "numerator": 3716,
       "denominator": 11855
      },
      "limited_english_households_pct": {
       "estimate": 2.78,
       "moe": 1.81,
       "numerator": 179,
       "denominator": 6432
      },
      "snap_households_pct": {
       "estimate": 8.21,
       "moe": 2.93,
       "numerator": 528,
       "denominator": 6432
      },
      "median_household_income": {
       "estimate": 83781,
       "moe": 9394.0
      },
      "own_children_under_18": {
       "estimate": 3406,
       "moe": 346.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3454,
       "moe": 557.8153816452178
      }
     },
     "lines": {
      "b23008_E001": 3406,
      "b23008_M001": 346,
      "b23008_E003": 535,
      "b23008_M003": 170,
      "b23008_E008": 76,
      "b23008_M008": 62,
      "b23008_E016": 2028,
      "b23008_M016": 389,
      "b23008_E021": 767,
      "b23008_M021": 292,
      "b11003_E001": 4150,
      "b11003_M001": 192,
      "b11003_E003": 1275,
      "b11003_M003": 214,
      "b11003_E010": 89,
      "b11003_M010": 67,
      "b11003_E016": 358,
      "b11003_M016": 142,
      "b17020_E001": 16497,
      "b17020_M001": 148,
      "b17020_E003": 18,
      "b17020_M003": 29,
      "b17020_E004": 42,
      "b17020_M004": 66,
      "b17020_E005": 163,
      "b17020_M005": 200,
      "b17020_E011": 617,
      "b17020_M011": 190,
      "b17020_E012": 1069,
      "b17020_M012": 210,
      "b17020_E013": 1545,
      "b17020_M013": 431,
      "b15003_E001": 11855,
      "b15003_M001": 514,
      "b15003_E022": 1934,
      "b15003_M022": 379,
      "b15003_E023": 1524,
      "b15003_M023": 390,
      "b15003_E024": 154,
      "b15003_M024": 77,
      "b15003_E025": 104,
      "b15003_M025": 72,
      "c16002_E001": 6432,
      "c16002_M001": 390,
      "c16002_E004": 76,
      "c16002_M004": 98,
      "c16002_E007": 103,
      "c16002_M007": 57,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6432,
      "b22010_M001": 390,
      "b22010_E002": 528,
      "b22010_M002": 191,
      "b19013_E001": 83781,
      "b19013_M001": 9394
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.0,
       "moe": 8.4,
       "numerator": 1071,
       "denominator": 3455
      },
      "children_with_two_parents_pct": {
       "estimate": 69.0,
       "moe": 12.0,
       "numerator": 2384,
       "denominator": 3455
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.83,
       "moe": 9.42,
       "numerator": 541,
       "denominator": 1755
      },
      "children_below_poverty_pct": {
       "estimate": 8.89,
       "moe": 7.06,
       "numerator": 309,
       "denominator": 3477
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.22,
       "moe": 4.76,
       "numerator": 4208,
       "denominator": 11947
      },
      "limited_english_households_pct": {
       "estimate": 4.64,
       "moe": 3.04,
       "numerator": 300,
       "denominator": 6465
      },
      "snap_households_pct": {
       "estimate": 9.91,
       "moe": 3.24,
       "numerator": 641,
       "denominator": 6465
      },
      "median_household_income": {
       "estimate": 96747,
       "moe": 10110.0
      },
      "own_children_under_18": {
       "estimate": 3455,
       "moe": 431.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3477,
       "moe": 650.3406799516696
      }
     },
     "lines": {
      "b23008_E001": 3455,
      "b23008_M001": 431,
      "b23008_E003": 709,
      "b23008_M003": 287,
      "b23008_E008": 173,
      "b23008_M008": 127,
      "b23008_E016": 1675,
      "b23008_M016": 422,
      "b23008_E021": 898,
      "b23008_M021": 293,
      "b11003_E001": 4339,
      "b11003_M001": 260,
      "b11003_E003": 1214,
      "b11003_M003": 250,
      "b11003_E010": 103,
      "b11003_M010": 96,
      "b11003_E016": 438,
      "b11003_M016": 166,
      "b17020_E001": 16579,
      "b17020_M001": 61,
      "b17020_E003": 85,
      "b17020_M003": 99,
      "b17020_E004": 82,
      "b17020_M004": 130,
      "b17020_E005": 142,
      "b17020_M005": 192,
      "b17020_E011": 797,
      "b17020_M011": 317,
      "b17020_E012": 1189,
      "b17020_M012": 308,
      "b17020_E013": 1182,
      "b17020_M013": 405,
      "b15003_E001": 11947,
      "b15003_M001": 569,
      "b15003_E022": 2013,
      "b15003_M022": 454,
      "b15003_E023": 1823,
      "b15003_M023": 369,
      "b15003_E024": 206,
      "b15003_M024": 109,
      "b15003_E025": 166,
      "b15003_M025": 99,
      "c16002_E001": 6465,
      "c16002_M001": 380,
      "c16002_E004": 114,
      "c16002_M004": 153,
      "c16002_E007": 186,
      "c16002_M007": 121,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6465,
      "b22010_M001": 380,
      "b22010_E002": 641,
      "b22010_M002": 213,
      "b19013_E001": 96747,
      "b19013_M001": 10110
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.67,
       "moe": 10.56,
       "numerator": 1367,
       "denominator": 3535
      },
      "children_with_two_parents_pct": {
       "estimate": 61.33,
       "moe": 12.78,
       "numerator": 2168,
       "denominator": 3535
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.44,
       "moe": 9.96,
       "numerator": 712,
       "denominator": 1852
      },
      "children_below_poverty_pct": {
       "estimate": 9.0,
       "moe": 5.77,
       "numerator": 324,
       "denominator": 3600
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.72,
       "moe": 4.36,
       "numerator": 4180,
       "denominator": 12038
      },
      "limited_english_households_pct": {
       "estimate": 3.61,
       "moe": 2.21,
       "numerator": 227,
       "denominator": 6287
      },
      "snap_households_pct": {
       "estimate": 11.32,
       "moe": 2.75,
       "numerator": 712,
       "denominator": 6287
      },
      "median_household_income": {
       "estimate": 103682,
       "moe": 13065.0
      },
      "own_children_under_18": {
       "estimate": 3535,
       "moe": 329.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3600,
       "moe": 562.2695083320809
      }
     },
     "lines": {
      "b23008_E001": 3535,
      "b23008_M001": 329,
      "b23008_E003": 641,
      "b23008_M003": 218,
      "b23008_E008": 175,
      "b23008_M008": 86,
      "b23008_E016": 1527,
      "b23008_M016": 444,
      "b23008_E021": 1192,
      "b23008_M021": 385,
      "b11003_E001": 4507,
      "b11003_M001": 258,
      "b11003_E003": 1140,
      "b11003_M003": 246,
      "b11003_E010": 121,
      "b11003_M010": 82,
      "b11003_E016": 591,
      "b11003_M016": 209,
      "b17020_E001": 16655,
      "b17020_M001": 52,
      "b17020_E003": 100,
      "b17020_M003": 89,
      "b17020_E004": 101,
      "b17020_M004": 112,
      "b17020_E005": 123,
      "b17020_M005": 159,
      "b17020_E011": 752,
      "b17020_M011": 242,
      "b17020_E012": 830,
      "b17020_M012": 246,
      "b17020_E013": 1694,
      "b17020_M013": 389,
      "b15003_E001": 12038,
      "b15003_M001": 481,
      "b15003_E022": 2037,
      "b15003_M022": 406,
      "b15003_E023": 1795,
      "b15003_M023": 346,
      "b15003_E024": 219,
      "b15003_M024": 109,
      "b15003_E025": 129,
      "b15003_M025": 81,
      "c16002_E001": 6287,
      "c16002_M001": 341,
      "c16002_E004": 75,
      "c16002_M004": 105,
      "c16002_E007": 152,
      "c16002_M007": 87,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6287,
      "b22010_M001": 341,
      "b22010_E002": 712,
      "b22010_M002": 177,
      "b19013_E001": 103682,
      "b19013_M001": 13065
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.57,
       "moe": 9.42,
       "numerator": 1072,
       "denominator": 3193
      },
      "children_with_two_parents_pct": {
       "estimate": 66.43,
       "moe": 12.22,
       "numerator": 2121,
       "denominator": 3193
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.47,
       "moe": 7.62,
       "numerator": 558,
       "denominator": 1667
      },
      "children_below_poverty_pct": {
       "estimate": 6.93,
       "moe": 5.06,
       "numerator": 223,
       "denominator": 3220
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.27,
       "moe": 4.49,
       "numerator": 4100,
       "denominator": 12322
      },
      "limited_english_households_pct": {
       "estimate": 4.39,
       "moe": 2.62,
       "numerator": 280,
       "denominator": 6378
      },
      "snap_households_pct": {
       "estimate": 12.28,
       "moe": 3.49,
       "numerator": 783,
       "denominator": 6378
      },
      "median_household_income": {
       "estimate": 107708,
       "moe": 14986.0
      },
      "own_children_under_18": {
       "estimate": 3193,
       "moe": 366.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3220,
       "moe": 594.7217836938546
      }
     },
     "lines": {
      "b23008_E001": 3193,
      "b23008_M001": 366,
      "b23008_E003": 617,
      "b23008_M003": 230,
      "b23008_E008": 228,
      "b23008_M008": 127,
      "b23008_E016": 1504,
      "b23008_M016": 398,
      "b23008_E021": 844,
      "b23008_M021": 299,
      "b11003_E001": 4435,
      "b11003_M001": 235,
      "b11003_E003": 1109,
      "b11003_M003": 295,
      "b11003_E010": 123,
      "b11003_M010": 85,
      "b11003_E016": 435,
      "b11003_M016": 148,
      "b17020_E001": 16739,
      "b17020_M001": 64,
      "b17020_E003": 128,
      "b17020_M003": 128,
      "b17020_E004": 95,
      "b17020_M004": 107,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 744,
      "b17020_M011": 238,
      "b17020_E012": 885,
      "b17020_M012": 210,
      "b17020_E013": 1368,
      "b17020_M013": 474,
      "b15003_E001": 12322,
      "b15003_M001": 480,
      "b15003_E022": 2192,
      "b15003_M022": 449,
      "b15003_E023": 1568,
      "b15003_M023": 334,
      "b15003_E024": 229,
      "b15003_M024": 117,
      "b15003_E025": 111,
      "b15003_M025": 71,
      "c16002_E001": 6378,
      "c16002_M001": 373,
      "c16002_E004": 94,
      "c16002_M004": 122,
      "c16002_E007": 186,
      "c16002_M007": 111,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6378,
      "b22010_M001": 373,
      "b22010_E002": 783,
      "b22010_M002": 227,
      "b19013_E001": 107708,
      "b19013_M001": 14986
     }
    }
   }
  },
  "Sharon": {
   "cousub": "67960",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.55,
       "moe": 8.12,
       "numerator": 20,
       "denominator": 265
      },
      "children_with_two_parents_pct": {
       "estimate": 92.45,
       "moe": 15.98,
       "numerator": 245,
       "denominator": 265
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.55,
       "moe": 16.7,
       "numerator": 35,
       "denominator": 179
      },
      "children_below_poverty_pct": {
       "estimate": 38.64,
       "moe": 13.68,
       "numerator": 114,
       "denominator": 295
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.83,
       "moe": 12.22,
       "numerator": 1289,
       "denominator": 2229
      },
      "limited_english_households_pct": {
       "estimate": 0.94,
       "moe": 2.35,
       "numerator": 12,
       "denominator": 1281
      },
      "snap_households_pct": {
       "estimate": 0.86,
       "moe": 1.4,
       "numerator": 11,
       "denominator": 1281
      },
      "median_household_income": {
       "estimate": 93385,
       "moe": 30088.0
      },
      "own_children_under_18": {
       "estimate": 265,
       "moe": 72.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 295,
       "moe": 98.69143833180262
      }
     },
     "lines": {
      "b23008_E001": 265,
      "b23008_M001": 72,
      "b23008_E003": 54,
      "b23008_M003": 40,
      "b23008_E008": 20,
      "b23008_M008": 18,
      "b23008_E016": 191,
      "b23008_M016": 68,
      "b23008_E021": 0,
      "b23008_M021": 13,
      "b11003_E001": 737,
      "b11003_M001": 105,
      "b11003_E003": 144,
      "b11003_M003": 45,
      "b11003_E010": 35,
      "b11003_M010": 29,
      "b11003_E016": 0,
      "b11003_M016": 13,
      "b17020_E001": 2654,
      "b17020_M001": 24,
      "b17020_E003": 45,
      "b17020_M003": 37,
      "b17020_E004": 39,
      "b17020_M004": 33,
      "b17020_E005": 30,
      "b17020_M005": 25,
      "b17020_E011": 29,
      "b17020_M011": 22,
      "b17020_E012": 64,
      "b17020_M012": 58,
      "b17020_E013": 88,
      "b17020_M013": 53,
      "b15003_E001": 2229,
      "b15003_M001": 136,
      "b15003_E022": 808,
      "b15003_M022": 233,
      "b15003_E023": 188,
      "b15003_M023": 77,
      "b15003_E024": 219,
      "b15003_M024": 100,
      "b15003_E025": 74,
      "b15003_M025": 101,
      "c16002_E001": 1281,
      "c16002_M001": 139,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 12,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1281,
      "b22010_M001": 139,
      "b22010_E002": 11,
      "b22010_M002": 18,
      "b19013_E001": 93385,
      "b19013_M001": 30088
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.41,
       "moe": 20.94,
       "numerator": 69,
       "denominator": 338
      },
      "children_with_two_parents_pct": {
       "estimate": 79.59,
       "moe": 13.03,
       "numerator": 269,
       "denominator": 338
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.63,
       "moe": 32.07,
       "numerator": 64,
       "denominator": 216
      },
      "children_below_poverty_pct": {
       "estimate": 20.28,
       "moe": 11.35,
       "numerator": 72,
       "denominator": 355
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.23,
       "moe": 11.92,
       "numerator": 1237,
       "denominator": 2200
      },
      "limited_english_households_pct": {
       "estimate": 0.85,
       "moe": 2.22,
       "numerator": 11,
       "denominator": 1298
      },
      "snap_households_pct": {
       "estimate": 2.47,
       "moe": 2.22,
       "numerator": 32,
       "denominator": 1298
      },
      "median_household_income": {
       "estimate": 102963,
       "moe": 31071.0
      },
      "own_children_under_18": {
       "estimate": 338,
       "moe": 124.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 355,
       "moe": 138.2678559897419
      }
     },
     "lines": {
      "b23008_E001": 338,
      "b23008_M001": 124,
      "b23008_E003": 68,
      "b23008_M003": 68,
      "b23008_E008": 31,
      "b23008_M008": 41,
      "b23008_E016": 201,
      "b23008_M016": 84,
      "b23008_E021": 38,
      "b23008_M021": 63,
      "b11003_E001": 743,
      "b11003_M001": 110,
      "b11003_E003": 152,
      "b11003_M003": 58,
      "b11003_E010": 38,
      "b11003_M010": 68,
      "b11003_E016": 26,
      "b11003_M016": 31,
      "b17020_E001": 2660,
      "b17020_M001": 36,
      "b17020_E003": 28,
      "b17020_M003": 29,
      "b17020_E004": 27,
      "b17020_M004": 28,
      "b17020_E005": 17,
      "b17020_M005": 28,
      "b17020_E011": 71,
      "b17020_M011": 78,
      "b17020_E012": 105,
      "b17020_M012": 80,
      "b17020_E013": 107,
      "b17020_M013": 65,
      "b15003_E001": 2200,
      "b15003_M001": 145,
      "b15003_E022": 792,
      "b15003_M022": 218,
      "b15003_E023": 202,
      "b15003_M023": 88,
      "b15003_E024": 176,
      "b15003_M024": 107,
      "b15003_E025": 67,
      "b15003_M025": 93,
      "c16002_E001": 1298,
      "c16002_M001": 152,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 11,
      "c16002_M007": 18,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1298,
      "b22010_M001": 152,
      "b22010_E002": 32,
      "b22010_M002": 29,
      "b19013_E001": 102963,
      "b19013_M001": 31071
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.64,
       "moe": 25.36,
       "numerator": 39,
       "denominator": 165
      },
      "children_with_two_parents_pct": {
       "estimate": 76.36,
       "moe": 19.43,
       "numerator": 126,
       "denominator": 165
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.24,
       "moe": 32.17,
       "numerator": 24,
       "denominator": 85
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 14.7,
       "numerator": 0,
       "denominator": 165
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.62,
       "moe": 12.03,
       "numerator": 1455,
       "denominator": 2482
      },
      "limited_english_households_pct": {
       "estimate": 0.9,
       "moe": 2.27,
       "numerator": 13,
       "denominator": 1439
      },
      "snap_households_pct": {
       "estimate": 1.95,
       "moe": 2.14,
       "numerator": 28,
       "denominator": 1439
      },
      "median_household_income": {
       "estimate": 106951,
       "moe": 25442.0
      },
      "own_children_under_18": {
       "estimate": 165,
       "moe": 117.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 165,
       "moe": 107.8563859954523
      }
     },
     "lines": {
      "b23008_E001": 165,
      "b23008_M001": 117,
      "b23008_E003": 42,
      "b23008_M003": 71,
      "b23008_E008": 10,
      "b23008_M008": 20,
      "b23008_E016": 84,
      "b23008_M016": 63,
      "b23008_E021": 29,
      "b23008_M021": 46,
      "b11003_E001": 826,
      "b11003_M001": 117,
      "b11003_E003": 61,
      "b11003_M003": 44,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 24,
      "b11003_M016": 28,
      "b17020_E001": 2680,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 52,
      "b17020_M011": 73,
      "b17020_E012": 66,
      "b17020_M012": 60,
      "b17020_E013": 47,
      "b17020_M013": 46,
      "b15003_E001": 2482,
      "b15003_M001": 137,
      "b15003_E022": 875,
      "b15003_M022": 236,
      "b15003_E023": 252,
      "b15003_M023": 105,
      "b15003_E024": 243,
      "b15003_M024": 132,
      "b15003_E025": 85,
      "b15003_M025": 107,
      "c16002_E001": 1439,
      "c16002_M001": 149,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 13,
      "c16002_M007": 22,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1439,
      "b22010_M001": 149,
      "b22010_E002": 28,
      "b22010_M002": 31,
      "b19013_E001": 106951,
      "b19013_M001": 25442
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.51,
       "moe": 19.01,
       "numerator": 31,
       "denominator": 177
      },
      "children_with_two_parents_pct": {
       "estimate": 82.49,
       "moe": 70.61,
       "numerator": 146,
       "denominator": 177
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.03,
       "moe": 22.86,
       "numerator": 22,
       "denominator": 122
      },
      "children_below_poverty_pct": {
       "estimate": 9.69,
       "moe": 16.68,
       "numerator": 19,
       "denominator": 196
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.76,
       "moe": 11.04,
       "numerator": 1386,
       "denominator": 2442
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.9,
       "numerator": 0,
       "denominator": 1473
      },
      "snap_households_pct": {
       "estimate": 1.97,
       "moe": 2.3,
       "numerator": 29,
       "denominator": 1473
      },
      "median_household_income": {
       "estimate": 100518,
       "moe": 14994.0
      },
      "own_children_under_18": {
       "estimate": 177,
       "moe": 112.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 196,
       "moe": 106.60206376989143
      }
     },
     "lines": {
      "b23008_E001": 177,
      "b23008_M001": 112,
      "b23008_E003": 41,
      "b23008_M003": 58,
      "b23008_E008": 10,
      "b23008_M008": 19,
      "b23008_E016": 105,
      "b23008_M016": 61,
      "b23008_E021": 21,
      "b23008_M021": 34,
      "b11003_E001": 750,
      "b11003_M001": 138,
      "b11003_E003": 100,
      "b11003_M003": 60,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 22,
      "b11003_M016": 27,
      "b17020_E001": 2677,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 19,
      "b17020_M005": 28,
      "b17020_E011": 51,
      "b17020_M011": 62,
      "b17020_E012": 47,
      "b17020_M012": 50,
      "b17020_E013": 79,
      "b17020_M013": 62,
      "b15003_E001": 2442,
      "b15003_M001": 136,
      "b15003_E022": 794,
      "b15003_M022": 220,
      "b15003_E023": 296,
      "b15003_M023": 98,
      "b15003_E024": 210,
      "b15003_M024": 105,
      "b15003_E025": 86,
      "b15003_M025": 98,
      "c16002_E001": 1473,
      "c16002_M001": 148,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1473,
      "b22010_M001": 148,
      "b22010_E002": 29,
      "b22010_M002": 34,
      "b19013_E001": 100518,
      "b19013_M001": 14994
     }
    }
   }
  },
  "Shelton": {
   "cousub": "68170",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.81,
       "moe": 5.58,
       "numerator": 1583,
       "denominator": 6649
      },
      "children_with_two_parents_pct": {
       "estimate": 76.19,
       "moe": 6.47,
       "numerator": 5066,
       "denominator": 6649
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.23,
       "moe": 5.25,
       "numerator": 734,
       "denominator": 3628
      },
      "children_below_poverty_pct": {
       "estimate": 6.99,
       "moe": 3.35,
       "numerator": 487,
       "denominator": 6965
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.44,
       "moe": 2.94,
       "numerator": 12649,
       "denominator": 30521
      },
      "limited_english_households_pct": {
       "estimate": 3.47,
       "moe": 1.65,
       "numerator": 562,
       "denominator": 16204
      },
      "snap_households_pct": {
       "estimate": 4.25,
       "moe": 1.1,
       "numerator": 689,
       "denominator": 16204
      },
      "median_household_income": {
       "estimate": 103647,
       "moe": 2612.0
      },
      "own_children_under_18": {
       "estimate": 6649,
       "moe": 524.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6965,
       "moe": 675.692237634857
      }
     },
     "lines": {
      "b23008_E001": 6649,
      "b23008_M001": 524,
      "b23008_E003": 1684,
      "b23008_M003": 363,
      "b23008_E008": 304,
      "b23008_M008": 160,
      "b23008_E016": 3382,
      "b23008_M016": 461,
      "b23008_E021": 1279,
      "b23008_M021": 357,
      "b11003_E001": 11032,
      "b11003_M001": 381,
      "b11003_E003": 2894,
      "b11003_M003": 348,
      "b11003_E010": 311,
      "b11003_M010": 160,
      "b11003_E016": 423,
      "b11003_M016": 132,
      "b17020_E001": 40506,
      "b17020_M001": 164,
      "b17020_E003": 121,
      "b17020_M003": 146,
      "b17020_E004": 91,
      "b17020_M004": 69,
      "b17020_E005": 275,
      "b17020_M005": 175,
      "b17020_E011": 2012,
      "b17020_M011": 389,
      "b17020_E012": 2263,
      "b17020_M012": 356,
      "b17020_E013": 2203,
      "b17020_M013": 349,
      "b15003_E001": 30521,
      "b15003_M001": 701,
      "b15003_E022": 6991,
      "b15003_M022": 700,
      "b15003_E023": 4714,
      "b15003_M023": 586,
      "b15003_E024": 602,
      "b15003_M024": 185,
      "b15003_E025": 342,
      "b15003_M025": 139,
      "c16002_E001": 16204,
      "c16002_M001": 616,
      "c16002_E004": 112,
      "c16002_M004": 70,
      "c16002_E007": 365,
      "c16002_M007": 250,
      "c16002_E010": 55,
      "c16002_M010": 58,
      "c16002_E013": 30,
      "c16002_M013": 35,
      "b22010_E001": 16204,
      "b22010_M001": 616,
      "b22010_E002": 689,
      "b22010_M002": 180,
      "b19013_E001": 103647,
      "b19013_M001": 2612
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.86,
       "moe": 5.06,
       "numerator": 1610,
       "denominator": 7364
      },
      "children_with_two_parents_pct": {
       "estimate": 78.14,
       "moe": 6.2,
       "numerator": 5754,
       "denominator": 7364
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.03,
       "moe": 4.63,
       "numerator": 657,
       "denominator": 3857
      },
      "children_below_poverty_pct": {
       "estimate": 6.56,
       "moe": 2.89,
       "numerator": 490,
       "denominator": 7472
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.22,
       "moe": 2.71,
       "numerator": 13379,
       "denominator": 30955
      },
      "limited_english_households_pct": {
       "estimate": 4.52,
       "moe": 1.71,
       "numerator": 713,
       "denominator": 15774
      },
      "snap_households_pct": {
       "estimate": 3.78,
       "moe": 1.09,
       "numerator": 596,
       "denominator": 15774
      },
      "median_household_income": {
       "estimate": 112366,
       "moe": 2945.0
      },
      "own_children_under_18": {
       "estimate": 7364,
       "moe": 545.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7472,
       "moe": 703.1948520858213
      }
     },
     "lines": {
      "b23008_E001": 7364,
      "b23008_M001": 545,
      "b23008_E003": 2514,
      "b23008_M003": 453,
      "b23008_E008": 484,
      "b23008_M008": 252,
      "b23008_E016": 3240,
      "b23008_M016": 430,
      "b23008_E021": 1126,
      "b23008_M021": 299,
      "b11003_E001": 11077,
      "b11003_M001": 457,
      "b11003_E003": 3200,
      "b11003_M003": 387,
      "b11003_E010": 224,
      "b11003_M010": 132,
      "b11003_E016": 433,
      "b11003_M016": 141,
      "b17020_E001": 40778,
      "b17020_M001": 34,
      "b17020_E003": 117,
      "b17020_M003": 128,
      "b17020_E004": 98,
      "b17020_M004": 73,
      "b17020_E005": 275,
      "b17020_M005": 164,
      "b17020_E011": 2917,
      "b17020_M011": 492,
      "b17020_E012": 1983,
      "b17020_M012": 307,
      "b17020_E013": 2082,
      "b17020_M013": 331,
      "b15003_E001": 30955,
      "b15003_M001": 619,
      "b15003_E022": 7617,
      "b15003_M022": 677,
      "b15003_E023": 4646,
      "b15003_M023": 493,
      "b15003_E024": 701,
      "b15003_M024": 215,
      "b15003_E025": 415,
      "b15003_M025": 162,
      "c16002_E001": 15774,
      "c16002_M001": 518,
      "c16002_E004": 168,
      "c16002_M004": 93,
      "c16002_E007": 323,
      "c16002_M007": 207,
      "c16002_E010": 190,
      "c16002_M010": 145,
      "c16002_E013": 32,
      "c16002_M013": 33,
      "b22010_E001": 15774,
      "b22010_M001": 518,
      "b22010_E002": 596,
      "b22010_M002": 173,
      "b19013_E001": 112366,
      "b19013_M001": 2945
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.56,
       "moe": 6.91,
       "numerator": 2052,
       "denominator": 7725
      },
      "children_with_two_parents_pct": {
       "estimate": 73.44,
       "moe": 5.8,
       "numerator": 5673,
       "denominator": 7725
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.97,
       "moe": 6.25,
       "numerator": 875,
       "denominator": 4172
      },
      "children_below_poverty_pct": {
       "estimate": 5.43,
       "moe": 2.86,
       "numerator": 424,
       "denominator": 7807
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.54,
       "moe": 3.07,
       "numerator": 13458,
       "denominator": 30907
      },
      "limited_english_households_pct": {
       "estimate": 3.93,
       "moe": 1.7,
       "numerator": 618,
       "denominator": 15741
      },
      "snap_households_pct": {
       "estimate": 3.75,
       "moe": 1.16,
       "numerator": 590,
       "denominator": 15741
      },
      "median_household_income": {
       "estimate": 114739,
       "moe": 7568.0
      },
      "own_children_under_18": {
       "estimate": 7725,
       "moe": 532.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7807,
       "moe": 747.3111801652642
      }
     },
     "lines": {
      "b23008_E001": 7725,
      "b23008_M001": 532,
      "b23008_E003": 2209,
      "b23008_M003": 409,
      "b23008_E008": 638,
      "b23008_M008": 283,
      "b23008_E016": 3464,
      "b23008_M016": 431,
      "b23008_E021": 1414,
      "b23008_M021": 474,
      "b11003_E001": 11096,
      "b11003_M001": 469,
      "b11003_E003": 3297,
      "b11003_M003": 385,
      "b11003_E010": 229,
      "b11003_M010": 158,
      "b11003_E016": 646,
      "b11003_M016": 230,
      "b17020_E001": 41023,
      "b17020_M001": 63,
      "b17020_E003": 99,
      "b17020_M003": 126,
      "b17020_E004": 73,
      "b17020_M004": 59,
      "b17020_E005": 252,
      "b17020_M005": 179,
      "b17020_E011": 2777,
      "b17020_M011": 464,
      "b17020_E012": 2295,
      "b17020_M012": 408,
      "b17020_E013": 2311,
      "b17020_M013": 354,
      "b15003_E001": 30907,
      "b15003_M001": 716,
      "b15003_E022": 7632,
      "b15003_M022": 765,
      "b15003_E023": 4610,
      "b15003_M023": 582,
      "b15003_E024": 800,
      "b15003_M024": 211,
      "b15003_E025": 416,
      "b15003_M025": 167,
      "c16002_E001": 15741,
      "c16002_M001": 501,
      "c16002_E004": 186,
      "c16002_M004": 85,
      "c16002_E007": 282,
      "c16002_M007": 225,
      "c16002_E010": 115,
      "c16002_M010": 111,
      "c16002_E013": 35,
      "c16002_M013": 41,
      "b22010_E001": 15741,
      "b22010_M001": 501,
      "b22010_E002": 590,
      "b22010_M002": 184,
      "b19013_E001": 114739,
      "b19013_M001": 7568
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.71,
       "moe": 6.04,
       "numerator": 2166,
       "denominator": 7816
      },
      "children_with_two_parents_pct": {
       "estimate": 72.29,
       "moe": 6.45,
       "numerator": 5650,
       "denominator": 7816
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.55,
       "moe": 5.79,
       "numerator": 924,
       "denominator": 4288
      },
      "children_below_poverty_pct": {
       "estimate": 7.03,
       "moe": 2.65,
       "numerator": 558,
       "denominator": 7932
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.75,
       "moe": 2.65,
       "numerator": 13085,
       "denominator": 31345
      },
      "limited_english_households_pct": {
       "estimate": 3.85,
       "moe": 1.59,
       "numerator": 620,
       "denominator": 16096
      },
      "snap_households_pct": {
       "estimate": 4.31,
       "moe": 0.89,
       "numerator": 694,
       "denominator": 16096
      },
      "median_household_income": {
       "estimate": 108185,
       "moe": 10854.0
      },
      "own_children_under_18": {
       "estimate": 7816,
       "moe": 661.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7932,
       "moe": 775.8279448434428
      }
     },
     "lines": {
      "b23008_E001": 7816,
      "b23008_M001": 661,
      "b23008_E003": 1947,
      "b23008_M003": 445,
      "b23008_E008": 618,
      "b23008_M008": 280,
      "b23008_E016": 3703,
      "b23008_M016": 533,
      "b23008_E021": 1548,
      "b23008_M021": 422,
      "b11003_E001": 11178,
      "b11003_M001": 428,
      "b11003_E003": 3364,
      "b11003_M003": 414,
      "b11003_E010": 314,
      "b11003_M010": 170,
      "b11003_E016": 610,
      "b11003_M016": 210,
      "b17020_E001": 41515,
      "b17020_M001": 83,
      "b17020_E003": 122,
      "b17020_M003": 133,
      "b17020_E004": 38,
      "b17020_M004": 39,
      "b17020_E005": 398,
      "b17020_M005": 167,
      "b17020_E011": 2474,
      "b17020_M011": 455,
      "b17020_E012": 2501,
      "b17020_M012": 437,
      "b17020_E013": 2399,
      "b17020_M013": 396,
      "b15003_E001": 31345,
      "b15003_M001": 732,
      "b15003_E022": 7810,
      "b15003_M022": 668,
      "b15003_E023": 4171,
      "b15003_M023": 529,
      "b15003_E024": 713,
      "b15003_M024": 190,
      "b15003_E025": 391,
      "b15003_M025": 143,
      "c16002_E001": 16096,
      "c16002_M001": 528,
      "c16002_E004": 191,
      "c16002_M004": 91,
      "c16002_E007": 285,
      "c16002_M007": 225,
      "c16002_E010": 107,
      "c16002_M010": 76,
      "c16002_E013": 37,
      "c16002_M013": 32,
      "b22010_E001": 16096,
      "b22010_M001": 528,
      "b22010_E002": 694,
      "b22010_M002": 145,
      "b19013_E001": 108185,
      "b19013_M001": 10854
     }
    }
   }
  },
  "Sherman": {
   "cousub": "68310",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.79,
       "moe": 8.69,
       "numerator": 76,
       "denominator": 551
      },
      "children_with_two_parents_pct": {
       "estimate": 86.21,
       "moe": 8.77,
       "numerator": 475,
       "denominator": 551
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.36,
       "moe": 12.47,
       "numerator": 50,
       "denominator": 288
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.09,
       "numerator": 0,
       "denominator": 551
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.01,
       "moe": 9.53,
       "numerator": 1699,
       "denominator": 2831
      },
      "limited_english_households_pct": {
       "estimate": 2.17,
       "moe": 3.02,
       "numerator": 34,
       "denominator": 1566
      },
      "snap_households_pct": {
       "estimate": 2.55,
       "moe": 2.86,
       "numerator": 40,
       "denominator": 1566
      },
      "median_household_income": {
       "estimate": 123889,
       "moe": 27960.0
      },
      "own_children_under_18": {
       "estimate": 551,
       "moe": 103.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 551,
       "moe": 110.58028757423268
      }
     },
     "lines": {
      "b23008_E001": 551,
      "b23008_M001": 103,
      "b23008_E003": 101,
      "b23008_M003": 44,
      "b23008_E008": 24,
      "b23008_M008": 27,
      "b23008_E016": 374,
      "b23008_M016": 91,
      "b23008_E021": 52,
      "b23008_M021": 42,
      "b11003_E001": 1068,
      "b11003_M001": 118,
      "b11003_E003": 238,
      "b11003_M003": 61,
      "b11003_E010": 18,
      "b11003_M010": 22,
      "b11003_E016": 32,
      "b11003_M016": 31,
      "b17020_E001": 3545,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 125,
      "b17020_M011": 46,
      "b17020_E012": 181,
      "b17020_M012": 47,
      "b17020_E013": 245,
      "b17020_M013": 86,
      "b15003_E001": 2831,
      "b15003_M001": 134,
      "b15003_E022": 1048,
      "b15003_M022": 216,
      "b15003_E023": 476,
      "b15003_M023": 155,
      "b15003_E024": 75,
      "b15003_M024": 50,
      "b15003_E025": 100,
      "b15003_M025": 78,
      "c16002_E001": 1566,
      "c16002_M001": 137,
      "c16002_E004": 25,
      "c16002_M004": 41,
      "c16002_E007": 9,
      "c16002_M007": 15,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1566,
      "b22010_M001": 137,
      "b22010_E002": 40,
      "b22010_M002": 45,
      "b19013_E001": 123889,
      "b19013_M001": 27960
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.13,
       "moe": 10.48,
       "numerator": 79,
       "denominator": 522
      },
      "children_with_two_parents_pct": {
       "estimate": 84.87,
       "moe": 10.27,
       "numerator": 443,
       "denominator": 522
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.65,
       "moe": 14.04,
       "numerator": 48,
       "denominator": 272
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.31,
       "numerator": 0,
       "denominator": 522
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 63.47,
       "moe": 9.2,
       "numerator": 1788,
       "denominator": 2817
      },
      "limited_english_households_pct": {
       "estimate": 1.72,
       "moe": 3.02,
       "numerator": 27,
       "denominator": 1573
      },
      "snap_households_pct": {
       "estimate": 2.29,
       "moe": 2.53,
       "numerator": 36,
       "denominator": 1573
      },
      "median_household_income": {
       "estimate": 113490,
       "moe": 43522.0
      },
      "own_children_under_18": {
       "estimate": 522,
       "moe": 86.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 522,
       "moe": 94.55157322858251
      }
     },
     "lines": {
      "b23008_E001": 522,
      "b23008_M001": 86,
      "b23008_E003": 108,
      "b23008_M003": 46,
      "b23008_E008": 28,
      "b23008_M008": 35,
      "b23008_E016": 335,
      "b23008_M016": 78,
      "b23008_E021": 51,
      "b23008_M021": 44,
      "b11003_E001": 1029,
      "b11003_M001": 174,
      "b11003_E003": 224,
      "b11003_M003": 43,
      "b11003_E010": 12,
      "b11003_M010": 14,
      "b11003_E016": 36,
      "b11003_M016": 37,
      "b17020_E001": 3499,
      "b17020_M001": 194,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 136,
      "b17020_M011": 54,
      "b17020_E012": 220,
      "b17020_M012": 51,
      "b17020_E013": 166,
      "b17020_M013": 54,
      "b15003_E001": 2817,
      "b15003_M001": 215,
      "b15003_E022": 1080,
      "b15003_M022": 222,
      "b15003_E023": 545,
      "b15003_M023": 158,
      "b15003_E024": 78,
      "b15003_M024": 50,
      "b15003_E025": 85,
      "b15003_M025": 95,
      "c16002_E001": 1573,
      "c16002_M001": 176,
      "c16002_E004": 27,
      "c16002_M004": 42,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1573,
      "b22010_M001": 176,
      "b22010_E002": 36,
      "b22010_M002": 40,
      "b19013_E001": 113490,
      "b19013_M001": 43522
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 4.15,
       "moe": 5.82,
       "numerator": 19,
       "denominator": 458
      },
      "children_with_two_parents_pct": {
       "estimate": 95.85,
       "moe": 8.61,
       "numerator": 439,
       "denominator": 458
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.38,
       "moe": 7.7,
       "numerator": 15,
       "denominator": 235
      },
      "children_below_poverty_pct": {
       "estimate": 0.84,
       "moe": 4.46,
       "numerator": 4,
       "denominator": 479
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 62.16,
       "moe": 9.97,
       "numerator": 1764,
       "denominator": 2838
      },
      "limited_english_households_pct": {
       "estimate": 1.51,
       "moe": 2.83,
       "numerator": 24,
       "denominator": 1592
      },
      "snap_households_pct": {
       "estimate": 3.39,
       "moe": 2.86,
       "numerator": 54,
       "denominator": 1592
      },
      "median_household_income": {
       "estimate": 107375,
       "moe": 44924.0
      },
      "own_children_under_18": {
       "estimate": 458,
       "moe": 91.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 479,
       "moe": 92.04890004774636
      }
     },
     "lines": {
      "b23008_E001": 458,
      "b23008_M001": 91,
      "b23008_E003": 97,
      "b23008_M003": 51,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 342,
      "b23008_M016": 81,
      "b23008_E021": 19,
      "b23008_M021": 23,
      "b11003_E001": 990,
      "b11003_M001": 158,
      "b11003_E003": 220,
      "b11003_M003": 48,
      "b11003_E010": 4,
      "b11003_M010": 7,
      "b11003_E016": 11,
      "b11003_M016": 17,
      "b17020_E001": 3508,
      "b17020_M001": 217,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 4,
      "b17020_M005": 8,
      "b17020_E011": 97,
      "b17020_M011": 51,
      "b17020_E012": 190,
      "b17020_M012": 50,
      "b17020_E013": 188,
      "b17020_M013": 54,
      "b15003_E001": 2838,
      "b15003_M001": 240,
      "b15003_E022": 1007,
      "b15003_M022": 251,
      "b15003_E023": 548,
      "b15003_M023": 151,
      "b15003_E024": 113,
      "b15003_M024": 83,
      "b15003_E025": 96,
      "b15003_M025": 98,
      "c16002_E001": 1592,
      "c16002_M001": 197,
      "c16002_E004": 24,
      "c16002_M004": 38,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1592,
      "b22010_M001": 197,
      "b22010_E002": 54,
      "b22010_M002": 46,
      "b19013_E001": 107375,
      "b19013_M001": 44924
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.05,
       "moe": 8.81,
       "numerator": 39,
       "denominator": 431
      },
      "children_with_two_parents_pct": {
       "estimate": 90.95,
       "moe": 15.28,
       "numerator": 392,
       "denominator": 431
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.5,
       "moe": 11.55,
       "numerator": 28,
       "denominator": 224
      },
      "children_below_poverty_pct": {
       "estimate": 0.87,
       "moe": 4.66,
       "numerator": 4,
       "denominator": 458
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.65,
       "moe": 10.05,
       "numerator": 1672,
       "denominator": 2803
      },
      "limited_english_households_pct": {
       "estimate": 2.59,
       "moe": 3.9,
       "numerator": 41,
       "denominator": 1582
      },
      "snap_households_pct": {
       "estimate": 3.16,
       "moe": 2.75,
       "numerator": 50,
       "denominator": 1582
      },
      "median_household_income": {
       "estimate": 116000,
       "moe": 34249.0
      },
      "own_children_under_18": {
       "estimate": 431,
       "moe": 78.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 458,
       "moe": 107.82393055347222
      }
     },
     "lines": {
      "b23008_E001": 431,
      "b23008_M001": 78,
      "b23008_E003": 83,
      "b23008_M003": 53,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 309,
      "b23008_M016": 81,
      "b23008_E021": 39,
      "b23008_M021": 36,
      "b11003_E001": 1015,
      "b11003_M001": 136,
      "b11003_E003": 196,
      "b11003_M003": 45,
      "b11003_E010": 4,
      "b11003_M010": 6,
      "b11003_E016": 24,
      "b11003_M016": 26,
      "b17020_E001": 3554,
      "b17020_M001": 195,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 4,
      "b17020_M005": 8,
      "b17020_E011": 83,
      "b17020_M011": 53,
      "b17020_E012": 181,
      "b17020_M012": 60,
      "b17020_E013": 190,
      "b17020_M013": 69,
      "b15003_E001": 2803,
      "b15003_M001": 238,
      "b15003_E022": 957,
      "b15003_M022": 242,
      "b15003_E023": 512,
      "b15003_M023": 158,
      "b15003_E024": 113,
      "b15003_M024": 83,
      "b15003_E025": 90,
      "b15003_M025": 95,
      "c16002_E001": 1582,
      "c16002_M001": 192,
      "c16002_E004": 41,
      "c16002_M004": 57,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1582,
      "b22010_M001": 192,
      "b22010_E002": 50,
      "b22010_M002": 44,
      "b19013_E001": 116000,
      "b19013_M001": 34249
     }
    }
   }
  },
  "Simsbury": {
   "cousub": "68940",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.25,
       "moe": 6.62,
       "numerator": 934,
       "denominator": 6126
      },
      "children_with_two_parents_pct": {
       "estimate": 84.75,
       "moe": 4.64,
       "numerator": 5192,
       "denominator": 6126
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.24,
       "moe": 4.89,
       "numerator": 435,
       "denominator": 3055
      },
      "children_below_poverty_pct": {
       "estimate": 7.17,
       "moe": 4.68,
       "numerator": 446,
       "denominator": 6220
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.47,
       "moe": 2.8,
       "numerator": 11306,
       "denominator": 17010
      },
      "limited_english_households_pct": {
       "estimate": 1.76,
       "moe": 1.2,
       "numerator": 160,
       "denominator": 9110
      },
      "snap_households_pct": {
       "estimate": 3.34,
       "moe": 1.73,
       "numerator": 304,
       "denominator": 9110
      },
      "median_household_income": {
       "estimate": 134688,
       "moe": 6483.0
      },
      "own_children_under_18": {
       "estimate": 6126,
       "moe": 503.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6220,
       "moe": 609.9868851049176
      }
     },
     "lines": {
      "b23008_E001": 6126,
      "b23008_M001": 503,
      "b23008_E003": 1419,
      "b23008_M003": 204,
      "b23008_E008": 172,
      "b23008_M008": 102,
      "b23008_E016": 3773,
      "b23008_M016": 470,
      "b23008_E021": 762,
      "b23008_M021": 400,
      "b11003_E001": 6462,
      "b11003_M001": 238,
      "b11003_E003": 2620,
      "b11003_M003": 205,
      "b11003_E010": 91,
      "b11003_M010": 54,
      "b11003_E016": 344,
      "b11003_M016": 144,
      "b17020_E001": 24120,
      "b17020_M001": 153,
      "b17020_E003": 17,
      "b17020_M003": 19,
      "b17020_E004": 262,
      "b17020_M004": 263,
      "b17020_E005": 167,
      "b17020_M005": 131,
      "b17020_E011": 1610,
      "b17020_M011": 220,
      "b17020_E012": 2138,
      "b17020_M012": 377,
      "b17020_E013": 2026,
      "b17020_M013": 308,
      "b15003_E001": 17010,
      "b15003_M001": 498,
      "b15003_E022": 6252,
      "b15003_M022": 414,
      "b15003_E023": 3560,
      "b15003_M023": 302,
      "b15003_E024": 909,
      "b15003_M024": 198,
      "b15003_E025": 585,
      "b15003_M025": 187,
      "c16002_E001": 9110,
      "c16002_M001": 297,
      "c16002_E004": 75,
      "c16002_M004": 92,
      "c16002_E007": 53,
      "c16002_M007": 51,
      "c16002_E010": 19,
      "c16002_M010": 19,
      "c16002_E013": 13,
      "c16002_M013": 23,
      "b22010_E001": 9110,
      "b22010_M001": 297,
      "b22010_E002": 304,
      "b22010_M002": 158,
      "b19013_E001": 134688,
      "b19013_M001": 6483
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.02,
       "moe": 6.9,
       "numerator": 968,
       "denominator": 6042
      },
      "children_with_two_parents_pct": {
       "estimate": 83.98,
       "moe": 5.95,
       "numerator": 5074,
       "denominator": 6042
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.09,
       "moe": 4.79,
       "numerator": 461,
       "denominator": 3055
      },
      "children_below_poverty_pct": {
       "estimate": 7.79,
       "moe": 5.06,
       "numerator": 474,
       "denominator": 6087
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 67.46,
       "moe": 3.46,
       "numerator": 11618,
       "denominator": 17222
      },
      "limited_english_households_pct": {
       "estimate": 1.61,
       "moe": 0.92,
       "numerator": 148,
       "denominator": 9187
      },
      "snap_households_pct": {
       "estimate": 3.32,
       "moe": 1.5,
       "numerator": 305,
       "denominator": 9187
      },
      "median_household_income": {
       "estimate": 143874,
       "moe": 7599.0
      },
      "own_children_under_18": {
       "estimate": 6042,
       "moe": 457.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6087,
       "moe": 604.7065403979025
      }
     },
     "lines": {
      "b23008_E001": 6042,
      "b23008_M001": 457,
      "b23008_E003": 1237,
      "b23008_M003": 238,
      "b23008_E008": 147,
      "b23008_M008": 89,
      "b23008_E016": 3837,
      "b23008_M016": 469,
      "b23008_E021": 821,
      "b23008_M021": 414,
      "b11003_E001": 6524,
      "b11003_M001": 223,
      "b11003_E003": 2594,
      "b11003_M003": 214,
      "b11003_E010": 104,
      "b11003_M010": 50,
      "b11003_E016": 357,
      "b11003_M016": 143,
      "b17020_E001": 24233,
      "b17020_M001": 49,
      "b17020_E003": 14,
      "b17020_M003": 16,
      "b17020_E004": 294,
      "b17020_M004": 282,
      "b17020_E005": 166,
      "b17020_M005": 132,
      "b17020_E011": 1404,
      "b17020_M011": 229,
      "b17020_E012": 2216,
      "b17020_M012": 355,
      "b17020_E013": 1993,
      "b17020_M013": 300,
      "b15003_E001": 17222,
      "b15003_M001": 506,
      "b15003_E022": 6553,
      "b15003_M022": 493,
      "b15003_E023": 3368,
      "b15003_M023": 370,
      "b15003_E024": 1010,
      "b15003_M024": 224,
      "b15003_E025": 687,
      "b15003_M025": 205,
      "c16002_E001": 9187,
      "c16002_M001": 283,
      "c16002_E004": 71,
      "c16002_M004": 69,
      "c16002_E007": 61,
      "c16002_M007": 45,
      "c16002_E010": 5,
      "c16002_M010": 8,
      "c16002_E013": 11,
      "c16002_M013": 19,
      "b22010_E001": 9187,
      "b22010_M001": 283,
      "b22010_E002": 305,
      "b22010_M002": 138,
      "b19013_E001": 143874,
      "b19013_M001": 7599
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.69,
       "moe": 6.62,
       "numerator": 845,
       "denominator": 6173
      },
      "children_with_two_parents_pct": {
       "estimate": 86.31,
       "moe": 4.93,
       "numerator": 5328,
       "denominator": 6173
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.01,
       "moe": 5.04,
       "numerator": 440,
       "denominator": 3140
      },
      "children_below_poverty_pct": {
       "estimate": 6.67,
       "moe": 4.63,
       "numerator": 414,
       "denominator": 6204
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 69.49,
       "moe": 3.34,
       "numerator": 12051,
       "denominator": 17342
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 0.77,
       "numerator": 105,
       "denominator": 9286
      },
      "snap_households_pct": {
       "estimate": 2.62,
       "moe": 1.3,
       "numerator": 243,
       "denominator": 9286
      },
      "median_household_income": {
       "estimate": 153715,
       "moe": 9217.0
      },
      "own_children_under_18": {
       "estimate": 6173,
       "moe": 506.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6204,
       "moe": 606.4239441183041
      }
     },
     "lines": {
      "b23008_E001": 6173,
      "b23008_M001": 506,
      "b23008_E003": 1391,
      "b23008_M003": 222,
      "b23008_E008": 59,
      "b23008_M008": 47,
      "b23008_E016": 3937,
      "b23008_M016": 484,
      "b23008_E021": 786,
      "b23008_M021": 412,
      "b11003_E001": 6787,
      "b11003_M001": 264,
      "b11003_E003": 2700,
      "b11003_M003": 216,
      "b11003_E010": 75,
      "b11003_M010": 46,
      "b11003_E016": 365,
      "b11003_M016": 156,
      "b17020_E001": 24447,
      "b17020_M001": 49,
      "b17020_E003": 6,
      "b17020_M003": 11,
      "b17020_E004": 257,
      "b17020_M004": 262,
      "b17020_E005": 151,
      "b17020_M005": 124,
      "b17020_E011": 1466,
      "b17020_M011": 228,
      "b17020_E012": 2339,
      "b17020_M012": 363,
      "b17020_E013": 1985,
      "b17020_M013": 316,
      "b15003_E001": 17342,
      "b15003_M001": 532,
      "b15003_E022": 6834,
      "b15003_M022": 489,
      "b15003_E023": 3545,
      "b15003_M023": 381,
      "b15003_E024": 1067,
      "b15003_M024": 223,
      "b15003_E025": 605,
      "b15003_M025": 193,
      "c16002_E001": 9286,
      "c16002_M001": 309,
      "c16002_E004": 69,
      "c16002_M004": 64,
      "c16002_E007": 9,
      "c16002_M007": 13,
      "c16002_E010": 18,
      "c16002_M010": 24,
      "c16002_E013": 9,
      "c16002_M013": 18,
      "b22010_E001": 9286,
      "b22010_M001": 309,
      "b22010_E002": 243,
      "b22010_M002": 121,
      "b19013_E001": 153715,
      "b19013_M001": 9217
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.33,
       "moe": 6.96,
       "numerator": 1015,
       "denominator": 6217
      },
      "children_with_two_parents_pct": {
       "estimate": 83.67,
       "moe": 6.6,
       "numerator": 5202,
       "denominator": 6217
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.15,
       "moe": 5.04,
       "numerator": 467,
       "denominator": 3083
      },
      "children_below_poverty_pct": {
       "estimate": 6.71,
       "moe": 4.59,
       "numerator": 418,
       "denominator": 6226
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.88,
       "moe": 2.89,
       "numerator": 12597,
       "denominator": 17524
      },
      "limited_english_households_pct": {
       "estimate": 0.74,
       "moe": 0.76,
       "numerator": 69,
       "denominator": 9358
      },
      "snap_households_pct": {
       "estimate": 3.17,
       "moe": 1.54,
       "numerator": 297,
       "denominator": 9358
      },
      "median_household_income": {
       "estimate": 157907,
       "moe": 10516.0
      },
      "own_children_under_18": {
       "estimate": 6217,
       "moe": 497.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6226,
       "moe": 674.1683765944529
      }
     },
     "lines": {
      "b23008_E001": 6217,
      "b23008_M001": 497,
      "b23008_E003": 1401,
      "b23008_M003": 283,
      "b23008_E008": 124,
      "b23008_M008": 84,
      "b23008_E016": 3801,
      "b23008_M016": 511,
      "b23008_E021": 891,
      "b23008_M021": 432,
      "b11003_E001": 6915,
      "b11003_M001": 232,
      "b11003_E003": 2616,
      "b11003_M003": 227,
      "b11003_E010": 103,
      "b11003_M010": 53,
      "b11003_E016": 364,
      "b11003_M016": 152,
      "b17020_E001": 24793,
      "b17020_M001": 58,
      "b17020_E003": 17,
      "b17020_M003": 19,
      "b17020_E004": 245,
      "b17020_M004": 260,
      "b17020_E005": 156,
      "b17020_M005": 125,
      "b17020_E011": 1508,
      "b17020_M011": 296,
      "b17020_E012": 2273,
      "b17020_M012": 401,
      "b17020_E013": 2027,
      "b17020_M013": 350,
      "b15003_E001": 17524,
      "b15003_M001": 510,
      "b15003_E022": 7272,
      "b15003_M022": 429,
      "b15003_E023": 3737,
      "b15003_M023": 367,
      "b15003_E024": 992,
      "b15003_M024": 189,
      "b15003_E025": 596,
      "b15003_M025": 190,
      "c16002_E001": 9358,
      "c16002_M001": 264,
      "c16002_E004": 46,
      "c16002_M004": 61,
      "c16002_E007": 9,
      "c16002_M007": 13,
      "c16002_E010": 14,
      "c16002_M010": 22,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9358,
      "b22010_M001": 264,
      "b22010_E002": 297,
      "b22010_M002": 144,
      "b19013_E001": 157907,
      "b19013_M001": 10516
     }
    }
   }
  },
  "Somers": {
   "cousub": "69220",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.66,
       "moe": 19.08,
       "numerator": 505,
       "denominator": 2048
      },
      "children_with_two_parents_pct": {
       "estimate": 75.34,
       "moe": 6.43,
       "numerator": 1543,
       "denominator": 2048
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.77,
       "moe": 12.87,
       "numerator": 189,
       "denominator": 956
      },
      "children_below_poverty_pct": {
       "estimate": 1.62,
       "moe": 2.84,
       "numerator": 34,
       "denominator": 2096
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.93,
       "moe": 4.05,
       "numerator": 2961,
       "denominator": 7606
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.26,
       "numerator": 0,
       "denominator": 3340
      },
      "snap_households_pct": {
       "estimate": 1.2,
       "moe": 0.92,
       "numerator": 40,
       "denominator": 3340
      },
      "median_household_income": {
       "estimate": 107139,
       "moe": 8341.0
      },
      "own_children_under_18": {
       "estimate": 2048,
       "moe": 367.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2096,
       "moe": 432.7343295834062
      }
     },
     "lines": {
      "b23008_E001": 2048,
      "b23008_M001": 367,
      "b23008_E003": 513,
      "b23008_M003": 157,
      "b23008_E008": 43,
      "b23008_M008": 41,
      "b23008_E016": 1030,
      "b23008_M016": 263,
      "b23008_E021": 462,
      "b23008_M021": 399,
      "b11003_E001": 2570,
      "b11003_M001": 186,
      "b11003_E003": 767,
      "b11003_M003": 128,
      "b11003_E010": 43,
      "b11003_M010": 45,
      "b11003_E016": 146,
      "b11003_M016": 120,
      "b17020_E001": 8843,
      "b17020_M001": 301,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 34,
      "b17020_M005": 52,
      "b17020_E011": 556,
      "b17020_M011": 156,
      "b17020_E012": 964,
      "b17020_M012": 384,
      "b17020_E013": 542,
      "b17020_M013": 109,
      "b15003_E001": 7606,
      "b15003_M001": 359,
      "b15003_E022": 1735,
      "b15003_M022": 254,
      "b15003_E023": 998,
      "b15003_M023": 188,
      "b15003_E024": 174,
      "b15003_M024": 115,
      "b15003_E025": 54,
      "b15003_M025": 37,
      "c16002_E001": 3340,
      "c16002_M001": 240,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3340,
      "b22010_M001": 240,
      "b22010_E002": 40,
      "b22010_M002": 31,
      "b19013_E001": 107139,
      "b19013_M001": 8341
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.52,
       "moe": 20.19,
       "numerator": 622,
       "denominator": 2107
      },
      "children_with_two_parents_pct": {
       "estimate": 70.48,
       "moe": 18.3,
       "numerator": 1485,
       "denominator": 2107
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.85,
       "moe": 15.5,
       "numerator": 258,
       "denominator": 998
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.71,
       "numerator": 0,
       "denominator": 2122
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.46,
       "moe": 4.28,
       "numerator": 2803,
       "denominator": 7482
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.22,
       "numerator": 0,
       "denominator": 3430
      },
      "snap_households_pct": {
       "estimate": 1.22,
       "moe": 1.22,
       "numerator": 42,
       "denominator": 3430
      },
      "median_household_income": {
       "estimate": 105450,
       "moe": 13453.0
      },
      "own_children_under_18": {
       "estimate": 2107,
       "moe": 391.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2122,
       "moe": 508.02854250524155
      }
     },
     "lines": {
      "b23008_E001": 2107,
      "b23008_M001": 391,
      "b23008_E003": 439,
      "b23008_M003": 136,
      "b23008_E008": 58,
      "b23008_M008": 49,
      "b23008_E016": 1046,
      "b23008_M016": 233,
      "b23008_E021": 564,
      "b23008_M021": 438,
      "b11003_E001": 2576,
      "b11003_M001": 151,
      "b11003_E003": 740,
      "b11003_M003": 118,
      "b11003_E010": 49,
      "b11003_M010": 48,
      "b11003_E016": 209,
      "b11003_M016": 156,
      "b17020_E001": 8905,
      "b17020_M001": 69,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 497,
      "b17020_M011": 140,
      "b17020_E012": 1079,
      "b17020_M012": 463,
      "b17020_E013": 546,
      "b17020_M013": 151,
      "b15003_E001": 7482,
      "b15003_M001": 382,
      "b15003_E022": 1728,
      "b15003_M022": 265,
      "b15003_E023": 856,
      "b15003_M023": 199,
      "b15003_E024": 183,
      "b15003_M024": 110,
      "b15003_E025": 36,
      "b15003_M025": 32,
      "c16002_E001": 3430,
      "c16002_M001": 210,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3430,
      "b22010_M001": 210,
      "b22010_E002": 42,
      "b22010_M002": 42,
      "b19013_E001": 105450,
      "b19013_M001": 13453
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.0,
       "moe": 20.77,
       "numerator": 547,
       "denominator": 2188
      },
      "children_with_two_parents_pct": {
       "estimate": 75.0,
       "moe": 7.83,
       "numerator": 1641,
       "denominator": 2188
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.79,
       "moe": 16.35,
       "numerator": 191,
       "denominator": 965
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.65,
       "numerator": 0,
       "denominator": 2203
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.21,
       "moe": 4.7,
       "numerator": 2731,
       "denominator": 7340
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.23,
       "numerator": 0,
       "denominator": 3404
      },
      "snap_households_pct": {
       "estimate": 1.29,
       "moe": 1.29,
       "numerator": 44,
       "denominator": 3404
      },
      "median_household_income": {
       "estimate": 115119,
       "moe": 11599.0
      },
      "own_children_under_18": {
       "estimate": 2188,
       "moe": 393.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2203,
       "moe": 552.0199271765467
      }
     },
     "lines": {
      "b23008_E001": 2188,
      "b23008_M001": 393,
      "b23008_E003": 519,
      "b23008_M003": 184,
      "b23008_E008": 39,
      "b23008_M008": 30,
      "b23008_E016": 1122,
      "b23008_M016": 287,
      "b23008_E021": 508,
      "b23008_M021": 464,
      "b11003_E001": 2550,
      "b11003_M001": 164,
      "b11003_E003": 774,
      "b11003_M003": 142,
      "b11003_E010": 7,
      "b11003_M010": 13,
      "b11003_E016": 184,
      "b11003_M016": 163,
      "b17020_E001": 9071,
      "b17020_M001": 71,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 558,
      "b17020_M011": 189,
      "b17020_E012": 1067,
      "b17020_M012": 489,
      "b17020_E013": 578,
      "b17020_M013": 169,
      "b15003_E001": 7340,
      "b15003_M001": 372,
      "b15003_E022": 1609,
      "b15003_M022": 278,
      "b15003_E023": 891,
      "b15003_M023": 222,
      "b15003_E024": 190,
      "b15003_M024": 102,
      "b15003_E025": 41,
      "b15003_M025": 37,
      "c16002_E001": 3404,
      "c16002_M001": 207,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3404,
      "b22010_M001": 207,
      "b22010_E002": 44,
      "b22010_M002": 44,
      "b19013_E001": 115119,
      "b19013_M001": 11599
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.21,
       "moe": 21.0,
       "numerator": 449,
       "denominator": 2117
      },
      "children_with_two_parents_pct": {
       "estimate": 78.79,
       "moe": 19.92,
       "numerator": 1668,
       "denominator": 2117
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.4,
       "moe": 15.45,
       "numerator": 164,
       "denominator": 1000
      },
      "children_below_poverty_pct": {
       "estimate": 1.25,
       "moe": 2.29,
       "numerator": 27,
       "denominator": 2159
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.16,
       "moe": 4.61,
       "numerator": 2734,
       "denominator": 7358
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.23,
       "numerator": 0,
       "denominator": 3423
      },
      "snap_households_pct": {
       "estimate": 0.96,
       "moe": 1.49,
       "numerator": 33,
       "denominator": 3423
      },
      "median_household_income": {
       "estimate": 124705,
       "moe": 14643.0
      },
      "own_children_under_18": {
       "estimate": 2117,
       "moe": 405.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2159,
       "moe": 525.8868699634932
      }
     },
     "lines": {
      "b23008_E001": 2117,
      "b23008_M001": 405,
      "b23008_E003": 380,
      "b23008_M003": 161,
      "b23008_E008": 26,
      "b23008_M008": 28,
      "b23008_E016": 1288,
      "b23008_M016": 224,
      "b23008_E021": 423,
      "b23008_M021": 452,
      "b11003_E001": 2622,
      "b11003_M001": 147,
      "b11003_E003": 836,
      "b11003_M003": 111,
      "b11003_E010": 9,
      "b11003_M010": 15,
      "b11003_E016": 155,
      "b11003_M016": 157,
      "b17020_E001": 9235,
      "b17020_M001": 70,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 27,
      "b17020_M004": 40,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 406,
      "b17020_M011": 165,
      "b17020_E012": 992,
      "b17020_M012": 465,
      "b17020_E013": 734,
      "b17020_M013": 175,
      "b15003_E001": 7358,
      "b15003_M001": 375,
      "b15003_E022": 1580,
      "b15003_M022": 277,
      "b15003_E023": 866,
      "b15003_M023": 205,
      "b15003_E024": 198,
      "b15003_M024": 116,
      "b15003_E025": 90,
      "b15003_M025": 45,
      "c16002_E001": 3423,
      "c16002_M001": 196,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3423,
      "b22010_M001": 196,
      "b22010_E002": 33,
      "b22010_M002": 51,
      "b19013_E001": 124705,
      "b19013_M001": 14643
     }
    }
   }
  },
  "South Windsor": {
   "cousub": "71390",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.8,
       "moe": 5.69,
       "numerator": 1102,
       "denominator": 6191
      },
      "children_with_two_parents_pct": {
       "estimate": 82.2,
       "moe": 5.0,
       "numerator": 5089,
       "denominator": 6191
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.52,
       "moe": 4.96,
       "numerator": 579,
       "denominator": 3731
      },
      "children_below_poverty_pct": {
       "estimate": 7.04,
       "moe": 3.3,
       "numerator": 440,
       "denominator": 6254
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.01,
       "moe": 2.99,
       "numerator": 10134,
       "denominator": 18421
      },
      "limited_english_households_pct": {
       "estimate": 2.09,
       "moe": 0.86,
       "numerator": 207,
       "denominator": 9926
      },
      "snap_households_pct": {
       "estimate": 3.84,
       "moe": 1.54,
       "numerator": 381,
       "denominator": 9926
      },
      "median_household_income": {
       "estimate": 126996,
       "moe": 7646.0
      },
      "own_children_under_18": {
       "estimate": 6191,
       "moe": 495.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6254,
       "moe": 625.6884208613741
      }
     },
     "lines": {
      "b23008_E001": 6191,
      "b23008_M001": 495,
      "b23008_E003": 1707,
      "b23008_M003": 281,
      "b23008_E008": 244,
      "b23008_M008": 168,
      "b23008_E016": 3382,
      "b23008_M016": 427,
      "b23008_E021": 858,
      "b23008_M021": 322,
      "b11003_E001": 7516,
      "b11003_M001": 276,
      "b11003_E003": 3152,
      "b11003_M003": 316,
      "b11003_E010": 192,
      "b11003_M010": 115,
      "b11003_E016": 387,
      "b11003_M016": 156,
      "b17020_E001": 26704,
      "b17020_M001": 42,
      "b17020_E003": 196,
      "b17020_M003": 164,
      "b17020_E004": 78,
      "b17020_M004": 87,
      "b17020_E005": 166,
      "b17020_M005": 100,
      "b17020_E011": 1769,
      "b17020_M011": 291,
      "b17020_E012": 1938,
      "b17020_M012": 296,
      "b17020_E013": 2107,
      "b17020_M013": 418,
      "b15003_E001": 18421,
      "b15003_M001": 595,
      "b15003_E022": 5219,
      "b15003_M022": 386,
      "b15003_E023": 3798,
      "b15003_M023": 456,
      "b15003_E024": 800,
      "b15003_M024": 202,
      "b15003_E025": 317,
      "b15003_M025": 113,
      "c16002_E001": 9926,
      "c16002_M001": 287,
      "c16002_E004": 50,
      "c16002_M004": 47,
      "c16002_E007": 107,
      "c16002_M007": 60,
      "c16002_E010": 27,
      "c16002_M010": 27,
      "c16002_E013": 23,
      "c16002_M013": 27,
      "b22010_E001": 9926,
      "b22010_M001": 287,
      "b22010_E002": 381,
      "b22010_M002": 153,
      "b19013_E001": 126996,
      "b19013_M001": 7646
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.21,
       "moe": 5.11,
       "numerator": 1081,
       "denominator": 6280
      },
      "children_with_two_parents_pct": {
       "estimate": 82.79,
       "moe": 5.63,
       "numerator": 5199,
       "denominator": 6280
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.29,
       "moe": 4.9,
       "numerator": 534,
       "denominator": 3738
      },
      "children_below_poverty_pct": {
       "estimate": 7.42,
       "moe": 3.71,
       "numerator": 471,
       "denominator": 6351
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.97,
       "moe": 3.41,
       "numerator": 10216,
       "denominator": 18253
      },
      "limited_english_households_pct": {
       "estimate": 1.8,
       "moe": 0.9,
       "numerator": 178,
       "denominator": 9865
      },
      "snap_households_pct": {
       "estimate": 4.05,
       "moe": 1.32,
       "numerator": 400,
       "denominator": 9865
      },
      "median_household_income": {
       "estimate": 134080,
       "moe": 11897.0
      },
      "own_children_under_18": {
       "estimate": 6280,
       "moe": 485.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6351,
       "moe": 720.9604704836458
      }
     },
     "lines": {
      "b23008_E001": 6280,
      "b23008_M001": 485,
      "b23008_E003": 1563,
      "b23008_M003": 238,
      "b23008_E008": 305,
      "b23008_M008": 203,
      "b23008_E016": 3636,
      "b23008_M016": 479,
      "b23008_E021": 776,
      "b23008_M021": 262,
      "b11003_E001": 7367,
      "b11003_M001": 357,
      "b11003_E003": 3204,
      "b11003_M003": 280,
      "b11003_E010": 208,
      "b11003_M010": 124,
      "b11003_E016": 326,
      "b11003_M016": 143,
      "b17020_E001": 26764,
      "b17020_M001": 46,
      "b17020_E003": 224,
      "b17020_M003": 189,
      "b17020_E004": 112,
      "b17020_M004": 110,
      "b17020_E005": 135,
      "b17020_M005": 103,
      "b17020_E011": 1655,
      "b17020_M011": 277,
      "b17020_E012": 2044,
      "b17020_M012": 384,
      "b17020_E013": 2181,
      "b17020_M013": 487,
      "b15003_E001": 18253,
      "b15003_M001": 583,
      "b15003_E022": 5304,
      "b15003_M022": 443,
      "b15003_E023": 3838,
      "b15003_M023": 484,
      "b15003_E024": 753,
      "b15003_M024": 229,
      "b15003_E025": 321,
      "b15003_M025": 104,
      "c16002_E001": 9865,
      "c16002_M001": 306,
      "c16002_E004": 33,
      "c16002_M004": 43,
      "c16002_E007": 89,
      "c16002_M007": 63,
      "c16002_E010": 27,
      "c16002_M010": 26,
      "c16002_E013": 29,
      "c16002_M013": 37,
      "b22010_E001": 9865,
      "b22010_M001": 306,
      "b22010_E002": 400,
      "b22010_M002": 131,
      "b19013_E001": 134080,
      "b19013_M001": 11897
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.6,
       "moe": 4.74,
       "numerator": 1050,
       "denominator": 6326
      },
      "children_with_two_parents_pct": {
       "estimate": 83.4,
       "moe": 6.82,
       "numerator": 5276,
       "denominator": 6326
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.57,
       "moe": 3.32,
       "numerator": 410,
       "denominator": 3545
      },
      "children_below_poverty_pct": {
       "estimate": 5.18,
       "moe": 3.15,
       "numerator": 335,
       "denominator": 6467
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.0,
       "moe": 3.58,
       "numerator": 10591,
       "denominator": 17952
      },
      "limited_english_households_pct": {
       "estimate": 1.79,
       "moe": 0.84,
       "numerator": 174,
       "denominator": 9720
      },
      "snap_households_pct": {
       "estimate": 3.6,
       "moe": 1.11,
       "numerator": 350,
       "denominator": 9720
      },
      "median_household_income": {
       "estimate": 143025,
       "moe": 11871.0
      },
      "own_children_under_18": {
       "estimate": 6326,
       "moe": 513.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6467,
       "moe": 648.2275834920943
      }
     },
     "lines": {
      "b23008_E001": 6326,
      "b23008_M001": 513,
      "b23008_E003": 1505,
      "b23008_M003": 258,
      "b23008_E008": 378,
      "b23008_M008": 196,
      "b23008_E016": 3771,
      "b23008_M016": 550,
      "b23008_E021": 672,
      "b23008_M021": 242,
      "b11003_E001": 7311,
      "b11003_M001": 323,
      "b11003_E003": 3135,
      "b11003_M003": 293,
      "b11003_E010": 109,
      "b11003_M010": 54,
      "b11003_E016": 301,
      "b11003_M016": 111,
      "b17020_E001": 26717,
      "b17020_M001": 63,
      "b17020_E003": 172,
      "b17020_M003": 167,
      "b17020_E004": 107,
      "b17020_M004": 109,
      "b17020_E005": 56,
      "b17020_M005": 54,
      "b17020_E011": 1725,
      "b17020_M011": 272,
      "b17020_E012": 2037,
      "b17020_M012": 315,
      "b17020_E013": 2370,
      "b17020_M013": 452,
      "b15003_E001": 17952,
      "b15003_M001": 599,
      "b15003_E022": 5272,
      "b15003_M022": 470,
      "b15003_E023": 4285,
      "b15003_M023": 522,
      "b15003_E024": 733,
      "b15003_M024": 187,
      "b15003_E025": 301,
      "b15003_M025": 101,
      "c16002_E001": 9720,
      "c16002_M001": 287,
      "c16002_E004": 21,
      "c16002_M004": 24,
      "c16002_E007": 107,
      "c16002_M007": 69,
      "c16002_E010": 24,
      "c16002_M010": 24,
      "c16002_E013": 22,
      "c16002_M013": 27,
      "b22010_E001": 9720,
      "b22010_M001": 287,
      "b22010_E002": 350,
      "b22010_M002": 108,
      "b19013_E001": 143025,
      "b19013_M001": 11871
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.18,
       "moe": 4.73,
       "numerator": 1121,
       "denominator": 6167
      },
      "children_with_two_parents_pct": {
       "estimate": 81.82,
       "moe": 5.19,
       "numerator": 5046,
       "denominator": 6167
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.09,
       "moe": 3.63,
       "numerator": 478,
       "denominator": 3652
      },
      "children_below_poverty_pct": {
       "estimate": 7.15,
       "moe": 3.84,
       "numerator": 449,
       "denominator": 6276
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.89,
       "moe": 3.65,
       "numerator": 10712,
       "denominator": 18191
      },
      "limited_english_households_pct": {
       "estimate": 1.93,
       "moe": 0.87,
       "numerator": 190,
       "denominator": 9835
      },
      "snap_households_pct": {
       "estimate": 4.12,
       "moe": 1.3,
       "numerator": 405,
       "denominator": 9835
      },
      "median_household_income": {
       "estimate": 144961,
       "moe": 10079.0
      },
      "own_children_under_18": {
       "estimate": 6167,
       "moe": 404.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6276,
       "moe": 616.6603603281145
      }
     },
     "lines": {
      "b23008_E001": 6167,
      "b23008_M001": 404,
      "b23008_E003": 1310,
      "b23008_M003": 265,
      "b23008_E008": 413,
      "b23008_M008": 201,
      "b23008_E016": 3736,
      "b23008_M016": 376,
      "b23008_E021": 708,
      "b23008_M021": 224,
      "b11003_E001": 7446,
      "b11003_M001": 237,
      "b11003_E003": 3174,
      "b11003_M003": 275,
      "b11003_E010": 105,
      "b11003_M010": 45,
      "b11003_E016": 373,
      "b11003_M016": 131,
      "b17020_E001": 26818,
      "b17020_M001": 43,
      "b17020_E003": 260,
      "b17020_M003": 209,
      "b17020_E004": 105,
      "b17020_M004": 95,
      "b17020_E005": 84,
      "b17020_M005": 85,
      "b17020_E011": 1463,
      "b17020_M011": 267,
      "b17020_E012": 1848,
      "b17020_M012": 241,
      "b17020_E013": 2516,
      "b17020_M013": 437,
      "b15003_E001": 18191,
      "b15003_M001": 570,
      "b15003_E022": 5460,
      "b15003_M022": 494,
      "b15003_E023": 4137,
      "b15003_M023": 517,
      "b15003_E024": 692,
      "b15003_M024": 163,
      "b15003_E025": 423,
      "b15003_M025": 129,
      "c16002_E001": 9835,
      "c16002_M001": 332,
      "c16002_E004": 12,
      "c16002_M004": 19,
      "c16002_E007": 125,
      "c16002_M007": 73,
      "c16002_E010": 25,
      "c16002_M010": 27,
      "c16002_E013": 28,
      "c16002_M013": 32,
      "b22010_E001": 9835,
      "b22010_M001": 332,
      "b22010_E002": 405,
      "b22010_M002": 129,
      "b19013_E001": 144961,
      "b19013_M001": 10079
     }
    }
   }
  },
  "Southbury": {
   "cousub": "69640",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.63,
       "moe": 4.29,
       "numerator": 513,
       "denominator": 3765
      },
      "children_with_two_parents_pct": {
       "estimate": 86.37,
       "moe": 8.3,
       "numerator": 3252,
       "denominator": 3765
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.89,
       "moe": 4.26,
       "numerator": 224,
       "denominator": 1884
      },
      "children_below_poverty_pct": {
       "estimate": 1.2,
       "moe": 1.28,
       "numerator": 46,
       "denominator": 3829
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.37,
       "moe": 4.43,
       "numerator": 7755,
       "denominator": 14809
      },
      "limited_english_households_pct": {
       "estimate": 0.6,
       "moe": 0.65,
       "numerator": 48,
       "denominator": 8029
      },
      "snap_households_pct": {
       "estimate": 2.98,
       "moe": 1.38,
       "numerator": 239,
       "denominator": 8029
      },
      "median_household_income": {
       "estimate": 102044,
       "moe": 11683.0
      },
      "own_children_under_18": {
       "estimate": 3765,
       "moe": 429.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3829,
       "moe": 497.17401380200874
      }
     },
     "lines": {
      "b23008_E001": 3765,
      "b23008_M001": 429,
      "b23008_E003": 842,
      "b23008_M003": 212,
      "b23008_E008": 142,
      "b23008_M008": 105,
      "b23008_E016": 2410,
      "b23008_M016": 436,
      "b23008_E021": 371,
      "b23008_M021": 136,
      "b11003_E001": 5199,
      "b11003_M001": 192,
      "b11003_E003": 1660,
      "b11003_M003": 220,
      "b11003_E010": 38,
      "b11003_M010": 34,
      "b11003_E016": 186,
      "b11003_M016": 78,
      "b17020_E001": 19665,
      "b17020_M001": 91,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 8,
      "b17020_M004": 12,
      "b17020_E005": 38,
      "b17020_M005": 43,
      "b17020_E011": 984,
      "b17020_M011": 222,
      "b17020_E012": 1101,
      "b17020_M012": 242,
      "b17020_E013": 1698,
      "b17020_M013": 370,
      "b15003_E001": 14809,
      "b15003_M001": 489,
      "b15003_E022": 4006,
      "b15003_M022": 530,
      "b15003_E023": 2547,
      "b15003_M023": 315,
      "b15003_E024": 618,
      "b15003_M024": 248,
      "b15003_E025": 584,
      "b15003_M025": 235,
      "c16002_E001": 8029,
      "c16002_M001": 329,
      "c16002_E004": 35,
      "c16002_M004": 39,
      "c16002_E007": 13,
      "c16002_M007": 18,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8029,
      "b22010_M001": 329,
      "b22010_E002": 239,
      "b22010_M002": 111,
      "b19013_E001": 102044,
      "b19013_M001": 11683
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.94,
       "moe": 6.1,
       "numerator": 453,
       "denominator": 3794
      },
      "children_with_two_parents_pct": {
       "estimate": 88.06,
       "moe": 9.92,
       "numerator": 3341,
       "denominator": 3794
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.31,
       "moe": 6.31,
       "numerator": 188,
       "denominator": 1823
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 0.94,
       "numerator": 0,
       "denominator": 3882
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.38,
       "moe": 4.33,
       "numerator": 7759,
       "denominator": 14812
      },
      "limited_english_households_pct": {
       "estimate": 0.84,
       "moe": 0.8,
       "numerator": 67,
       "denominator": 8020
      },
      "snap_households_pct": {
       "estimate": 4.34,
       "moe": 1.57,
       "numerator": 348,
       "denominator": 8020
      },
      "median_household_income": {
       "estimate": 107266,
       "moe": 10618.0
      },
      "own_children_under_18": {
       "estimate": 3794,
       "moe": 423.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3882,
       "moe": 584.6785441590961
      }
     },
     "lines": {
      "b23008_E001": 3794,
      "b23008_M001": 423,
      "b23008_E003": 1040,
      "b23008_M003": 274,
      "b23008_E008": 87,
      "b23008_M008": 71,
      "b23008_E016": 2301,
      "b23008_M016": 453,
      "b23008_E021": 366,
      "b23008_M021": 226,
      "b11003_E001": 5032,
      "b11003_M001": 227,
      "b11003_E003": 1635,
      "b11003_M003": 219,
      "b11003_E010": 21,
      "b11003_M010": 26,
      "b11003_E016": 167,
      "b11003_M016": 115,
      "b17020_E001": 19661,
      "b17020_M001": 54,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 1127,
      "b17020_M011": 274,
      "b17020_E012": 1223,
      "b17020_M012": 297,
      "b17020_E013": 1532,
      "b17020_M013": 421,
      "b15003_E001": 14812,
      "b15003_M001": 459,
      "b15003_E022": 4110,
      "b15003_M022": 473,
      "b15003_E023": 2342,
      "b15003_M023": 357,
      "b15003_E024": 740,
      "b15003_M024": 226,
      "b15003_E025": 567,
      "b15003_M025": 259,
      "c16002_E001": 8020,
      "c16002_M001": 367,
      "c16002_E004": 20,
      "c16002_M004": 31,
      "c16002_E007": 47,
      "c16002_M007": 48,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8020,
      "b22010_M001": 367,
      "b22010_E002": 348,
      "b22010_M002": 127,
      "b19013_E001": 107266,
      "b19013_M001": 10618
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.54,
       "moe": 4.87,
       "numerator": 398,
       "denominator": 3776
      },
      "children_with_two_parents_pct": {
       "estimate": 89.46,
       "moe": 10.04,
       "numerator": 3378,
       "denominator": 3776
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.97,
       "moe": 4.71,
       "numerator": 169,
       "denominator": 1885
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 0.94,
       "numerator": 0,
       "denominator": 3854
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.53,
       "moe": 4.49,
       "numerator": 7679,
       "denominator": 14901
      },
      "limited_english_households_pct": {
       "estimate": 1.22,
       "moe": 0.96,
       "numerator": 99,
       "denominator": 8123
      },
      "snap_households_pct": {
       "estimate": 3.8,
       "moe": 1.5,
       "numerator": 309,
       "denominator": 8123
      },
      "median_household_income": {
       "estimate": 112434,
       "moe": 9962.0
      },
      "own_children_under_18": {
       "estimate": 3776,
       "moe": 432.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3854,
       "moe": 563.1962357828752
      }
     },
     "lines": {
      "b23008_E001": 3776,
      "b23008_M001": 432,
      "b23008_E003": 1038,
      "b23008_M003": 267,
      "b23008_E008": 76,
      "b23008_M008": 73,
      "b23008_E016": 2340,
      "b23008_M016": 471,
      "b23008_E021": 322,
      "b23008_M021": 175,
      "b11003_E001": 5101,
      "b11003_M001": 261,
      "b11003_E003": 1716,
      "b11003_M003": 221,
      "b11003_E010": 29,
      "b11003_M010": 28,
      "b11003_E016": 140,
      "b11003_M016": 87,
      "b17020_E001": 19727,
      "b17020_M001": 56,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 1114,
      "b17020_M011": 277,
      "b17020_E012": 1285,
      "b17020_M012": 277,
      "b17020_E013": 1455,
      "b17020_M013": 403,
      "b15003_E001": 14901,
      "b15003_M001": 470,
      "b15003_E022": 4010,
      "b15003_M022": 480,
      "b15003_E023": 2412,
      "b15003_M023": 408,
      "b15003_E024": 687,
      "b15003_M024": 247,
      "b15003_E025": 570,
      "b15003_M025": 219,
      "c16002_E001": 8123,
      "c16002_M001": 362,
      "c16002_E004": 57,
      "c16002_M004": 54,
      "c16002_E007": 42,
      "c16002_M007": 48,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8123,
      "b22010_M001": 362,
      "b22010_E002": 309,
      "b22010_M002": 123,
      "b19013_E001": 112434,
      "b19013_M001": 9962
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.49,
       "moe": 4.95,
       "numerator": 359,
       "denominator": 3422
      },
      "children_with_two_parents_pct": {
       "estimate": 89.51,
       "moe": 12.99,
       "numerator": 3063,
       "denominator": 3422
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.49,
       "moe": 6.14,
       "numerator": 180,
       "denominator": 1716
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.24,
       "numerator": 0,
       "denominator": 3492
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.83,
       "moe": 4.14,
       "numerator": 7991,
       "denominator": 15418
      },
      "limited_english_households_pct": {
       "estimate": 1.59,
       "moe": 0.97,
       "numerator": 134,
       "denominator": 8424
      },
      "snap_households_pct": {
       "estimate": 5.01,
       "moe": 1.98,
       "numerator": 422,
       "denominator": 8424
      },
      "median_household_income": {
       "estimate": 112887,
       "moe": 8440.0
      },
      "own_children_under_18": {
       "estimate": 3422,
       "moe": 457.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3492,
       "moe": 562.2179292765395
      }
     },
     "lines": {
      "b23008_E001": 3422,
      "b23008_M001": 457,
      "b23008_E003": 972,
      "b23008_M003": 269,
      "b23008_E008": 52,
      "b23008_M008": 53,
      "b23008_E016": 2091,
      "b23008_M016": 541,
      "b23008_E021": 307,
      "b23008_M021": 168,
      "b11003_E001": 5281,
      "b11003_M001": 245,
      "b11003_E003": 1536,
      "b11003_M003": 203,
      "b11003_E010": 28,
      "b11003_M010": 33,
      "b11003_E016": 152,
      "b11003_M016": 103,
      "b17020_E001": 19763,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 0,
      "b17020_M005": 25,
      "b17020_E011": 1024,
      "b17020_M011": 271,
      "b17020_E012": 1242,
      "b17020_M012": 287,
      "b17020_E013": 1226,
      "b17020_M013": 398,
      "b15003_E001": 15418,
      "b15003_M001": 455,
      "b15003_E022": 4234,
      "b15003_M022": 443,
      "b15003_E023": 2421,
      "b15003_M023": 393,
      "b15003_E024": 780,
      "b15003_M024": 259,
      "b15003_E025": 556,
      "b15003_M025": 211,
      "c16002_E001": 8424,
      "c16002_M001": 355,
      "c16002_E004": 48,
      "c16002_M004": 44,
      "c16002_E007": 54,
      "c16002_M007": 51,
      "c16002_E010": 32,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8424,
      "b22010_M001": 355,
      "b22010_E002": 422,
      "b22010_M002": 168,
      "b19013_E001": 112887,
      "b19013_M001": 8440
     }
    }
   }
  },
  "Southington": {
   "cousub": "70550",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.35,
       "moe": 4.19,
       "numerator": 1580,
       "denominator": 8612
      },
      "children_with_two_parents_pct": {
       "estimate": 81.65,
       "moe": 6.23,
       "numerator": 7032,
       "denominator": 8612
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.1,
       "moe": 4.6,
       "numerator": 956,
       "denominator": 4757
      },
      "children_below_poverty_pct": {
       "estimate": 7.71,
       "moe": 2.89,
       "numerator": 673,
       "denominator": 8728
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.44,
       "moe": 2.49,
       "numerator": 13166,
       "denominator": 31771
      },
      "limited_english_households_pct": {
       "estimate": 2.11,
       "moe": 0.81,
       "numerator": 362,
       "denominator": 17149
      },
      "snap_households_pct": {
       "estimate": 4.35,
       "moe": 1.27,
       "numerator": 746,
       "denominator": 17149
      },
      "median_household_income": {
       "estimate": 104963,
       "moe": 6348.0
      },
      "own_children_under_18": {
       "estimate": 8612,
       "moe": 504.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8728,
       "moe": 743.3834811185947
      }
     },
     "lines": {
      "b23008_E001": 8612,
      "b23008_M001": 504,
      "b23008_E003": 2205,
      "b23008_M003": 396,
      "b23008_E008": 204,
      "b23008_M008": 84,
      "b23008_E016": 4827,
      "b23008_M016": 548,
      "b23008_E021": 1376,
      "b23008_M021": 363,
      "b11003_E001": 12200,
      "b11003_M001": 401,
      "b11003_E003": 3801,
      "b11003_M003": 313,
      "b11003_E010": 201,
      "b11003_M010": 98,
      "b11003_E016": 755,
      "b11003_M016": 211,
      "b17020_E001": 43194,
      "b17020_M001": 131,
      "b17020_E003": 238,
      "b17020_M003": 180,
      "b17020_E004": 203,
      "b17020_M004": 114,
      "b17020_E005": 232,
      "b17020_M005": 146,
      "b17020_E011": 2198,
      "b17020_M011": 401,
      "b17020_E012": 2891,
      "b17020_M012": 391,
      "b17020_E013": 2966,
      "b17020_M013": 415,
      "b15003_E001": 31771,
      "b15003_M001": 596,
      "b15003_E022": 7822,
      "b15003_M022": 583,
      "b15003_E023": 4354,
      "b15003_M023": 529,
      "b15003_E024": 725,
      "b15003_M024": 247,
      "b15003_E025": 265,
      "b15003_M025": 77,
      "c16002_E001": 17149,
      "c16002_M001": 436,
      "c16002_E004": 39,
      "c16002_M004": 48,
      "c16002_E007": 236,
      "c16002_M007": 116,
      "c16002_E010": 80,
      "c16002_M010": 59,
      "c16002_E013": 7,
      "c16002_M013": 12,
      "b22010_E001": 17149,
      "b22010_M001": 436,
      "b22010_E002": 746,
      "b22010_M002": 219,
      "b19013_E001": 104963,
      "b19013_M001": 6348
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.07,
       "moe": 3.78,
       "numerator": 1773,
       "denominator": 8836
      },
      "children_with_two_parents_pct": {
       "estimate": 79.93,
       "moe": 5.09,
       "numerator": 7063,
       "denominator": 8836
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.0,
       "moe": 3.8,
       "numerator": 1037,
       "denominator": 4938
      },
      "children_below_poverty_pct": {
       "estimate": 6.61,
       "moe": 2.66,
       "numerator": 591,
       "denominator": 8945
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.62,
       "moe": 2.53,
       "numerator": 13101,
       "denominator": 31481
      },
      "limited_english_households_pct": {
       "estimate": 2.0,
       "moe": 0.82,
       "numerator": 340,
       "denominator": 17020
      },
      "snap_households_pct": {
       "estimate": 4.18,
       "moe": 1.14,
       "numerator": 711,
       "denominator": 17020
      },
      "median_household_income": {
       "estimate": 118790,
       "moe": 7361.0
      },
      "own_children_under_18": {
       "estimate": 8836,
       "moe": 504.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8945,
       "moe": 730.2903532157603
      }
     },
     "lines": {
      "b23008_E001": 8836,
      "b23008_M001": 504,
      "b23008_E003": 2052,
      "b23008_M003": 392,
      "b23008_E008": 209,
      "b23008_M008": 90,
      "b23008_E016": 5011,
      "b23008_M016": 459,
      "b23008_E021": 1564,
      "b23008_M021": 337,
      "b11003_E001": 12213,
      "b11003_M001": 319,
      "b11003_E003": 3901,
      "b11003_M003": 356,
      "b11003_E010": 266,
      "b11003_M010": 111,
      "b11003_E016": 771,
      "b11003_M016": 174,
      "b17020_E001": 43268,
      "b17020_M001": 36,
      "b17020_E003": 129,
      "b17020_M003": 110,
      "b17020_E004": 171,
      "b17020_M004": 97,
      "b17020_E005": 291,
      "b17020_M005": 194,
      "b17020_E011": 2158,
      "b17020_M011": 397,
      "b17020_E012": 3019,
      "b17020_M012": 371,
      "b17020_E013": 3177,
      "b17020_M013": 423,
      "b15003_E001": 31481,
      "b15003_M001": 572,
      "b15003_E022": 7992,
      "b15003_M022": 581,
      "b15003_E023": 4204,
      "b15003_M023": 547,
      "b15003_E024": 668,
      "b15003_M024": 216,
      "b15003_E025": 237,
      "b15003_M025": 86,
      "c16002_E001": 17020,
      "c16002_M001": 390,
      "c16002_E004": 33,
      "c16002_M004": 39,
      "c16002_E007": 222,
      "c16002_M007": 113,
      "c16002_E010": 85,
      "c16002_M010": 68,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 17020,
      "b22010_M001": 390,
      "b22010_E002": 711,
      "b22010_M002": 194,
      "b19013_E001": 118790,
      "b19013_M001": 7361
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.24,
       "moe": 4.15,
       "numerator": 1982,
       "denominator": 8527
      },
      "children_with_two_parents_pct": {
       "estimate": 76.76,
       "moe": 5.85,
       "numerator": 6545,
       "denominator": 8527
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.82,
       "moe": 4.56,
       "numerator": 1133,
       "denominator": 4757
      },
      "children_below_poverty_pct": {
       "estimate": 5.5,
       "moe": 2.38,
       "numerator": 473,
       "denominator": 8593
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.19,
       "moe": 2.84,
       "numerator": 13693,
       "denominator": 31703
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 0.7,
       "numerator": 315,
       "denominator": 17349
      },
      "snap_households_pct": {
       "estimate": 4.35,
       "moe": 1.23,
       "numerator": 755,
       "denominator": 17349
      },
      "median_household_income": {
       "estimate": 121584,
       "moe": 9631.0
      },
      "own_children_under_18": {
       "estimate": 8527,
       "moe": 506.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8593,
       "moe": 692.7185575686565
      }
     },
     "lines": {
      "b23008_E001": 8527,
      "b23008_M001": 506,
      "b23008_E003": 2040,
      "b23008_M003": 358,
      "b23008_E008": 299,
      "b23008_M008": 127,
      "b23008_E016": 4505,
      "b23008_M016": 521,
      "b23008_E021": 1683,
      "b23008_M021": 351,
      "b11003_E001": 12204,
      "b11003_M001": 396,
      "b11003_E003": 3624,
      "b11003_M003": 305,
      "b11003_E010": 231,
      "b11003_M010": 94,
      "b11003_E016": 902,
      "b11003_M016": 216,
      "b17020_E001": 43279,
      "b17020_M001": 55,
      "b17020_E003": 52,
      "b17020_M003": 46,
      "b17020_E004": 145,
      "b17020_M004": 89,
      "b17020_E005": 276,
      "b17020_M005": 182,
      "b17020_E011": 2287,
      "b17020_M011": 397,
      "b17020_E012": 2810,
      "b17020_M012": 380,
      "b17020_E013": 3023,
      "b17020_M013": 367,
      "b15003_E001": 31703,
      "b15003_M001": 615,
      "b15003_E022": 8112,
      "b15003_M022": 670,
      "b15003_E023": 4452,
      "b15003_M023": 597,
      "b15003_E024": 740,
      "b15003_M024": 233,
      "b15003_E025": 389,
      "b15003_M025": 144,
      "c16002_E001": 17349,
      "c16002_M001": 400,
      "c16002_E004": 72,
      "c16002_M004": 65,
      "c16002_E007": 201,
      "c16002_M007": 90,
      "c16002_E010": 42,
      "c16002_M010": 38,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 17349,
      "b22010_M001": 400,
      "b22010_E002": 755,
      "b22010_M002": 214,
      "b19013_E001": 121584,
      "b19013_M001": 9631
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.99,
       "moe": 4.02,
       "numerator": 2028,
       "denominator": 8115
      },
      "children_with_two_parents_pct": {
       "estimate": 75.01,
       "moe": 6.22,
       "numerator": 6087,
       "denominator": 8115
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.01,
       "moe": 4.22,
       "numerator": 1116,
       "denominator": 4648
      },
      "children_below_poverty_pct": {
       "estimate": 6.38,
       "moe": 2.71,
       "numerator": 520,
       "denominator": 8147
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.35,
       "moe": 2.67,
       "numerator": 13897,
       "denominator": 32054
      },
      "limited_english_households_pct": {
       "estimate": 1.93,
       "moe": 0.69,
       "numerator": 333,
       "denominator": 17281
      },
      "snap_households_pct": {
       "estimate": 5.29,
       "moe": 1.5,
       "numerator": 914,
       "denominator": 17281
      },
      "median_household_income": {
       "estimate": 124309,
       "moe": 8844.0
      },
      "own_children_under_18": {
       "estimate": 8115,
       "moe": 527.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8147,
       "moe": 683.5751604615252
      }
     },
     "lines": {
      "b23008_E001": 8115,
      "b23008_M001": 527,
      "b23008_E003": 1912,
      "b23008_M003": 388,
      "b23008_E008": 313,
      "b23008_M008": 140,
      "b23008_E016": 4175,
      "b23008_M016": 510,
      "b23008_E021": 1715,
      "b23008_M021": 323,
      "b11003_E001": 12346,
      "b11003_M001": 361,
      "b11003_E003": 3532,
      "b11003_M003": 321,
      "b11003_E010": 280,
      "b11003_M010": 84,
      "b11003_E016": 836,
      "b11003_M016": 200,
      "b17020_E001": 43428,
      "b17020_M001": 59,
      "b17020_E003": 66,
      "b17020_M003": 59,
      "b17020_E004": 166,
      "b17020_M004": 93,
      "b17020_E005": 288,
      "b17020_M005": 196,
      "b17020_E011": 2170,
      "b17020_M011": 352,
      "b17020_E012": 2630,
      "b17020_M012": 411,
      "b17020_E013": 2827,
      "b17020_M013": 352,
      "b15003_E001": 32054,
      "b15003_M001": 618,
      "b15003_E022": 8101,
      "b15003_M022": 631,
      "b15003_E023": 4684,
      "b15003_M023": 585,
      "b15003_E024": 762,
      "b15003_M024": 208,
      "b15003_E025": 350,
      "b15003_M025": 134,
      "c16002_E001": 17281,
      "c16002_M001": 362,
      "c16002_E004": 71,
      "c16002_M004": 58,
      "c16002_E007": 201,
      "c16002_M007": 92,
      "c16002_E010": 61,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 17281,
      "b22010_M001": 362,
      "b22010_E002": 914,
      "b22010_M002": 260,
      "b19013_E001": 124309,
      "b19013_M001": 8844
     }
    }
   }
  },
  "Sprague": {
   "cousub": "71670",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.54,
       "moe": 9.84,
       "numerator": 121,
       "denominator": 589
      },
      "children_with_two_parents_pct": {
       "estimate": 79.46,
       "moe": 11.31,
       "numerator": 468,
       "denominator": 589
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.11,
       "moe": 17.81,
       "numerator": 79,
       "denominator": 281
      },
      "children_below_poverty_pct": {
       "estimate": 18.27,
       "moe": 10.46,
       "numerator": 110,
       "denominator": 602
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.2,
       "moe": 5.96,
       "numerator": 459,
       "denominator": 2165
      },
      "limited_english_households_pct": {
       "estimate": 1.46,
       "moe": 3.02,
       "numerator": 17,
       "denominator": 1163
      },
      "snap_households_pct": {
       "estimate": 14.19,
       "moe": 5.85,
       "numerator": 165,
       "denominator": 1163
      },
      "median_household_income": {
       "estimate": 78399,
       "moe": 6790.0
      },
      "own_children_under_18": {
       "estimate": 589,
       "moe": 160.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 602,
       "moe": 151.04635050208927
      }
     },
     "lines": {
      "b23008_E001": 589,
      "b23008_M001": 160,
      "b23008_E003": 226,
      "b23008_M003": 91,
      "b23008_E008": 37,
      "b23008_M008": 29,
      "b23008_E016": 242,
      "b23008_M016": 111,
      "b23008_E021": 84,
      "b23008_M021": 60,
      "b11003_E001": 747,
      "b11003_M001": 112,
      "b11003_E003": 202,
      "b11003_M003": 63,
      "b11003_E010": 37,
      "b11003_M010": 36,
      "b11003_E016": 42,
      "b11003_M016": 42,
      "b17020_E001": 2885,
      "b17020_M001": 108,
      "b17020_E003": 45,
      "b17020_M003": 48,
      "b17020_E004": 18,
      "b17020_M004": 20,
      "b17020_E005": 47,
      "b17020_M005": 45,
      "b17020_E011": 218,
      "b17020_M011": 86,
      "b17020_E012": 120,
      "b17020_M012": 69,
      "b17020_E013": 154,
      "b17020_M013": 77,
      "b15003_E001": 2165,
      "b15003_M001": 164,
      "b15003_E022": 231,
      "b15003_M022": 89,
      "b15003_E023": 205,
      "b15003_M023": 97,
      "b15003_E024": 4,
      "b15003_M024": 8,
      "b15003_E025": 19,
      "b15003_M025": 21,
      "c16002_E001": 1163,
      "c16002_M001": 115,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 17,
      "c16002_M007": 27,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1163,
      "b22010_M001": 115,
      "b22010_E002": 165,
      "b22010_M002": 70,
      "b19013_E001": 78399,
      "b19013_M001": 6790
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.6,
       "moe": 8.11,
       "numerator": 78,
       "denominator": 619
      },
      "children_with_two_parents_pct": {
       "estimate": 87.4,
       "moe": 15.58,
       "numerator": 541,
       "denominator": 619
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.84,
       "moe": 12.04,
       "numerator": 52,
       "denominator": 276
      },
      "children_below_poverty_pct": {
       "estimate": 17.85,
       "moe": 12.15,
       "numerator": 113,
       "denominator": 633
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.64,
       "moe": 6.31,
       "numerator": 461,
       "denominator": 2130
      },
      "limited_english_households_pct": {
       "estimate": 2.44,
       "moe": 3.33,
       "numerator": 27,
       "denominator": 1106
      },
      "snap_households_pct": {
       "estimate": 10.76,
       "moe": 5.26,
       "numerator": 119,
       "denominator": 1106
      },
      "median_household_income": {
       "estimate": 94464,
       "moe": 15401.0
      },
      "own_children_under_18": {
       "estimate": 619,
       "moe": 149.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 633,
       "moe": 180.55470085267788
      }
     },
     "lines": {
      "b23008_E001": 619,
      "b23008_M001": 149,
      "b23008_E003": 234,
      "b23008_M003": 119,
      "b23008_E008": 8,
      "b23008_M008": 13,
      "b23008_E016": 307,
      "b23008_M016": 110,
      "b23008_E021": 70,
      "b23008_M021": 52,
      "b11003_E001": 776,
      "b11003_M001": 94,
      "b11003_E003": 224,
      "b11003_M003": 60,
      "b11003_E010": 40,
      "b11003_M010": 34,
      "b11003_E016": 12,
      "b11003_M016": 11,
      "b17020_E001": 2909,
      "b17020_M001": 86,
      "b17020_E003": 55,
      "b17020_M003": 73,
      "b17020_E004": 40,
      "b17020_M004": 35,
      "b17020_E005": 18,
      "b17020_M005": 20,
      "b17020_E011": 187,
      "b17020_M011": 111,
      "b17020_E012": 138,
      "b17020_M012": 77,
      "b17020_E013": 195,
      "b17020_M013": 86,
      "b15003_E001": 2130,
      "b15003_M001": 166,
      "b15003_E022": 244,
      "b15003_M022": 94,
      "b15003_E023": 191,
      "b15003_M023": 100,
      "b15003_E024": 4,
      "b15003_M024": 7,
      "b15003_E025": 22,
      "b15003_M025": 22,
      "c16002_E001": 1106,
      "c16002_M001": 94,
      "c16002_E004": 13,
      "c16002_M004": 20,
      "c16002_E007": 14,
      "c16002_M007": 25,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1106,
      "b22010_M001": 94,
      "b22010_E002": 119,
      "b22010_M002": 59,
      "b19013_E001": 94464,
      "b19013_M001": 15401
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.56,
       "moe": 12.73,
       "numerator": 108,
       "denominator": 582
      },
      "children_with_two_parents_pct": {
       "estimate": 81.44,
       "moe": 12.34,
       "numerator": 474,
       "denominator": 582
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.65,
       "moe": 11.9,
       "numerator": 48,
       "denominator": 272
      },
      "children_below_poverty_pct": {
       "estimate": 17.28,
       "moe": 13.47,
       "numerator": 103,
       "denominator": 596
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.96,
       "moe": 6.08,
       "numerator": 447,
       "denominator": 2133
      },
      "limited_english_households_pct": {
       "estimate": 2.31,
       "moe": 3.17,
       "numerator": 25,
       "denominator": 1081
      },
      "snap_households_pct": {
       "estimate": 10.64,
       "moe": 5.0,
       "numerator": 115,
       "denominator": 1081
      },
      "median_household_income": {
       "estimate": 89838,
       "moe": 11567.0
      },
      "own_children_under_18": {
       "estimate": 582,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 596,
       "moe": 159.80300372646317
      }
     },
     "lines": {
      "b23008_E001": 582,
      "b23008_M001": 157,
      "b23008_E003": 168,
      "b23008_M003": 97,
      "b23008_E008": 13,
      "b23008_M008": 16,
      "b23008_E016": 306,
      "b23008_M016": 110,
      "b23008_E021": 95,
      "b23008_M021": 78,
      "b11003_E001": 783,
      "b11003_M001": 107,
      "b11003_E003": 224,
      "b11003_M003": 58,
      "b11003_E010": 32,
      "b11003_M010": 30,
      "b11003_E016": 16,
      "b11003_M016": 17,
      "b17020_E001": 2873,
      "b17020_M001": 119,
      "b17020_E003": 59,
      "b17020_M003": 79,
      "b17020_E004": 25,
      "b17020_M004": 23,
      "b17020_E005": 19,
      "b17020_M005": 21,
      "b17020_E011": 122,
      "b17020_M011": 74,
      "b17020_E012": 179,
      "b17020_M012": 85,
      "b17020_E013": 192,
      "b17020_M013": 75,
      "b15003_E001": 2133,
      "b15003_M001": 158,
      "b15003_E022": 217,
      "b15003_M022": 83,
      "b15003_E023": 201,
      "b15003_M023": 103,
      "b15003_E024": 4,
      "b15003_M024": 6,
      "b15003_E025": 25,
      "b15003_M025": 20,
      "c16002_E001": 1081,
      "c16002_M001": 93,
      "c16002_E004": 10,
      "c16002_M004": 16,
      "c16002_E007": 15,
      "c16002_M007": 23,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1081,
      "b22010_M001": 93,
      "b22010_E002": 115,
      "b22010_M002": 55,
      "b19013_E001": 89838,
      "b19013_M001": 11567
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.58,
       "moe": 9.32,
       "numerator": 76,
       "denominator": 409
      },
      "children_with_two_parents_pct": {
       "estimate": 81.42,
       "moe": 12.39,
       "numerator": 333,
       "denominator": 409
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.14,
       "moe": 9.6,
       "numerator": 40,
       "denominator": 209
      },
      "children_below_poverty_pct": {
       "estimate": 4.65,
       "moe": 4.85,
       "numerator": 19,
       "denominator": 409
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.18,
       "moe": 5.24,
       "numerator": 437,
       "denominator": 2279
      },
      "limited_english_households_pct": {
       "estimate": 0.92,
       "moe": 2.46,
       "numerator": 11,
       "denominator": 1201
      },
      "snap_households_pct": {
       "estimate": 7.91,
       "moe": 3.56,
       "numerator": 95,
       "denominator": 1201
      },
      "median_household_income": {
       "estimate": 92850,
       "moe": 11458.0
      },
      "own_children_under_18": {
       "estimate": 409,
       "moe": 160.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 409,
       "moe": 127.11805536586846
      }
     },
     "lines": {
      "b23008_E001": 409,
      "b23008_M001": 160,
      "b23008_E003": 59,
      "b23008_M003": 43,
      "b23008_E008": 18,
      "b23008_M008": 20,
      "b23008_E016": 274,
      "b23008_M016": 133,
      "b23008_E021": 58,
      "b23008_M021": 44,
      "b11003_E001": 760,
      "b11003_M001": 111,
      "b11003_E003": 169,
      "b11003_M003": 63,
      "b11003_E010": 7,
      "b11003_M010": 13,
      "b11003_E016": 33,
      "b11003_M016": 20,
      "b17020_E001": 2865,
      "b17020_M001": 125,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 13,
      "b17020_M004": 13,
      "b17020_E005": 6,
      "b17020_M005": 8,
      "b17020_E011": 77,
      "b17020_M011": 45,
      "b17020_E012": 122,
      "b17020_M012": 67,
      "b17020_E013": 191,
      "b17020_M013": 96,
      "b15003_E001": 2279,
      "b15003_M001": 182,
      "b15003_E022": 180,
      "b15003_M022": 63,
      "b15003_E023": 215,
      "b15003_M023": 101,
      "b15003_E024": 0,
      "b15003_M024": 14,
      "b15003_E025": 42,
      "b15003_M025": 33,
      "c16002_E001": 1201,
      "c16002_M001": 133,
      "c16002_E004": 11,
      "c16002_M004": 17,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1201,
      "b22010_M001": 133,
      "b22010_E002": 95,
      "b22010_M002": 44,
      "b19013_E001": 92850,
      "b19013_M001": 11458
     }
    }
   }
  },
  "Stafford": {
   "cousub": "72090",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.45,
       "moe": 10.38,
       "numerator": 689,
       "denominator": 2191
      },
      "children_with_two_parents_pct": {
       "estimate": 68.55,
       "moe": 12.43,
       "numerator": 1502,
       "denominator": 2191
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.64,
       "moe": 12.4,
       "numerator": 336,
       "denominator": 1062
      },
      "children_below_poverty_pct": {
       "estimate": 9.34,
       "moe": 5.37,
       "numerator": 209,
       "denominator": 2238
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.96,
       "moe": 3.62,
       "numerator": 2161,
       "denominator": 8325
      },
      "limited_english_households_pct": {
       "estimate": 0.11,
       "moe": 0.79,
       "numerator": 5,
       "denominator": 4747
      },
      "snap_households_pct": {
       "estimate": 6.43,
       "moe": 2.95,
       "numerator": 305,
       "denominator": 4747
      },
      "median_household_income": {
       "estimate": 85684,
       "moe": 11221.0
      },
      "own_children_under_18": {
       "estimate": 2191,
       "moe": 309.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2238,
       "moe": 341.73820389298004
      }
     },
     "lines": {
      "b23008_E001": 2191,
      "b23008_M001": 309,
      "b23008_E003": 446,
      "b23008_M003": 172,
      "b23008_E008": 177,
      "b23008_M008": 113,
      "b23008_E016": 1056,
      "b23008_M016": 299,
      "b23008_E021": 512,
      "b23008_M021": 220,
      "b11003_E001": 3195,
      "b11003_M001": 225,
      "b11003_E003": 726,
      "b11003_M003": 162,
      "b11003_E010": 72,
      "b11003_M010": 65,
      "b11003_E016": 264,
      "b11003_M016": 134,
      "b17020_E001": 11263,
      "b17020_M001": 88,
      "b17020_E003": 101,
      "b17020_M003": 101,
      "b17020_E004": 72,
      "b17020_M004": 59,
      "b17020_E005": 36,
      "b17020_M005": 42,
      "b17020_E011": 522,
      "b17020_M011": 173,
      "b17020_E012": 821,
      "b17020_M012": 169,
      "b17020_E013": 686,
      "b17020_M013": 207,
      "b15003_E001": 8325,
      "b15003_M001": 378,
      "b15003_E022": 1573,
      "b15003_M022": 276,
      "b15003_E023": 442,
      "b15003_M023": 135,
      "b15003_E024": 73,
      "b15003_M024": 49,
      "b15003_E025": 73,
      "b15003_M025": 59,
      "c16002_E001": 4747,
      "c16002_M001": 223,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 5,
      "c16002_M007": 9,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4747,
      "b22010_M001": 223,
      "b22010_E002": 305,
      "b22010_M002": 141,
      "b19013_E001": 85684,
      "b19013_M001": 11221
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.01,
       "moe": 7.86,
       "numerator": 508,
       "denominator": 2208
      },
      "children_with_two_parents_pct": {
       "estimate": 76.99,
       "moe": 13.26,
       "numerator": 1700,
       "denominator": 2208
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.89,
       "moe": 8.79,
       "numerator": 260,
       "denominator": 967
      },
      "children_below_poverty_pct": {
       "estimate": 8.23,
       "moe": 4.43,
       "numerator": 185,
       "denominator": 2249
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.4,
       "moe": 3.44,
       "numerator": 2333,
       "denominator": 8514
      },
      "limited_english_households_pct": {
       "estimate": 0.13,
       "moe": 0.8,
       "numerator": 6,
       "denominator": 4693
      },
      "snap_households_pct": {
       "estimate": 9.27,
       "moe": 3.04,
       "numerator": 435,
       "denominator": 4693
      },
      "median_household_income": {
       "estimate": 92292,
       "moe": 13957.0
      },
      "own_children_under_18": {
       "estimate": 2208,
       "moe": 383.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2249,
       "moe": 378.96833640820176
      }
     },
     "lines": {
      "b23008_E001": 2208,
      "b23008_M001": 383,
      "b23008_E003": 386,
      "b23008_M003": 189,
      "b23008_E008": 147,
      "b23008_M008": 91,
      "b23008_E016": 1314,
      "b23008_M016": 370,
      "b23008_E021": 361,
      "b23008_M021": 172,
      "b11003_E001": 3029,
      "b11003_M001": 199,
      "b11003_E003": 707,
      "b11003_M003": 150,
      "b11003_E010": 69,
      "b11003_M010": 56,
      "b11003_E016": 191,
      "b11003_M016": 80,
      "b17020_E001": 11283,
      "b17020_M001": 75,
      "b17020_E003": 78,
      "b17020_M003": 74,
      "b17020_E004": 72,
      "b17020_M004": 62,
      "b17020_E005": 35,
      "b17020_M005": 40,
      "b17020_E011": 455,
      "b17020_M011": 188,
      "b17020_E012": 821,
      "b17020_M012": 228,
      "b17020_E013": 788,
      "b17020_M013": 213,
      "b15003_E001": 8514,
      "b15003_M001": 400,
      "b15003_E022": 1670,
      "b15003_M022": 238,
      "b15003_E023": 522,
      "b15003_M023": 189,
      "b15003_E024": 53,
      "b15003_M024": 42,
      "b15003_E025": 88,
      "b15003_M025": 59,
      "c16002_E001": 4693,
      "c16002_M001": 227,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 6,
      "c16002_M007": 10,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4693,
      "b22010_M001": 227,
      "b22010_E002": 435,
      "b22010_M002": 144,
      "b19013_E001": 92292,
      "b19013_M001": 13957
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.07,
       "moe": 8.54,
       "numerator": 826,
       "denominator": 2355
      },
      "children_with_two_parents_pct": {
       "estimate": 64.93,
       "moe": 15.49,
       "numerator": 1529,
       "denominator": 2355
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.17,
       "moe": 9.56,
       "numerator": 344,
       "denominator": 1037
      },
      "children_below_poverty_pct": {
       "estimate": 6.76,
       "moe": 3.95,
       "numerator": 161,
       "denominator": 2382
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.6,
       "moe": 3.57,
       "numerator": 2308,
       "denominator": 8362
      },
      "limited_english_households_pct": {
       "estimate": 0.11,
       "moe": 0.83,
       "numerator": 5,
       "denominator": 4569
      },
      "snap_households_pct": {
       "estimate": 8.84,
       "moe": 3.32,
       "numerator": 404,
       "denominator": 4569
      },
      "median_household_income": {
       "estimate": 97509,
       "moe": 16441.0
      },
      "own_children_under_18": {
       "estimate": 2355,
       "moe": 381.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2382,
       "moe": 425.833300717546
      }
     },
     "lines": {
      "b23008_E001": 2355,
      "b23008_M001": 381,
      "b23008_E003": 419,
      "b23008_M003": 185,
      "b23008_E008": 357,
      "b23008_M008": 179,
      "b23008_E016": 1110,
      "b23008_M016": 400,
      "b23008_E021": 469,
      "b23008_M021": 162,
      "b11003_E001": 3054,
      "b11003_M001": 224,
      "b11003_E003": 693,
      "b11003_M003": 160,
      "b11003_E010": 132,
      "b11003_M010": 72,
      "b11003_E016": 212,
      "b11003_M016": 95,
      "b17020_E001": 11229,
      "b17020_M001": 75,
      "b17020_E003": 81,
      "b17020_M003": 75,
      "b17020_E004": 43,
      "b17020_M004": 45,
      "b17020_E005": 37,
      "b17020_M005": 45,
      "b17020_E011": 695,
      "b17020_M011": 239,
      "b17020_E012": 663,
      "b17020_M012": 263,
      "b17020_E013": 863,
      "b17020_M013": 213,
      "b15003_E001": 8362,
      "b15003_M001": 403,
      "b15003_E022": 1771,
      "b15003_M022": 249,
      "b15003_E023": 413,
      "b15003_M023": 188,
      "b15003_E024": 16,
      "b15003_M024": 20,
      "b15003_E025": 108,
      "b15003_M025": 63,
      "c16002_E001": 4569,
      "c16002_M001": 226,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 5,
      "c16002_M007": 10,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4569,
      "b22010_M001": 226,
      "b22010_E002": 404,
      "b22010_M002": 153,
      "b19013_E001": 97509,
      "b19013_M001": 16441
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.43,
       "moe": 7.23,
       "numerator": 779,
       "denominator": 2402
      },
      "children_with_two_parents_pct": {
       "estimate": 67.57,
       "moe": 15.86,
       "numerator": 1623,
       "denominator": 2402
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.94,
       "moe": 7.92,
       "numerator": 339,
       "denominator": 1029
      },
      "children_below_poverty_pct": {
       "estimate": 6.02,
       "moe": 3.36,
       "numerator": 146,
       "denominator": 2426
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.47,
       "moe": 4.07,
       "numerator": 2422,
       "denominator": 8507
      },
      "limited_english_households_pct": {
       "estimate": 0.13,
       "moe": 0.82,
       "numerator": 6,
       "denominator": 4606
      },
      "snap_households_pct": {
       "estimate": 11.96,
       "moe": 3.18,
       "numerator": 551,
       "denominator": 4606
      },
      "median_household_income": {
       "estimate": 93235,
       "moe": 15529.0
      },
      "own_children_under_18": {
       "estimate": 2402,
       "moe": 438.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2426,
       "moe": 437.6242680656547
      }
     },
     "lines": {
      "b23008_E001": 2402,
      "b23008_M001": 438,
      "b23008_E003": 482,
      "b23008_M003": 200,
      "b23008_E008": 381,
      "b23008_M008": 189,
      "b23008_E016": 1141,
      "b23008_M016": 439,
      "b23008_E021": 398,
      "b23008_M021": 121,
      "b11003_E001": 3061,
      "b11003_M001": 223,
      "b11003_E003": 690,
      "b11003_M003": 156,
      "b11003_E010": 126,
      "b11003_M010": 55,
      "b11003_E016": 213,
      "b11003_M016": 86,
      "b17020_E001": 11318,
      "b17020_M001": 73,
      "b17020_E003": 67,
      "b17020_M003": 66,
      "b17020_E004": 60,
      "b17020_M004": 47,
      "b17020_E005": 19,
      "b17020_M005": 28,
      "b17020_E011": 796,
      "b17020_M011": 259,
      "b17020_E012": 653,
      "b17020_M012": 267,
      "b17020_E013": 831,
      "b17020_M013": 214,
      "b15003_E001": 8507,
      "b15003_M001": 444,
      "b15003_E022": 1706,
      "b15003_M022": 296,
      "b15003_E023": 606,
      "b15003_M023": 210,
      "b15003_E024": 20,
      "b15003_M024": 23,
      "b15003_E025": 90,
      "b15003_M025": 62,
      "c16002_E001": 4606,
      "c16002_M001": 276,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 6,
      "c16002_M007": 10,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4606,
      "b22010_M001": 276,
      "b22010_E002": 551,
      "b22010_M002": 150,
      "b19013_E001": 93235,
      "b19013_M001": 15529
     }
    }
   }
  },
  "Stamford": {
   "cousub": "73070",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.06,
       "moe": 3.7,
       "numerator": 8721,
       "denominator": 25605
      },
      "children_with_two_parents_pct": {
       "estimate": 65.94,
       "moe": 3.64,
       "numerator": 16884,
       "denominator": 25605
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.96,
       "moe": 3.66,
       "numerator": 4303,
       "denominator": 13898
      },
      "children_below_poverty_pct": {
       "estimate": 13.92,
       "moe": 2.5,
       "numerator": 3636,
       "denominator": 26114
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.31,
       "moe": 1.71,
       "numerator": 50565,
       "denominator": 96659
      },
      "limited_english_households_pct": {
       "estimate": 11.2,
       "moe": 1.46,
       "numerator": 5889,
       "denominator": 52577
      },
      "snap_households_pct": {
       "estimate": 8.05,
       "moe": 1.13,
       "numerator": 4235,
       "denominator": 52577
      },
      "median_household_income": {
       "estimate": 99791,
       "moe": 3612.0
      },
      "own_children_under_18": {
       "estimate": 25605,
       "moe": 1156.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 26114,
       "moe": 1421.0967595487648
      }
     },
     "lines": {
      "b23008_E001": 25605,
      "b23008_M001": 1156,
      "b23008_E003": 6332,
      "b23008_M003": 717,
      "b23008_E008": 3003,
      "b23008_M008": 613,
      "b23008_E016": 10552,
      "b23008_M016": 968,
      "b23008_E021": 5718,
      "b23008_M021": 822,
      "b11003_E001": 32668,
      "b11003_M001": 939,
      "b11003_E003": 9595,
      "b11003_M003": 622,
      "b11003_E010": 891,
      "b11003_M010": 293,
      "b11003_E016": 3412,
      "b11003_M016": 491,
      "b17020_E001": 133893,
      "b17020_M001": 278,
      "b17020_E003": 1301,
      "b17020_M003": 491,
      "b17020_E004": 914,
      "b17020_M004": 295,
      "b17020_E005": 1421,
      "b17020_M005": 370,
      "b17020_E011": 8054,
      "b17020_M011": 751,
      "b17020_E012": 7217,
      "b17020_M012": 722,
      "b17020_E013": 7207,
      "b17020_M013": 685,
      "b15003_E001": 96659,
      "b15003_M001": 1419,
      "b15003_E022": 28206,
      "b15003_M022": 1347,
      "b15003_E023": 15880,
      "b15003_M023": 978,
      "b15003_E024": 4475,
      "b15003_M024": 590,
      "b15003_E025": 2004,
      "b15003_M025": 422,
      "c16002_E001": 52577,
      "c16002_M001": 1055,
      "c16002_E004": 3378,
      "c16002_M004": 551,
      "c16002_E007": 1671,
      "c16002_M007": 432,
      "c16002_E010": 570,
      "c16002_M010": 269,
      "c16002_E013": 270,
      "c16002_M013": 207,
      "b22010_E001": 52577,
      "b22010_M001": 1055,
      "b22010_E002": 4235,
      "b22010_M002": 600,
      "b19013_E001": 99791,
      "b19013_M001": 3612
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.45,
       "moe": 4.39,
       "numerator": 9263,
       "denominator": 24732
      },
      "children_with_two_parents_pct": {
       "estimate": 62.55,
       "moe": 3.26,
       "numerator": 15469,
       "denominator": 24732
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.81,
       "moe": 3.95,
       "numerator": 4756,
       "denominator": 13663
      },
      "children_below_poverty_pct": {
       "estimate": 15.4,
       "moe": 2.7,
       "numerator": 3908,
       "denominator": 25375
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.38,
       "moe": 1.85,
       "numerator": 48639,
       "denominator": 96539
      },
      "limited_english_households_pct": {
       "estimate": 11.14,
       "moe": 1.35,
       "numerator": 5963,
       "denominator": 53520
      },
      "snap_households_pct": {
       "estimate": 9.17,
       "moe": 1.26,
       "numerator": 4907,
       "denominator": 53520
      },
      "median_household_income": {
       "estimate": 100718,
       "moe": 5108.0
      },
      "own_children_under_18": {
       "estimate": 24732,
       "moe": 1138.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 25375,
       "moe": 1453.9731771941324
      }
     },
     "lines": {
      "b23008_E001": 24732,
      "b23008_M001": 1138,
      "b23008_E003": 6131,
      "b23008_M003": 704,
      "b23008_E008": 3067,
      "b23008_M008": 708,
      "b23008_E016": 9338,
      "b23008_M016": 813,
      "b23008_E021": 6196,
      "b23008_M021": 927,
      "b11003_E001": 33003,
      "b11003_M001": 1048,
      "b11003_E003": 8907,
      "b11003_M003": 648,
      "b11003_E010": 994,
      "b11003_M010": 317,
      "b11003_E016": 3762,
      "b11003_M016": 538,
      "b17020_E001": 133989,
      "b17020_M001": 299,
      "b17020_E003": 1349,
      "b17020_M003": 531,
      "b17020_E004": 1021,
      "b17020_M004": 284,
      "b17020_E005": 1538,
      "b17020_M005": 394,
      "b17020_E011": 7883,
      "b17020_M011": 796,
      "b17020_E012": 6541,
      "b17020_M012": 675,
      "b17020_E013": 7043,
      "b17020_M013": 712,
      "b15003_E001": 96539,
      "b15003_M001": 1106,
      "b15003_E022": 27645,
      "b15003_M022": 1397,
      "b15003_E023": 14517,
      "b15003_M023": 1005,
      "b15003_E024": 4396,
      "b15003_M024": 609,
      "b15003_E025": 2081,
      "b15003_M025": 391,
      "c16002_E001": 53520,
      "c16002_M001": 1104,
      "c16002_E004": 3776,
      "c16002_M004": 572,
      "c16002_E007": 1436,
      "c16002_M007": 334,
      "c16002_E010": 491,
      "c16002_M010": 237,
      "c16002_E013": 260,
      "c16002_M013": 208,
      "b22010_E001": 53520,
      "b22010_M001": 1104,
      "b22010_E002": 4907,
      "b22010_M002": 684,
      "b19013_E001": 100718,
      "b19013_M001": 5108
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.76,
       "moe": 3.99,
       "numerator": 8840,
       "denominator": 23408
      },
      "children_with_two_parents_pct": {
       "estimate": 62.24,
       "moe": 3.56,
       "numerator": 14568,
       "denominator": 23408
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.42,
       "moe": 4.14,
       "numerator": 4283,
       "denominator": 12814
      },
      "children_below_poverty_pct": {
       "estimate": 13.79,
       "moe": 2.78,
       "numerator": 3339,
       "denominator": 24206
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.71,
       "moe": 1.89,
       "numerator": 50736,
       "denominator": 98123
      },
      "limited_english_households_pct": {
       "estimate": 9.93,
       "moe": 1.37,
       "numerator": 5379,
       "denominator": 54165
      },
      "snap_households_pct": {
       "estimate": 9.43,
       "moe": 1.11,
       "numerator": 5109,
       "denominator": 54165
      },
      "median_household_income": {
       "estimate": 107474,
       "moe": 5305.0
      },
      "own_children_under_18": {
       "estimate": 23408,
       "moe": 1177.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 24206,
       "moe": 1427.0073580749329
      }
     },
     "lines": {
      "b23008_E001": 23408,
      "b23008_M001": 1177,
      "b23008_E003": 5730,
      "b23008_M003": 786,
      "b23008_E008": 3118,
      "b23008_M008": 707,
      "b23008_E016": 8838,
      "b23008_M016": 783,
      "b23008_E021": 5722,
      "b23008_M021": 756,
      "b11003_E001": 32824,
      "b11003_M001": 1132,
      "b11003_E003": 8531,
      "b11003_M003": 586,
      "b11003_E010": 852,
      "b11003_M010": 263,
      "b11003_E016": 3431,
      "b11003_M016": 539,
      "b17020_E001": 134458,
      "b17020_M001": 359,
      "b17020_E003": 1024,
      "b17020_M003": 459,
      "b17020_E004": 903,
      "b17020_M004": 345,
      "b17020_E005": 1412,
      "b17020_M005": 404,
      "b17020_E011": 7887,
      "b17020_M011": 888,
      "b17020_E012": 6334,
      "b17020_M012": 690,
      "b17020_E013": 6646,
      "b17020_M013": 528,
      "b15003_E001": 98123,
      "b15003_M001": 1520,
      "b15003_E022": 28383,
      "b15003_M022": 1557,
      "b15003_E023": 15611,
      "b15003_M023": 1045,
      "b15003_E024": 4706,
      "b15003_M024": 656,
      "b15003_E025": 2036,
      "b15003_M025": 321,
      "c16002_E001": 54165,
      "c16002_M001": 1044,
      "c16002_E004": 3410,
      "c16002_M004": 604,
      "c16002_E007": 1219,
      "c16002_M007": 336,
      "c16002_E010": 465,
      "c16002_M010": 199,
      "c16002_E013": 285,
      "c16002_M013": 206,
      "b22010_E001": 54165,
      "b22010_M001": 1044,
      "b22010_E002": 5109,
      "b22010_M002": 607,
      "b19013_E001": 107474,
      "b19013_M001": 5305
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.47,
       "moe": 4.15,
       "numerator": 8484,
       "denominator": 23920
      },
      "children_with_two_parents_pct": {
       "estimate": 64.53,
       "moe": 3.5,
       "numerator": 15436,
       "denominator": 23920
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.26,
       "moe": 4.8,
       "numerator": 3940,
       "denominator": 12602
      },
      "children_below_poverty_pct": {
       "estimate": 15.68,
       "moe": 3.11,
       "numerator": 3878,
       "denominator": 24725
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.72,
       "moe": 1.55,
       "numerator": 51182,
       "denominator": 98962
      },
      "limited_english_households_pct": {
       "estimate": 9.67,
       "moe": 1.17,
       "numerator": 5348,
       "denominator": 55291
      },
      "snap_households_pct": {
       "estimate": 9.76,
       "moe": 1.2,
       "numerator": 5396,
       "denominator": 55291
      },
      "median_household_income": {
       "estimate": 111586,
       "moe": 4563.0
      },
      "own_children_under_18": {
       "estimate": 23920,
       "moe": 1293.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 24725,
       "moe": 1575.7677493844071
      }
     },
     "lines": {
      "b23008_E001": 23920,
      "b23008_M001": 1293,
      "b23008_E003": 5662,
      "b23008_M003": 728,
      "b23008_E008": 3480,
      "b23008_M008": 802,
      "b23008_E016": 9774,
      "b23008_M016": 931,
      "b23008_E021": 5004,
      "b23008_M021": 743,
      "b11003_E001": 32611,
      "b11003_M001": 909,
      "b11003_E003": 8662,
      "b11003_M003": 581,
      "b11003_E010": 900,
      "b11003_M010": 306,
      "b11003_E016": 3040,
      "b11003_M016": 590,
      "b17020_E001": 135843,
      "b17020_M001": 331,
      "b17020_E003": 1567,
      "b17020_M003": 661,
      "b17020_E004": 1053,
      "b17020_M004": 300,
      "b17020_E005": 1258,
      "b17020_M005": 353,
      "b17020_E011": 7676,
      "b17020_M011": 900,
      "b17020_E012": 6334,
      "b17020_M012": 745,
      "b17020_E013": 6837,
      "b17020_M013": 683,
      "b15003_E001": 98962,
      "b15003_M001": 1430,
      "b15003_E022": 29209,
      "b15003_M022": 1306,
      "b15003_E023": 15262,
      "b15003_M023": 863,
      "b15003_E024": 4834,
      "b15003_M024": 562,
      "b15003_E025": 1877,
      "b15003_M025": 354,
      "c16002_E001": 55291,
      "c16002_M001": 1100,
      "c16002_E004": 3308,
      "c16002_M004": 489,
      "c16002_E007": 1292,
      "c16002_M007": 338,
      "c16002_E010": 450,
      "c16002_M010": 192,
      "c16002_E013": 298,
      "c16002_M013": 207,
      "b22010_E001": 55291,
      "b22010_M001": 1100,
      "b22010_E002": 5396,
      "b22010_M002": 671,
      "b19013_E001": 111586,
      "b19013_M001": 4563
     }
    }
   }
  },
  "Sterling": {
   "cousub": "73420",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.79,
       "moe": 13.61,
       "numerator": 230,
       "denominator": 799
      },
      "children_with_two_parents_pct": {
       "estimate": 71.21,
       "moe": 18.19,
       "numerator": 569,
       "denominator": 799
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.49,
       "moe": 13.7,
       "numerator": 159,
       "denominator": 448
      },
      "children_below_poverty_pct": {
       "estimate": 28.99,
       "moe": 16.31,
       "numerator": 265,
       "denominator": 914
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.67,
       "moe": 5.31,
       "numerator": 442,
       "denominator": 2367
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.07,
       "numerator": 0,
       "denominator": 1255
      },
      "snap_households_pct": {
       "estimate": 11.79,
       "moe": 4.72,
       "numerator": 148,
       "denominator": 1255
      },
      "median_household_income": {
       "estimate": 86394,
       "moe": 17591.0
      },
      "own_children_under_18": {
       "estimate": 799,
       "moe": 189.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 914,
       "moe": 273.6347931093559
      }
     },
     "lines": {
      "b23008_E001": 799,
      "b23008_M001": 189,
      "b23008_E003": 174,
      "b23008_M003": 114,
      "b23008_E008": 93,
      "b23008_M008": 98,
      "b23008_E016": 395,
      "b23008_M016": 162,
      "b23008_E021": 137,
      "b23008_M021": 72,
      "b11003_E001": 1028,
      "b11003_M001": 84,
      "b11003_E003": 289,
      "b11003_M003": 83,
      "b11003_E010": 28,
      "b11003_M010": 26,
      "b11003_E016": 131,
      "b11003_M016": 68,
      "b17020_E001": 3599,
      "b17020_M001": 14,
      "b17020_E003": 85,
      "b17020_M003": 100,
      "b17020_E004": 41,
      "b17020_M004": 49,
      "b17020_E005": 139,
      "b17020_M005": 127,
      "b17020_E011": 198,
      "b17020_M011": 117,
      "b17020_E012": 84,
      "b17020_M012": 41,
      "b17020_E013": 367,
      "b17020_M013": 176,
      "b15003_E001": 2367,
      "b15003_M001": 153,
      "b15003_E022": 242,
      "b15003_M022": 89,
      "b15003_E023": 183,
      "b15003_M023": 90,
      "b15003_E024": 17,
      "b15003_M024": 20,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 1255,
      "c16002_M001": 83,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1255,
      "b22010_M001": 83,
      "b22010_E002": 148,
      "b22010_M002": 60,
      "b19013_E001": 86394,
      "b19013_M001": 17591
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.85,
       "moe": 14.57,
       "numerator": 205,
       "denominator": 624
      },
      "children_with_two_parents_pct": {
       "estimate": 67.15,
       "moe": 18.96,
       "numerator": 419,
       "denominator": 624
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.99,
       "moe": 19.73,
       "numerator": 135,
       "denominator": 365
      },
      "children_below_poverty_pct": {
       "estimate": 35.34,
       "moe": 16.15,
       "numerator": 287,
       "denominator": 812
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 12.15,
       "moe": 4.48,
       "numerator": 281,
       "denominator": 2313
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.16,
       "numerator": 0,
       "denominator": 1205
      },
      "snap_households_pct": {
       "estimate": 10.62,
       "moe": 5.23,
       "numerator": 128,
       "denominator": 1205
      },
      "median_household_income": {
       "estimate": 82703,
       "moe": 22594.0
      },
      "own_children_under_18": {
       "estimate": 624,
       "moe": 166.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 812,
       "moe": 237.39629314713403
      }
     },
     "lines": {
      "b23008_E001": 624,
      "b23008_M001": 166,
      "b23008_E003": 142,
      "b23008_M003": 89,
      "b23008_E008": 102,
      "b23008_M008": 83,
      "b23008_E016": 277,
      "b23008_M016": 136,
      "b23008_E021": 103,
      "b23008_M021": 66,
      "b11003_E001": 978,
      "b11003_M001": 117,
      "b11003_E003": 230,
      "b11003_M003": 77,
      "b11003_E010": 9,
      "b11003_M010": 15,
      "b11003_E016": 126,
      "b11003_M016": 82,
      "b17020_E001": 3610,
      "b17020_M001": 22,
      "b17020_E003": 84,
      "b17020_M003": 86,
      "b17020_E004": 53,
      "b17020_M004": 62,
      "b17020_E005": 150,
      "b17020_M005": 114,
      "b17020_E011": 194,
      "b17020_M011": 82,
      "b17020_E012": 65,
      "b17020_M012": 41,
      "b17020_E013": 266,
      "b17020_M013": 154,
      "b15003_E001": 2313,
      "b15003_M001": 172,
      "b15003_E022": 188,
      "b15003_M022": 93,
      "b15003_E023": 79,
      "b15003_M023": 46,
      "b15003_E024": 14,
      "b15003_M024": 16,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 1205,
      "c16002_M001": 148,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1205,
      "b22010_M001": 148,
      "b22010_E002": 128,
      "b22010_M002": 65,
      "b19013_E001": 82703,
      "b19013_M001": 22594
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.92,
       "moe": 12.47,
       "numerator": 191,
       "denominator": 684
      },
      "children_with_two_parents_pct": {
       "estimate": 72.08,
       "moe": 17.78,
       "numerator": 493,
       "denominator": 684
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.55,
       "moe": 16.56,
       "numerator": 118,
       "denominator": 374
      },
      "children_below_poverty_pct": {
       "estimate": 32.08,
       "moe": 14.88,
       "numerator": 264,
       "denominator": 823
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 13.97,
       "moe": 4.09,
       "numerator": 340,
       "denominator": 2433
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.2,
       "numerator": 0,
       "denominator": 1272
      },
      "snap_households_pct": {
       "estimate": 9.36,
       "moe": 5.04,
       "numerator": 119,
       "denominator": 1272
      },
      "median_household_income": {
       "estimate": 89167,
       "moe": 23273.0
      },
      "own_children_under_18": {
       "estimate": 684,
       "moe": 206.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 823,
       "moe": 253.2923212416831
      }
     },
     "lines": {
      "b23008_E001": 684,
      "b23008_M001": 206,
      "b23008_E003": 162,
      "b23008_M003": 106,
      "b23008_E008": 108,
      "b23008_M008": 85,
      "b23008_E016": 331,
      "b23008_M016": 160,
      "b23008_E021": 83,
      "b23008_M021": 58,
      "b11003_E001": 1009,
      "b11003_M001": 104,
      "b11003_E003": 256,
      "b11003_M003": 75,
      "b11003_E010": 24,
      "b11003_M010": 28,
      "b11003_E016": 94,
      "b11003_M016": 64,
      "b17020_E001": 3601,
      "b17020_M001": 27,
      "b17020_E003": 77,
      "b17020_M003": 83,
      "b17020_E004": 39,
      "b17020_M004": 44,
      "b17020_E005": 148,
      "b17020_M005": 113,
      "b17020_E011": 206,
      "b17020_M011": 109,
      "b17020_E012": 94,
      "b17020_M012": 69,
      "b17020_E013": 259,
      "b17020_M013": 161,
      "b15003_E001": 2433,
      "b15003_M001": 169,
      "b15003_E022": 206,
      "b15003_M022": 84,
      "b15003_E023": 125,
      "b15003_M023": 55,
      "b15003_E024": 9,
      "b15003_M024": 14,
      "b15003_E025": 0,
      "b15003_M025": 14,
      "c16002_E001": 1272,
      "c16002_M001": 114,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1272,
      "b22010_M001": 114,
      "b22010_E002": 119,
      "b22010_M002": 65,
      "b19013_E001": 89167,
      "b19013_M001": 23273
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.54,
       "moe": 10.43,
       "numerator": 177,
       "denominator": 752
      },
      "children_with_two_parents_pct": {
       "estimate": 76.46,
       "moe": 22.2,
       "numerator": 575,
       "denominator": 752
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.88,
       "moe": 14.17,
       "numerator": 107,
       "denominator": 448
      },
      "children_below_poverty_pct": {
       "estimate": 15.71,
       "moe": 9.51,
       "numerator": 129,
       "denominator": 821
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.02,
       "moe": 5.5,
       "numerator": 443,
       "denominator": 2458
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.29,
       "numerator": 0,
       "denominator": 1225
      },
      "snap_households_pct": {
       "estimate": 9.06,
       "moe": 5.13,
       "numerator": 111,
       "denominator": 1225
      },
      "median_household_income": {
       "estimate": 102695,
       "moe": 11817.0
      },
      "own_children_under_18": {
       "estimate": 752,
       "moe": 206.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 821,
       "moe": 272.6884669361724
      }
     },
     "lines": {
      "b23008_E001": 752,
      "b23008_M001": 206,
      "b23008_E003": 170,
      "b23008_M003": 109,
      "b23008_E008": 95,
      "b23008_M008": 74,
      "b23008_E016": 405,
      "b23008_M016": 202,
      "b23008_E021": 82,
      "b23008_M021": 55,
      "b11003_E001": 955,
      "b11003_M001": 89,
      "b11003_E003": 341,
      "b11003_M003": 104,
      "b11003_E010": 12,
      "b11003_M010": 21,
      "b11003_E016": 95,
      "b11003_M016": 67,
      "b17020_E001": 3622,
      "b17020_M001": 21,
      "b17020_E003": 52,
      "b17020_M003": 61,
      "b17020_E004": 30,
      "b17020_M004": 36,
      "b17020_E005": 47,
      "b17020_M005": 54,
      "b17020_E011": 224,
      "b17020_M011": 124,
      "b17020_E012": 140,
      "b17020_M012": 95,
      "b17020_E013": 328,
      "b17020_M013": 205,
      "b15003_E001": 2458,
      "b15003_M001": 187,
      "b15003_E022": 286,
      "b15003_M022": 119,
      "b15003_E023": 149,
      "b15003_M023": 70,
      "b15003_E024": 8,
      "b15003_M024": 12,
      "b15003_E025": 0,
      "b15003_M025": 14,
      "c16002_E001": 1225,
      "c16002_M001": 132,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1225,
      "b22010_M001": 132,
      "b22010_E002": 111,
      "b22010_M002": 64,
      "b19013_E001": 102695,
      "b19013_M001": 11817
     }
    }
   }
  },
  "Stonington": {
   "cousub": "73770",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.8,
       "moe": 9.18,
       "numerator": 1088,
       "denominator": 3219
      },
      "children_with_two_parents_pct": {
       "estimate": 66.2,
       "moe": 8.11,
       "numerator": 2131,
       "denominator": 3219
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.09,
       "moe": 8.1,
       "numerator": 634,
       "denominator": 2039
      },
      "children_below_poverty_pct": {
       "estimate": 10.63,
       "moe": 5.04,
       "numerator": 349,
       "denominator": 3282
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.62,
       "moe": 4.38,
       "numerator": 7001,
       "denominator": 14108
      },
      "limited_english_households_pct": {
       "estimate": 1.07,
       "moe": 0.66,
       "numerator": 89,
       "denominator": 8324
      },
      "snap_households_pct": {
       "estimate": 6.07,
       "moe": 1.32,
       "numerator": 505,
       "denominator": 8324
      },
      "median_household_income": {
       "estimate": 90718,
       "moe": 6957.0
      },
      "own_children_under_18": {
       "estimate": 3219,
       "moe": 337.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3282,
       "moe": 457.5663886257381
      }
     },
     "lines": {
      "b23008_E001": 3219,
      "b23008_M001": 337,
      "b23008_E003": 616,
      "b23008_M003": 179,
      "b23008_E008": 419,
      "b23008_M008": 188,
      "b23008_E016": 1515,
      "b23008_M016": 293,
      "b23008_E021": 669,
      "b23008_M021": 255,
      "b11003_E001": 5385,
      "b11003_M001": 237,
      "b11003_E003": 1405,
      "b11003_M003": 318,
      "b11003_E010": 188,
      "b11003_M010": 107,
      "b11003_E016": 446,
      "b11003_M016": 172,
      "b17020_E001": 18088,
      "b17020_M001": 113,
      "b17020_E003": 176,
      "b17020_M003": 129,
      "b17020_E004": 121,
      "b17020_M004": 102,
      "b17020_E005": 52,
      "b17020_M005": 52,
      "b17020_E011": 874,
      "b17020_M011": 240,
      "b17020_E012": 925,
      "b17020_M012": 247,
      "b17020_E013": 1134,
      "b17020_M013": 247,
      "b15003_E001": 14108,
      "b15003_M001": 310,
      "b15003_E022": 3715,
      "b15003_M022": 457,
      "b15003_E023": 2459,
      "b15003_M023": 419,
      "b15003_E024": 440,
      "b15003_M024": 108,
      "b15003_E025": 387,
      "b15003_M025": 98,
      "c16002_E001": 8324,
      "c16002_M001": 279,
      "c16002_E004": 23,
      "c16002_M004": 34,
      "c16002_E007": 31,
      "c16002_M007": 26,
      "c16002_E010": 26,
      "c16002_M010": 31,
      "c16002_E013": 9,
      "c16002_M013": 15,
      "b22010_E001": 8324,
      "b22010_M001": 279,
      "b22010_E002": 505,
      "b22010_M002": 111,
      "b19013_E001": 90718,
      "b19013_M001": 6957
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.97,
       "moe": 8.36,
       "numerator": 1083,
       "denominator": 3285
      },
      "children_with_two_parents_pct": {
       "estimate": 67.03,
       "moe": 7.19,
       "numerator": 2202,
       "denominator": 3285
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.19,
       "moe": 8.17,
       "numerator": 615,
       "denominator": 1972
      },
      "children_below_poverty_pct": {
       "estimate": 9.59,
       "moe": 5.46,
       "numerator": 317,
       "denominator": 3307
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.48,
       "moe": 3.97,
       "numerator": 7193,
       "denominator": 14249
      },
      "limited_english_households_pct": {
       "estimate": 0.82,
       "moe": 0.62,
       "numerator": 68,
       "denominator": 8323
      },
      "snap_households_pct": {
       "estimate": 5.59,
       "moe": 1.51,
       "numerator": 465,
       "denominator": 8323
      },
      "median_household_income": {
       "estimate": 102174,
       "moe": 8172.0
      },
      "own_children_under_18": {
       "estimate": 3285,
       "moe": 269.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3307,
       "moe": 429.32738091111776
      }
     },
     "lines": {
      "b23008_E001": 3285,
      "b23008_M001": 269,
      "b23008_E003": 674,
      "b23008_M003": 171,
      "b23008_E008": 360,
      "b23008_M008": 173,
      "b23008_E016": 1528,
      "b23008_M016": 243,
      "b23008_E021": 723,
      "b23008_M021": 231,
      "b11003_E001": 5257,
      "b11003_M001": 287,
      "b11003_E003": 1357,
      "b11003_M003": 263,
      "b11003_E010": 210,
      "b11003_M010": 103,
      "b11003_E016": 405,
      "b11003_M016": 160,
      "b17020_E001": 18045,
      "b17020_M001": 36,
      "b17020_E003": 148,
      "b17020_M003": 130,
      "b17020_E004": 124,
      "b17020_M004": 123,
      "b17020_E005": 45,
      "b17020_M005": 47,
      "b17020_E011": 901,
      "b17020_M011": 208,
      "b17020_E012": 968,
      "b17020_M012": 238,
      "b17020_E013": 1121,
      "b17020_M013": 224,
      "b15003_E001": 14249,
      "b15003_M001": 278,
      "b15003_E022": 4005,
      "b15003_M022": 374,
      "b15003_E023": 2447,
      "b15003_M023": 422,
      "b15003_E024": 426,
      "b15003_M024": 115,
      "b15003_E025": 315,
      "b15003_M025": 90,
      "c16002_E001": 8323,
      "c16002_M001": 323,
      "c16002_E004": 20,
      "c16002_M004": 30,
      "c16002_E007": 27,
      "c16002_M007": 24,
      "c16002_E010": 21,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8323,
      "b22010_M001": 323,
      "b22010_E002": 465,
      "b22010_M002": 127,
      "b19013_E001": 102174,
      "b19013_M001": 8172
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.82,
       "moe": 8.54,
       "numerator": 942,
       "denominator": 3268
      },
      "children_with_two_parents_pct": {
       "estimate": 71.18,
       "moe": 6.76,
       "numerator": 2326,
       "denominator": 3268
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.48,
       "moe": 8.54,
       "numerator": 590,
       "denominator": 1936
      },
      "children_below_poverty_pct": {
       "estimate": 9.48,
       "moe": 5.01,
       "numerator": 312,
       "denominator": 3292
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.68,
       "moe": 4.33,
       "numerator": 7375,
       "denominator": 14271
      },
      "limited_english_households_pct": {
       "estimate": 1.09,
       "moe": 0.81,
       "numerator": 91,
       "denominator": 8364
      },
      "snap_households_pct": {
       "estimate": 5.28,
       "moe": 1.61,
       "numerator": 442,
       "denominator": 8364
      },
      "median_household_income": {
       "estimate": 108922,
       "moe": 6752.0
      },
      "own_children_under_18": {
       "estimate": 3268,
       "moe": 297.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3292,
       "moe": 444.8269326378519
      }
     },
     "lines": {
      "b23008_E001": 3268,
      "b23008_M001": 297,
      "b23008_E003": 703,
      "b23008_M003": 192,
      "b23008_E008": 268,
      "b23008_M008": 162,
      "b23008_E016": 1623,
      "b23008_M016": 238,
      "b23008_E021": 674,
      "b23008_M021": 243,
      "b11003_E001": 5211,
      "b11003_M001": 284,
      "b11003_E003": 1346,
      "b11003_M003": 256,
      "b11003_E010": 178,
      "b11003_M010": 109,
      "b11003_E016": 412,
      "b11003_M016": 158,
      "b17020_E001": 18103,
      "b17020_M001": 36,
      "b17020_E003": 136,
      "b17020_M003": 126,
      "b17020_E004": 123,
      "b17020_M004": 105,
      "b17020_E005": 53,
      "b17020_M005": 45,
      "b17020_E011": 848,
      "b17020_M011": 214,
      "b17020_E012": 986,
      "b17020_M012": 218,
      "b17020_E013": 1146,
      "b17020_M013": 275,
      "b15003_E001": 14271,
      "b15003_M001": 309,
      "b15003_E022": 3995,
      "b15003_M022": 443,
      "b15003_E023": 2588,
      "b15003_M023": 434,
      "b15003_E024": 420,
      "b15003_M024": 119,
      "b15003_E025": 372,
      "b15003_M025": 92,
      "c16002_E001": 8364,
      "c16002_M001": 338,
      "c16002_E004": 35,
      "c16002_M004": 50,
      "c16002_E007": 32,
      "c16002_M007": 27,
      "c16002_E010": 24,
      "c16002_M010": 30,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8364,
      "b22010_M001": 338,
      "b22010_E002": 442,
      "b22010_M002": 136,
      "b19013_E001": 108922,
      "b19013_M001": 6752
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.56,
       "moe": 9.95,
       "numerator": 993,
       "denominator": 2959
      },
      "children_with_two_parents_pct": {
       "estimate": 66.44,
       "moe": 8.88,
       "numerator": 1966,
       "denominator": 2959
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.65,
       "moe": 7.93,
       "numerator": 596,
       "denominator": 1883
      },
      "children_below_poverty_pct": {
       "estimate": 11.84,
       "moe": 5.66,
       "numerator": 352,
       "denominator": 2972
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.38,
       "moe": 4.13,
       "numerator": 7856,
       "denominator": 14717
      },
      "limited_english_households_pct": {
       "estimate": 1.11,
       "moe": 0.76,
       "numerator": 97,
       "denominator": 8702
      },
      "snap_households_pct": {
       "estimate": 6.03,
       "moe": 1.6,
       "numerator": 525,
       "denominator": 8702
      },
      "median_household_income": {
       "estimate": 114797,
       "moe": 11865.0
      },
      "own_children_under_18": {
       "estimate": 2959,
       "moe": 345.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2972,
       "moe": 420.760026618499
      }
     },
     "lines": {
      "b23008_E001": 2959,
      "b23008_M001": 345,
      "b23008_E003": 618,
      "b23008_M003": 192,
      "b23008_E008": 223,
      "b23008_M008": 151,
      "b23008_E016": 1348,
      "b23008_M016": 291,
      "b23008_E021": 770,
      "b23008_M021": 278,
      "b11003_E001": 5334,
      "b11003_M001": 320,
      "b11003_E003": 1287,
      "b11003_M003": 308,
      "b11003_E010": 151,
      "b11003_M010": 97,
      "b11003_E016": 445,
      "b11003_M016": 161,
      "b17020_E001": 18193,
      "b17020_M001": 30,
      "b17020_E003": 140,
      "b17020_M003": 127,
      "b17020_E004": 125,
      "b17020_M004": 102,
      "b17020_E005": 87,
      "b17020_M005": 65,
      "b17020_E011": 712,
      "b17020_M011": 210,
      "b17020_E012": 929,
      "b17020_M012": 210,
      "b17020_E013": 979,
      "b17020_M013": 241,
      "b15003_E001": 14717,
      "b15003_M001": 308,
      "b15003_E022": 4360,
      "b15003_M022": 460,
      "b15003_E023": 2635,
      "b15003_M023": 402,
      "b15003_E024": 501,
      "b15003_M024": 109,
      "b15003_E025": 360,
      "b15003_M025": 106,
      "c16002_E001": 8702,
      "c16002_M001": 322,
      "c16002_E004": 36,
      "c16002_M004": 47,
      "c16002_E007": 52,
      "c16002_M007": 39,
      "c16002_E010": 9,
      "c16002_M010": 15,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8702,
      "b22010_M001": 322,
      "b22010_E002": 525,
      "b22010_M002": 141,
      "b19013_E001": 114797,
      "b19013_M001": 11865
     }
    }
   }
  },
  "Stratford": {
   "cousub": "74190",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.38,
       "moe": 5.86,
       "numerator": 3328,
       "denominator": 9680
      },
      "children_with_two_parents_pct": {
       "estimate": 65.62,
       "moe": 4.65,
       "numerator": 6352,
       "denominator": 9680
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.64,
       "moe": 5.99,
       "numerator": 1694,
       "denominator": 5035
      },
      "children_below_poverty_pct": {
       "estimate": 9.96,
       "moe": 2.62,
       "numerator": 989,
       "denominator": 9929
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.08,
       "moe": 2.1,
       "numerator": 12826,
       "denominator": 37638
      },
      "limited_english_households_pct": {
       "estimate": 3.47,
       "moe": 1.31,
       "numerator": 700,
       "denominator": 20187
      },
      "snap_households_pct": {
       "estimate": 9.51,
       "moe": 1.4,
       "numerator": 1919,
       "denominator": 20187
      },
      "median_household_income": {
       "estimate": 86113,
       "moe": 5539.0
      },
      "own_children_under_18": {
       "estimate": 9680,
       "moe": 584.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9929,
       "moe": 781.2957186622745
      }
     },
     "lines": {
      "b23008_E001": 9680,
      "b23008_M001": 584,
      "b23008_E003": 2095,
      "b23008_M003": 390,
      "b23008_E008": 746,
      "b23008_M008": 262,
      "b23008_E016": 4257,
      "b23008_M016": 444,
      "b23008_E021": 2582,
      "b23008_M021": 542,
      "b11003_E001": 13849,
      "b11003_M001": 440,
      "b11003_E003": 3341,
      "b11003_M003": 346,
      "b11003_E010": 306,
      "b11003_M010": 139,
      "b11003_E016": 1388,
      "b11003_M016": 314,
      "b17020_E001": 51962,
      "b17020_M001": 155,
      "b17020_E003": 185,
      "b17020_M003": 95,
      "b17020_E004": 336,
      "b17020_M004": 177,
      "b17020_E005": 468,
      "b17020_M005": 182,
      "b17020_E011": 2656,
      "b17020_M011": 416,
      "b17020_E012": 2876,
      "b17020_M012": 433,
      "b17020_E013": 3408,
      "b17020_M013": 420,
      "b15003_E001": 37638,
      "b15003_M001": 694,
      "b15003_E022": 7656,
      "b15003_M022": 589,
      "b15003_E023": 4019,
      "b15003_M023": 534,
      "b15003_E024": 824,
      "b15003_M024": 198,
      "b15003_E025": 327,
      "b15003_M025": 104,
      "c16002_E001": 20187,
      "c16002_M001": 574,
      "c16002_E004": 394,
      "c16002_M004": 228,
      "c16002_E007": 285,
      "c16002_M007": 128,
      "c16002_E010": 21,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 20187,
      "b22010_M001": 574,
      "b22010_E002": 1919,
      "b22010_M002": 288,
      "b19013_E001": 86113,
      "b19013_M001": 5539
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.78,
       "moe": 4.22,
       "numerator": 2664,
       "denominator": 8947
      },
      "children_with_two_parents_pct": {
       "estimate": 70.22,
       "moe": 4.09,
       "numerator": 6283,
       "denominator": 8947
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.73,
       "moe": 6.24,
       "numerator": 1406,
       "denominator": 4576
      },
      "children_below_poverty_pct": {
       "estimate": 8.0,
       "moe": 1.94,
       "numerator": 733,
       "denominator": 9167
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.49,
       "moe": 2.3,
       "numerator": 14699,
       "denominator": 39205
      },
      "limited_english_households_pct": {
       "estimate": 2.72,
       "moe": 0.75,
       "numerator": 566,
       "denominator": 20821
      },
      "snap_households_pct": {
       "estimate": 9.01,
       "moe": 1.44,
       "numerator": 1875,
       "denominator": 20821
      },
      "median_household_income": {
       "estimate": 91025,
       "moe": 6906.0
      },
      "own_children_under_18": {
       "estimate": 8947,
       "moe": 545.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9167,
       "moe": 691.3573605596457
      }
     },
     "lines": {
      "b23008_E001": 8947,
      "b23008_M001": 545,
      "b23008_E003": 2016,
      "b23008_M003": 316,
      "b23008_E008": 620,
      "b23008_M008": 189,
      "b23008_E016": 4267,
      "b23008_M016": 425,
      "b23008_E021": 2044,
      "b23008_M021": 365,
      "b11003_E001": 13628,
      "b11003_M001": 494,
      "b11003_E003": 3170,
      "b11003_M003": 267,
      "b11003_E010": 248,
      "b11003_M010": 115,
      "b11003_E016": 1158,
      "b11003_M016": 290,
      "b17020_E001": 52102,
      "b17020_M001": 79,
      "b17020_E003": 126,
      "b17020_M003": 65,
      "b17020_E004": 260,
      "b17020_M004": 112,
      "b17020_E005": 347,
      "b17020_M005": 134,
      "b17020_E011": 2517,
      "b17020_M011": 332,
      "b17020_E012": 2651,
      "b17020_M012": 415,
      "b17020_E013": 3266,
      "b17020_M013": 401,
      "b15003_E001": 39205,
      "b15003_M001": 639,
      "b15003_E022": 8544,
      "b15003_M022": 710,
      "b15003_E023": 4612,
      "b15003_M023": 519,
      "b15003_E024": 1135,
      "b15003_M024": 266,
      "b15003_E025": 408,
      "b15003_M025": 158,
      "c16002_E001": 20821,
      "c16002_M001": 605,
      "c16002_E004": 163,
      "c16002_M004": 80,
      "c16002_E007": 401,
      "c16002_M007": 131,
      "c16002_E010": 2,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 20821,
      "b22010_M001": 605,
      "b22010_E002": 1875,
      "b22010_M002": 305,
      "b19013_E001": 91025,
      "b19013_M001": 6906
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.78,
       "moe": 4.66,
       "numerator": 2924,
       "denominator": 8921
      },
      "children_with_two_parents_pct": {
       "estimate": 67.22,
       "moe": 4.87,
       "numerator": 5997,
       "denominator": 8921
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.76,
       "moe": 6.23,
       "numerator": 1433,
       "denominator": 4512
      },
      "children_below_poverty_pct": {
       "estimate": 8.47,
       "moe": 2.91,
       "numerator": 775,
       "denominator": 9151
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.5,
       "moe": 2.23,
       "numerator": 14560,
       "denominator": 38823
      },
      "limited_english_households_pct": {
       "estimate": 2.64,
       "moe": 0.85,
       "numerator": 545,
       "denominator": 20679
      },
      "snap_households_pct": {
       "estimate": 10.94,
       "moe": 1.66,
       "numerator": 2262,
       "denominator": 20679
      },
      "median_household_income": {
       "estimate": 93820,
       "moe": 6936.0
      },
      "own_children_under_18": {
       "estimate": 8921,
       "moe": 660.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9151,
       "moe": 728.3563688195497
      }
     },
     "lines": {
      "b23008_E001": 8921,
      "b23008_M001": 660,
      "b23008_E003": 1895,
      "b23008_M003": 390,
      "b23008_E008": 885,
      "b23008_M008": 277,
      "b23008_E016": 4102,
      "b23008_M016": 483,
      "b23008_E021": 2039,
      "b23008_M021": 378,
      "b11003_E001": 13892,
      "b11003_M001": 556,
      "b11003_E003": 3079,
      "b11003_M003": 285,
      "b11003_E010": 305,
      "b11003_M010": 144,
      "b11003_E016": 1128,
      "b11003_M016": 276,
      "b17020_E001": 52101,
      "b17020_M001": 75,
      "b17020_E003": 127,
      "b17020_M003": 80,
      "b17020_E004": 422,
      "b17020_M004": 240,
      "b17020_E005": 226,
      "b17020_M005": 103,
      "b17020_E011": 2659,
      "b17020_M011": 374,
      "b17020_E012": 2571,
      "b17020_M012": 377,
      "b17020_E013": 3146,
      "b17020_M013": 417,
      "b15003_E001": 38823,
      "b15003_M001": 745,
      "b15003_E022": 8300,
      "b15003_M022": 670,
      "b15003_E023": 4789,
      "b15003_M023": 538,
      "b15003_E024": 1044,
      "b15003_M024": 252,
      "b15003_E025": 427,
      "b15003_M025": 158,
      "c16002_E001": 20679,
      "c16002_M001": 632,
      "c16002_E004": 222,
      "c16002_M004": 123,
      "c16002_E007": 321,
      "c16002_M007": 121,
      "c16002_E010": 2,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 20679,
      "b22010_M001": 632,
      "b22010_E002": 2262,
      "b22010_M002": 351,
      "b19013_E001": 93820,
      "b19013_M001": 6936
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.93,
       "moe": 4.63,
       "numerator": 2866,
       "denominator": 9267
      },
      "children_with_two_parents_pct": {
       "estimate": 69.07,
       "moe": 5.17,
       "numerator": 6401,
       "denominator": 9267
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.13,
       "moe": 5.7,
       "numerator": 1443,
       "denominator": 4789
      },
      "children_below_poverty_pct": {
       "estimate": 8.64,
       "moe": 2.52,
       "numerator": 819,
       "denominator": 9480
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.74,
       "moe": 2.38,
       "numerator": 14595,
       "denominator": 38673
      },
      "limited_english_households_pct": {
       "estimate": 2.75,
       "moe": 0.95,
       "numerator": 566,
       "denominator": 20613
      },
      "snap_households_pct": {
       "estimate": 11.33,
       "moe": 1.74,
       "numerator": 2336,
       "denominator": 20613
      },
      "median_household_income": {
       "estimate": 95815,
       "moe": 6955.0
      },
      "own_children_under_18": {
       "estimate": 9267,
       "moe": 607.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9480,
       "moe": 720.231212875421
      }
     },
     "lines": {
      "b23008_E001": 9267,
      "b23008_M001": 607,
      "b23008_E003": 1892,
      "b23008_M003": 315,
      "b23008_E008": 743,
      "b23008_M008": 255,
      "b23008_E016": 4509,
      "b23008_M016": 553,
      "b23008_E021": 2123,
      "b23008_M021": 393,
      "b11003_E001": 13916,
      "b11003_M001": 470,
      "b11003_E003": 3346,
      "b11003_M003": 339,
      "b11003_E010": 389,
      "b11003_M010": 177,
      "b11003_E016": 1054,
      "b11003_M016": 249,
      "b17020_E001": 52463,
      "b17020_M001": 99,
      "b17020_E003": 132,
      "b17020_M003": 97,
      "b17020_E004": 405,
      "b17020_M004": 195,
      "b17020_E005": 282,
      "b17020_M005": 116,
      "b17020_E011": 2510,
      "b17020_M011": 371,
      "b17020_E012": 2674,
      "b17020_M012": 369,
      "b17020_E013": 3477,
      "b17020_M013": 429,
      "b15003_E001": 38673,
      "b15003_M001": 727,
      "b15003_E022": 8505,
      "b15003_M022": 738,
      "b15003_E023": 4642,
      "b15003_M023": 536,
      "b15003_E024": 1043,
      "b15003_M024": 263,
      "b15003_E025": 405,
      "b15003_M025": 156,
      "c16002_E001": 20613,
      "c16002_M001": 591,
      "c16002_E004": 287,
      "c16002_M004": 156,
      "c16002_E007": 229,
      "c16002_M007": 104,
      "c16002_E010": 50,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 20613,
      "b22010_M001": 591,
      "b22010_E002": 2336,
      "b22010_M002": 364,
      "b19013_E001": 95815,
      "b19013_M001": 6955
     }
    }
   }
  },
  "Suffield": {
   "cousub": "74540",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.96,
       "moe": 8.07,
       "numerator": 610,
       "denominator": 2546
      },
      "children_with_two_parents_pct": {
       "estimate": 76.04,
       "moe": 8.24,
       "numerator": 1936,
       "denominator": 2546
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.85,
       "moe": 11.1,
       "numerator": 440,
       "denominator": 1474
      },
      "children_below_poverty_pct": {
       "estimate": 2.19,
       "moe": 3.53,
       "numerator": 58,
       "denominator": 2645
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.93,
       "moe": 3.03,
       "numerator": 4724,
       "denominator": 11542
      },
      "limited_english_households_pct": {
       "estimate": 0.69,
       "moe": 0.98,
       "numerator": 36,
       "denominator": 5209
      },
      "snap_households_pct": {
       "estimate": 1.67,
       "moe": 0.97,
       "numerator": 87,
       "denominator": 5209
      },
      "median_household_income": {
       "estimate": 115965,
       "moe": 10408.0
      },
      "own_children_under_18": {
       "estimate": 2546,
       "moe": 353.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2645,
       "moe": 388.4070030264645
      }
     },
     "lines": {
      "b23008_E001": 2546,
      "b23008_M001": 353,
      "b23008_E003": 535,
      "b23008_M003": 182,
      "b23008_E008": 50,
      "b23008_M008": 43,
      "b23008_E016": 1401,
      "b23008_M016": 288,
      "b23008_E021": 560,
      "b23008_M021": 218,
      "b11003_E001": 3986,
      "b11003_M001": 192,
      "b11003_E003": 1034,
      "b11003_M003": 180,
      "b11003_E010": 150,
      "b11003_M010": 110,
      "b11003_E016": 290,
      "b11003_M016": 143,
      "b17020_E001": 13594,
      "b17020_M001": 261,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 58,
      "b17020_M004": 89,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 604,
      "b17020_M011": 186,
      "b17020_E012": 801,
      "b17020_M012": 206,
      "b17020_E013": 1182,
      "b17020_M013": 255,
      "b15003_E001": 11542,
      "b15003_M001": 439,
      "b15003_E022": 2728,
      "b15003_M022": 270,
      "b15003_E023": 1534,
      "b15003_M023": 250,
      "b15003_E024": 317,
      "b15003_M024": 126,
      "b15003_E025": 145,
      "b15003_M025": 60,
      "c16002_E001": 5209,
      "c16002_M001": 292,
      "c16002_E004": 21,
      "c16002_M004": 33,
      "c16002_E007": 15,
      "c16002_M007": 25,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5209,
      "b22010_M001": 292,
      "b22010_E002": 87,
      "b22010_M002": 51,
      "b19013_E001": 115965,
      "b19013_M001": 10408
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.91,
       "moe": 8.33,
       "numerator": 563,
       "denominator": 2570
      },
      "children_with_two_parents_pct": {
       "estimate": 78.09,
       "moe": 10.12,
       "numerator": 2007,
       "denominator": 2570
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.02,
       "moe": 10.05,
       "numerator": 371,
       "denominator": 1426
      },
      "children_below_poverty_pct": {
       "estimate": 3.5,
       "moe": 3.76,
       "numerator": 94,
       "denominator": 2687
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.96,
       "moe": 3.76,
       "numerator": 4774,
       "denominator": 11377
      },
      "limited_english_households_pct": {
       "estimate": 0.94,
       "moe": 1.23,
       "numerator": 50,
       "denominator": 5307
      },
      "snap_households_pct": {
       "estimate": 2.51,
       "moe": 1.54,
       "numerator": 133,
       "denominator": 5307
      },
      "median_household_income": {
       "estimate": 121141,
       "moe": 11057.0
      },
      "own_children_under_18": {
       "estimate": 2570,
       "moe": 333.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2687,
       "moe": 385.28820381631203
      }
     },
     "lines": {
      "b23008_E001": 2570,
      "b23008_M001": 333,
      "b23008_E003": 564,
      "b23008_M003": 198,
      "b23008_E008": 46,
      "b23008_M008": 38,
      "b23008_E016": 1443,
      "b23008_M016": 310,
      "b23008_E021": 517,
      "b23008_M021": 223,
      "b11003_E001": 3929,
      "b11003_M001": 230,
      "b11003_E003": 1055,
      "b11003_M003": 173,
      "b11003_E010": 108,
      "b11003_M010": 94,
      "b11003_E016": 263,
      "b11003_M016": 124,
      "b17020_E001": 13863,
      "b17020_M001": 87,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 76,
      "b17020_M004": 96,
      "b17020_E005": 18,
      "b17020_M005": 27,
      "b17020_E011": 631,
      "b17020_M011": 204,
      "b17020_E012": 902,
      "b17020_M012": 213,
      "b17020_E013": 1060,
      "b17020_M013": 226,
      "b15003_E001": 11377,
      "b15003_M001": 397,
      "b15003_E022": 2880,
      "b15003_M022": 337,
      "b15003_E023": 1438,
      "b15003_M023": 266,
      "b15003_E024": 296,
      "b15003_M024": 151,
      "b15003_E025": 160,
      "b15003_M025": 60,
      "c16002_E001": 5307,
      "c16002_M001": 261,
      "c16002_E004": 35,
      "c16002_M004": 53,
      "c16002_E007": 15,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5307,
      "b22010_M001": 261,
      "b22010_E002": 133,
      "b22010_M002": 82,
      "b19013_E001": 121141,
      "b19013_M001": 11057
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.54,
       "moe": 6.57,
       "numerator": 458,
       "denominator": 2470
      },
      "children_with_two_parents_pct": {
       "estimate": 81.46,
       "moe": 9.58,
       "numerator": 2012,
       "denominator": 2470
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.06,
       "moe": 7.66,
       "numerator": 302,
       "denominator": 1369
      },
      "children_below_poverty_pct": {
       "estimate": 3.55,
       "moe": 3.02,
       "numerator": 90,
       "denominator": 2538
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.19,
       "moe": 3.59,
       "numerator": 4564,
       "denominator": 11357
      },
      "limited_english_households_pct": {
       "estimate": 1.41,
       "moe": 1.15,
       "numerator": 75,
       "denominator": 5326
      },
      "snap_households_pct": {
       "estimate": 3.04,
       "moe": 1.74,
       "numerator": 162,
       "denominator": 5326
      },
      "median_household_income": {
       "estimate": 125352,
       "moe": 16356.0
      },
      "own_children_under_18": {
       "estimate": 2470,
       "moe": 351.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2538,
       "moe": 388.4057157148952
      }
     },
     "lines": {
      "b23008_E001": 2470,
      "b23008_M001": 351,
      "b23008_E003": 533,
      "b23008_M003": 213,
      "b23008_E008": 89,
      "b23008_M008": 73,
      "b23008_E016": 1479,
      "b23008_M016": 304,
      "b23008_E021": 369,
      "b23008_M021": 159,
      "b11003_E001": 3850,
      "b11003_M001": 212,
      "b11003_E003": 1067,
      "b11003_M003": 184,
      "b11003_E010": 96,
      "b11003_M010": 59,
      "b11003_E016": 206,
      "b11003_M016": 99,
      "b17020_E001": 13845,
      "b17020_M001": 70,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 72,
      "b17020_M004": 70,
      "b17020_E005": 18,
      "b17020_M005": 27,
      "b17020_E011": 636,
      "b17020_M011": 224,
      "b17020_E012": 860,
      "b17020_M012": 218,
      "b17020_E013": 952,
      "b17020_M013": 217,
      "b15003_E001": 11357,
      "b15003_M001": 316,
      "b15003_E022": 2858,
      "b15003_M022": 316,
      "b15003_E023": 1196,
      "b15003_M023": 233,
      "b15003_E024": 345,
      "b15003_M024": 153,
      "b15003_E025": 165,
      "b15003_M025": 71,
      "c16002_E001": 5326,
      "c16002_M001": 270,
      "c16002_E004": 23,
      "c16002_M004": 36,
      "c16002_E007": 42,
      "c16002_M007": 41,
      "c16002_E010": 10,
      "c16002_M010": 18,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5326,
      "b22010_M001": 270,
      "b22010_E002": 162,
      "b22010_M002": 93,
      "b19013_E001": 125352,
      "b19013_M001": 16356
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.79,
       "moe": 5.18,
       "numerator": 337,
       "denominator": 2444
      },
      "children_with_two_parents_pct": {
       "estimate": 86.21,
       "moe": 3.79,
       "numerator": 2107,
       "denominator": 2444
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.92,
       "moe": 6.08,
       "numerator": 178,
       "denominator": 1279
      },
      "children_below_poverty_pct": {
       "estimate": 6.46,
       "moe": 3.91,
       "numerator": 164,
       "denominator": 2540
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.37,
       "moe": 3.35,
       "numerator": 4666,
       "denominator": 11559
      },
      "limited_english_households_pct": {
       "estimate": 2.1,
       "moe": 1.37,
       "numerator": 111,
       "denominator": 5297
      },
      "snap_households_pct": {
       "estimate": 3.36,
       "moe": 1.79,
       "numerator": 178,
       "denominator": 5297
      },
      "median_household_income": {
       "estimate": 119472,
       "moe": 12973.0
      },
      "own_children_under_18": {
       "estimate": 2444,
       "moe": 322.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2540,
       "moe": 336.986646619714
      }
     },
     "lines": {
      "b23008_E001": 2444,
      "b23008_M001": 322,
      "b23008_E003": 640,
      "b23008_M003": 173,
      "b23008_E008": 96,
      "b23008_M008": 81,
      "b23008_E016": 1467,
      "b23008_M016": 236,
      "b23008_E021": 241,
      "b23008_M021": 107,
      "b11003_E001": 3834,
      "b11003_M001": 231,
      "b11003_E003": 1101,
      "b11003_M003": 162,
      "b11003_E010": 25,
      "b11003_M010": 30,
      "b11003_E016": 153,
      "b11003_M016": 76,
      "b17020_E001": 13883,
      "b17020_M001": 93,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 107,
      "b17020_M004": 87,
      "b17020_E005": 57,
      "b17020_M005": 48,
      "b17020_E011": 757,
      "b17020_M011": 193,
      "b17020_E012": 825,
      "b17020_M012": 189,
      "b17020_E013": 794,
      "b17020_M013": 174,
      "b15003_E001": 11559,
      "b15003_M001": 378,
      "b15003_E022": 2905,
      "b15003_M022": 285,
      "b15003_E023": 1315,
      "b15003_M023": 272,
      "b15003_E024": 261,
      "b15003_M024": 108,
      "b15003_E025": 185,
      "b15003_M025": 78,
      "c16002_E001": 5297,
      "c16002_M001": 273,
      "c16002_E004": 31,
      "c16002_M004": 45,
      "c16002_E007": 57,
      "c16002_M007": 47,
      "c16002_E010": 23,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5297,
      "b22010_M001": 273,
      "b22010_E002": 178,
      "b22010_M002": 95,
      "b19013_E001": 119472,
      "b19013_M001": 12973
     }
    }
   }
  },
  "Thomaston": {
   "cousub": "75730",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.12,
       "moe": 9.57,
       "numerator": 301,
       "denominator": 1574
      },
      "children_with_two_parents_pct": {
       "estimate": 80.88,
       "moe": 10.72,
       "numerator": 1273,
       "denominator": 1574
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.79,
       "moe": 10.42,
       "numerator": 114,
       "denominator": 771
      },
      "children_below_poverty_pct": {
       "estimate": 1.71,
       "moe": 1.68,
       "numerator": 27,
       "denominator": 1583
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.68,
       "moe": 5.33,
       "numerator": 1758,
       "denominator": 5220
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.24,
       "numerator": 0,
       "denominator": 3071
      },
      "snap_households_pct": {
       "estimate": 7.36,
       "moe": 3.54,
       "numerator": 226,
       "denominator": 3071
      },
      "median_household_income": {
       "estimate": 81013,
       "moe": 17503.0
      },
      "own_children_under_18": {
       "estimate": 1574,
       "moe": 288.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1583,
       "moe": 324.48882877535243
      }
     },
     "lines": {
      "b23008_E001": 1574,
      "b23008_M001": 288,
      "b23008_E003": 393,
      "b23008_M003": 160,
      "b23008_E008": 53,
      "b23008_M008": 54,
      "b23008_E016": 880,
      "b23008_M016": 239,
      "b23008_E021": 248,
      "b23008_M021": 151,
      "b11003_E001": 1981,
      "b11003_M001": 150,
      "b11003_E003": 657,
      "b11003_M003": 196,
      "b11003_E010": 73,
      "b11003_M010": 76,
      "b11003_E016": 41,
      "b11003_M016": 41,
      "b17020_E001": 7492,
      "b17020_M001": 16,
      "b17020_E003": 9,
      "b17020_M003": 17,
      "b17020_E004": 8,
      "b17020_M004": 15,
      "b17020_E005": 10,
      "b17020_M005": 15,
      "b17020_E011": 437,
      "b17020_M011": 168,
      "b17020_E012": 551,
      "b17020_M012": 217,
      "b17020_E013": 568,
      "b17020_M013": 171,
      "b15003_E001": 5220,
      "b15003_M001": 300,
      "b15003_E022": 1105,
      "b15003_M022": 233,
      "b15003_E023": 598,
      "b15003_M023": 168,
      "b15003_E024": 10,
      "b15003_M024": 16,
      "b15003_E025": 45,
      "b15003_M025": 70,
      "c16002_E001": 3071,
      "c16002_M001": 238,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3071,
      "b22010_M001": 238,
      "b22010_E002": 226,
      "b22010_M002": 110,
      "b19013_E001": 81013,
      "b19013_M001": 17503
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.55,
       "moe": 7.61,
       "numerator": 246,
       "denominator": 1691
      },
      "children_with_two_parents_pct": {
       "estimate": 85.45,
       "moe": 9.01,
       "numerator": 1445,
       "denominator": 1691
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.82,
       "moe": 11.28,
       "numerator": 124,
       "denominator": 784
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.95,
       "numerator": 0,
       "denominator": 1691
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.35,
       "moe": 6.55,
       "numerator": 1761,
       "denominator": 5126
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.27,
       "numerator": 0,
       "denominator": 2984
      },
      "snap_households_pct": {
       "estimate": 6.77,
       "moe": 3.7,
       "numerator": 202,
       "denominator": 2984
      },
      "median_household_income": {
       "estimate": 91967,
       "moe": 17161.0
      },
      "own_children_under_18": {
       "estimate": 1691,
       "moe": 399.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1691,
       "moe": 375.01733293275925
      }
     },
     "lines": {
      "b23008_E001": 1691,
      "b23008_M001": 399,
      "b23008_E003": 487,
      "b23008_M003": 258,
      "b23008_E008": 59,
      "b23008_M008": 79,
      "b23008_E016": 958,
      "b23008_M016": 270,
      "b23008_E021": 187,
      "b23008_M021": 117,
      "b11003_E001": 1929,
      "b11003_M001": 179,
      "b11003_E003": 660,
      "b11003_M003": 195,
      "b11003_E010": 103,
      "b11003_M010": 92,
      "b11003_E016": 21,
      "b11003_M016": 23,
      "b17020_E001": 7464,
      "b17020_M001": 46,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 546,
      "b17020_M011": 255,
      "b17020_E012": 560,
      "b17020_M012": 219,
      "b17020_E013": 585,
      "b17020_M013": 163,
      "b15003_E001": 5126,
      "b15003_M001": 358,
      "b15003_E022": 1137,
      "b15003_M022": 285,
      "b15003_E023": 591,
      "b15003_M023": 213,
      "b15003_E024": 33,
      "b15003_M024": 30,
      "b15003_E025": 0,
      "b15003_M025": 19,
      "c16002_E001": 2984,
      "c16002_M001": 286,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2984,
      "b22010_M001": 286,
      "b22010_E002": 202,
      "b22010_M002": 112,
      "b19013_E001": 91967,
      "b19013_M001": 17161
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.34,
       "moe": 8.07,
       "numerator": 197,
       "denominator": 1597
      },
      "children_with_two_parents_pct": {
       "estimate": 87.66,
       "moe": 11.51,
       "numerator": 1400,
       "denominator": 1597
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.21,
       "moe": 10.61,
       "numerator": 124,
       "denominator": 765
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.06,
       "numerator": 0,
       "denominator": 1597
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.03,
       "moe": 6.06,
       "numerator": 1922,
       "denominator": 5334
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.25,
       "numerator": 0,
       "denominator": 3038
      },
      "snap_households_pct": {
       "estimate": 3.92,
       "moe": 2.74,
       "numerator": 119,
       "denominator": 3038
      },
      "median_household_income": {
       "estimate": 104074,
       "moe": 14083.0
      },
      "own_children_under_18": {
       "estimate": 1597,
       "moe": 370.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1597,
       "moe": 383.69128215272235
      }
     },
     "lines": {
      "b23008_E001": 1597,
      "b23008_M001": 370,
      "b23008_E003": 449,
      "b23008_M003": 271,
      "b23008_E008": 52,
      "b23008_M008": 69,
      "b23008_E016": 951,
      "b23008_M016": 256,
      "b23008_E021": 145,
      "b23008_M021": 118,
      "b11003_E001": 1990,
      "b11003_M001": 191,
      "b11003_E003": 641,
      "b11003_M003": 211,
      "b11003_E010": 103,
      "b11003_M010": 86,
      "b11003_E016": 21,
      "b11003_M016": 24,
      "b17020_E001": 7459,
      "b17020_M001": 38,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 501,
      "b17020_M011": 260,
      "b17020_E012": 541,
      "b17020_M012": 190,
      "b17020_E013": 555,
      "b17020_M013": 206,
      "b15003_E001": 5334,
      "b15003_M001": 356,
      "b15003_E022": 1277,
      "b15003_M022": 286,
      "b15003_E023": 601,
      "b15003_M023": 193,
      "b15003_E024": 32,
      "b15003_M024": 36,
      "b15003_E025": 12,
      "b15003_M025": 22,
      "c16002_E001": 3038,
      "c16002_M001": 282,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3038,
      "b22010_M001": 282,
      "b22010_E002": 119,
      "b22010_M002": 84,
      "b19013_E001": 104074,
      "b19013_M001": 14083
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.67,
       "moe": 8.65,
       "numerator": 177,
       "denominator": 1517
      },
      "children_with_two_parents_pct": {
       "estimate": 88.33,
       "moe": 30.98,
       "numerator": 1340,
       "denominator": 1517
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.53,
       "moe": 11.75,
       "numerator": 110,
       "denominator": 813
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.17,
       "numerator": 0,
       "denominator": 1517
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.97,
       "moe": 4.59,
       "numerator": 1836,
       "denominator": 5405
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.23,
       "numerator": 0,
       "denominator": 3097
      },
      "snap_households_pct": {
       "estimate": 4.13,
       "moe": 2.2,
       "numerator": 128,
       "denominator": 3097
      },
      "median_household_income": {
       "estimate": 103218,
       "moe": 15497.0
      },
      "own_children_under_18": {
       "estimate": 1517,
       "moe": 377.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1517,
       "moe": 361.8950124000053
      }
     },
     "lines": {
      "b23008_E001": 1517,
      "b23008_M001": 377,
      "b23008_E003": 479,
      "b23008_M003": 232,
      "b23008_E008": 62,
      "b23008_M008": 74,
      "b23008_E016": 861,
      "b23008_M016": 237,
      "b23008_E021": 115,
      "b23008_M021": 117,
      "b11003_E001": 2022,
      "b11003_M001": 191,
      "b11003_E003": 703,
      "b11003_M003": 194,
      "b11003_E010": 85,
      "b11003_M010": 96,
      "b11003_E016": 25,
      "b11003_M016": 28,
      "b17020_E001": 7470,
      "b17020_M001": 39,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 541,
      "b17020_M011": 235,
      "b17020_E012": 498,
      "b17020_M012": 202,
      "b17020_E013": 478,
      "b17020_M013": 184,
      "b15003_E001": 5405,
      "b15003_M001": 365,
      "b15003_E022": 1263,
      "b15003_M022": 227,
      "b15003_E023": 536,
      "b15003_M023": 155,
      "b15003_E024": 29,
      "b15003_M024": 32,
      "b15003_E025": 8,
      "b15003_M025": 19,
      "c16002_E001": 3097,
      "c16002_M001": 278,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3097,
      "b22010_M001": 278,
      "b22010_E002": 128,
      "b22010_M002": 69,
      "b19013_E001": 103218,
      "b19013_M001": 15497
     }
    }
   }
  },
  "Thompson": {
   "cousub": "75870",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.7,
       "moe": 12.18,
       "numerator": 415,
       "denominator": 1446
      },
      "children_with_two_parents_pct": {
       "estimate": 71.3,
       "moe": 6.01,
       "numerator": 1031,
       "denominator": 1446
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.93,
       "moe": 16.26,
       "numerator": 308,
       "denominator": 834
      },
      "children_below_poverty_pct": {
       "estimate": 4.32,
       "moe": 4.56,
       "numerator": 65,
       "denominator": 1505
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.01,
       "moe": 4.3,
       "numerator": 1943,
       "denominator": 7193
      },
      "limited_english_households_pct": {
       "estimate": 1.53,
       "moe": 1.62,
       "numerator": 58,
       "denominator": 3802
      },
      "snap_households_pct": {
       "estimate": 10.89,
       "moe": 4.2,
       "numerator": 414,
       "denominator": 3802
      },
      "median_household_income": {
       "estimate": 81649,
       "moe": 15963.0
      },
      "own_children_under_18": {
       "estimate": 1446,
       "moe": 215.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1505,
       "moe": 255.44079548889601
      }
     },
     "lines": {
      "b23008_E001": 1446,
      "b23008_M001": 215,
      "b23008_E003": 293,
      "b23008_M003": 119,
      "b23008_E008": 160,
      "b23008_M008": 104,
      "b23008_E016": 738,
      "b23008_M016": 130,
      "b23008_E021": 255,
      "b23008_M021": 155,
      "b11003_E001": 2438,
      "b11003_M001": 236,
      "b11003_E003": 526,
      "b11003_M003": 98,
      "b11003_E010": 142,
      "b11003_M010": 119,
      "b11003_E016": 166,
      "b11003_M016": 93,
      "b17020_E001": 9165,
      "b17020_M001": 51,
      "b17020_E003": 29,
      "b17020_M003": 48,
      "b17020_E004": 32,
      "b17020_M004": 50,
      "b17020_E005": 4,
      "b17020_M005": 6,
      "b17020_E011": 449,
      "b17020_M011": 145,
      "b17020_E012": 479,
      "b17020_M012": 99,
      "b17020_E013": 512,
      "b17020_M013": 172,
      "b15003_E001": 7193,
      "b15003_M001": 281,
      "b15003_E022": 1207,
      "b15003_M022": 269,
      "b15003_E023": 654,
      "b15003_M023": 160,
      "b15003_E024": 27,
      "b15003_M024": 27,
      "b15003_E025": 55,
      "b15003_M025": 52,
      "c16002_E001": 3802,
      "c16002_M001": 194,
      "c16002_E004": 46,
      "c16002_M004": 53,
      "c16002_E007": 12,
      "c16002_M007": 17,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3802,
      "b22010_M001": 194,
      "b22010_E002": 414,
      "b22010_M002": 161,
      "b19013_E001": 81649,
      "b19013_M001": 15963
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.49,
       "moe": 10.79,
       "numerator": 342,
       "denominator": 1456
      },
      "children_with_two_parents_pct": {
       "estimate": 76.51,
       "moe": 5.1,
       "numerator": 1114,
       "denominator": 1456
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.84,
       "moe": 15.36,
       "numerator": 270,
       "denominator": 775
      },
      "children_below_poverty_pct": {
       "estimate": 5.88,
       "moe": 5.69,
       "numerator": 87,
       "denominator": 1480
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.67,
       "moe": 4.46,
       "numerator": 1892,
       "denominator": 7094
      },
      "limited_english_households_pct": {
       "estimate": 1.41,
       "moe": 1.84,
       "numerator": 54,
       "denominator": 3819
      },
      "snap_households_pct": {
       "estimate": 11.26,
       "moe": 4.37,
       "numerator": 430,
       "denominator": 3819
      },
      "median_household_income": {
       "estimate": 95905,
       "moe": 18367.0
      },
      "own_children_under_18": {
       "estimate": 1456,
       "moe": 295.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1480,
       "moe": 297.44579338091165
      }
     },
     "lines": {
      "b23008_E001": 1456,
      "b23008_M001": 295,
      "b23008_E003": 410,
      "b23008_M003": 169,
      "b23008_E008": 144,
      "b23008_M008": 95,
      "b23008_E016": 704,
      "b23008_M016": 167,
      "b23008_E021": 198,
      "b23008_M021": 143,
      "b11003_E001": 2550,
      "b11003_M001": 240,
      "b11003_E003": 505,
      "b11003_M003": 161,
      "b11003_E010": 86,
      "b11003_M010": 92,
      "b11003_E016": 184,
      "b11003_M016": 106,
      "b17020_E001": 9215,
      "b17020_M001": 26,
      "b17020_E003": 45,
      "b17020_M003": 60,
      "b17020_E004": 37,
      "b17020_M004": 61,
      "b17020_E005": 5,
      "b17020_M005": 8,
      "b17020_E011": 528,
      "b17020_M011": 182,
      "b17020_E012": 432,
      "b17020_M012": 133,
      "b17020_E013": 433,
      "b17020_M013": 174,
      "b15003_E001": 7094,
      "b15003_M001": 365,
      "b15003_E022": 1155,
      "b15003_M022": 267,
      "b15003_E023": 623,
      "b15003_M023": 178,
      "b15003_E024": 40,
      "b15003_M024": 38,
      "b15003_E025": 74,
      "b15003_M025": 72,
      "c16002_E001": 3819,
      "c16002_M001": 242,
      "c16002_E004": 44,
      "c16002_M004": 63,
      "c16002_E007": 10,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3819,
      "b22010_M001": 242,
      "b22010_E002": 430,
      "b22010_M002": 169,
      "b19013_E001": 95905,
      "b19013_M001": 18367
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.58,
       "moe": 14.45,
       "numerator": 389,
       "denominator": 1125
      },
      "children_with_two_parents_pct": {
       "estimate": 65.42,
       "moe": 6.46,
       "numerator": 736,
       "denominator": 1125
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.91,
       "moe": 16.59,
       "numerator": 321,
       "denominator": 748
      },
      "children_below_poverty_pct": {
       "estimate": 8.05,
       "moe": 7.04,
       "numerator": 91,
       "denominator": 1130
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.49,
       "moe": 4.61,
       "numerator": 1851,
       "denominator": 7557
      },
      "limited_english_households_pct": {
       "estimate": 0.77,
       "moe": 1.1,
       "numerator": 31,
       "denominator": 4006
      },
      "snap_households_pct": {
       "estimate": 10.88,
       "moe": 4.92,
       "numerator": 436,
       "denominator": 4006
      },
      "median_household_income": {
       "estimate": 88421,
       "moe": 16885.0
      },
      "own_children_under_18": {
       "estimate": 1125,
       "moe": 271.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1130,
       "moe": 253.24888943487986
      }
     },
     "lines": {
      "b23008_E001": 1125,
      "b23008_M001": 271,
      "b23008_E003": 240,
      "b23008_M003": 114,
      "b23008_E008": 104,
      "b23008_M008": 93,
      "b23008_E016": 496,
      "b23008_M016": 154,
      "b23008_E021": 285,
      "b23008_M021": 163,
      "b11003_E001": 2551,
      "b11003_M001": 260,
      "b11003_E003": 427,
      "b11003_M003": 138,
      "b11003_E010": 125,
      "b11003_M010": 113,
      "b11003_E016": 196,
      "b11003_M016": 102,
      "b17020_E001": 9237,
      "b17020_M001": 33,
      "b17020_E003": 42,
      "b17020_M003": 58,
      "b17020_E004": 33,
      "b17020_M004": 55,
      "b17020_E005": 16,
      "b17020_M005": 19,
      "b17020_E011": 302,
      "b17020_M011": 132,
      "b17020_E012": 393,
      "b17020_M012": 125,
      "b17020_E013": 344,
      "b17020_M013": 156,
      "b15003_E001": 7557,
      "b15003_M001": 318,
      "b15003_E022": 1155,
      "b15003_M022": 296,
      "b15003_E023": 611,
      "b15003_M023": 188,
      "b15003_E024": 34,
      "b15003_M024": 32,
      "b15003_E025": 51,
      "b15003_M025": 58,
      "c16002_E001": 4006,
      "c16002_M001": 246,
      "c16002_E004": 18,
      "c16002_M004": 28,
      "c16002_E007": 13,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4006,
      "b22010_M001": 246,
      "b22010_E002": 436,
      "b22010_M002": 199,
      "b19013_E001": 88421,
      "b19013_M001": 16885
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.5,
       "moe": 15.41,
       "numerator": 316,
       "denominator": 1036
      },
      "children_with_two_parents_pct": {
       "estimate": 69.5,
       "moe": 12.33,
       "numerator": 720,
       "denominator": 1036
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.27,
       "moe": 22.03,
       "numerator": 298,
       "denominator": 705
      },
      "children_below_poverty_pct": {
       "estimate": 8.36,
       "moe": 9.21,
       "numerator": 87,
       "denominator": 1041
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.86,
       "moe": 4.69,
       "numerator": 1678,
       "denominator": 7676
      },
      "limited_english_households_pct": {
       "estimate": 0.56,
       "moe": 0.98,
       "numerator": 23,
       "denominator": 4130
      },
      "snap_households_pct": {
       "estimate": 11.91,
       "moe": 6.11,
       "numerator": 492,
       "denominator": 4130
      },
      "median_household_income": {
       "estimate": 93629,
       "moe": 17531.0
      },
      "own_children_under_18": {
       "estimate": 1036,
       "moe": 261.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1041,
       "moe": 289.75679457089524
      }
     },
     "lines": {
      "b23008_E001": 1036,
      "b23008_M001": 261,
      "b23008_E003": 204,
      "b23008_M003": 102,
      "b23008_E008": 74,
      "b23008_M008": 79,
      "b23008_E016": 516,
      "b23008_M016": 197,
      "b23008_E021": 242,
      "b23008_M021": 160,
      "b11003_E001": 2531,
      "b11003_M001": 296,
      "b11003_E003": 407,
      "b11003_M003": 163,
      "b11003_E010": 142,
      "b11003_M010": 137,
      "b11003_E016": 156,
      "b11003_M016": 128,
      "b17020_E001": 9309,
      "b17020_M001": 27,
      "b17020_E003": 9,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 78,
      "b17020_M005": 96,
      "b17020_E011": 269,
      "b17020_M011": 128,
      "b17020_E012": 377,
      "b17020_M012": 169,
      "b17020_E013": 308,
      "b17020_M013": 171,
      "b15003_E001": 7676,
      "b15003_M001": 306,
      "b15003_E022": 955,
      "b15003_M022": 277,
      "b15003_E023": 643,
      "b15003_M023": 233,
      "b15003_E024": 38,
      "b15003_M024": 30,
      "b15003_E025": 42,
      "b15003_M025": 47,
      "c16002_E001": 4130,
      "c16002_M001": 250,
      "c16002_E004": 15,
      "c16002_M004": 27,
      "c16002_E007": 8,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4130,
      "b22010_M001": 250,
      "b22010_E002": 492,
      "b22010_M002": 254,
      "b19013_E001": 93629,
      "b19013_M001": 17531
     }
    }
   }
  },
  "Tolland": {
   "cousub": "76290",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.74,
       "moe": 8.1,
       "numerator": 524,
       "denominator": 2954
      },
      "children_with_two_parents_pct": {
       "estimate": 82.26,
       "moe": 8.79,
       "numerator": 2430,
       "denominator": 2954
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.12,
       "moe": 8.6,
       "numerator": 278,
       "denominator": 1725
      },
      "children_below_poverty_pct": {
       "estimate": 4.43,
       "moe": 3.49,
       "numerator": 135,
       "denominator": 3050
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.42,
       "moe": 5.95,
       "numerator": 5351,
       "denominator": 10016
      },
      "limited_english_households_pct": {
       "estimate": 2.42,
       "moe": 2.07,
       "numerator": 131,
       "denominator": 5411
      },
      "snap_households_pct": {
       "estimate": 1.2,
       "moe": 1.0,
       "numerator": 65,
       "denominator": 5411
      },
      "median_household_income": {
       "estimate": 121120,
       "moe": 14658.0
      },
      "own_children_under_18": {
       "estimate": 2954,
       "moe": 335.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3050,
       "moe": 459.9782603558564
      }
     },
     "lines": {
      "b23008_E001": 2954,
      "b23008_M001": 335,
      "b23008_E003": 799,
      "b23008_M003": 231,
      "b23008_E008": 64,
      "b23008_M008": 83,
      "b23008_E016": 1631,
      "b23008_M016": 300,
      "b23008_E021": 460,
      "b23008_M021": 232,
      "b11003_E001": 4289,
      "b11003_M001": 319,
      "b11003_E003": 1447,
      "b11003_M003": 246,
      "b11003_E010": 127,
      "b11003_M010": 110,
      "b11003_E016": 151,
      "b11003_M016": 110,
      "b17020_E001": 14415,
      "b17020_M001": 105,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 26,
      "b17020_M004": 41,
      "b17020_E005": 109,
      "b17020_M005": 98,
      "b17020_E011": 863,
      "b17020_M011": 238,
      "b17020_E012": 827,
      "b17020_M012": 187,
      "b17020_E013": 1225,
      "b17020_M013": 329,
      "b15003_E001": 10016,
      "b15003_M001": 528,
      "b15003_E022": 2821,
      "b15003_M022": 497,
      "b15003_E023": 1889,
      "b15003_M023": 370,
      "b15003_E024": 258,
      "b15003_M024": 144,
      "b15003_E025": 383,
      "b15003_M025": 175,
      "c16002_E001": 5411,
      "c16002_M001": 272,
      "c16002_E004": 18,
      "c16002_M004": 29,
      "c16002_E007": 113,
      "c16002_M007": 104,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5411,
      "b22010_M001": 272,
      "b22010_E002": 65,
      "b22010_M002": 54,
      "b19013_E001": 121120,
      "b19013_M001": 14658
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.38,
       "moe": 7.8,
       "numerator": 659,
       "denominator": 3233
      },
      "children_with_two_parents_pct": {
       "estimate": 79.62,
       "moe": 7.57,
       "numerator": 2574,
       "denominator": 3233
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.79,
       "moe": 8.49,
       "numerator": 407,
       "denominator": 1868
      },
      "children_below_poverty_pct": {
       "estimate": 5.38,
       "moe": 4.18,
       "numerator": 181,
       "denominator": 3364
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.78,
       "moe": 6.44,
       "numerator": 5546,
       "denominator": 10125
      },
      "limited_english_households_pct": {
       "estimate": 3.18,
       "moe": 3.24,
       "numerator": 169,
       "denominator": 5319
      },
      "snap_households_pct": {
       "estimate": 1.03,
       "moe": 0.92,
       "numerator": 55,
       "denominator": 5319
      },
      "median_household_income": {
       "estimate": 132846,
       "moe": 17588.0
      },
      "own_children_under_18": {
       "estimate": 3233,
       "moe": 446.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3364,
       "moe": 518.4881869435407
      }
     },
     "lines": {
      "b23008_E001": 3233,
      "b23008_M001": 446,
      "b23008_E003": 825,
      "b23008_M003": 213,
      "b23008_E008": 81,
      "b23008_M008": 99,
      "b23008_E016": 1749,
      "b23008_M016": 375,
      "b23008_E021": 578,
      "b23008_M021": 249,
      "b11003_E001": 4291,
      "b11003_M001": 279,
      "b11003_E003": 1461,
      "b11003_M003": 196,
      "b11003_E010": 144,
      "b11003_M010": 121,
      "b11003_E016": 263,
      "b11003_M016": 117,
      "b17020_E001": 14467,
      "b17020_M001": 23,
      "b17020_E003": 24,
      "b17020_M003": 41,
      "b17020_E004": 22,
      "b17020_M004": 38,
      "b17020_E005": 135,
      "b17020_M005": 132,
      "b17020_E011": 882,
      "b17020_M011": 230,
      "b17020_E012": 967,
      "b17020_M012": 234,
      "b17020_E013": 1334,
      "b17020_M013": 375,
      "b15003_E001": 10125,
      "b15003_M001": 536,
      "b15003_E022": 3056,
      "b15003_M022": 607,
      "b15003_E023": 1842,
      "b15003_M023": 324,
      "b15003_E024": 338,
      "b15003_M024": 139,
      "b15003_E025": 310,
      "b15003_M025": 137,
      "c16002_E001": 5319,
      "c16002_M001": 269,
      "c16002_E004": 30,
      "c16002_M004": 44,
      "c16002_E007": 139,
      "c16002_M007": 164,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5319,
      "b22010_M001": 269,
      "b22010_E002": 55,
      "b22010_M002": 49,
      "b19013_E001": 132846,
      "b19013_M001": 17588
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.3,
       "moe": 8.62,
       "numerator": 802,
       "denominator": 3300
      },
      "children_with_two_parents_pct": {
       "estimate": 75.7,
       "moe": 9.95,
       "numerator": 2498,
       "denominator": 3300
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.66,
       "moe": 7.86,
       "numerator": 440,
       "denominator": 1860
      },
      "children_below_poverty_pct": {
       "estimate": 3.28,
       "moe": 2.75,
       "numerator": 112,
       "denominator": 3416
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.52,
       "moe": 7.45,
       "numerator": 5586,
       "denominator": 9884
      },
      "limited_english_households_pct": {
       "estimate": 2.42,
       "moe": 2.99,
       "numerator": 126,
       "denominator": 5198
      },
      "snap_households_pct": {
       "estimate": 0.94,
       "moe": 0.86,
       "numerator": 49,
       "denominator": 5198
      },
      "median_household_income": {
       "estimate": 132500,
       "moe": 17838.0
      },
      "own_children_under_18": {
       "estimate": 3300,
       "moe": 397.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3416,
       "moe": 471.40428508871236
      }
     },
     "lines": {
      "b23008_E001": 3300,
      "b23008_M001": 397,
      "b23008_E003": 755,
      "b23008_M003": 256,
      "b23008_E008": 154,
      "b23008_M008": 125,
      "b23008_E016": 1743,
      "b23008_M016": 364,
      "b23008_E021": 648,
      "b23008_M021": 273,
      "b11003_E001": 4245,
      "b11003_M001": 227,
      "b11003_E003": 1420,
      "b11003_M003": 203,
      "b11003_E010": 150,
      "b11003_M010": 111,
      "b11003_E016": 290,
      "b11003_M016": 113,
      "b17020_E001": 14437,
      "b17020_M001": 29,
      "b17020_E003": 9,
      "b17020_M003": 18,
      "b17020_E004": 8,
      "b17020_M004": 17,
      "b17020_E005": 95,
      "b17020_M005": 92,
      "b17020_E011": 920,
      "b17020_M011": 265,
      "b17020_E012": 997,
      "b17020_M012": 222,
      "b17020_E013": 1387,
      "b17020_M013": 306,
      "b15003_E001": 9884,
      "b15003_M001": 435,
      "b15003_E022": 3123,
      "b15003_M022": 670,
      "b15003_E023": 1882,
      "b15003_M023": 335,
      "b15003_E024": 333,
      "b15003_M024": 143,
      "b15003_E025": 248,
      "b15003_M025": 144,
      "c16002_E001": 5198,
      "c16002_M001": 282,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 126,
      "c16002_M007": 151,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5198,
      "b22010_M001": 282,
      "b22010_E002": 49,
      "b22010_M002": 45,
      "b19013_E001": 132500,
      "b19013_M001": 17838
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.96,
       "moe": 8.31,
       "numerator": 726,
       "denominator": 3162
      },
      "children_with_two_parents_pct": {
       "estimate": 77.04,
       "moe": 7.61,
       "numerator": 2436,
       "denominator": 3162
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.14,
       "moe": 9.02,
       "numerator": 404,
       "denominator": 1746
      },
      "children_below_poverty_pct": {
       "estimate": 3.81,
       "moe": 2.94,
       "numerator": 126,
       "denominator": 3307
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.18,
       "moe": 7.31,
       "numerator": 5575,
       "denominator": 9924
      },
      "limited_english_households_pct": {
       "estimate": 2.37,
       "moe": 2.9,
       "numerator": 126,
       "denominator": 5320
      },
      "snap_households_pct": {
       "estimate": 1.11,
       "moe": 0.84,
       "numerator": 59,
       "denominator": 5320
      },
      "median_household_income": {
       "estimate": 133264,
       "moe": 15911.0
      },
      "own_children_under_18": {
       "estimate": 3162,
       "moe": 399.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3307,
       "moe": 474.0506302073651
      }
     },
     "lines": {
      "b23008_E001": 3162,
      "b23008_M001": 399,
      "b23008_E003": 593,
      "b23008_M003": 210,
      "b23008_E008": 147,
      "b23008_M008": 122,
      "b23008_E016": 1843,
      "b23008_M016": 329,
      "b23008_E021": 579,
      "b23008_M021": 250,
      "b11003_E001": 4165,
      "b11003_M001": 237,
      "b11003_E003": 1342,
      "b11003_M003": 180,
      "b11003_E010": 152,
      "b11003_M010": 103,
      "b11003_E016": 252,
      "b11003_M016": 132,
      "b17020_E001": 14488,
      "b17020_M001": 29,
      "b17020_E003": 35,
      "b17020_M003": 51,
      "b17020_E004": 31,
      "b17020_M004": 43,
      "b17020_E005": 60,
      "b17020_M005": 73,
      "b17020_E011": 724,
      "b17020_M011": 230,
      "b17020_E012": 996,
      "b17020_M012": 258,
      "b17020_E013": 1461,
      "b17020_M013": 309,
      "b15003_E001": 9924,
      "b15003_M001": 492,
      "b15003_E022": 3121,
      "b15003_M022": 696,
      "b15003_E023": 1897,
      "b15003_M023": 273,
      "b15003_E024": 359,
      "b15003_M024": 173,
      "b15003_E025": 198,
      "b15003_M025": 117,
      "c16002_E001": 5320,
      "c16002_M001": 278,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 126,
      "c16002_M007": 150,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5320,
      "b22010_M001": 278,
      "b22010_E002": 59,
      "b22010_M002": 45,
      "b19013_E001": 133264,
      "b19013_M001": 15911
     }
    }
   }
  },
  "Torrington": {
   "cousub": "76570",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.33,
       "moe": 6.65,
       "numerator": 2281,
       "denominator": 5799
      },
      "children_with_two_parents_pct": {
       "estimate": 60.67,
       "moe": 6.22,
       "numerator": 3518,
       "denominator": 5799
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.0,
       "moe": 7.18,
       "numerator": 1150,
       "denominator": 2949
      },
      "children_below_poverty_pct": {
       "estimate": 17.04,
       "moe": 4.86,
       "numerator": 1006,
       "denominator": 5903
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.46,
       "moe": 1.87,
       "numerator": 5892,
       "denominator": 26228
      },
      "limited_english_households_pct": {
       "estimate": 3.21,
       "moe": 1.02,
       "numerator": 462,
       "denominator": 14389
      },
      "snap_households_pct": {
       "estimate": 13.52,
       "moe": 2.11,
       "numerator": 1945,
       "denominator": 14389
      },
      "median_household_income": {
       "estimate": 63135,
       "moe": 5026.0
      },
      "own_children_under_18": {
       "estimate": 5799,
       "moe": 503.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5903,
       "moe": 576.8795368185632
      }
     },
     "lines": {
      "b23008_E001": 5799,
      "b23008_M001": 503,
      "b23008_E003": 1026,
      "b23008_M003": 198,
      "b23008_E008": 712,
      "b23008_M008": 229,
      "b23008_E016": 2492,
      "b23008_M016": 429,
      "b23008_E021": 1569,
      "b23008_M021": 368,
      "b11003_E001": 8682,
      "b11003_M001": 433,
      "b11003_E003": 1799,
      "b11003_M003": 231,
      "b11003_E010": 338,
      "b11003_M010": 134,
      "b11003_E016": 812,
      "b11003_M016": 211,
      "b17020_E001": 34639,
      "b17020_M001": 245,
      "b17020_E003": 330,
      "b17020_M003": 136,
      "b17020_E004": 484,
      "b17020_M004": 254,
      "b17020_E005": 192,
      "b17020_M005": 95,
      "b17020_E011": 1426,
      "b17020_M011": 292,
      "b17020_E012": 1718,
      "b17020_M012": 265,
      "b17020_E013": 1753,
      "b17020_M013": 292,
      "b15003_E001": 26228,
      "b15003_M001": 531,
      "b15003_E022": 3551,
      "b15003_M022": 429,
      "b15003_E023": 2046,
      "b15003_M023": 246,
      "b15003_E024": 216,
      "b15003_M024": 90,
      "b15003_E025": 79,
      "b15003_M025": 37,
      "c16002_E001": 14389,
      "c16002_M001": 466,
      "c16002_E004": 276,
      "c16002_M004": 128,
      "c16002_E007": 134,
      "c16002_M007": 66,
      "c16002_E010": 43,
      "c16002_M010": 31,
      "c16002_E013": 9,
      "c16002_M013": 13,
      "b22010_E001": 14389,
      "b22010_M001": 466,
      "b22010_E002": 1945,
      "b22010_M002": 310,
      "b19013_E001": 63135,
      "b19013_M001": 5026
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.53,
       "moe": 7.16,
       "numerator": 2715,
       "denominator": 6383
      },
      "children_with_two_parents_pct": {
       "estimate": 57.47,
       "moe": 5.76,
       "numerator": 3668,
       "denominator": 6383
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.41,
       "moe": 8.88,
       "numerator": 1614,
       "denominator": 3478
      },
      "children_below_poverty_pct": {
       "estimate": 20.1,
       "moe": 4.84,
       "numerator": 1311,
       "denominator": 6524
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.6,
       "moe": 2.32,
       "numerator": 6279,
       "denominator": 25521
      },
      "limited_english_households_pct": {
       "estimate": 4.43,
       "moe": 1.34,
       "numerator": 649,
       "denominator": 14645
      },
      "snap_households_pct": {
       "estimate": 16.46,
       "moe": 2.82,
       "numerator": 2411,
       "denominator": 14645
      },
      "median_household_income": {
       "estimate": 66616,
       "moe": 5308.0
      },
      "own_children_under_18": {
       "estimate": 6383,
       "moe": 485.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6524,
       "moe": 608.2729650411894
      }
     },
     "lines": {
      "b23008_E001": 6383,
      "b23008_M001": 485,
      "b23008_E003": 1131,
      "b23008_M003": 296,
      "b23008_E008": 1008,
      "b23008_M008": 294,
      "b23008_E016": 2537,
      "b23008_M016": 354,
      "b23008_E021": 1707,
      "b23008_M021": 406,
      "b11003_E001": 8880,
      "b11003_M001": 410,
      "b11003_E003": 1864,
      "b11003_M003": 286,
      "b11003_E010": 415,
      "b11003_M010": 182,
      "b11003_E016": 1199,
      "b11003_M016": 333,
      "b17020_E001": 34751,
      "b17020_M001": 166,
      "b17020_E003": 483,
      "b17020_M003": 173,
      "b17020_E004": 557,
      "b17020_M004": 252,
      "b17020_E005": 271,
      "b17020_M005": 145,
      "b17020_E011": 1683,
      "b17020_M011": 307,
      "b17020_E012": 1663,
      "b17020_M012": 267,
      "b17020_E013": 1867,
      "b17020_M013": 300,
      "b15003_E001": 25521,
      "b15003_M001": 528,
      "b15003_E022": 3981,
      "b15003_M022": 500,
      "b15003_E023": 2016,
      "b15003_M023": 329,
      "b15003_E024": 217,
      "b15003_M024": 94,
      "b15003_E025": 65,
      "b15003_M025": 33,
      "c16002_E001": 14645,
      "c16002_M001": 489,
      "c16002_E004": 503,
      "c16002_M004": 185,
      "c16002_E007": 95,
      "c16002_M007": 51,
      "c16002_E010": 51,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 14645,
      "b22010_M001": 489,
      "b22010_E002": 2411,
      "b22010_M002": 421,
      "b19013_E001": 66616,
      "b19013_M001": 5308
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.46,
       "moe": 7.28,
       "numerator": 2033,
       "denominator": 5900
      },
      "children_with_two_parents_pct": {
       "estimate": 65.54,
       "moe": 6.24,
       "numerator": 3867,
       "denominator": 5900
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.57,
       "moe": 7.59,
       "numerator": 1171,
       "denominator": 3202
      },
      "children_below_poverty_pct": {
       "estimate": 18.9,
       "moe": 6.12,
       "numerator": 1136,
       "denominator": 6009
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.54,
       "moe": 2.22,
       "numerator": 6413,
       "denominator": 26135
      },
      "limited_english_households_pct": {
       "estimate": 3.72,
       "moe": 1.18,
       "numerator": 564,
       "denominator": 15167
      },
      "snap_households_pct": {
       "estimate": 15.53,
       "moe": 2.11,
       "numerator": 2356,
       "denominator": 15167
      },
      "median_household_income": {
       "estimate": 69611,
       "moe": 4240.0
      },
      "own_children_under_18": {
       "estimate": 5900,
       "moe": 410.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6009,
       "moe": 629.1518099791178
      }
     },
     "lines": {
      "b23008_E001": 5900,
      "b23008_M001": 410,
      "b23008_E003": 1038,
      "b23008_M003": 259,
      "b23008_E008": 662,
      "b23008_M008": 253,
      "b23008_E016": 2829,
      "b23008_M016": 375,
      "b23008_E021": 1371,
      "b23008_M021": 375,
      "b11003_E001": 8830,
      "b11003_M001": 507,
      "b11003_E003": 2031,
      "b11003_M003": 264,
      "b11003_E010": 337,
      "b11003_M010": 191,
      "b11003_E016": 834,
      "b11003_M016": 206,
      "b17020_E001": 34787,
      "b17020_M001": 214,
      "b17020_E003": 400,
      "b17020_M003": 253,
      "b17020_E004": 452,
      "b17020_M004": 261,
      "b17020_E005": 284,
      "b17020_M005": 131,
      "b17020_E011": 1337,
      "b17020_M011": 254,
      "b17020_E012": 1661,
      "b17020_M012": 291,
      "b17020_E013": 1875,
      "b17020_M013": 312,
      "b15003_E001": 26135,
      "b15003_M001": 450,
      "b15003_E022": 3963,
      "b15003_M022": 471,
      "b15003_E023": 2201,
      "b15003_M023": 348,
      "b15003_E024": 178,
      "b15003_M024": 69,
      "b15003_E025": 71,
      "b15003_M025": 34,
      "c16002_E001": 15167,
      "c16002_M001": 436,
      "c16002_E004": 408,
      "c16002_M004": 163,
      "c16002_E007": 112,
      "c16002_M007": 57,
      "c16002_E010": 44,
      "c16002_M010": 38,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 15167,
      "b22010_M001": 436,
      "b22010_E002": 2356,
      "b22010_M002": 327,
      "b19013_E001": 69611,
      "b19013_M001": 4240
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.46,
       "moe": 6.81,
       "numerator": 2423,
       "denominator": 6141
      },
      "children_with_two_parents_pct": {
       "estimate": 60.54,
       "moe": 6.12,
       "numerator": 3718,
       "denominator": 6141
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.61,
       "moe": 8.51,
       "numerator": 1258,
       "denominator": 3345
      },
      "children_below_poverty_pct": {
       "estimate": 16.84,
       "moe": 4.74,
       "numerator": 1058,
       "denominator": 6282
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.82,
       "moe": 2.36,
       "numerator": 6525,
       "denominator": 26285
      },
      "limited_english_households_pct": {
       "estimate": 5.18,
       "moe": 1.53,
       "numerator": 797,
       "denominator": 15396
      },
      "snap_households_pct": {
       "estimate": 16.03,
       "moe": 2.15,
       "numerator": 2468,
       "denominator": 15396
      },
      "median_household_income": {
       "estimate": 70856,
       "moe": 4937.0
      },
      "own_children_under_18": {
       "estimate": 6141,
       "moe": 452.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6282,
       "moe": 564.4200563410199
      }
     },
     "lines": {
      "b23008_E001": 6141,
      "b23008_M001": 452,
      "b23008_E003": 1083,
      "b23008_M003": 248,
      "b23008_E008": 908,
      "b23008_M008": 243,
      "b23008_E016": 2635,
      "b23008_M016": 393,
      "b23008_E021": 1515,
      "b23008_M021": 384,
      "b11003_E001": 9208,
      "b11003_M001": 461,
      "b11003_E003": 2087,
      "b11003_M003": 263,
      "b11003_E010": 313,
      "b11003_M010": 169,
      "b11003_E016": 945,
      "b11003_M016": 278,
      "b17020_E001": 35005,
      "b17020_M001": 76,
      "b17020_E003": 314,
      "b17020_M003": 160,
      "b17020_E004": 435,
      "b17020_M004": 216,
      "b17020_E005": 309,
      "b17020_M005": 159,
      "b17020_E011": 1767,
      "b17020_M011": 276,
      "b17020_E012": 1720,
      "b17020_M012": 229,
      "b17020_E013": 1737,
      "b17020_M013": 304,
      "b15003_E001": 26285,
      "b15003_M001": 565,
      "b15003_E022": 4139,
      "b15003_M022": 503,
      "b15003_E023": 2082,
      "b15003_M023": 371,
      "b15003_E024": 211,
      "b15003_M024": 91,
      "b15003_E025": 93,
      "b15003_M025": 66,
      "c16002_E001": 15396,
      "c16002_M001": 487,
      "c16002_E004": 685,
      "c16002_M004": 227,
      "c16002_E007": 74,
      "c16002_M007": 51,
      "c16002_E010": 38,
      "c16002_M010": 30,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 15396,
      "b22010_M001": 487,
      "b22010_E002": 2468,
      "b22010_M002": 340,
      "b19013_E001": 70856,
      "b19013_M001": 4937
     }
    }
   }
  },
  "Trumbull": {
   "cousub": "77200",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.54,
       "moe": 3.58,
       "numerator": 1556,
       "denominator": 9408
      },
      "children_with_two_parents_pct": {
       "estimate": 83.46,
       "moe": 4.59,
       "numerator": 7852,
       "denominator": 9408
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.3,
       "moe": 3.84,
       "numerator": 761,
       "denominator": 4975
      },
      "children_below_poverty_pct": {
       "estimate": 5.54,
       "moe": 2.03,
       "numerator": 526,
       "denominator": 9501
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.61,
       "moe": 3.47,
       "numerator": 14223,
       "denominator": 24687
      },
      "limited_english_households_pct": {
       "estimate": 2.15,
       "moe": 0.86,
       "numerator": 264,
       "denominator": 12282
      },
      "snap_households_pct": {
       "estimate": 2.91,
       "moe": 0.96,
       "numerator": 357,
       "denominator": 12282
      },
      "median_household_income": {
       "estimate": 138801,
       "moe": 13916.0
      },
      "own_children_under_18": {
       "estimate": 9408,
       "moe": 767.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9501,
       "moe": 899.8799919989332
      }
     },
     "lines": {
      "b23008_E001": 9408,
      "b23008_M001": 767,
      "b23008_E003": 2244,
      "b23008_M003": 415,
      "b23008_E008": 229,
      "b23008_M008": 129,
      "b23008_E016": 5608,
      "b23008_M016": 651,
      "b23008_E021": 1327,
      "b23008_M021": 336,
      "b11003_E001": 10056,
      "b11003_M001": 325,
      "b11003_E003": 4214,
      "b11003_M003": 334,
      "b11003_E010": 259,
      "b11003_M010": 115,
      "b11003_E016": 502,
      "b11003_M016": 164,
      "b17020_E001": 36623,
      "b17020_M001": 161,
      "b17020_E003": 122,
      "b17020_M003": 113,
      "b17020_E004": 170,
      "b17020_M004": 103,
      "b17020_E005": 234,
      "b17020_M005": 128,
      "b17020_E011": 2351,
      "b17020_M011": 394,
      "b17020_E012": 3087,
      "b17020_M012": 431,
      "b17020_E013": 3537,
      "b17020_M013": 655,
      "b15003_E001": 24687,
      "b15003_M001": 588,
      "b15003_E022": 8253,
      "b15003_M022": 669,
      "b15003_E023": 4529,
      "b15003_M023": 569,
      "b15003_E024": 1006,
      "b15003_M024": 241,
      "b15003_E025": 435,
      "b15003_M025": 138,
      "c16002_E001": 12282,
      "c16002_M001": 390,
      "c16002_E004": 32,
      "c16002_M004": 31,
      "c16002_E007": 166,
      "c16002_M007": 90,
      "c16002_E010": 57,
      "c16002_M010": 45,
      "c16002_E013": 9,
      "c16002_M013": 13,
      "b22010_E001": 12282,
      "b22010_M001": 390,
      "b22010_E002": 357,
      "b22010_M002": 118,
      "b19013_E001": 138801,
      "b19013_M001": 13916
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.91,
       "moe": 3.35,
       "numerator": 1278,
       "denominator": 9899
      },
      "children_with_two_parents_pct": {
       "estimate": 87.09,
       "moe": 5.77,
       "numerator": 8621,
       "denominator": 9899
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.25,
       "moe": 3.95,
       "numerator": 642,
       "denominator": 4845
      },
      "children_below_poverty_pct": {
       "estimate": 5.34,
       "moe": 2.08,
       "numerator": 538,
       "denominator": 10071
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.91,
       "moe": 3.88,
       "numerator": 14789,
       "denominator": 24686
      },
      "limited_english_households_pct": {
       "estimate": 2.62,
       "moe": 1.07,
       "numerator": 310,
       "denominator": 11820
      },
      "snap_households_pct": {
       "estimate": 2.97,
       "moe": 1.03,
       "numerator": 351,
       "denominator": 11820
      },
      "median_household_income": {
       "estimate": 153846,
       "moe": 9290.0
      },
      "own_children_under_18": {
       "estimate": 9899,
       "moe": 596.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10071,
       "moe": 883.3787409712778
      }
     },
     "lines": {
      "b23008_E001": 9899,
      "b23008_M001": 596,
      "b23008_E003": 2437,
      "b23008_M003": 392,
      "b23008_E008": 180,
      "b23008_M008": 116,
      "b23008_E016": 6184,
      "b23008_M016": 665,
      "b23008_E021": 1098,
      "b23008_M021": 320,
      "b11003_E001": 9874,
      "b11003_M001": 327,
      "b11003_E003": 4203,
      "b11003_M003": 331,
      "b11003_E010": 211,
      "b11003_M010": 122,
      "b11003_E016": 431,
      "b11003_M016": 156,
      "b17020_E001": 36682,
      "b17020_M001": 83,
      "b17020_E003": 104,
      "b17020_M003": 76,
      "b17020_E004": 166,
      "b17020_M004": 129,
      "b17020_E005": 268,
      "b17020_M005": 154,
      "b17020_E011": 2525,
      "b17020_M011": 408,
      "b17020_E012": 3450,
      "b17020_M012": 481,
      "b17020_E013": 3558,
      "b17020_M013": 580,
      "b15003_E001": 24686,
      "b15003_M001": 607,
      "b15003_E022": 8335,
      "b15003_M022": 712,
      "b15003_E023": 4970,
      "b15003_M023": 677,
      "b15003_E024": 987,
      "b15003_M024": 232,
      "b15003_E025": 497,
      "b15003_M025": 170,
      "c16002_E001": 11820,
      "c16002_M001": 378,
      "c16002_E004": 11,
      "c16002_M004": 13,
      "c16002_E007": 228,
      "c16002_M007": 114,
      "c16002_E010": 59,
      "c16002_M010": 51,
      "c16002_E013": 12,
      "c16002_M013": 15,
      "b22010_E001": 11820,
      "b22010_M001": 378,
      "b22010_E002": 351,
      "b22010_M002": 122,
      "b19013_E001": 153846,
      "b19013_M001": 9290
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.52,
       "moe": 3.0,
       "numerator": 1224,
       "denominator": 9780
      },
      "children_with_two_parents_pct": {
       "estimate": 87.48,
       "moe": 5.17,
       "numerator": 8556,
       "denominator": 9780
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.75,
       "moe": 3.99,
       "numerator": 700,
       "denominator": 5090
      },
      "children_below_poverty_pct": {
       "estimate": 6.4,
       "moe": 2.43,
       "numerator": 637,
       "denominator": 9950
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.51,
       "moe": 4.39,
       "numerator": 14624,
       "denominator": 24575
      },
      "limited_english_households_pct": {
       "estimate": 2.71,
       "moe": 1.08,
       "numerator": 322,
       "denominator": 11886
      },
      "snap_households_pct": {
       "estimate": 3.67,
       "moe": 1.05,
       "numerator": 436,
       "denominator": 11886
      },
      "median_household_income": {
       "estimate": 163227,
       "moe": 9574.0
      },
      "own_children_under_18": {
       "estimate": 9780,
       "moe": 526.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9950,
       "moe": 840.4183482052257
      }
     },
     "lines": {
      "b23008_E001": 9780,
      "b23008_M001": 526,
      "b23008_E003": 2586,
      "b23008_M003": 362,
      "b23008_E008": 244,
      "b23008_M008": 121,
      "b23008_E016": 5970,
      "b23008_M016": 580,
      "b23008_E021": 980,
      "b23008_M021": 275,
      "b11003_E001": 9797,
      "b11003_M001": 286,
      "b11003_E003": 4390,
      "b11003_M003": 314,
      "b11003_E010": 237,
      "b11003_M010": 139,
      "b11003_E016": 463,
      "b11003_M016": 157,
      "b17020_E001": 36699,
      "b17020_M001": 35,
      "b17020_E003": 138,
      "b17020_M003": 103,
      "b17020_E004": 166,
      "b17020_M004": 112,
      "b17020_E005": 333,
      "b17020_M005": 196,
      "b17020_E011": 2711,
      "b17020_M011": 402,
      "b17020_E012": 3231,
      "b17020_M012": 469,
      "b17020_E013": 3371,
      "b17020_M013": 513,
      "b15003_E001": 24575,
      "b15003_M001": 521,
      "b15003_E022": 8308,
      "b15003_M022": 885,
      "b15003_E023": 4800,
      "b15003_M023": 624,
      "b15003_E024": 1037,
      "b15003_M024": 238,
      "b15003_E025": 479,
      "b15003_M025": 177,
      "c16002_E001": 11886,
      "c16002_M001": 360,
      "c16002_E004": 35,
      "c16002_M004": 32,
      "c16002_E007": 198,
      "c16002_M007": 109,
      "c16002_E010": 76,
      "c16002_M010": 59,
      "c16002_E013": 13,
      "c16002_M013": 15,
      "b22010_E001": 11886,
      "b22010_M001": 360,
      "b22010_E002": 436,
      "b22010_M002": 126,
      "b19013_E001": 163227,
      "b19013_M001": 9574
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.5,
       "moe": 3.01,
       "numerator": 1034,
       "denominator": 9844
      },
      "children_with_two_parents_pct": {
       "estimate": 89.5,
       "moe": 4.76,
       "numerator": 8810,
       "denominator": 9844
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.26,
       "moe": 3.76,
       "numerator": 562,
       "denominator": 4989
      },
      "children_below_poverty_pct": {
       "estimate": 4.68,
       "moe": 1.74,
       "numerator": 469,
       "denominator": 10025
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.08,
       "moe": 3.82,
       "numerator": 14913,
       "denominator": 24823
      },
      "limited_english_households_pct": {
       "estimate": 2.78,
       "moe": 1.2,
       "numerator": 338,
       "denominator": 12153
      },
      "snap_households_pct": {
       "estimate": 3.96,
       "moe": 0.99,
       "numerator": 481,
       "denominator": 12153
      },
      "median_household_income": {
       "estimate": 163073,
       "moe": 11187.0
      },
      "own_children_under_18": {
       "estimate": 9844,
       "moe": 547.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10025,
       "moe": 769.8480369527482
      }
     },
     "lines": {
      "b23008_E001": 9844,
      "b23008_M001": 547,
      "b23008_E003": 2733,
      "b23008_M003": 401,
      "b23008_E008": 170,
      "b23008_M008": 86,
      "b23008_E016": 6077,
      "b23008_M016": 546,
      "b23008_E021": 864,
      "b23008_M021": 289,
      "b11003_E001": 9884,
      "b11003_M001": 354,
      "b11003_E003": 4427,
      "b11003_M003": 350,
      "b11003_E010": 136,
      "b11003_M010": 74,
      "b11003_E016": 426,
      "b11003_M016": 178,
      "b17020_E001": 37012,
      "b17020_M001": 40,
      "b17020_E003": 158,
      "b17020_M003": 112,
      "b17020_E004": 106,
      "b17020_M004": 64,
      "b17020_E005": 205,
      "b17020_M005": 123,
      "b17020_E011": 2766,
      "b17020_M011": 399,
      "b17020_E012": 3133,
      "b17020_M012": 460,
      "b17020_E013": 3657,
      "b17020_M013": 436,
      "b15003_E001": 24823,
      "b15003_M001": 503,
      "b15003_E022": 8187,
      "b15003_M022": 739,
      "b15003_E023": 5161,
      "b15003_M023": 594,
      "b15003_E024": 1093,
      "b15003_M024": 246,
      "b15003_E025": 472,
      "b15003_M025": 172,
      "c16002_E001": 12153,
      "c16002_M001": 343,
      "c16002_E004": 81,
      "c16002_M004": 56,
      "c16002_E007": 204,
      "c16002_M007": 127,
      "c16002_E010": 51,
      "c16002_M010": 44,
      "c16002_E013": 2,
      "c16002_M013": 5,
      "b22010_E001": 12153,
      "b22010_M001": 343,
      "b22010_E002": 481,
      "b22010_M002": 121,
      "b19013_E001": 163073,
      "b19013_M001": 11187
     }
    }
   }
  },
  "Union": {
   "cousub": "77830",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.46,
       "moe": 25.23,
       "numerator": 39,
       "denominator": 142
      },
      "children_with_two_parents_pct": {
       "estimate": 72.54,
       "moe": 32.94,
       "numerator": 103,
       "denominator": 142
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.17,
       "moe": 20.87,
       "numerator": 21,
       "denominator": 72
      },
      "children_below_poverty_pct": {
       "estimate": 9.15,
       "moe": 7.67,
       "numerator": 13,
       "denominator": 142
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.4,
       "moe": 4.43,
       "numerator": 243,
       "denominator": 750
      },
      "limited_english_households_pct": {
       "estimate": 1.21,
       "moe": 5.71,
       "numerator": 5,
       "denominator": 413
      },
      "snap_households_pct": {
       "estimate": 0.73,
       "moe": 0.96,
       "numerator": 3,
       "denominator": 413
      },
      "median_household_income": {
       "estimate": 89792,
       "moe": 15677.0
      },
      "own_children_under_18": {
       "estimate": 142,
       "moe": 49.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 142,
       "moe": 42.930175867331364
      }
     },
     "lines": {
      "b23008_E001": 142,
      "b23008_M001": 49,
      "b23008_E003": 33,
      "b23008_M003": 14,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 70,
      "b23008_M016": 27,
      "b23008_E021": 39,
      "b23008_M021": 36,
      "b11003_E001": 340,
      "b11003_M001": 51,
      "b11003_E003": 51,
      "b11003_M003": 14,
      "b11003_E010": 2,
      "b11003_M010": 3,
      "b11003_E016": 19,
      "b11003_M016": 16,
      "b17020_E001": 932,
      "b17020_M001": 118,
      "b17020_E003": 4,
      "b17020_M003": 7,
      "b17020_E004": 4,
      "b17020_M004": 6,
      "b17020_E005": 5,
      "b17020_M005": 7,
      "b17020_E011": 29,
      "b17020_M011": 14,
      "b17020_E012": 54,
      "b17020_M012": 27,
      "b17020_E013": 46,
      "b17020_M013": 28,
      "b15003_E001": 750,
      "b15003_M001": 91,
      "b15003_E022": 146,
      "b15003_M022": 33,
      "b15003_E023": 75,
      "b15003_M023": 26,
      "b15003_E024": 7,
      "b15003_M024": 8,
      "b15003_E025": 15,
      "b15003_M025": 12,
      "c16002_E001": 413,
      "c16002_M001": 53,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 5,
      "c16002_M010": 7,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 413,
      "b22010_M001": 53,
      "b22010_E002": 3,
      "b22010_M002": 4,
      "b19013_E001": 89792,
      "b19013_M001": 15677
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.58,
       "moe": 25.29,
       "numerator": 59,
       "denominator": 157
      },
      "children_with_two_parents_pct": {
       "estimate": 62.42,
       "moe": 11.3,
       "numerator": 98,
       "denominator": 157
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.19,
       "moe": 26.4,
       "numerator": 29,
       "denominator": 74
      },
      "children_below_poverty_pct": {
       "estimate": 12.5,
       "moe": 7.07,
       "numerator": 20,
       "denominator": 160
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.75,
       "moe": 3.53,
       "numerator": 216,
       "denominator": 726
      },
      "limited_english_households_pct": {
       "estimate": 1.26,
       "moe": 4.85,
       "numerator": 5,
       "denominator": 397
      },
      "snap_households_pct": {
       "estimate": 1.51,
       "moe": 1.49,
       "numerator": 6,
       "denominator": 397
      },
      "median_household_income": {
       "estimate": 100547,
       "moe": 20899.0
      },
      "own_children_under_18": {
       "estimate": 157,
       "moe": 44.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 160,
       "moe": 46.561786907291264
      }
     },
     "lines": {
      "b23008_E001": 157,
      "b23008_M001": 44,
      "b23008_E003": 30,
      "b23008_M003": 13,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 68,
      "b23008_M016": 30,
      "b23008_E021": 59,
      "b23008_M021": 41,
      "b11003_E001": 311,
      "b11003_M001": 72,
      "b11003_E003": 45,
      "b11003_M003": 12,
      "b11003_E010": 6,
      "b11003_M010": 6,
      "b11003_E016": 23,
      "b11003_M016": 21,
      "b17020_E001": 917,
      "b17020_M001": 156,
      "b17020_E003": 6,
      "b17020_M003": 7,
      "b17020_E004": 6,
      "b17020_M004": 7,
      "b17020_E005": 8,
      "b17020_M005": 8,
      "b17020_E011": 24,
      "b17020_M011": 11,
      "b17020_E012": 63,
      "b17020_M012": 34,
      "b17020_E013": 53,
      "b17020_M013": 27,
      "b15003_E001": 726,
      "b15003_M001": 149,
      "b15003_E022": 113,
      "b15003_M022": 29,
      "b15003_E023": 79,
      "b15003_M023": 40,
      "b15003_E024": 9,
      "b15003_M024": 10,
      "b15003_E025": 15,
      "b15003_M025": 9,
      "c16002_E001": 397,
      "c16002_M001": 68,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 2,
      "c16002_M007": 3,
      "c16002_E010": 3,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 397,
      "b22010_M001": 68,
      "b22010_E002": 6,
      "b22010_M002": 6,
      "b19013_E001": 100547,
      "b19013_M001": 20899
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.38,
       "moe": 20.89,
       "numerator": 76,
       "denominator": 193
      },
      "children_with_two_parents_pct": {
       "estimate": 60.62,
       "moe": 6.8,
       "numerator": 117,
       "denominator": 193
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.0,
       "moe": 22.74,
       "numerator": 43,
       "denominator": 100
      },
      "children_below_poverty_pct": {
       "estimate": 17.26,
       "moe": 8.57,
       "numerator": 34,
       "denominator": 197
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.71,
       "moe": 4.46,
       "numerator": 203,
       "denominator": 760
      },
      "limited_english_households_pct": {
       "estimate": 0.72,
       "moe": 5.05,
       "numerator": 3,
       "denominator": 414
      },
      "snap_households_pct": {
       "estimate": 4.35,
       "moe": 3.33,
       "numerator": 18,
       "denominator": 414
      },
      "median_household_income": {
       "estimate": 89375,
       "moe": 23241.0
      },
      "own_children_under_18": {
       "estimate": 193,
       "moe": 62.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 197,
       "moe": 58.137767414994535
      }
     },
     "lines": {
      "b23008_E001": 193,
      "b23008_M001": 62,
      "b23008_E003": 30,
      "b23008_M003": 17,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 87,
      "b23008_M016": 36,
      "b23008_E021": 76,
      "b23008_M021": 45,
      "b11003_E001": 331,
      "b11003_M001": 57,
      "b11003_E003": 57,
      "b11003_M003": 20,
      "b11003_E010": 11,
      "b11003_M010": 10,
      "b11003_E016": 32,
      "b11003_M016": 25,
      "b17020_E001": 991,
      "b17020_M001": 134,
      "b17020_E003": 10,
      "b17020_M003": 11,
      "b17020_E004": 10,
      "b17020_M004": 11,
      "b17020_E005": 14,
      "b17020_M005": 12,
      "b17020_E011": 20,
      "b17020_M011": 13,
      "b17020_E012": 77,
      "b17020_M012": 40,
      "b17020_E013": 66,
      "b17020_M013": 35,
      "b15003_E001": 760,
      "b15003_M001": 98,
      "b15003_E022": 126,
      "b15003_M022": 30,
      "b15003_E023": 68,
      "b15003_M023": 26,
      "b15003_E024": 0,
      "b15003_M024": 14,
      "b15003_E025": 9,
      "b15003_M025": 8,
      "c16002_E001": 414,
      "c16002_M001": 55,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 2,
      "c16002_M007": 3,
      "c16002_E010": 1,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 414,
      "b22010_M001": 55,
      "b22010_E002": 18,
      "b22010_M002": 14,
      "b19013_E001": 89375,
      "b19013_M001": 23241
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 48.1,
       "moe": 25.38,
       "numerator": 76,
       "denominator": 158
      },
      "children_with_two_parents_pct": {
       "estimate": 51.9,
       "moe": 13.28,
       "numerator": 82,
       "denominator": 158
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.67,
       "moe": 24.67,
       "numerator": 41,
       "denominator": 86
      },
      "children_below_poverty_pct": {
       "estimate": 10.0,
       "moe": 7.04,
       "numerator": 16,
       "denominator": 160
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.99,
       "moe": 4.82,
       "numerator": 179,
       "denominator": 746
      },
      "limited_english_households_pct": {
       "estimate": 1.18,
       "moe": 4.89,
       "numerator": 5,
       "denominator": 425
      },
      "snap_households_pct": {
       "estimate": 4.47,
       "moe": 3.49,
       "numerator": 19,
       "denominator": 425
      },
      "median_household_income": {
       "estimate": 88958,
       "moe": 13898.0
      },
      "own_children_under_18": {
       "estimate": 158,
       "moe": 48.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 160,
       "moe": 51.16639522186413
      }
     },
     "lines": {
      "b23008_E001": 158,
      "b23008_M001": 48,
      "b23008_E003": 14,
      "b23008_M003": 10,
      "b23008_E008": 4,
      "b23008_M008": 5,
      "b23008_E016": 68,
      "b23008_M016": 31,
      "b23008_E021": 72,
      "b23008_M021": 46,
      "b11003_E001": 318,
      "b11003_M001": 49,
      "b11003_E003": 45,
      "b11003_M003": 14,
      "b11003_E010": 10,
      "b11003_M010": 8,
      "b11003_E016": 31,
      "b11003_M016": 24,
      "b17020_E001": 944,
      "b17020_M001": 112,
      "b17020_E003": 3,
      "b17020_M003": 4,
      "b17020_E004": 2,
      "b17020_M004": 4,
      "b17020_E005": 11,
      "b17020_M005": 11,
      "b17020_E011": 15,
      "b17020_M011": 11,
      "b17020_E012": 72,
      "b17020_M012": 38,
      "b17020_E013": 57,
      "b17020_M013": 30,
      "b15003_E001": 746,
      "b15003_M001": 88,
      "b15003_E022": 100,
      "b15003_M022": 28,
      "b15003_E023": 70,
      "b15003_M023": 26,
      "b15003_E024": 0,
      "b15003_M024": 14,
      "b15003_E025": 9,
      "b15003_M025": 9,
      "c16002_E001": 425,
      "c16002_M001": 47,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 2,
      "c16002_M007": 2,
      "c16002_E010": 3,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 425,
      "b22010_M001": 47,
      "b22010_E002": 19,
      "b22010_M002": 15,
      "b19013_E001": 88958,
      "b19013_M001": 13898
     }
    }
   }
  },
  "Vernon": {
   "cousub": "78250",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 45.17,
       "moe": 8.48,
       "numerator": 2202,
       "denominator": 4875
      },
      "children_with_two_parents_pct": {
       "estimate": 54.83,
       "moe": 6.89,
       "numerator": 2673,
       "denominator": 4875
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.9,
       "moe": 7.29,
       "numerator": 1278,
       "denominator": 3372
      },
      "children_below_poverty_pct": {
       "estimate": 10.53,
       "moe": 3.83,
       "numerator": 535,
       "denominator": 5083
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.15,
       "moe": 2.83,
       "numerator": 7457,
       "denominator": 21214
      },
      "limited_english_households_pct": {
       "estimate": 3.21,
       "moe": 1.15,
       "numerator": 439,
       "denominator": 13695
      },
      "snap_households_pct": {
       "estimate": 13.34,
       "moe": 2.51,
       "numerator": 1827,
       "denominator": 13695
      },
      "median_household_income": {
       "estimate": 68566,
       "moe": 1980.0
      },
      "own_children_under_18": {
       "estimate": 4875,
       "moe": 395.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5083,
       "moe": 557.9767020225845
      }
     },
     "lines": {
      "b23008_E001": 4875,
      "b23008_M001": 395,
      "b23008_E003": 1123,
      "b23008_M003": 280,
      "b23008_E008": 790,
      "b23008_M008": 277,
      "b23008_E016": 1550,
      "b23008_M016": 285,
      "b23008_E021": 1412,
      "b23008_M021": 355,
      "b11003_E001": 7816,
      "b11003_M001": 466,
      "b11003_E003": 2094,
      "b11003_M003": 396,
      "b11003_E010": 310,
      "b11003_M010": 168,
      "b11003_E016": 968,
      "b11003_M016": 262,
      "b17020_E001": 29733,
      "b17020_M001": 139,
      "b17020_E003": 256,
      "b17020_M003": 160,
      "b17020_E004": 199,
      "b17020_M004": 110,
      "b17020_E005": 80,
      "b17020_M005": 61,
      "b17020_E011": 1666,
      "b17020_M011": 288,
      "b17020_E012": 1408,
      "b17020_M012": 293,
      "b17020_E013": 1474,
      "b17020_M013": 318,
      "b15003_E001": 21214,
      "b15003_M001": 612,
      "b15003_E022": 4483,
      "b15003_M022": 536,
      "b15003_E023": 2304,
      "b15003_M023": 272,
      "b15003_E024": 336,
      "b15003_M024": 144,
      "b15003_E025": 334,
      "b15003_M025": 161,
      "c16002_E001": 13695,
      "c16002_M001": 389,
      "c16002_E004": 140,
      "c16002_M004": 91,
      "c16002_E007": 154,
      "c16002_M007": 97,
      "c16002_E010": 97,
      "c16002_M010": 62,
      "c16002_E013": 48,
      "c16002_M013": 59,
      "b22010_E001": 13695,
      "b22010_M001": 389,
      "b22010_E002": 1827,
      "b22010_M002": 347,
      "b19013_E001": 68566,
      "b19013_M001": 1980
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 48.67,
       "moe": 8.51,
       "numerator": 2523,
       "denominator": 5184
      },
      "children_with_two_parents_pct": {
       "estimate": 51.33,
       "moe": 7.43,
       "numerator": 2661,
       "denominator": 5184
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.93,
       "moe": 8.06,
       "numerator": 1285,
       "denominator": 2925
      },
      "children_below_poverty_pct": {
       "estimate": 11.14,
       "moe": 5.28,
       "numerator": 595,
       "denominator": 5339
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.63,
       "moe": 2.96,
       "numerator": 8009,
       "denominator": 22480
      },
      "limited_english_households_pct": {
       "estimate": 4.12,
       "moe": 1.38,
       "numerator": 535,
       "denominator": 12980
      },
      "snap_households_pct": {
       "estimate": 13.37,
       "moe": 2.34,
       "numerator": 1735,
       "denominator": 12980
      },
      "median_household_income": {
       "estimate": 79875,
       "moe": 6592.0
      },
      "own_children_under_18": {
       "estimate": 5184,
       "moe": 490.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5339,
       "moe": 692.2261191258244
      }
     },
     "lines": {
      "b23008_E001": 5184,
      "b23008_M001": 490,
      "b23008_E003": 1209,
      "b23008_M003": 294,
      "b23008_E008": 946,
      "b23008_M008": 348,
      "b23008_E016": 1452,
      "b23008_M016": 354,
      "b23008_E021": 1577,
      "b23008_M021": 361,
      "b11003_E001": 7592,
      "b11003_M001": 356,
      "b11003_E003": 1640,
      "b11003_M003": 301,
      "b11003_E010": 225,
      "b11003_M010": 150,
      "b11003_E016": 1060,
      "b11003_M016": 261,
      "b17020_E001": 30023,
      "b17020_M001": 44,
      "b17020_E003": 317,
      "b17020_M003": 254,
      "b17020_E004": 240,
      "b17020_M004": 139,
      "b17020_E005": 38,
      "b17020_M005": 41,
      "b17020_E011": 1880,
      "b17020_M011": 439,
      "b17020_E012": 1151,
      "b17020_M012": 263,
      "b17020_E013": 1713,
      "b17020_M013": 363,
      "b15003_E001": 22480,
      "b15003_M001": 582,
      "b15003_E022": 4932,
      "b15003_M022": 571,
      "b15003_E023": 2469,
      "b15003_M023": 356,
      "b15003_E024": 345,
      "b15003_M024": 134,
      "b15003_E025": 263,
      "b15003_M025": 126,
      "c16002_E001": 12980,
      "c16002_M001": 450,
      "c16002_E004": 210,
      "c16002_M004": 120,
      "c16002_E007": 152,
      "c16002_M007": 93,
      "c16002_E010": 126,
      "c16002_M010": 80,
      "c16002_E013": 47,
      "c16002_M013": 55,
      "b22010_E001": 12980,
      "b22010_M001": 450,
      "b22010_E002": 1735,
      "b22010_M002": 309,
      "b19013_E001": 79875,
      "b19013_M001": 6592
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.41,
       "moe": 7.19,
       "numerator": 1954,
       "denominator": 4958
      },
      "children_with_two_parents_pct": {
       "estimate": 60.59,
       "moe": 9.04,
       "numerator": 3004,
       "denominator": 4958
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.16,
       "moe": 6.16,
       "numerator": 1001,
       "denominator": 2768
      },
      "children_below_poverty_pct": {
       "estimate": 11.05,
       "moe": 5.41,
       "numerator": 562,
       "denominator": 5086
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.24,
       "moe": 3.38,
       "numerator": 8306,
       "denominator": 22919
      },
      "limited_english_households_pct": {
       "estimate": 3.61,
       "moe": 1.28,
       "numerator": 487,
       "denominator": 13497
      },
      "snap_households_pct": {
       "estimate": 13.52,
       "moe": 2.22,
       "numerator": 1825,
       "denominator": 13497
      },
      "median_household_income": {
       "estimate": 80766,
       "moe": 5175.0
      },
      "own_children_under_18": {
       "estimate": 4958,
       "moe": 455.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5086,
       "moe": 598.1663648183505
      }
     },
     "lines": {
      "b23008_E001": 4958,
      "b23008_M001": 455,
      "b23008_E003": 1288,
      "b23008_M003": 342,
      "b23008_E008": 476,
      "b23008_M008": 197,
      "b23008_E016": 1716,
      "b23008_M016": 400,
      "b23008_E021": 1478,
      "b23008_M021": 347,
      "b11003_E001": 7440,
      "b11003_M001": 374,
      "b11003_E003": 1767,
      "b11003_M003": 333,
      "b11003_E010": 165,
      "b11003_M010": 92,
      "b11003_E016": 836,
      "b11003_M016": 204,
      "b17020_E001": 30137,
      "b17020_M001": 47,
      "b17020_E003": 218,
      "b17020_M003": 226,
      "b17020_E004": 288,
      "b17020_M004": 159,
      "b17020_E005": 56,
      "b17020_M005": 60,
      "b17020_E011": 1575,
      "b17020_M011": 279,
      "b17020_E012": 1220,
      "b17020_M012": 257,
      "b17020_E013": 1729,
      "b17020_M013": 366,
      "b15003_E001": 22919,
      "b15003_M001": 562,
      "b15003_E022": 5069,
      "b15003_M022": 670,
      "b15003_E023": 2555,
      "b15003_M023": 381,
      "b15003_E024": 364,
      "b15003_M024": 159,
      "b15003_E025": 318,
      "b15003_M025": 144,
      "c16002_E001": 13497,
      "c16002_M001": 453,
      "c16002_E004": 107,
      "c16002_M004": 79,
      "c16002_E007": 177,
      "c16002_M007": 109,
      "c16002_E010": 133,
      "c16002_M010": 88,
      "c16002_E013": 70,
      "c16002_M013": 64,
      "b22010_E001": 13497,
      "b22010_M001": 453,
      "b22010_E002": 1825,
      "b22010_M002": 306,
      "b19013_E001": 80766,
      "b19013_M001": 5175
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.0,
       "moe": 9.3,
       "numerator": 2338,
       "denominator": 4974
      },
      "children_with_two_parents_pct": {
       "estimate": 53.0,
       "moe": 8.64,
       "numerator": 2636,
       "denominator": 4974
      },
      "one_parent_families_with_children_pct": {
       "estimate": 44.28,
       "moe": 7.1,
       "numerator": 1311,
       "denominator": 2961
      },
      "children_below_poverty_pct": {
       "estimate": 16.79,
       "moe": 7.48,
       "numerator": 861,
       "denominator": 5127
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.95,
       "moe": 3.37,
       "numerator": 8591,
       "denominator": 22635
      },
      "limited_english_households_pct": {
       "estimate": 4.02,
       "moe": 1.37,
       "numerator": 547,
       "denominator": 13611
      },
      "snap_households_pct": {
       "estimate": 13.7,
       "moe": 2.13,
       "numerator": 1865,
       "denominator": 13611
      },
      "median_household_income": {
       "estimate": 85356,
       "moe": 5752.0
      },
      "own_children_under_18": {
       "estimate": 4974,
       "moe": 429.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5127,
       "moe": 718.0863457830123
      }
     },
     "lines": {
      "b23008_E001": 4974,
      "b23008_M001": 429,
      "b23008_E003": 938,
      "b23008_M003": 250,
      "b23008_E008": 799,
      "b23008_M008": 400,
      "b23008_E016": 1698,
      "b23008_M016": 417,
      "b23008_E021": 1539,
      "b23008_M021": 308,
      "b11003_E001": 7550,
      "b11003_M001": 362,
      "b11003_E003": 1650,
      "b11003_M003": 333,
      "b11003_E010": 322,
      "b11003_M010": 150,
      "b11003_E016": 989,
      "b11003_M016": 244,
      "b17020_E001": 30319,
      "b17020_M001": 58,
      "b17020_E003": 334,
      "b17020_M003": 327,
      "b17020_E004": 385,
      "b17020_M004": 187,
      "b17020_E005": 142,
      "b17020_M005": 140,
      "b17020_E011": 1427,
      "b17020_M011": 310,
      "b17020_E012": 1134,
      "b17020_M012": 347,
      "b17020_E013": 1705,
      "b17020_M013": 371,
      "b15003_E001": 22635,
      "b15003_M001": 566,
      "b15003_E022": 5345,
      "b15003_M022": 638,
      "b15003_E023": 2685,
      "b15003_M023": 431,
      "b15003_E024": 271,
      "b15003_M024": 126,
      "b15003_E025": 290,
      "b15003_M025": 135,
      "c16002_E001": 13611,
      "c16002_M001": 414,
      "c16002_E004": 112,
      "c16002_M004": 79,
      "c16002_E007": 155,
      "c16002_M007": 115,
      "c16002_E010": 185,
      "c16002_M010": 103,
      "c16002_E013": 95,
      "c16002_M013": 72,
      "b22010_E001": 13611,
      "b22010_M001": 414,
      "b22010_E002": 1865,
      "b22010_M002": 295,
      "b19013_E001": 85356,
      "b19013_M001": 5752
     }
    }
   }
  },
  "Voluntown": {
   "cousub": "78600",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.83,
       "moe": 12.68,
       "numerator": 118,
       "denominator": 424
      },
      "children_with_two_parents_pct": {
       "estimate": 72.17,
       "moe": 16.79,
       "numerator": 306,
       "denominator": 424
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.44,
       "moe": 15.17,
       "numerator": 68,
       "denominator": 231
      },
      "children_below_poverty_pct": {
       "estimate": 11.51,
       "moe": 9.26,
       "numerator": 51,
       "denominator": 443
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.75,
       "moe": 5.58,
       "numerator": 451,
       "denominator": 1822
      },
      "limited_english_households_pct": {
       "estimate": 1.8,
       "moe": 2.8,
       "numerator": 19,
       "denominator": 1053
      },
      "snap_households_pct": {
       "estimate": 3.89,
       "moe": 2.83,
       "numerator": 41,
       "denominator": 1053
      },
      "median_household_income": {
       "estimate": 84583,
       "moe": 22690.0
      },
      "own_children_under_18": {
       "estimate": 424,
       "moe": 81.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 443,
       "moe": 105.88200980336556
      }
     },
     "lines": {
      "b23008_E001": 424,
      "b23008_M001": 81,
      "b23008_E003": 65,
      "b23008_M003": 42,
      "b23008_E008": 23,
      "b23008_M008": 22,
      "b23008_E016": 241,
      "b23008_M016": 82,
      "b23008_E021": 95,
      "b23008_M021": 54,
      "b11003_E001": 787,
      "b11003_M001": 106,
      "b11003_E003": 163,
      "b11003_M003": 38,
      "b11003_E010": 15,
      "b11003_M010": 16,
      "b11003_E016": 53,
      "b11003_M016": 35,
      "b17020_E001": 2554,
      "b17020_M001": 23,
      "b17020_E003": 9,
      "b17020_M003": 14,
      "b17020_E004": 20,
      "b17020_M004": 26,
      "b17020_E005": 22,
      "b17020_M005": 31,
      "b17020_E011": 79,
      "b17020_M011": 44,
      "b17020_E012": 106,
      "b17020_M012": 49,
      "b17020_E013": 207,
      "b17020_M013": 71,
      "b15003_E001": 1822,
      "b15003_M001": 121,
      "b15003_E022": 267,
      "b15003_M022": 79,
      "b15003_E023": 163,
      "b15003_M023": 67,
      "b15003_E024": 3,
      "b15003_M024": 6,
      "b15003_E025": 18,
      "b15003_M025": 22,
      "c16002_E001": 1053,
      "c16002_M001": 95,
      "c16002_E004": 15,
      "c16002_M004": 22,
      "c16002_E007": 4,
      "c16002_M007": 7,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1053,
      "b22010_M001": 95,
      "b22010_E002": 41,
      "b22010_M002": 30,
      "b19013_E001": 84583,
      "b19013_M001": 22690
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.38,
       "moe": 12.31,
       "numerator": 94,
       "denominator": 402
      },
      "children_with_two_parents_pct": {
       "estimate": 76.62,
       "moe": 15.87,
       "numerator": 308,
       "denominator": 402
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.98,
       "moe": 7.68,
       "numerator": 39,
       "denominator": 279
      },
      "children_below_poverty_pct": {
       "estimate": 11.69,
       "moe": 9.61,
       "numerator": 49,
       "denominator": 419
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.06,
       "moe": 5.76,
       "numerator": 433,
       "denominator": 1800
      },
      "limited_english_households_pct": {
       "estimate": 4.45,
       "moe": 7.49,
       "numerator": 47,
       "denominator": 1057
      },
      "snap_households_pct": {
       "estimate": 5.01,
       "moe": 7.08,
       "numerator": 53,
       "denominator": 1057
      },
      "median_household_income": {
       "estimate": 84250,
       "moe": 14462.0
      },
      "own_children_under_18": {
       "estimate": 402,
       "moe": 97.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 419,
       "moe": 102.89800775525248
      }
     },
     "lines": {
      "b23008_E001": 402,
      "b23008_M001": 97,
      "b23008_E003": 70,
      "b23008_M003": 43,
      "b23008_E008": 18,
      "b23008_M008": 19,
      "b23008_E016": 238,
      "b23008_M016": 88,
      "b23008_E021": 76,
      "b23008_M021": 51,
      "b11003_E001": 797,
      "b11003_M001": 100,
      "b11003_E003": 240,
      "b11003_M003": 97,
      "b11003_E010": 17,
      "b11003_M010": 16,
      "b11003_E016": 22,
      "b11003_M016": 20,
      "b17020_E001": 2567,
      "b17020_M001": 36,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 31,
      "b17020_M004": 34,
      "b17020_E005": 18,
      "b17020_M005": 21,
      "b17020_E011": 88,
      "b17020_M011": 47,
      "b17020_E012": 125,
      "b17020_M012": 57,
      "b17020_E013": 157,
      "b17020_M013": 58,
      "b15003_E001": 1800,
      "b15003_M001": 116,
      "b15003_E022": 240,
      "b15003_M022": 79,
      "b15003_E023": 174,
      "b15003_M023": 70,
      "b15003_E024": 4,
      "b15003_M024": 6,
      "b15003_E025": 15,
      "b15003_M025": 19,
      "c16002_E001": 1057,
      "c16002_M001": 89,
      "c16002_E004": 47,
      "c16002_M004": 76,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1057,
      "b22010_M001": 89,
      "b22010_E002": 53,
      "b22010_M002": 75,
      "b19013_E001": 84250,
      "b19013_M001": 14462
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.77,
       "moe": 13.74,
       "numerator": 91,
       "denominator": 418
      },
      "children_with_two_parents_pct": {
       "estimate": 78.23,
       "moe": 16.95,
       "numerator": 327,
       "denominator": 418
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.65,
       "moe": 12.76,
       "numerator": 45,
       "denominator": 255
      },
      "children_below_poverty_pct": {
       "estimate": 9.86,
       "moe": 9.4,
       "numerator": 43,
       "denominator": 436
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.33,
       "moe": 5.83,
       "numerator": 474,
       "denominator": 1871
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 3.17,
       "numerator": 20,
       "denominator": 1099
      },
      "snap_households_pct": {
       "estimate": 3.0,
       "moe": 2.63,
       "numerator": 33,
       "denominator": 1099
      },
      "median_household_income": {
       "estimate": 92438,
       "moe": 25722.0
      },
      "own_children_under_18": {
       "estimate": 418,
       "moe": 80.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 436,
       "moe": 102.34744745229361
      }
     },
     "lines": {
      "b23008_E001": 418,
      "b23008_M001": 80,
      "b23008_E003": 59,
      "b23008_M003": 37,
      "b23008_E008": 19,
      "b23008_M008": 24,
      "b23008_E016": 268,
      "b23008_M016": 87,
      "b23008_E021": 72,
      "b23008_M021": 55,
      "b11003_E001": 775,
      "b11003_M001": 87,
      "b11003_E003": 210,
      "b11003_M003": 64,
      "b11003_E010": 20,
      "b11003_M010": 21,
      "b11003_E016": 25,
      "b11003_M016": 28,
      "b17020_E001": 2587,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 24,
      "b17020_M004": 31,
      "b17020_E005": 19,
      "b17020_M005": 25,
      "b17020_E011": 78,
      "b17020_M011": 42,
      "b17020_E012": 152,
      "b17020_M012": 52,
      "b17020_E013": 163,
      "b17020_M013": 65,
      "b15003_E001": 1871,
      "b15003_M001": 112,
      "b15003_E022": 274,
      "b15003_M022": 91,
      "b15003_E023": 162,
      "b15003_M023": 61,
      "b15003_E024": 6,
      "b15003_M024": 9,
      "b15003_E025": 32,
      "b15003_M025": 25,
      "c16002_E001": 1099,
      "c16002_M001": 77,
      "c16002_E004": 20,
      "c16002_M004": 25,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1099,
      "b22010_M001": 77,
      "b22010_E002": 33,
      "b22010_M002": 29,
      "b19013_E001": 92438,
      "b19013_M001": 25722
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.11,
       "moe": 11.17,
       "numerator": 95,
       "denominator": 394
      },
      "children_with_two_parents_pct": {
       "estimate": 75.89,
       "moe": 13.8,
       "numerator": 299,
       "denominator": 394
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.9,
       "moe": 9.57,
       "numerator": 45,
       "denominator": 283
      },
      "children_below_poverty_pct": {
       "estimate": 13.82,
       "moe": 11.17,
       "numerator": 59,
       "denominator": 427
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.67,
       "moe": 5.66,
       "numerator": 507,
       "denominator": 1901
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.51,
       "numerator": 0,
       "denominator": 1117
      },
      "snap_households_pct": {
       "estimate": 2.78,
       "moe": 2.23,
       "numerator": 31,
       "denominator": 1117
      },
      "median_household_income": {
       "estimate": 101964,
       "moe": 25129.0
      },
      "own_children_under_18": {
       "estimate": 394,
       "moe": 73.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 427,
       "moe": 112.20516922138658
      }
     },
     "lines": {
      "b23008_E001": 394,
      "b23008_M001": 73,
      "b23008_E003": 52,
      "b23008_M003": 29,
      "b23008_E008": 17,
      "b23008_M008": 22,
      "b23008_E016": 247,
      "b23008_M016": 72,
      "b23008_E021": 78,
      "b23008_M021": 42,
      "b11003_E001": 816,
      "b11003_M001": 80,
      "b11003_E003": 238,
      "b11003_M003": 75,
      "b11003_E010": 36,
      "b11003_M010": 27,
      "b11003_E016": 9,
      "b11003_M016": 13,
      "b17020_E001": 2604,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 28,
      "b17020_M004": 36,
      "b17020_E005": 31,
      "b17020_M005": 32,
      "b17020_E011": 69,
      "b17020_M011": 35,
      "b17020_E012": 126,
      "b17020_M012": 68,
      "b17020_E013": 173,
      "b17020_M013": 65,
      "b15003_E001": 1901,
      "b15003_M001": 96,
      "b15003_E022": 307,
      "b15003_M022": 88,
      "b15003_E023": 135,
      "b15003_M023": 51,
      "b15003_E024": 4,
      "b15003_M024": 6,
      "b15003_E025": 61,
      "b15003_M025": 43,
      "c16002_E001": 1117,
      "c16002_M001": 92,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1117,
      "b22010_M001": 92,
      "b22010_E002": 31,
      "b22010_M002": 25,
      "b19013_E001": 101964,
      "b19013_M001": 25129
     }
    }
   }
  },
  "Wallingford": {
   "cousub": "78740",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.27,
       "moe": 5.1,
       "numerator": 1842,
       "denominator": 7589
      },
      "children_with_two_parents_pct": {
       "estimate": 75.73,
       "moe": 5.81,
       "numerator": 5747,
       "denominator": 7589
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.97,
       "moe": 5.61,
       "numerator": 855,
       "denominator": 4077
      },
      "children_below_poverty_pct": {
       "estimate": 8.0,
       "moe": 3.07,
       "numerator": 610,
       "denominator": 7625
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.85,
       "moe": 2.48,
       "numerator": 12481,
       "denominator": 33874
      },
      "limited_english_households_pct": {
       "estimate": 3.36,
       "moe": 1.37,
       "numerator": 615,
       "denominator": 18280
      },
      "snap_households_pct": {
       "estimate": 8.16,
       "moe": 1.53,
       "numerator": 1492,
       "denominator": 18280
      },
      "median_household_income": {
       "estimate": 88573,
       "moe": 4373.0
      },
      "own_children_under_18": {
       "estimate": 7589,
       "moe": 563.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7625,
       "moe": 668.3748948008146
      }
     },
     "lines": {
      "b23008_E001": 7589,
      "b23008_M001": 563,
      "b23008_E003": 1943,
      "b23008_M003": 373,
      "b23008_E008": 734,
      "b23008_M008": 214,
      "b23008_E016": 3804,
      "b23008_M016": 487,
      "b23008_E021": 1108,
      "b23008_M021": 350,
      "b11003_E001": 11586,
      "b11003_M001": 436,
      "b11003_E003": 3222,
      "b11003_M003": 316,
      "b11003_E010": 232,
      "b11003_M010": 88,
      "b11003_E016": 623,
      "b11003_M016": 227,
      "b17020_E001": 43561,
      "b17020_M001": 238,
      "b17020_E003": 325,
      "b17020_M003": 160,
      "b17020_E004": 79,
      "b17020_M004": 53,
      "b17020_E005": 206,
      "b17020_M005": 171,
      "b17020_E011": 2352,
      "b17020_M011": 385,
      "b17020_E012": 2192,
      "b17020_M012": 343,
      "b17020_E013": 2471,
      "b17020_M013": 351,
      "b15003_E001": 33874,
      "b15003_M001": 663,
      "b15003_E022": 7479,
      "b15003_M022": 693,
      "b15003_E023": 3967,
      "b15003_M023": 487,
      "b15003_E024": 684,
      "b15003_M024": 183,
      "b15003_E025": 351,
      "b15003_M025": 126,
      "c16002_E001": 18280,
      "c16002_M001": 665,
      "c16002_E004": 387,
      "c16002_M004": 227,
      "c16002_E007": 147,
      "c16002_M007": 92,
      "c16002_E010": 81,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 18280,
      "b22010_M001": 665,
      "b22010_E002": 1492,
      "b22010_M002": 285,
      "b19013_E001": 88573,
      "b19013_M001": 4373
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.67,
       "moe": 4.97,
       "numerator": 1798,
       "denominator": 7932
      },
      "children_with_two_parents_pct": {
       "estimate": 77.33,
       "moe": 5.7,
       "numerator": 6134,
       "denominator": 7932
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.49,
       "moe": 5.81,
       "numerator": 918,
       "denominator": 4272
      },
      "children_below_poverty_pct": {
       "estimate": 7.41,
       "moe": 3.03,
       "numerator": 592,
       "denominator": 7989
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.93,
       "moe": 2.68,
       "numerator": 12548,
       "denominator": 33081
      },
      "limited_english_households_pct": {
       "estimate": 3.25,
       "moe": 1.14,
       "numerator": 599,
       "denominator": 18431
      },
      "snap_households_pct": {
       "estimate": 6.54,
       "moe": 1.51,
       "numerator": 1205,
       "denominator": 18431
      },
      "median_household_income": {
       "estimate": 98465,
       "moe": 5153.0
      },
      "own_children_under_18": {
       "estimate": 7932,
       "moe": 494.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7989,
       "moe": 685.7229761354071
      }
     },
     "lines": {
      "b23008_E001": 7932,
      "b23008_M001": 494,
      "b23008_E003": 2141,
      "b23008_M003": 431,
      "b23008_E008": 639,
      "b23008_M008": 234,
      "b23008_E016": 3993,
      "b23008_M016": 406,
      "b23008_E021": 1159,
      "b23008_M021": 336,
      "b11003_E001": 11434,
      "b11003_M001": 420,
      "b11003_E003": 3354,
      "b11003_M003": 337,
      "b11003_E010": 258,
      "b11003_M010": 116,
      "b11003_E016": 660,
      "b11003_M016": 238,
      "b17020_E001": 43451,
      "b17020_M001": 39,
      "b17020_E003": 316,
      "b17020_M003": 175,
      "b17020_E004": 111,
      "b17020_M004": 86,
      "b17020_E005": 165,
      "b17020_M005": 152,
      "b17020_E011": 2464,
      "b17020_M011": 445,
      "b17020_E012": 2285,
      "b17020_M012": 279,
      "b17020_E013": 2648,
      "b17020_M013": 365,
      "b15003_E001": 33081,
      "b15003_M001": 584,
      "b15003_E022": 7237,
      "b15003_M022": 678,
      "b15003_E023": 4228,
      "b15003_M023": 569,
      "b15003_E024": 687,
      "b15003_M024": 183,
      "b15003_E025": 396,
      "b15003_M025": 129,
      "c16002_E001": 18431,
      "c16002_M001": 580,
      "c16002_E004": 347,
      "c16002_M004": 185,
      "c16002_E007": 156,
      "c16002_M007": 87,
      "c16002_E010": 96,
      "c16002_M010": 48,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 18431,
      "b22010_M001": 580,
      "b22010_E002": 1205,
      "b22010_M002": 281,
      "b19013_E001": 98465,
      "b19013_M001": 5153
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.33,
       "moe": 4.38,
       "numerator": 1438,
       "denominator": 7845
      },
      "children_with_two_parents_pct": {
       "estimate": 81.67,
       "moe": 5.86,
       "numerator": 6407,
       "denominator": 7845
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.64,
       "moe": 5.9,
       "numerator": 794,
       "denominator": 4259
      },
      "children_below_poverty_pct": {
       "estimate": 5.18,
       "moe": 2.63,
       "numerator": 412,
       "denominator": 7951
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.01,
       "moe": 2.73,
       "numerator": 13011,
       "denominator": 33351
      },
      "limited_english_households_pct": {
       "estimate": 3.14,
       "moe": 1.3,
       "numerator": 585,
       "denominator": 18654
      },
      "snap_households_pct": {
       "estimate": 5.73,
       "moe": 1.41,
       "numerator": 1068,
       "denominator": 18654
      },
      "median_household_income": {
       "estimate": 101572,
       "moe": 5754.0
      },
      "own_children_under_18": {
       "estimate": 7845,
       "moe": 621.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7951,
       "moe": 765.9856395520741
      }
     },
     "lines": {
      "b23008_E001": 7845,
      "b23008_M001": 621,
      "b23008_E003": 2131,
      "b23008_M003": 443,
      "b23008_E008": 430,
      "b23008_M008": 180,
      "b23008_E016": 4276,
      "b23008_M016": 522,
      "b23008_E021": 1008,
      "b23008_M021": 314,
      "b11003_E001": 11464,
      "b11003_M001": 411,
      "b11003_E003": 3465,
      "b11003_M003": 365,
      "b11003_E010": 217,
      "b11003_M010": 122,
      "b11003_E016": 577,
      "b11003_M016": 235,
      "b17020_E001": 43435,
      "b17020_M001": 52,
      "b17020_E003": 143,
      "b17020_M003": 120,
      "b17020_E004": 72,
      "b17020_M004": 53,
      "b17020_E005": 197,
      "b17020_M005": 168,
      "b17020_E011": 2455,
      "b17020_M011": 460,
      "b17020_E012": 2491,
      "b17020_M012": 426,
      "b17020_E013": 2593,
      "b17020_M013": 385,
      "b15003_E001": 33351,
      "b15003_M001": 748,
      "b15003_E022": 7477,
      "b15003_M022": 730,
      "b15003_E023": 4401,
      "b15003_M023": 552,
      "b15003_E024": 650,
      "b15003_M024": 190,
      "b15003_E025": 483,
      "b15003_M025": 194,
      "c16002_E001": 18654,
      "c16002_M001": 658,
      "c16002_E004": 404,
      "c16002_M004": 222,
      "c16002_E007": 126,
      "c16002_M007": 88,
      "c16002_E010": 55,
      "c16002_M010": 38,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 18654,
      "b22010_M001": 658,
      "b22010_E002": 1068,
      "b22010_M002": 266,
      "b19013_E001": 101572,
      "b19013_M001": 5754
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.95,
       "moe": 6.27,
       "numerator": 1807,
       "denominator": 8233
      },
      "children_with_two_parents_pct": {
       "estimate": 78.05,
       "moe": 4.47,
       "numerator": 6426,
       "denominator": 8233
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.0,
       "moe": 6.13,
       "numerator": 956,
       "denominator": 4553
      },
      "children_below_poverty_pct": {
       "estimate": 5.12,
       "moe": 3.68,
       "numerator": 426,
       "denominator": 8327
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.36,
       "moe": 2.9,
       "numerator": 13333,
       "denominator": 33039
      },
      "limited_english_households_pct": {
       "estimate": 3.29,
       "moe": 1.22,
       "numerator": 609,
       "denominator": 18538
      },
      "snap_households_pct": {
       "estimate": 6.11,
       "moe": 1.68,
       "numerator": 1133,
       "denominator": 18538
      },
      "median_household_income": {
       "estimate": 104773,
       "moe": 5444.0
      },
      "own_children_under_18": {
       "estimate": 8233,
       "moe": 673.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8327,
       "moe": 777.3917931133567
      }
     },
     "lines": {
      "b23008_E001": 8233,
      "b23008_M001": 673,
      "b23008_E003": 2267,
      "b23008_M003": 435,
      "b23008_E008": 534,
      "b23008_M008": 341,
      "b23008_E016": 4159,
      "b23008_M016": 471,
      "b23008_E021": 1273,
      "b23008_M021": 415,
      "b11003_E001": 11780,
      "b11003_M001": 437,
      "b11003_E003": 3597,
      "b11003_M003": 349,
      "b11003_E010": 264,
      "b11003_M010": 181,
      "b11003_E016": 692,
      "b11003_M016": 233,
      "b17020_E001": 43841,
      "b17020_M001": 42,
      "b17020_E003": 164,
      "b17020_M003": 232,
      "b17020_E004": 71,
      "b17020_M004": 69,
      "b17020_E005": 191,
      "b17020_M005": 192,
      "b17020_E011": 2673,
      "b17020_M011": 445,
      "b17020_E012": 2269,
      "b17020_M012": 380,
      "b17020_E013": 2959,
      "b17020_M013": 408,
      "b15003_E001": 33039,
      "b15003_M001": 712,
      "b15003_E022": 7826,
      "b15003_M022": 802,
      "b15003_E023": 4351,
      "b15003_M023": 556,
      "b15003_E024": 775,
      "b15003_M024": 182,
      "b15003_E025": 381,
      "b15003_M025": 132,
      "c16002_E001": 18538,
      "c16002_M001": 707,
      "c16002_E004": 395,
      "c16002_M004": 203,
      "c16002_E007": 162,
      "c16002_M007": 96,
      "c16002_E010": 38,
      "c16002_M010": 30,
      "c16002_E013": 14,
      "c16002_M013": 23,
      "b22010_E001": 18538,
      "b22010_M001": 707,
      "b22010_E002": 1133,
      "b22010_M002": 314,
      "b19013_E001": 104773,
      "b19013_M001": 5444
     }
    }
   }
  },
  "Warren": {
   "cousub": "79510",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.53,
       "moe": 16.1,
       "numerator": 52,
       "denominator": 212
      },
      "children_with_two_parents_pct": {
       "estimate": 75.47,
       "moe": 28.54,
       "numerator": 160,
       "denominator": 212
      },
      "one_parent_families_with_children_pct": {
       "estimate": 40.52,
       "moe": 40.25,
       "numerator": 62,
       "denominator": 153
      },
      "children_below_poverty_pct": {
       "estimate": 1.88,
       "moe": 8.93,
       "numerator": 4,
       "denominator": 213
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.45,
       "moe": 7.44,
       "numerator": 539,
       "denominator": 972
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.71,
       "numerator": 0,
       "denominator": 552
      },
      "snap_households_pct": {
       "estimate": 2.72,
       "moe": 1.77,
       "numerator": 15,
       "denominator": 552
      },
      "median_household_income": {
       "estimate": 133125,
       "moe": 32683.0
      },
      "own_children_under_18": {
       "estimate": 212,
       "moe": 57.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 213,
       "moe": 55.49774770204643
      }
     },
     "lines": {
      "b23008_E001": 212,
      "b23008_M001": 57,
      "b23008_E003": 29,
      "b23008_M003": 17,
      "b23008_E008": 7,
      "b23008_M008": 8,
      "b23008_E016": 131,
      "b23008_M016": 39,
      "b23008_E021": 45,
      "b23008_M021": 36,
      "b11003_E001": 423,
      "b11003_M001": 81,
      "b11003_E003": 91,
      "b11003_M003": 25,
      "b11003_E010": 56,
      "b11003_M010": 68,
      "b11003_E016": 6,
      "b11003_M016": 6,
      "b17020_E001": 1382,
      "b17020_M001": 254,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 4,
      "b17020_M005": 5,
      "b17020_E011": 36,
      "b17020_M011": 18,
      "b17020_E012": 85,
      "b17020_M012": 32,
      "b17020_E013": 88,
      "b17020_M013": 37,
      "b15003_E001": 972,
      "b15003_M001": 102,
      "b15003_E022": 261,
      "b15003_M022": 78,
      "b15003_E023": 212,
      "b15003_M023": 42,
      "b15003_E024": 42,
      "b15003_M024": 18,
      "b15003_E025": 24,
      "b15003_M025": 16,
      "c16002_E001": 552,
      "c16002_M001": 82,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 552,
      "b22010_M001": 82,
      "b22010_E002": 15,
      "b22010_M002": 10,
      "b19013_E001": 133125,
      "b19013_M001": 32683
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.2,
       "moe": 22.13,
       "numerator": 78,
       "denominator": 199
      },
      "children_with_two_parents_pct": {
       "estimate": 60.8,
       "moe": 28.97,
       "numerator": 121,
       "denominator": 199
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.37,
       "moe": 44.64,
       "numerator": 50,
       "denominator": 118
      },
      "children_below_poverty_pct": {
       "estimate": 2.0,
       "moe": 9.64,
       "numerator": 4,
       "denominator": 200
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.42,
       "moe": 8.35,
       "numerator": 491,
       "denominator": 886
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.97,
       "numerator": 0,
       "denominator": 523
      },
      "snap_households_pct": {
       "estimate": 2.68,
       "moe": 2.26,
       "numerator": 14,
       "denominator": 523
      },
      "median_household_income": {
       "estimate": 130156,
       "moe": 39798.0
      },
      "own_children_under_18": {
       "estimate": 199,
       "moe": 68.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 200,
       "moe": 68.89121859859934
      }
     },
     "lines": {
      "b23008_E001": 199,
      "b23008_M001": 68,
      "b23008_E003": 16,
      "b23008_M003": 13,
      "b23008_E008": 7,
      "b23008_M008": 7,
      "b23008_E016": 105,
      "b23008_M016": 38,
      "b23008_E021": 71,
      "b23008_M021": 51,
      "b11003_E001": 384,
      "b11003_M001": 75,
      "b11003_E003": 68,
      "b11003_M003": 23,
      "b11003_E010": 47,
      "b11003_M010": 59,
      "b11003_E016": 3,
      "b11003_M016": 4,
      "b17020_E001": 1532,
      "b17020_M001": 403,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 4,
      "b17020_M005": 6,
      "b17020_E011": 23,
      "b17020_M011": 14,
      "b17020_E012": 56,
      "b17020_M012": 24,
      "b17020_E013": 117,
      "b17020_M013": 60,
      "b15003_E001": 886,
      "b15003_M001": 108,
      "b15003_E022": 248,
      "b15003_M022": 78,
      "b15003_E023": 190,
      "b15003_M023": 51,
      "b15003_E024": 39,
      "b15003_M024": 17,
      "b15003_E025": 14,
      "b15003_M025": 9,
      "c16002_E001": 523,
      "c16002_M001": 76,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 523,
      "b22010_M001": 76,
      "b22010_E002": 14,
      "b22010_M002": 12,
      "b19013_E001": 130156,
      "b19013_M001": 39798
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.56,
       "moe": 17.54,
       "numerator": 72,
       "denominator": 182
      },
      "children_with_two_parents_pct": {
       "estimate": 60.44,
       "moe": 25.09,
       "numerator": 110,
       "denominator": 182
      },
      "one_parent_families_with_children_pct": {
       "estimate": 52.8,
       "moe": 44.08,
       "numerator": 66,
       "denominator": 125
      },
      "children_below_poverty_pct": {
       "estimate": 3.83,
       "moe": 8.67,
       "numerator": 7,
       "denominator": 183
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.24,
       "moe": 8.03,
       "numerator": 496,
       "denominator": 968
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.83,
       "numerator": 0,
       "denominator": 580
      },
      "snap_households_pct": {
       "estimate": 1.38,
       "moe": 1.71,
       "numerator": 8,
       "denominator": 580
      },
      "median_household_income": {
       "estimate": 119167,
       "moe": 30136.0
      },
      "own_children_under_18": {
       "estimate": 182,
       "moe": 55.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 183,
       "moe": 58.42088667591412
      }
     },
     "lines": {
      "b23008_E001": 182,
      "b23008_M001": 55,
      "b23008_E003": 24,
      "b23008_M003": 14,
      "b23008_E008": 14,
      "b23008_M008": 14,
      "b23008_E016": 86,
      "b23008_M016": 28,
      "b23008_E021": 58,
      "b23008_M021": 36,
      "b11003_E001": 419,
      "b11003_M001": 92,
      "b11003_E003": 59,
      "b11003_M003": 17,
      "b11003_E010": 53,
      "b11003_M010": 64,
      "b11003_E016": 13,
      "b11003_M016": 15,
      "b17020_E001": 1474,
      "b17020_M001": 216,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 3,
      "b17020_M004": 5,
      "b17020_E005": 4,
      "b17020_M005": 6,
      "b17020_E011": 38,
      "b17020_M011": 20,
      "b17020_E012": 61,
      "b17020_M012": 34,
      "b17020_E013": 77,
      "b17020_M013": 40,
      "b15003_E001": 968,
      "b15003_M001": 116,
      "b15003_E022": 261,
      "b15003_M022": 78,
      "b15003_E023": 188,
      "b15003_M023": 56,
      "b15003_E024": 43,
      "b15003_M024": 18,
      "b15003_E025": 4,
      "b15003_M025": 5,
      "c16002_E001": 580,
      "c16002_M001": 84,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 580,
      "b22010_M001": 84,
      "b22010_E002": 8,
      "b22010_M002": 10,
      "b19013_E001": 119167,
      "b19013_M001": 30136
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.94,
       "moe": 21.31,
       "numerator": 71,
       "denominator": 158
      },
      "children_with_two_parents_pct": {
       "estimate": 55.06,
       "moe": 7.72,
       "numerator": 87,
       "denominator": 158
      },
      "one_parent_families_with_children_pct": {
       "estimate": 60.8,
       "moe": 40.31,
       "numerator": 76,
       "denominator": 125
      },
      "children_below_poverty_pct": {
       "estimate": 8.23,
       "moe": 11.52,
       "numerator": 13,
       "denominator": 158
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.06,
       "moe": 7.54,
       "numerator": 550,
       "denominator": 999
      },
      "limited_english_households_pct": {
       "estimate": 0.5,
       "moe": 4.12,
       "numerator": 3,
       "denominator": 597
      },
      "snap_households_pct": {
       "estimate": 1.51,
       "moe": 1.49,
       "numerator": 9,
       "denominator": 597
      },
      "median_household_income": {
       "estimate": 134583,
       "moe": 33453.0
      },
      "own_children_under_18": {
       "estimate": 158,
       "moe": 55.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 158,
       "moe": 56.37375275782161
      }
     },
     "lines": {
      "b23008_E001": 158,
      "b23008_M001": 55,
      "b23008_E003": 19,
      "b23008_M003": 15,
      "b23008_E008": 14,
      "b23008_M008": 12,
      "b23008_E016": 68,
      "b23008_M016": 29,
      "b23008_E021": 57,
      "b23008_M021": 40,
      "b11003_E001": 418,
      "b11003_M001": 81,
      "b11003_E003": 49,
      "b11003_M003": 19,
      "b11003_E010": 61,
      "b11003_M010": 64,
      "b11003_E016": 15,
      "b11003_M016": 12,
      "b17020_E001": 1415,
      "b17020_M001": 268,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 10,
      "b17020_M004": 11,
      "b17020_E005": 3,
      "b17020_M005": 6,
      "b17020_E011": 33,
      "b17020_M011": 20,
      "b17020_E012": 52,
      "b17020_M012": 24,
      "b17020_E013": 60,
      "b17020_M013": 43,
      "b15003_E001": 999,
      "b15003_M001": 120,
      "b15003_E022": 299,
      "b15003_M022": 79,
      "b15003_E023": 213,
      "b15003_M023": 59,
      "b15003_E024": 32,
      "b15003_M024": 16,
      "b15003_E025": 6,
      "b15003_M025": 8,
      "c16002_E001": 597,
      "c16002_M001": 87,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 597,
      "b22010_M001": 87,
      "b22010_E002": 9,
      "b22010_M002": 9,
      "b19013_E001": 134583,
      "b19013_M001": 33453
     }
    }
   }
  },
  "Washington": {
   "cousub": "79720",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.13,
       "moe": 18.77,
       "numerator": 184,
       "denominator": 591
      },
      "children_with_two_parents_pct": {
       "estimate": 68.87,
       "moe": 15.16,
       "numerator": 407,
       "denominator": 591
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.22,
       "moe": 24.41,
       "numerator": 150,
       "denominator": 403
      },
      "children_below_poverty_pct": {
       "estimate": 14.8,
       "moe": 9.9,
       "numerator": 91,
       "denominator": 615
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.54,
       "moe": 8.12,
       "numerator": 1446,
       "denominator": 2701
      },
      "limited_english_households_pct": {
       "estimate": 0.49,
       "moe": 1.83,
       "numerator": 7,
       "denominator": 1423
      },
      "snap_households_pct": {
       "estimate": 0.0,
       "moe": 0.91,
       "numerator": 0,
       "denominator": 1423
      },
      "median_household_income": {
       "estimate": 109712,
       "moe": 13485.0
      },
      "own_children_under_18": {
       "estimate": 591,
       "moe": 142.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 615,
       "moe": 178.72045210327775
      }
     },
     "lines": {
      "b23008_E001": 591,
      "b23008_M001": 142,
      "b23008_E003": 152,
      "b23008_M003": 81,
      "b23008_E008": 54,
      "b23008_M008": 53,
      "b23008_E016": 255,
      "b23008_M016": 105,
      "b23008_E021": 130,
      "b23008_M021": 107,
      "b11003_E001": 928,
      "b11003_M001": 105,
      "b11003_E003": 253,
      "b11003_M003": 84,
      "b11003_E010": 51,
      "b11003_M010": 68,
      "b11003_E016": 99,
      "b11003_M016": 88,
      "b17020_E001": 3484,
      "b17020_M001": 87,
      "b17020_E003": 32,
      "b17020_M003": 45,
      "b17020_E004": 16,
      "b17020_M004": 23,
      "b17020_E005": 43,
      "b17020_M005": 43,
      "b17020_E011": 174,
      "b17020_M011": 85,
      "b17020_E012": 174,
      "b17020_M012": 108,
      "b17020_E013": 176,
      "b17020_M013": 93,
      "b15003_E001": 2701,
      "b15003_M001": 169,
      "b15003_E022": 847,
      "b15003_M022": 179,
      "b15003_E023": 319,
      "b15003_M023": 119,
      "b15003_E024": 253,
      "b15003_M024": 97,
      "b15003_E025": 27,
      "b15003_M025": 27,
      "c16002_E001": 1423,
      "c16002_M001": 133,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 7,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1423,
      "b22010_M001": 133,
      "b22010_E002": 0,
      "b22010_M002": 13,
      "b19013_E001": 109712,
      "b19013_M001": 13485
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.99,
       "moe": 24.57,
       "numerator": 379,
       "denominator": 729
      },
      "children_with_two_parents_pct": {
       "estimate": 48.01,
       "moe": 17.08,
       "numerator": 350,
       "denominator": 729
      },
      "one_parent_families_with_children_pct": {
       "estimate": 56.58,
       "moe": 23.41,
       "numerator": 301,
       "denominator": 532
      },
      "children_below_poverty_pct": {
       "estimate": 21.3,
       "moe": 17.01,
       "numerator": 161,
       "denominator": 756
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.65,
       "moe": 10.51,
       "numerator": 1329,
       "denominator": 2624
      },
      "limited_english_households_pct": {
       "estimate": 0.96,
       "moe": 2.16,
       "numerator": 14,
       "denominator": 1453
      },
      "snap_households_pct": {
       "estimate": 0.48,
       "moe": 0.69,
       "numerator": 7,
       "denominator": 1453
      },
      "median_household_income": {
       "estimate": 85709,
       "moe": 33044.0
      },
      "own_children_under_18": {
       "estimate": 729,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 756,
       "moe": 209.20803043860434
      }
     },
     "lines": {
      "b23008_E001": 729,
      "b23008_M001": 157,
      "b23008_E003": 148,
      "b23008_M003": 93,
      "b23008_E008": 127,
      "b23008_M008": 120,
      "b23008_E016": 202,
      "b23008_M016": 112,
      "b23008_E021": 252,
      "b23008_M021": 156,
      "b11003_E001": 968,
      "b11003_M001": 115,
      "b11003_E003": 231,
      "b11003_M003": 91,
      "b11003_E010": 102,
      "b11003_M010": 111,
      "b11003_E016": 199,
      "b11003_M016": 120,
      "b17020_E001": 3514,
      "b17020_M001": 49,
      "b17020_E003": 87,
      "b17020_M003": 121,
      "b17020_E004": 31,
      "b17020_M004": 43,
      "b17020_E005": 43,
      "b17020_M005": 45,
      "b17020_E011": 188,
      "b17020_M011": 97,
      "b17020_E012": 136,
      "b17020_M012": 88,
      "b17020_E013": 271,
      "b17020_M013": 90,
      "b15003_E001": 2624,
      "b15003_M001": 169,
      "b15003_E022": 728,
      "b15003_M022": 240,
      "b15003_E023": 329,
      "b15003_M023": 130,
      "b15003_E024": 229,
      "b15003_M024": 88,
      "b15003_E025": 43,
      "b15003_M025": 34,
      "c16002_E001": 1453,
      "c16002_M001": 129,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 14,
      "c16002_M010": 22,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1453,
      "b22010_M001": 129,
      "b22010_E002": 7,
      "b22010_M002": 10,
      "b19013_E001": 85709,
      "b19013_M001": 33044
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.63,
       "moe": 16.95,
       "numerator": 295,
       "denominator": 692
      },
      "children_with_two_parents_pct": {
       "estimate": 57.37,
       "moe": 16.61,
       "numerator": 397,
       "denominator": 692
      },
      "one_parent_families_with_children_pct": {
       "estimate": 45.76,
       "moe": 22.21,
       "numerator": 178,
       "denominator": 389
      },
      "children_below_poverty_pct": {
       "estimate": 23.62,
       "moe": 15.08,
       "numerator": 171,
       "denominator": 724
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.22,
       "moe": 10.05,
       "numerator": 1537,
       "denominator": 2686
      },
      "limited_english_households_pct": {
       "estimate": 1.58,
       "moe": 3.11,
       "numerator": 22,
       "denominator": 1395
      },
      "snap_households_pct": {
       "estimate": 0.43,
       "moe": 0.72,
       "numerator": 6,
       "denominator": 1395
      },
      "median_household_income": {
       "estimate": 89135,
       "moe": 27510.0
      },
      "own_children_under_18": {
       "estimate": 692,
       "moe": 148.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 724,
       "moe": 177.87355059142436
      }
     },
     "lines": {
      "b23008_E001": 692,
      "b23008_M001": 148,
      "b23008_E003": 136,
      "b23008_M003": 71,
      "b23008_E008": 103,
      "b23008_M008": 100,
      "b23008_E016": 261,
      "b23008_M016": 124,
      "b23008_E021": 192,
      "b23008_M021": 88,
      "b11003_E001": 940,
      "b11003_M001": 83,
      "b11003_E003": 211,
      "b11003_M003": 68,
      "b11003_E010": 56,
      "b11003_M010": 71,
      "b11003_E016": 122,
      "b11003_M016": 75,
      "b17020_E001": 3550,
      "b17020_M001": 21,
      "b17020_E003": 91,
      "b17020_M003": 96,
      "b17020_E004": 31,
      "b17020_M004": 38,
      "b17020_E005": 49,
      "b17020_M005": 55,
      "b17020_E011": 148,
      "b17020_M011": 73,
      "b17020_E012": 103,
      "b17020_M012": 60,
      "b17020_E013": 302,
      "b17020_M013": 95,
      "b15003_E001": 2686,
      "b15003_M001": 161,
      "b15003_E022": 825,
      "b15003_M022": 192,
      "b15003_E023": 362,
      "b15003_M023": 163,
      "b15003_E024": 262,
      "b15003_M024": 119,
      "b15003_E025": 88,
      "b15003_M025": 61,
      "c16002_E001": 1395,
      "c16002_M001": 124,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 22,
      "c16002_M010": 36,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1395,
      "b22010_M001": 124,
      "b22010_E002": 6,
      "b22010_M002": 10,
      "b19013_E001": 89135,
      "b19013_M001": 27510
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.73,
       "moe": 22.11,
       "numerator": 256,
       "denominator": 661
      },
      "children_with_two_parents_pct": {
       "estimate": 61.27,
       "moe": 15.94,
       "numerator": 405,
       "denominator": 661
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.26,
       "moe": 20.38,
       "numerator": 116,
       "denominator": 329
      },
      "children_below_poverty_pct": {
       "estimate": 17.01,
       "moe": 11.59,
       "numerator": 116,
       "denominator": 682
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.66,
       "moe": 8.75,
       "numerator": 1490,
       "denominator": 2777
      },
      "limited_english_households_pct": {
       "estimate": 2.14,
       "moe": 2.73,
       "numerator": 30,
       "denominator": 1399
      },
      "snap_households_pct": {
       "estimate": 0.43,
       "moe": 0.71,
       "numerator": 6,
       "denominator": 1399
      },
      "median_household_income": {
       "estimate": 101549,
       "moe": 16301.0
      },
      "own_children_under_18": {
       "estimate": 661,
       "moe": 151.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 682,
       "moe": 158.00316452527144
      }
     },
     "lines": {
      "b23008_E001": 661,
      "b23008_M001": 151,
      "b23008_E003": 78,
      "b23008_M003": 55,
      "b23008_E008": 60,
      "b23008_M008": 68,
      "b23008_E016": 327,
      "b23008_M016": 129,
      "b23008_E021": 196,
      "b23008_M021": 142,
      "b11003_E001": 922,
      "b11003_M001": 99,
      "b11003_E003": 213,
      "b11003_M003": 76,
      "b11003_E010": 17,
      "b11003_M010": 25,
      "b11003_E016": 99,
      "b11003_M016": 73,
      "b17020_E001": 3604,
      "b17020_M001": 23,
      "b17020_E003": 50,
      "b17020_M003": 62,
      "b17020_E004": 28,
      "b17020_M004": 39,
      "b17020_E005": 38,
      "b17020_M005": 40,
      "b17020_E011": 88,
      "b17020_M011": 56,
      "b17020_E012": 125,
      "b17020_M012": 80,
      "b17020_E013": 353,
      "b17020_M013": 92,
      "b15003_E001": 2777,
      "b15003_M001": 147,
      "b15003_E022": 833,
      "b15003_M022": 199,
      "b15003_E023": 339,
      "b15003_M023": 112,
      "b15003_E024": 226,
      "b15003_M024": 97,
      "b15003_E025": 92,
      "b15003_M025": 61,
      "c16002_E001": 1399,
      "c16002_M001": 118,
      "c16002_E004": 12,
      "c16002_M004": 20,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 18,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1399,
      "b22010_M001": 118,
      "b22010_E002": 6,
      "b22010_M002": 10,
      "b19013_E001": 101549,
      "b19013_M001": 16301
     }
    }
   }
  },
  "Waterbury": {
   "cousub": "80070",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 59.26,
       "moe": 4.19,
       "numerator": 15019,
       "denominator": 25343
      },
      "children_with_two_parents_pct": {
       "estimate": 40.74,
       "moe": 3.55,
       "numerator": 10324,
       "denominator": 25343
      },
      "one_parent_families_with_children_pct": {
       "estimate": 56.63,
       "moe": 4.13,
       "numerator": 7006,
       "denominator": 12371
      },
      "children_below_poverty_pct": {
       "estimate": 32.22,
       "moe": 3.32,
       "numerator": 8488,
       "denominator": 26341
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.63,
       "moe": 1.34,
       "numerator": 13409,
       "denominator": 76061
      },
      "limited_english_households_pct": {
       "estimate": 9.99,
       "moe": 1.48,
       "numerator": 4505,
       "denominator": 45114
      },
      "snap_households_pct": {
       "estimate": 27.71,
       "moe": 1.4,
       "numerator": 12501,
       "denominator": 45114
      },
      "median_household_income": {
       "estimate": 48787,
       "moe": 2383.0
      },
      "own_children_under_18": {
       "estimate": 25343,
       "moe": 1318.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 26341,
       "moe": 1733.99567473509
      }
     },
     "lines": {
      "b23008_E001": 25343,
      "b23008_M001": 1318,
      "b23008_E003": 3035,
      "b23008_M003": 484,
      "b23008_E008": 5825,
      "b23008_M008": 989,
      "b23008_E016": 7289,
      "b23008_M016": 929,
      "b23008_E021": 9194,
      "b23008_M021": 871,
      "b11003_E001": 26791,
      "b11003_M001": 788,
      "b11003_E003": 5365,
      "b11003_M003": 562,
      "b11003_E010": 1433,
      "b11003_M010": 391,
      "b11003_E016": 5573,
      "b11003_M016": 617,
      "b17020_E001": 111920,
      "b17020_M001": 333,
      "b17020_E003": 2812,
      "b17020_M003": 631,
      "b17020_E004": 3042,
      "b17020_M004": 596,
      "b17020_E005": 2634,
      "b17020_M005": 569,
      "b17020_E011": 6268,
      "b17020_M011": 973,
      "b17020_E012": 5755,
      "b17020_M012": 707,
      "b17020_E013": 5830,
      "b17020_M013": 695,
      "b15003_E001": 76061,
      "b15003_M001": 1420,
      "b15003_E022": 7727,
      "b15003_M022": 741,
      "b15003_E023": 4441,
      "b15003_M023": 657,
      "b15003_E024": 955,
      "b15003_M024": 292,
      "b15003_E025": 286,
      "b15003_M025": 176,
      "c16002_E001": 45114,
      "c16002_M001": 1033,
      "c16002_E004": 3529,
      "c16002_M004": 626,
      "c16002_E007": 818,
      "c16002_M007": 234,
      "c16002_E010": 77,
      "c16002_M010": 65,
      "c16002_E013": 81,
      "c16002_M013": 68,
      "b22010_E001": 45114,
      "b22010_M001": 1033,
      "b22010_E002": 12501,
      "b22010_M002": 694,
      "b19013_E001": 48787,
      "b19013_M001": 2383
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 57.28,
       "moe": 4.11,
       "numerator": 13991,
       "denominator": 24424
      },
      "children_with_two_parents_pct": {
       "estimate": 42.72,
       "moe": 3.64,
       "numerator": 10433,
       "denominator": 24424
      },
      "one_parent_families_with_children_pct": {
       "estimate": 56.21,
       "moe": 4.02,
       "numerator": 7514,
       "denominator": 13368
      },
      "children_below_poverty_pct": {
       "estimate": 30.4,
       "moe": 2.98,
       "numerator": 7655,
       "denominator": 25180
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 16.67,
       "moe": 1.37,
       "numerator": 12745,
       "denominator": 76440
      },
      "limited_english_households_pct": {
       "estimate": 8.93,
       "moe": 1.31,
       "numerator": 4103,
       "denominator": 45968
      },
      "snap_households_pct": {
       "estimate": 28.38,
       "moe": 1.83,
       "numerator": 13045,
       "denominator": 45968
      },
      "median_household_income": {
       "estimate": 51451,
       "moe": 1652.0
      },
      "own_children_under_18": {
       "estimate": 24424,
       "moe": 1094.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 25180,
       "moe": 1443.5643387116488
      }
     },
     "lines": {
      "b23008_E001": 24424,
      "b23008_M001": 1094,
      "b23008_E003": 3020,
      "b23008_M003": 582,
      "b23008_E008": 5307,
      "b23008_M008": 778,
      "b23008_E016": 7413,
      "b23008_M016": 818,
      "b23008_E021": 8684,
      "b23008_M021": 891,
      "b11003_E001": 27583,
      "b11003_M001": 967,
      "b11003_E003": 5854,
      "b11003_M003": 509,
      "b11003_E010": 1574,
      "b11003_M010": 378,
      "b11003_E016": 5940,
      "b11003_M016": 631,
      "b17020_E001": 112426,
      "b17020_M001": 302,
      "b17020_E003": 2655,
      "b17020_M003": 546,
      "b17020_E004": 2531,
      "b17020_M004": 440,
      "b17020_E005": 2469,
      "b17020_M005": 512,
      "b17020_E011": 5931,
      "b17020_M011": 699,
      "b17020_E012": 5509,
      "b17020_M012": 661,
      "b17020_E013": 6085,
      "b17020_M013": 636,
      "b15003_E001": 76440,
      "b15003_M001": 1207,
      "b15003_E022": 7494,
      "b15003_M022": 891,
      "b15003_E023": 4134,
      "b15003_M023": 489,
      "b15003_E024": 840,
      "b15003_M024": 261,
      "b15003_E025": 277,
      "b15003_M025": 193,
      "c16002_E001": 45968,
      "c16002_M001": 926,
      "c16002_E004": 3184,
      "c16002_M004": 527,
      "c16002_E007": 718,
      "c16002_M007": 265,
      "c16002_E010": 188,
      "c16002_M010": 149,
      "c16002_E013": 13,
      "c16002_M013": 19,
      "b22010_E001": 45968,
      "b22010_M001": 926,
      "b22010_E002": 13045,
      "b22010_M002": 881,
      "b19013_E001": 51451,
      "b19013_M001": 1652
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.02,
       "moe": 3.77,
       "numerator": 14564,
       "denominator": 24267
      },
      "children_with_two_parents_pct": {
       "estimate": 39.98,
       "moe": 4.03,
       "numerator": 9703,
       "denominator": 24267
      },
      "one_parent_families_with_children_pct": {
       "estimate": 60.18,
       "moe": 4.4,
       "numerator": 7697,
       "denominator": 12791
      },
      "children_below_poverty_pct": {
       "estimate": 34.59,
       "moe": 3.34,
       "numerator": 8694,
       "denominator": 25134
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.02,
       "moe": 1.47,
       "numerator": 13088,
       "denominator": 76910
      },
      "limited_english_households_pct": {
       "estimate": 8.97,
       "moe": 1.44,
       "numerator": 4122,
       "denominator": 45962
      },
      "snap_households_pct": {
       "estimate": 28.58,
       "moe": 1.52,
       "numerator": 13138,
       "denominator": 45962
      },
      "median_household_income": {
       "estimate": 51642,
       "moe": 2274.0
      },
      "own_children_under_18": {
       "estimate": 24267,
       "moe": 1251.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 25134,
       "moe": 1615.7543130067763
      }
     },
     "lines": {
      "b23008_E001": 24267,
      "b23008_M001": 1251,
      "b23008_E003": 2690,
      "b23008_M003": 428,
      "b23008_E008": 5613,
      "b23008_M008": 797,
      "b23008_E016": 7013,
      "b23008_M016": 1011,
      "b23008_E021": 8951,
      "b23008_M021": 874,
      "b11003_E001": 27506,
      "b11003_M001": 846,
      "b11003_E003": 5094,
      "b11003_M003": 574,
      "b11003_E010": 1544,
      "b11003_M010": 406,
      "b11003_E016": 6153,
      "b11003_M016": 720,
      "b17020_E001": 112614,
      "b17020_M001": 286,
      "b17020_E003": 2908,
      "b17020_M003": 592,
      "b17020_E004": 2843,
      "b17020_M004": 631,
      "b17020_E005": 2943,
      "b17020_M005": 520,
      "b17020_E011": 5616,
      "b17020_M011": 727,
      "b17020_E012": 5433,
      "b17020_M012": 782,
      "b17020_E013": 5391,
      "b17020_M013": 672,
      "b15003_E001": 76910,
      "b15003_M001": 1415,
      "b15003_E022": 7569,
      "b15003_M022": 809,
      "b15003_E023": 4038,
      "b15003_M023": 727,
      "b15003_E024": 1087,
      "b15003_M024": 321,
      "b15003_E025": 394,
      "b15003_M025": 236,
      "c16002_E001": 45962,
      "c16002_M001": 1169,
      "c16002_E004": 3055,
      "c16002_M004": 559,
      "c16002_E007": 968,
      "c16002_M007": 365,
      "c16002_E010": 84,
      "c16002_M010": 60,
      "c16002_E013": 15,
      "c16002_M013": 21,
      "b22010_E001": 45962,
      "b22010_M001": 1169,
      "b22010_E002": 13138,
      "b22010_M002": 775,
      "b19013_E001": 51642,
      "b19013_M001": 2274
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 59.08,
       "moe": 4.29,
       "numerator": 14966,
       "denominator": 25333
      },
      "children_with_two_parents_pct": {
       "estimate": 40.92,
       "moe": 4.28,
       "numerator": 10367,
       "denominator": 25333
      },
      "one_parent_families_with_children_pct": {
       "estimate": 59.09,
       "moe": 3.99,
       "numerator": 7977,
       "denominator": 13499
      },
      "children_below_poverty_pct": {
       "estimate": 34.94,
       "moe": 3.65,
       "numerator": 9146,
       "denominator": 26177
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.3,
       "moe": 1.45,
       "numerator": 13467,
       "denominator": 77847
      },
      "limited_english_households_pct": {
       "estimate": 9.27,
       "moe": 1.35,
       "numerator": 4233,
       "denominator": 45663
      },
      "snap_households_pct": {
       "estimate": 29.51,
       "moe": 1.43,
       "numerator": 13477,
       "denominator": 45663
      },
      "median_household_income": {
       "estimate": 51886,
       "moe": 2278.0
      },
      "own_children_under_18": {
       "estimate": 25333,
       "moe": 1241.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 26177,
       "moe": 1789.367486012865
      }
     },
     "lines": {
      "b23008_E001": 25333,
      "b23008_M001": 1241,
      "b23008_E003": 2893,
      "b23008_M003": 533,
      "b23008_E008": 5549,
      "b23008_M008": 812,
      "b23008_E016": 7474,
      "b23008_M016": 1071,
      "b23008_E021": 9417,
      "b23008_M021": 1029,
      "b11003_E001": 27765,
      "b11003_M001": 1006,
      "b11003_E003": 5522,
      "b11003_M003": 661,
      "b11003_E010": 1294,
      "b11003_M010": 378,
      "b11003_E016": 6683,
      "b11003_M016": 733,
      "b17020_E001": 113291,
      "b17020_M001": 271,
      "b17020_E003": 2471,
      "b17020_M003": 491,
      "b17020_E004": 2986,
      "b17020_M004": 673,
      "b17020_E005": 3689,
      "b17020_M005": 781,
      "b17020_E011": 6059,
      "b17020_M011": 829,
      "b17020_E012": 5253,
      "b17020_M012": 720,
      "b17020_E013": 5719,
      "b17020_M013": 832,
      "b15003_E001": 77847,
      "b15003_M001": 1290,
      "b15003_E022": 8055,
      "b15003_M022": 875,
      "b15003_E023": 4034,
      "b15003_M023": 649,
      "b15003_E024": 967,
      "b15003_M024": 299,
      "b15003_E025": 411,
      "b15003_M025": 233,
      "c16002_E001": 45663,
      "c16002_M001": 1010,
      "c16002_E004": 3219,
      "c16002_M004": 527,
      "c16002_E007": 900,
      "c16002_M007": 322,
      "c16002_E010": 114,
      "c16002_M010": 91,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 45663,
      "b22010_M001": 1010,
      "b22010_E002": 13477,
      "b22010_M002": 718,
      "b19013_E001": 51886,
      "b19013_M001": 2278
     }
    }
   }
  },
  "Waterford": {
   "cousub": "80280",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.57,
       "moe": 8.34,
       "numerator": 985,
       "denominator": 3573
      },
      "children_with_two_parents_pct": {
       "estimate": 72.43,
       "moe": 9.08,
       "numerator": 2588,
       "denominator": 3573
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.37,
       "moe": 8.03,
       "numerator": 542,
       "denominator": 2136
      },
      "children_below_poverty_pct": {
       "estimate": 10.83,
       "moe": 6.35,
       "numerator": 403,
       "denominator": 3722
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.65,
       "moe": 3.18,
       "numerator": 5757,
       "denominator": 14521
      },
      "limited_english_households_pct": {
       "estimate": 0.82,
       "moe": 0.53,
       "numerator": 67,
       "denominator": 8191
      },
      "snap_households_pct": {
       "estimate": 8.5,
       "moe": 2.72,
       "numerator": 696,
       "denominator": 8191
      },
      "median_household_income": {
       "estimate": 95880,
       "moe": 4621.0
      },
      "own_children_under_18": {
       "estimate": 3573,
       "moe": 314.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3722,
       "moe": 494.85048246919996
      }
     },
     "lines": {
      "b23008_E001": 3573,
      "b23008_M001": 314,
      "b23008_E003": 901,
      "b23008_M003": 254,
      "b23008_E008": 143,
      "b23008_M008": 87,
      "b23008_E016": 1687,
      "b23008_M016": 304,
      "b23008_E021": 842,
      "b23008_M021": 298,
      "b11003_E001": 5481,
      "b11003_M001": 294,
      "b11003_E003": 1594,
      "b11003_M003": 275,
      "b11003_E010": 187,
      "b11003_M010": 125,
      "b11003_E016": 355,
      "b11003_M016": 145,
      "b17020_E001": 19146,
      "b17020_M001": 176,
      "b17020_E003": 49,
      "b17020_M003": 45,
      "b17020_E004": 88,
      "b17020_M004": 84,
      "b17020_E005": 266,
      "b17020_M005": 223,
      "b17020_E011": 1009,
      "b17020_M011": 249,
      "b17020_E012": 1126,
      "b17020_M012": 225,
      "b17020_E013": 1184,
      "b17020_M013": 271,
      "b15003_E001": 14521,
      "b15003_M001": 377,
      "b15003_E022": 3070,
      "b15003_M022": 337,
      "b15003_E023": 2264,
      "b15003_M023": 325,
      "b15003_E024": 278,
      "b15003_M024": 112,
      "b15003_E025": 145,
      "b15003_M025": 57,
      "c16002_E001": 8191,
      "c16002_M001": 362,
      "c16002_E004": 21,
      "c16002_M004": 24,
      "c16002_E007": 37,
      "c16002_M007": 25,
      "c16002_E010": 9,
      "c16002_M010": 15,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8191,
      "b22010_M001": 362,
      "b22010_E002": 696,
      "b22010_M002": 225,
      "b19013_E001": 95880,
      "b19013_M001": 4621
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.73,
       "moe": 9.02,
       "numerator": 888,
       "denominator": 3591
      },
      "children_with_two_parents_pct": {
       "estimate": 75.27,
       "moe": 7.7,
       "numerator": 2703,
       "denominator": 3591
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.85,
       "moe": 8.49,
       "numerator": 501,
       "denominator": 2101
      },
      "children_below_poverty_pct": {
       "estimate": 7.46,
       "moe": 6.58,
       "numerator": 277,
       "denominator": 3711
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.63,
       "moe": 3.54,
       "numerator": 5471,
       "denominator": 14539
      },
      "limited_english_households_pct": {
       "estimate": 0.91,
       "moe": 0.65,
       "numerator": 73,
       "denominator": 8023
      },
      "snap_households_pct": {
       "estimate": 8.11,
       "moe": 2.99,
       "numerator": 651,
       "denominator": 8023
      },
      "median_household_income": {
       "estimate": 102906,
       "moe": 6192.0
      },
      "own_children_under_18": {
       "estimate": 3591,
       "moe": 399.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3711,
       "moe": 516.162765026692
      }
     },
     "lines": {
      "b23008_E001": 3591,
      "b23008_M001": 399,
      "b23008_E003": 1051,
      "b23008_M003": 277,
      "b23008_E008": 146,
      "b23008_M008": 92,
      "b23008_E016": 1652,
      "b23008_M016": 300,
      "b23008_E021": 742,
      "b23008_M021": 326,
      "b11003_E001": 5358,
      "b11003_M001": 230,
      "b11003_E003": 1600,
      "b11003_M003": 232,
      "b11003_E010": 179,
      "b11003_M010": 105,
      "b11003_E016": 322,
      "b11003_M016": 161,
      "b17020_E001": 19179,
      "b17020_M001": 25,
      "b17020_E003": 14,
      "b17020_M003": 24,
      "b17020_E004": 13,
      "b17020_M004": 22,
      "b17020_E005": 250,
      "b17020_M005": 245,
      "b17020_E011": 1202,
      "b17020_M011": 303,
      "b17020_E012": 1062,
      "b17020_M012": 227,
      "b17020_E013": 1170,
      "b17020_M013": 249,
      "b15003_E001": 14539,
      "b15003_M001": 426,
      "b15003_E022": 3154,
      "b15003_M022": 391,
      "b15003_E023": 1956,
      "b15003_M023": 352,
      "b15003_E024": 262,
      "b15003_M024": 106,
      "b15003_E025": 99,
      "b15003_M025": 51,
      "c16002_E001": 8023,
      "c16002_M001": 311,
      "c16002_E004": 15,
      "c16002_M004": 18,
      "c16002_E007": 27,
      "c16002_M007": 31,
      "c16002_E010": 21,
      "c16002_M010": 34,
      "c16002_E013": 10,
      "c16002_M013": 16,
      "b22010_E001": 8023,
      "b22010_M001": 311,
      "b22010_E002": 651,
      "b22010_M002": 241,
      "b19013_E001": 102906,
      "b19013_M001": 6192
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.6,
       "moe": 7.86,
       "numerator": 725,
       "denominator": 3519
      },
      "children_with_two_parents_pct": {
       "estimate": 79.4,
       "moe": 6.31,
       "numerator": 2794,
       "denominator": 3519
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.6,
       "moe": 7.53,
       "numerator": 440,
       "denominator": 2136
      },
      "children_below_poverty_pct": {
       "estimate": 6.3,
       "moe": 6.43,
       "numerator": 229,
       "denominator": 3634
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.48,
       "moe": 3.77,
       "numerator": 5791,
       "denominator": 14667
      },
      "limited_english_households_pct": {
       "estimate": 0.76,
       "moe": 0.58,
       "numerator": 61,
       "denominator": 8047
      },
      "snap_households_pct": {
       "estimate": 9.12,
       "moe": 2.67,
       "numerator": 734,
       "denominator": 8047
      },
      "median_household_income": {
       "estimate": 109485,
       "moe": 5214.0
      },
      "own_children_under_18": {
       "estimate": 3519,
       "moe": 368.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3634,
       "moe": 470.21484451259084
      }
     },
     "lines": {
      "b23008_E001": 3519,
      "b23008_M001": 368,
      "b23008_E003": 913,
      "b23008_M003": 256,
      "b23008_E008": 99,
      "b23008_M008": 67,
      "b23008_E016": 1881,
      "b23008_M016": 263,
      "b23008_E021": 626,
      "b23008_M021": 279,
      "b11003_E001": 5444,
      "b11003_M001": 267,
      "b11003_E003": 1696,
      "b11003_M003": 265,
      "b11003_E010": 176,
      "b11003_M010": 114,
      "b11003_E016": 264,
      "b11003_M016": 131,
      "b17020_E001": 19254,
      "b17020_M001": 54,
      "b17020_E003": 11,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 218,
      "b17020_M005": 234,
      "b17020_E011": 1016,
      "b17020_M011": 264,
      "b17020_E012": 1113,
      "b17020_M012": 198,
      "b17020_E013": 1276,
      "b17020_M013": 238,
      "b15003_E001": 14667,
      "b15003_M001": 385,
      "b15003_E022": 3313,
      "b15003_M022": 455,
      "b15003_E023": 2020,
      "b15003_M023": 321,
      "b15003_E024": 329,
      "b15003_M024": 119,
      "b15003_E025": 129,
      "b15003_M025": 64,
      "c16002_E001": 8047,
      "c16002_M001": 355,
      "c16002_E004": 12,
      "c16002_M004": 15,
      "c16002_E007": 13,
      "c16002_M007": 16,
      "c16002_E010": 24,
      "c16002_M010": 36,
      "c16002_E013": 12,
      "c16002_M013": 21,
      "b22010_E001": 8047,
      "b22010_M001": 355,
      "b22010_E002": 734,
      "b22010_M002": 217,
      "b19013_E001": 109485,
      "b19013_M001": 5214
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.89,
       "moe": 7.57,
       "numerator": 744,
       "denominator": 3561
      },
      "children_with_two_parents_pct": {
       "estimate": 79.11,
       "moe": 7.49,
       "numerator": 2817,
       "denominator": 3561
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.21,
       "moe": 6.81,
       "numerator": 437,
       "denominator": 2162
      },
      "children_below_poverty_pct": {
       "estimate": 5.02,
       "moe": 6.14,
       "numerator": 186,
       "denominator": 3705
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.56,
       "moe": 4.2,
       "numerator": 5901,
       "denominator": 14548
      },
      "limited_english_households_pct": {
       "estimate": 1.05,
       "moe": 0.72,
       "numerator": 85,
       "denominator": 8106
      },
      "snap_households_pct": {
       "estimate": 9.7,
       "moe": 3.08,
       "numerator": 786,
       "denominator": 8106
      },
      "median_household_income": {
       "estimate": 104820,
       "moe": 9365.0
      },
      "own_children_under_18": {
       "estimate": 3561,
       "moe": 346.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3705,
       "moe": 505.92489561198704
      }
     },
     "lines": {
      "b23008_E001": 3561,
      "b23008_M001": 346,
      "b23008_E003": 884,
      "b23008_M003": 294,
      "b23008_E008": 111,
      "b23008_M008": 74,
      "b23008_E016": 1933,
      "b23008_M016": 244,
      "b23008_E021": 633,
      "b23008_M021": 269,
      "b11003_E001": 5490,
      "b11003_M001": 234,
      "b11003_E003": 1725,
      "b11003_M003": 281,
      "b11003_E010": 144,
      "b11003_M010": 85,
      "b11003_E016": 293,
      "b11003_M016": 137,
      "b17020_E001": 19303,
      "b17020_M001": 47,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 186,
      "b17020_M005": 227,
      "b17020_E011": 1060,
      "b17020_M011": 317,
      "b17020_E012": 1150,
      "b17020_M012": 228,
      "b17020_E013": 1309,
      "b17020_M013": 226,
      "b15003_E001": 14548,
      "b15003_M001": 415,
      "b15003_E022": 3415,
      "b15003_M022": 525,
      "b15003_E023": 2057,
      "b15003_M023": 331,
      "b15003_E024": 265,
      "b15003_M024": 94,
      "b15003_E025": 164,
      "b15003_M025": 84,
      "c16002_E001": 8106,
      "c16002_M001": 304,
      "c16002_E004": 37,
      "c16002_M004": 39,
      "c16002_E007": 14,
      "c16002_M007": 16,
      "c16002_E010": 24,
      "c16002_M010": 37,
      "c16002_E013": 10,
      "c16002_M013": 17,
      "b22010_E001": 8106,
      "b22010_M001": 304,
      "b22010_E002": 786,
      "b22010_M002": 251,
      "b19013_E001": 104820,
      "b19013_M001": 9365
     }
    }
   }
  },
  "Watertown": {
   "cousub": "80490",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.09,
       "moe": 6.3,
       "numerator": 761,
       "denominator": 3608
      },
      "children_with_two_parents_pct": {
       "estimate": 78.91,
       "moe": 9.23,
       "numerator": 2847,
       "denominator": 3608
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.4,
       "moe": 6.1,
       "numerator": 352,
       "denominator": 1913
      },
      "children_below_poverty_pct": {
       "estimate": 5.26,
       "moe": 3.98,
       "numerator": 194,
       "denominator": 3688
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.68,
       "moe": 3.73,
       "numerator": 5653,
       "denominator": 16783
      },
      "limited_english_households_pct": {
       "estimate": 1.37,
       "moe": 0.96,
       "numerator": 120,
       "denominator": 8735
      },
      "snap_households_pct": {
       "estimate": 7.57,
       "moe": 2.65,
       "numerator": 661,
       "denominator": 8735
      },
      "median_household_income": {
       "estimate": 81357,
       "moe": 6992.0
      },
      "own_children_under_18": {
       "estimate": 3608,
       "moe": 436.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3688,
       "moe": 485.09792825779004
      }
     },
     "lines": {
      "b23008_E001": 3608,
      "b23008_M001": 436,
      "b23008_E003": 843,
      "b23008_M003": 252,
      "b23008_E008": 146,
      "b23008_M008": 82,
      "b23008_E016": 2004,
      "b23008_M016": 407,
      "b23008_E021": 615,
      "b23008_M021": 231,
      "b11003_E001": 6027,
      "b11003_M001": 368,
      "b11003_E003": 1561,
      "b11003_M003": 243,
      "b11003_E010": 44,
      "b11003_M010": 45,
      "b11003_E016": 308,
      "b11003_M016": 119,
      "b17020_E001": 22044,
      "b17020_M001": 82,
      "b17020_E003": 30,
      "b17020_M003": 33,
      "b17020_E004": 114,
      "b17020_M004": 123,
      "b17020_E005": 50,
      "b17020_M005": 77,
      "b17020_E011": 959,
      "b17020_M011": 257,
      "b17020_E012": 1227,
      "b17020_M012": 260,
      "b17020_E013": 1308,
      "b17020_M013": 282,
      "b15003_E001": 16783,
      "b15003_M001": 563,
      "b15003_E022": 3536,
      "b15003_M022": 531,
      "b15003_E023": 1639,
      "b15003_M023": 343,
      "b15003_E024": 251,
      "b15003_M024": 129,
      "b15003_E025": 227,
      "b15003_M025": 107,
      "c16002_E001": 8735,
      "c16002_M001": 329,
      "c16002_E004": 17,
      "c16002_M004": 27,
      "c16002_E007": 99,
      "c16002_M007": 75,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 4,
      "c16002_M013": 7,
      "b22010_E001": 8735,
      "b22010_M001": 329,
      "b22010_E002": 661,
      "b22010_M002": 233,
      "b19013_E001": 81357,
      "b19013_M001": 6992
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.2,
       "moe": 7.02,
       "numerator": 816,
       "denominator": 4039
      },
      "children_with_two_parents_pct": {
       "estimate": 79.8,
       "moe": 5.43,
       "numerator": 3223,
       "denominator": 4039
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.11,
       "moe": 8.03,
       "numerator": 345,
       "denominator": 2142
      },
      "children_below_poverty_pct": {
       "estimate": 11.62,
       "moe": 5.45,
       "numerator": 474,
       "denominator": 4078
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.8,
       "moe": 4.11,
       "numerator": 6123,
       "denominator": 16637
      },
      "limited_english_households_pct": {
       "estimate": 2.4,
       "moe": 1.37,
       "numerator": 211,
       "denominator": 8796
      },
      "snap_households_pct": {
       "estimate": 9.89,
       "moe": 3.31,
       "numerator": 870,
       "denominator": 8796
      },
      "median_household_income": {
       "estimate": 84536,
       "moe": 6012.0
      },
      "own_children_under_18": {
       "estimate": 4039,
       "moe": 581.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4078,
       "moe": 588.8913312318326
      }
     },
     "lines": {
      "b23008_E001": 4039,
      "b23008_M001": 581,
      "b23008_E003": 1037,
      "b23008_M003": 326,
      "b23008_E008": 231,
      "b23008_M008": 158,
      "b23008_E016": 2186,
      "b23008_M016": 396,
      "b23008_E021": 585,
      "b23008_M021": 263,
      "b11003_E001": 6117,
      "b11003_M001": 352,
      "b11003_E003": 1797,
      "b11003_M003": 279,
      "b11003_E010": 49,
      "b11003_M010": 50,
      "b11003_E016": 296,
      "b11003_M016": 173,
      "b17020_E001": 22065,
      "b17020_M001": 40,
      "b17020_E003": 147,
      "b17020_M003": 128,
      "b17020_E004": 224,
      "b17020_M004": 152,
      "b17020_E005": 103,
      "b17020_M005": 121,
      "b17020_E011": 1121,
      "b17020_M011": 318,
      "b17020_E012": 1196,
      "b17020_M012": 292,
      "b17020_E013": 1287,
      "b17020_M013": 326,
      "b15003_E001": 16637,
      "b15003_M001": 604,
      "b15003_E022": 3755,
      "b15003_M022": 631,
      "b15003_E023": 1940,
      "b15003_M023": 301,
      "b15003_E024": 249,
      "b15003_M024": 138,
      "b15003_E025": 179,
      "b15003_M025": 92,
      "c16002_E001": 8796,
      "c16002_M001": 355,
      "c16002_E004": 45,
      "c16002_M004": 60,
      "c16002_E007": 162,
      "c16002_M007": 101,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 4,
      "c16002_M013": 8,
      "b22010_E001": 8796,
      "b22010_M001": 355,
      "b22010_E002": 870,
      "b22010_M002": 293,
      "b19013_E001": 84536,
      "b19013_M001": 6012
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.1,
       "moe": 5.89,
       "numerator": 643,
       "denominator": 3760
      },
      "children_with_two_parents_pct": {
       "estimate": 82.9,
       "moe": 7.88,
       "numerator": 3117,
       "denominator": 3760
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.35,
       "moe": 7.8,
       "numerator": 269,
       "denominator": 2015
      },
      "children_below_poverty_pct": {
       "estimate": 6.35,
       "moe": 4.1,
       "numerator": 241,
       "denominator": 3794
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.2,
       "moe": 3.79,
       "numerator": 6332,
       "denominator": 17021
      },
      "limited_english_households_pct": {
       "estimate": 2.08,
       "moe": 1.15,
       "numerator": 178,
       "denominator": 8560
      },
      "snap_households_pct": {
       "estimate": 8.63,
       "moe": 2.77,
       "numerator": 739,
       "denominator": 8560
      },
      "median_household_income": {
       "estimate": 97664,
       "moe": 5871.0
      },
      "own_children_under_18": {
       "estimate": 3760,
       "moe": 602.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3794,
       "moe": 542.480414392999
      }
     },
     "lines": {
      "b23008_E001": 3760,
      "b23008_M001": 602,
      "b23008_E003": 916,
      "b23008_M003": 332,
      "b23008_E008": 206,
      "b23008_M008": 143,
      "b23008_E016": 2201,
      "b23008_M016": 476,
      "b23008_E021": 437,
      "b23008_M021": 198,
      "b11003_E001": 5897,
      "b11003_M001": 330,
      "b11003_E003": 1746,
      "b11003_M003": 332,
      "b11003_E010": 70,
      "b11003_M010": 61,
      "b11003_E016": 199,
      "b11003_M016": 153,
      "b17020_E001": 22038,
      "b17020_M001": 43,
      "b17020_E003": 66,
      "b17020_M003": 86,
      "b17020_E004": 111,
      "b17020_M004": 120,
      "b17020_E005": 64,
      "b17020_M005": 60,
      "b17020_E011": 1056,
      "b17020_M011": 318,
      "b17020_E012": 1218,
      "b17020_M012": 263,
      "b17020_E013": 1279,
      "b17020_M013": 314,
      "b15003_E001": 17021,
      "b15003_M001": 714,
      "b15003_E022": 3691,
      "b15003_M022": 582,
      "b15003_E023": 2047,
      "b15003_M023": 327,
      "b15003_E024": 327,
      "b15003_M024": 147,
      "b15003_E025": 267,
      "b15003_M025": 140,
      "c16002_E001": 8560,
      "c16002_M001": 442,
      "c16002_E004": 38,
      "c16002_M004": 56,
      "c16002_E007": 136,
      "c16002_M007": 77,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 4,
      "c16002_M013": 8,
      "b22010_E001": 8560,
      "b22010_M001": 442,
      "b22010_E002": 739,
      "b22010_M002": 240,
      "b19013_E001": 97664,
      "b19013_M001": 5871
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.09,
       "moe": 7.27,
       "numerator": 729,
       "denominator": 3818
      },
      "children_with_two_parents_pct": {
       "estimate": 80.91,
       "moe": 9.35,
       "numerator": 3089,
       "denominator": 3818
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.24,
       "moe": 9.21,
       "numerator": 379,
       "denominator": 2198
      },
      "children_below_poverty_pct": {
       "estimate": 6.59,
       "moe": 4.08,
       "numerator": 259,
       "denominator": 3930
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.59,
       "moe": 4.0,
       "numerator": 6563,
       "denominator": 17005
      },
      "limited_english_households_pct": {
       "estimate": 2.36,
       "moe": 1.21,
       "numerator": 207,
       "denominator": 8772
      },
      "snap_households_pct": {
       "estimate": 8.03,
       "moe": 2.81,
       "numerator": 704,
       "denominator": 8772
      },
      "median_household_income": {
       "estimate": 101691,
       "moe": 6987.0
      },
      "own_children_under_18": {
       "estimate": 3818,
       "moe": 527.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3930,
       "moe": 544.3482341295874
      }
     },
     "lines": {
      "b23008_E001": 3818,
      "b23008_M001": 527,
      "b23008_E003": 941,
      "b23008_M003": 281,
      "b23008_E008": 175,
      "b23008_M008": 130,
      "b23008_E016": 2148,
      "b23008_M016": 480,
      "b23008_E021": 554,
      "b23008_M021": 265,
      "b11003_E001": 6169,
      "b11003_M001": 363,
      "b11003_E003": 1819,
      "b11003_M003": 256,
      "b11003_E010": 189,
      "b11003_M010": 134,
      "b11003_E016": 190,
      "b11003_M016": 162,
      "b17020_E001": 22131,
      "b17020_M001": 39,
      "b17020_E003": 55,
      "b17020_M003": 69,
      "b17020_E004": 115,
      "b17020_M004": 118,
      "b17020_E005": 89,
      "b17020_M005": 91,
      "b17020_E011": 1061,
      "b17020_M011": 268,
      "b17020_E012": 1079,
      "b17020_M012": 262,
      "b17020_E013": 1531,
      "b17020_M013": 359,
      "b15003_E001": 17005,
      "b15003_M001": 601,
      "b15003_E022": 3594,
      "b15003_M022": 577,
      "b15003_E023": 2342,
      "b15003_M023": 385,
      "b15003_E024": 313,
      "b15003_M024": 142,
      "b15003_E025": 314,
      "b15003_M025": 126,
      "c16002_E001": 8772,
      "c16002_M001": 475,
      "c16002_E004": 33,
      "c16002_M004": 52,
      "c16002_E007": 130,
      "c16002_M007": 79,
      "c16002_E010": 39,
      "c16002_M010": 48,
      "c16002_E013": 5,
      "c16002_M013": 8,
      "b22010_E001": 8772,
      "b22010_M001": 475,
      "b22010_E002": 704,
      "b22010_M002": 249,
      "b19013_E001": 101691,
      "b19013_M001": 6987
     }
    }
   }
  },
  "West Hartford": {
   "cousub": "82590",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.06,
       "moe": 5.1,
       "numerator": 4099,
       "denominator": 14105
      },
      "children_with_two_parents_pct": {
       "estimate": 70.94,
       "moe": 3.9,
       "numerator": 10006,
       "denominator": 14105
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.45,
       "moe": 4.39,
       "numerator": 2047,
       "denominator": 7457
      },
      "children_below_poverty_pct": {
       "estimate": 6.68,
       "moe": 1.59,
       "numerator": 950,
       "denominator": 14217
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 65.56,
       "moe": 2.42,
       "numerator": 29218,
       "denominator": 44567
      },
      "limited_english_households_pct": {
       "estimate": 5.24,
       "moe": 1.2,
       "numerator": 1353,
       "denominator": 25805
      },
      "snap_households_pct": {
       "estimate": 5.94,
       "moe": 0.85,
       "numerator": 1534,
       "denominator": 25805
      },
      "median_household_income": {
       "estimate": 111997,
       "moe": 6848.0
      },
      "own_children_under_18": {
       "estimate": 14105,
       "moe": 740.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14217,
       "moe": 854.7373865696995
      }
     },
     "lines": {
      "b23008_E001": 14105,
      "b23008_M001": 740,
      "b23008_E003": 3226,
      "b23008_M003": 402,
      "b23008_E008": 769,
      "b23008_M008": 252,
      "b23008_E016": 6780,
      "b23008_M016": 645,
      "b23008_E021": 3330,
      "b23008_M021": 707,
      "b11003_E001": 16161,
      "b11003_M001": 479,
      "b11003_E003": 5410,
      "b11003_M003": 385,
      "b11003_E010": 434,
      "b11003_M010": 126,
      "b11003_E016": 1613,
      "b11003_M016": 335,
      "b17020_E001": 63021,
      "b17020_M001": 254,
      "b17020_E003": 188,
      "b17020_M003": 99,
      "b17020_E004": 371,
      "b17020_M004": 156,
      "b17020_E005": 391,
      "b17020_M005": 142,
      "b17020_E011": 3823,
      "b17020_M011": 415,
      "b17020_E012": 4260,
      "b17020_M012": 469,
      "b17020_E013": 5184,
      "b17020_M013": 533,
      "b15003_E001": 44567,
      "b15003_M001": 740,
      "b15003_E022": 14018,
      "b15003_M022": 939,
      "b15003_E023": 9133,
      "b15003_M023": 476,
      "b15003_E024": 4093,
      "b15003_M024": 464,
      "b15003_E025": 1974,
      "b15003_M025": 282,
      "c16002_E001": 25805,
      "c16002_M001": 509,
      "c16002_E004": 495,
      "c16002_M004": 189,
      "c16002_E007": 657,
      "c16002_M007": 233,
      "c16002_E010": 168,
      "c16002_M010": 69,
      "c16002_E013": 33,
      "c16002_M013": 35,
      "b22010_E001": 25805,
      "b22010_M001": 509,
      "b22010_E002": 1534,
      "b22010_M002": 221,
      "b19013_E001": 111997,
      "b19013_M001": 6848
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.06,
       "moe": 5.14,
       "numerator": 3890,
       "denominator": 13865
      },
      "children_with_two_parents_pct": {
       "estimate": 71.94,
       "moe": 4.38,
       "numerator": 9975,
       "denominator": 13865
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.91,
       "moe": 4.47,
       "numerator": 2037,
       "denominator": 7570
      },
      "children_below_poverty_pct": {
       "estimate": 5.39,
       "moe": 1.82,
       "numerator": 754,
       "denominator": 13996
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.19,
       "moe": 2.49,
       "numerator": 30013,
       "denominator": 45347
      },
      "limited_english_households_pct": {
       "estimate": 5.0,
       "moe": 1.0,
       "numerator": 1305,
       "denominator": 26100
      },
      "snap_households_pct": {
       "estimate": 6.39,
       "moe": 1.07,
       "numerator": 1667,
       "denominator": 26100
      },
      "median_household_income": {
       "estimate": 124150,
       "moe": 4904.0
      },
      "own_children_under_18": {
       "estimate": 13865,
       "moe": 620.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13996,
       "moe": 795.9811555558335
      }
     },
     "lines": {
      "b23008_E001": 13865,
      "b23008_M001": 620,
      "b23008_E003": 3035,
      "b23008_M003": 411,
      "b23008_E008": 771,
      "b23008_M008": 304,
      "b23008_E016": 6940,
      "b23008_M016": 631,
      "b23008_E021": 3119,
      "b23008_M021": 668,
      "b11003_E001": 16084,
      "b11003_M001": 509,
      "b11003_E003": 5533,
      "b11003_M003": 413,
      "b11003_E010": 468,
      "b11003_M010": 156,
      "b11003_E016": 1569,
      "b11003_M016": 335,
      "b17020_E001": 62860,
      "b17020_M001": 78,
      "b17020_E003": 100,
      "b17020_M003": 81,
      "b17020_E004": 326,
      "b17020_M004": 190,
      "b17020_E005": 328,
      "b17020_M005": 155,
      "b17020_E011": 3737,
      "b17020_M011": 458,
      "b17020_E012": 4356,
      "b17020_M012": 400,
      "b17020_E013": 5149,
      "b17020_M013": 444,
      "b15003_E001": 45347,
      "b15003_M001": 614,
      "b15003_E022": 14797,
      "b15003_M022": 901,
      "b15003_E023": 9215,
      "b15003_M023": 595,
      "b15003_E024": 3951,
      "b15003_M024": 434,
      "b15003_E025": 2050,
      "b15003_M025": 294,
      "c16002_E001": 26100,
      "c16002_M001": 538,
      "c16002_E004": 417,
      "c16002_M004": 185,
      "c16002_E007": 676,
      "c16002_M007": 171,
      "c16002_E010": 187,
      "c16002_M010": 73,
      "c16002_E013": 25,
      "c16002_M013": 27,
      "b22010_E001": 26100,
      "b22010_M001": 538,
      "b22010_E002": 1667,
      "b22010_M002": 282,
      "b19013_E001": 124150,
      "b19013_M001": 4904
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.39,
       "moe": 4.97,
       "numerator": 3320,
       "denominator": 13614
      },
      "children_with_two_parents_pct": {
       "estimate": 75.61,
       "moe": 3.84,
       "numerator": 10294,
       "denominator": 13614
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.32,
       "moe": 4.24,
       "numerator": 1849,
       "denominator": 7302
      },
      "children_below_poverty_pct": {
       "estimate": 4.74,
       "moe": 1.36,
       "numerator": 653,
       "denominator": 13768
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.3,
       "moe": 2.29,
       "numerator": 30090,
       "denominator": 45386
      },
      "limited_english_households_pct": {
       "estimate": 4.97,
       "moe": 1.12,
       "numerator": 1307,
       "denominator": 26276
      },
      "snap_households_pct": {
       "estimate": 6.41,
       "moe": 1.11,
       "numerator": 1683,
       "denominator": 26276
      },
      "median_household_income": {
       "estimate": 125616,
       "moe": 8309.0
      },
      "own_children_under_18": {
       "estimate": 13614,
       "moe": 635.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13768,
       "moe": 791.3696986870295
      }
     },
     "lines": {
      "b23008_E001": 13614,
      "b23008_M001": 635,
      "b23008_E003": 3260,
      "b23008_M003": 348,
      "b23008_E008": 668,
      "b23008_M008": 277,
      "b23008_E016": 7034,
      "b23008_M016": 619,
      "b23008_E021": 2652,
      "b23008_M021": 636,
      "b11003_E001": 16022,
      "b11003_M001": 423,
      "b11003_E003": 5453,
      "b11003_M003": 393,
      "b11003_E010": 415,
      "b11003_M010": 141,
      "b11003_E016": 1434,
      "b11003_M016": 305,
      "b17020_E001": 62609,
      "b17020_M001": 86,
      "b17020_E003": 124,
      "b17020_M003": 84,
      "b17020_E004": 199,
      "b17020_M004": 113,
      "b17020_E005": 330,
      "b17020_M005": 130,
      "b17020_E011": 3843,
      "b17020_M011": 418,
      "b17020_E012": 4318,
      "b17020_M012": 504,
      "b17020_E013": 4954,
      "b17020_M013": 401,
      "b15003_E001": 45386,
      "b15003_M001": 682,
      "b15003_E022": 14760,
      "b15003_M022": 816,
      "b15003_E023": 9316,
      "b15003_M023": 589,
      "b15003_E024": 3918,
      "b15003_M024": 434,
      "b15003_E025": 2096,
      "b15003_M025": 285,
      "c16002_E001": 26276,
      "c16002_M001": 556,
      "c16002_E004": 487,
      "c16002_M004": 178,
      "c16002_E007": 615,
      "c16002_M007": 222,
      "c16002_E010": 179,
      "c16002_M010": 76,
      "c16002_E013": 26,
      "c16002_M013": 27,
      "b22010_E001": 26276,
      "b22010_M001": 556,
      "b22010_E002": 1683,
      "b22010_M002": 295,
      "b19013_E001": 125616,
      "b19013_M001": 8309
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.41,
       "moe": 4.91,
       "numerator": 3154,
       "denominator": 13470
      },
      "children_with_two_parents_pct": {
       "estimate": 76.59,
       "moe": 4.55,
       "numerator": 10316,
       "denominator": 13470
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.68,
       "moe": 4.13,
       "numerator": 1903,
       "denominator": 7410
      },
      "children_below_poverty_pct": {
       "estimate": 5.25,
       "moe": 1.53,
       "numerator": 714,
       "denominator": 13607
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.6,
       "moe": 2.57,
       "numerator": 29912,
       "denominator": 44914
      },
      "limited_english_households_pct": {
       "estimate": 4.38,
       "moe": 0.97,
       "numerator": 1134,
       "denominator": 25885
      },
      "snap_households_pct": {
       "estimate": 6.46,
       "moe": 0.94,
       "numerator": 1672,
       "denominator": 25885
      },
      "median_household_income": {
       "estimate": 129890,
       "moe": 6691.0
      },
      "own_children_under_18": {
       "estimate": 13470,
       "moe": 650.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13607,
       "moe": 817.2257949918126
      }
     },
     "lines": {
      "b23008_E001": 13470,
      "b23008_M001": 650,
      "b23008_E003": 3242,
      "b23008_M003": 425,
      "b23008_E008": 469,
      "b23008_M008": 224,
      "b23008_E016": 7074,
      "b23008_M016": 665,
      "b23008_E021": 2685,
      "b23008_M021": 640,
      "b11003_E001": 16034,
      "b11003_M001": 436,
      "b11003_E003": 5507,
      "b11003_M003": 410,
      "b11003_E010": 395,
      "b11003_M010": 146,
      "b11003_E016": 1508,
      "b11003_M016": 301,
      "b17020_E001": 62469,
      "b17020_M001": 55,
      "b17020_E003": 104,
      "b17020_M003": 68,
      "b17020_E004": 225,
      "b17020_M004": 136,
      "b17020_E005": 385,
      "b17020_M005": 148,
      "b17020_E011": 3637,
      "b17020_M011": 453,
      "b17020_E012": 4275,
      "b17020_M012": 477,
      "b17020_E013": 4981,
      "b17020_M013": 436,
      "b15003_E001": 44914,
      "b15003_M001": 704,
      "b15003_E022": 14666,
      "b15003_M022": 1002,
      "b15003_E023": 9708,
      "b15003_M023": 535,
      "b15003_E024": 3653,
      "b15003_M024": 425,
      "b15003_E025": 1885,
      "b15003_M025": 289,
      "c16002_E001": 25885,
      "c16002_M001": 470,
      "c16002_E004": 474,
      "c16002_M004": 157,
      "c16002_E007": 537,
      "c16002_M007": 184,
      "c16002_E010": 106,
      "c16002_M010": 66,
      "c16002_E013": 17,
      "c16002_M013": 19,
      "b22010_E001": 25885,
      "b22010_M001": 470,
      "b22010_E002": 1672,
      "b22010_M002": 246,
      "b19013_E001": 129890,
      "b19013_M001": 6691
     }
    }
   }
  },
  "West Haven": {
   "cousub": "82870",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.55,
       "moe": 7.33,
       "numerator": 4529,
       "denominator": 10643
      },
      "children_with_two_parents_pct": {
       "estimate": 57.45,
       "moe": 7.76,
       "numerator": 6114,
       "denominator": 10643
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.72,
       "moe": 5.64,
       "numerator": 2218,
       "denominator": 5729
      },
      "children_below_poverty_pct": {
       "estimate": 13.73,
       "moe": 3.98,
       "numerator": 1555,
       "denominator": 11324
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.11,
       "moe": 2.71,
       "numerator": 9568,
       "denominator": 36643
      },
      "limited_english_households_pct": {
       "estimate": 9.83,
       "moe": 2.1,
       "numerator": 1999,
       "denominator": 20341
      },
      "snap_households_pct": {
       "estimate": 17.15,
       "moe": 2.13,
       "numerator": 3488,
       "denominator": 20341
      },
      "median_household_income": {
       "estimate": 66868,
       "moe": 3232.0
      },
      "own_children_under_18": {
       "estimate": 10643,
       "moe": 870.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11324,
       "moe": 1185.7537687057968
      }
     },
     "lines": {
      "b23008_E001": 10643,
      "b23008_M001": 870,
      "b23008_E003": 1838,
      "b23008_M003": 478,
      "b23008_E008": 1539,
      "b23008_M008": 485,
      "b23008_E016": 4276,
      "b23008_M016": 839,
      "b23008_E021": 2990,
      "b23008_M021": 714,
      "b11003_E001": 12829,
      "b11003_M001": 502,
      "b11003_E003": 3511,
      "b11003_M003": 490,
      "b11003_E010": 534,
      "b11003_M010": 210,
      "b11003_E016": 1684,
      "b11003_M016": 348,
      "b17020_E001": 52200,
      "b17020_M001": 641,
      "b17020_E003": 592,
      "b17020_M003": 361,
      "b17020_E004": 527,
      "b17020_M004": 234,
      "b17020_E005": 436,
      "b17020_M005": 211,
      "b17020_E011": 2853,
      "b17020_M011": 614,
      "b17020_E012": 3378,
      "b17020_M012": 577,
      "b17020_E013": 3538,
      "b17020_M013": 683,
      "b15003_E001": 36643,
      "b15003_M001": 1070,
      "b15003_E022": 5523,
      "b15003_M022": 669,
      "b15003_E023": 3326,
      "b15003_M023": 753,
      "b15003_E024": 559,
      "b15003_M024": 201,
      "b15003_E025": 160,
      "b15003_M025": 104,
      "c16002_E001": 20341,
      "c16002_M001": 641,
      "c16002_E004": 1133,
      "c16002_M004": 339,
      "c16002_E007": 384,
      "c16002_M007": 157,
      "c16002_E010": 95,
      "c16002_M010": 70,
      "c16002_E013": 387,
      "c16002_M013": 205,
      "b22010_E001": 20341,
      "b22010_M001": 641,
      "b22010_E002": 3488,
      "b22010_M002": 447,
      "b19013_E001": 66868,
      "b19013_M001": 3232
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.17,
       "moe": 7.25,
       "numerator": 4370,
       "denominator": 10362
      },
      "children_with_two_parents_pct": {
       "estimate": 57.83,
       "moe": 6.1,
       "numerator": 5992,
       "denominator": 10362
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.46,
       "moe": 6.14,
       "numerator": 2082,
       "denominator": 5558
      },
      "children_below_poverty_pct": {
       "estimate": 11.03,
       "moe": 2.68,
       "numerator": 1215,
       "denominator": 11017
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.72,
       "moe": 3.0,
       "numerator": 9589,
       "denominator": 35892
      },
      "limited_english_households_pct": {
       "estimate": 7.7,
       "moe": 1.79,
       "numerator": 1572,
       "denominator": 20405
      },
      "snap_households_pct": {
       "estimate": 17.94,
       "moe": 2.41,
       "numerator": 3660,
       "denominator": 20405
      },
      "median_household_income": {
       "estimate": 72827,
       "moe": 3218.0
      },
      "own_children_under_18": {
       "estimate": 10362,
       "moe": 867.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11017,
       "moe": 1041.982725384639
      }
     },
     "lines": {
      "b23008_E001": 10362,
      "b23008_M001": 867,
      "b23008_E003": 1778,
      "b23008_M003": 494,
      "b23008_E008": 1392,
      "b23008_M008": 413,
      "b23008_E016": 4214,
      "b23008_M016": 638,
      "b23008_E021": 2978,
      "b23008_M021": 726,
      "b11003_E001": 12956,
      "b11003_M001": 536,
      "b11003_E003": 3476,
      "b11003_M003": 504,
      "b11003_E010": 513,
      "b11003_M010": 232,
      "b11003_E016": 1569,
      "b11003_M016": 351,
      "b17020_E001": 51614,
      "b17020_M001": 88,
      "b17020_E003": 308,
      "b17020_M003": 207,
      "b17020_E004": 452,
      "b17020_M004": 168,
      "b17020_E005": 455,
      "b17020_M005": 171,
      "b17020_E011": 2972,
      "b17020_M011": 597,
      "b17020_E012": 3391,
      "b17020_M012": 579,
      "b17020_E013": 3439,
      "b17020_M013": 542,
      "b15003_E001": 35892,
      "b15003_M001": 938,
      "b15003_E022": 5573,
      "b15003_M022": 692,
      "b15003_E023": 2948,
      "b15003_M023": 822,
      "b15003_E024": 670,
      "b15003_M024": 212,
      "b15003_E025": 398,
      "b15003_M025": 146,
      "c16002_E001": 20405,
      "c16002_M001": 584,
      "c16002_E004": 746,
      "c16002_M004": 265,
      "c16002_E007": 355,
      "c16002_M007": 130,
      "c16002_E010": 88,
      "c16002_M010": 60,
      "c16002_E013": 383,
      "c16002_M013": 211,
      "b22010_E001": 20405,
      "b22010_M001": 584,
      "b22010_E002": 3660,
      "b22010_M002": 502,
      "b19013_E001": 72827,
      "b19013_M001": 3218
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.83,
       "moe": 8.11,
       "numerator": 4569,
       "denominator": 11190
      },
      "children_with_two_parents_pct": {
       "estimate": 59.17,
       "moe": 6.33,
       "numerator": 6621,
       "denominator": 11190
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.4,
       "moe": 6.09,
       "numerator": 2274,
       "denominator": 5922
      },
      "children_below_poverty_pct": {
       "estimate": 14.6,
       "moe": 3.98,
       "numerator": 1713,
       "denominator": 11734
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.04,
       "moe": 3.15,
       "numerator": 10399,
       "denominator": 35813
      },
      "limited_english_households_pct": {
       "estimate": 8.11,
       "moe": 1.89,
       "numerator": 1681,
       "denominator": 20730
      },
      "snap_households_pct": {
       "estimate": 17.52,
       "moe": 2.26,
       "numerator": 3631,
       "denominator": 20730
      },
      "median_household_income": {
       "estimate": 73566,
       "moe": 3509.0
      },
      "own_children_under_18": {
       "estimate": 11190,
       "moe": 933.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11734,
       "moe": 1126.980478979117
      }
     },
     "lines": {
      "b23008_E001": 11190,
      "b23008_M001": 933,
      "b23008_E003": 2216,
      "b23008_M003": 553,
      "b23008_E008": 1365,
      "b23008_M008": 543,
      "b23008_E016": 4405,
      "b23008_M016": 708,
      "b23008_E021": 3204,
      "b23008_M021": 821,
      "b11003_E001": 12983,
      "b11003_M001": 447,
      "b11003_E003": 3648,
      "b11003_M003": 514,
      "b11003_E010": 660,
      "b11003_M010": 283,
      "b11003_E016": 1614,
      "b11003_M016": 344,
      "b17020_E001": 52099,
      "b17020_M001": 94,
      "b17020_E003": 560,
      "b17020_M003": 332,
      "b17020_E004": 526,
      "b17020_M004": 246,
      "b17020_E005": 627,
      "b17020_M005": 272,
      "b17020_E011": 3136,
      "b17020_M011": 621,
      "b17020_E012": 3583,
      "b17020_M012": 606,
      "b17020_E013": 3302,
      "b17020_M013": 522,
      "b15003_E001": 35813,
      "b15003_M001": 857,
      "b15003_E022": 6193,
      "b15003_M022": 782,
      "b15003_E023": 3097,
      "b15003_M023": 797,
      "b15003_E024": 629,
      "b15003_M024": 226,
      "b15003_E025": 480,
      "b15003_M025": 201,
      "c16002_E001": 20730,
      "c16002_M001": 557,
      "c16002_E004": 814,
      "c16002_M004": 278,
      "c16002_E007": 331,
      "c16002_M007": 157,
      "c16002_E010": 114,
      "c16002_M010": 65,
      "c16002_E013": 422,
      "c16002_M013": 224,
      "b22010_E001": 20730,
      "b22010_M001": 557,
      "b22010_E002": 3631,
      "b22010_M002": 479,
      "b19013_E001": 73566,
      "b19013_M001": 3509
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.69,
       "moe": 6.75,
       "numerator": 4447,
       "denominator": 10417
      },
      "children_with_two_parents_pct": {
       "estimate": 57.31,
       "moe": 7.49,
       "numerator": 5970,
       "denominator": 10417
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.22,
       "moe": 6.13,
       "numerator": 2146,
       "denominator": 5472
      },
      "children_below_poverty_pct": {
       "estimate": 16.7,
       "moe": 4.6,
       "numerator": 1833,
       "denominator": 10975
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.48,
       "moe": 3.13,
       "numerator": 10922,
       "denominator": 35839
      },
      "limited_english_households_pct": {
       "estimate": 8.98,
       "moe": 1.93,
       "numerator": 1881,
       "denominator": 20938
      },
      "snap_households_pct": {
       "estimate": 17.34,
       "moe": 2.67,
       "numerator": 3631,
       "denominator": 20938
      },
      "median_household_income": {
       "estimate": 74382,
       "moe": 4572.0
      },
      "own_children_under_18": {
       "estimate": 10417,
       "moe": 860.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10975,
       "moe": 1147.6728627967118
      }
     },
     "lines": {
      "b23008_E001": 10417,
      "b23008_M001": 860,
      "b23008_E003": 2063,
      "b23008_M003": 565,
      "b23008_E008": 1385,
      "b23008_M008": 445,
      "b23008_E016": 3907,
      "b23008_M016": 730,
      "b23008_E021": 3062,
      "b23008_M021": 657,
      "b11003_E001": 12645,
      "b11003_M001": 478,
      "b11003_E003": 3326,
      "b11003_M003": 553,
      "b11003_E010": 629,
      "b11003_M010": 309,
      "b11003_E016": 1517,
      "b11003_M016": 305,
      "b17020_E001": 51730,
      "b17020_M001": 168,
      "b17020_E003": 654,
      "b17020_M003": 379,
      "b17020_E004": 624,
      "b17020_M004": 288,
      "b17020_E005": 555,
      "b17020_M005": 254,
      "b17020_E011": 2858,
      "b17020_M011": 624,
      "b17020_E012": 3311,
      "b17020_M012": 600,
      "b17020_E013": 2973,
      "b17020_M013": 526,
      "b15003_E001": 35839,
      "b15003_M001": 932,
      "b15003_E022": 6289,
      "b15003_M022": 716,
      "b15003_E023": 3364,
      "b15003_M023": 843,
      "b15003_E024": 733,
      "b15003_M024": 261,
      "b15003_E025": 536,
      "b15003_M025": 211,
      "c16002_E001": 20938,
      "c16002_M001": 708,
      "c16002_E004": 908,
      "c16002_M004": 303,
      "c16002_E007": 284,
      "c16002_M007": 135,
      "c16002_E010": 144,
      "c16002_M010": 69,
      "c16002_E013": 545,
      "c16002_M013": 228,
      "b22010_E001": 20938,
      "b22010_M001": 708,
      "b22010_E002": 3631,
      "b22010_M002": 573,
      "b19013_E001": 74382,
      "b19013_M001": 4572
     }
    }
   }
  },
  "Westbrook": {
   "cousub": "81680",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.85,
       "moe": 15.77,
       "numerator": 111,
       "denominator": 508
      },
      "children_with_two_parents_pct": {
       "estimate": 78.15,
       "moe": 24.95,
       "numerator": 397,
       "denominator": 508
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.48,
       "moe": 15.95,
       "numerator": 95,
       "denominator": 388
      },
      "children_below_poverty_pct": {
       "estimate": 3.21,
       "moe": 7.24,
       "numerator": 17,
       "denominator": 530
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.26,
       "moe": 6.76,
       "numerator": 2800,
       "denominator": 5802
      },
      "limited_english_households_pct": {
       "estimate": 8.63,
       "moe": 4.82,
       "numerator": 301,
       "denominator": 3488
      },
      "snap_households_pct": {
       "estimate": 4.9,
       "moe": 2.21,
       "numerator": 171,
       "denominator": 3488
      },
      "median_household_income": {
       "estimate": 64695,
       "moe": 21335.0
      },
      "own_children_under_18": {
       "estimate": 508,
       "moe": 203.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 530,
       "moe": 183.79880304289253
      }
     },
     "lines": {
      "b23008_E001": 508,
      "b23008_M001": 203,
      "b23008_E003": 68,
      "b23008_M003": 60,
      "b23008_E008": 37,
      "b23008_M008": 48,
      "b23008_E016": 329,
      "b23008_M016": 194,
      "b23008_E021": 74,
      "b23008_M021": 78,
      "b11003_E001": 1821,
      "b11003_M001": 208,
      "b11003_E003": 293,
      "b11003_M003": 155,
      "b11003_E010": 37,
      "b11003_M010": 42,
      "b11003_E016": 58,
      "b11003_M016": 62,
      "b17020_E001": 6790,
      "b17020_M001": 27,
      "b17020_E003": 17,
      "b17020_M003": 28,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 88,
      "b17020_M011": 72,
      "b17020_E012": 118,
      "b17020_M012": 76,
      "b17020_E013": 307,
      "b17020_M013": 146,
      "b15003_E001": 5802,
      "b15003_M001": 254,
      "b15003_E022": 1594,
      "b15003_M022": 306,
      "b15003_E023": 819,
      "b15003_M023": 232,
      "b15003_E024": 245,
      "b15003_M024": 103,
      "b15003_E025": 142,
      "b15003_M025": 103,
      "c16002_E001": 3488,
      "c16002_M001": 253,
      "c16002_E004": 241,
      "c16002_M004": 138,
      "c16002_E007": 60,
      "c16002_M007": 95,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3488,
      "b22010_M001": 253,
      "b22010_E002": 171,
      "b22010_M002": 78,
      "b19013_E001": 64695,
      "b19013_M001": 21335
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.05,
       "moe": 18.51,
       "numerator": 157,
       "denominator": 746
      },
      "children_with_two_parents_pct": {
       "estimate": 78.95,
       "moe": 10.33,
       "numerator": 589,
       "denominator": 746
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.05,
       "moe": 16.8,
       "numerator": 108,
       "denominator": 513
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.3,
       "numerator": 0,
       "denominator": 766
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.99,
       "moe": 6.72,
       "numerator": 2665,
       "denominator": 5671
      },
      "limited_english_households_pct": {
       "estimate": 7.67,
       "moe": 4.96,
       "numerator": 258,
       "denominator": 3363
      },
      "snap_households_pct": {
       "estimate": 6.07,
       "moe": 3.34,
       "numerator": 204,
       "denominator": 3363
      },
      "median_household_income": {
       "estimate": 76779,
       "moe": 17146.0
      },
      "own_children_under_18": {
       "estimate": 746,
       "moe": 161.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 766,
       "moe": 185.52627846210896
      }
     },
     "lines": {
      "b23008_E001": 746,
      "b23008_M001": 161,
      "b23008_E003": 138,
      "b23008_M003": 82,
      "b23008_E008": 15,
      "b23008_M008": 25,
      "b23008_E016": 451,
      "b23008_M016": 124,
      "b23008_E021": 142,
      "b23008_M021": 140,
      "b11003_E001": 1804,
      "b11003_M001": 160,
      "b11003_E003": 405,
      "b11003_M003": 84,
      "b11003_E010": 15,
      "b11003_M010": 23,
      "b11003_E016": 93,
      "b11003_M016": 87,
      "b17020_E001": 6795,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 153,
      "b17020_M011": 87,
      "b17020_E012": 205,
      "b17020_M012": 82,
      "b17020_E013": 408,
      "b17020_M013": 138,
      "b15003_E001": 5671,
      "b15003_M001": 230,
      "b15003_E022": 1508,
      "b15003_M022": 256,
      "b15003_E023": 732,
      "b15003_M023": 251,
      "b15003_E024": 219,
      "b15003_M024": 111,
      "b15003_E025": 206,
      "b15003_M025": 127,
      "c16002_E001": 3363,
      "c16002_M001": 202,
      "c16002_E004": 203,
      "c16002_M004": 140,
      "c16002_E007": 55,
      "c16002_M007": 88,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3363,
      "b22010_M001": 202,
      "b22010_E002": 204,
      "b22010_M002": 113,
      "b19013_E001": 76779,
      "b19013_M001": 17146
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.68,
       "moe": 18.66,
       "numerator": 176,
       "denominator": 713
      },
      "children_with_two_parents_pct": {
       "estimate": 75.32,
       "moe": 2.85,
       "numerator": 537,
       "denominator": 713
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.5,
       "moe": 17.76,
       "numerator": 121,
       "denominator": 440
      },
      "children_below_poverty_pct": {
       "estimate": 4.36,
       "moe": 4.01,
       "numerator": 32,
       "denominator": 734
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.42,
       "moe": 6.23,
       "numerator": 2615,
       "denominator": 5758
      },
      "limited_english_households_pct": {
       "estimate": 10.77,
       "moe": 6.18,
       "numerator": 378,
       "denominator": 3510
      },
      "snap_households_pct": {
       "estimate": 7.12,
       "moe": 3.65,
       "numerator": 250,
       "denominator": 3510
      },
      "median_household_income": {
       "estimate": 76172,
       "moe": 20703.0
      },
      "own_children_under_18": {
       "estimate": 713,
       "moe": 179.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 734,
       "moe": 165.41463055002117
      }
     },
     "lines": {
      "b23008_E001": 713,
      "b23008_M001": 179,
      "b23008_E003": 88,
      "b23008_M003": 70,
      "b23008_E008": 28,
      "b23008_M008": 34,
      "b23008_E016": 449,
      "b23008_M016": 117,
      "b23008_E021": 148,
      "b23008_M021": 136,
      "b11003_E001": 1897,
      "b11003_M001": 168,
      "b11003_E003": 319,
      "b11003_M003": 81,
      "b11003_E010": 29,
      "b11003_M010": 30,
      "b11003_E016": 92,
      "b11003_M016": 79,
      "b17020_E001": 6801,
      "b17020_M001": 21,
      "b17020_E003": 11,
      "b17020_M003": 18,
      "b17020_E004": 12,
      "b17020_M004": 20,
      "b17020_E005": 9,
      "b17020_M005": 14,
      "b17020_E011": 105,
      "b17020_M011": 77,
      "b17020_E012": 222,
      "b17020_M012": 88,
      "b17020_E013": 375,
      "b17020_M013": 113,
      "b15003_E001": 5758,
      "b15003_M001": 245,
      "b15003_E022": 1481,
      "b15003_M022": 232,
      "b15003_E023": 766,
      "b15003_M023": 258,
      "b15003_E024": 184,
      "b15003_M024": 83,
      "b15003_E025": 184,
      "b15003_M025": 118,
      "c16002_E001": 3510,
      "c16002_M001": 226,
      "c16002_E004": 320,
      "c16002_M004": 201,
      "c16002_E007": 58,
      "c16002_M007": 81,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3510,
      "b22010_M001": 226,
      "b22010_E002": 250,
      "b22010_M002": 129,
      "b19013_E001": 76172,
      "b19013_M001": 20703
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.62,
       "moe": 19.09,
       "numerator": 182,
       "denominator": 636
      },
      "children_with_two_parents_pct": {
       "estimate": 71.38,
       "moe": 15.26,
       "numerator": 454,
       "denominator": 636
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.13,
       "moe": 17.88,
       "numerator": 128,
       "denominator": 375
      },
      "children_below_poverty_pct": {
       "estimate": 5.31,
       "moe": 4.57,
       "numerator": 35,
       "denominator": 659
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.78,
       "moe": 6.07,
       "numerator": 2461,
       "denominator": 5891
      },
      "limited_english_households_pct": {
       "estimate": 10.11,
       "moe": 5.96,
       "numerator": 356,
       "denominator": 3523
      },
      "snap_households_pct": {
       "estimate": 7.21,
       "moe": 3.46,
       "numerator": 254,
       "denominator": 3523
      },
      "median_household_income": {
       "estimate": 91202,
       "moe": 22831.0
      },
      "own_children_under_18": {
       "estimate": 636,
       "moe": 180.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 659,
       "moe": 161.16761461286197
      }
     },
     "lines": {
      "b23008_E001": 636,
      "b23008_M001": 180,
      "b23008_E003": 96,
      "b23008_M003": 83,
      "b23008_E008": 31,
      "b23008_M008": 39,
      "b23008_E016": 358,
      "b23008_M016": 138,
      "b23008_E021": 151,
      "b23008_M021": 126,
      "b11003_E001": 1941,
      "b11003_M001": 181,
      "b11003_E003": 247,
      "b11003_M003": 92,
      "b11003_E010": 24,
      "b11003_M010": 27,
      "b11003_E016": 104,
      "b11003_M016": 74,
      "b17020_E001": 6821,
      "b17020_M001": 23,
      "b17020_E003": 12,
      "b17020_M003": 18,
      "b17020_E004": 13,
      "b17020_M004": 20,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 115,
      "b17020_M011": 89,
      "b17020_E012": 189,
      "b17020_M012": 75,
      "b17020_E013": 320,
      "b17020_M013": 107,
      "b15003_E001": 5891,
      "b15003_M001": 215,
      "b15003_E022": 1280,
      "b15003_M022": 227,
      "b15003_E023": 849,
      "b15003_M023": 249,
      "b15003_E024": 134,
      "b15003_M024": 73,
      "b15003_E025": 198,
      "b15003_M025": 130,
      "c16002_E001": 3523,
      "c16002_M001": 221,
      "c16002_E004": 301,
      "c16002_M004": 197,
      "c16002_E007": 55,
      "c16002_M007": 71,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3523,
      "b22010_M001": 221,
      "b22010_E002": 254,
      "b22010_M002": 123,
      "b19013_E001": 91202,
      "b19013_M001": 22831
     }
    }
   }
  },
  "Weston": {
   "cousub": "83430",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.9,
       "moe": 6.66,
       "numerator": 406,
       "denominator": 2920
      },
      "children_with_two_parents_pct": {
       "estimate": 86.1,
       "moe": 7.52,
       "numerator": 2514,
       "denominator": 2920
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.95,
       "moe": 7.35,
       "numerator": 229,
       "denominator": 1532
      },
      "children_below_poverty_pct": {
       "estimate": 1.16,
       "moe": 1.73,
       "numerator": 34,
       "denominator": 2920
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 78.87,
       "moe": 5.11,
       "numerator": 5357,
       "denominator": 6792
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.19,
       "numerator": 0,
       "denominator": 3525
      },
      "snap_households_pct": {
       "estimate": 0.0,
       "moe": 0.6,
       "numerator": 0,
       "denominator": 3525
      },
      "median_household_income": {
       "estimate": 204792,
       "moe": 25372.0
      },
      "own_children_under_18": {
       "estimate": 2920,
       "moe": 287.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2920,
       "moe": 350.50392294523607
      }
     },
     "lines": {
      "b23008_E001": 2920,
      "b23008_M001": 287,
      "b23008_E003": 402,
      "b23008_M003": 120,
      "b23008_E008": 22,
      "b23008_M008": 25,
      "b23008_E016": 2112,
      "b23008_M016": 308,
      "b23008_E021": 384,
      "b23008_M021": 197,
      "b11003_E001": 2992,
      "b11003_M001": 192,
      "b11003_E003": 1303,
      "b11003_M003": 146,
      "b11003_E010": 74,
      "b11003_M010": 62,
      "b11003_E016": 155,
      "b11003_M016": 98,
      "b17020_E001": 10339,
      "b17020_M001": 59,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 34,
      "b17020_M005": 41,
      "b17020_E011": 424,
      "b17020_M011": 125,
      "b17020_E012": 935,
      "b17020_M012": 187,
      "b17020_E013": 1527,
      "b17020_M013": 264,
      "b15003_E001": 6792,
      "b15003_M001": 319,
      "b15003_E022": 2319,
      "b15003_M022": 283,
      "b15003_E023": 2073,
      "b15003_M023": 273,
      "b15003_E024": 676,
      "b15003_M024": 143,
      "b15003_E025": 289,
      "b15003_M025": 94,
      "c16002_E001": 3525,
      "c16002_M001": 224,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3525,
      "b22010_M001": 224,
      "b22010_E002": 0,
      "b22010_M002": 21,
      "b19013_E001": 204792,
      "b19013_M001": 25372
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.84,
       "moe": 5.57,
       "numerator": 330,
       "denominator": 2786
      },
      "children_with_two_parents_pct": {
       "estimate": 88.16,
       "moe": 8.08,
       "numerator": 2456,
       "denominator": 2786
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.95,
       "moe": 5.24,
       "numerator": 180,
       "denominator": 1506
      },
      "children_below_poverty_pct": {
       "estimate": 1.58,
       "moe": 1.84,
       "numerator": 44,
       "denominator": 2786
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 78.93,
       "moe": 4.47,
       "numerator": 5406,
       "denominator": 6849
      },
      "limited_english_households_pct": {
       "estimate": 1.49,
       "moe": 1.59,
       "numerator": 53,
       "denominator": 3549
      },
      "snap_households_pct": {
       "estimate": 0.65,
       "moe": 0.7,
       "numerator": 23,
       "denominator": 3549
      },
      "median_household_income": {
       "estimate": 220754,
       "moe": 16364.0
      },
      "own_children_under_18": {
       "estimate": 2786,
       "moe": 269.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2786,
       "moe": 319.91873968243874
      }
     },
     "lines": {
      "b23008_E001": 2786,
      "b23008_M001": 269,
      "b23008_E003": 478,
      "b23008_M003": 141,
      "b23008_E008": 20,
      "b23008_M008": 21,
      "b23008_E016": 1978,
      "b23008_M016": 295,
      "b23008_E021": 310,
      "b23008_M021": 157,
      "b11003_E001": 3020,
      "b11003_M001": 229,
      "b11003_E003": 1326,
      "b11003_M003": 133,
      "b11003_E010": 64,
      "b11003_M010": 47,
      "b11003_E016": 116,
      "b11003_M016": 66,
      "b17020_E001": 10336,
      "b17020_M001": 54,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 13,
      "b17020_M004": 23,
      "b17020_E005": 31,
      "b17020_M005": 41,
      "b17020_E011": 498,
      "b17020_M011": 144,
      "b17020_E012": 842,
      "b17020_M012": 160,
      "b17020_E013": 1402,
      "b17020_M013": 231,
      "b15003_E001": 6849,
      "b15003_M001": 330,
      "b15003_E022": 2335,
      "b15003_M022": 259,
      "b15003_E023": 2155,
      "b15003_M023": 262,
      "b15003_E024": 660,
      "b15003_M024": 137,
      "b15003_E025": 256,
      "b15003_M025": 83,
      "c16002_E001": 3549,
      "c16002_M001": 249,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 10,
      "c16002_M007": 17,
      "c16002_E010": 43,
      "c16002_M010": 45,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3549,
      "b22010_M001": 249,
      "b22010_E002": 23,
      "b22010_M002": 25,
      "b19013_E001": 220754,
      "b19013_M001": 16364
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.45,
       "moe": 5.78,
       "numerator": 375,
       "denominator": 2789
      },
      "children_with_two_parents_pct": {
       "estimate": 86.55,
       "moe": 9.84,
       "numerator": 2414,
       "denominator": 2789
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.72,
       "moe": 5.46,
       "numerator": 210,
       "denominator": 1531
      },
      "children_below_poverty_pct": {
       "estimate": 1.36,
       "moe": 1.59,
       "numerator": 38,
       "denominator": 2789
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 80.67,
       "moe": 5.5,
       "numerator": 5588,
       "denominator": 6927
      },
      "limited_english_households_pct": {
       "estimate": 1.18,
       "moe": 1.48,
       "numerator": 42,
       "denominator": 3549
      },
      "snap_households_pct": {
       "estimate": 0.85,
       "moe": 0.82,
       "numerator": 30,
       "denominator": 3549
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 2789,
       "moe": 231.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2789,
       "moe": 362.50103448128255
      }
     },
     "lines": {
      "b23008_E001": 2789,
      "b23008_M001": 231,
      "b23008_E003": 680,
      "b23008_M003": 192,
      "b23008_E008": 56,
      "b23008_M008": 54,
      "b23008_E016": 1734,
      "b23008_M016": 280,
      "b23008_E021": 319,
      "b23008_M021": 155,
      "b11003_E001": 3085,
      "b11003_M001": 239,
      "b11003_E003": 1321,
      "b11003_M003": 158,
      "b11003_E010": 71,
      "b11003_M010": 46,
      "b11003_E016": 139,
      "b11003_M016": 74,
      "b17020_E001": 10335,
      "b17020_M001": 37,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 12,
      "b17020_M004": 20,
      "b17020_E005": 26,
      "b17020_M005": 34,
      "b17020_E011": 736,
      "b17020_M011": 200,
      "b17020_E012": 837,
      "b17020_M012": 177,
      "b17020_E013": 1178,
      "b17020_M013": 241,
      "b15003_E001": 6927,
      "b15003_M001": 290,
      "b15003_E022": 2468,
      "b15003_M022": 292,
      "b15003_E023": 2172,
      "b15003_M023": 295,
      "b15003_E024": 697,
      "b15003_M024": 145,
      "b15003_E025": 251,
      "b15003_M025": 80,
      "c16002_E001": 3549,
      "c16002_M001": 223,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 10,
      "c16002_M007": 19,
      "c16002_E010": 32,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3549,
      "b22010_M001": 223,
      "b22010_E002": 30,
      "b22010_M002": 29,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.15,
       "moe": 4.31,
       "numerator": 278,
       "denominator": 2740
      },
      "children_with_two_parents_pct": {
       "estimate": 89.85,
       "moe": 6.88,
       "numerator": 2462,
       "denominator": 2740
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.91,
       "moe": 6.23,
       "numerator": 165,
       "denominator": 1385
      },
      "children_below_poverty_pct": {
       "estimate": 0.77,
       "moe": 1.18,
       "numerator": 21,
       "denominator": 2740
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 83.72,
       "moe": 6.88,
       "numerator": 5869,
       "denominator": 7010
      },
      "limited_english_households_pct": {
       "estimate": 1.04,
       "moe": 1.39,
       "numerator": 37,
       "denominator": 3568
      },
      "snap_households_pct": {
       "estimate": 0.87,
       "moe": 0.81,
       "numerator": 31,
       "denominator": 3568
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 2740,
       "moe": 256.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2740,
       "moe": 312.8625896459978
      }
     },
     "lines": {
      "b23008_E001": 2740,
      "b23008_M001": 256,
      "b23008_E003": 673,
      "b23008_M003": 161,
      "b23008_E008": 43,
      "b23008_M008": 31,
      "b23008_E016": 1789,
      "b23008_M016": 250,
      "b23008_E021": 235,
      "b23008_M021": 117,
      "b11003_E001": 3071,
      "b11003_M001": 236,
      "b11003_E003": 1220,
      "b11003_M003": 135,
      "b11003_E010": 52,
      "b11003_M010": 33,
      "b11003_E016": 113,
      "b11003_M016": 82,
      "b17020_E001": 10396,
      "b17020_M001": 24,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 14,
      "b17020_M004": 22,
      "b17020_E005": 7,
      "b17020_M005": 11,
      "b17020_E011": 716,
      "b17020_M011": 160,
      "b17020_E012": 905,
      "b17020_M012": 166,
      "b17020_E013": 1098,
      "b17020_M013": 209,
      "b15003_E001": 7010,
      "b15003_M001": 286,
      "b15003_E022": 2582,
      "b15003_M022": 349,
      "b15003_E023": 2180,
      "b15003_M023": 352,
      "b15003_E024": 778,
      "b15003_M024": 177,
      "b15003_E025": 329,
      "b15003_M025": 115,
      "c16002_E001": 3568,
      "c16002_M001": 227,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 11,
      "c16002_M007": 19,
      "c16002_E010": 26,
      "c16002_M010": 35,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3568,
      "b22010_M001": 227,
      "b22010_E002": 31,
      "b22010_M002": 29,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    }
   }
  },
  "Westport": {
   "cousub": "83500",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.37,
       "moe": 2.31,
       "numerator": 539,
       "denominator": 7318
      },
      "children_with_two_parents_pct": {
       "estimate": 92.63,
       "moe": 5.45,
       "numerator": 6779,
       "denominator": 7318
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.95,
       "moe": 2.38,
       "numerator": 282,
       "denominator": 3547
      },
      "children_below_poverty_pct": {
       "estimate": 2.68,
       "moe": 1.89,
       "numerator": 197,
       "denominator": 7356
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 79.23,
       "moe": 4.56,
       "numerator": 14210,
       "denominator": 17935
      },
      "limited_english_households_pct": {
       "estimate": 1.32,
       "moe": 0.74,
       "numerator": 125,
       "denominator": 9478
      },
      "snap_households_pct": {
       "estimate": 1.72,
       "moe": 0.84,
       "numerator": 163,
       "denominator": 9478
      },
      "median_household_income": {
       "estimate": 236892,
       "moe": 27007.0
      },
      "own_children_under_18": {
       "estimate": 7318,
       "moe": 451.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7356,
       "moe": 659.5149732947691
      }
     },
     "lines": {
      "b23008_E001": 7318,
      "b23008_M001": 451,
      "b23008_E003": 1562,
      "b23008_M003": 387,
      "b23008_E008": 45,
      "b23008_M008": 43,
      "b23008_E016": 5217,
      "b23008_M016": 429,
      "b23008_E021": 494,
      "b23008_M021": 167,
      "b11003_E001": 7338,
      "b11003_M001": 254,
      "b11003_E003": 3265,
      "b11003_M003": 245,
      "b11003_E010": 101,
      "b11003_M010": 50,
      "b11003_E016": 181,
      "b11003_M016": 71,
      "b17020_E001": 26965,
      "b17020_M001": 139,
      "b17020_E003": 19,
      "b17020_M003": 29,
      "b17020_E004": 98,
      "b17020_M004": 115,
      "b17020_E005": 80,
      "b17020_M005": 74,
      "b17020_E011": 1588,
      "b17020_M011": 385,
      "b17020_E012": 2639,
      "b17020_M012": 368,
      "b17020_E013": 2932,
      "b17020_M013": 363,
      "b15003_E001": 17935,
      "b15003_M001": 512,
      "b15003_E022": 6747,
      "b15003_M022": 553,
      "b15003_E023": 4727,
      "b15003_M023": 478,
      "b15003_E024": 2112,
      "b15003_M024": 494,
      "b15003_E025": 624,
      "b15003_M025": 232,
      "c16002_E001": 9478,
      "c16002_M001": 380,
      "c16002_E004": 15,
      "c16002_M004": 24,
      "c16002_E007": 49,
      "c16002_M007": 47,
      "c16002_E010": 57,
      "c16002_M010": 45,
      "c16002_E013": 4,
      "c16002_M013": 9,
      "b22010_E001": 9478,
      "b22010_M001": 380,
      "b22010_E002": 163,
      "b22010_M002": 80,
      "b19013_E001": 236892,
      "b19013_M001": 27007
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.58,
       "moe": 3.02,
       "numerator": 539,
       "denominator": 7114
      },
      "children_with_two_parents_pct": {
       "estimate": 92.42,
       "moe": 5.8,
       "numerator": 6575,
       "denominator": 7114
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.93,
       "moe": 2.93,
       "numerator": 285,
       "denominator": 3595
      },
      "children_below_poverty_pct": {
       "estimate": 3.68,
       "moe": 2.41,
       "numerator": 264,
       "denominator": 7165
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 79.25,
       "moe": 4.27,
       "numerator": 14402,
       "denominator": 18172
      },
      "limited_english_households_pct": {
       "estimate": 1.49,
       "moe": 0.83,
       "numerator": 145,
       "denominator": 9725
      },
      "snap_households_pct": {
       "estimate": 1.94,
       "moe": 0.82,
       "numerator": 189,
       "denominator": 9725
      },
      "median_household_income": {
       "estimate": 242868,
       "moe": 36358.0
      },
      "own_children_under_18": {
       "estimate": 7114,
       "moe": 469.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7165,
       "moe": 649.0593193229722
      }
     },
     "lines": {
      "b23008_E001": 7114,
      "b23008_M001": 469,
      "b23008_E003": 1739,
      "b23008_M003": 412,
      "b23008_E008": 90,
      "b23008_M008": 82,
      "b23008_E016": 4836,
      "b23008_M016": 434,
      "b23008_E021": 449,
      "b23008_M021": 202,
      "b11003_E001": 7445,
      "b11003_M001": 289,
      "b11003_E003": 3310,
      "b11003_M003": 248,
      "b11003_E010": 117,
      "b11003_M010": 62,
      "b11003_E016": 168,
      "b11003_M016": 88,
      "b17020_E001": 26979,
      "b17020_M001": 207,
      "b17020_E003": 32,
      "b17020_M003": 49,
      "b17020_E004": 104,
      "b17020_M004": 125,
      "b17020_E005": 128,
      "b17020_M005": 111,
      "b17020_E011": 1797,
      "b17020_M011": 411,
      "b17020_E012": 2556,
      "b17020_M012": 369,
      "b17020_E013": 2548,
      "b17020_M013": 293,
      "b15003_E001": 18172,
      "b15003_M001": 516,
      "b15003_E022": 6766,
      "b15003_M022": 556,
      "b15003_E023": 4942,
      "b15003_M023": 487,
      "b15003_E024": 2146,
      "b15003_M024": 433,
      "b15003_E025": 548,
      "b15003_M025": 189,
      "c16002_E001": 9725,
      "c16002_M001": 404,
      "c16002_E004": 19,
      "c16002_M004": 28,
      "c16002_E007": 44,
      "c16002_M007": 44,
      "c16002_E010": 76,
      "c16002_M010": 61,
      "c16002_E013": 6,
      "c16002_M013": 10,
      "b22010_E001": 9725,
      "b22010_M001": 404,
      "b22010_E002": 189,
      "b22010_M002": 80,
      "b19013_E001": 242868,
      "b19013_M001": 36358
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.29,
       "moe": 2.95,
       "numerator": 689,
       "denominator": 7418
      },
      "children_with_two_parents_pct": {
       "estimate": 90.71,
       "moe": 5.71,
       "numerator": 6729,
       "denominator": 7418
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.74,
       "moe": 2.98,
       "numerator": 319,
       "denominator": 3648
      },
      "children_below_poverty_pct": {
       "estimate": 2.31,
       "moe": 1.64,
       "numerator": 173,
       "denominator": 7484
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 77.69,
       "moe": 3.84,
       "numerator": 14074,
       "denominator": 18116
      },
      "limited_english_households_pct": {
       "estimate": 1.45,
       "moe": 0.92,
       "numerator": 141,
       "denominator": 9698
      },
      "snap_households_pct": {
       "estimate": 2.38,
       "moe": 0.97,
       "numerator": 231,
       "denominator": 9698
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 7418,
       "moe": 543.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7484,
       "moe": 645.0
      }
     },
     "lines": {
      "b23008_E001": 7418,
      "b23008_M001": 543,
      "b23008_E003": 1915,
      "b23008_M003": 391,
      "b23008_E008": 93,
      "b23008_M008": 70,
      "b23008_E016": 4814,
      "b23008_M016": 519,
      "b23008_E021": 596,
      "b23008_M021": 213,
      "b11003_E001": 7499,
      "b11003_M001": 301,
      "b11003_E003": 3329,
      "b11003_M003": 253,
      "b11003_E010": 116,
      "b11003_M010": 68,
      "b11003_E016": 203,
      "b11003_M016": 88,
      "b17020_E001": 27075,
      "b17020_M001": 185,
      "b17020_E003": 39,
      "b17020_M003": 55,
      "b17020_E004": 37,
      "b17020_M004": 45,
      "b17020_E005": 97,
      "b17020_M005": 101,
      "b17020_E011": 1969,
      "b17020_M011": 387,
      "b17020_E012": 2724,
      "b17020_M012": 402,
      "b17020_E013": 2618,
      "b17020_M013": 299,
      "b15003_E001": 18116,
      "b15003_M001": 572,
      "b15003_E022": 6723,
      "b15003_M022": 522,
      "b15003_E023": 4685,
      "b15003_M023": 418,
      "b15003_E024": 2056,
      "b15003_M024": 438,
      "b15003_E025": 610,
      "b15003_M025": 204,
      "c16002_E001": 9698,
      "c16002_M001": 394,
      "c16002_E004": 21,
      "c16002_M004": 31,
      "c16002_E007": 33,
      "c16002_M007": 47,
      "c16002_E010": 84,
      "c16002_M010": 69,
      "c16002_E013": 3,
      "c16002_M013": 6,
      "b22010_E001": 9698,
      "b22010_M001": 394,
      "b22010_E002": 231,
      "b22010_M002": 95,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.83,
       "moe": 2.99,
       "numerator": 588,
       "denominator": 7512
      },
      "children_with_two_parents_pct": {
       "estimate": 92.17,
       "moe": 4.83,
       "numerator": 6924,
       "denominator": 7512
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.52,
       "moe": 2.77,
       "numerator": 274,
       "denominator": 3642
      },
      "children_below_poverty_pct": {
       "estimate": 1.45,
       "moe": 0.96,
       "numerator": 109,
       "denominator": 7536
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 79.87,
       "moe": 3.83,
       "numerator": 14549,
       "denominator": 18215
      },
      "limited_english_households_pct": {
       "estimate": 1.21,
       "moe": 0.77,
       "numerator": 118,
       "denominator": 9778
      },
      "snap_households_pct": {
       "estimate": 2.28,
       "moe": 1.0,
       "numerator": 223,
       "denominator": 9778
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 7512,
       "moe": 532.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7536,
       "moe": 663.3973168471516
      }
     },
     "lines": {
      "b23008_E001": 7512,
      "b23008_M001": 532,
      "b23008_E003": 1848,
      "b23008_M003": 370,
      "b23008_E008": 62,
      "b23008_M008": 58,
      "b23008_E016": 5076,
      "b23008_M016": 485,
      "b23008_E021": 526,
      "b23008_M021": 221,
      "b11003_E001": 7467,
      "b11003_M001": 323,
      "b11003_E003": 3368,
      "b11003_M003": 226,
      "b11003_E010": 145,
      "b11003_M010": 77,
      "b11003_E016": 129,
      "b11003_M016": 68,
      "b17020_E001": 27318,
      "b17020_M001": 212,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 53,
      "b17020_M004": 53,
      "b17020_E005": 56,
      "b17020_M005": 44,
      "b17020_E011": 1910,
      "b17020_M011": 382,
      "b17020_E012": 2927,
      "b17020_M012": 431,
      "b17020_E013": 2590,
      "b17020_M013": 321,
      "b15003_E001": 18215,
      "b15003_M001": 584,
      "b15003_E022": 6989,
      "b15003_M022": 507,
      "b15003_E023": 4996,
      "b15003_M023": 465,
      "b15003_E024": 1872,
      "b15003_M024": 438,
      "b15003_E025": 692,
      "b15003_M025": 201,
      "c16002_E001": 9778,
      "c16002_M001": 392,
      "c16002_E004": 17,
      "c16002_M004": 23,
      "c16002_E007": 26,
      "c16002_M007": 40,
      "c16002_E010": 75,
      "c16002_M010": 54,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9778,
      "b22010_M001": 392,
      "b22010_E002": 223,
      "b22010_M002": 98,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    }
   }
  },
  "Wethersfield": {
   "cousub": "84900",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.46,
       "moe": 4.53,
       "numerator": 777,
       "denominator": 5025
      },
      "children_with_two_parents_pct": {
       "estimate": 84.54,
       "moe": 7.43,
       "numerator": 4248,
       "denominator": 5025
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.49,
       "moe": 5.12,
       "numerator": 458,
       "denominator": 2956
      },
      "children_below_poverty_pct": {
       "estimate": 5.38,
       "moe": 2.8,
       "numerator": 275,
       "denominator": 5114
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.86,
       "moe": 3.86,
       "numerator": 9921,
       "denominator": 19899
      },
      "limited_english_households_pct": {
       "estimate": 4.15,
       "moe": 1.8,
       "numerator": 473,
       "denominator": 11411
      },
      "snap_households_pct": {
       "estimate": 7.22,
       "moe": 2.37,
       "numerator": 824,
       "denominator": 11411
      },
      "median_household_income": {
       "estimate": 100557,
       "moe": 7740.0
      },
      "own_children_under_18": {
       "estimate": 5025,
       "moe": 447.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5114,
       "moe": 589.0
      }
     },
     "lines": {
      "b23008_E001": 5025,
      "b23008_M001": 447,
      "b23008_E003": 1456,
      "b23008_M003": 296,
      "b23008_E008": 103,
      "b23008_M008": 68,
      "b23008_E016": 2792,
      "b23008_M016": 441,
      "b23008_E021": 674,
      "b23008_M021": 228,
      "b11003_E001": 7465,
      "b11003_M001": 273,
      "b11003_E003": 2498,
      "b11003_M003": 241,
      "b11003_E010": 111,
      "b11003_M010": 69,
      "b11003_E016": 347,
      "b11003_M016": 142,
      "b17020_E001": 27140,
      "b17020_M001": 41,
      "b17020_E003": 73,
      "b17020_M003": 102,
      "b17020_E004": 10,
      "b17020_M004": 16,
      "b17020_E005": 192,
      "b17020_M005": 104,
      "b17020_E011": 1486,
      "b17020_M011": 303,
      "b17020_E012": 1561,
      "b17020_M012": 410,
      "b17020_E013": 1792,
      "b17020_M013": 256,
      "b15003_E001": 19899,
      "b15003_M001": 403,
      "b15003_E022": 5213,
      "b15003_M022": 616,
      "b15003_E023": 3748,
      "b15003_M023": 451,
      "b15003_E024": 554,
      "b15003_M024": 149,
      "b15003_E025": 406,
      "b15003_M025": 159,
      "c16002_E001": 11411,
      "c16002_M001": 307,
      "c16002_E004": 158,
      "c16002_M004": 96,
      "c16002_E007": 295,
      "c16002_M007": 178,
      "c16002_E010": 20,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11411,
      "b22010_M001": 307,
      "b22010_E002": 824,
      "b22010_M002": 271,
      "b19013_E001": 100557,
      "b19013_M001": 7740
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.51,
       "moe": 3.84,
       "numerator": 768,
       "denominator": 5293
      },
      "children_with_two_parents_pct": {
       "estimate": 85.49,
       "moe": 6.26,
       "numerator": 4525,
       "denominator": 5293
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.97,
       "moe": 4.28,
       "numerator": 427,
       "denominator": 3057
      },
      "children_below_poverty_pct": {
       "estimate": 7.72,
       "moe": 3.2,
       "numerator": 419,
       "denominator": 5427
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.63,
       "moe": 3.2,
       "numerator": 10435,
       "denominator": 19827
      },
      "limited_english_households_pct": {
       "estimate": 4.27,
       "moe": 1.91,
       "numerator": 485,
       "denominator": 11362
      },
      "snap_households_pct": {
       "estimate": 6.31,
       "moe": 1.86,
       "numerator": 717,
       "denominator": 11362
      },
      "median_household_income": {
       "estimate": 108656,
       "moe": 7959.0
      },
      "own_children_under_18": {
       "estimate": 5293,
       "moe": 496.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5427,
       "moe": 603.8725030997851
      }
     },
     "lines": {
      "b23008_E001": 5293,
      "b23008_M001": 496,
      "b23008_E003": 1507,
      "b23008_M003": 289,
      "b23008_E008": 120,
      "b23008_M008": 60,
      "b23008_E016": 3018,
      "b23008_M016": 454,
      "b23008_E021": 648,
      "b23008_M021": 207,
      "b11003_E001": 7606,
      "b11003_M001": 248,
      "b11003_E003": 2630,
      "b11003_M003": 237,
      "b11003_E010": 81,
      "b11003_M010": 59,
      "b11003_E016": 346,
      "b11003_M016": 123,
      "b17020_E001": 27110,
      "b17020_M001": 51,
      "b17020_E003": 153,
      "b17020_M003": 130,
      "b17020_E004": 44,
      "b17020_M004": 57,
      "b17020_E005": 222,
      "b17020_M005": 110,
      "b17020_E011": 1518,
      "b17020_M011": 267,
      "b17020_E012": 1606,
      "b17020_M012": 400,
      "b17020_E013": 1884,
      "b17020_M013": 318,
      "b15003_E001": 19827,
      "b15003_M001": 513,
      "b15003_E022": 5670,
      "b15003_M022": 475,
      "b15003_E023": 3793,
      "b15003_M023": 444,
      "b15003_E024": 556,
      "b15003_M024": 149,
      "b15003_E025": 416,
      "b15003_M025": 178,
      "c16002_E001": 11362,
      "c16002_M001": 366,
      "c16002_E004": 92,
      "c16002_M004": 69,
      "c16002_E007": 338,
      "c16002_M007": 196,
      "c16002_E010": 55,
      "c16002_M010": 58,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11362,
      "b22010_M001": 366,
      "b22010_E002": 717,
      "b22010_M002": 213,
      "b19013_E001": 108656,
      "b19013_M001": 7959
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.18,
       "moe": 4.78,
       "numerator": 872,
       "denominator": 5391
      },
      "children_with_two_parents_pct": {
       "estimate": 83.82,
       "moe": 6.63,
       "numerator": 4519,
       "denominator": 5391
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.83,
       "moe": 5.41,
       "numerator": 540,
       "denominator": 3029
      },
      "children_below_poverty_pct": {
       "estimate": 8.03,
       "moe": 4.84,
       "numerator": 443,
       "denominator": 5514
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.47,
       "moe": 3.58,
       "numerator": 10696,
       "denominator": 19638
      },
      "limited_english_households_pct": {
       "estimate": 4.03,
       "moe": 1.72,
       "numerator": 457,
       "denominator": 11333
      },
      "snap_households_pct": {
       "estimate": 6.48,
       "moe": 2.09,
       "numerator": 734,
       "denominator": 11333
      },
      "median_household_income": {
       "estimate": 118523,
       "moe": 11177.0
      },
      "own_children_under_18": {
       "estimate": 5391,
       "moe": 473.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5514,
       "moe": 646.2561411700473
      }
     },
     "lines": {
      "b23008_E001": 5391,
      "b23008_M001": 473,
      "b23008_E003": 1503,
      "b23008_M003": 302,
      "b23008_E008": 196,
      "b23008_M008": 108,
      "b23008_E016": 3016,
      "b23008_M016": 440,
      "b23008_E021": 676,
      "b23008_M021": 246,
      "b11003_E001": 7713,
      "b11003_M001": 274,
      "b11003_E003": 2489,
      "b11003_M003": 268,
      "b11003_E010": 104,
      "b11003_M010": 80,
      "b11003_E016": 436,
      "b11003_M016": 154,
      "b17020_E001": 27118,
      "b17020_M001": 42,
      "b17020_E003": 235,
      "b17020_M003": 209,
      "b17020_E004": 56,
      "b17020_M004": 73,
      "b17020_E005": 152,
      "b17020_M005": 158,
      "b17020_E011": 1490,
      "b17020_M011": 290,
      "b17020_E012": 1652,
      "b17020_M012": 402,
      "b17020_E013": 1929,
      "b17020_M013": 313,
      "b15003_E001": 19638,
      "b15003_M001": 470,
      "b15003_E022": 5640,
      "b15003_M022": 507,
      "b15003_E023": 3970,
      "b15003_M023": 501,
      "b15003_E024": 575,
      "b15003_M024": 132,
      "b15003_E025": 511,
      "b15003_M025": 184,
      "c16002_E001": 11333,
      "c16002_M001": 388,
      "c16002_E004": 68,
      "c16002_M004": 49,
      "c16002_E007": 334,
      "c16002_M007": 177,
      "c16002_E010": 55,
      "c16002_M010": 62,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11333,
      "b22010_M001": 388,
      "b22010_E002": 734,
      "b22010_M002": 238,
      "b19013_E001": 118523,
      "b19013_M001": 11177
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.61,
       "moe": 6.44,
       "numerator": 991,
       "denominator": 5626
      },
      "children_with_two_parents_pct": {
       "estimate": 82.39,
       "moe": 8.24,
       "numerator": 4635,
       "denominator": 5626
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.38,
       "moe": 4.29,
       "numerator": 526,
       "denominator": 3026
      },
      "children_below_poverty_pct": {
       "estimate": 10.46,
       "moe": 5.9,
       "numerator": 600,
       "denominator": 5734
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.8,
       "moe": 3.57,
       "numerator": 10771,
       "denominator": 19655
      },
      "limited_english_households_pct": {
       "estimate": 4.91,
       "moe": 1.9,
       "numerator": 550,
       "denominator": 11212
      },
      "snap_households_pct": {
       "estimate": 6.77,
       "moe": 1.69,
       "numerator": 759,
       "denominator": 11212
      },
      "median_household_income": {
       "estimate": 126806,
       "moe": 11712.0
      },
      "own_children_under_18": {
       "estimate": 5626,
       "moe": 442.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5734,
       "moe": 727.7891178081738
      }
     },
     "lines": {
      "b23008_E001": 5626,
      "b23008_M001": 442,
      "b23008_E003": 1538,
      "b23008_M003": 369,
      "b23008_E008": 237,
      "b23008_M008": 127,
      "b23008_E016": 3097,
      "b23008_M016": 460,
      "b23008_E021": 754,
      "b23008_M021": 348,
      "b11003_E001": 7596,
      "b11003_M001": 285,
      "b11003_E003": 2500,
      "b11003_M003": 251,
      "b11003_E010": 97,
      "b11003_M010": 61,
      "b11003_E016": 429,
      "b11003_M016": 125,
      "b17020_E001": 27207,
      "b17020_M001": 45,
      "b17020_E003": 264,
      "b17020_M003": 220,
      "b17020_E004": 105,
      "b17020_M004": 73,
      "b17020_E005": 231,
      "b17020_M005": 258,
      "b17020_E011": 1564,
      "b17020_M011": 366,
      "b17020_E012": 1613,
      "b17020_M012": 432,
      "b17020_E013": 1957,
      "b17020_M013": 298,
      "b15003_E001": 19655,
      "b15003_M001": 493,
      "b15003_E022": 5647,
      "b15003_M022": 502,
      "b15003_E023": 3945,
      "b15003_M023": 504,
      "b15003_E024": 591,
      "b15003_M024": 139,
      "b15003_E025": 588,
      "b15003_M025": 202,
      "c16002_E001": 11212,
      "c16002_M001": 393,
      "c16002_E004": 102,
      "c16002_M004": 89,
      "c16002_E007": 390,
      "c16002_M007": 187,
      "c16002_E010": 58,
      "c16002_M010": 49,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11212,
      "b22010_M001": 393,
      "b22010_E002": 759,
      "b22010_M002": 191,
      "b19013_E001": 126806,
      "b19013_M001": 11712
     }
    }
   }
  },
  "Willington": {
   "cousub": "85950",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 49.46,
       "moe": 24.02,
       "numerator": 410,
       "denominator": 829
      },
      "children_with_two_parents_pct": {
       "estimate": 50.54,
       "moe": 19.04,
       "numerator": 419,
       "denominator": 829
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.61,
       "moe": 13.29,
       "numerator": 146,
       "denominator": 410
      },
      "children_below_poverty_pct": {
       "estimate": 5.95,
       "moe": 8.29,
       "numerator": 50,
       "denominator": 840
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.15,
       "moe": 7.22,
       "numerator": 1316,
       "denominator": 3640
      },
      "limited_english_households_pct": {
       "estimate": 3.89,
       "moe": 3.98,
       "numerator": 99,
       "denominator": 2542
      },
      "snap_households_pct": {
       "estimate": 6.02,
       "moe": 3.58,
       "numerator": 153,
       "denominator": 2542
      },
      "median_household_income": {
       "estimate": 78351,
       "moe": 8444.0
      },
      "own_children_under_18": {
       "estimate": 829,
       "moe": 186.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 840,
       "moe": 254.76263462289756
      }
     },
     "lines": {
      "b23008_E001": 829,
      "b23008_M001": 186,
      "b23008_E003": 185,
      "b23008_M003": 97,
      "b23008_E008": 84,
      "b23008_M008": 90,
      "b23008_E016": 234,
      "b23008_M016": 156,
      "b23008_E021": 326,
      "b23008_M021": 200,
      "b11003_E001": 1408,
      "b11003_M001": 198,
      "b11003_E003": 264,
      "b11003_M003": 109,
      "b11003_E010": 24,
      "b11003_M010": 34,
      "b11003_E016": 122,
      "b11003_M016": 63,
      "b17020_E001": 5532,
      "b17020_M001": 66,
      "b17020_E003": 50,
      "b17020_M003": 66,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 230,
      "b17020_M011": 113,
      "b17020_E012": 303,
      "b17020_M012": 136,
      "b17020_E013": 257,
      "b17020_M013": 169,
      "b15003_E001": 3640,
      "b15003_M001": 303,
      "b15003_E022": 583,
      "b15003_M022": 168,
      "b15003_E023": 476,
      "b15003_M023": 181,
      "b15003_E024": 47,
      "b15003_M024": 63,
      "b15003_E025": 210,
      "b15003_M025": 127,
      "c16002_E001": 2542,
      "c16002_M001": 238,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 99,
      "c16002_M010": 96,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2542,
      "b22010_M001": 238,
      "b22010_E002": 153,
      "b22010_M002": 92,
      "b19013_E001": 78351,
      "b19013_M001": 8444
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 45.85,
       "moe": 24.82,
       "numerator": 309,
       "denominator": 674
      },
      "children_with_two_parents_pct": {
       "estimate": 54.15,
       "moe": 22.94,
       "numerator": 365,
       "denominator": 674
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.2,
       "moe": 17.71,
       "numerator": 126,
       "denominator": 358
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.76,
       "numerator": 0,
       "denominator": 691
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.22,
       "moe": 7.36,
       "numerator": 1391,
       "denominator": 3840
      },
      "limited_english_households_pct": {
       "estimate": 1.54,
       "moe": 2.12,
       "numerator": 41,
       "denominator": 2660
      },
      "snap_households_pct": {
       "estimate": 10.71,
       "moe": 6.81,
       "numerator": 285,
       "denominator": 2660
      },
      "median_household_income": {
       "estimate": 85893,
       "moe": 9366.0
      },
      "own_children_under_18": {
       "estimate": 674,
       "moe": 230.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 691,
       "moe": 268.2032811134122
      }
     },
     "lines": {
      "b23008_E001": 674,
      "b23008_M001": 230,
      "b23008_E003": 164,
      "b23008_M003": 90,
      "b23008_E008": 93,
      "b23008_M008": 109,
      "b23008_E016": 201,
      "b23008_M016": 177,
      "b23008_E021": 216,
      "b23008_M021": 165,
      "b11003_E001": 1471,
      "b11003_M001": 214,
      "b11003_E003": 232,
      "b11003_M003": 92,
      "b11003_E010": 28,
      "b11003_M010": 32,
      "b11003_E016": 98,
      "b11003_M016": 69,
      "b17020_E001": 5545,
      "b17020_M001": 68,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 274,
      "b17020_M011": 120,
      "b17020_E012": 161,
      "b17020_M012": 113,
      "b17020_E013": 256,
      "b17020_M013": 209,
      "b15003_E001": 3840,
      "b15003_M001": 352,
      "b15003_E022": 694,
      "b15003_M022": 212,
      "b15003_E023": 542,
      "b15003_M023": 203,
      "b15003_E024": 45,
      "b15003_M024": 71,
      "b15003_E025": 110,
      "b15003_M025": 71,
      "c16002_E001": 2660,
      "c16002_M001": 250,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 41,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2660,
      "b22010_M001": 250,
      "b22010_E002": 285,
      "b22010_M002": 183,
      "b19013_E001": 85893,
      "b19013_M001": 9366
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.33,
       "moe": 26.39,
       "numerator": 265,
       "denominator": 626
      },
      "children_with_two_parents_pct": {
       "estimate": 57.67,
       "moe": 26.74,
       "numerator": 361,
       "denominator": 626
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.67,
       "moe": 21.0,
       "numerator": 101,
       "denominator": 300
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 5.13,
       "numerator": 0,
       "denominator": 642
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.88,
       "moe": 7.99,
       "numerator": 1449,
       "denominator": 3825
      },
      "limited_english_households_pct": {
       "estimate": 1.93,
       "moe": 2.57,
       "numerator": 50,
       "denominator": 2589
      },
      "snap_households_pct": {
       "estimate": 11.74,
       "moe": 7.0,
       "numerator": 304,
       "denominator": 2589
      },
      "median_household_income": {
       "estimate": 88370,
       "moe": 9061.0
      },
      "own_children_under_18": {
       "estimate": 626,
       "moe": 223.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 642,
       "moe": 249.7378625679334
      }
     },
     "lines": {
      "b23008_E001": 626,
      "b23008_M001": 223,
      "b23008_E003": 158,
      "b23008_M003": 92,
      "b23008_E008": 96,
      "b23008_M008": 138,
      "b23008_E016": 203,
      "b23008_M016": 190,
      "b23008_E021": 169,
      "b23008_M021": 131,
      "b11003_E001": 1473,
      "b11003_M001": 236,
      "b11003_E003": 199,
      "b11003_M003": 101,
      "b11003_E010": 26,
      "b11003_M010": 34,
      "b11003_E016": 75,
      "b11003_M016": 68,
      "b17020_E001": 5526,
      "b17020_M001": 63,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 270,
      "b17020_M011": 119,
      "b17020_E012": 157,
      "b17020_M012": 105,
      "b17020_E013": 215,
      "b17020_M013": 190,
      "b15003_E001": 3825,
      "b15003_M001": 366,
      "b15003_E022": 798,
      "b15003_M022": 213,
      "b15003_E023": 531,
      "b15003_M023": 243,
      "b15003_E024": 46,
      "b15003_M024": 72,
      "b15003_E025": 74,
      "b15003_M025": 55,
      "c16002_E001": 2589,
      "c16002_M001": 272,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 50,
      "c16002_M010": 58,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2589,
      "b22010_M001": 272,
      "b22010_E002": 304,
      "b22010_M002": 184,
      "b19013_E001": 88370,
      "b19013_M001": 9061
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 57.65,
       "moe": 27.16,
       "numerator": 407,
       "denominator": 706
      },
      "children_with_two_parents_pct": {
       "estimate": 42.35,
       "moe": 25.6,
       "numerator": 299,
       "denominator": 706
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.63,
       "moe": 25.85,
       "numerator": 124,
       "denominator": 255
      },
      "children_below_poverty_pct": {
       "estimate": 0.84,
       "moe": 4.22,
       "numerator": 6,
       "denominator": 716
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.24,
       "moe": 8.22,
       "numerator": 1306,
       "denominator": 3929
      },
      "limited_english_households_pct": {
       "estimate": 4.87,
       "moe": 4.94,
       "numerator": 128,
       "denominator": 2627
      },
      "snap_households_pct": {
       "estimate": 10.28,
       "moe": 6.74,
       "numerator": 270,
       "denominator": 2627
      },
      "median_household_income": {
       "estimate": 91114,
       "moe": 11616.0
      },
      "own_children_under_18": {
       "estimate": 706,
       "moe": 225.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 716,
       "moe": 256.8423641068583
      }
     },
     "lines": {
      "b23008_E001": 706,
      "b23008_M001": 225,
      "b23008_E003": 123,
      "b23008_M003": 102,
      "b23008_E008": 120,
      "b23008_M008": 120,
      "b23008_E016": 176,
      "b23008_M016": 177,
      "b23008_E021": 287,
      "b23008_M021": 198,
      "b11003_E001": 1448,
      "b11003_M001": 207,
      "b11003_E003": 131,
      "b11003_M003": 79,
      "b11003_E010": 26,
      "b11003_M010": 43,
      "b11003_E016": 98,
      "b11003_M016": 76,
      "b17020_E001": 5575,
      "b17020_M001": 26,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 6,
      "b17020_M005": 14,
      "b17020_E011": 253,
      "b17020_M011": 140,
      "b17020_E012": 238,
      "b17020_M012": 135,
      "b17020_E013": 219,
      "b17020_M013": 165,
      "b15003_E001": 3929,
      "b15003_M001": 373,
      "b15003_E022": 721,
      "b15003_M022": 250,
      "b15003_E023": 508,
      "b15003_M023": 226,
      "b15003_E024": 43,
      "b15003_M024": 68,
      "b15003_E025": 34,
      "b15003_M025": 39,
      "c16002_E001": 2627,
      "c16002_M001": 251,
      "c16002_E004": 94,
      "c16002_M004": 122,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 34,
      "c16002_M010": 37,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2627,
      "b22010_M001": 251,
      "b22010_E002": 270,
      "b22010_M002": 179,
      "b19013_E001": 91114,
      "b19013_M001": 11616
     }
    }
   }
  },
  "Wilton": {
   "cousub": "86370",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.81,
       "moe": 3.43,
       "numerator": 492,
       "denominator": 5014
      },
      "children_with_two_parents_pct": {
       "estimate": 90.19,
       "moe": 4.77,
       "numerator": 4522,
       "denominator": 5014
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.95,
       "moe": 4.51,
       "numerator": 323,
       "denominator": 2494
      },
      "children_below_poverty_pct": {
       "estimate": 2.25,
       "moe": 1.3,
       "numerator": 114,
       "denominator": 5059
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 75.13,
       "moe": 5.01,
       "numerator": 9064,
       "denominator": 12064
      },
      "limited_english_households_pct": {
       "estimate": 0.81,
       "moe": 0.77,
       "numerator": 50,
       "denominator": 6198
      },
      "snap_households_pct": {
       "estimate": 1.31,
       "moe": 0.72,
       "numerator": 81,
       "denominator": 6198
      },
      "median_household_income": {
       "estimate": 209635,
       "moe": 11933.0
      },
      "own_children_under_18": {
       "estimate": 5014,
       "moe": 308.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5059,
       "moe": 420.22612960167055
      }
     },
     "lines": {
      "b23008_E001": 5014,
      "b23008_M001": 308,
      "b23008_E003": 951,
      "b23008_M003": 164,
      "b23008_E008": 70,
      "b23008_M008": 65,
      "b23008_E016": 3571,
      "b23008_M016": 328,
      "b23008_E021": 422,
      "b23008_M021": 162,
      "b11003_E001": 5016,
      "b11003_M001": 195,
      "b11003_E003": 2171,
      "b11003_M003": 165,
      "b11003_E010": 133,
      "b11003_M010": 78,
      "b11003_E016": 190,
      "b11003_M016": 85,
      "b17020_E001": 18259,
      "b17020_M001": 134,
      "b17020_E003": 55,
      "b17020_M003": 51,
      "b17020_E004": 19,
      "b17020_M004": 17,
      "b17020_E005": 40,
      "b17020_M005": 39,
      "b17020_E011": 974,
      "b17020_M011": 179,
      "b17020_E012": 1641,
      "b17020_M012": 233,
      "b17020_E013": 2330,
      "b17020_M013": 293,
      "b15003_E001": 12064,
      "b15003_M001": 324,
      "b15003_E022": 4732,
      "b15003_M022": 405,
      "b15003_E023": 3113,
      "b15003_M023": 450,
      "b15003_E024": 751,
      "b15003_M024": 206,
      "b15003_E025": 468,
      "b15003_M025": 123,
      "c16002_E001": 6198,
      "c16002_M001": 194,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 33,
      "c16002_M007": 32,
      "c16002_E010": 17,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6198,
      "b22010_M001": 194,
      "b22010_E002": 81,
      "b22010_M002": 45,
      "b19013_E001": 209635,
      "b19013_M001": 11933
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.98,
       "moe": 3.3,
       "numerator": 490,
       "denominator": 4909
      },
      "children_with_two_parents_pct": {
       "estimate": 90.02,
       "moe": 5.36,
       "numerator": 4419,
       "denominator": 4909
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.67,
       "moe": 4.83,
       "numerator": 335,
       "denominator": 2450
      },
      "children_below_poverty_pct": {
       "estimate": 1.15,
       "moe": 0.96,
       "numerator": 57,
       "denominator": 4951
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 75.85,
       "moe": 4.32,
       "numerator": 9147,
       "denominator": 12060
      },
      "limited_english_households_pct": {
       "estimate": 0.6,
       "moe": 0.76,
       "numerator": 37,
       "denominator": 6210
      },
      "snap_households_pct": {
       "estimate": 1.22,
       "moe": 0.8,
       "numerator": 76,
       "denominator": 6210
      },
      "median_household_income": {
       "estimate": 230545,
       "moe": 21343.0
      },
      "own_children_under_18": {
       "estimate": 4909,
       "moe": 358.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4951,
       "moe": 462.4716207509386
      }
     },
     "lines": {
      "b23008_E001": 4909,
      "b23008_M001": 358,
      "b23008_E003": 1080,
      "b23008_M003": 215,
      "b23008_E008": 83,
      "b23008_M008": 73,
      "b23008_E016": 3339,
      "b23008_M016": 356,
      "b23008_E021": 407,
      "b23008_M021": 149,
      "b11003_E001": 4941,
      "b11003_M001": 193,
      "b11003_E003": 2115,
      "b11003_M003": 174,
      "b11003_E010": 166,
      "b11003_M010": 103,
      "b11003_E016": 169,
      "b11003_M016": 65,
      "b17020_E001": 18218,
      "b17020_M001": 39,
      "b17020_E003": 35,
      "b17020_M003": 40,
      "b17020_E004": 9,
      "b17020_M004": 15,
      "b17020_E005": 13,
      "b17020_M005": 21,
      "b17020_E011": 1138,
      "b17020_M011": 209,
      "b17020_E012": 1462,
      "b17020_M012": 218,
      "b17020_E013": 2294,
      "b17020_M013": 347,
      "b15003_E001": 12060,
      "b15003_M001": 337,
      "b15003_E022": 4764,
      "b15003_M022": 390,
      "b15003_E023": 3099,
      "b15003_M023": 340,
      "b15003_E024": 873,
      "b15003_M024": 222,
      "b15003_E025": 411,
      "b15003_M025": 142,
      "c16002_E001": 6210,
      "c16002_M001": 203,
      "c16002_E004": 17,
      "c16002_M004": 28,
      "c16002_E007": 20,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6210,
      "b22010_M001": 203,
      "b22010_E002": 76,
      "b22010_M002": 50,
      "b19013_E001": 230545,
      "b19013_M001": 21343
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.95,
       "moe": 3.13,
       "numerator": 383,
       "denominator": 4816
      },
      "children_with_two_parents_pct": {
       "estimate": 92.05,
       "moe": 6.17,
       "numerator": 4433,
       "denominator": 4816
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.62,
       "moe": 4.29,
       "numerator": 262,
       "denominator": 2467
      },
      "children_below_poverty_pct": {
       "estimate": 0.83,
       "moe": 0.89,
       "numerator": 40,
       "denominator": 4837
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.92,
       "moe": 5.08,
       "numerator": 8947,
       "denominator": 12104
      },
      "limited_english_households_pct": {
       "estimate": 1.9,
       "moe": 1.18,
       "numerator": 118,
       "denominator": 6203
      },
      "snap_households_pct": {
       "estimate": 1.74,
       "moe": 1.27,
       "numerator": 108,
       "denominator": 6203
      },
      "median_household_income": {
       "estimate": 227165,
       "moe": 18404.0
      },
      "own_children_under_18": {
       "estimate": 4816,
       "moe": 374.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4837,
       "moe": 483.20182118862095
      }
     },
     "lines": {
      "b23008_E001": 4816,
      "b23008_M001": 374,
      "b23008_E003": 1023,
      "b23008_M003": 211,
      "b23008_E008": 90,
      "b23008_M008": 70,
      "b23008_E016": 3410,
      "b23008_M016": 403,
      "b23008_E021": 293,
      "b23008_M021": 137,
      "b11003_E001": 4946,
      "b11003_M001": 209,
      "b11003_E003": 2205,
      "b11003_M003": 198,
      "b11003_E010": 104,
      "b11003_M010": 82,
      "b11003_E016": 158,
      "b11003_M016": 71,
      "b17020_E001": 18200,
      "b17020_M001": 45,
      "b17020_E003": 20,
      "b17020_M003": 32,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 20,
      "b17020_M005": 20,
      "b17020_E011": 1093,
      "b17020_M011": 209,
      "b17020_E012": 1565,
      "b17020_M012": 237,
      "b17020_E013": 2139,
      "b17020_M013": 363,
      "b15003_E001": 12104,
      "b15003_M001": 333,
      "b15003_E022": 4619,
      "b15003_M022": 486,
      "b15003_E023": 3077,
      "b15003_M023": 363,
      "b15003_E024": 836,
      "b15003_M024": 226,
      "b15003_E025": 415,
      "b15003_M025": 138,
      "c16002_E001": 6203,
      "c16002_M001": 192,
      "c16002_E004": 78,
      "c16002_M004": 62,
      "c16002_E007": 20,
      "c16002_M007": 23,
      "c16002_E010": 20,
      "c16002_M010": 23,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6203,
      "b22010_M001": 192,
      "b22010_E002": 108,
      "b22010_M002": 79,
      "b19013_E001": 227165,
      "b19013_M001": 18404
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.43,
       "moe": 2.9,
       "numerator": 375,
       "denominator": 5049
      },
      "children_with_two_parents_pct": {
       "estimate": 92.57,
       "moe": 3.28,
       "numerator": 4674,
       "denominator": 5049
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.89,
       "moe": 3.4,
       "numerator": 194,
       "denominator": 2460
      },
      "children_below_poverty_pct": {
       "estimate": 1.13,
       "moe": 0.93,
       "numerator": 58,
       "denominator": 5115
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 75.2,
       "moe": 4.27,
       "numerator": 9149,
       "denominator": 12167
      },
      "limited_english_households_pct": {
       "estimate": 2.06,
       "moe": 1.13,
       "numerator": 126,
       "denominator": 6122
      },
      "snap_households_pct": {
       "estimate": 1.83,
       "moe": 1.22,
       "numerator": 112,
       "denominator": 6122
      },
      "median_household_income": {
       "estimate": 242199,
       "moe": 15893.0
      },
      "own_children_under_18": {
       "estimate": 5049,
       "moe": 473.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5115,
       "moe": 486.49665980353865
      }
     },
     "lines": {
      "b23008_E001": 5049,
      "b23008_M001": 473,
      "b23008_E003": 1212,
      "b23008_M003": 194,
      "b23008_E008": 89,
      "b23008_M008": 63,
      "b23008_E016": 3462,
      "b23008_M016": 426,
      "b23008_E021": 286,
      "b23008_M021": 137,
      "b11003_E001": 4965,
      "b11003_M001": 185,
      "b11003_E003": 2266,
      "b11003_M003": 207,
      "b11003_E010": 57,
      "b11003_M010": 60,
      "b11003_E016": 137,
      "b11003_M016": 61,
      "b17020_E001": 18546,
      "b17020_M001": 30,
      "b17020_E003": 20,
      "b17020_M003": 30,
      "b17020_E004": 17,
      "b17020_M004": 27,
      "b17020_E005": 21,
      "b17020_M005": 26,
      "b17020_E011": 1281,
      "b17020_M011": 198,
      "b17020_E012": 1658,
      "b17020_M012": 227,
      "b17020_E013": 2118,
      "b17020_M013": 379,
      "b15003_E001": 12167,
      "b15003_M001": 401,
      "b15003_E022": 4649,
      "b15003_M022": 391,
      "b15003_E023": 3290,
      "b15003_M023": 359,
      "b15003_E024": 863,
      "b15003_M024": 263,
      "b15003_E025": 347,
      "b15003_M025": 99,
      "c16002_E001": 6122,
      "c16002_M001": 229,
      "c16002_E004": 84,
      "c16002_M004": 58,
      "c16002_E007": 21,
      "c16002_M007": 23,
      "c16002_E010": 21,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6122,
      "b22010_M001": 229,
      "b22010_E002": 112,
      "b22010_M002": 75,
      "b19013_E001": 242199,
      "b19013_M001": 15893
     }
    }
   }
  },
  "Winchester": {
   "cousub": "86440",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.61,
       "moe": 12.77,
       "numerator": 382,
       "denominator": 1290
      },
      "children_with_two_parents_pct": {
       "estimate": 70.39,
       "moe": 14.08,
       "numerator": 908,
       "denominator": 1290
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.05,
       "moe": 11.55,
       "numerator": 274,
       "denominator": 760
      },
      "children_below_poverty_pct": {
       "estimate": 5.28,
       "moe": 3.66,
       "numerator": 69,
       "denominator": 1306
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.21,
       "moe": 5.54,
       "numerator": 2253,
       "denominator": 8279
      },
      "limited_english_households_pct": {
       "estimate": 1.89,
       "moe": 1.57,
       "numerator": 89,
       "denominator": 4714
      },
      "snap_households_pct": {
       "estimate": 12.43,
       "moe": 4.44,
       "numerator": 586,
       "denominator": 4714
      },
      "median_household_income": {
       "estimate": 65537,
       "moe": 8973.0
      },
      "own_children_under_18": {
       "estimate": 1290,
       "moe": 212.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1306,
       "moe": 262.7546383986399
      }
     },
     "lines": {
      "b23008_E001": 1290,
      "b23008_M001": 212,
      "b23008_E003": 430,
      "b23008_M003": 175,
      "b23008_E008": 45,
      "b23008_M008": 50,
      "b23008_E016": 478,
      "b23008_M016": 157,
      "b23008_E021": 337,
      "b23008_M021": 169,
      "b11003_E001": 2600,
      "b11003_M001": 251,
      "b11003_E003": 486,
      "b11003_M003": 173,
      "b11003_E010": 41,
      "b11003_M010": 38,
      "b11003_E016": 233,
      "b11003_M016": 109,
      "b17020_E001": 10209,
      "b17020_M001": 97,
      "b17020_E003": 5,
      "b17020_M003": 18,
      "b17020_E004": 46,
      "b17020_M004": 37,
      "b17020_E005": 18,
      "b17020_M005": 28,
      "b17020_E011": 470,
      "b17020_M011": 179,
      "b17020_E012": 498,
      "b17020_M012": 121,
      "b17020_E013": 269,
      "b17020_M013": 141,
      "b15003_E001": 8279,
      "b15003_M001": 253,
      "b15003_E022": 1310,
      "b15003_M022": 335,
      "b15003_E023": 729,
      "b15003_M023": 291,
      "b15003_E024": 73,
      "b15003_M024": 60,
      "b15003_E025": 141,
      "b15003_M025": 122,
      "c16002_E001": 4714,
      "c16002_M001": 277,
      "c16002_E004": 27,
      "c16002_M004": 44,
      "c16002_E007": 62,
      "c16002_M007": 52,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4714,
      "b22010_M001": 277,
      "b22010_E002": 586,
      "b22010_M002": 212,
      "b19013_E001": 65537,
      "b19013_M001": 8973
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.97,
       "moe": 15.26,
       "numerator": 540,
       "denominator": 1422
      },
      "children_with_two_parents_pct": {
       "estimate": 62.03,
       "moe": 16.01,
       "numerator": 882,
       "denominator": 1422
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.23,
       "moe": 15.61,
       "numerator": 423,
       "denominator": 915
      },
      "children_below_poverty_pct": {
       "estimate": 9.28,
       "moe": 8.03,
       "numerator": 136,
       "denominator": 1466
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.1,
       "moe": 4.41,
       "numerator": 2111,
       "denominator": 8088
      },
      "limited_english_households_pct": {
       "estimate": 1.74,
       "moe": 1.61,
       "numerator": 84,
       "denominator": 4814
      },
      "snap_households_pct": {
       "estimate": 11.67,
       "moe": 4.13,
       "numerator": 562,
       "denominator": 4814
      },
      "median_household_income": {
       "estimate": 73000,
       "moe": 10660.0
      },
      "own_children_under_18": {
       "estimate": 1422,
       "moe": 198.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1466,
       "moe": 316.6575437282365
      }
     },
     "lines": {
      "b23008_E001": 1422,
      "b23008_M001": 198,
      "b23008_E003": 381,
      "b23008_M003": 164,
      "b23008_E008": 63,
      "b23008_M008": 59,
      "b23008_E016": 501,
      "b23008_M016": 200,
      "b23008_E021": 477,
      "b23008_M021": 222,
      "b11003_E001": 2808,
      "b11003_M001": 256,
      "b11003_E003": 492,
      "b11003_M003": 158,
      "b11003_E010": 63,
      "b11003_M010": 56,
      "b11003_E016": 360,
      "b11003_M016": 172,
      "b17020_E001": 10082,
      "b17020_M001": 169,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 59,
      "b17020_M004": 86,
      "b17020_E005": 77,
      "b17020_M005": 83,
      "b17020_E011": 444,
      "b17020_M011": 168,
      "b17020_E012": 506,
      "b17020_M012": 179,
      "b17020_E013": 380,
      "b17020_M013": 159,
      "b15003_E001": 8088,
      "b15003_M001": 271,
      "b15003_E022": 1193,
      "b15003_M022": 251,
      "b15003_E023": 775,
      "b15003_M023": 246,
      "b15003_E024": 71,
      "b15003_M024": 65,
      "b15003_E025": 72,
      "b15003_M025": 69,
      "c16002_E001": 4814,
      "c16002_M001": 295,
      "c16002_E004": 38,
      "c16002_M004": 60,
      "c16002_E007": 46,
      "c16002_M007": 39,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4814,
      "b22010_M001": 295,
      "b22010_E002": 562,
      "b22010_M002": 202,
      "b19013_E001": 73000,
      "b19013_M001": 10660
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.43,
       "moe": 12.87,
       "numerator": 474,
       "denominator": 1338
      },
      "children_with_two_parents_pct": {
       "estimate": 64.57,
       "moe": 19.95,
       "numerator": 864,
       "denominator": 1338
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.05,
       "moe": 11.95,
       "numerator": 391,
       "denominator": 831
      },
      "children_below_poverty_pct": {
       "estimate": 9.36,
       "moe": 5.61,
       "numerator": 129,
       "denominator": 1378
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.23,
       "moe": 5.1,
       "numerator": 2318,
       "denominator": 8210
      },
      "limited_english_households_pct": {
       "estimate": 1.32,
       "moe": 1.38,
       "numerator": 66,
       "denominator": 5001
      },
      "snap_households_pct": {
       "estimate": 11.14,
       "moe": 3.46,
       "numerator": 557,
       "denominator": 5001
      },
      "median_household_income": {
       "estimate": 68890,
       "moe": 11219.0
      },
      "own_children_under_18": {
       "estimate": 1338,
       "moe": 225.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1378,
       "moe": 305.707376423926
      }
     },
     "lines": {
      "b23008_E001": 1338,
      "b23008_M001": 225,
      "b23008_E003": 442,
      "b23008_M003": 202,
      "b23008_E008": 188,
      "b23008_M008": 151,
      "b23008_E016": 422,
      "b23008_M016": 227,
      "b23008_E021": 286,
      "b23008_M021": 115,
      "b11003_E001": 2750,
      "b11003_M001": 270,
      "b11003_E003": 440,
      "b11003_M003": 154,
      "b11003_E010": 129,
      "b11003_M010": 88,
      "b11003_E016": 262,
      "b11003_M016": 108,
      "b17020_E001": 10084,
      "b17020_M001": 105,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 52,
      "b17020_M004": 24,
      "b17020_E005": 77,
      "b17020_M005": 76,
      "b17020_E011": 630,
      "b17020_M011": 176,
      "b17020_E012": 385,
      "b17020_M012": 202,
      "b17020_E013": 234,
      "b17020_M013": 122,
      "b15003_E001": 8210,
      "b15003_M001": 228,
      "b15003_E022": 1227,
      "b15003_M022": 264,
      "b15003_E023": 932,
      "b15003_M023": 319,
      "b15003_E024": 58,
      "b15003_M024": 53,
      "b15003_E025": 101,
      "b15003_M025": 70,
      "c16002_E001": 5001,
      "c16002_M001": 244,
      "c16002_E004": 30,
      "c16002_M004": 50,
      "c16002_E007": 36,
      "c16002_M007": 37,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5001,
      "b22010_M001": 244,
      "b22010_E002": 557,
      "b22010_M002": 175,
      "b19013_E001": 68890,
      "b19013_M001": 11219
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.33,
       "moe": 12.69,
       "numerator": 573,
       "denominator": 1457
      },
      "children_with_two_parents_pct": {
       "estimate": 60.67,
       "moe": 16.02,
       "numerator": 884,
       "denominator": 1457
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.61,
       "moe": 12.95,
       "numerator": 456,
       "denominator": 901
      },
      "children_below_poverty_pct": {
       "estimate": 8.56,
       "moe": 6.65,
       "numerator": 128,
       "denominator": 1495
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.79,
       "moe": 4.86,
       "numerator": 2247,
       "denominator": 8087
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 1.16,
       "numerator": 57,
       "denominator": 5043
      },
      "snap_households_pct": {
       "estimate": 14.77,
       "moe": 4.07,
       "numerator": 745,
       "denominator": 5043
      },
      "median_household_income": {
       "estimate": 66519,
       "moe": 11612.0
      },
      "own_children_under_18": {
       "estimate": 1457,
       "moe": 245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1495,
       "moe": 287.0
      }
     },
     "lines": {
      "b23008_E001": 1457,
      "b23008_M001": 245,
      "b23008_E003": 287,
      "b23008_M003": 161,
      "b23008_E008": 239,
      "b23008_M008": 158,
      "b23008_E016": 597,
      "b23008_M016": 225,
      "b23008_E021": 334,
      "b23008_M021": 136,
      "b11003_E001": 2791,
      "b11003_M001": 273,
      "b11003_E003": 445,
      "b11003_M003": 156,
      "b11003_E010": 231,
      "b11003_M010": 117,
      "b11003_E016": 225,
      "b11003_M016": 114,
      "b17020_E001": 10132,
      "b17020_M001": 134,
      "b17020_E003": 7,
      "b17020_M003": 14,
      "b17020_E004": 30,
      "b17020_M004": 26,
      "b17020_E005": 91,
      "b17020_M005": 98,
      "b17020_E011": 519,
      "b17020_M011": 143,
      "b17020_E012": 444,
      "b17020_M012": 180,
      "b17020_E013": 404,
      "b17020_M013": 138,
      "b15003_E001": 8087,
      "b15003_M001": 324,
      "b15003_E022": 1171,
      "b15003_M022": 241,
      "b15003_E023": 875,
      "b15003_M023": 308,
      "b15003_E024": 77,
      "b15003_M024": 62,
      "b15003_E025": 124,
      "b15003_M025": 78,
      "c16002_E001": 5043,
      "c16002_M001": 298,
      "c16002_E004": 25,
      "c16002_M004": 39,
      "c16002_E007": 32,
      "c16002_M007": 32,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5043,
      "b22010_M001": 298,
      "b22010_E002": 745,
      "b22010_M002": 210,
      "b19013_E001": 66519,
      "b19013_M001": 11612
     }
    }
   }
  },
  "Windham": {
   "cousub": "86790",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 61.92,
       "moe": 7.05,
       "numerator": 2776,
       "denominator": 4483
      },
      "children_with_two_parents_pct": {
       "estimate": 38.08,
       "moe": 9.1,
       "numerator": 1707,
       "denominator": 4483
      },
      "one_parent_families_with_children_pct": {
       "estimate": 61.6,
       "moe": 9.05,
       "numerator": 1317,
       "denominator": 2138
      },
      "children_below_poverty_pct": {
       "estimate": 34.81,
       "moe": 7.04,
       "numerator": 1590,
       "denominator": 4568
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.7,
       "moe": 2.78,
       "numerator": 2886,
       "denominator": 14648
      },
      "limited_english_households_pct": {
       "estimate": 7.97,
       "moe": 2.03,
       "numerator": 706,
       "denominator": 8862
      },
      "snap_households_pct": {
       "estimate": 29.56,
       "moe": 3.95,
       "numerator": 2620,
       "denominator": 8862
      },
      "median_household_income": {
       "estimate": 49528,
       "moe": 4201.0
      },
      "own_children_under_18": {
       "estimate": 4483,
       "moe": 402.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4568,
       "moe": 629.0596156168349
      }
     },
     "lines": {
      "b23008_E001": 4483,
      "b23008_M001": 402,
      "b23008_E003": 413,
      "b23008_M003": 180,
      "b23008_E008": 635,
      "b23008_M008": 233,
      "b23008_E016": 1294,
      "b23008_M016": 397,
      "b23008_E021": 2141,
      "b23008_M021": 328,
      "b11003_E001": 4716,
      "b11003_M001": 339,
      "b11003_E003": 821,
      "b11003_M003": 199,
      "b11003_E010": 227,
      "b11003_M010": 197,
      "b11003_E016": 1090,
      "b11003_M016": 214,
      "b17020_E001": 21146,
      "b17020_M001": 470,
      "b17020_E003": 164,
      "b17020_M003": 109,
      "b17020_E004": 879,
      "b17020_M004": 298,
      "b17020_E005": 547,
      "b17020_M005": 225,
      "b17020_E011": 884,
      "b17020_M011": 214,
      "b17020_E012": 807,
      "b17020_M012": 221,
      "b17020_E013": 1287,
      "b17020_M013": 387,
      "b15003_E001": 14648,
      "b15003_M001": 488,
      "b15003_E022": 1569,
      "b15003_M022": 273,
      "b15003_E023": 891,
      "b15003_M023": 258,
      "b15003_E024": 133,
      "b15003_M024": 96,
      "b15003_E025": 293,
      "b15003_M025": 158,
      "c16002_E001": 8862,
      "c16002_M001": 475,
      "c16002_E004": 624,
      "c16002_M004": 172,
      "c16002_E007": 52,
      "c16002_M007": 53,
      "c16002_E010": 30,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8862,
      "b22010_M001": 475,
      "b22010_E002": 2620,
      "b22010_M002": 377,
      "b19013_E001": 49528,
      "b19013_M001": 4201
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 53.88,
       "moe": 6.94,
       "numerator": 2091,
       "denominator": 3881
      },
      "children_with_two_parents_pct": {
       "estimate": 46.12,
       "moe": 11.43,
       "numerator": 1790,
       "denominator": 3881
      },
      "one_parent_families_with_children_pct": {
       "estimate": 55.52,
       "moe": 7.26,
       "numerator": 1081,
       "denominator": 1947
      },
      "children_below_poverty_pct": {
       "estimate": 27.64,
       "moe": 7.13,
       "numerator": 1098,
       "denominator": 3973
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.57,
       "moe": 2.86,
       "numerator": 3377,
       "denominator": 14964
      },
      "limited_english_households_pct": {
       "estimate": 4.18,
       "moe": 1.24,
       "numerator": 389,
       "denominator": 9307
      },
      "snap_households_pct": {
       "estimate": 25.64,
       "moe": 3.39,
       "numerator": 2386,
       "denominator": 9307
      },
      "median_household_income": {
       "estimate": 54533,
       "moe": 3092.0
      },
      "own_children_under_18": {
       "estimate": 3881,
       "moe": 533.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3973,
       "moe": 639.3324643720198
      }
     },
     "lines": {
      "b23008_E001": 3881,
      "b23008_M001": 533,
      "b23008_E003": 475,
      "b23008_M003": 207,
      "b23008_E008": 383,
      "b23008_M008": 168,
      "b23008_E016": 1315,
      "b23008_M016": 463,
      "b23008_E021": 1708,
      "b23008_M021": 356,
      "b11003_E001": 4722,
      "b11003_M001": 316,
      "b11003_E003": 866,
      "b11003_M003": 231,
      "b11003_E010": 117,
      "b11003_M010": 99,
      "b11003_E016": 964,
      "b11003_M016": 207,
      "b17020_E001": 21064,
      "b17020_M001": 72,
      "b17020_E003": 76,
      "b17020_M003": 56,
      "b17020_E004": 519,
      "b17020_M004": 240,
      "b17020_E005": 503,
      "b17020_M005": 225,
      "b17020_E011": 782,
      "b17020_M011": 266,
      "b17020_E012": 841,
      "b17020_M012": 273,
      "b17020_E013": 1252,
      "b17020_M013": 390,
      "b15003_E001": 14964,
      "b15003_M001": 580,
      "b15003_E022": 1745,
      "b15003_M022": 281,
      "b15003_E023": 1164,
      "b15003_M023": 298,
      "b15003_E024": 126,
      "b15003_M024": 67,
      "b15003_E025": 342,
      "b15003_M025": 166,
      "c16002_E001": 9307,
      "c16002_M001": 503,
      "c16002_E004": 324,
      "c16002_M004": 102,
      "c16002_E007": 33,
      "c16002_M007": 37,
      "c16002_E010": 32,
      "c16002_M010": 36,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9307,
      "b22010_M001": 503,
      "b22010_E002": 2386,
      "b22010_M002": 341,
      "b19013_E001": 54533,
      "b19013_M001": 3092
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.98,
       "moe": 8.26,
       "numerator": 2604,
       "denominator": 4415
      },
      "children_with_two_parents_pct": {
       "estimate": 41.02,
       "moe": 9.46,
       "numerator": 1811,
       "denominator": 4415
      },
      "one_parent_families_with_children_pct": {
       "estimate": 63.72,
       "moe": 9.35,
       "numerator": 1447,
       "denominator": 2271
      },
      "children_below_poverty_pct": {
       "estimate": 28.55,
       "moe": 8.23,
       "numerator": 1278,
       "denominator": 4476
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.99,
       "moe": 2.93,
       "numerator": 3126,
       "denominator": 14893
      },
      "limited_english_households_pct": {
       "estimate": 4.77,
       "moe": 1.44,
       "numerator": 448,
       "denominator": 9399
      },
      "snap_households_pct": {
       "estimate": 29.13,
       "moe": 3.85,
       "numerator": 2738,
       "denominator": 9399
      },
      "median_household_income": {
       "estimate": 55034,
       "moe": 3988.0
      },
      "own_children_under_18": {
       "estimate": 4415,
       "moe": 531.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4476,
       "moe": 666.02177141592
      }
     },
     "lines": {
      "b23008_E001": 4415,
      "b23008_M001": 531,
      "b23008_E003": 625,
      "b23008_M003": 244,
      "b23008_E008": 565,
      "b23008_M008": 215,
      "b23008_E016": 1186,
      "b23008_M016": 403,
      "b23008_E021": 2039,
      "b23008_M021": 430,
      "b11003_E001": 5125,
      "b11003_M001": 353,
      "b11003_E003": 824,
      "b11003_M003": 221,
      "b11003_E010": 279,
      "b11003_M010": 174,
      "b11003_E016": 1168,
      "b11003_M016": 281,
      "b17020_E001": 21469,
      "b17020_M001": 60,
      "b17020_E003": 139,
      "b17020_M003": 105,
      "b17020_E004": 605,
      "b17020_M004": 338,
      "b17020_E005": 534,
      "b17020_M005": 216,
      "b17020_E011": 1051,
      "b17020_M011": 286,
      "b17020_E012": 926,
      "b17020_M012": 270,
      "b17020_E013": 1221,
      "b17020_M013": 342,
      "b15003_E001": 14893,
      "b15003_M001": 674,
      "b15003_E022": 1659,
      "b15003_M022": 359,
      "b15003_E023": 1060,
      "b15003_M023": 252,
      "b15003_E024": 90,
      "b15003_M024": 48,
      "b15003_E025": 317,
      "b15003_M025": 127,
      "c16002_E001": 9399,
      "c16002_M001": 445,
      "c16002_E004": 413,
      "c16002_M004": 130,
      "c16002_E007": 23,
      "c16002_M007": 28,
      "c16002_E010": 12,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9399,
      "b22010_M001": 445,
      "b22010_E002": 2738,
      "b22010_M002": 384,
      "b19013_E001": 55034,
      "b19013_M001": 3988
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 56.28,
       "moe": 7.84,
       "numerator": 2590,
       "denominator": 4602
      },
      "children_with_two_parents_pct": {
       "estimate": 43.72,
       "moe": 9.98,
       "numerator": 2012,
       "denominator": 4602
      },
      "one_parent_families_with_children_pct": {
       "estimate": 63.74,
       "moe": 8.56,
       "numerator": 1510,
       "denominator": 2369
      },
      "children_below_poverty_pct": {
       "estimate": 27.08,
       "moe": 8.34,
       "numerator": 1269,
       "denominator": 4686
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.68,
       "moe": 2.54,
       "numerator": 3403,
       "denominator": 15002
      },
      "limited_english_households_pct": {
       "estimate": 6.41,
       "moe": 2.03,
       "numerator": 596,
       "denominator": 9297
      },
      "snap_households_pct": {
       "estimate": 28.3,
       "moe": 3.7,
       "numerator": 2631,
       "denominator": 9297
      },
      "median_household_income": {
       "estimate": 55736,
       "moe": 4979.0
      },
      "own_children_under_18": {
       "estimate": 4602,
       "moe": 498.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4686,
       "moe": 696.9978479163333
      }
     },
     "lines": {
      "b23008_E001": 4602,
      "b23008_M001": 498,
      "b23008_E003": 679,
      "b23008_M003": 277,
      "b23008_E008": 693,
      "b23008_M008": 295,
      "b23008_E016": 1333,
      "b23008_M016": 426,
      "b23008_E021": 1897,
      "b23008_M021": 349,
      "b11003_E001": 5031,
      "b11003_M001": 315,
      "b11003_E003": 859,
      "b11003_M003": 222,
      "b11003_E010": 316,
      "b11003_M010": 178,
      "b11003_E016": 1194,
      "b11003_M016": 267,
      "b17020_E001": 21383,
      "b17020_M001": 127,
      "b17020_E003": 269,
      "b17020_M003": 162,
      "b17020_E004": 568,
      "b17020_M004": 344,
      "b17020_E005": 432,
      "b17020_M005": 209,
      "b17020_E011": 1122,
      "b17020_M011": 330,
      "b17020_E012": 1048,
      "b17020_M012": 274,
      "b17020_E013": 1247,
      "b17020_M013": 337,
      "b15003_E001": 15002,
      "b15003_M001": 584,
      "b15003_E022": 1874,
      "b15003_M022": 286,
      "b15003_E023": 1166,
      "b15003_M023": 253,
      "b15003_E024": 107,
      "b15003_M024": 52,
      "b15003_E025": 256,
      "b15003_M025": 117,
      "c16002_E001": 9297,
      "c16002_M001": 450,
      "c16002_E004": 548,
      "c16002_M004": 186,
      "c16002_E007": 25,
      "c16002_M007": 31,
      "c16002_E010": 12,
      "c16002_M010": 21,
      "c16002_E013": 11,
      "c16002_M013": 18,
      "b22010_E001": 9297,
      "b22010_M001": 450,
      "b22010_E002": 2631,
      "b22010_M002": 367,
      "b19013_E001": 55736,
      "b19013_M001": 4979
     }
    }
   }
  },
  "Windsor": {
   "cousub": "87000",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.67,
       "moe": 7.32,
       "numerator": 1926,
       "denominator": 5399
      },
      "children_with_two_parents_pct": {
       "estimate": 64.33,
       "moe": 6.24,
       "numerator": 3473,
       "denominator": 5399
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.72,
       "moe": 6.78,
       "numerator": 784,
       "denominator": 2730
      },
      "children_below_poverty_pct": {
       "estimate": 4.27,
       "moe": 1.7,
       "numerator": 242,
       "denominator": 5668
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.48,
       "moe": 3.71,
       "numerator": 9110,
       "denominator": 21446
      },
      "limited_english_households_pct": {
       "estimate": 2.44,
       "moe": 1.02,
       "numerator": 275,
       "denominator": 11278
      },
      "snap_households_pct": {
       "estimate": 7.53,
       "moe": 1.55,
       "numerator": 849,
       "denominator": 11278
      },
      "median_household_income": {
       "estimate": 96080,
       "moe": 3627.0
      },
      "own_children_under_18": {
       "estimate": 5399,
       "moe": 460.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5668,
       "moe": 509.53410091965384
      }
     },
     "lines": {
      "b23008_E001": 5399,
      "b23008_M001": 460,
      "b23008_E003": 979,
      "b23008_M003": 216,
      "b23008_E008": 522,
      "b23008_M008": 212,
      "b23008_E016": 2494,
      "b23008_M016": 393,
      "b23008_E021": 1404,
      "b23008_M021": 372,
      "b11003_E001": 7732,
      "b11003_M001": 324,
      "b11003_E003": 1946,
      "b11003_M003": 261,
      "b11003_E010": 84,
      "b11003_M010": 59,
      "b11003_E016": 700,
      "b11003_M016": 200,
      "b17020_E001": 29140,
      "b17020_M001": 145,
      "b17020_E003": 42,
      "b17020_M003": 42,
      "b17020_E004": 77,
      "b17020_M004": 56,
      "b17020_E005": 123,
      "b17020_M005": 70,
      "b17020_E011": 1488,
      "b17020_M011": 272,
      "b17020_E012": 1681,
      "b17020_M012": 260,
      "b17020_E013": 2257,
      "b17020_M013": 329,
      "b15003_E001": 21446,
      "b15003_M001": 559,
      "b15003_E022": 5303,
      "b15003_M022": 686,
      "b15003_E023": 2939,
      "b15003_M023": 408,
      "b15003_E024": 540,
      "b15003_M024": 139,
      "b15003_E025": 328,
      "b15003_M025": 178,
      "c16002_E001": 11278,
      "c16002_M001": 424,
      "c16002_E004": 97,
      "c16002_M004": 63,
      "c16002_E007": 125,
      "c16002_M007": 86,
      "c16002_E010": 53,
      "c16002_M010": 35,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11278,
      "b22010_M001": 424,
      "b22010_E002": 849,
      "b22010_M002": 178,
      "b19013_E001": 96080,
      "b19013_M001": 3627
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.06,
       "moe": 8.66,
       "numerator": 2050,
       "denominator": 5386
      },
      "children_with_two_parents_pct": {
       "estimate": 61.94,
       "moe": 8.88,
       "numerator": 3336,
       "denominator": 5386
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.37,
       "moe": 7.72,
       "numerator": 904,
       "denominator": 2793
      },
      "children_below_poverty_pct": {
       "estimate": 4.83,
       "moe": 1.69,
       "numerator": 276,
       "denominator": 5710
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.81,
       "moe": 3.63,
       "numerator": 9061,
       "denominator": 21166
      },
      "limited_english_households_pct": {
       "estimate": 2.14,
       "moe": 0.95,
       "numerator": 240,
       "denominator": 11217
      },
      "snap_households_pct": {
       "estimate": 8.32,
       "moe": 2.02,
       "numerator": 933,
       "denominator": 11217
      },
      "median_household_income": {
       "estimate": 103521,
       "moe": 4295.0
      },
      "own_children_under_18": {
       "estimate": 5386,
       "moe": 397.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5710,
       "moe": 638.4817930058773
      }
     },
     "lines": {
      "b23008_E001": 5386,
      "b23008_M001": 397,
      "b23008_E003": 936,
      "b23008_M003": 312,
      "b23008_E008": 550,
      "b23008_M008": 266,
      "b23008_E016": 2400,
      "b23008_M016": 438,
      "b23008_E021": 1500,
      "b23008_M021": 412,
      "b11003_E001": 7787,
      "b11003_M001": 305,
      "b11003_E003": 1889,
      "b11003_M003": 254,
      "b11003_E010": 77,
      "b11003_M010": 57,
      "b11003_E016": 827,
      "b11003_M016": 237,
      "b17020_E001": 29143,
      "b17020_M001": 38,
      "b17020_E003": 42,
      "b17020_M003": 44,
      "b17020_E004": 89,
      "b17020_M004": 57,
      "b17020_E005": 145,
      "b17020_M005": 71,
      "b17020_E011": 1480,
      "b17020_M011": 397,
      "b17020_E012": 1887,
      "b17020_M012": 360,
      "b17020_E013": 2067,
      "b17020_M013": 332,
      "b15003_E001": 21166,
      "b15003_M001": 580,
      "b15003_E022": 5216,
      "b15003_M022": 676,
      "b15003_E023": 2902,
      "b15003_M023": 356,
      "b15003_E024": 563,
      "b15003_M024": 156,
      "b15003_E025": 380,
      "b15003_M025": 208,
      "c16002_E001": 11217,
      "c16002_M001": 378,
      "c16002_E004": 113,
      "c16002_M004": 67,
      "c16002_E007": 95,
      "c16002_M007": 75,
      "c16002_E010": 32,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11217,
      "b22010_M001": 378,
      "b22010_E002": 933,
      "b22010_M002": 229,
      "b19013_E001": 103521,
      "b19013_M001": 4295
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.37,
       "moe": 8.64,
       "numerator": 1830,
       "denominator": 5324
      },
      "children_with_two_parents_pct": {
       "estimate": 65.63,
       "moe": 7.15,
       "numerator": 3494,
       "denominator": 5324
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.95,
       "moe": 8.39,
       "numerator": 846,
       "denominator": 2825
      },
      "children_below_poverty_pct": {
       "estimate": 4.04,
       "moe": 1.66,
       "numerator": 228,
       "denominator": 5645
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.87,
       "moe": 3.76,
       "numerator": 9295,
       "denominator": 21188
      },
      "limited_english_households_pct": {
       "estimate": 2.52,
       "moe": 1.1,
       "numerator": 286,
       "denominator": 11360
      },
      "snap_households_pct": {
       "estimate": 7.22,
       "moe": 1.66,
       "numerator": 820,
       "denominator": 11360
      },
      "median_household_income": {
       "estimate": 107548,
       "moe": 5204.0
      },
      "own_children_under_18": {
       "estimate": 5324,
       "moe": 474.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5645,
       "moe": 640.8806441140191
      }
     },
     "lines": {
      "b23008_E001": 5324,
      "b23008_M001": 474,
      "b23008_E003": 972,
      "b23008_M003": 279,
      "b23008_E008": 507,
      "b23008_M008": 281,
      "b23008_E016": 2522,
      "b23008_M016": 405,
      "b23008_E021": 1323,
      "b23008_M021": 399,
      "b11003_E001": 8052,
      "b11003_M001": 323,
      "b11003_E003": 1979,
      "b11003_M003": 234,
      "b11003_E010": 165,
      "b11003_M010": 130,
      "b11003_E016": 681,
      "b11003_M016": 224,
      "b17020_E001": 29099,
      "b17020_M001": 36,
      "b17020_E003": 25,
      "b17020_M003": 32,
      "b17020_E004": 85,
      "b17020_M004": 52,
      "b17020_E005": 118,
      "b17020_M005": 76,
      "b17020_E011": 1522,
      "b17020_M011": 378,
      "b17020_E012": 1730,
      "b17020_M012": 376,
      "b17020_E013": 2165,
      "b17020_M013": 342,
      "b15003_E001": 21188,
      "b15003_M001": 518,
      "b15003_E022": 5193,
      "b15003_M022": 639,
      "b15003_E023": 3038,
      "b15003_M023": 454,
      "b15003_E024": 588,
      "b15003_M024": 157,
      "b15003_E025": 476,
      "b15003_M025": 221,
      "c16002_E001": 11360,
      "c16002_M001": 367,
      "c16002_E004": 103,
      "c16002_M004": 87,
      "c16002_E007": 142,
      "c16002_M007": 82,
      "c16002_E010": 41,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11360,
      "b22010_M001": 367,
      "b22010_E002": 820,
      "b22010_M002": 190,
      "b19013_E001": 107548,
      "b19013_M001": 5204
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.22,
       "moe": 7.78,
       "numerator": 2132,
       "denominator": 5436
      },
      "children_with_two_parents_pct": {
       "estimate": 60.78,
       "moe": 7.76,
       "numerator": 3304,
       "denominator": 5436
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.49,
       "moe": 7.45,
       "numerator": 1005,
       "denominator": 3001
      },
      "children_below_poverty_pct": {
       "estimate": 8.85,
       "moe": 4.41,
       "numerator": 501,
       "denominator": 5658
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.24,
       "moe": 3.8,
       "numerator": 9312,
       "denominator": 21536
      },
      "limited_english_households_pct": {
       "estimate": 2.12,
       "moe": 1.05,
       "numerator": 247,
       "denominator": 11643
      },
      "snap_households_pct": {
       "estimate": 7.2,
       "moe": 1.71,
       "numerator": 838,
       "denominator": 11643
      },
      "median_household_income": {
       "estimate": 104725,
       "moe": 7536.0
      },
      "own_children_under_18": {
       "estimate": 5436,
       "moe": 437.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5658,
       "moe": 660.9583950597798
      }
     },
     "lines": {
      "b23008_E001": 5436,
      "b23008_M001": 437,
      "b23008_E003": 905,
      "b23008_M003": 288,
      "b23008_E008": 543,
      "b23008_M008": 216,
      "b23008_E016": 2399,
      "b23008_M016": 407,
      "b23008_E021": 1589,
      "b23008_M021": 402,
      "b11003_E001": 8292,
      "b11003_M001": 323,
      "b11003_E003": 1996,
      "b11003_M003": 279,
      "b11003_E010": 311,
      "b11003_M010": 192,
      "b11003_E016": 694,
      "b11003_M016": 171,
      "b17020_E001": 29185,
      "b17020_M001": 56,
      "b17020_E003": 67,
      "b17020_M003": 58,
      "b17020_E004": 186,
      "b17020_M004": 153,
      "b17020_E005": 248,
      "b17020_M005": 197,
      "b17020_E011": 1468,
      "b17020_M011": 354,
      "b17020_E012": 1711,
      "b17020_M012": 372,
      "b17020_E013": 1978,
      "b17020_M013": 328,
      "b15003_E001": 21536,
      "b15003_M001": 560,
      "b15003_E022": 5283,
      "b15003_M022": 718,
      "b15003_E023": 3053,
      "b15003_M023": 371,
      "b15003_E024": 543,
      "b15003_M024": 175,
      "b15003_E025": 433,
      "b15003_M025": 210,
      "c16002_E001": 11643,
      "c16002_M001": 337,
      "c16002_E004": 111,
      "c16002_M004": 80,
      "c16002_E007": 101,
      "c16002_M007": 85,
      "c16002_E010": 35,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11643,
      "b22010_M001": 337,
      "b22010_E002": 838,
      "b22010_M002": 200,
      "b19013_E001": 104725,
      "b19013_M001": 7536
     }
    }
   }
  },
  "Windsor Locks": {
   "cousub": "87070",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.49,
       "moe": 9.99,
       "numerator": 741,
       "denominator": 2353
      },
      "children_with_two_parents_pct": {
       "estimate": 68.51,
       "moe": 15.13,
       "numerator": 1612,
       "denominator": 2353
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.03,
       "moe": 9.22,
       "numerator": 333,
       "denominator": 1386
      },
      "children_below_poverty_pct": {
       "estimate": 8.72,
       "moe": 7.24,
       "numerator": 207,
       "denominator": 2374
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.68,
       "moe": 3.78,
       "numerator": 2444,
       "denominator": 9160
      },
      "limited_english_households_pct": {
       "estimate": 4.61,
       "moe": 3.6,
       "numerator": 247,
       "denominator": 5357
      },
      "snap_households_pct": {
       "estimate": 9.95,
       "moe": 4.48,
       "numerator": 533,
       "denominator": 5357
      },
      "median_household_income": {
       "estimate": 79678,
       "moe": 12190.0
      },
      "own_children_under_18": {
       "estimate": 2353,
       "moe": 272.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2374,
       "moe": 495.24741291600907
      }
     },
     "lines": {
      "b23008_E001": 2353,
      "b23008_M001": 272,
      "b23008_E003": 470,
      "b23008_M003": 277,
      "b23008_E008": 162,
      "b23008_M008": 128,
      "b23008_E016": 1142,
      "b23008_M016": 291,
      "b23008_E021": 579,
      "b23008_M021": 215,
      "b11003_E001": 3433,
      "b11003_M001": 202,
      "b11003_E003": 1053,
      "b11003_M003": 233,
      "b11003_E010": 54,
      "b11003_M010": 57,
      "b11003_E016": 279,
      "b11003_M016": 132,
      "b17020_E001": 12515,
      "b17020_M001": 46,
      "b17020_E003": 52,
      "b17020_M003": 73,
      "b17020_E004": 85,
      "b17020_M004": 134,
      "b17020_E005": 70,
      "b17020_M005": 90,
      "b17020_E011": 595,
      "b17020_M011": 293,
      "b17020_E012": 753,
      "b17020_M012": 256,
      "b17020_E013": 819,
      "b17020_M013": 250,
      "b15003_E001": 9160,
      "b15003_M001": 316,
      "b15003_E022": 1581,
      "b15003_M022": 302,
      "b15003_E023": 765,
      "b15003_M023": 185,
      "b15003_E024": 71,
      "b15003_M024": 35,
      "b15003_E025": 27,
      "b15003_M025": 25,
      "c16002_E001": 5357,
      "c16002_M001": 220,
      "c16002_E004": 21,
      "c16002_M004": 31,
      "c16002_E007": 172,
      "c16002_M007": 183,
      "c16002_E010": 54,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5357,
      "b22010_M001": 220,
      "b22010_E002": 533,
      "b22010_M002": 241,
      "b19013_E001": 79678,
      "b19013_M001": 12190
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.15,
       "moe": 11.92,
       "numerator": 889,
       "denominator": 2330
      },
      "children_with_two_parents_pct": {
       "estimate": 61.85,
       "moe": 11.16,
       "numerator": 1441,
       "denominator": 2330
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.57,
       "moe": 9.98,
       "numerator": 477,
       "denominator": 1421
      },
      "children_below_poverty_pct": {
       "estimate": 10.24,
       "moe": 7.61,
       "numerator": 239,
       "denominator": 2334
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.6,
       "moe": 4.26,
       "numerator": 2625,
       "denominator": 9179
      },
      "limited_english_households_pct": {
       "estimate": 4.41,
       "moe": 3.42,
       "numerator": 239,
       "denominator": 5417
      },
      "snap_households_pct": {
       "estimate": 9.88,
       "moe": 4.08,
       "numerator": 535,
       "denominator": 5417
      },
      "median_household_income": {
       "estimate": 85570,
       "moe": 10162.0
      },
      "own_children_under_18": {
       "estimate": 2330,
       "moe": 259.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2334,
       "moe": 433.1847181053367
      }
     },
     "lines": {
      "b23008_E001": 2330,
      "b23008_M001": 259,
      "b23008_E003": 440,
      "b23008_M003": 201,
      "b23008_E008": 391,
      "b23008_M008": 187,
      "b23008_E016": 1001,
      "b23008_M016": 230,
      "b23008_E021": 498,
      "b23008_M021": 228,
      "b11003_E001": 3504,
      "b11003_M001": 197,
      "b11003_E003": 944,
      "b11003_M003": 224,
      "b11003_E010": 136,
      "b11003_M010": 100,
      "b11003_E016": 341,
      "b11003_M016": 138,
      "b17020_E001": 12513,
      "b17020_M001": 40,
      "b17020_E003": 135,
      "b17020_M003": 140,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 104,
      "b17020_M005": 116,
      "b17020_E011": 700,
      "b17020_M011": 226,
      "b17020_E012": 707,
      "b17020_M012": 224,
      "b17020_E013": 688,
      "b17020_M013": 230,
      "b15003_E001": 9179,
      "b15003_M001": 329,
      "b15003_E022": 1750,
      "b15003_M022": 336,
      "b15003_E023": 791,
      "b15003_M023": 216,
      "b15003_E024": 71,
      "b15003_M024": 42,
      "b15003_E025": 13,
      "b15003_M025": 15,
      "c16002_E001": 5417,
      "c16002_M001": 217,
      "c16002_E004": 53,
      "c16002_M004": 77,
      "c16002_E007": 135,
      "c16002_M007": 160,
      "c16002_E010": 51,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5417,
      "b22010_M001": 217,
      "b22010_E002": 535,
      "b22010_M002": 222,
      "b19013_E001": 85570,
      "b19013_M001": 10162
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 48.23,
       "moe": 17.03,
       "numerator": 1160,
       "denominator": 2405
      },
      "children_with_two_parents_pct": {
       "estimate": 51.77,
       "moe": 10.75,
       "numerator": 1245,
       "denominator": 2405
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.77,
       "moe": 13.09,
       "numerator": 527,
       "denominator": 1325
      },
      "children_below_poverty_pct": {
       "estimate": 12.33,
       "moe": 9.78,
       "numerator": 299,
       "denominator": 2424
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.4,
       "moe": 3.89,
       "numerator": 2481,
       "denominator": 9398
      },
      "limited_english_households_pct": {
       "estimate": 5.02,
       "moe": 3.93,
       "numerator": 269,
       "denominator": 5354
      },
      "snap_households_pct": {
       "estimate": 10.63,
       "moe": 3.9,
       "numerator": 569,
       "denominator": 5354
      },
      "median_household_income": {
       "estimate": 90417,
       "moe": 12576.0
      },
      "own_children_under_18": {
       "estimate": 2405,
       "moe": 349.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2424,
       "moe": 504.7484522016883
      }
     },
     "lines": {
      "b23008_E001": 2405,
      "b23008_M001": 349,
      "b23008_E003": 325,
      "b23008_M003": 147,
      "b23008_E008": 542,
      "b23008_M008": 280,
      "b23008_E016": 920,
      "b23008_M016": 279,
      "b23008_E021": 618,
      "b23008_M021": 343,
      "b11003_E001": 3387,
      "b11003_M001": 196,
      "b11003_E003": 798,
      "b11003_M003": 236,
      "b11003_E010": 225,
      "b11003_M010": 151,
      "b11003_E016": 302,
      "b11003_M016": 153,
      "b17020_E001": 12498,
      "b17020_M001": 37,
      "b17020_E003": 192,
      "b17020_M003": 217,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 107,
      "b17020_M005": 112,
      "b17020_E011": 694,
      "b17020_M011": 204,
      "b17020_E012": 655,
      "b17020_M012": 240,
      "b17020_E013": 776,
      "b17020_M013": 309,
      "b15003_E001": 9398,
      "b15003_M001": 392,
      "b15003_E022": 1716,
      "b15003_M022": 321,
      "b15003_E023": 656,
      "b15003_M023": 197,
      "b15003_E024": 84,
      "b15003_M024": 46,
      "b15003_E025": 25,
      "b15003_M025": 27,
      "c16002_E001": 5354,
      "c16002_M001": 270,
      "c16002_E004": 86,
      "c16002_M004": 125,
      "c16002_E007": 137,
      "c16002_M007": 160,
      "c16002_E010": 46,
      "c16002_M010": 53,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5354,
      "b22010_M001": 270,
      "b22010_E002": 569,
      "b22010_M002": 211,
      "b19013_E001": 90417,
      "b19013_M001": 12576
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.57,
       "moe": 12.79,
       "numerator": 1196,
       "denominator": 2319
      },
      "children_with_two_parents_pct": {
       "estimate": 48.43,
       "moe": 11.87,
       "numerator": 1123,
       "denominator": 2319
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.36,
       "moe": 11.35,
       "numerator": 680,
       "denominator": 1324
      },
      "children_below_poverty_pct": {
       "estimate": 10.52,
       "moe": 8.4,
       "numerator": 244,
       "denominator": 2319
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.56,
       "moe": 4.22,
       "numerator": 2671,
       "denominator": 9351
      },
      "limited_english_households_pct": {
       "estimate": 3.61,
       "moe": 3.28,
       "numerator": 190,
       "denominator": 5268
      },
      "snap_households_pct": {
       "estimate": 12.79,
       "moe": 4.32,
       "numerator": 674,
       "denominator": 5268
      },
      "median_household_income": {
       "estimate": 81205,
       "moe": 13103.0
      },
      "own_children_under_18": {
       "estimate": 2319,
       "moe": 282.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2319,
       "moe": 464.1379105395292
      }
     },
     "lines": {
      "b23008_E001": 2319,
      "b23008_M001": 282,
      "b23008_E003": 244,
      "b23008_M003": 131,
      "b23008_E008": 545,
      "b23008_M008": 238,
      "b23008_E016": 879,
      "b23008_M016": 278,
      "b23008_E021": 651,
      "b23008_M021": 229,
      "b11003_E001": 3288,
      "b11003_M001": 226,
      "b11003_E003": 644,
      "b11003_M003": 232,
      "b11003_E010": 277,
      "b11003_M010": 144,
      "b11003_E016": 403,
      "b11003_M016": 171,
      "b17020_E001": 12528,
      "b17020_M001": 51,
      "b17020_E003": 123,
      "b17020_M003": 162,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 121,
      "b17020_M005": 117,
      "b17020_E011": 666,
      "b17020_M011": 200,
      "b17020_E012": 708,
      "b17020_M012": 227,
      "b17020_E013": 701,
      "b17020_M013": 289,
      "b15003_E001": 9351,
      "b15003_M001": 319,
      "b15003_E022": 1764,
      "b15003_M022": 343,
      "b15003_E023": 781,
      "b15003_M023": 202,
      "b15003_E024": 56,
      "b15003_M024": 42,
      "b15003_E025": 70,
      "b15003_M025": 60,
      "c16002_E001": 5268,
      "c16002_M001": 256,
      "c16002_E004": 63,
      "c16002_M004": 69,
      "c16002_E007": 127,
      "c16002_M007": 156,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5268,
      "b22010_M001": 256,
      "b22010_E002": 674,
      "b22010_M002": 230,
      "b19013_E001": 81205,
      "b19013_M001": 13103
     }
    }
   }
  },
  "Wolcott": {
   "cousub": "87560",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.32,
       "moe": 9.96,
       "numerator": 671,
       "denominator": 3302
      },
      "children_with_two_parents_pct": {
       "estimate": 79.68,
       "moe": 1.88,
       "numerator": 2631,
       "denominator": 3302
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.74,
       "moe": 10.09,
       "numerator": 234,
       "denominator": 1588
      },
      "children_below_poverty_pct": {
       "estimate": 2.16,
       "moe": 3.62,
       "numerator": 72,
       "denominator": 3326
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.4,
       "moe": 4.58,
       "numerator": 4012,
       "denominator": 11662
      },
      "limited_english_households_pct": {
       "estimate": 1.1,
       "moe": 0.99,
       "numerator": 69,
       "denominator": 6250
      },
      "snap_households_pct": {
       "estimate": 2.11,
       "moe": 0.94,
       "numerator": 132,
       "denominator": 6250
      },
      "median_household_income": {
       "estimate": 103523,
       "moe": 7991.0
      },
      "own_children_under_18": {
       "estimate": 3302,
       "moe": 455.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3326,
       "moe": 467.40774490801925
      }
     },
     "lines": {
      "b23008_E001": 3302,
      "b23008_M001": 455,
      "b23008_E003": 865,
      "b23008_M003": 242,
      "b23008_E008": 132,
      "b23008_M008": 92,
      "b23008_E016": 1766,
      "b23008_M016": 277,
      "b23008_E021": 539,
      "b23008_M021": 329,
      "b11003_E001": 4345,
      "b11003_M001": 260,
      "b11003_E003": 1354,
      "b11003_M003": 199,
      "b11003_E010": 68,
      "b11003_M010": 68,
      "b11003_E016": 166,
      "b11003_M016": 150,
      "b17020_E001": 16117,
      "b17020_M001": 74,
      "b17020_E003": 72,
      "b17020_M003": 117,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 925,
      "b17020_M011": 243,
      "b17020_E012": 1059,
      "b17020_M012": 277,
      "b17020_E013": 1270,
      "b17020_M013": 261,
      "b15003_E001": 11662,
      "b15003_M001": 484,
      "b15003_E022": 2563,
      "b15003_M022": 436,
      "b15003_E023": 1159,
      "b15003_M023": 325,
      "b15003_E024": 222,
      "b15003_M024": 101,
      "b15003_E025": 68,
      "b15003_M025": 84,
      "c16002_E001": 6250,
      "c16002_M001": 325,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 69,
      "c16002_M007": 50,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6250,
      "b22010_M001": 325,
      "b22010_E002": 132,
      "b22010_M002": 59,
      "b19013_E001": 103523,
      "b19013_M001": 7991
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.56,
       "moe": 9.02,
       "numerator": 842,
       "denominator": 3428
      },
      "children_with_two_parents_pct": {
       "estimate": 75.44,
       "moe": 8.54,
       "numerator": 2586,
       "denominator": 3428
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.78,
       "moe": 9.91,
       "numerator": 345,
       "denominator": 1744
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.06,
       "numerator": 0,
       "denominator": 3439
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.21,
       "moe": 4.02,
       "numerator": 4114,
       "denominator": 11361
      },
      "limited_english_households_pct": {
       "estimate": 1.51,
       "moe": 1.28,
       "numerator": 92,
       "denominator": 6087
      },
      "snap_households_pct": {
       "estimate": 2.12,
       "moe": 1.19,
       "numerator": 129,
       "denominator": 6087
      },
      "median_household_income": {
       "estimate": 113433,
       "moe": 7086.0
      },
      "own_children_under_18": {
       "estimate": 3428,
       "moe": 426.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3439,
       "moe": 436.4687846799585
      }
     },
     "lines": {
      "b23008_E001": 3428,
      "b23008_M001": 426,
      "b23008_E003": 648,
      "b23008_M003": 262,
      "b23008_E008": 164,
      "b23008_M008": 96,
      "b23008_E016": 1938,
      "b23008_M016": 347,
      "b23008_E021": 678,
      "b23008_M021": 312,
      "b11003_E001": 4200,
      "b11003_M001": 259,
      "b11003_E003": 1399,
      "b11003_M003": 267,
      "b11003_E010": 83,
      "b11003_M010": 78,
      "b11003_E016": 262,
      "b11003_M016": 167,
      "b17020_E001": 16078,
      "b17020_M001": 25,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 812,
      "b17020_M011": 250,
      "b17020_E012": 1262,
      "b17020_M012": 279,
      "b17020_E013": 1365,
      "b17020_M013": 221,
      "b15003_E001": 11361,
      "b15003_M001": 473,
      "b15003_E022": 2502,
      "b15003_M022": 358,
      "b15003_E023": 1151,
      "b15003_M023": 277,
      "b15003_E024": 307,
      "b15003_M024": 110,
      "b15003_E025": 154,
      "b15003_M025": 145,
      "c16002_E001": 6087,
      "c16002_M001": 356,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 74,
      "c16002_M007": 66,
      "c16002_E010": 18,
      "c16002_M010": 29,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6087,
      "b22010_M001": 356,
      "b22010_E002": 129,
      "b22010_M002": 73,
      "b19013_E001": 113433,
      "b19013_M001": 7086
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.81,
       "moe": 10.26,
       "numerator": 738,
       "denominator": 3236
      },
      "children_with_two_parents_pct": {
       "estimate": 77.19,
       "moe": 8.41,
       "numerator": 2498,
       "denominator": 3236
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.47,
       "moe": 10.19,
       "numerator": 368,
       "denominator": 1798
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.11,
       "numerator": 0,
       "denominator": 3271
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.6,
       "moe": 4.61,
       "numerator": 4225,
       "denominator": 11544
      },
      "limited_english_households_pct": {
       "estimate": 1.48,
       "moe": 1.25,
       "numerator": 90,
       "denominator": 6067
      },
      "snap_households_pct": {
       "estimate": 3.76,
       "moe": 1.75,
       "numerator": 228,
       "denominator": 6067
      },
      "median_household_income": {
       "estimate": 114406,
       "moe": 6501.0
      },
      "own_children_under_18": {
       "estimate": 3236,
       "moe": 350.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3271,
       "moe": 416.6785331643568
      }
     },
     "lines": {
      "b23008_E001": 3236,
      "b23008_M001": 350,
      "b23008_E003": 793,
      "b23008_M003": 263,
      "b23008_E008": 105,
      "b23008_M008": 71,
      "b23008_E016": 1705,
      "b23008_M016": 279,
      "b23008_E021": 633,
      "b23008_M021": 334,
      "b11003_E001": 4420,
      "b11003_M001": 258,
      "b11003_E003": 1430,
      "b11003_M003": 220,
      "b11003_E010": 105,
      "b11003_M010": 87,
      "b11003_E016": 263,
      "b11003_M016": 172,
      "b17020_E001": 16102,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 898,
      "b17020_M011": 251,
      "b17020_E012": 1073,
      "b17020_M012": 199,
      "b17020_E013": 1300,
      "b17020_M013": 264,
      "b15003_E001": 11544,
      "b15003_M001": 404,
      "b15003_E022": 2484,
      "b15003_M022": 399,
      "b15003_E023": 1225,
      "b15003_M023": 317,
      "b15003_E024": 309,
      "b15003_M024": 123,
      "b15003_E025": 207,
      "b15003_M025": 173,
      "c16002_E001": 6067,
      "c16002_M001": 283,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 69,
      "c16002_M007": 62,
      "c16002_E010": 21,
      "c16002_M010": 32,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6067,
      "b22010_M001": 283,
      "b22010_E002": 228,
      "b22010_M002": 107,
      "b19013_E001": 114406,
      "b19013_M001": 6501
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.93,
       "moe": 10.61,
       "numerator": 848,
       "denominator": 3149
      },
      "children_with_two_parents_pct": {
       "estimate": 73.07,
       "moe": 9.39,
       "numerator": 2301,
       "denominator": 3149
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.87,
       "moe": 12.07,
       "numerator": 518,
       "denominator": 1928
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.15,
       "numerator": 0,
       "denominator": 3151
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.03,
       "moe": 4.49,
       "numerator": 4387,
       "denominator": 11847
      },
      "limited_english_households_pct": {
       "estimate": 1.34,
       "moe": 1.21,
       "numerator": 84,
       "denominator": 6248
      },
      "snap_households_pct": {
       "estimate": 4.91,
       "moe": 2.58,
       "numerator": 307,
       "denominator": 6248
      },
      "median_household_income": {
       "estimate": 110850,
       "moe": 9536.0
      },
      "own_children_under_18": {
       "estimate": 3149,
       "moe": 408.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3151,
       "moe": 495.8376750510191
      }
     },
     "lines": {
      "b23008_E001": 3149,
      "b23008_M001": 408,
      "b23008_E003": 636,
      "b23008_M003": 238,
      "b23008_E008": 175,
      "b23008_M008": 110,
      "b23008_E016": 1665,
      "b23008_M016": 346,
      "b23008_E021": 673,
      "b23008_M021": 334,
      "b11003_E001": 4605,
      "b11003_M001": 270,
      "b11003_E003": 1410,
      "b11003_M003": 253,
      "b11003_E010": 218,
      "b11003_M010": 178,
      "b11003_E016": 300,
      "b11003_M016": 178,
      "b17020_E001": 16192,
      "b17020_M001": 52,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 811,
      "b17020_M011": 284,
      "b17020_E012": 984,
      "b17020_M012": 240,
      "b17020_E013": 1356,
      "b17020_M013": 326,
      "b15003_E001": 11847,
      "b15003_M001": 380,
      "b15003_E022": 2734,
      "b15003_M022": 426,
      "b15003_E023": 1105,
      "b15003_M023": 275,
      "b15003_E024": 316,
      "b15003_M024": 140,
      "b15003_E025": 232,
      "b15003_M025": 163,
      "c16002_E001": 6248,
      "c16002_M001": 323,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 63,
      "c16002_M007": 62,
      "c16002_E010": 21,
      "c16002_M010": 32,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6248,
      "b22010_M001": 323,
      "b22010_E002": 307,
      "b22010_M002": 162,
      "b19013_E001": 110850,
      "b19013_M001": 9536
     }
    }
   }
  },
  "Woodbridge": {
   "cousub": "87700",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.86,
       "moe": 8.96,
       "numerator": 282,
       "denominator": 2192
      },
      "children_with_two_parents_pct": {
       "estimate": 87.14,
       "moe": 8.89,
       "numerator": 1910,
       "denominator": 2192
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.01,
       "moe": 7.78,
       "numerator": 141,
       "denominator": 1084
      },
      "children_below_poverty_pct": {
       "estimate": 1.9,
       "moe": 3.26,
       "numerator": 43,
       "denominator": 2258
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.44,
       "moe": 6.55,
       "numerator": 4463,
       "denominator": 6521
      },
      "limited_english_households_pct": {
       "estimate": 2.26,
       "moe": 1.93,
       "numerator": 69,
       "denominator": 3057
      },
      "snap_households_pct": {
       "estimate": 0.98,
       "moe": 0.98,
       "numerator": 30,
       "denominator": 3057
      },
      "median_household_income": {
       "estimate": 171652,
       "moe": 16501.0
      },
      "own_children_under_18": {
       "estimate": 2192,
       "moe": 258.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2258,
       "moe": 369.84321002284196
      }
     },
     "lines": {
      "b23008_E001": 2192,
      "b23008_M001": 258,
      "b23008_E003": 493,
      "b23008_M003": 173,
      "b23008_E008": 56,
      "b23008_M008": 63,
      "b23008_E016": 1417,
      "b23008_M016": 242,
      "b23008_E021": 226,
      "b23008_M021": 189,
      "b11003_E001": 2545,
      "b11003_M001": 140,
      "b11003_E003": 943,
      "b11003_M003": 138,
      "b11003_E010": 54,
      "b11003_M010": 69,
      "b11003_E016": 87,
      "b11003_M016": 53,
      "b17020_E001": 8972,
      "b17020_M001": 90,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 43,
      "b17020_M005": 69,
      "b17020_E011": 549,
      "b17020_M011": 176,
      "b17020_E012": 733,
      "b17020_M012": 209,
      "b17020_E013": 933,
      "b17020_M013": 238,
      "b15003_E001": 6521,
      "b15003_M001": 259,
      "b15003_E022": 1417,
      "b15003_M022": 206,
      "b15003_E023": 1474,
      "b15003_M023": 325,
      "b15003_E024": 1061,
      "b15003_M024": 190,
      "b15003_E025": 511,
      "b15003_M025": 172,
      "c16002_E001": 3057,
      "c16002_M001": 149,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 35,
      "c16002_M007": 41,
      "c16002_E010": 34,
      "c16002_M010": 33,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3057,
      "b22010_M001": 149,
      "b22010_E002": 30,
      "b22010_M002": 30,
      "b19013_E001": 171652,
      "b19013_M001": 16501
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.85,
       "moe": 10.03,
       "numerator": 351,
       "denominator": 2364
      },
      "children_with_two_parents_pct": {
       "estimate": 85.15,
       "moe": 9.29,
       "numerator": 2013,
       "denominator": 2364
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.38,
       "moe": 9.29,
       "numerator": 177,
       "denominator": 1231
      },
      "children_below_poverty_pct": {
       "estimate": 1.38,
       "moe": 2.73,
       "numerator": 33,
       "denominator": 2395
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.43,
       "moe": 7.39,
       "numerator": 4657,
       "denominator": 6430
      },
      "limited_english_households_pct": {
       "estimate": 1.73,
       "moe": 1.55,
       "numerator": 55,
       "denominator": 3180
      },
      "snap_households_pct": {
       "estimate": 1.42,
       "moe": 1.16,
       "numerator": 45,
       "denominator": 3180
      },
      "median_household_income": {
       "estimate": 190536,
       "moe": 16129.0
      },
      "own_children_under_18": {
       "estimate": 2364,
       "moe": 274.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2395,
       "moe": 413.0169488047676
      }
     },
     "lines": {
      "b23008_E001": 2364,
      "b23008_M001": 274,
      "b23008_E003": 546,
      "b23008_M003": 166,
      "b23008_E008": 50,
      "b23008_M008": 56,
      "b23008_E016": 1467,
      "b23008_M016": 274,
      "b23008_E021": 301,
      "b23008_M021": 234,
      "b11003_E001": 2732,
      "b11003_M001": 162,
      "b11003_E003": 1054,
      "b11003_M003": 152,
      "b11003_E010": 70,
      "b11003_M010": 96,
      "b11003_E016": 107,
      "b11003_M016": 68,
      "b17020_E001": 8947,
      "b17020_M001": 37,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 33,
      "b17020_M005": 60,
      "b17020_E011": 596,
      "b17020_M011": 169,
      "b17020_E012": 821,
      "b17020_M012": 234,
      "b17020_E013": 945,
      "b17020_M013": 288,
      "b15003_E001": 6430,
      "b15003_M001": 275,
      "b15003_E022": 1380,
      "b15003_M022": 238,
      "b15003_E023": 1455,
      "b15003_M023": 343,
      "b15003_E024": 1154,
      "b15003_M024": 243,
      "b15003_E025": 668,
      "b15003_M025": 179,
      "c16002_E001": 3180,
      "c16002_M001": 192,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 18,
      "c16002_M007": 22,
      "c16002_E010": 37,
      "c16002_M010": 35,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3180,
      "b22010_M001": 192,
      "b22010_E002": 45,
      "b22010_M002": 37,
      "b19013_E001": 190536,
      "b19013_M001": 16129
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.37,
       "moe": 10.03,
       "numerator": 334,
       "denominator": 2324
      },
      "children_with_two_parents_pct": {
       "estimate": 85.63,
       "moe": 11.96,
       "numerator": 1990,
       "denominator": 2324
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.13,
       "moe": 9.43,
       "numerator": 174,
       "denominator": 1231
      },
      "children_below_poverty_pct": {
       "estimate": 0.64,
       "moe": 1.08,
       "numerator": 15,
       "denominator": 2355
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.54,
       "moe": 6.61,
       "numerator": 4710,
       "denominator": 6405
      },
      "limited_english_households_pct": {
       "estimate": 0.85,
       "moe": 1.17,
       "numerator": 27,
       "denominator": 3185
      },
      "snap_households_pct": {
       "estimate": 2.04,
       "moe": 1.75,
       "numerator": 65,
       "denominator": 3185
      },
      "median_household_income": {
       "estimate": 201926,
       "moe": 15139.0
      },
      "own_children_under_18": {
       "estimate": 2324,
       "moe": 246.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2355,
       "moe": 392.05101708833763
      }
     },
     "lines": {
      "b23008_E001": 2324,
      "b23008_M001": 246,
      "b23008_E003": 464,
      "b23008_M003": 176,
      "b23008_E008": 48,
      "b23008_M008": 47,
      "b23008_E016": 1526,
      "b23008_M016": 301,
      "b23008_E021": 286,
      "b23008_M021": 231,
      "b11003_E001": 2714,
      "b11003_M001": 152,
      "b11003_E003": 1057,
      "b11003_M003": 152,
      "b11003_E010": 71,
      "b11003_M010": 98,
      "b11003_E016": 103,
      "b11003_M016": 68,
      "b17020_E001": 8947,
      "b17020_M001": 26,
      "b17020_E003": 8,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 7,
      "b17020_M005": 11,
      "b17020_E011": 504,
      "b17020_M011": 181,
      "b17020_E012": 900,
      "b17020_M012": 256,
      "b17020_E013": 936,
      "b17020_M013": 234,
      "b15003_E001": 6405,
      "b15003_M001": 214,
      "b15003_E022": 1277,
      "b15003_M022": 177,
      "b15003_E023": 1536,
      "b15003_M023": 282,
      "b15003_E024": 1194,
      "b15003_M024": 230,
      "b15003_E025": 703,
      "b15003_M025": 201,
      "c16002_E001": 3185,
      "c16002_M001": 169,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 20,
      "c16002_M007": 23,
      "c16002_E010": 7,
      "c16002_M010": 12,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3185,
      "b22010_M001": 169,
      "b22010_E002": 65,
      "b22010_M002": 56,
      "b19013_E001": 201926,
      "b19013_M001": 15139
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.55,
       "moe": 10.65,
       "numerator": 255,
       "denominator": 2207
      },
      "children_with_two_parents_pct": {
       "estimate": 88.45,
       "moe": 10.98,
       "numerator": 1952,
       "denominator": 2207
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.5,
       "moe": 9.48,
       "numerator": 124,
       "denominator": 1181
      },
      "children_below_poverty_pct": {
       "estimate": 1.03,
       "moe": 1.38,
       "numerator": 23,
       "denominator": 2240
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.72,
       "moe": 7.21,
       "numerator": 4662,
       "denominator": 6500
      },
      "limited_english_households_pct": {
       "estimate": 0.89,
       "moe": 1.17,
       "numerator": 29,
       "denominator": 3260
      },
      "snap_households_pct": {
       "estimate": 2.73,
       "moe": 1.77,
       "numerator": 89,
       "denominator": 3260
      },
      "median_household_income": {
       "estimate": 188750,
       "moe": 34190.0
      },
      "own_children_under_18": {
       "estimate": 2207,
       "moe": 277.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2240,
       "moe": 401.34648372696626
      }
     },
     "lines": {
      "b23008_E001": 2207,
      "b23008_M001": 277,
      "b23008_E003": 447,
      "b23008_M003": 173,
      "b23008_E008": 25,
      "b23008_M008": 32,
      "b23008_E016": 1505,
      "b23008_M016": 298,
      "b23008_E021": 230,
      "b23008_M021": 235,
      "b11003_E001": 2746,
      "b11003_M001": 147,
      "b11003_E003": 1057,
      "b11003_M003": 169,
      "b11003_E010": 75,
      "b11003_M010": 102,
      "b11003_E016": 49,
      "b11003_M016": 51,
      "b17020_E001": 8988,
      "b17020_M001": 20,
      "b17020_E003": 13,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 459,
      "b17020_M011": 174,
      "b17020_E012": 907,
      "b17020_M012": 228,
      "b17020_E013": 851,
      "b17020_M013": 279,
      "b15003_E001": 6500,
      "b15003_M001": 252,
      "b15003_E022": 1209,
      "b15003_M022": 201,
      "b15003_E023": 1724,
      "b15003_M023": 325,
      "b15003_E024": 994,
      "b15003_M024": 220,
      "b15003_E025": 735,
      "b15003_M025": 241,
      "c16002_E001": 3260,
      "c16002_M001": 159,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 21,
      "c16002_M007": 24,
      "c16002_E010": 8,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3260,
      "b22010_M001": 159,
      "b22010_E002": 89,
      "b22010_M002": 58,
      "b19013_E001": 188750,
      "b19013_M001": 34190
     }
    }
   }
  },
  "Woodbury": {
   "cousub": "87910",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.46,
       "moe": 10.92,
       "numerator": 287,
       "denominator": 1475
      },
      "children_with_two_parents_pct": {
       "estimate": 80.54,
       "moe": 5.64,
       "numerator": 1188,
       "denominator": 1475
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.9,
       "moe": 9.53,
       "numerator": 161,
       "denominator": 809
      },
      "children_below_poverty_pct": {
       "estimate": 2.15,
       "moe": 2.78,
       "numerator": 32,
       "denominator": 1490
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.66,
       "moe": 6.29,
       "numerator": 3897,
       "denominator": 7693
      },
      "limited_english_households_pct": {
       "estimate": 0.18,
       "moe": 0.79,
       "numerator": 8,
       "denominator": 4501
      },
      "snap_households_pct": {
       "estimate": 0.42,
       "moe": 0.51,
       "numerator": 19,
       "denominator": 4501
      },
      "median_household_income": {
       "estimate": 104081,
       "moe": 10869.0
      },
      "own_children_under_18": {
       "estimate": 1475,
       "moe": 223.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1490,
       "moe": 253.46202871436188
      }
     },
     "lines": {
      "b23008_E001": 1475,
      "b23008_M001": 223,
      "b23008_E003": 261,
      "b23008_M003": 98,
      "b23008_E008": 28,
      "b23008_M008": 25,
      "b23008_E016": 927,
      "b23008_M016": 172,
      "b23008_E021": 259,
      "b23008_M021": 165,
      "b11003_E001": 2854,
      "b11003_M001": 220,
      "b11003_E003": 648,
      "b11003_M003": 158,
      "b11003_E010": 28,
      "b11003_M010": 36,
      "b11003_E016": 133,
      "b11003_M016": 77,
      "b17020_E001": 9751,
      "b17020_M001": 45,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 10,
      "b17020_M004": 15,
      "b17020_E005": 22,
      "b17020_M005": 34,
      "b17020_E011": 289,
      "b17020_M011": 98,
      "b17020_E012": 526,
      "b17020_M012": 156,
      "b17020_E013": 643,
      "b17020_M013": 169,
      "b15003_E001": 7693,
      "b15003_M001": 268,
      "b15003_E022": 1893,
      "b15003_M022": 326,
      "b15003_E023": 1446,
      "b15003_M023": 300,
      "b15003_E024": 480,
      "b15003_M024": 231,
      "b15003_E025": 78,
      "b15003_M025": 53,
      "c16002_E001": 4501,
      "c16002_M001": 230,
      "c16002_E004": 8,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4501,
      "b22010_M001": 230,
      "b22010_E002": 19,
      "b22010_M002": 23,
      "b19013_E001": 104081,
      "b19013_M001": 10869
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.96,
       "moe": 13.28,
       "numerator": 469,
       "denominator": 1515
      },
      "children_with_two_parents_pct": {
       "estimate": 69.04,
       "moe": 7.19,
       "numerator": 1046,
       "denominator": 1515
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.06,
       "moe": 11.8,
       "numerator": 212,
       "denominator": 846
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.17,
       "numerator": 0,
       "denominator": 1515
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.85,
       "moe": 6.19,
       "numerator": 3866,
       "denominator": 7756
      },
      "limited_english_households_pct": {
       "estimate": 0.22,
       "moe": 0.83,
       "numerator": 10,
       "denominator": 4494
      },
      "snap_households_pct": {
       "estimate": 0.65,
       "moe": 0.58,
       "numerator": 29,
       "denominator": 4494
      },
      "median_household_income": {
       "estimate": 120577,
       "moe": 14468.0
      },
      "own_children_under_18": {
       "estimate": 1515,
       "moe": 286.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1515,
       "moe": 312.9424867287917
      }
     },
     "lines": {
      "b23008_E001": 1515,
      "b23008_M001": 286,
      "b23008_E003": 336,
      "b23008_M003": 141,
      "b23008_E008": 121,
      "b23008_M008": 133,
      "b23008_E016": 710,
      "b23008_M016": 176,
      "b23008_E021": 348,
      "b23008_M021": 175,
      "b11003_E001": 2887,
      "b11003_M001": 224,
      "b11003_E003": 634,
      "b11003_M003": 155,
      "b11003_E010": 28,
      "b11003_M010": 35,
      "b11003_E016": 184,
      "b11003_M016": 105,
      "b17020_E001": 9775,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 457,
      "b17020_M011": 192,
      "b17020_E012": 494,
      "b17020_M012": 181,
      "b17020_E013": 564,
      "b17020_M013": 165,
      "b15003_E001": 7756,
      "b15003_M001": 319,
      "b15003_E022": 1915,
      "b15003_M022": 356,
      "b15003_E023": 1376,
      "b15003_M023": 261,
      "b15003_E024": 509,
      "b15003_M024": 242,
      "b15003_E025": 66,
      "b15003_M025": 51,
      "c16002_E001": 4494,
      "c16002_M001": 217,
      "c16002_E004": 10,
      "c16002_M004": 18,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4494,
      "b22010_M001": 217,
      "b22010_E002": 29,
      "b22010_M002": 26,
      "b19013_E001": 120577,
      "b19013_M001": 14468
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.79,
       "moe": 16.77,
       "numerator": 523,
       "denominator": 1595
      },
      "children_with_two_parents_pct": {
       "estimate": 67.21,
       "moe": 6.69,
       "numerator": 1072,
       "denominator": 1595
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.48,
       "moe": 14.91,
       "numerator": 214,
       "denominator": 840
      },
      "children_below_poverty_pct": {
       "estimate": 5.97,
       "moe": 6.26,
       "numerator": 96,
       "denominator": 1607
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.33,
       "moe": 5.66,
       "numerator": 3869,
       "denominator": 7688
      },
      "limited_english_households_pct": {
       "estimate": 1.2,
       "moe": 1.42,
       "numerator": 52,
       "denominator": 4329
      },
      "snap_households_pct": {
       "estimate": 1.06,
       "moe": 0.74,
       "numerator": 46,
       "denominator": 4329
      },
      "median_household_income": {
       "estimate": 129427,
       "moe": 6245.0
      },
      "own_children_under_18": {
       "estimate": 1595,
       "moe": 332.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1607,
       "moe": 353.9985875678037
      }
     },
     "lines": {
      "b23008_E001": 1595,
      "b23008_M001": 332,
      "b23008_E003": 323,
      "b23008_M003": 129,
      "b23008_E008": 148,
      "b23008_M008": 212,
      "b23008_E016": 749,
      "b23008_M016": 211,
      "b23008_E021": 375,
      "b23008_M021": 196,
      "b11003_E001": 2913,
      "b11003_M001": 237,
      "b11003_E003": 626,
      "b11003_M003": 152,
      "b11003_E010": 19,
      "b11003_M010": 31,
      "b11003_E016": 195,
      "b11003_M016": 132,
      "b17020_E001": 9787,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 28,
      "b17020_M004": 44,
      "b17020_E005": 68,
      "b17020_M005": 91,
      "b17020_E011": 471,
      "b17020_M011": 232,
      "b17020_E012": 488,
      "b17020_M012": 172,
      "b17020_E013": 552,
      "b17020_M013": 177,
      "b15003_E001": 7688,
      "b15003_M001": 382,
      "b15003_E022": 2007,
      "b15003_M022": 335,
      "b15003_E023": 1226,
      "b15003_M023": 244,
      "b15003_E024": 542,
      "b15003_M024": 226,
      "b15003_E025": 94,
      "b15003_M025": 61,
      "c16002_E001": 4329,
      "c16002_M001": 272,
      "c16002_E004": 12,
      "c16002_M004": 19,
      "c16002_E007": 40,
      "c16002_M007": 52,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4329,
      "b22010_M001": 272,
      "b22010_E002": 46,
      "b22010_M002": 32,
      "b19013_E001": 129427,
      "b19013_M001": 6245
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.78,
       "moe": 13.75,
       "numerator": 538,
       "denominator": 1693
      },
      "children_with_two_parents_pct": {
       "estimate": 68.22,
       "moe": 10.91,
       "numerator": 1155,
       "denominator": 1693
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.26,
       "moe": 11.09,
       "numerator": 200,
       "denominator": 860
      },
      "children_below_poverty_pct": {
       "estimate": 7.11,
       "moe": 6.02,
       "numerator": 121,
       "denominator": 1703
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.34,
       "moe": 6.1,
       "numerator": 3879,
       "denominator": 7706
      },
      "limited_english_households_pct": {
       "estimate": 0.94,
       "moe": 1.39,
       "numerator": 41,
       "denominator": 4373
      },
      "snap_households_pct": {
       "estimate": 1.81,
       "moe": 0.95,
       "numerator": 79,
       "denominator": 4373
      },
      "median_household_income": {
       "estimate": 131480,
       "moe": 19824.0
      },
      "own_children_under_18": {
       "estimate": 1693,
       "moe": 341.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1703,
       "moe": 361.5176344246571
      }
     },
     "lines": {
      "b23008_E001": 1693,
      "b23008_M001": 341,
      "b23008_E003": 372,
      "b23008_M003": 207,
      "b23008_E008": 141,
      "b23008_M008": 161,
      "b23008_E016": 783,
      "b23008_M016": 213,
      "b23008_E021": 397,
      "b23008_M021": 200,
      "b11003_E001": 2860,
      "b11003_M001": 224,
      "b11003_E003": 660,
      "b11003_M003": 178,
      "b11003_E010": 20,
      "b11003_M010": 32,
      "b11003_E016": 180,
      "b11003_M016": 102,
      "b17020_E001": 9833,
      "b17020_M001": 20,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 64,
      "b17020_M004": 75,
      "b17020_E005": 57,
      "b17020_M005": 72,
      "b17020_E011": 513,
      "b17020_M011": 257,
      "b17020_E012": 579,
      "b17020_M012": 176,
      "b17020_E013": 490,
      "b17020_M013": 150,
      "b15003_E001": 7706,
      "b15003_M001": 365,
      "b15003_E022": 2059,
      "b15003_M022": 372,
      "b15003_E023": 1079,
      "b15003_M023": 233,
      "b15003_E024": 626,
      "b15003_M024": 238,
      "b15003_E025": 115,
      "b15003_M025": 74,
      "c16002_E001": 4373,
      "c16002_M001": 294,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 41,
      "c16002_M007": 51,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4373,
      "b22010_M001": 294,
      "b22010_E002": 79,
      "b22010_M002": 42,
      "b19013_E001": 131480,
      "b19013_M001": 19824
     }
    }
   }
  },
  "Woodstock": {
   "cousub": "88190",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.27,
       "moe": 13.37,
       "numerator": 527,
       "denominator": 1864
      },
      "children_with_two_parents_pct": {
       "estimate": 71.73,
       "moe": 17.89,
       "numerator": 1337,
       "denominator": 1864
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.96,
       "moe": 13.78,
       "numerator": 261,
       "denominator": 843
      },
      "children_below_poverty_pct": {
       "estimate": 7.26,
       "moe": 6.42,
       "numerator": 140,
       "denominator": 1928
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.05,
       "moe": 9.28,
       "numerator": 2650,
       "denominator": 5754
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.12,
       "numerator": 0,
       "denominator": 3405
      },
      "snap_households_pct": {
       "estimate": 0.88,
       "moe": 1.26,
       "numerator": 30,
       "denominator": 3405
      },
      "median_household_income": {
       "estimate": 94451,
       "moe": 11992.0
      },
      "own_children_under_18": {
       "estimate": 1864,
       "moe": 254.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1928,
       "moe": 426.9625276297675
      }
     },
     "lines": {
      "b23008_E001": 1864,
      "b23008_M001": 254,
      "b23008_E003": 306,
      "b23008_M003": 192,
      "b23008_E008": 138,
      "b23008_M008": 112,
      "b23008_E016": 1031,
      "b23008_M016": 328,
      "b23008_E021": 389,
      "b23008_M021": 234,
      "b11003_E001": 2455,
      "b11003_M001": 210,
      "b11003_E003": 582,
      "b11003_M003": 179,
      "b11003_E010": 105,
      "b11003_M010": 89,
      "b11003_E016": 156,
      "b11003_M016": 102,
      "b17020_E001": 8187,
      "b17020_M001": 33,
      "b17020_E003": 13,
      "b17020_M003": 21,
      "b17020_E004": 92,
      "b17020_M004": 119,
      "b17020_E005": 35,
      "b17020_M005": 41,
      "b17020_E011": 431,
      "b17020_M011": 205,
      "b17020_E012": 871,
      "b17020_M012": 310,
      "b17020_E013": 486,
      "b17020_M013": 167,
      "b15003_E001": 5754,
      "b15003_M001": 286,
      "b15003_E022": 1343,
      "b15003_M022": 327,
      "b15003_E023": 1034,
      "b15003_M023": 425,
      "b15003_E024": 181,
      "b15003_M024": 91,
      "b15003_E025": 92,
      "b15003_M025": 81,
      "c16002_E001": 3405,
      "c16002_M001": 196,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3405,
      "b22010_M001": 196,
      "b22010_E002": 30,
      "b22010_M002": 43,
      "b19013_E001": 94451,
      "b19013_M001": 11992
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.37,
       "moe": 13.14,
       "numerator": 574,
       "denominator": 1720
      },
      "children_with_two_parents_pct": {
       "estimate": 66.63,
       "moe": 13.17,
       "numerator": 1146,
       "denominator": 1720
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.17,
       "moe": 13.15,
       "numerator": 258,
       "denominator": 755
      },
      "children_below_poverty_pct": {
       "estimate": 4.55,
       "moe": 7.61,
       "numerator": 81,
       "denominator": 1782
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.01,
       "moe": 9.4,
       "numerator": 2605,
       "denominator": 5788
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.12,
       "numerator": 0,
       "denominator": 3393
      },
      "snap_households_pct": {
       "estimate": 0.71,
       "moe": 0.94,
       "numerator": 24,
       "denominator": 3393
      },
      "median_household_income": {
       "estimate": 101496,
       "moe": 18915.0
      },
      "own_children_under_18": {
       "estimate": 1720,
       "moe": 216.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1782,
       "moe": 383.477509118853
      }
     },
     "lines": {
      "b23008_E001": 1720,
      "b23008_M001": 216,
      "b23008_E003": 92,
      "b23008_M003": 95,
      "b23008_E008": 212,
      "b23008_M008": 129,
      "b23008_E016": 1054,
      "b23008_M016": 251,
      "b23008_E021": 362,
      "b23008_M021": 199,
      "b11003_E001": 2363,
      "b11003_M001": 254,
      "b11003_E003": 497,
      "b11003_M003": 153,
      "b11003_E010": 65,
      "b11003_M010": 62,
      "b11003_E016": 193,
      "b11003_M016": 102,
      "b17020_E001": 8243,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 81,
      "b17020_M004": 134,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 304,
      "b17020_M011": 162,
      "b17020_E012": 883,
      "b17020_M012": 262,
      "b17020_E013": 514,
      "b17020_M013": 183,
      "b15003_E001": 5788,
      "b15003_M001": 260,
      "b15003_E022": 1238,
      "b15003_M022": 308,
      "b15003_E023": 1074,
      "b15003_M023": 439,
      "b15003_E024": 130,
      "b15003_M024": 83,
      "b15003_E025": 163,
      "b15003_M025": 124,
      "c16002_E001": 3393,
      "c16002_M001": 208,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3393,
      "b22010_M001": 208,
      "b22010_E002": 24,
      "b22010_M002": 32,
      "b19013_E001": 101496,
      "b19013_M001": 18915
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.46,
       "moe": 15.55,
       "numerator": 532,
       "denominator": 1544
      },
      "children_with_two_parents_pct": {
       "estimate": 65.54,
       "moe": 12.75,
       "numerator": 1012,
       "denominator": 1544
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.25,
       "moe": 14.19,
       "numerator": 273,
       "denominator": 821
      },
      "children_below_poverty_pct": {
       "estimate": 4.44,
       "moe": 5.66,
       "numerator": 72,
       "denominator": 1623
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.08,
       "moe": 8.75,
       "numerator": 2885,
       "denominator": 6128
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.07,
       "numerator": 0,
       "denominator": 3564
      },
      "snap_households_pct": {
       "estimate": 1.37,
       "moe": 1.37,
       "numerator": 49,
       "denominator": 3564
      },
      "median_household_income": {
       "estimate": 104487,
       "moe": 17739.0
      },
      "own_children_under_18": {
       "estimate": 1544,
       "moe": 197.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1623,
       "moe": 328.18439938546743
      }
     },
     "lines": {
      "b23008_E001": 1544,
      "b23008_M001": 197,
      "b23008_E003": 131,
      "b23008_M003": 143,
      "b23008_E008": 132,
      "b23008_M008": 110,
      "b23008_E016": 881,
      "b23008_M016": 187,
      "b23008_E021": 400,
      "b23008_M021": 224,
      "b11003_E001": 2527,
      "b11003_M001": 184,
      "b11003_E003": 548,
      "b11003_M003": 152,
      "b11003_E010": 70,
      "b11003_M010": 59,
      "b11003_E016": 203,
      "b11003_M016": 121,
      "b17020_E001": 8267,
      "b17020_M001": 16,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 72,
      "b17020_M004": 89,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 263,
      "b17020_M011": 149,
      "b17020_E012": 760,
      "b17020_M012": 219,
      "b17020_E013": 528,
      "b17020_M013": 170,
      "b15003_E001": 6128,
      "b15003_M001": 240,
      "b15003_E022": 1580,
      "b15003_M022": 358,
      "b15003_E023": 1089,
      "b15003_M023": 398,
      "b15003_E024": 102,
      "b15003_M024": 76,
      "b15003_E025": 114,
      "b15003_M025": 89,
      "c16002_E001": 3564,
      "c16002_M001": 154,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3564,
      "b22010_M001": 154,
      "b22010_E002": 49,
      "b22010_M002": 49,
      "b19013_E001": 104487,
      "b19013_M001": 17739
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.05,
       "moe": 16.56,
       "numerator": 525,
       "denominator": 1498
      },
      "children_with_two_parents_pct": {
       "estimate": 64.95,
       "moe": 15.03,
       "numerator": 973,
       "denominator": 1498
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.86,
       "moe": 14.88,
       "numerator": 258,
       "denominator": 864
      },
      "children_below_poverty_pct": {
       "estimate": 6.08,
       "moe": 5.85,
       "numerator": 96,
       "denominator": 1580
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.7,
       "moe": 9.18,
       "numerator": 2996,
       "denominator": 6281
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.08,
       "numerator": 0,
       "denominator": 3515
      },
      "snap_households_pct": {
       "estimate": 1.62,
       "moe": 1.59,
       "numerator": 57,
       "denominator": 3515
      },
      "median_household_income": {
       "estimate": 112011,
       "moe": 21070.0
      },
      "own_children_under_18": {
       "estimate": 1498,
       "moe": 211.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1580,
       "moe": 331.1162937700288
      }
     },
     "lines": {
      "b23008_E001": 1498,
      "b23008_M001": 211,
      "b23008_E003": 160,
      "b23008_M003": 125,
      "b23008_E008": 120,
      "b23008_M008": 97,
      "b23008_E016": 813,
      "b23008_M016": 232,
      "b23008_E021": 405,
      "b23008_M021": 240,
      "b11003_E001": 2547,
      "b11003_M001": 185,
      "b11003_E003": 606,
      "b11003_M003": 154,
      "b11003_E010": 117,
      "b11003_M010": 89,
      "b11003_E016": 141,
      "b11003_M016": 112,
      "b17020_E001": 8319,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 62,
      "b17020_M004": 81,
      "b17020_E005": 34,
      "b17020_M005": 45,
      "b17020_E011": 280,
      "b17020_M011": 153,
      "b17020_E012": 646,
      "b17020_M012": 211,
      "b17020_E013": 558,
      "b17020_M013": 181,
      "b15003_E001": 6281,
      "b15003_M001": 240,
      "b15003_E022": 1473,
      "b15003_M022": 316,
      "b15003_E023": 1230,
      "b15003_M023": 476,
      "b15003_E024": 150,
      "b15003_M024": 89,
      "b15003_E025": 143,
      "b15003_M025": 105,
      "c16002_E001": 3515,
      "c16002_M001": 184,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3515,
      "b22010_M001": 184,
      "b22010_E002": 57,
      "b22010_M002": 56,
      "b19013_E001": 112011,
      "b19013_M001": 21070
     }
    }
   }
  }
 },
 "districts": {
  "0900005": {
   "name": "Regional High School District 19, Connecticut",
   "sumlevel": "960",
   "geo_id": "9600000US0900005",
   "geography": "secondary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.43,
       "moe": 8.38,
       "numerator": 1416,
       "denominator": 3685
      },
      "children_with_two_parents_pct": {
       "estimate": 61.57,
       "moe": 10.58,
       "numerator": 2269,
       "denominator": 3685
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.37,
       "moe": 4.77,
       "numerator": 656,
       "denominator": 2160
      },
      "children_below_poverty_pct": {
       "estimate": 5.02,
       "moe": 2.32,
       "numerator": 189,
       "denominator": 3765
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.88,
       "moe": 3.96,
       "numerator": 6763,
       "denominator": 14425
      },
      "limited_english_households_pct": {
       "estimate": 4.44,
       "moe": 1.65,
       "numerator": 479,
       "denominator": 10786
      },
      "snap_households_pct": {
       "estimate": 7.29,
       "moe": 1.84,
       "numerator": 786,
       "denominator": 10786
      },
      "median_household_income": {
       "estimate": 62458,
       "moe": 11948.0
      },
      "own_children_under_18": {
       "estimate": 3685,
       "moe": 478.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3765,
       "moe": 524.4520950477746
      }
     },
     "lines": {
      "b23008_E001": 3685,
      "b23008_M001": 478,
      "b23008_E003": 534,
      "b23008_M003": 159,
      "b23008_E008": 392,
      "b23008_M008": 167,
      "b23008_E016": 1735,
      "b23008_M016": 462,
      "b23008_E021": 1024,
      "b23008_M021": 318,
      "b11003_E001": 5535,
      "b11003_M001": 386,
      "b11003_E003": 1504,
      "b11003_M003": 370,
      "b11003_E010": 123,
      "b11003_M010": 86,
      "b11003_E016": 533,
      "b11003_M016": 135,
      "b17020_E001": 23834,
      "b17020_M001": 688,
      "b17020_E003": 67,
      "b17020_M003": 69,
      "b17020_E004": 13,
      "b17020_M004": 20,
      "b17020_E005": 109,
      "b17020_M005": 56,
      "b17020_E011": 870,
      "b17020_M011": 216,
      "b17020_E012": 1254,
      "b17020_M012": 319,
      "b17020_E013": 1452,
      "b17020_M013": 344,
      "b15003_E001": 14425,
      "b15003_M001": 675,
      "b15003_E022": 2828,
      "b15003_M022": 468,
      "b15003_E023": 2379,
      "b15003_M023": 362,
      "b15003_E024": 428,
      "b15003_M024": 146,
      "b15003_E025": 1128,
      "b15003_M025": 233,
      "c16002_E001": 10786,
      "c16002_M001": 475,
      "c16002_E004": 52,
      "c16002_M004": 83,
      "c16002_E007": 67,
      "c16002_M007": 79,
      "c16002_E010": 360,
      "c16002_M010": 135,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 10786,
      "b22010_M001": 475,
      "b22010_E002": 786,
      "b22010_M002": 201,
      "b19013_E001": 62458,
      "b19013_M001": 11948
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.87,
       "moe": 8.66,
       "numerator": 1510,
       "denominator": 4095
      },
      "children_with_two_parents_pct": {
       "estimate": 63.13,
       "moe": 10.35,
       "numerator": 2585,
       "denominator": 4095
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.32,
       "moe": 7.77,
       "numerator": 776,
       "denominator": 2329
      },
      "children_below_poverty_pct": {
       "estimate": 7.81,
       "moe": 4.62,
       "numerator": 327,
       "denominator": 4187
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.93,
       "moe": 4.03,
       "numerator": 7920,
       "denominator": 16187
      },
      "limited_english_households_pct": {
       "estimate": 3.83,
       "moe": 1.79,
       "numerator": 427,
       "denominator": 11138
      },
      "snap_households_pct": {
       "estimate": 8.74,
       "moe": 2.44,
       "numerator": 973,
       "denominator": 11138
      },
      "median_household_income": {
       "estimate": 81284,
       "moe": 8732.0
      },
      "own_children_under_18": {
       "estimate": 4095,
       "moe": 556.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4187,
       "moe": 621.7933740399619
      }
     },
     "lines": {
      "b23008_E001": 4095,
      "b23008_M001": 556,
      "b23008_E003": 575,
      "b23008_M003": 180,
      "b23008_E008": 382,
      "b23008_M008": 178,
      "b23008_E016": 2010,
      "b23008_M016": 520,
      "b23008_E021": 1128,
      "b23008_M021": 369,
      "b11003_E001": 5996,
      "b11003_M001": 294,
      "b11003_E003": 1553,
      "b11003_M003": 328,
      "b11003_E010": 156,
      "b11003_M010": 81,
      "b11003_E016": 620,
      "b11003_M016": 209,
      "b17020_E001": 25148,
      "b17020_M001": 224,
      "b17020_E003": 41,
      "b17020_M003": 39,
      "b17020_E004": 65,
      "b17020_M004": 58,
      "b17020_E005": 221,
      "b17020_M005": 187,
      "b17020_E011": 933,
      "b17020_M011": 286,
      "b17020_E012": 1311,
      "b17020_M012": 319,
      "b17020_E013": 1616,
      "b17020_M013": 404,
      "b15003_E001": 16187,
      "b15003_M001": 764,
      "b15003_E022": 3446,
      "b15003_M022": 493,
      "b15003_E023": 2712,
      "b15003_M023": 412,
      "b15003_E024": 558,
      "b15003_M024": 282,
      "b15003_E025": 1204,
      "b15003_M025": 271,
      "c16002_E001": 11138,
      "c16002_M001": 439,
      "c16002_E004": 56,
      "c16002_M004": 65,
      "c16002_E007": 106,
      "c16002_M007": 111,
      "c16002_E010": 265,
      "c16002_M010": 151,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 11138,
      "b22010_M001": 439,
      "b22010_E002": 973,
      "b22010_M002": 275,
      "b19013_E001": 81284,
      "b19013_M001": 8732
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.31,
       "moe": 8.36,
       "numerator": 1083,
       "denominator": 3352
      },
      "children_with_two_parents_pct": {
       "estimate": 67.69,
       "moe": 11.4,
       "numerator": 2269,
       "denominator": 3352
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.88,
       "moe": 7.42,
       "numerator": 600,
       "denominator": 2008
      },
      "children_below_poverty_pct": {
       "estimate": 7.44,
       "moe": 4.96,
       "numerator": 253,
       "denominator": 3402
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.37,
       "moe": 3.88,
       "numerator": 7061,
       "denominator": 14599
      },
      "limited_english_households_pct": {
       "estimate": 3.4,
       "moe": 1.58,
       "numerator": 339,
       "denominator": 9964
      },
      "snap_households_pct": {
       "estimate": 7.87,
       "moe": 2.61,
       "numerator": 784,
       "denominator": 9964
      },
      "median_household_income": {
       "estimate": 88157,
       "moe": 7735.0
      },
      "own_children_under_18": {
       "estimate": 3352,
       "moe": 465.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3402,
       "moe": 529.8556407173561
      }
     },
     "lines": {
      "b23008_E001": 3352,
      "b23008_M001": 465,
      "b23008_E003": 588,
      "b23008_M003": 173,
      "b23008_E008": 321,
      "b23008_M008": 190,
      "b23008_E016": 1681,
      "b23008_M016": 464,
      "b23008_E021": 762,
      "b23008_M021": 255,
      "b11003_E001": 5482,
      "b11003_M001": 391,
      "b11003_E003": 1408,
      "b11003_M003": 334,
      "b11003_E010": 113,
      "b11003_M010": 90,
      "b11003_E016": 487,
      "b11003_M016": 165,
      "b17020_E001": 22378,
      "b17020_M001": 216,
      "b17020_E003": 30,
      "b17020_M003": 34,
      "b17020_E004": 34,
      "b17020_M004": 40,
      "b17020_E005": 189,
      "b17020_M005": 165,
      "b17020_E011": 895,
      "b17020_M011": 241,
      "b17020_E012": 1082,
      "b17020_M012": 286,
      "b17020_E013": 1172,
      "b17020_M013": 333,
      "b15003_E001": 14599,
      "b15003_M001": 667,
      "b15003_E022": 3210,
      "b15003_M022": 429,
      "b15003_E023": 2278,
      "b15003_M023": 384,
      "b15003_E024": 546,
      "b15003_M024": 178,
      "b15003_E025": 1027,
      "b15003_M025": 249,
      "c16002_E001": 9964,
      "c16002_M001": 442,
      "c16002_E004": 36,
      "c16002_M004": 40,
      "c16002_E007": 78,
      "c16002_M007": 86,
      "c16002_E010": 225,
      "c16002_M010": 123,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 9964,
      "b22010_M001": 442,
      "b22010_E002": 784,
      "b22010_M002": 262,
      "b19013_E001": 88157,
      "b19013_M001": 7735
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.59,
       "moe": 7.72,
       "numerator": 1376,
       "denominator": 3661
      },
      "children_with_two_parents_pct": {
       "estimate": 62.41,
       "moe": 9.18,
       "numerator": 2285,
       "denominator": 3661
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.88,
       "moe": 7.84,
       "numerator": 815,
       "denominator": 2210
      },
      "children_below_poverty_pct": {
       "estimate": 8.97,
       "moe": 5.87,
       "numerator": 332,
       "denominator": 3702
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.22,
       "moe": 4.25,
       "numerator": 7431,
       "denominator": 15738
      },
      "limited_english_households_pct": {
       "estimate": 4.06,
       "moe": 1.91,
       "numerator": 439,
       "denominator": 10813
      },
      "snap_households_pct": {
       "estimate": 8.19,
       "moe": 2.44,
       "numerator": 886,
       "denominator": 10813
      },
      "median_household_income": {
       "estimate": 89033,
       "moe": 10319.0
      },
      "own_children_under_18": {
       "estimate": 3661,
       "moe": 433.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3702,
       "moe": 525.5073738778553
      }
     },
     "lines": {
      "b23008_E001": 3661,
      "b23008_M001": 433,
      "b23008_E003": 702,
      "b23008_M003": 200,
      "b23008_E008": 287,
      "b23008_M008": 164,
      "b23008_E016": 1583,
      "b23008_M016": 382,
      "b23008_E021": 1089,
      "b23008_M021": 282,
      "b11003_E001": 5839,
      "b11003_M001": 385,
      "b11003_E003": 1395,
      "b11003_M003": 375,
      "b11003_E010": 139,
      "b11003_M010": 92,
      "b11003_E016": 676,
      "b11003_M016": 220,
      "b17020_E001": 24189,
      "b17020_M001": 257,
      "b17020_E003": 28,
      "b17020_M003": 24,
      "b17020_E004": 83,
      "b17020_M004": 75,
      "b17020_E005": 221,
      "b17020_M005": 208,
      "b17020_E011": 971,
      "b17020_M011": 240,
      "b17020_E012": 1239,
      "b17020_M012": 278,
      "b17020_E013": 1160,
      "b17020_M013": 303,
      "b15003_E001": 15738,
      "b15003_M001": 674,
      "b15003_E022": 3341,
      "b15003_M022": 519,
      "b15003_E023": 2553,
      "b15003_M023": 409,
      "b15003_E024": 485,
      "b15003_M024": 224,
      "b15003_E025": 1052,
      "b15003_M025": 247,
      "c16002_E001": 10813,
      "c16002_M001": 460,
      "c16002_E004": 195,
      "c16002_M004": 156,
      "c16002_E007": 19,
      "c16002_M007": 23,
      "c16002_E010": 225,
      "c16002_M010": 132,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 10813,
      "b22010_M001": 460,
      "b22010_E002": 886,
      "b22010_M002": 266,
      "b19013_E001": 89033,
      "b19013_M001": 10319
     }
    }
   }
  },
  "0900030": {
   "name": "Andover School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900030",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.53,
       "moe": 15.87,
       "numerator": 179,
       "denominator": 490
      },
      "children_with_two_parents_pct": {
       "estimate": 63.47,
       "moe": 19.25,
       "numerator": 311,
       "denominator": 490
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.01,
       "moe": 19.05,
       "numerator": 94,
       "denominator": 254
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.6,
       "numerator": 0,
       "denominator": 490
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.54,
       "moe": 7.71,
       "numerator": 940,
       "denominator": 2263
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.21,
       "numerator": 0,
       "denominator": 1178
      },
      "snap_households_pct": {
       "estimate": 2.38,
       "moe": 2.28,
       "numerator": 28,
       "denominator": 1178
      },
      "median_household_income": {
       "estimate": 102759,
       "moe": 10240.0
      },
      "own_children_under_18": {
       "estimate": 490,
       "moe": 95.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 490,
       "moe": 135.53966209195005
      }
     },
     "lines": {
      "b23008_E001": 490,
      "b23008_M001": 95,
      "b23008_E003": 155,
      "b23008_M003": 84,
      "b23008_E008": 54,
      "b23008_M008": 47,
      "b23008_E016": 156,
      "b23008_M016": 74,
      "b23008_E021": 125,
      "b23008_M021": 71,
      "b11003_E001": 855,
      "b11003_M001": 87,
      "b11003_E003": 160,
      "b11003_M003": 59,
      "b11003_E010": 46,
      "b11003_M010": 48,
      "b11003_E016": 48,
      "b11003_M016": 31,
      "b17020_E001": 2998,
      "b17020_M001": 116,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 209,
      "b17020_M011": 72,
      "b17020_E012": 88,
      "b17020_M012": 62,
      "b17020_E013": 193,
      "b17020_M013": 94,
      "b15003_E001": 2263,
      "b15003_M001": 185,
      "b15003_E022": 496,
      "b15003_M022": 144,
      "b15003_E023": 310,
      "b15003_M023": 104,
      "b15003_E024": 69,
      "b15003_M024": 45,
      "b15003_E025": 65,
      "b15003_M025": 53,
      "c16002_E001": 1178,
      "c16002_M001": 102,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1178,
      "b22010_M001": 102,
      "b22010_E002": 28,
      "b22010_M002": 27,
      "b19013_E001": 102759,
      "b19013_M001": 10240
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.42,
       "moe": 15.31,
       "numerator": 185,
       "denominator": 508
      },
      "children_with_two_parents_pct": {
       "estimate": 63.58,
       "moe": 17.28,
       "numerator": 323,
       "denominator": 508
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.77,
       "moe": 17.09,
       "numerator": 78,
       "denominator": 262
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.43,
       "numerator": 0,
       "denominator": 508
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.04,
       "moe": 8.37,
       "numerator": 1154,
       "denominator": 2353
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.25,
       "numerator": 0,
       "denominator": 1158
      },
      "snap_households_pct": {
       "estimate": 3.89,
       "moe": 3.6,
       "numerator": 45,
       "denominator": 1158
      },
      "median_household_income": {
       "estimate": 124167,
       "moe": 19910.0
      },
      "own_children_under_18": {
       "estimate": 508,
       "moe": 119.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 508,
       "moe": 144.03124660989366
      }
     },
     "lines": {
      "b23008_E001": 508,
      "b23008_M001": 119,
      "b23008_E003": 138,
      "b23008_M003": 73,
      "b23008_E008": 53,
      "b23008_M008": 48,
      "b23008_E016": 185,
      "b23008_M016": 90,
      "b23008_E021": 132,
      "b23008_M021": 75,
      "b11003_E001": 917,
      "b11003_M001": 103,
      "b11003_E003": 184,
      "b11003_M003": 71,
      "b11003_E010": 18,
      "b11003_M010": 29,
      "b11003_E016": 60,
      "b11003_M016": 43,
      "b17020_E001": 3160,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 191,
      "b17020_M011": 70,
      "b17020_E012": 110,
      "b17020_M012": 77,
      "b17020_E013": 207,
      "b17020_M013": 97,
      "b15003_E001": 2353,
      "b15003_M001": 188,
      "b15003_E022": 655,
      "b15003_M022": 160,
      "b15003_E023": 382,
      "b15003_M023": 134,
      "b15003_E024": 72,
      "b15003_M024": 47,
      "b15003_E025": 45,
      "b15003_M025": 39,
      "c16002_E001": 1158,
      "c16002_M001": 121,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1158,
      "b22010_M001": 121,
      "b22010_E002": 45,
      "b22010_M002": 42,
      "b19013_E001": 124167,
      "b19013_M001": 19910
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.82,
       "moe": 11.92,
       "numerator": 85,
       "denominator": 477
      },
      "children_with_two_parents_pct": {
       "estimate": 82.18,
       "moe": 13.74,
       "numerator": 392,
       "denominator": 477
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.67,
       "moe": 15.16,
       "numerator": 45,
       "denominator": 241
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 5.08,
       "numerator": 0,
       "denominator": 477
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.35,
       "moe": 8.4,
       "numerator": 1129,
       "denominator": 2436
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.39,
       "numerator": 0,
       "denominator": 1173
      },
      "snap_households_pct": {
       "estimate": 2.22,
       "moe": 2.55,
       "numerator": 26,
       "denominator": 1173
      },
      "median_household_income": {
       "estimate": 127335,
       "moe": 20643.0
      },
      "own_children_under_18": {
       "estimate": 477,
       "moe": 90.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 477,
       "moe": 136.26811806141598
      }
     },
     "lines": {
      "b23008_E001": 477,
      "b23008_M001": 90,
      "b23008_E003": 126,
      "b23008_M003": 58,
      "b23008_E008": 18,
      "b23008_M008": 28,
      "b23008_E016": 266,
      "b23008_M016": 80,
      "b23008_E021": 67,
      "b23008_M021": 52,
      "b11003_E001": 956,
      "b11003_M001": 104,
      "b11003_E003": 196,
      "b11003_M003": 55,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 45,
      "b11003_M016": 36,
      "b17020_E001": 3148,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 144,
      "b17020_M011": 53,
      "b17020_E012": 151,
      "b17020_M012": 66,
      "b17020_E013": 182,
      "b17020_M013": 104,
      "b15003_E001": 2436,
      "b15003_M001": 154,
      "b15003_E022": 578,
      "b15003_M022": 152,
      "b15003_E023": 415,
      "b15003_M023": 143,
      "b15003_E024": 49,
      "b15003_M024": 32,
      "b15003_E025": 87,
      "b15003_M025": 49,
      "c16002_E001": 1173,
      "c16002_M001": 108,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1173,
      "b22010_M001": 108,
      "b22010_E002": 26,
      "b22010_M002": 30,
      "b19013_E001": 127335,
      "b19013_M001": 20643
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.42,
       "moe": 13.23,
       "numerator": 91,
       "denominator": 494
      },
      "children_with_two_parents_pct": {
       "estimate": 81.58,
       "moe": 20.82,
       "numerator": 403,
       "denominator": 494
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.83,
       "moe": 17.64,
       "numerator": 48,
       "denominator": 242
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.91,
       "numerator": 0,
       "denominator": 494
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.48,
       "moe": 8.79,
       "numerator": 1101,
       "denominator": 2369
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.33,
       "numerator": 0,
       "denominator": 1201
      },
      "snap_households_pct": {
       "estimate": 2.41,
       "moe": 2.9,
       "numerator": 29,
       "denominator": 1201
      },
      "median_household_income": {
       "estimate": 134632,
       "moe": 20393.0
      },
      "own_children_under_18": {
       "estimate": 494,
       "moe": 104.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 494,
       "moe": 139.92140651094098
      }
     },
     "lines": {
      "b23008_E001": 494,
      "b23008_M001": 104,
      "b23008_E003": 99,
      "b23008_M003": 49,
      "b23008_E008": 22,
      "b23008_M008": 34,
      "b23008_E016": 304,
      "b23008_M016": 124,
      "b23008_E021": 69,
      "b23008_M021": 59,
      "b11003_E001": 904,
      "b11003_M001": 101,
      "b11003_E003": 194,
      "b11003_M003": 60,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 48,
      "b11003_M016": 43,
      "b17020_E001": 3135,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 121,
      "b17020_M011": 45,
      "b17020_E012": 178,
      "b17020_M012": 63,
      "b17020_E013": 195,
      "b17020_M013": 114,
      "b15003_E001": 2369,
      "b15003_M001": 155,
      "b15003_E022": 516,
      "b15003_M022": 156,
      "b15003_E023": 462,
      "b15003_M023": 143,
      "b15003_E024": 36,
      "b15003_M024": 32,
      "b15003_E025": 87,
      "b15003_M025": 52,
      "c16002_E001": 1201,
      "c16002_M001": 123,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1201,
      "b22010_M001": 123,
      "b22010_E002": 29,
      "b22010_M002": 35,
      "b19013_E001": 134632,
      "b19013_M001": 20393
     }
    }
   }
  },
  "0900060": {
   "name": "Ansonia School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900060",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.55,
       "moe": 11.27,
       "numerator": 2072,
       "denominator": 3539
      },
      "children_with_two_parents_pct": {
       "estimate": 41.45,
       "moe": 7.41,
       "numerator": 1467,
       "denominator": 3539
      },
      "one_parent_families_with_children_pct": {
       "estimate": 54.34,
       "moe": 9.13,
       "numerator": 1034,
       "denominator": 1903
      },
      "children_below_poverty_pct": {
       "estimate": 12.95,
       "moe": 8.48,
       "numerator": 482,
       "denominator": 3722
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.88,
       "moe": 3.39,
       "numerator": 3296,
       "denominator": 14404
      },
      "limited_english_households_pct": {
       "estimate": 6.7,
       "moe": 3.13,
       "numerator": 539,
       "denominator": 8040
      },
      "snap_households_pct": {
       "estimate": 14.85,
       "moe": 3.34,
       "numerator": 1194,
       "denominator": 8040
      },
      "median_household_income": {
       "estimate": 61846,
       "moe": 11558.0
      },
      "own_children_under_18": {
       "estimate": 3539,
       "moe": 425.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3722,
       "moe": 565.7614338217126
      }
     },
     "lines": {
      "b23008_E001": 3539,
      "b23008_M001": 425,
      "b23008_E003": 471,
      "b23008_M003": 154,
      "b23008_E008": 493,
      "b23008_M008": 274,
      "b23008_E016": 996,
      "b23008_M016": 276,
      "b23008_E021": 1579,
      "b23008_M021": 382,
      "b11003_E001": 5061,
      "b11003_M001": 279,
      "b11003_E003": 869,
      "b11003_M003": 239,
      "b11003_E010": 176,
      "b11003_M010": 127,
      "b11003_E016": 858,
      "b11003_M016": 225,
      "b17020_E001": 18945,
      "b17020_M001": 32,
      "b17020_E003": 184,
      "b17020_M003": 220,
      "b17020_E004": 249,
      "b17020_M004": 230,
      "b17020_E005": 49,
      "b17020_M005": 61,
      "b17020_E011": 780,
      "b17020_M011": 231,
      "b17020_E012": 1327,
      "b17020_M012": 298,
      "b17020_E013": 1133,
      "b17020_M013": 270,
      "b15003_E001": 14404,
      "b15003_M001": 426,
      "b15003_E022": 2017,
      "b15003_M022": 386,
      "b15003_E023": 1010,
      "b15003_M023": 290,
      "b15003_E024": 152,
      "b15003_M024": 99,
      "b15003_E025": 117,
      "b15003_M025": 75,
      "c16002_E001": 8040,
      "c16002_M001": 392,
      "c16002_E004": 448,
      "c16002_M004": 233,
      "c16002_E007": 91,
      "c16002_M007": 93,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8040,
      "b22010_M001": 392,
      "b22010_E002": 1194,
      "b22010_M002": 275,
      "b19013_E001": 61846,
      "b19013_M001": 11558
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.55,
       "moe": 11.65,
       "numerator": 2079,
       "denominator": 3551
      },
      "children_with_two_parents_pct": {
       "estimate": 41.45,
       "moe": 6.72,
       "numerator": 1472,
       "denominator": 3551
      },
      "one_parent_families_with_children_pct": {
       "estimate": 52.96,
       "moe": 10.06,
       "numerator": 1002,
       "denominator": 1892
      },
      "children_below_poverty_pct": {
       "estimate": 10.74,
       "moe": 7.7,
       "numerator": 390,
       "denominator": 3632
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.13,
       "moe": 3.29,
       "numerator": 2976,
       "denominator": 14081
      },
      "limited_english_households_pct": {
       "estimate": 6.7,
       "moe": 2.96,
       "numerator": 531,
       "denominator": 7922
      },
      "snap_households_pct": {
       "estimate": 16.25,
       "moe": 4.55,
       "numerator": 1287,
       "denominator": 7922
      },
      "median_household_income": {
       "estimate": 67474,
       "moe": 13166.0
      },
      "own_children_under_18": {
       "estimate": 3551,
       "moe": 519.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3632,
       "moe": 610.0450803014479
      }
     },
     "lines": {
      "b23008_E001": 3551,
      "b23008_M001": 519,
      "b23008_E003": 479,
      "b23008_M003": 174,
      "b23008_E008": 527,
      "b23008_M008": 274,
      "b23008_E016": 993,
      "b23008_M016": 270,
      "b23008_E021": 1552,
      "b23008_M021": 434,
      "b11003_E001": 4752,
      "b11003_M001": 353,
      "b11003_E003": 890,
      "b11003_M003": 246,
      "b11003_E010": 164,
      "b11003_M010": 122,
      "b11003_E016": 838,
      "b11003_M016": 243,
      "b17020_E001": 18954,
      "b17020_M001": 28,
      "b17020_E003": 174,
      "b17020_M003": 216,
      "b17020_E004": 209,
      "b17020_M004": 189,
      "b17020_E005": 7,
      "b17020_M005": 12,
      "b17020_E011": 832,
      "b17020_M011": 271,
      "b17020_E012": 1191,
      "b17020_M012": 223,
      "b17020_E013": 1219,
      "b17020_M013": 408,
      "b15003_E001": 14081,
      "b15003_M001": 550,
      "b15003_E022": 1970,
      "b15003_M022": 395,
      "b15003_E023": 801,
      "b15003_M023": 248,
      "b15003_E024": 156,
      "b15003_M024": 93,
      "b15003_E025": 49,
      "b15003_M025": 42,
      "c16002_E001": 7922,
      "c16002_M001": 568,
      "c16002_E004": 443,
      "c16002_M004": 220,
      "c16002_E007": 88,
      "c16002_M007": 84,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7922,
      "b22010_M001": 568,
      "b22010_E002": 1287,
      "b22010_M002": 372,
      "b19013_E001": 67474,
      "b19013_M001": 13166
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 53.37,
       "moe": 10.48,
       "numerator": 1837,
       "denominator": 3442
      },
      "children_with_two_parents_pct": {
       "estimate": 46.63,
       "moe": 7.72,
       "numerator": 1605,
       "denominator": 3442
      },
      "one_parent_families_with_children_pct": {
       "estimate": 44.37,
       "moe": 12.97,
       "numerator": 820,
       "denominator": 1848
      },
      "children_below_poverty_pct": {
       "estimate": 6.45,
       "moe": 5.02,
       "numerator": 227,
       "denominator": 3519
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.69,
       "moe": 3.32,
       "numerator": 3142,
       "denominator": 13845
      },
      "limited_english_households_pct": {
       "estimate": 6.01,
       "moe": 2.48,
       "numerator": 448,
       "denominator": 7455
      },
      "snap_households_pct": {
       "estimate": 17.49,
       "moe": 4.26,
       "numerator": 1304,
       "denominator": 7455
      },
      "median_household_income": {
       "estimate": 80585,
       "moe": 8385.0
      },
      "own_children_under_18": {
       "estimate": 3442,
       "moe": 541.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3519,
       "moe": 528.4221797010417
      }
     },
     "lines": {
      "b23008_E001": 3442,
      "b23008_M001": 541,
      "b23008_E003": 551,
      "b23008_M003": 220,
      "b23008_E008": 751,
      "b23008_M008": 297,
      "b23008_E016": 1054,
      "b23008_M016": 293,
      "b23008_E021": 1086,
      "b23008_M021": 354,
      "b11003_E001": 4793,
      "b11003_M001": 340,
      "b11003_E003": 1028,
      "b11003_M003": 253,
      "b11003_E010": 256,
      "b11003_M010": 179,
      "b11003_E016": 564,
      "b11003_M016": 235,
      "b17020_E001": 18951,
      "b17020_M001": 35,
      "b17020_E003": 117,
      "b17020_M003": 160,
      "b17020_E004": 59,
      "b17020_M004": 58,
      "b17020_E005": 51,
      "b17020_M005": 58,
      "b17020_E011": 1185,
      "b17020_M011": 285,
      "b17020_E012": 1152,
      "b17020_M012": 274,
      "b17020_E013": 955,
      "b17020_M013": 301,
      "b15003_E001": 13845,
      "b15003_M001": 529,
      "b15003_E022": 1988,
      "b15003_M022": 334,
      "b15003_E023": 935,
      "b15003_M023": 305,
      "b15003_E024": 111,
      "b15003_M024": 92,
      "b15003_E025": 108,
      "b15003_M025": 113,
      "c16002_E001": 7455,
      "c16002_M001": 466,
      "c16002_E004": 327,
      "c16002_M004": 158,
      "c16002_E007": 121,
      "c16002_M007": 95,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7455,
      "b22010_M001": 466,
      "b22010_E002": 1304,
      "b22010_M002": 328,
      "b19013_E001": 80585,
      "b19013_M001": 8385
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 56.68,
       "moe": 10.55,
       "numerator": 1922,
       "denominator": 3391
      },
      "children_with_two_parents_pct": {
       "estimate": 43.32,
       "moe": 10.06,
       "numerator": 1469,
       "denominator": 3391
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.87,
       "moe": 12.08,
       "numerator": 908,
       "denominator": 1897
      },
      "children_below_poverty_pct": {
       "estimate": 9.96,
       "moe": 6.86,
       "numerator": 346,
       "denominator": 3474
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.91,
       "moe": 3.1,
       "numerator": 2995,
       "denominator": 13671
      },
      "limited_english_households_pct": {
       "estimate": 7.15,
       "moe": 3.12,
       "numerator": 516,
       "denominator": 7212
      },
      "snap_households_pct": {
       "estimate": 15.39,
       "moe": 4.45,
       "numerator": 1110,
       "denominator": 7212
      },
      "median_household_income": {
       "estimate": 85877,
       "moe": 9841.0
      },
      "own_children_under_18": {
       "estimate": 3391,
       "moe": 525.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3474,
       "moe": 536.9618235964266
      }
     },
     "lines": {
      "b23008_E001": 3391,
      "b23008_M001": 525,
      "b23008_E003": 371,
      "b23008_M003": 138,
      "b23008_E008": 737,
      "b23008_M008": 274,
      "b23008_E016": 1098,
      "b23008_M016": 386,
      "b23008_E021": 1185,
      "b23008_M021": 376,
      "b11003_E001": 4840,
      "b11003_M001": 361,
      "b11003_E003": 989,
      "b11003_M003": 281,
      "b11003_E010": 246,
      "b11003_M010": 148,
      "b11003_E016": 662,
      "b11003_M016": 264,
      "b17020_E001": 19029,
      "b17020_M001": 63,
      "b17020_E003": 104,
      "b17020_M003": 168,
      "b17020_E004": 56,
      "b17020_M004": 47,
      "b17020_E005": 186,
      "b17020_M005": 171,
      "b17020_E011": 1004,
      "b17020_M011": 227,
      "b17020_E012": 1124,
      "b17020_M012": 271,
      "b17020_E013": 1000,
      "b17020_M013": 322,
      "b15003_E001": 13671,
      "b15003_M001": 506,
      "b15003_E022": 1777,
      "b15003_M022": 331,
      "b15003_E023": 1054,
      "b15003_M023": 268,
      "b15003_E024": 97,
      "b15003_M024": 62,
      "b15003_E025": 67,
      "b15003_M025": 81,
      "c16002_E001": 7212,
      "c16002_M001": 480,
      "c16002_E004": 332,
      "c16002_M004": 193,
      "c16002_E007": 184,
      "c16002_M007": 117,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7212,
      "b22010_M001": 480,
      "b22010_E002": 1110,
      "b22010_M002": 329,
      "b19013_E001": 85877,
      "b19013_M001": 9841
     }
    }
   }
  },
  "0900090": {
   "name": "Ashford School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900090",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.12,
       "moe": 16.83,
       "numerator": 333,
       "denominator": 830
      },
      "children_with_two_parents_pct": {
       "estimate": 59.88,
       "moe": 15.71,
       "numerator": 497,
       "denominator": 830
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.35,
       "moe": 6.14,
       "numerator": 207,
       "denominator": 682
      },
      "children_below_poverty_pct": {
       "estimate": 7.61,
       "moe": 5.15,
       "numerator": 66,
       "denominator": 867
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.61,
       "moe": 7.37,
       "numerator": 966,
       "denominator": 3056
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.48,
       "numerator": 0,
       "denominator": 1762
      },
      "snap_households_pct": {
       "estimate": 8.68,
       "moe": 4.44,
       "numerator": 153,
       "denominator": 1762
      },
      "median_household_income": {
       "estimate": 90441,
       "moe": 25320.0
      },
      "own_children_under_18": {
       "estimate": 830,
       "moe": 125.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 867,
       "moe": 219.33535966642498
      }
     },
     "lines": {
      "b23008_E001": 830,
      "b23008_M001": 125,
      "b23008_E003": 91,
      "b23008_M003": 62,
      "b23008_E008": 154,
      "b23008_M008": 125,
      "b23008_E016": 406,
      "b23008_M016": 137,
      "b23008_E021": 179,
      "b23008_M021": 80,
      "b11003_E001": 1255,
      "b11003_M001": 151,
      "b11003_E003": 475,
      "b11003_M003": 271,
      "b11003_E010": 77,
      "b11003_M010": 69,
      "b11003_E016": 130,
      "b11003_M016": 68,
      "b17020_E001": 4193,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 10,
      "b17020_M004": 16,
      "b17020_E005": 56,
      "b17020_M005": 43,
      "b17020_E011": 245,
      "b17020_M011": 136,
      "b17020_E012": 331,
      "b17020_M012": 143,
      "b17020_E013": 225,
      "b17020_M013": 83,
      "b15003_E001": 3056,
      "b15003_M001": 149,
      "b15003_E022": 454,
      "b15003_M022": 175,
      "b15003_E023": 383,
      "b15003_M023": 132,
      "b15003_E024": 47,
      "b15003_M024": 42,
      "b15003_E025": 82,
      "b15003_M025": 56,
      "c16002_E001": 1762,
      "c16002_M001": 121,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1762,
      "b22010_M001": 121,
      "b22010_E002": 153,
      "b22010_M002": 79,
      "b19013_E001": 90441,
      "b19013_M001": 25320
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.33,
       "moe": 13.78,
       "numerator": 296,
       "denominator": 888
      },
      "children_with_two_parents_pct": {
       "estimate": 66.67,
       "moe": 18.63,
       "numerator": 592,
       "denominator": 888
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.32,
       "moe": 9.49,
       "numerator": 211,
       "denominator": 696
      },
      "children_below_poverty_pct": {
       "estimate": 3.05,
       "moe": 3.69,
       "numerator": 29,
       "denominator": 950
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.04,
       "moe": 7.34,
       "numerator": 1041,
       "denominator": 2971
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.44,
       "numerator": 0,
       "denominator": 1806
      },
      "snap_households_pct": {
       "estimate": 8.97,
       "moe": 5.66,
       "numerator": 162,
       "denominator": 1806
      },
      "median_household_income": {
       "estimate": 94778,
       "moe": 19171.0
      },
      "own_children_under_18": {
       "estimate": 888,
       "moe": 175.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 950,
       "moe": 269.7406161481804
      }
     },
     "lines": {
      "b23008_E001": 888,
      "b23008_M001": 175,
      "b23008_E003": 52,
      "b23008_M003": 42,
      "b23008_E008": 126,
      "b23008_M008": 104,
      "b23008_E016": 540,
      "b23008_M016": 198,
      "b23008_E021": 170,
      "b23008_M021": 87,
      "b11003_E001": 1263,
      "b11003_M001": 148,
      "b11003_E003": 485,
      "b11003_M003": 249,
      "b11003_E010": 80,
      "b11003_M010": 66,
      "b11003_E016": 131,
      "b11003_M016": 82,
      "b17020_E001": 4215,
      "b17020_M001": 31,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 29,
      "b17020_M005": 31,
      "b17020_E011": 178,
      "b17020_M011": 116,
      "b17020_E012": 361,
      "b17020_M012": 153,
      "b17020_E013": 382,
      "b17020_M013": 186,
      "b15003_E001": 2971,
      "b15003_M001": 177,
      "b15003_E022": 453,
      "b15003_M022": 147,
      "b15003_E023": 375,
      "b15003_M023": 144,
      "b15003_E024": 95,
      "b15003_M024": 59,
      "b15003_E025": 118,
      "b15003_M025": 75,
      "c16002_E001": 1806,
      "c16002_M001": 141,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1806,
      "b22010_M001": 141,
      "b22010_E002": 162,
      "b22010_M002": 103,
      "b19013_E001": 94778,
      "b19013_M001": 19171
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.47,
       "moe": 15.13,
       "numerator": 245,
       "denominator": 732
      },
      "children_with_two_parents_pct": {
       "estimate": 66.53,
       "moe": 18.26,
       "numerator": 487,
       "denominator": 732
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.57,
       "moe": 11.11,
       "numerator": 168,
       "denominator": 657
      },
      "children_below_poverty_pct": {
       "estimate": 4.57,
       "moe": 5.22,
       "numerator": 35,
       "denominator": 766
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.92,
       "moe": 8.33,
       "numerator": 1265,
       "denominator": 3169
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.53,
       "numerator": 0,
       "denominator": 1827
      },
      "snap_households_pct": {
       "estimate": 8.59,
       "moe": 4.68,
       "numerator": 157,
       "denominator": 1827
      },
      "median_household_income": {
       "estimate": 129219,
       "moe": 34182.0
      },
      "own_children_under_18": {
       "estimate": 732,
       "moe": 137.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 766,
       "moe": 208.4754182151939
      }
     },
     "lines": {
      "b23008_E001": 732,
      "b23008_M001": 137,
      "b23008_E003": 89,
      "b23008_M003": 58,
      "b23008_E008": 137,
      "b23008_M008": 106,
      "b23008_E016": 398,
      "b23008_M016": 151,
      "b23008_E021": 108,
      "b23008_M021": 56,
      "b11003_E001": 1326,
      "b11003_M001": 148,
      "b11003_E003": 489,
      "b11003_M003": 273,
      "b11003_E010": 59,
      "b11003_M010": 66,
      "b11003_E016": 109,
      "b11003_M016": 81,
      "b17020_E001": 4214,
      "b17020_M001": 40,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 35,
      "b17020_M005": 36,
      "b17020_E011": 226,
      "b17020_M011": 115,
      "b17020_E012": 302,
      "b17020_M012": 143,
      "b17020_E013": 203,
      "b17020_M013": 90,
      "b15003_E001": 3169,
      "b15003_M001": 131,
      "b15003_E022": 588,
      "b15003_M022": 196,
      "b15003_E023": 386,
      "b15003_M023": 146,
      "b15003_E024": 116,
      "b15003_M024": 76,
      "b15003_E025": 175,
      "b15003_M025": 83,
      "c16002_E001": 1827,
      "c16002_M001": 115,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1827,
      "b22010_M001": 115,
      "b22010_E002": 157,
      "b22010_M002": 86,
      "b19013_E001": 129219,
      "b19013_M001": 34182
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.13,
       "moe": 18.88,
       "numerator": 316,
       "denominator": 750
      },
      "children_with_two_parents_pct": {
       "estimate": 57.87,
       "moe": 21.53,
       "numerator": 434,
       "denominator": 750
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.7,
       "moe": 9.51,
       "numerator": 287,
       "denominator": 723
      },
      "children_below_poverty_pct": {
       "estimate": 6.79,
       "moe": 5.18,
       "numerator": 53,
       "denominator": 781
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.3,
       "moe": 7.52,
       "numerator": 1118,
       "denominator": 3167
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.64,
       "numerator": 12,
       "denominator": 1876
      },
      "snap_households_pct": {
       "estimate": 11.73,
       "moe": 6.09,
       "numerator": 220,
       "denominator": 1876
      },
      "median_household_income": {
       "estimate": 121926,
       "moe": 22964.0
      },
      "own_children_under_18": {
       "estimate": 750,
       "moe": 143.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 781,
       "moe": 223.48601745970598
      }
     },
     "lines": {
      "b23008_E001": 750,
      "b23008_M001": 143,
      "b23008_E003": 58,
      "b23008_M003": 44,
      "b23008_E008": 66,
      "b23008_M008": 66,
      "b23008_E016": 376,
      "b23008_M016": 176,
      "b23008_E021": 250,
      "b23008_M021": 139,
      "b11003_E001": 1377,
      "b11003_M001": 146,
      "b11003_E003": 436,
      "b11003_M003": 285,
      "b11003_E010": 35,
      "b11003_M010": 42,
      "b11003_E016": 252,
      "b11003_M016": 138,
      "b17020_E001": 4216,
      "b17020_M001": 18,
      "b17020_E003": 12,
      "b17020_M003": 15,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 41,
      "b17020_M005": 38,
      "b17020_E011": 112,
      "b17020_M011": 74,
      "b17020_E012": 291,
      "b17020_M012": 157,
      "b17020_E013": 325,
      "b17020_M013": 134,
      "b15003_E001": 3167,
      "b15003_M001": 146,
      "b15003_E022": 486,
      "b15003_M022": 163,
      "b15003_E023": 357,
      "b15003_M023": 138,
      "b15003_E024": 89,
      "b15003_M024": 71,
      "b15003_E025": 186,
      "b15003_M025": 93,
      "c16002_E001": 1876,
      "c16002_M001": 113,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 12,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1876,
      "b22010_M001": 113,
      "b22010_E002": 220,
      "b22010_M002": 115,
      "b19013_E001": 121926,
      "b19013_M001": 22964
     }
    }
   }
  },
  "0900120": {
   "name": "Avon School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900120",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.25,
       "moe": 4.13,
       "numerator": 461,
       "denominator": 4499
      },
      "children_with_two_parents_pct": {
       "estimate": 89.75,
       "moe": 8.52,
       "numerator": 4038,
       "denominator": 4499
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.25,
       "moe": 4.77,
       "numerator": 326,
       "denominator": 2461
      },
      "children_below_poverty_pct": {
       "estimate": 4.29,
       "moe": 4.25,
       "numerator": 193,
       "denominator": 4499
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.1,
       "moe": 4.72,
       "numerator": 9077,
       "denominator": 13328
      },
      "limited_english_households_pct": {
       "estimate": 1.3,
       "moe": 0.97,
       "numerator": 96,
       "denominator": 7398
      },
      "snap_households_pct": {
       "estimate": 2.54,
       "moe": 1.14,
       "numerator": 188,
       "denominator": 7398
      },
      "median_household_income": {
       "estimate": 130268,
       "moe": 8575.0
      },
      "own_children_under_18": {
       "estimate": 4499,
       "moe": 307.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4499,
       "moe": 547.1983187108674
      }
     },
     "lines": {
      "b23008_E001": 4499,
      "b23008_M001": 307,
      "b23008_E003": 1080,
      "b23008_M003": 257,
      "b23008_E008": 73,
      "b23008_M008": 101,
      "b23008_E016": 2958,
      "b23008_M016": 396,
      "b23008_E021": 388,
      "b23008_M021": 159,
      "b11003_E001": 5259,
      "b11003_M001": 233,
      "b11003_E003": 2135,
      "b11003_M003": 179,
      "b11003_E010": 44,
      "b11003_M010": 58,
      "b11003_E016": 282,
      "b11003_M016": 106,
      "b17020_E001": 18621,
      "b17020_M001": 141,
      "b17020_E003": 12,
      "b17020_M003": 20,
      "b17020_E004": 138,
      "b17020_M004": 178,
      "b17020_E005": 43,
      "b17020_M005": 71,
      "b17020_E011": 1141,
      "b17020_M011": 284,
      "b17020_E012": 1276,
      "b17020_M012": 189,
      "b17020_E013": 1889,
      "b17020_M013": 382,
      "b15003_E001": 13328,
      "b15003_M001": 323,
      "b15003_E022": 4920,
      "b15003_M022": 512,
      "b15003_E023": 2605,
      "b15003_M023": 339,
      "b15003_E024": 1132,
      "b15003_M024": 209,
      "b15003_E025": 420,
      "b15003_M025": 153,
      "c16002_E001": 7398,
      "c16002_M001": 307,
      "c16002_E004": 21,
      "c16002_M004": 35,
      "c16002_E007": 32,
      "c16002_M007": 39,
      "c16002_E010": 43,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7398,
      "b22010_M001": 307,
      "b22010_E002": 188,
      "b22010_M002": 85,
      "b19013_E001": 130268,
      "b19013_M001": 8575
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.61,
       "moe": 5.04,
       "numerator": 467,
       "denominator": 4403
      },
      "children_with_two_parents_pct": {
       "estimate": 89.39,
       "moe": 7.59,
       "numerator": 3936,
       "denominator": 4403
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.37,
       "moe": 5.9,
       "numerator": 306,
       "denominator": 2474
      },
      "children_below_poverty_pct": {
       "estimate": 5.09,
       "moe": 4.99,
       "numerator": 224,
       "denominator": 4403
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 70.54,
       "moe": 5.16,
       "numerator": 9521,
       "denominator": 13498
      },
      "limited_english_households_pct": {
       "estimate": 1.69,
       "moe": 1.13,
       "numerator": 128,
       "denominator": 7579
      },
      "snap_households_pct": {
       "estimate": 2.26,
       "moe": 1.32,
       "numerator": 171,
       "denominator": 7579
      },
      "median_household_income": {
       "estimate": 146153,
       "moe": 14585.0
      },
      "own_children_under_18": {
       "estimate": 4403,
       "moe": 282.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4403,
       "moe": 534.6989807358904
      }
     },
     "lines": {
      "b23008_E001": 4403,
      "b23008_M001": 282,
      "b23008_E003": 1060,
      "b23008_M003": 289,
      "b23008_E008": 99,
      "b23008_M008": 110,
      "b23008_E016": 2876,
      "b23008_M016": 303,
      "b23008_E021": 368,
      "b23008_M021": 195,
      "b11003_E001": 5316,
      "b11003_M001": 231,
      "b11003_E003": 2168,
      "b11003_M003": 188,
      "b11003_E010": 55,
      "b11003_M010": 69,
      "b11003_E016": 251,
      "b11003_M016": 132,
      "b17020_E001": 18636,
      "b17020_M001": 37,
      "b17020_E003": 26,
      "b17020_M003": 39,
      "b17020_E004": 142,
      "b17020_M004": 202,
      "b17020_E005": 56,
      "b17020_M005": 82,
      "b17020_E011": 1133,
      "b17020_M011": 307,
      "b17020_E012": 1295,
      "b17020_M012": 237,
      "b17020_E013": 1751,
      "b17020_M013": 294,
      "b15003_E001": 13498,
      "b15003_M001": 350,
      "b15003_E022": 5038,
      "b15003_M022": 549,
      "b15003_E023": 2962,
      "b15003_M023": 394,
      "b15003_E024": 1076,
      "b15003_M024": 256,
      "b15003_E025": 445,
      "b15003_M025": 154,
      "c16002_E001": 7579,
      "c16002_M001": 302,
      "c16002_E004": 16,
      "c16002_M004": 25,
      "c16002_E007": 23,
      "c16002_M007": 38,
      "c16002_E010": 89,
      "c16002_M010": 70,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7579,
      "b22010_M001": 302,
      "b22010_E002": 171,
      "b22010_M002": 100,
      "b19013_E001": 146153,
      "b19013_M001": 14585
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.65,
       "moe": 4.32,
       "numerator": 457,
       "denominator": 4291
      },
      "children_with_two_parents_pct": {
       "estimate": 89.35,
       "moe": 8.29,
       "numerator": 3834,
       "denominator": 4291
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.97,
       "moe": 5.46,
       "numerator": 311,
       "denominator": 2397
      },
      "children_below_poverty_pct": {
       "estimate": 4.92,
       "moe": 5.03,
       "numerator": 211,
       "denominator": 4291
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.43,
       "moe": 4.84,
       "numerator": 9752,
       "denominator": 13652
      },
      "limited_english_households_pct": {
       "estimate": 2.12,
       "moe": 1.15,
       "numerator": 161,
       "denominator": 7583
      },
      "snap_households_pct": {
       "estimate": 2.84,
       "moe": 1.45,
       "numerator": 215,
       "denominator": 7583
      },
      "median_household_income": {
       "estimate": 151481,
       "moe": 10085.0
      },
      "own_children_under_18": {
       "estimate": 4291,
       "moe": 296.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4291,
       "moe": 516.6584945590268
      }
     },
     "lines": {
      "b23008_E001": 4291,
      "b23008_M001": 296,
      "b23008_E003": 1223,
      "b23008_M003": 282,
      "b23008_E008": 77,
      "b23008_M008": 86,
      "b23008_E016": 2611,
      "b23008_M016": 342,
      "b23008_E021": 380,
      "b23008_M021": 167,
      "b11003_E001": 5320,
      "b11003_M001": 238,
      "b11003_E003": 2086,
      "b11003_M003": 208,
      "b11003_E010": 65,
      "b11003_M010": 82,
      "b11003_E016": 246,
      "b11003_M016": 107,
      "b17020_E001": 18667,
      "b17020_M001": 38,
      "b17020_E003": 19,
      "b17020_M003": 31,
      "b17020_E004": 147,
      "b17020_M004": 207,
      "b17020_E005": 45,
      "b17020_M005": 58,
      "b17020_E011": 1281,
      "b17020_M011": 280,
      "b17020_E012": 1147,
      "b17020_M012": 199,
      "b17020_E013": 1652,
      "b17020_M013": 319,
      "b15003_E001": 13652,
      "b15003_M001": 350,
      "b15003_E022": 4922,
      "b15003_M022": 500,
      "b15003_E023": 3113,
      "b15003_M023": 426,
      "b15003_E024": 1051,
      "b15003_M024": 203,
      "b15003_E025": 666,
      "b15003_M025": 164,
      "c16002_E001": 7583,
      "c16002_M001": 323,
      "c16002_E004": 17,
      "c16002_M004": 27,
      "c16002_E007": 38,
      "c16002_M007": 43,
      "c16002_E010": 106,
      "c16002_M010": 68,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7583,
      "b22010_M001": 323,
      "b22010_E002": 215,
      "b22010_M002": 110,
      "b19013_E001": 151481,
      "b19013_M001": 10085
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.15,
       "moe": 5.05,
       "numerator": 482,
       "denominator": 4321
      },
      "children_with_two_parents_pct": {
       "estimate": 88.85,
       "moe": 7.32,
       "numerator": 3839,
       "denominator": 4321
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.56,
       "moe": 4.84,
       "numerator": 276,
       "denominator": 2388
      },
      "children_below_poverty_pct": {
       "estimate": 4.79,
       "moe": 5.03,
       "numerator": 207,
       "denominator": 4321
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.07,
       "moe": 4.9,
       "numerator": 10007,
       "denominator": 13695
      },
      "limited_english_households_pct": {
       "estimate": 1.57,
       "moe": 1.02,
       "numerator": 119,
       "denominator": 7575
      },
      "snap_households_pct": {
       "estimate": 1.74,
       "moe": 1.19,
       "numerator": 132,
       "denominator": 7575
      },
      "median_household_income": {
       "estimate": 154058,
       "moe": 13311.0
      },
      "own_children_under_18": {
       "estimate": 4321,
       "moe": 370.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4321,
       "moe": 574.7286316166961
      }
     },
     "lines": {
      "b23008_E001": 4321,
      "b23008_M001": 370,
      "b23008_E003": 1117,
      "b23008_M003": 323,
      "b23008_E008": 168,
      "b23008_M008": 137,
      "b23008_E016": 2722,
      "b23008_M016": 322,
      "b23008_E021": 314,
      "b23008_M021": 175,
      "b11003_E001": 5316,
      "b11003_M001": 212,
      "b11003_E003": 2112,
      "b11003_M003": 216,
      "b11003_E010": 16,
      "b11003_M010": 27,
      "b11003_E016": 260,
      "b11003_M016": 116,
      "b17020_E001": 18763,
      "b17020_M001": 31,
      "b17020_E003": 47,
      "b17020_M003": 70,
      "b17020_E004": 150,
      "b17020_M004": 207,
      "b17020_E005": 10,
      "b17020_M005": 15,
      "b17020_E011": 1238,
      "b17020_M011": 357,
      "b17020_E012": 1246,
      "b17020_M012": 219,
      "b17020_E013": 1630,
      "b17020_M013": 327,
      "b15003_E001": 13695,
      "b15003_M001": 377,
      "b15003_E022": 4959,
      "b15003_M022": 539,
      "b15003_E023": 3302,
      "b15003_M023": 373,
      "b15003_E024": 1010,
      "b15003_M024": 227,
      "b15003_E025": 736,
      "b15003_M025": 213,
      "c16002_E001": 7575,
      "c16002_M001": 336,
      "c16002_E004": 23,
      "c16002_M004": 35,
      "c16002_E007": 13,
      "c16002_M007": 19,
      "c16002_E010": 83,
      "c16002_M010": 63,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7575,
      "b22010_M001": 336,
      "b22010_E002": 132,
      "b22010_M002": 90,
      "b19013_E001": 154058,
      "b19013_M001": 13311
     }
    }
   }
  },
  "0900150": {
   "name": "Barkhamsted School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900150",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.93,
       "moe": 10.78,
       "numerator": 132,
       "denominator": 736
      },
      "children_with_two_parents_pct": {
       "estimate": 82.07,
       "moe": 10.55,
       "numerator": 604,
       "denominator": 736
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.24,
       "moe": 11.84,
       "numerator": 70,
       "denominator": 431
      },
      "children_below_poverty_pct": {
       "estimate": 8.19,
       "moe": 6.79,
       "numerator": 61,
       "denominator": 745
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.76,
       "moe": 7.44,
       "numerator": 1149,
       "denominator": 2687
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.94,
       "numerator": 0,
       "denominator": 1341
      },
      "snap_households_pct": {
       "estimate": 2.09,
       "moe": 1.79,
       "numerator": 28,
       "denominator": 1341
      },
      "median_household_income": {
       "estimate": 107969,
       "moe": 14034.0
      },
      "own_children_under_18": {
       "estimate": 736,
       "moe": 120.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 745,
       "moe": 144.89996549343965
      }
     },
     "lines": {
      "b23008_E001": 736,
      "b23008_M001": 120,
      "b23008_E003": 124,
      "b23008_M003": 62,
      "b23008_E008": 16,
      "b23008_M008": 19,
      "b23008_E016": 480,
      "b23008_M016": 109,
      "b23008_E021": 116,
      "b23008_M021": 80,
      "b11003_E001": 1154,
      "b11003_M001": 84,
      "b11003_E003": 361,
      "b11003_M003": 77,
      "b11003_E010": 28,
      "b11003_M010": 25,
      "b11003_E016": 42,
      "b11003_M016": 47,
      "b17020_E001": 3659,
      "b17020_M001": 17,
      "b17020_E003": 25,
      "b17020_M003": 33,
      "b17020_E004": 36,
      "b17020_M004": 38,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 115,
      "b17020_M011": 58,
      "b17020_E012": 106,
      "b17020_M012": 59,
      "b17020_E013": 463,
      "b17020_M013": 107,
      "b15003_E001": 2687,
      "b15003_M001": 157,
      "b15003_E022": 754,
      "b15003_M022": 167,
      "b15003_E023": 347,
      "b15003_M023": 125,
      "b15003_E024": 38,
      "b15003_M024": 27,
      "b15003_E025": 10,
      "b15003_M025": 15,
      "c16002_E001": 1341,
      "c16002_M001": 81,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1341,
      "b22010_M001": 81,
      "b22010_E002": 28,
      "b22010_M002": 24,
      "b19013_E001": 107969,
      "b19013_M001": 14034
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.13,
       "moe": 10.86,
       "numerator": 146,
       "denominator": 691
      },
      "children_with_two_parents_pct": {
       "estimate": 78.87,
       "moe": 11.98,
       "numerator": 545,
       "denominator": 691
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.11,
       "moe": 13.8,
       "numerator": 101,
       "denominator": 437
      },
      "children_below_poverty_pct": {
       "estimate": 7.87,
       "moe": 7.03,
       "numerator": 55,
       "denominator": 699
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.8,
       "moe": 8.22,
       "numerator": 1365,
       "denominator": 2741
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.88,
       "numerator": 0,
       "denominator": 1386
      },
      "snap_households_pct": {
       "estimate": 2.09,
       "moe": 1.8,
       "numerator": 29,
       "denominator": 1386
      },
      "median_household_income": {
       "estimate": 120125,
       "moe": 14629.0
      },
      "own_children_under_18": {
       "estimate": 691,
       "moe": 123.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 699,
       "moe": 148.29362764461592
      }
     },
     "lines": {
      "b23008_E001": 691,
      "b23008_M001": 123,
      "b23008_E003": 119,
      "b23008_M003": 53,
      "b23008_E008": 12,
      "b23008_M008": 15,
      "b23008_E016": 426,
      "b23008_M016": 116,
      "b23008_E021": 134,
      "b23008_M021": 78,
      "b11003_E001": 1166,
      "b11003_M001": 106,
      "b11003_E003": 336,
      "b11003_M003": 73,
      "b11003_E010": 40,
      "b11003_M010": 35,
      "b11003_E016": 61,
      "b11003_M016": 54,
      "b17020_E001": 3660,
      "b17020_M001": 18,
      "b17020_E003": 25,
      "b17020_M003": 34,
      "b17020_E004": 30,
      "b17020_M004": 35,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 106,
      "b17020_M011": 51,
      "b17020_E012": 147,
      "b17020_M012": 62,
      "b17020_E013": 391,
      "b17020_M013": 114,
      "b15003_E001": 2741,
      "b15003_M001": 151,
      "b15003_E022": 903,
      "b15003_M022": 200,
      "b15003_E023": 394,
      "b15003_M023": 118,
      "b15003_E024": 32,
      "b15003_M024": 27,
      "b15003_E025": 36,
      "b15003_M025": 42,
      "c16002_E001": 1386,
      "c16002_M001": 105,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1386,
      "b22010_M001": 105,
      "b22010_E002": 29,
      "b22010_M002": 25,
      "b19013_E001": 120125,
      "b19013_M001": 14629
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.87,
       "moe": 11.51,
       "numerator": 116,
       "denominator": 649
      },
      "children_with_two_parents_pct": {
       "estimate": 82.13,
       "moe": 13.43,
       "numerator": 533,
       "denominator": 649
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.56,
       "moe": 10.34,
       "numerator": 63,
       "denominator": 405
      },
      "children_below_poverty_pct": {
       "estimate": 8.66,
       "moe": 7.46,
       "numerator": 57,
       "denominator": 658
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.3,
       "moe": 6.96,
       "numerator": 1411,
       "denominator": 2698
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.04,
       "numerator": 0,
       "denominator": 1372
      },
      "snap_households_pct": {
       "estimate": 3.64,
       "moe": 3.34,
       "numerator": 50,
       "denominator": 1372
      },
      "median_household_income": {
       "estimate": 119255,
       "moe": 10168.0
      },
      "own_children_under_18": {
       "estimate": 649,
       "moe": 134.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 658,
       "moe": 155.68879214638412
      }
     },
     "lines": {
      "b23008_E001": 649,
      "b23008_M001": 134,
      "b23008_E003": 130,
      "b23008_M003": 53,
      "b23008_E008": 13,
      "b23008_M008": 15,
      "b23008_E016": 403,
      "b23008_M016": 130,
      "b23008_E021": 103,
      "b23008_M021": 77,
      "b11003_E001": 1139,
      "b11003_M001": 87,
      "b11003_E003": 342,
      "b11003_M003": 84,
      "b11003_E010": 25,
      "b11003_M010": 23,
      "b11003_E016": 38,
      "b11003_M016": 38,
      "b17020_E001": 3652,
      "b17020_M001": 22,
      "b17020_E003": 23,
      "b17020_M003": 32,
      "b17020_E004": 34,
      "b17020_M004": 37,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 120,
      "b17020_M011": 55,
      "b17020_E012": 113,
      "b17020_M012": 57,
      "b17020_E013": 368,
      "b17020_M013": 124,
      "b15003_E001": 2698,
      "b15003_M001": 152,
      "b15003_E022": 947,
      "b15003_M022": 164,
      "b15003_E023": 434,
      "b15003_M023": 119,
      "b15003_E024": 23,
      "b15003_M024": 20,
      "b15003_E025": 7,
      "b15003_M025": 11,
      "c16002_E001": 1372,
      "c16002_M001": 98,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1372,
      "b22010_M001": 98,
      "b22010_E002": 50,
      "b22010_M002": 46,
      "b19013_E001": 119255,
      "b19013_M001": 10168
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.9,
       "moe": 18.29,
       "numerator": 174,
       "denominator": 602
      },
      "children_with_two_parents_pct": {
       "estimate": 71.1,
       "moe": 12.51,
       "numerator": 428,
       "denominator": 602
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.8,
       "moe": 16.93,
       "numerator": 108,
       "denominator": 403
      },
      "children_below_poverty_pct": {
       "estimate": 4.49,
       "moe": 7.18,
       "numerator": 27,
       "denominator": 602
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.28,
       "moe": 7.37,
       "numerator": 1516,
       "denominator": 2793
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.92,
       "numerator": 0,
       "denominator": 1460
      },
      "snap_households_pct": {
       "estimate": 4.32,
       "moe": 3.75,
       "numerator": 63,
       "denominator": 1460
      },
      "median_household_income": {
       "estimate": 123544,
       "moe": 8560.0
      },
      "own_children_under_18": {
       "estimate": 602,
       "moe": 123.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 602,
       "moe": 152.17752790737535
      }
     },
     "lines": {
      "b23008_E001": 602,
      "b23008_M001": 123,
      "b23008_E003": 108,
      "b23008_M003": 54,
      "b23008_E008": 25,
      "b23008_M008": 29,
      "b23008_E016": 320,
      "b23008_M016": 102,
      "b23008_E021": 149,
      "b23008_M021": 112,
      "b11003_E001": 1181,
      "b11003_M001": 100,
      "b11003_E003": 295,
      "b11003_M003": 81,
      "b11003_E010": 25,
      "b11003_M010": 25,
      "b11003_E016": 83,
      "b11003_M016": 70,
      "b17020_E001": 3678,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 27,
      "b17020_M004": 39,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 133,
      "b17020_M011": 54,
      "b17020_E012": 108,
      "b17020_M012": 52,
      "b17020_E013": 334,
      "b17020_M013": 125,
      "b15003_E001": 2793,
      "b15003_M001": 178,
      "b15003_E022": 957,
      "b15003_M022": 184,
      "b15003_E023": 510,
      "b15003_M023": 129,
      "b15003_E024": 35,
      "b15003_M024": 27,
      "b15003_E025": 14,
      "b15003_M025": 22,
      "c16002_E001": 1460,
      "c16002_M001": 121,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1460,
      "b22010_M001": 121,
      "b22010_E002": 63,
      "b22010_M002": 55,
      "b19013_E001": 123544,
      "b19013_M001": 8560
     }
    }
   }
  },
  "0900210": {
   "name": "Berlin School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900210",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.86,
       "moe": 8.49,
       "numerator": 829,
       "denominator": 3975
      },
      "children_with_two_parents_pct": {
       "estimate": 79.14,
       "moe": 5.75,
       "numerator": 3146,
       "denominator": 3975
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.43,
       "moe": 11.01,
       "numerator": 624,
       "denominator": 2361
      },
      "children_below_poverty_pct": {
       "estimate": 6.72,
       "moe": 4.79,
       "numerator": 278,
       "denominator": 4139
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.09,
       "moe": 4.63,
       "numerator": 6395,
       "denominator": 14504
      },
      "limited_english_households_pct": {
       "estimate": 3.6,
       "moe": 1.53,
       "numerator": 292,
       "denominator": 8105
      },
      "snap_households_pct": {
       "estimate": 5.32,
       "moe": 2.9,
       "numerator": 431,
       "denominator": 8105
      },
      "median_household_income": {
       "estimate": 101853,
       "moe": 16144.0
      },
      "own_children_under_18": {
       "estimate": 3975,
       "moe": 430.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4139,
       "moe": 567.6354463914317
      }
     },
     "lines": {
      "b23008_E001": 3975,
      "b23008_M001": 430,
      "b23008_E003": 954,
      "b23008_M003": 333,
      "b23008_E008": 73,
      "b23008_M008": 80,
      "b23008_E016": 2192,
      "b23008_M016": 239,
      "b23008_E021": 756,
      "b23008_M021": 340,
      "b11003_E001": 6012,
      "b11003_M001": 358,
      "b11003_E003": 1737,
      "b11003_M003": 177,
      "b11003_E010": 187,
      "b11003_M010": 208,
      "b11003_E016": 437,
      "b11003_M016": 178,
      "b17020_E001": 20040,
      "b17020_M001": 82,
      "b17020_E003": 168,
      "b17020_M003": 178,
      "b17020_E004": 61,
      "b17020_M004": 82,
      "b17020_E005": 49,
      "b17020_M005": 48,
      "b17020_E011": 998,
      "b17020_M011": 335,
      "b17020_E012": 1407,
      "b17020_M012": 243,
      "b17020_E013": 1456,
      "b17020_M013": 332,
      "b15003_E001": 14504,
      "b15003_M001": 528,
      "b15003_E022": 3630,
      "b15003_M022": 465,
      "b15003_E023": 2140,
      "b15003_M023": 426,
      "b15003_E024": 480,
      "b15003_M024": 317,
      "b15003_E025": 145,
      "b15003_M025": 79,
      "c16002_E001": 8105,
      "c16002_M001": 375,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 247,
      "c16002_M007": 116,
      "c16002_E010": 27,
      "c16002_M010": 24,
      "c16002_E013": 18,
      "c16002_M013": 31,
      "b22010_E001": 8105,
      "b22010_M001": 375,
      "b22010_E002": 431,
      "b22010_M002": 236,
      "b19013_E001": 101853,
      "b19013_M001": 16144
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.07,
       "moe": 7.64,
       "numerator": 625,
       "denominator": 3890
      },
      "children_with_two_parents_pct": {
       "estimate": 83.93,
       "moe": 6.82,
       "numerator": 3265,
       "denominator": 3890
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.84,
       "moe": 10.17,
       "numerator": 521,
       "denominator": 2385
      },
      "children_below_poverty_pct": {
       "estimate": 7.28,
       "moe": 4.8,
       "numerator": 293,
       "denominator": 4027
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.85,
       "moe": 4.1,
       "numerator": 6535,
       "denominator": 14570
      },
      "limited_english_households_pct": {
       "estimate": 3.37,
       "moe": 1.74,
       "numerator": 277,
       "denominator": 8221
      },
      "snap_households_pct": {
       "estimate": 5.46,
       "moe": 2.92,
       "numerator": 449,
       "denominator": 8221
      },
      "median_household_income": {
       "estimate": 106272,
       "moe": 12918.0
      },
      "own_children_under_18": {
       "estimate": 3890,
       "moe": 407.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4027,
       "moe": 598.7136210242757
      }
     },
     "lines": {
      "b23008_E001": 3890,
      "b23008_M001": 407,
      "b23008_E003": 1057,
      "b23008_M003": 353,
      "b23008_E008": 88,
      "b23008_M008": 74,
      "b23008_E016": 2208,
      "b23008_M016": 250,
      "b23008_E021": 537,
      "b23008_M021": 295,
      "b11003_E001": 5924,
      "b11003_M001": 412,
      "b11003_E003": 1864,
      "b11003_M003": 214,
      "b11003_E010": 179,
      "b11003_M010": 209,
      "b11003_E016": 342,
      "b11003_M016": 143,
      "b17020_E001": 20072,
      "b17020_M001": 72,
      "b17020_E003": 195,
      "b17020_M003": 175,
      "b17020_E004": 57,
      "b17020_M004": 76,
      "b17020_E005": 41,
      "b17020_M005": 54,
      "b17020_E011": 1064,
      "b17020_M011": 351,
      "b17020_E012": 1212,
      "b17020_M012": 246,
      "b17020_E013": 1458,
      "b17020_M013": 368,
      "b15003_E001": 14570,
      "b15003_M001": 495,
      "b15003_E022": 3724,
      "b15003_M022": 416,
      "b15003_E023": 2188,
      "b15003_M023": 358,
      "b15003_E024": 519,
      "b15003_M024": 317,
      "b15003_E025": 104,
      "b15003_M025": 66,
      "c16002_E001": 8221,
      "c16002_M001": 408,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 247,
      "c16002_M007": 135,
      "c16002_E010": 30,
      "c16002_M010": 35,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8221,
      "b22010_M001": 408,
      "b22010_E002": 449,
      "b22010_M002": 241,
      "b19013_E001": 106272,
      "b19013_M001": 12918
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.4,
       "moe": 7.83,
       "numerator": 746,
       "denominator": 3845
      },
      "children_with_two_parents_pct": {
       "estimate": 80.6,
       "moe": 6.12,
       "numerator": 3099,
       "denominator": 3845
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.66,
       "moe": 10.14,
       "numerator": 561,
       "denominator": 2371
      },
      "children_below_poverty_pct": {
       "estimate": 5.65,
       "moe": 4.04,
       "numerator": 224,
       "denominator": 3966
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.74,
       "moe": 4.22,
       "numerator": 6344,
       "denominator": 14504
      },
      "limited_english_households_pct": {
       "estimate": 2.73,
       "moe": 1.68,
       "numerator": 227,
       "denominator": 8323
      },
      "snap_households_pct": {
       "estimate": 5.44,
       "moe": 2.92,
       "numerator": 453,
       "denominator": 8323
      },
      "median_household_income": {
       "estimate": 110657,
       "moe": 12667.0
      },
      "own_children_under_18": {
       "estimate": 3845,
       "moe": 402.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3966,
       "moe": 579.3401418855766
      }
     },
     "lines": {
      "b23008_E001": 3845,
      "b23008_M001": 402,
      "b23008_E003": 983,
      "b23008_M003": 307,
      "b23008_E008": 97,
      "b23008_M008": 85,
      "b23008_E016": 2116,
      "b23008_M016": 257,
      "b23008_E021": 649,
      "b23008_M021": 299,
      "b11003_E001": 5852,
      "b11003_M001": 361,
      "b11003_E003": 1810,
      "b11003_M003": 206,
      "b11003_E010": 191,
      "b11003_M010": 174,
      "b11003_E016": 370,
      "b11003_M016": 183,
      "b17020_E001": 20132,
      "b17020_M001": 68,
      "b17020_E003": 162,
      "b17020_M003": 150,
      "b17020_E004": 16,
      "b17020_M004": 28,
      "b17020_E005": 46,
      "b17020_M005": 59,
      "b17020_E011": 1020,
      "b17020_M011": 323,
      "b17020_E012": 1223,
      "b17020_M012": 229,
      "b17020_E013": 1499,
      "b17020_M013": 390,
      "b15003_E001": 14504,
      "b15003_M001": 548,
      "b15003_E022": 3557,
      "b15003_M022": 465,
      "b15003_E023": 2077,
      "b15003_M023": 342,
      "b15003_E024": 608,
      "b15003_M024": 309,
      "b15003_E025": 102,
      "b15003_M025": 58,
      "c16002_E001": 8323,
      "c16002_M001": 384,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 227,
      "c16002_M007": 133,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8323,
      "b22010_M001": 384,
      "b22010_E002": 453,
      "b22010_M002": 244,
      "b19013_E001": 110657,
      "b19013_M001": 12667
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.53,
       "moe": 7.96,
       "numerator": 809,
       "denominator": 3940
      },
      "children_with_two_parents_pct": {
       "estimate": 79.47,
       "moe": 7.05,
       "numerator": 3131,
       "denominator": 3940
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.54,
       "moe": 11.31,
       "numerator": 517,
       "denominator": 2196
      },
      "children_below_poverty_pct": {
       "estimate": 2.51,
       "moe": 2.01,
       "numerator": 99,
       "denominator": 3949
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.94,
       "moe": 3.91,
       "numerator": 6629,
       "denominator": 14751
      },
      "limited_english_households_pct": {
       "estimate": 3.3,
       "moe": 1.88,
       "numerator": 277,
       "denominator": 8388
      },
      "snap_households_pct": {
       "estimate": 5.04,
       "moe": 2.86,
       "numerator": 423,
       "denominator": 8388
      },
      "median_household_income": {
       "estimate": 113598,
       "moe": 10679.0
      },
      "own_children_under_18": {
       "estimate": 3940,
       "moe": 372.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3949,
       "moe": 565.1805021406878
      }
     },
     "lines": {
      "b23008_E001": 3940,
      "b23008_M001": 372,
      "b23008_E003": 976,
      "b23008_M003": 313,
      "b23008_E008": 58,
      "b23008_M008": 49,
      "b23008_E016": 2155,
      "b23008_M016": 258,
      "b23008_E021": 751,
      "b23008_M021": 319,
      "b11003_E001": 5711,
      "b11003_M001": 377,
      "b11003_E003": 1679,
      "b11003_M003": 185,
      "b11003_E010": 192,
      "b11003_M010": 201,
      "b11003_E016": 325,
      "b11003_M016": 164,
      "b17020_E001": 20331,
      "b17020_M001": 55,
      "b17020_E003": 57,
      "b17020_M003": 60,
      "b17020_E004": 33,
      "b17020_M004": 52,
      "b17020_E005": 9,
      "b17020_M005": 15,
      "b17020_E011": 977,
      "b17020_M011": 320,
      "b17020_E012": 1289,
      "b17020_M012": 248,
      "b17020_E013": 1584,
      "b17020_M013": 386,
      "b15003_E001": 14751,
      "b15003_M001": 519,
      "b15003_E022": 3754,
      "b15003_M022": 414,
      "b15003_E023": 2109,
      "b15003_M023": 324,
      "b15003_E024": 598,
      "b15003_M024": 323,
      "b15003_E025": 168,
      "b15003_M025": 84,
      "c16002_E001": 8388,
      "c16002_M001": 391,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 265,
      "c16002_M007": 153,
      "c16002_E010": 12,
      "c16002_M010": 18,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8388,
      "b22010_M001": 391,
      "b22010_E002": 423,
      "b22010_M002": 241,
      "b19013_E001": 113598,
      "b19013_M001": 10679
     }
    }
   }
  },
  "0900240": {
   "name": "Bethany School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900240",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 2.63,
       "moe": 3.83,
       "numerator": 26,
       "denominator": 988
      },
      "children_with_two_parents_pct": {
       "estimate": 97.37,
       "moe": 16.74,
       "numerator": 962,
       "denominator": 988
      },
      "one_parent_families_with_children_pct": {
       "estimate": 4.79,
       "moe": 5.61,
       "numerator": 26,
       "denominator": 543
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 3.33,
       "numerator": 0,
       "denominator": 988
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.22,
       "moe": 7.91,
       "numerator": 1931,
       "denominator": 3698
      },
      "limited_english_households_pct": {
       "estimate": 1.75,
       "moe": 2.75,
       "numerator": 31,
       "denominator": 1768
      },
      "snap_households_pct": {
       "estimate": 6.84,
       "moe": 9.19,
       "numerator": 121,
       "denominator": 1768
      },
      "median_household_income": {
       "estimate": 136667,
       "moe": 29935.0
      },
      "own_children_under_18": {
       "estimate": 988,
       "moe": 166.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 988,
       "moe": 277.6328510821441
      }
     },
     "lines": {
      "b23008_E001": 988,
      "b23008_M001": 166,
      "b23008_E003": 341,
      "b23008_M003": 165,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 621,
      "b23008_M016": 162,
      "b23008_E021": 26,
      "b23008_M021": 33,
      "b11003_E001": 1528,
      "b11003_M001": 160,
      "b11003_E003": 517,
      "b11003_M003": 103,
      "b11003_E010": 9,
      "b11003_M010": 15,
      "b11003_E016": 17,
      "b11003_M016": 27,
      "b17020_E001": 5266,
      "b17020_M001": 90,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 341,
      "b17020_M011": 165,
      "b17020_E012": 366,
      "b17020_M012": 136,
      "b17020_E013": 281,
      "b17020_M013": 174,
      "b15003_E001": 3698,
      "b15003_M001": 287,
      "b15003_E022": 952,
      "b15003_M022": 208,
      "b15003_E023": 654,
      "b15003_M023": 185,
      "b15003_E024": 211,
      "b15003_M024": 154,
      "b15003_E025": 114,
      "b15003_M025": 83,
      "c16002_E001": 1768,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 31,
      "c16002_M007": 36,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1768,
      "b22010_M001": 187,
      "b22010_E002": 121,
      "b22010_M002": 163,
      "b19013_E001": 136667,
      "b19013_M001": 29935
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 3.05,
       "moe": 4.33,
       "numerator": 31,
       "denominator": 1015
      },
      "children_with_two_parents_pct": {
       "estimate": 96.95,
       "moe": 17.98,
       "numerator": 984,
       "denominator": 1015
      },
      "one_parent_families_with_children_pct": {
       "estimate": 4.87,
       "moe": 6.19,
       "numerator": 28,
       "denominator": 575
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 3.24,
       "numerator": 0,
       "denominator": 1015
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.28,
       "moe": 7.9,
       "numerator": 1890,
       "denominator": 3686
      },
      "limited_english_households_pct": {
       "estimate": 0.86,
       "moe": 2.44,
       "numerator": 15,
       "denominator": 1742
      },
      "snap_households_pct": {
       "estimate": 6.72,
       "moe": 8.93,
       "numerator": 117,
       "denominator": 1742
      },
      "median_household_income": {
       "estimate": 141000,
       "moe": 23137.0
      },
      "own_children_under_18": {
       "estimate": 1015,
       "moe": 167.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1015,
       "moe": 267.3443472377899
      }
     },
     "lines": {
      "b23008_E001": 1015,
      "b23008_M001": 167,
      "b23008_E003": 365,
      "b23008_M003": 170,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 619,
      "b23008_M016": 175,
      "b23008_E021": 31,
      "b23008_M021": 40,
      "b11003_E001": 1483,
      "b11003_M001": 145,
      "b11003_E003": 547,
      "b11003_M003": 109,
      "b11003_E010": 8,
      "b11003_M010": 12,
      "b11003_E016": 20,
      "b11003_M016": 34,
      "b17020_E001": 5226,
      "b17020_M001": 103,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 365,
      "b17020_M011": 170,
      "b17020_E012": 309,
      "b17020_M012": 141,
      "b17020_E013": 341,
      "b17020_M013": 147,
      "b15003_E001": 3686,
      "b15003_M001": 252,
      "b15003_E022": 874,
      "b15003_M022": 191,
      "b15003_E023": 647,
      "b15003_M023": 192,
      "b15003_E024": 250,
      "b15003_M024": 146,
      "b15003_E025": 119,
      "b15003_M025": 82,
      "c16002_E001": 1742,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 15,
      "c16002_M007": 27,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1742,
      "b22010_M001": 178,
      "b22010_E002": 117,
      "b22010_M002": 156,
      "b19013_E001": 141000,
      "b19013_M001": 23137
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 2.87,
       "moe": 5.18,
       "numerator": 28,
       "denominator": 974
      },
      "children_with_two_parents_pct": {
       "estimate": 97.13,
       "moe": 27.14,
       "numerator": 946,
       "denominator": 974
      },
      "one_parent_families_with_children_pct": {
       "estimate": 4.27,
       "moe": 7.98,
       "numerator": 24,
       "denominator": 562
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 3.38,
       "numerator": 0,
       "denominator": 974
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.87,
       "moe": 7.52,
       "numerator": 2193,
       "denominator": 3725
      },
      "limited_english_households_pct": {
       "estimate": 0.88,
       "moe": 2.34,
       "numerator": 16,
       "denominator": 1816
      },
      "snap_households_pct": {
       "estimate": 8.54,
       "moe": 8.82,
       "numerator": 155,
       "denominator": 1816
      },
      "median_household_income": {
       "estimate": 153879,
       "moe": 29341.0
      },
      "own_children_under_18": {
       "estimate": 974,
       "moe": 185.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 974,
       "moe": 341.4454568448671
      }
     },
     "lines": {
      "b23008_E001": 974,
      "b23008_M001": 185,
      "b23008_E003": 380,
      "b23008_M003": 223,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 566,
      "b23008_M016": 229,
      "b23008_E021": 28,
      "b23008_M021": 47,
      "b11003_E001": 1523,
      "b11003_M001": 150,
      "b11003_E003": 538,
      "b11003_M003": 124,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 24,
      "b11003_M016": 41,
      "b17020_E001": 5191,
      "b17020_M001": 129,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 380,
      "b17020_M011": 223,
      "b17020_E012": 296,
      "b17020_M012": 198,
      "b17020_E013": 298,
      "b17020_M013": 163,
      "b15003_E001": 3725,
      "b15003_M001": 259,
      "b15003_E022": 939,
      "b15003_M022": 206,
      "b15003_E023": 856,
      "b15003_M023": 176,
      "b15003_E024": 281,
      "b15003_M024": 146,
      "b15003_E025": 117,
      "b15003_M025": 83,
      "c16002_E001": 1816,
      "c16002_M001": 200,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 16,
      "c16002_M007": 27,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1816,
      "b22010_M001": 200,
      "b22010_E002": 155,
      "b22010_M002": 161,
      "b19013_E001": 153879,
      "b19013_M001": 29341
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 1.21,
       "moe": 2.85,
       "numerator": 13,
       "denominator": 1072
      },
      "children_with_two_parents_pct": {
       "estimate": 98.79,
       "moe": 21.12,
       "numerator": 1059,
       "denominator": 1072
      },
      "one_parent_families_with_children_pct": {
       "estimate": 0.0,
       "moe": 4.31,
       "numerator": 0,
       "denominator": 623
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 3.07,
       "numerator": 0,
       "denominator": 1072
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.05,
       "moe": 8.42,
       "numerator": 2095,
       "denominator": 3609
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.19,
       "numerator": 0,
       "denominator": 1735
      },
      "snap_households_pct": {
       "estimate": 8.59,
       "moe": 9.53,
       "numerator": 149,
       "denominator": 1735
      },
      "median_household_income": {
       "estimate": 166236,
       "moe": 20290.0
      },
      "own_children_under_18": {
       "estimate": 1072,
       "moe": 189.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1072,
       "moe": 324.01388859121454
      }
     },
     "lines": {
      "b23008_E001": 1072,
      "b23008_M001": 189,
      "b23008_E003": 416,
      "b23008_M003": 231,
      "b23008_E008": 13,
      "b23008_M008": 24,
      "b23008_E016": 643,
      "b23008_M016": 181,
      "b23008_E021": 0,
      "b23008_M021": 19,
      "b11003_E001": 1460,
      "b11003_M001": 126,
      "b11003_E003": 623,
      "b11003_M003": 102,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 0,
      "b11003_M016": 19,
      "b17020_E001": 5284,
      "b17020_M001": 30,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 429,
      "b17020_M011": 233,
      "b17020_E012": 305,
      "b17020_M012": 158,
      "b17020_E013": 338,
      "b17020_M013": 157,
      "b15003_E001": 3609,
      "b15003_M001": 245,
      "b15003_E022": 849,
      "b15003_M022": 202,
      "b15003_E023": 761,
      "b15003_M023": 188,
      "b15003_E024": 327,
      "b15003_M024": 168,
      "b15003_E025": 158,
      "b15003_M025": 90,
      "c16002_E001": 1735,
      "c16002_M001": 169,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1735,
      "b22010_M001": 169,
      "b22010_E002": 149,
      "b22010_M002": 166,
      "b19013_E001": 166236,
      "b19013_M001": 20290
     }
    }
   }
  },
  "0900270": {
   "name": "Bethel School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900270",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.32,
       "moe": 10.16,
       "numerator": 1440,
       "denominator": 4749
      },
      "children_with_two_parents_pct": {
       "estimate": 69.68,
       "moe": 8.39,
       "numerator": 3309,
       "denominator": 4749
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.16,
       "moe": 9.12,
       "numerator": 658,
       "denominator": 2337
      },
      "children_below_poverty_pct": {
       "estimate": 3.4,
       "moe": 3.13,
       "numerator": 166,
       "denominator": 4888
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.83,
       "moe": 3.85,
       "numerator": 6086,
       "denominator": 13576
      },
      "limited_english_households_pct": {
       "estimate": 4.13,
       "moe": 2.38,
       "numerator": 298,
       "denominator": 7207
      },
      "snap_households_pct": {
       "estimate": 7.38,
       "moe": 2.36,
       "numerator": 532,
       "denominator": 7207
      },
      "median_household_income": {
       "estimate": 101481,
       "moe": 11126.0
      },
      "own_children_under_18": {
       "estimate": 4749,
       "moe": 534.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4888,
       "moe": 631.333509327677
      }
     },
     "lines": {
      "b23008_E001": 4749,
      "b23008_M001": 534,
      "b23008_E003": 1032,
      "b23008_M003": 255,
      "b23008_E008": 197,
      "b23008_M008": 155,
      "b23008_E016": 2277,
      "b23008_M016": 482,
      "b23008_E021": 1243,
      "b23008_M021": 485,
      "b11003_E001": 5040,
      "b11003_M001": 233,
      "b11003_E003": 1679,
      "b11003_M003": 267,
      "b11003_E010": 278,
      "b11003_M010": 165,
      "b11003_E016": 380,
      "b11003_M016": 168,
      "b17020_E001": 20093,
      "b17020_M001": 126,
      "b17020_E003": 9,
      "b17020_M003": 15,
      "b17020_E004": 9,
      "b17020_M004": 15,
      "b17020_E005": 148,
      "b17020_M005": 153,
      "b17020_E011": 1220,
      "b17020_M011": 271,
      "b17020_E012": 1735,
      "b17020_M012": 459,
      "b17020_E013": 1767,
      "b17020_M013": 301,
      "b15003_E001": 13576,
      "b15003_M001": 490,
      "b15003_E022": 3606,
      "b15003_M022": 397,
      "b15003_E023": 1922,
      "b15003_M023": 349,
      "b15003_E024": 366,
      "b15003_M024": 180,
      "b15003_E025": 192,
      "b15003_M025": 99,
      "c16002_E001": 7207,
      "c16002_M001": 409,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 225,
      "c16002_M007": 158,
      "c16002_E010": 47,
      "c16002_M010": 52,
      "c16002_E013": 26,
      "c16002_M013": 38,
      "b22010_E001": 7207,
      "b22010_M001": 409,
      "b22010_E002": 532,
      "b22010_M002": 173,
      "b19013_E001": 101481,
      "b19013_M001": 11126
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.73,
       "moe": 11.99,
       "numerator": 1517,
       "denominator": 4635
      },
      "children_with_two_parents_pct": {
       "estimate": 67.27,
       "moe": 4.51,
       "numerator": 3118,
       "denominator": 4635
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.52,
       "moe": 10.05,
       "numerator": 647,
       "denominator": 2351
      },
      "children_below_poverty_pct": {
       "estimate": 2.68,
       "moe": 2.84,
       "numerator": 127,
       "denominator": 4745
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.27,
       "moe": 3.49,
       "numerator": 6152,
       "denominator": 13898
      },
      "limited_english_households_pct": {
       "estimate": 4.32,
       "moe": 2.33,
       "numerator": 319,
       "denominator": 7390
      },
      "snap_households_pct": {
       "estimate": 5.17,
       "moe": 1.88,
       "numerator": 382,
       "denominator": 7390
      },
      "median_household_income": {
       "estimate": 108382,
       "moe": 8827.0
      },
      "own_children_under_18": {
       "estimate": 4635,
       "moe": 579.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4745,
       "moe": 628.1560315717744
      }
     },
     "lines": {
      "b23008_E001": 4635,
      "b23008_M001": 579,
      "b23008_E003": 1019,
      "b23008_M003": 285,
      "b23008_E008": 323,
      "b23008_M008": 170,
      "b23008_E016": 2099,
      "b23008_M016": 338,
      "b23008_E021": 1194,
      "b23008_M021": 562,
      "b11003_E001": 5077,
      "b11003_M001": 262,
      "b11003_E003": 1704,
      "b11003_M003": 239,
      "b11003_E010": 255,
      "b11003_M010": 193,
      "b11003_E016": 392,
      "b11003_M016": 167,
      "b17020_E001": 20205,
      "b17020_M001": 58,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 5,
      "b17020_M004": 9,
      "b17020_E005": 122,
      "b17020_M005": 133,
      "b17020_E011": 1342,
      "b17020_M011": 301,
      "b17020_E012": 1569,
      "b17020_M012": 460,
      "b17020_E013": 1707,
      "b17020_M013": 272,
      "b15003_E001": 13898,
      "b15003_M001": 537,
      "b15003_E022": 3621,
      "b15003_M022": 375,
      "b15003_E023": 1999,
      "b15003_M023": 348,
      "b15003_E024": 401,
      "b15003_M024": 158,
      "b15003_E025": 131,
      "b15003_M025": 71,
      "c16002_E001": 7390,
      "c16002_M001": 379,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 261,
      "c16002_M007": 161,
      "c16002_E010": 28,
      "c16002_M010": 36,
      "c16002_E013": 30,
      "c16002_M013": 45,
      "b22010_E001": 7390,
      "b22010_M001": 379,
      "b22010_E002": 382,
      "b22010_M002": 140,
      "b19013_E001": 108382,
      "b19013_M001": 8827
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.26,
       "moe": 11.12,
       "numerator": 1347,
       "denominator": 4452
      },
      "children_with_two_parents_pct": {
       "estimate": 69.74,
       "moe": 6.98,
       "numerator": 3105,
       "denominator": 4452
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.0,
       "moe": 8.8,
       "numerator": 622,
       "denominator": 2304
      },
      "children_below_poverty_pct": {
       "estimate": 3.49,
       "moe": 3.47,
       "numerator": 159,
       "denominator": 4556
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.58,
       "moe": 3.36,
       "numerator": 6308,
       "denominator": 14151
      },
      "limited_english_households_pct": {
       "estimate": 5.52,
       "moe": 2.55,
       "numerator": 416,
       "denominator": 7538
      },
      "snap_households_pct": {
       "estimate": 3.17,
       "moe": 1.22,
       "numerator": 239,
       "denominator": 7538
      },
      "median_household_income": {
       "estimate": 115135,
       "moe": 9778.0
      },
      "own_children_under_18": {
       "estimate": 4452,
       "moe": 501.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4556,
       "moe": 576.1102325076339
      }
     },
     "lines": {
      "b23008_E001": 4452,
      "b23008_M001": 501,
      "b23008_E003": 1013,
      "b23008_M003": 286,
      "b23008_E008": 300,
      "b23008_M008": 186,
      "b23008_E016": 2092,
      "b23008_M016": 370,
      "b23008_E021": 1047,
      "b23008_M021": 483,
      "b11003_E001": 5232,
      "b11003_M001": 261,
      "b11003_E003": 1682,
      "b11003_M003": 231,
      "b11003_E010": 275,
      "b11003_M010": 166,
      "b11003_E016": 347,
      "b11003_M016": 145,
      "b17020_E001": 20325,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 66,
      "b17020_M004": 90,
      "b17020_E005": 93,
      "b17020_M005": 129,
      "b17020_E011": 1313,
      "b17020_M011": 292,
      "b17020_E012": 1443,
      "b17020_M012": 412,
      "b17020_E013": 1641,
      "b17020_M013": 227,
      "b15003_E001": 14151,
      "b15003_M001": 517,
      "b15003_E022": 3575,
      "b15003_M022": 363,
      "b15003_E023": 2093,
      "b15003_M023": 336,
      "b15003_E024": 524,
      "b15003_M024": 175,
      "b15003_E025": 116,
      "b15003_M025": 66,
      "c16002_E001": 7538,
      "c16002_M001": 414,
      "c16002_E004": 15,
      "c16002_M004": 23,
      "c16002_E007": 354,
      "c16002_M007": 185,
      "c16002_E010": 14,
      "c16002_M010": 25,
      "c16002_E013": 33,
      "c16002_M013": 47,
      "b22010_E001": 7538,
      "b22010_M001": 414,
      "b22010_E002": 239,
      "b22010_M002": 93,
      "b19013_E001": 115135,
      "b19013_M001": 9778
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.93,
       "moe": 7.1,
       "numerator": 1131,
       "denominator": 4199
      },
      "children_with_two_parents_pct": {
       "estimate": 73.07,
       "moe": 8.39,
       "numerator": 3068,
       "denominator": 4199
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.9,
       "moe": 9.04,
       "numerator": 654,
       "denominator": 2263
      },
      "children_below_poverty_pct": {
       "estimate": 3.95,
       "moe": 3.51,
       "numerator": 171,
       "denominator": 4324
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.7,
       "moe": 4.21,
       "numerator": 6608,
       "denominator": 14461
      },
      "limited_english_households_pct": {
       "estimate": 5.77,
       "moe": 2.97,
       "numerator": 449,
       "denominator": 7782
      },
      "snap_households_pct": {
       "estimate": 2.88,
       "moe": 1.14,
       "numerator": 224,
       "denominator": 7782
      },
      "median_household_income": {
       "estimate": 116541,
       "moe": 7142.0
      },
      "own_children_under_18": {
       "estimate": 4199,
       "moe": 332.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4324,
       "moe": 498.21581668991604
      }
     },
     "lines": {
      "b23008_E001": 4199,
      "b23008_M001": 332,
      "b23008_E003": 1052,
      "b23008_M003": 258,
      "b23008_E008": 244,
      "b23008_M008": 160,
      "b23008_E016": 2016,
      "b23008_M016": 341,
      "b23008_E021": 887,
      "b23008_M021": 267,
      "b11003_E001": 5287,
      "b11003_M001": 279,
      "b11003_E003": 1609,
      "b11003_M003": 246,
      "b11003_E010": 254,
      "b11003_M010": 137,
      "b11003_E016": 400,
      "b11003_M016": 180,
      "b17020_E001": 20614,
      "b17020_M001": 51,
      "b17020_E003": 17,
      "b17020_M003": 20,
      "b17020_E004": 52,
      "b17020_M004": 73,
      "b17020_E005": 102,
      "b17020_M005": 133,
      "b17020_E011": 1306,
      "b17020_M011": 276,
      "b17020_E012": 1306,
      "b17020_M012": 296,
      "b17020_E013": 1541,
      "b17020_M013": 247,
      "b15003_E001": 14461,
      "b15003_M001": 473,
      "b15003_E022": 3474,
      "b15003_M022": 466,
      "b15003_E023": 2482,
      "b15003_M023": 403,
      "b15003_E024": 473,
      "b15003_M024": 181,
      "b15003_E025": 179,
      "b15003_M025": 76,
      "c16002_E001": 7782,
      "c16002_M001": 356,
      "c16002_E004": 37,
      "c16002_M004": 43,
      "c16002_E007": 389,
      "c16002_M007": 224,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 23,
      "c16002_M013": 34,
      "b22010_E001": 7782,
      "b22010_M001": 356,
      "b22010_E002": 224,
      "b22010_M002": 89,
      "b19013_E001": 116541,
      "b19013_M001": 7142
     }
    }
   }
  },
  "0900330": {
   "name": "Bloomfield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900330",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.01,
       "moe": 8.47,
       "numerator": 1171,
       "denominator": 3002
      },
      "children_with_two_parents_pct": {
       "estimate": 60.99,
       "moe": 10.82,
       "numerator": 1831,
       "denominator": 3002
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.03,
       "moe": 10.99,
       "numerator": 594,
       "denominator": 1604
      },
      "children_below_poverty_pct": {
       "estimate": 6.54,
       "moe": 3.78,
       "numerator": 208,
       "denominator": 3181
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.21,
       "moe": 4.03,
       "numerator": 6081,
       "denominator": 16796
      },
      "limited_english_households_pct": {
       "estimate": 0.87,
       "moe": 0.78,
       "numerator": 77,
       "denominator": 8802
      },
      "snap_households_pct": {
       "estimate": 11.45,
       "moe": 2.77,
       "numerator": 1008,
       "denominator": 8802
      },
      "median_household_income": {
       "estimate": 81354,
       "moe": 4745.0
      },
      "own_children_under_18": {
       "estimate": 3002,
       "moe": 420.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3181,
       "moe": 491.7377349766845
      }
     },
     "lines": {
      "b23008_E001": 3002,
      "b23008_M001": 420,
      "b23008_E003": 672,
      "b23008_M003": 256,
      "b23008_E008": 186,
      "b23008_M008": 117,
      "b23008_E016": 1159,
      "b23008_M016": 325,
      "b23008_E021": 985,
      "b23008_M021": 279,
      "b11003_E001": 5385,
      "b11003_M001": 336,
      "b11003_E003": 1010,
      "b11003_M003": 248,
      "b11003_E010": 186,
      "b11003_M010": 126,
      "b11003_E016": 408,
      "b11003_M016": 173,
      "b17020_E001": 21096,
      "b17020_M001": 110,
      "b17020_E003": 62,
      "b17020_M003": 69,
      "b17020_E004": 49,
      "b17020_M004": 51,
      "b17020_E005": 97,
      "b17020_M005": 90,
      "b17020_E011": 860,
      "b17020_M011": 274,
      "b17020_E012": 946,
      "b17020_M012": 278,
      "b17020_E013": 1167,
      "b17020_M013": 272,
      "b15003_E001": 16796,
      "b15003_M001": 478,
      "b15003_E022": 3085,
      "b15003_M022": 547,
      "b15003_E023": 2236,
      "b15003_M023": 377,
      "b15003_E024": 390,
      "b15003_M024": 172,
      "b15003_E025": 370,
      "b15003_M025": 130,
      "c16002_E001": 8802,
      "c16002_M001": 397,
      "c16002_E004": 12,
      "c16002_M004": 15,
      "c16002_E007": 28,
      "c16002_M007": 40,
      "c16002_E010": 37,
      "c16002_M010": 48,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8802,
      "b22010_M001": 397,
      "b22010_E002": 1008,
      "b22010_M002": 248,
      "b19013_E001": 81354,
      "b19013_M001": 4745
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.84,
       "moe": 11.3,
       "numerator": 1352,
       "denominator": 3084
      },
      "children_with_two_parents_pct": {
       "estimate": 56.16,
       "moe": 9.93,
       "numerator": 1732,
       "denominator": 3084
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.84,
       "moe": 13.4,
       "numerator": 705,
       "denominator": 1685
      },
      "children_below_poverty_pct": {
       "estimate": 7.01,
       "moe": 4.19,
       "numerator": 230,
       "denominator": 3283
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.21,
       "moe": 3.67,
       "numerator": 6418,
       "denominator": 16796
      },
      "limited_english_households_pct": {
       "estimate": 0.88,
       "moe": 0.59,
       "numerator": 79,
       "denominator": 8984
      },
      "snap_households_pct": {
       "estimate": 11.08,
       "moe": 3.05,
       "numerator": 995,
       "denominator": 8984
      },
      "median_household_income": {
       "estimate": 90061,
       "moe": 10389.0
      },
      "own_children_under_18": {
       "estimate": 3084,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3283,
       "moe": 524.5092944839014
      }
     },
     "lines": {
      "b23008_E001": 3084,
      "b23008_M001": 365,
      "b23008_E003": 669,
      "b23008_M003": 268,
      "b23008_E008": 172,
      "b23008_M008": 104,
      "b23008_E016": 1063,
      "b23008_M016": 253,
      "b23008_E021": 1180,
      "b23008_M021": 369,
      "b11003_E001": 5517,
      "b11003_M001": 326,
      "b11003_E003": 980,
      "b11003_M003": 222,
      "b11003_E010": 134,
      "b11003_M010": 134,
      "b11003_E016": 571,
      "b11003_M016": 233,
      "b17020_E001": 21115,
      "b17020_M001": 58,
      "b17020_E003": 24,
      "b17020_M003": 39,
      "b17020_E004": 102,
      "b17020_M004": 103,
      "b17020_E005": 104,
      "b17020_M005": 90,
      "b17020_E011": 894,
      "b17020_M011": 284,
      "b17020_E012": 908,
      "b17020_M012": 320,
      "b17020_E013": 1251,
      "b17020_M013": 268,
      "b15003_E001": 16796,
      "b15003_M001": 442,
      "b15003_E022": 3250,
      "b15003_M022": 448,
      "b15003_E023": 2309,
      "b15003_M023": 394,
      "b15003_E024": 532,
      "b15003_M024": 188,
      "b15003_E025": 327,
      "b15003_M025": 132,
      "c16002_E001": 8984,
      "c16002_M001": 491,
      "c16002_E004": 24,
      "c16002_M004": 22,
      "c16002_E007": 41,
      "c16002_M007": 35,
      "c16002_E010": 14,
      "c16002_M010": 23,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8984,
      "b22010_M001": 491,
      "b22010_E002": 995,
      "b22010_M002": 279,
      "b19013_E001": 90061,
      "b19013_M001": 10389
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 50.07,
       "moe": 11.46,
       "numerator": 1450,
       "denominator": 2896
      },
      "children_with_two_parents_pct": {
       "estimate": 49.93,
       "moe": 11.42,
       "numerator": 1446,
       "denominator": 2896
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.26,
       "moe": 11.76,
       "numerator": 742,
       "denominator": 1570
      },
      "children_below_poverty_pct": {
       "estimate": 9.86,
       "moe": 7.1,
       "numerator": 301,
       "denominator": 3053
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.1,
       "moe": 3.72,
       "numerator": 6590,
       "denominator": 16854
      },
      "limited_english_households_pct": {
       "estimate": 1.31,
       "moe": 0.82,
       "numerator": 118,
       "denominator": 8992
      },
      "snap_households_pct": {
       "estimate": 11.22,
       "moe": 3.24,
       "numerator": 1009,
       "denominator": 8992
      },
      "median_household_income": {
       "estimate": 97436,
       "moe": 11306.0
      },
      "own_children_under_18": {
       "estimate": 2896,
       "moe": 395.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3053,
       "moe": 527.407811849616
      }
     },
     "lines": {
      "b23008_E001": 2896,
      "b23008_M001": 395,
      "b23008_E003": 529,
      "b23008_M003": 245,
      "b23008_E008": 208,
      "b23008_M008": 111,
      "b23008_E016": 917,
      "b23008_M016": 297,
      "b23008_E021": 1242,
      "b23008_M021": 370,
      "b11003_E001": 5494,
      "b11003_M001": 319,
      "b11003_E003": 828,
      "b11003_M003": 203,
      "b11003_E010": 177,
      "b11003_M010": 108,
      "b11003_E016": 565,
      "b11003_M016": 210,
      "b17020_E001": 21226,
      "b17020_M001": 33,
      "b17020_E003": 21,
      "b17020_M003": 32,
      "b17020_E004": 209,
      "b17020_M004": 202,
      "b17020_E005": 71,
      "b17020_M005": 89,
      "b17020_E011": 763,
      "b17020_M011": 243,
      "b17020_E012": 960,
      "b17020_M012": 260,
      "b17020_E013": 1029,
      "b17020_M013": 319,
      "b15003_E001": 16854,
      "b15003_M001": 444,
      "b15003_E022": 3298,
      "b15003_M022": 502,
      "b15003_E023": 2497,
      "b15003_M023": 346,
      "b15003_E024": 481,
      "b15003_M024": 171,
      "b15003_E025": 314,
      "b15003_M025": 147,
      "c16002_E001": 8992,
      "c16002_M001": 400,
      "c16002_E004": 28,
      "c16002_M004": 35,
      "c16002_E007": 75,
      "c16002_M007": 55,
      "c16002_E010": 15,
      "c16002_M010": 24,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8992,
      "b22010_M001": 400,
      "b22010_E002": 1009,
      "b22010_M002": 295,
      "b19013_E001": 97436,
      "b19013_M001": 11306
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.47,
       "moe": 11.34,
       "numerator": 1316,
       "denominator": 2772
      },
      "children_with_two_parents_pct": {
       "estimate": 52.53,
       "moe": 12.35,
       "numerator": 1456,
       "denominator": 2772
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.22,
       "moe": 13.22,
       "numerator": 669,
       "denominator": 1548
      },
      "children_below_poverty_pct": {
       "estimate": 9.18,
       "moe": 7.53,
       "numerator": 271,
       "denominator": 2953
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.84,
       "moe": 3.35,
       "numerator": 7141,
       "denominator": 17486
      },
      "limited_english_households_pct": {
       "estimate": 0.99,
       "moe": 0.68,
       "numerator": 93,
       "denominator": 9414
      },
      "snap_households_pct": {
       "estimate": 9.32,
       "moe": 3.08,
       "numerator": 877,
       "denominator": 9414
      },
      "median_household_income": {
       "estimate": 98725,
       "moe": 13978.0
      },
      "own_children_under_18": {
       "estimate": 2772,
       "moe": 376.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2953,
       "moe": 492.01930856420665
      }
     },
     "lines": {
      "b23008_E001": 2772,
      "b23008_M001": 376,
      "b23008_E003": 570,
      "b23008_M003": 249,
      "b23008_E008": 305,
      "b23008_M008": 156,
      "b23008_E016": 886,
      "b23008_M016": 307,
      "b23008_E021": 1011,
      "b23008_M021": 326,
      "b11003_E001": 5511,
      "b11003_M001": 322,
      "b11003_E003": 879,
      "b11003_M003": 216,
      "b11003_E010": 147,
      "b11003_M010": 94,
      "b11003_E016": 522,
      "b11003_M016": 231,
      "b17020_E001": 21386,
      "b17020_M001": 54,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 261,
      "b17020_M004": 225,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 928,
      "b17020_M011": 278,
      "b17020_E012": 945,
      "b17020_M012": 222,
      "b17020_E013": 809,
      "b17020_M013": 253,
      "b15003_E001": 17486,
      "b15003_M001": 521,
      "b15003_E022": 3680,
      "b15003_M022": 470,
      "b15003_E023": 2605,
      "b15003_M023": 355,
      "b15003_E024": 498,
      "b15003_M024": 151,
      "b15003_E025": 358,
      "b15003_M025": 136,
      "c16002_E001": 9414,
      "c16002_M001": 511,
      "c16002_E004": 37,
      "c16002_M004": 34,
      "c16002_E007": 34,
      "c16002_M007": 39,
      "c16002_E010": 22,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9414,
      "b22010_M001": 511,
      "b22010_E002": 877,
      "b22010_M002": 294,
      "b19013_E001": 98725,
      "b19013_M001": 13978
     }
    }
   }
  },
  "0900360": {
   "name": "Bolton School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900360",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.08,
       "moe": 13.67,
       "numerator": 191,
       "denominator": 865
      },
      "children_with_two_parents_pct": {
       "estimate": 77.92,
       "moe": 18.49,
       "numerator": 674,
       "denominator": 865
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.6,
       "moe": 8.94,
       "numerator": 76,
       "denominator": 603
      },
      "children_below_poverty_pct": {
       "estimate": 5.9,
       "moe": 5.68,
       "numerator": 51,
       "denominator": 865
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.14,
       "moe": 7.58,
       "numerator": 1579,
       "denominator": 3498
      },
      "limited_english_households_pct": {
       "estimate": 0.32,
       "moe": 1.3,
       "numerator": 6,
       "denominator": 1868
      },
      "snap_households_pct": {
       "estimate": 5.03,
       "moe": 3.68,
       "numerator": 94,
       "denominator": 1868
      },
      "median_household_income": {
       "estimate": 116393,
       "moe": 12150.0
      },
      "own_children_under_18": {
       "estimate": 865,
       "moe": 131.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 865,
       "moe": 196.50190838767952
      }
     },
     "lines": {
      "b23008_E001": 865,
      "b23008_M001": 131,
      "b23008_E003": 181,
      "b23008_M003": 108,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 493,
      "b23008_M016": 156,
      "b23008_E021": 191,
      "b23008_M021": 121,
      "b11003_E001": 1365,
      "b11003_M001": 116,
      "b11003_E003": 527,
      "b11003_M003": 147,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 76,
      "b11003_M016": 56,
      "b17020_E001": 4824,
      "b17020_M001": 31,
      "b17020_E003": 51,
      "b17020_M003": 47,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 130,
      "b17020_M011": 104,
      "b17020_E012": 332,
      "b17020_M012": 121,
      "b17020_E013": 352,
      "b17020_M013": 103,
      "b15003_E001": 3498,
      "b15003_M001": 149,
      "b15003_E022": 938,
      "b15003_M022": 208,
      "b15003_E023": 552,
      "b15003_M023": 171,
      "b15003_E024": 61,
      "b15003_M024": 39,
      "b15003_E025": 28,
      "b15003_M025": 29,
      "c16002_E001": 1868,
      "c16002_M001": 126,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 6,
      "c16002_M007": 9,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1868,
      "b22010_M001": 126,
      "b22010_E002": 94,
      "b22010_M002": 69,
      "b19013_E001": 116393,
      "b19013_M001": 12150
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.77,
       "moe": 16.56,
       "numerator": 226,
       "denominator": 877
      },
      "children_with_two_parents_pct": {
       "estimate": 74.23,
       "moe": 17.13,
       "numerator": 651,
       "denominator": 877
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.87,
       "moe": 11.92,
       "numerator": 99,
       "denominator": 587
      },
      "children_below_poverty_pct": {
       "estimate": 4.33,
       "moe": 4.72,
       "numerator": 38,
       "denominator": 877
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.27,
       "moe": 7.0,
       "numerator": 1746,
       "denominator": 3617
      },
      "limited_english_households_pct": {
       "estimate": 0.37,
       "moe": 1.33,
       "numerator": 7,
       "denominator": 1917
      },
      "snap_households_pct": {
       "estimate": 4.54,
       "moe": 3.69,
       "numerator": 87,
       "denominator": 1917
      },
      "median_household_income": {
       "estimate": 114948,
       "moe": 28970.0
      },
      "own_children_under_18": {
       "estimate": 877,
       "moe": 122.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 877,
       "moe": 186.87696487261346
      }
     },
     "lines": {
      "b23008_E001": 877,
      "b23008_M001": 122,
      "b23008_E003": 208,
      "b23008_M003": 126,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 443,
      "b23008_M016": 122,
      "b23008_E021": 226,
      "b23008_M021": 148,
      "b11003_E001": 1374,
      "b11003_M001": 110,
      "b11003_E003": 488,
      "b11003_M003": 144,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 99,
      "b11003_M016": 74,
      "b17020_E001": 4839,
      "b17020_M001": 24,
      "b17020_E003": 38,
      "b17020_M003": 38,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 170,
      "b17020_M011": 119,
      "b17020_E012": 311,
      "b17020_M012": 106,
      "b17020_E013": 358,
      "b17020_M013": 88,
      "b15003_E001": 3617,
      "b15003_M001": 141,
      "b15003_E022": 974,
      "b15003_M022": 191,
      "b15003_E023": 667,
      "b15003_M023": 170,
      "b15003_E024": 61,
      "b15003_M024": 39,
      "b15003_E025": 44,
      "b15003_M025": 42,
      "c16002_E001": 1917,
      "c16002_M001": 134,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 7,
      "c16002_M007": 12,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1917,
      "b22010_M001": 134,
      "b22010_E002": 87,
      "b22010_M002": 71,
      "b19013_E001": 114948,
      "b19013_M001": 28970
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.55,
       "moe": 16.97,
       "numerator": 268,
       "denominator": 907
      },
      "children_with_two_parents_pct": {
       "estimate": 70.45,
       "moe": 17.15,
       "numerator": 639,
       "denominator": 907
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.36,
       "moe": 10.91,
       "numerator": 74,
       "denominator": 554
      },
      "children_below_poverty_pct": {
       "estimate": 12.68,
       "moe": 12.48,
       "numerator": 115,
       "denominator": 907
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.61,
       "moe": 7.03,
       "numerator": 1747,
       "denominator": 3594
      },
      "limited_english_households_pct": {
       "estimate": 0.82,
       "moe": 1.58,
       "numerator": 16,
       "denominator": 1951
      },
      "snap_households_pct": {
       "estimate": 3.84,
       "moe": 3.01,
       "numerator": 75,
       "denominator": 1951
      },
      "median_household_income": {
       "estimate": 124861,
       "moe": 22397.0
      },
      "own_children_under_18": {
       "estimate": 907,
       "moe": 115.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 907,
       "moe": 214.2125113059459
      }
     },
     "lines": {
      "b23008_E001": 907,
      "b23008_M001": 115,
      "b23008_E003": 215,
      "b23008_M003": 124,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 424,
      "b23008_M016": 124,
      "b23008_E021": 268,
      "b23008_M021": 157,
      "b11003_E001": 1400,
      "b11003_M001": 106,
      "b11003_E003": 480,
      "b11003_M003": 133,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 74,
      "b11003_M016": 62,
      "b17020_E001": 4848,
      "b17020_M001": 25,
      "b17020_E003": 32,
      "b17020_M003": 41,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 83,
      "b17020_M005": 108,
      "b17020_E011": 183,
      "b17020_M011": 116,
      "b17020_E012": 275,
      "b17020_M012": 103,
      "b17020_E013": 334,
      "b17020_M013": 91,
      "b15003_E001": 3594,
      "b15003_M001": 121,
      "b15003_E022": 1005,
      "b15003_M022": 192,
      "b15003_E023": 648,
      "b15003_M023": 165,
      "b15003_E024": 49,
      "b15003_M024": 38,
      "b15003_E025": 45,
      "b15003_M025": 41,
      "c16002_E001": 1951,
      "c16002_M001": 140,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 16,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1951,
      "b22010_M001": 140,
      "b22010_E002": 75,
      "b22010_M002": 59,
      "b19013_E001": 124861,
      "b19013_M001": 22397
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.27,
       "moe": 14.01,
       "numerator": 197,
       "denominator": 972
      },
      "children_with_two_parents_pct": {
       "estimate": 79.73,
       "moe": 17.07,
       "numerator": 775,
       "denominator": 972
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.45,
       "moe": 8.62,
       "numerator": 55,
       "denominator": 582
      },
      "children_below_poverty_pct": {
       "estimate": 9.36,
       "moe": 9.54,
       "numerator": 91,
       "denominator": 972
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.32,
       "moe": 6.53,
       "numerator": 1840,
       "denominator": 3585
      },
      "limited_english_households_pct": {
       "estimate": 0.96,
       "moe": 1.62,
       "numerator": 19,
       "denominator": 1974
      },
      "snap_households_pct": {
       "estimate": 5.98,
       "moe": 4.44,
       "numerator": 118,
       "denominator": 1974
      },
      "median_household_income": {
       "estimate": 126364,
       "moe": 19264.0
      },
      "own_children_under_18": {
       "estimate": 972,
       "moe": 100.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 972,
       "moe": 203.30027053597345
      }
     },
     "lines": {
      "b23008_E001": 972,
      "b23008_M001": 100,
      "b23008_E003": 232,
      "b23008_M003": 124,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 543,
      "b23008_M016": 136,
      "b23008_E021": 197,
      "b23008_M021": 137,
      "b11003_E001": 1389,
      "b11003_M001": 89,
      "b11003_E003": 527,
      "b11003_M003": 111,
      "b11003_E010": 14,
      "b11003_M010": 21,
      "b11003_E016": 41,
      "b11003_M016": 47,
      "b17020_E001": 4853,
      "b17020_M001": 22,
      "b17020_E003": 23,
      "b17020_M003": 29,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 68,
      "b17020_M005": 89,
      "b17020_E011": 209,
      "b17020_M011": 113,
      "b17020_E012": 261,
      "b17020_M012": 98,
      "b17020_E013": 411,
      "b17020_M013": 100,
      "b15003_E001": 3585,
      "b15003_M001": 114,
      "b15003_E022": 1107,
      "b15003_M022": 187,
      "b15003_E023": 631,
      "b15003_M023": 140,
      "b15003_E024": 71,
      "b15003_M024": 50,
      "b15003_E025": 31,
      "b15003_M025": 35,
      "c16002_E001": 1974,
      "c16002_M001": 119,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 19,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1974,
      "b22010_M001": 119,
      "b22010_E002": 118,
      "b22010_M002": 88,
      "b19013_E001": 126364,
      "b19013_M001": 19264
     }
    }
   }
  },
  "0900390": {
   "name": "Bozrah School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900390",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 49.9,
       "moe": 20.64,
       "numerator": 242,
       "denominator": 485
      },
      "children_with_two_parents_pct": {
       "estimate": 50.1,
       "moe": 18.82,
       "numerator": 243,
       "denominator": 485
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.33,
       "moe": 11.23,
       "numerator": 104,
       "denominator": 240
      },
      "children_below_poverty_pct": {
       "estimate": 23.71,
       "moe": 19.3,
       "numerator": 115,
       "denominator": 485
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.4,
       "moe": 5.22,
       "numerator": 518,
       "denominator": 1704
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.82,
       "numerator": 0,
       "denominator": 921
      },
      "snap_households_pct": {
       "estimate": 9.55,
       "moe": 4.59,
       "numerator": 88,
       "denominator": 921
      },
      "median_household_income": {
       "estimate": 90750,
       "moe": 13774.0
      },
      "own_children_under_18": {
       "estimate": 485,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 485,
       "moe": 169.12125827346483
      }
     },
     "lines": {
      "b23008_E001": 485,
      "b23008_M001": 157,
      "b23008_E003": 51,
      "b23008_M003": 36,
      "b23008_E008": 28,
      "b23008_M008": 32,
      "b23008_E016": 192,
      "b23008_M016": 115,
      "b23008_E021": 214,
      "b23008_M021": 123,
      "b11003_E001": 699,
      "b11003_M001": 83,
      "b11003_E003": 136,
      "b11003_M003": 75,
      "b11003_E010": 13,
      "b11003_M010": 13,
      "b11003_E016": 91,
      "b11003_M016": 45,
      "b17020_E001": 2385,
      "b17020_M001": 321,
      "b17020_E003": 28,
      "b17020_M003": 32,
      "b17020_E004": 25,
      "b17020_M004": 40,
      "b17020_E005": 62,
      "b17020_M005": 88,
      "b17020_E011": 51,
      "b17020_M011": 36,
      "b17020_E012": 111,
      "b17020_M012": 57,
      "b17020_E013": 208,
      "b17020_M013": 117,
      "b15003_E001": 1704,
      "b15003_M001": 170,
      "b15003_E022": 295,
      "b15003_M022": 85,
      "b15003_E023": 188,
      "b15003_M023": 52,
      "b15003_E024": 29,
      "b15003_M024": 24,
      "b15003_E025": 6,
      "b15003_M025": 8,
      "c16002_E001": 921,
      "c16002_M001": 80,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 921,
      "b22010_M001": 80,
      "b22010_E002": 88,
      "b22010_M002": 43,
      "b19013_E001": 90750,
      "b19013_M001": 13774
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.76,
       "moe": 23.05,
       "numerator": 194,
       "denominator": 476
      },
      "children_with_two_parents_pct": {
       "estimate": 59.24,
       "moe": 17.47,
       "numerator": 282,
       "denominator": 476
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.66,
       "moe": 14.21,
       "numerator": 81,
       "denominator": 248
      },
      "children_below_poverty_pct": {
       "estimate": 26.22,
       "moe": 19.54,
       "numerator": 129,
       "denominator": 492
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.51,
       "moe": 5.44,
       "numerator": 614,
       "denominator": 1729
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.76,
       "numerator": 0,
       "denominator": 943
      },
      "snap_households_pct": {
       "estimate": 7.95,
       "moe": 3.67,
       "numerator": 75,
       "denominator": 943
      },
      "median_household_income": {
       "estimate": 102440,
       "moe": 12559.0
      },
      "own_children_under_18": {
       "estimate": 476,
       "moe": 139.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 492,
       "moe": 161.41251500425858
      }
     },
     "lines": {
      "b23008_E001": 476,
      "b23008_M001": 139,
      "b23008_E003": 75,
      "b23008_M003": 34,
      "b23008_E008": 27,
      "b23008_M008": 19,
      "b23008_E016": 207,
      "b23008_M016": 112,
      "b23008_E021": 167,
      "b23008_M021": 122,
      "b11003_E001": 718,
      "b11003_M001": 62,
      "b11003_E003": 167,
      "b11003_M003": 63,
      "b11003_E010": 8,
      "b11003_M010": 10,
      "b11003_E016": 73,
      "b11003_M016": 42,
      "b17020_E001": 2406,
      "b17020_M001": 217,
      "b17020_E003": 31,
      "b17020_M003": 20,
      "b17020_E004": 30,
      "b17020_M004": 35,
      "b17020_E005": 68,
      "b17020_M005": 97,
      "b17020_E011": 75,
      "b17020_M011": 34,
      "b17020_E012": 64,
      "b17020_M012": 42,
      "b17020_E013": 224,
      "b17020_M013": 110,
      "b15003_E001": 1729,
      "b15003_M001": 119,
      "b15003_E022": 366,
      "b15003_M022": 86,
      "b15003_E023": 213,
      "b15003_M023": 49,
      "b15003_E024": 35,
      "b15003_M024": 26,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 943,
      "c16002_M001": 67,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 943,
      "b22010_M001": 67,
      "b22010_E002": 75,
      "b22010_M002": 35,
      "b19013_E001": 102440,
      "b19013_M001": 12559
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.01,
       "moe": 20.78,
       "numerator": 213,
       "denominator": 484
      },
      "children_with_two_parents_pct": {
       "estimate": 55.99,
       "moe": 17.54,
       "numerator": 271,
       "denominator": 484
      },
      "one_parent_families_with_children_pct": {
       "estimate": 40.27,
       "moe": 9.65,
       "numerator": 91,
       "denominator": 226
      },
      "children_below_poverty_pct": {
       "estimate": 22.15,
       "moe": 18.61,
       "numerator": 109,
       "denominator": 492
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.72,
       "moe": 5.12,
       "numerator": 569,
       "denominator": 1739
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.99,
       "numerator": 0,
       "denominator": 938
      },
      "snap_households_pct": {
       "estimate": 4.9,
       "moe": 2.96,
       "numerator": 46,
       "denominator": 938
      },
      "median_household_income": {
       "estimate": 110250,
       "moe": 15743.0
      },
      "own_children_under_18": {
       "estimate": 484,
       "moe": 133.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 492,
       "moe": 159.3298465448329
      }
     },
     "lines": {
      "b23008_E001": 484,
      "b23008_M001": 133,
      "b23008_E003": 65,
      "b23008_M003": 33,
      "b23008_E008": 62,
      "b23008_M008": 35,
      "b23008_E016": 206,
      "b23008_M016": 108,
      "b23008_E021": 151,
      "b23008_M021": 111,
      "b11003_E001": 680,
      "b11003_M001": 56,
      "b11003_E003": 135,
      "b11003_M003": 64,
      "b11003_E010": 5,
      "b11003_M010": 8,
      "b11003_E016": 86,
      "b11003_M016": 36,
      "b17020_E001": 2369,
      "b17020_M001": 216,
      "b17020_E003": 26,
      "b17020_M003": 24,
      "b17020_E004": 17,
      "b17020_M004": 20,
      "b17020_E005": 66,
      "b17020_M005": 93,
      "b17020_E011": 103,
      "b17020_M011": 50,
      "b17020_E012": 84,
      "b17020_M012": 45,
      "b17020_E013": 196,
      "b17020_M013": 106,
      "b15003_E001": 1739,
      "b15003_M001": 119,
      "b15003_E022": 313,
      "b15003_M022": 75,
      "b15003_E023": 213,
      "b15003_M023": 55,
      "b15003_E024": 36,
      "b15003_M024": 26,
      "b15003_E025": 7,
      "b15003_M025": 11,
      "c16002_E001": 938,
      "c16002_M001": 70,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 938,
      "b22010_M001": 70,
      "b22010_E002": 46,
      "b22010_M002": 28,
      "b19013_E001": 110250,
      "b19013_M001": 15743
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.58,
       "moe": 21.14,
       "numerator": 198,
       "denominator": 465
      },
      "children_with_two_parents_pct": {
       "estimate": 57.42,
       "moe": 16.95,
       "numerator": 267,
       "denominator": 465
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.0,
       "moe": 13.54,
       "numerator": 81,
       "denominator": 225
      },
      "children_below_poverty_pct": {
       "estimate": 23.99,
       "moe": 19.22,
       "numerator": 113,
       "denominator": 471
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.25,
       "moe": 6.38,
       "numerator": 547,
       "denominator": 1696
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.03,
       "numerator": 0,
       "denominator": 925
      },
      "snap_households_pct": {
       "estimate": 4.0,
       "moe": 2.69,
       "numerator": 37,
       "denominator": 925
      },
      "median_household_income": {
       "estimate": 108516,
       "moe": 11382.0
      },
      "own_children_under_18": {
       "estimate": 465,
       "moe": 121.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 471,
       "moe": 148.31722759005442
      }
     },
     "lines": {
      "b23008_E001": 465,
      "b23008_M001": 121,
      "b23008_E003": 64,
      "b23008_M003": 29,
      "b23008_E008": 57,
      "b23008_M008": 36,
      "b23008_E016": 203,
      "b23008_M016": 101,
      "b23008_E021": 141,
      "b23008_M021": 105,
      "b11003_E001": 683,
      "b11003_M001": 61,
      "b11003_E003": 144,
      "b11003_M003": 59,
      "b11003_E010": 5,
      "b11003_M010": 8,
      "b11003_E016": 76,
      "b11003_M016": 39,
      "b17020_E001": 2293,
      "b17020_M001": 204,
      "b17020_E003": 29,
      "b17020_M003": 22,
      "b17020_E004": 16,
      "b17020_M004": 18,
      "b17020_E005": 68,
      "b17020_M005": 93,
      "b17020_E011": 94,
      "b17020_M011": 36,
      "b17020_E012": 71,
      "b17020_M012": 29,
      "b17020_E013": 193,
      "b17020_M013": 102,
      "b15003_E001": 1696,
      "b15003_M001": 99,
      "b15003_E022": 312,
      "b15003_M022": 94,
      "b15003_E023": 196,
      "b15003_M023": 57,
      "b15003_E024": 33,
      "b15003_M024": 24,
      "b15003_E025": 6,
      "b15003_M025": 9,
      "c16002_E001": 925,
      "c16002_M001": 60,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 925,
      "b22010_M001": 60,
      "b22010_E002": 37,
      "b22010_M002": 25,
      "b19013_E001": 108516,
      "b19013_M001": 11382
     }
    }
   }
  },
  "0900420": {
   "name": "Branford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900420",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.49,
       "moe": 7.56,
       "numerator": 1423,
       "denominator": 4249
      },
      "children_with_two_parents_pct": {
       "estimate": 66.51,
       "moe": 5.99,
       "numerator": 2826,
       "denominator": 4249
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.63,
       "moe": 7.85,
       "numerator": 989,
       "denominator": 2628
      },
      "children_below_poverty_pct": {
       "estimate": 5.6,
       "moe": 3.46,
       "numerator": 243,
       "denominator": 4341
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.36,
       "moe": 3.33,
       "numerator": 10954,
       "denominator": 22190
      },
      "limited_english_households_pct": {
       "estimate": 1.64,
       "moe": 0.81,
       "numerator": 209,
       "denominator": 12717
      },
      "snap_households_pct": {
       "estimate": 5.54,
       "moe": 1.82,
       "numerator": 704,
       "denominator": 12717
      },
      "median_household_income": {
       "estimate": 87738,
       "moe": 6193.0
      },
      "own_children_under_18": {
       "estimate": 4249,
       "moe": 438.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4341,
       "moe": 475.00736836390234
      }
     },
     "lines": {
      "b23008_E001": 4249,
      "b23008_M001": 438,
      "b23008_E003": 961,
      "b23008_M003": 202,
      "b23008_E008": 205,
      "b23008_M008": 126,
      "b23008_E016": 1865,
      "b23008_M016": 330,
      "b23008_E021": 1218,
      "b23008_M021": 330,
      "b11003_E001": 7756,
      "b11003_M001": 319,
      "b11003_E003": 1639,
      "b11003_M003": 218,
      "b11003_E010": 384,
      "b11003_M010": 173,
      "b11003_E016": 605,
      "b11003_M016": 166,
      "b17020_E001": 28035,
      "b17020_M001": 133,
      "b17020_E003": 56,
      "b17020_M003": 73,
      "b17020_E004": 107,
      "b17020_M004": 97,
      "b17020_E005": 80,
      "b17020_M005": 92,
      "b17020_E011": 1110,
      "b17020_M011": 218,
      "b17020_E012": 1369,
      "b17020_M012": 265,
      "b17020_E013": 1619,
      "b17020_M013": 291,
      "b15003_E001": 22190,
      "b15003_M001": 516,
      "b15003_E022": 6012,
      "b15003_M022": 575,
      "b15003_E023": 3284,
      "b15003_M023": 417,
      "b15003_E024": 894,
      "b15003_M024": 218,
      "b15003_E025": 764,
      "b15003_M025": 241,
      "c16002_E001": 12717,
      "c16002_M001": 427,
      "c16002_E004": 51,
      "c16002_M004": 74,
      "c16002_E007": 91,
      "c16002_M007": 53,
      "c16002_E010": 54,
      "c16002_M010": 44,
      "c16002_E013": 13,
      "c16002_M013": 20,
      "b22010_E001": 12717,
      "b22010_M001": 427,
      "b22010_E002": 704,
      "b22010_M002": 233,
      "b19013_E001": 87738,
      "b19013_M001": 6193
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.43,
       "moe": 8.19,
       "numerator": 1432,
       "denominator": 4042
      },
      "children_with_two_parents_pct": {
       "estimate": 64.57,
       "moe": 6.88,
       "numerator": 2610,
       "denominator": 4042
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.38,
       "moe": 9.62,
       "numerator": 948,
       "denominator": 2470
      },
      "children_below_poverty_pct": {
       "estimate": 7.84,
       "moe": 3.75,
       "numerator": 333,
       "denominator": 4247
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.24,
       "moe": 3.45,
       "numerator": 10840,
       "denominator": 22473
      },
      "limited_english_households_pct": {
       "estimate": 2.22,
       "moe": 1.25,
       "numerator": 290,
       "denominator": 13087
      },
      "snap_households_pct": {
       "estimate": 6.24,
       "moe": 1.36,
       "numerator": 816,
       "denominator": 13087
      },
      "median_household_income": {
       "estimate": 94750,
       "moe": 5140.0
      },
      "own_children_under_18": {
       "estimate": 4042,
       "moe": 421.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4247,
       "moe": 531.819518257839
      }
     },
     "lines": {
      "b23008_E001": 4042,
      "b23008_M001": 421,
      "b23008_E003": 815,
      "b23008_M003": 204,
      "b23008_E008": 336,
      "b23008_M008": 177,
      "b23008_E016": 1795,
      "b23008_M016": 331,
      "b23008_E021": 1096,
      "b23008_M021": 317,
      "b11003_E001": 7844,
      "b11003_M001": 369,
      "b11003_E003": 1522,
      "b11003_M003": 238,
      "b11003_E010": 377,
      "b11003_M010": 195,
      "b11003_E016": 571,
      "b11003_M016": 195,
      "b17020_E001": 27942,
      "b17020_M001": 46,
      "b17020_E003": 107,
      "b17020_M003": 100,
      "b17020_E004": 86,
      "b17020_M004": 75,
      "b17020_E005": 140,
      "b17020_M005": 107,
      "b17020_E011": 1044,
      "b17020_M011": 242,
      "b17020_E012": 1480,
      "b17020_M012": 315,
      "b17020_E013": 1390,
      "b17020_M013": 313,
      "b15003_E001": 22473,
      "b15003_M001": 585,
      "b15003_E022": 5912,
      "b15003_M022": 632,
      "b15003_E023": 3298,
      "b15003_M023": 439,
      "b15003_E024": 901,
      "b15003_M024": 210,
      "b15003_E025": 729,
      "b15003_M025": 215,
      "c16002_E001": 13087,
      "c16002_M001": 416,
      "c16002_E004": 94,
      "c16002_M004": 120,
      "c16002_E007": 99,
      "c16002_M007": 60,
      "c16002_E010": 84,
      "c16002_M010": 91,
      "c16002_E013": 13,
      "c16002_M013": 21,
      "b22010_E001": 13087,
      "b22010_M001": 416,
      "b22010_E002": 816,
      "b22010_M002": 180,
      "b19013_E001": 94750,
      "b19013_M001": 5140
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.75,
       "moe": 9.5,
       "numerator": 1190,
       "denominator": 3748
      },
      "children_with_two_parents_pct": {
       "estimate": 68.25,
       "moe": 6.49,
       "numerator": 2558,
       "denominator": 3748
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.96,
       "moe": 9.11,
       "numerator": 663,
       "denominator": 2213
      },
      "children_below_poverty_pct": {
       "estimate": 9.46,
       "moe": 6.75,
       "numerator": 371,
       "denominator": 3920
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.5,
       "moe": 3.24,
       "numerator": 11249,
       "denominator": 22723
      },
      "limited_english_households_pct": {
       "estimate": 2.76,
       "moe": 1.42,
       "numerator": 361,
       "denominator": 13103
      },
      "snap_households_pct": {
       "estimate": 5.77,
       "moe": 1.91,
       "numerator": 756,
       "denominator": 13103
      },
      "median_household_income": {
       "estimate": 97223,
       "moe": 6530.0
      },
      "own_children_under_18": {
       "estimate": 3748,
       "moe": 497.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3920,
       "moe": 525.3256133104496
      }
     },
     "lines": {
      "b23008_E001": 3748,
      "b23008_M001": 497,
      "b23008_E003": 846,
      "b23008_M003": 253,
      "b23008_E008": 268,
      "b23008_M008": 200,
      "b23008_E016": 1712,
      "b23008_M016": 332,
      "b23008_E021": 922,
      "b23008_M021": 334,
      "b11003_E001": 7822,
      "b11003_M001": 392,
      "b11003_E003": 1550,
      "b11003_M003": 208,
      "b11003_E010": 166,
      "b11003_M010": 130,
      "b11003_E016": 497,
      "b11003_M016": 179,
      "b17020_E001": 27826,
      "b17020_M001": 60,
      "b17020_E003": 127,
      "b17020_M003": 193,
      "b17020_E004": 77,
      "b17020_M004": 90,
      "b17020_E005": 167,
      "b17020_M005": 165,
      "b17020_E011": 987,
      "b17020_M011": 254,
      "b17020_E012": 1361,
      "b17020_M012": 266,
      "b17020_E013": 1201,
      "b17020_M013": 261,
      "b15003_E001": 22723,
      "b15003_M001": 590,
      "b15003_E022": 5992,
      "b15003_M022": 597,
      "b15003_E023": 3641,
      "b15003_M023": 424,
      "b15003_E024": 838,
      "b15003_M024": 198,
      "b15003_E025": 778,
      "b15003_M025": 231,
      "c16002_E001": 13103,
      "c16002_M001": 496,
      "c16002_E004": 101,
      "c16002_M004": 119,
      "c16002_E007": 149,
      "c16002_M007": 104,
      "c16002_E010": 98,
      "c16002_M010": 97,
      "c16002_E013": 13,
      "c16002_M013": 21,
      "b22010_E001": 13103,
      "b22010_M001": 496,
      "b22010_E002": 756,
      "b22010_M002": 252,
      "b19013_E001": 97223,
      "b19013_M001": 6530
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.55,
       "moe": 10.13,
       "numerator": 1177,
       "denominator": 3730
      },
      "children_with_two_parents_pct": {
       "estimate": 68.45,
       "moe": 7.38,
       "numerator": 2553,
       "denominator": 3730
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.04,
       "moe": 9.34,
       "numerator": 699,
       "denominator": 2252
      },
      "children_below_poverty_pct": {
       "estimate": 7.99,
       "moe": 6.44,
       "numerator": 313,
       "denominator": 3918
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.53,
       "moe": 3.37,
       "numerator": 11666,
       "denominator": 22638
      },
      "limited_english_households_pct": {
       "estimate": 2.47,
       "moe": 1.34,
       "numerator": 326,
       "denominator": 13178
      },
      "snap_households_pct": {
       "estimate": 5.46,
       "moe": 1.62,
       "numerator": 719,
       "denominator": 13178
      },
      "median_household_income": {
       "estimate": 105225,
       "moe": 6607.0
      },
      "own_children_under_18": {
       "estimate": 3730,
       "moe": 513.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3918,
       "moe": 569.8034748928792
      }
     },
     "lines": {
      "b23008_E001": 3730,
      "b23008_M001": 513,
      "b23008_E003": 887,
      "b23008_M003": 261,
      "b23008_E008": 270,
      "b23008_M008": 214,
      "b23008_E016": 1666,
      "b23008_M016": 362,
      "b23008_E021": 907,
      "b23008_M021": 351,
      "b11003_E001": 7841,
      "b11003_M001": 417,
      "b11003_E003": 1553,
      "b11003_M003": 231,
      "b11003_E010": 171,
      "b11003_M010": 129,
      "b11003_E016": 528,
      "b11003_M016": 195,
      "b17020_E001": 27925,
      "b17020_M001": 55,
      "b17020_E003": 131,
      "b17020_M003": 197,
      "b17020_E004": 74,
      "b17020_M004": 84,
      "b17020_E005": 108,
      "b17020_M005": 141,
      "b17020_E011": 1041,
      "b17020_M011": 257,
      "b17020_E012": 1436,
      "b17020_M012": 335,
      "b17020_E013": 1128,
      "b17020_M013": 284,
      "b15003_E001": 22638,
      "b15003_M001": 581,
      "b15003_E022": 6300,
      "b15003_M022": 633,
      "b15003_E023": 3774,
      "b15003_M023": 435,
      "b15003_E024": 854,
      "b15003_M024": 217,
      "b15003_E025": 738,
      "b15003_M025": 182,
      "c16002_E001": 13178,
      "c16002_M001": 528,
      "c16002_E004": 100,
      "c16002_M004": 127,
      "c16002_E007": 118,
      "c16002_M007": 73,
      "c16002_E010": 108,
      "c16002_M010": 97,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 13178,
      "b22010_M001": 528,
      "b22010_E002": 719,
      "b22010_M002": 216,
      "b19013_E001": 105225,
      "b19013_M001": 6607
     }
    }
   }
  },
  "0900450": {
   "name": "Bridgeport School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900450",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 52.98,
       "moe": 3.19,
       "numerator": 17306,
       "denominator": 32667
      },
      "children_with_two_parents_pct": {
       "estimate": 47.02,
       "moe": 3.43,
       "numerator": 15361,
       "denominator": 32667
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.11,
       "moe": 3.96,
       "numerator": 8048,
       "denominator": 16061
      },
      "children_below_poverty_pct": {
       "estimate": 34.83,
       "moe": 3.16,
       "numerator": 11775,
       "denominator": 33807
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.1,
       "moe": 1.44,
       "numerator": 19400,
       "denominator": 96525
      },
      "limited_english_households_pct": {
       "estimate": 15.65,
       "moe": 1.24,
       "numerator": 8283,
       "denominator": 52914
      },
      "snap_households_pct": {
       "estimate": 25.44,
       "moe": 1.52,
       "numerator": 13462,
       "denominator": 52914
      },
      "median_household_income": {
       "estimate": 50597,
       "moe": 1937.0
      },
      "own_children_under_18": {
       "estimate": 32667,
       "moe": 1245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 33807,
       "moe": 1665.525742821167
      }
     },
     "lines": {
      "b23008_E001": 32667,
      "b23008_M001": 1245,
      "b23008_E003": 4635,
      "b23008_M003": 909,
      "b23008_E008": 5483,
      "b23008_M008": 698,
      "b23008_E016": 10726,
      "b23008_M016": 880,
      "b23008_E021": 11823,
      "b23008_M021": 1018,
      "b11003_E001": 33365,
      "b11003_M001": 870,
      "b11003_E003": 8013,
      "b11003_M003": 691,
      "b11003_E010": 2118,
      "b11003_M010": 502,
      "b11003_E016": 5930,
      "b11003_M016": 669,
      "b17020_E001": 144584,
      "b17020_M001": 664,
      "b17020_E003": 4182,
      "b17020_M003": 901,
      "b17020_E004": 4088,
      "b17020_M004": 575,
      "b17020_E005": 3505,
      "b17020_M005": 576,
      "b17020_E011": 6292,
      "b17020_M011": 649,
      "b17020_E012": 7452,
      "b17020_M012": 643,
      "b17020_E013": 8288,
      "b17020_M013": 682,
      "b15003_E001": 96525,
      "b15003_M001": 1495,
      "b15003_E022": 12331,
      "b15003_M022": 1242,
      "b15003_E023": 5167,
      "b15003_M023": 581,
      "b15003_E024": 999,
      "b15003_M024": 231,
      "b15003_E025": 903,
      "b15003_M025": 296,
      "c16002_E001": 52914,
      "c16002_M001": 1040,
      "c16002_E004": 6077,
      "c16002_M004": 568,
      "c16002_E007": 1468,
      "c16002_M007": 316,
      "c16002_E010": 471,
      "c16002_M010": 143,
      "c16002_E013": 267,
      "c16002_M013": 111,
      "b22010_E001": 52914,
      "b22010_M001": 1040,
      "b22010_E002": 13462,
      "b22010_M002": 846,
      "b19013_E001": 50597,
      "b19013_M001": 1937
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.01,
       "moe": 2.94,
       "numerator": 15101,
       "denominator": 29604
      },
      "children_with_two_parents_pct": {
       "estimate": 48.99,
       "moe": 3.75,
       "numerator": 14503,
       "denominator": 29604
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.57,
       "moe": 3.43,
       "numerator": 6797,
       "denominator": 14287
      },
      "children_below_poverty_pct": {
       "estimate": 34.83,
       "moe": 2.41,
       "numerator": 10637,
       "denominator": 30537
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.74,
       "moe": 1.66,
       "numerator": 24999,
       "denominator": 101041
      },
      "limited_english_households_pct": {
       "estimate": 15.49,
       "moe": 1.46,
       "numerator": 8605,
       "denominator": 55550
      },
      "snap_households_pct": {
       "estimate": 22.3,
       "moe": 1.56,
       "numerator": 12386,
       "denominator": 55550
      },
      "median_household_income": {
       "estimate": 54440,
       "moe": 2217.0
      },
      "own_children_under_18": {
       "estimate": 29604,
       "moe": 786.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 30537,
       "moe": 1457.2285338957647
      }
     },
     "lines": {
      "b23008_E001": 29604,
      "b23008_M001": 786,
      "b23008_E003": 4485,
      "b23008_M003": 738,
      "b23008_E008": 5010,
      "b23008_M008": 607,
      "b23008_E016": 10018,
      "b23008_M016": 915,
      "b23008_E021": 10091,
      "b23008_M021": 740,
      "b11003_E001": 32314,
      "b11003_M001": 1198,
      "b11003_E003": 7490,
      "b11003_M003": 683,
      "b11003_E010": 1898,
      "b11003_M010": 440,
      "b11003_E016": 4899,
      "b11003_M016": 504,
      "b17020_E001": 144673,
      "b17020_M001": 180,
      "b17020_E003": 3729,
      "b17020_M003": 553,
      "b17020_E004": 3738,
      "b17020_M004": 451,
      "b17020_E005": 3170,
      "b17020_M005": 540,
      "b17020_E011": 6031,
      "b17020_M011": 621,
      "b17020_E012": 6201,
      "b17020_M012": 658,
      "b17020_E013": 7668,
      "b17020_M013": 710,
      "b15003_E001": 101041,
      "b15003_M001": 1034,
      "b15003_E022": 15050,
      "b15003_M022": 1293,
      "b15003_E023": 7313,
      "b15003_M023": 924,
      "b15003_E024": 1588,
      "b15003_M024": 474,
      "b15003_E025": 1048,
      "b15003_M025": 344,
      "c16002_E001": 55550,
      "c16002_M001": 966,
      "c16002_E004": 5277,
      "c16002_M004": 550,
      "c16002_E007": 2283,
      "c16002_M007": 512,
      "c16002_E010": 778,
      "c16002_M010": 311,
      "c16002_E013": 267,
      "c16002_M013": 151,
      "b22010_E001": 55550,
      "b22010_M001": 966,
      "b22010_E002": 12386,
      "b22010_M002": 891,
      "b19013_E001": 54440,
      "b19013_M001": 2217
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.45,
       "moe": 3.3,
       "numerator": 15576,
       "denominator": 30272
      },
      "children_with_two_parents_pct": {
       "estimate": 48.55,
       "moe": 3.76,
       "numerator": 14696,
       "denominator": 30272
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.43,
       "moe": 2.88,
       "numerator": 6957,
       "denominator": 14669
      },
      "children_below_poverty_pct": {
       "estimate": 34.22,
       "moe": 2.75,
       "numerator": 10733,
       "denominator": 31369
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.13,
       "moe": 1.45,
       "numerator": 22923,
       "denominator": 99097
      },
      "limited_english_households_pct": {
       "estimate": 16.26,
       "moe": 1.46,
       "numerator": 9023,
       "denominator": 55498
      },
      "snap_households_pct": {
       "estimate": 24.09,
       "moe": 1.78,
       "numerator": 13367,
       "denominator": 55498
      },
      "median_household_income": {
       "estimate": 56584,
       "moe": 1938.0
      },
      "own_children_under_18": {
       "estimate": 30272,
       "moe": 947.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 31369,
       "moe": 1559.321326731601
      }
     },
     "lines": {
      "b23008_E001": 30272,
      "b23008_M001": 947,
      "b23008_E003": 4880,
      "b23008_M003": 806,
      "b23008_E008": 4922,
      "b23008_M008": 631,
      "b23008_E016": 9816,
      "b23008_M016": 925,
      "b23008_E021": 10654,
      "b23008_M021": 914,
      "b11003_E001": 33245,
      "b11003_M001": 1072,
      "b11003_E003": 7712,
      "b11003_M003": 724,
      "b11003_E010": 1774,
      "b11003_M010": 384,
      "b11003_E016": 5183,
      "b11003_M016": 485,
      "b17020_E001": 144753,
      "b17020_M001": 220,
      "b17020_E003": 3702,
      "b17020_M003": 683,
      "b17020_E004": 3638,
      "b17020_M004": 568,
      "b17020_E005": 3393,
      "b17020_M005": 488,
      "b17020_E011": 6348,
      "b17020_M011": 615,
      "b17020_E012": 6356,
      "b17020_M012": 620,
      "b17020_E013": 7932,
      "b17020_M013": 801,
      "b15003_E001": 99097,
      "b15003_M001": 1195,
      "b15003_E022": 14377,
      "b15003_M022": 1179,
      "b15003_E023": 6244,
      "b15003_M023": 738,
      "b15003_E024": 1528,
      "b15003_M024": 364,
      "b15003_E025": 774,
      "b15003_M025": 294,
      "c16002_E001": 55498,
      "c16002_M001": 938,
      "c16002_E004": 6065,
      "c16002_M004": 599,
      "c16002_E007": 2057,
      "c16002_M007": 493,
      "c16002_E010": 705,
      "c16002_M010": 253,
      "c16002_E013": 196,
      "c16002_M013": 102,
      "b22010_E001": 55498,
      "b22010_M001": 938,
      "b22010_E002": 13367,
      "b22010_M002": 1015,
      "b19013_E001": 56584,
      "b19013_M001": 1938
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 57.18,
       "moe": 3.56,
       "numerator": 16901,
       "denominator": 29556
      },
      "children_with_two_parents_pct": {
       "estimate": 42.82,
       "moe": 4.07,
       "numerator": 12655,
       "denominator": 29556
      },
      "one_parent_families_with_children_pct": {
       "estimate": 53.03,
       "moe": 3.68,
       "numerator": 7624,
       "denominator": 14377
      },
      "children_below_poverty_pct": {
       "estimate": 33.47,
       "moe": 2.95,
       "numerator": 10295,
       "denominator": 30755
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.37,
       "moe": 1.52,
       "numerator": 23476,
       "denominator": 100441
      },
      "limited_english_households_pct": {
       "estimate": 16.0,
       "moe": 1.55,
       "numerator": 9050,
       "denominator": 56558
      },
      "snap_households_pct": {
       "estimate": 23.72,
       "moe": 1.52,
       "numerator": 13417,
       "denominator": 56558
      },
      "median_household_income": {
       "estimate": 58685,
       "moe": 1978.0
      },
      "own_children_under_18": {
       "estimate": 29556,
       "moe": 812.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 30755,
       "moe": 1687.0210431408377
      }
     },
     "lines": {
      "b23008_E001": 29556,
      "b23008_M001": 812,
      "b23008_E003": 3917,
      "b23008_M003": 758,
      "b23008_E008": 5698,
      "b23008_M008": 781,
      "b23008_E016": 8738,
      "b23008_M016": 996,
      "b23008_E021": 11203,
      "b23008_M021": 845,
      "b11003_E001": 33298,
      "b11003_M001": 1121,
      "b11003_E003": 6753,
      "b11003_M003": 706,
      "b11003_E010": 1918,
      "b11003_M010": 479,
      "b11003_E016": 5706,
      "b11003_M016": 596,
      "b17020_E001": 145653,
      "b17020_M001": 288,
      "b17020_E003": 3808,
      "b17020_M003": 693,
      "b17020_E004": 3311,
      "b17020_M004": 526,
      "b17020_E005": 3176,
      "b17020_M005": 619,
      "b17020_E011": 6090,
      "b17020_M011": 789,
      "b17020_E012": 6766,
      "b17020_M012": 708,
      "b17020_E013": 7604,
      "b17020_M013": 763,
      "b15003_E001": 100441,
      "b15003_M001": 1165,
      "b15003_E022": 14663,
      "b15003_M022": 1277,
      "b15003_E023": 6631,
      "b15003_M023": 753,
      "b15003_E024": 1348,
      "b15003_M024": 358,
      "b15003_E025": 834,
      "b15003_M025": 283,
      "c16002_E001": 56558,
      "c16002_M001": 785,
      "c16002_E004": 6118,
      "c16002_M004": 660,
      "c16002_E007": 2263,
      "c16002_M007": 541,
      "c16002_E010": 487,
      "c16002_M010": 206,
      "c16002_E013": 182,
      "c16002_M013": 94,
      "b22010_E001": 56558,
      "b22010_M001": 785,
      "b22010_E002": 13417,
      "b22010_M002": 880,
      "b19013_E001": 58685,
      "b19013_M001": 1978
     }
    }
   }
  },
  "0900510": {
   "name": "Bristol School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900510",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.59,
       "moe": 5.86,
       "numerator": 4361,
       "denominator": 12255
      },
      "children_with_two_parents_pct": {
       "estimate": 64.41,
       "moe": 5.41,
       "numerator": 7894,
       "denominator": 12255
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.26,
       "moe": 6.41,
       "numerator": 2451,
       "denominator": 6407
      },
      "children_below_poverty_pct": {
       "estimate": 12.67,
       "moe": 4.17,
       "numerator": 1592,
       "denominator": 12570
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.54,
       "moe": 1.96,
       "numerator": 11886,
       "denominator": 43152
      },
      "limited_english_households_pct": {
       "estimate": 4.66,
       "moe": 1.73,
       "numerator": 1145,
       "denominator": 24566
      },
      "snap_households_pct": {
       "estimate": 14.38,
       "moe": 1.67,
       "numerator": 3533,
       "denominator": 24566
      },
      "median_household_income": {
       "estimate": 73604,
       "moe": 4576.0
      },
      "own_children_under_18": {
       "estimate": 12255,
       "moe": 862.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12570,
       "moe": 995.608858940096
      }
     },
     "lines": {
      "b23008_E001": 12255,
      "b23008_M001": 862,
      "b23008_E003": 2191,
      "b23008_M003": 400,
      "b23008_E008": 1124,
      "b23008_M008": 407,
      "b23008_E016": 5703,
      "b23008_M016": 767,
      "b23008_E021": 3237,
      "b23008_M021": 667,
      "b11003_E001": 15637,
      "b11003_M001": 510,
      "b11003_E003": 3956,
      "b11003_M003": 336,
      "b11003_E010": 631,
      "b11003_M010": 210,
      "b11003_E016": 1820,
      "b11003_M016": 416,
      "b17020_E001": 60056,
      "b17020_M001": 244,
      "b17020_E003": 565,
      "b17020_M003": 319,
      "b17020_E004": 526,
      "b17020_M004": 356,
      "b17020_E005": 501,
      "b17020_M005": 250,
      "b17020_E011": 2775,
      "b17020_M011": 456,
      "b17020_E012": 3750,
      "b17020_M012": 448,
      "b17020_E013": 4453,
      "b17020_M013": 540,
      "b15003_E001": 43152,
      "b15003_M001": 922,
      "b15003_E022": 7534,
      "b15003_M022": 744,
      "b15003_E023": 3472,
      "b15003_M023": 418,
      "b15003_E024": 643,
      "b15003_M024": 176,
      "b15003_E025": 237,
      "b15003_M025": 131,
      "c16002_E001": 24566,
      "c16002_M001": 599,
      "c16002_E004": 813,
      "c16002_M004": 411,
      "c16002_E007": 211,
      "c16002_M007": 79,
      "c16002_E010": 58,
      "c16002_M010": 49,
      "c16002_E013": 63,
      "c16002_M013": 56,
      "b22010_E001": 24566,
      "b22010_M001": 599,
      "b22010_E002": 3533,
      "b22010_M002": 420,
      "b19013_E001": 73604,
      "b19013_M001": 4576
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.45,
       "moe": 5.94,
       "numerator": 4388,
       "denominator": 12377
      },
      "children_with_two_parents_pct": {
       "estimate": 64.55,
       "moe": 5.28,
       "numerator": 7989,
       "denominator": 12377
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.48,
       "moe": 4.72,
       "numerator": 2312,
       "denominator": 6517
      },
      "children_below_poverty_pct": {
       "estimate": 14.59,
       "moe": 4.11,
       "numerator": 1862,
       "denominator": 12765
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.6,
       "moe": 2.17,
       "numerator": 12630,
       "denominator": 42669
      },
      "limited_english_households_pct": {
       "estimate": 5.01,
       "moe": 1.71,
       "numerator": 1207,
       "denominator": 24076
      },
      "snap_households_pct": {
       "estimate": 16.57,
       "moe": 2.28,
       "numerator": 3990,
       "denominator": 24076
      },
      "median_household_income": {
       "estimate": 82094,
       "moe": 4966.0
      },
      "own_children_under_18": {
       "estimate": 12377,
       "moe": 795.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12765,
       "moe": 1100.0309086566613
      }
     },
     "lines": {
      "b23008_E001": 12377,
      "b23008_M001": 795,
      "b23008_E003": 2327,
      "b23008_M003": 477,
      "b23008_E008": 1219,
      "b23008_M008": 402,
      "b23008_E016": 5662,
      "b23008_M016": 680,
      "b23008_E021": 3169,
      "b23008_M021": 677,
      "b11003_E001": 15221,
      "b11003_M001": 570,
      "b11003_E003": 4205,
      "b11003_M003": 449,
      "b11003_E010": 562,
      "b11003_M010": 190,
      "b11003_E016": 1750,
      "b11003_M016": 318,
      "b17020_E001": 60308,
      "b17020_M001": 176,
      "b17020_E003": 657,
      "b17020_M003": 312,
      "b17020_E004": 519,
      "b17020_M004": 321,
      "b17020_E005": 686,
      "b17020_M005": 317,
      "b17020_E011": 2897,
      "b17020_M011": 528,
      "b17020_E012": 3551,
      "b17020_M012": 539,
      "b17020_E013": 4455,
      "b17020_M013": 583,
      "b15003_E001": 42669,
      "b15003_M001": 822,
      "b15003_E022": 7994,
      "b15003_M022": 722,
      "b15003_E023": 3707,
      "b15003_M023": 547,
      "b15003_E024": 684,
      "b15003_M024": 278,
      "b15003_E025": 245,
      "b15003_M025": 131,
      "c16002_E001": 24076,
      "c16002_M001": 694,
      "c16002_E004": 887,
      "c16002_M004": 398,
      "c16002_E007": 157,
      "c16002_M007": 56,
      "c16002_E010": 120,
      "c16002_M010": 88,
      "c16002_E013": 43,
      "c16002_M013": 42,
      "b22010_E001": 24076,
      "b22010_M001": 694,
      "b22010_E002": 3990,
      "b22010_M002": 562,
      "b19013_E001": 82094,
      "b19013_M001": 4966
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.54,
       "moe": 5.74,
       "numerator": 4067,
       "denominator": 11445
      },
      "children_with_two_parents_pct": {
       "estimate": 64.46,
       "moe": 5.71,
       "numerator": 7378,
       "denominator": 11445
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.91,
       "moe": 4.82,
       "numerator": 2184,
       "denominator": 6441
      },
      "children_below_poverty_pct": {
       "estimate": 10.71,
       "moe": 3.39,
       "numerator": 1261,
       "denominator": 11770
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.48,
       "moe": 2.02,
       "numerator": 13246,
       "denominator": 43455
      },
      "limited_english_households_pct": {
       "estimate": 5.07,
       "moe": 1.77,
       "numerator": 1254,
       "denominator": 24737
      },
      "snap_households_pct": {
       "estimate": 15.34,
       "moe": 1.88,
       "numerator": 3795,
       "denominator": 24737
      },
      "median_household_income": {
       "estimate": 83458,
       "moe": 4955.0
      },
      "own_children_under_18": {
       "estimate": 11445,
       "moe": 786.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11770,
       "moe": 991.5729927746116
      }
     },
     "lines": {
      "b23008_E001": 11445,
      "b23008_M001": 786,
      "b23008_E003": 2075,
      "b23008_M003": 437,
      "b23008_E008": 1206,
      "b23008_M008": 393,
      "b23008_E016": 5303,
      "b23008_M016": 702,
      "b23008_E021": 2861,
      "b23008_M021": 596,
      "b11003_E001": 15717,
      "b11003_M001": 500,
      "b11003_E003": 4257,
      "b11003_M003": 463,
      "b11003_E010": 546,
      "b11003_M010": 206,
      "b11003_E016": 1638,
      "b11003_M016": 307,
      "b17020_E001": 60381,
      "b17020_M001": 190,
      "b17020_E003": 445,
      "b17020_M003": 245,
      "b17020_E004": 388,
      "b17020_M004": 269,
      "b17020_E005": 428,
      "b17020_M005": 195,
      "b17020_E011": 2843,
      "b17020_M011": 471,
      "b17020_E012": 3380,
      "b17020_M012": 473,
      "b17020_E013": 4286,
      "b17020_M013": 606,
      "b15003_E001": 43455,
      "b15003_M001": 853,
      "b15003_E022": 8147,
      "b15003_M022": 642,
      "b15003_E023": 4156,
      "b15003_M023": 562,
      "b15003_E024": 755,
      "b15003_M024": 322,
      "b15003_E025": 188,
      "b15003_M025": 99,
      "c16002_E001": 24737,
      "c16002_M001": 708,
      "c16002_E004": 772,
      "c16002_M004": 398,
      "c16002_E007": 329,
      "c16002_M007": 163,
      "c16002_E010": 121,
      "c16002_M010": 86,
      "c16002_E013": 32,
      "c16002_M013": 36,
      "b22010_E001": 24737,
      "b22010_M001": 708,
      "b22010_E002": 3795,
      "b22010_M002": 477,
      "b19013_E001": 83458,
      "b19013_M001": 4955
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.0,
       "moe": 5.88,
       "numerator": 4236,
       "denominator": 11766
      },
      "children_with_two_parents_pct": {
       "estimate": 64.0,
       "moe": 6.15,
       "numerator": 7530,
       "denominator": 11766
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.4,
       "moe": 5.74,
       "numerator": 2182,
       "denominator": 6343
      },
      "children_below_poverty_pct": {
       "estimate": 16.28,
       "moe": 4.11,
       "numerator": 1973,
       "denominator": 12121
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.33,
       "moe": 2.09,
       "numerator": 13074,
       "denominator": 43099
      },
      "limited_english_households_pct": {
       "estimate": 5.49,
       "moe": 1.82,
       "numerator": 1343,
       "denominator": 24453
      },
      "snap_households_pct": {
       "estimate": 16.87,
       "moe": 1.93,
       "numerator": 4126,
       "denominator": 24453
      },
      "median_household_income": {
       "estimate": 79076,
       "moe": 5956.0
      },
      "own_children_under_18": {
       "estimate": 11766,
       "moe": 792.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12121,
       "moe": 1066.6213011186303
      }
     },
     "lines": {
      "b23008_E001": 11766,
      "b23008_M001": 792,
      "b23008_E003": 2248,
      "b23008_M003": 425,
      "b23008_E008": 1320,
      "b23008_M008": 412,
      "b23008_E016": 5282,
      "b23008_M016": 774,
      "b23008_E021": 2916,
      "b23008_M021": 625,
      "b11003_E001": 15458,
      "b11003_M001": 547,
      "b11003_E003": 4161,
      "b11003_M003": 425,
      "b11003_E010": 558,
      "b11003_M010": 200,
      "b11003_E016": 1624,
      "b11003_M016": 367,
      "b17020_E001": 60702,
      "b17020_M001": 199,
      "b17020_E003": 785,
      "b17020_M003": 318,
      "b17020_E004": 531,
      "b17020_M004": 324,
      "b17020_E005": 657,
      "b17020_M005": 268,
      "b17020_E011": 2791,
      "b17020_M011": 444,
      "b17020_E012": 3382,
      "b17020_M012": 539,
      "b17020_E013": 3975,
      "b17020_M013": 610,
      "b15003_E001": 43099,
      "b15003_M001": 940,
      "b15003_E022": 8142,
      "b15003_M022": 733,
      "b15003_E023": 3885,
      "b15003_M023": 488,
      "b15003_E024": 647,
      "b15003_M024": 265,
      "b15003_E025": 400,
      "b15003_M025": 211,
      "c16002_E001": 24453,
      "c16002_M001": 787,
      "c16002_E004": 833,
      "c16002_M004": 395,
      "c16002_E007": 375,
      "c16002_M007": 193,
      "c16002_E010": 119,
      "c16002_M010": 82,
      "c16002_E013": 16,
      "c16002_M013": 20,
      "b22010_E001": 24453,
      "b22010_M001": 787,
      "b22010_E002": 4126,
      "b22010_M002": 490,
      "b19013_E001": 79076,
      "b19013_M001": 5956
     }
    }
   }
  },
  "0900540": {
   "name": "Brookfield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900540",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.83,
       "moe": 4.37,
       "numerator": 447,
       "denominator": 3779
      },
      "children_with_two_parents_pct": {
       "estimate": 88.17,
       "moe": 7.59,
       "numerator": 3332,
       "denominator": 3779
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.51,
       "moe": 5.96,
       "numerator": 291,
       "denominator": 2005
      },
      "children_below_poverty_pct": {
       "estimate": 5.2,
       "moe": 3.39,
       "numerator": 200,
       "denominator": 3848
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.88,
       "moe": 3.59,
       "numerator": 6348,
       "denominator": 12235
      },
      "limited_english_households_pct": {
       "estimate": 2.72,
       "moe": 1.81,
       "numerator": 172,
       "denominator": 6330
      },
      "snap_households_pct": {
       "estimate": 2.31,
       "moe": 1.2,
       "numerator": 146,
       "denominator": 6330
      },
      "median_household_income": {
       "estimate": 128606,
       "moe": 11219.0
      },
      "own_children_under_18": {
       "estimate": 3779,
       "moe": 378.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3848,
       "moe": 516.4194031986018
      }
     },
     "lines": {
      "b23008_E001": 3779,
      "b23008_M001": 378,
      "b23008_E003": 825,
      "b23008_M003": 261,
      "b23008_E008": 58,
      "b23008_M008": 70,
      "b23008_E016": 2507,
      "b23008_M016": 354,
      "b23008_E021": 389,
      "b23008_M021": 156,
      "b11003_E001": 5011,
      "b11003_M001": 246,
      "b11003_E003": 1714,
      "b11003_M003": 239,
      "b11003_E010": 58,
      "b11003_M010": 55,
      "b11003_E016": 233,
      "b11003_M016": 113,
      "b17020_E001": 17324,
      "b17020_M001": 87,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 61,
      "b17020_M004": 58,
      "b17020_E005": 139,
      "b17020_M005": 118,
      "b17020_E011": 883,
      "b17020_M011": 280,
      "b17020_E012": 1239,
      "b17020_M012": 288,
      "b17020_E013": 1526,
      "b17020_M013": 296,
      "b15003_E001": 12235,
      "b15003_M001": 425,
      "b15003_E022": 3700,
      "b15003_M022": 369,
      "b15003_E023": 1949,
      "b15003_M023": 255,
      "b15003_E024": 472,
      "b15003_M024": 168,
      "b15003_E025": 227,
      "b15003_M025": 110,
      "c16002_E001": 6330,
      "c16002_M001": 292,
      "c16002_E004": 65,
      "c16002_M004": 61,
      "c16002_E007": 91,
      "c16002_M007": 92,
      "c16002_E010": 16,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6330,
      "b22010_M001": 292,
      "b22010_E002": 146,
      "b22010_M002": 76,
      "b19013_E001": 128606,
      "b19013_M001": 11219
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.93,
       "moe": 5.26,
       "numerator": 727,
       "denominator": 3648
      },
      "children_with_two_parents_pct": {
       "estimate": 80.07,
       "moe": 8.42,
       "numerator": 2921,
       "denominator": 3648
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.24,
       "moe": 3.71,
       "numerator": 364,
       "denominator": 2111
      },
      "children_below_poverty_pct": {
       "estimate": 6.84,
       "moe": 4.06,
       "numerator": 254,
       "denominator": 3712
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.96,
       "moe": 4.21,
       "numerator": 6377,
       "denominator": 12513
      },
      "limited_english_households_pct": {
       "estimate": 2.28,
       "moe": 1.72,
       "numerator": 150,
       "denominator": 6584
      },
      "snap_households_pct": {
       "estimate": 2.16,
       "moe": 1.55,
       "numerator": 142,
       "denominator": 6584
      },
      "median_household_income": {
       "estimate": 132950,
       "moe": 13521.0
      },
      "own_children_under_18": {
       "estimate": 3648,
       "moe": 375.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3712,
       "moe": 544.5576186226762
      }
     },
     "lines": {
      "b23008_E001": 3648,
      "b23008_M001": 375,
      "b23008_E003": 653,
      "b23008_M003": 233,
      "b23008_E008": 200,
      "b23008_M008": 165,
      "b23008_E016": 2268,
      "b23008_M016": 361,
      "b23008_E021": 527,
      "b23008_M021": 123,
      "b11003_E001": 5075,
      "b11003_M001": 204,
      "b11003_E003": 1747,
      "b11003_M003": 289,
      "b11003_E010": 57,
      "b11003_M010": 48,
      "b11003_E016": 307,
      "b11003_M016": 81,
      "b17020_E001": 17347,
      "b17020_M001": 85,
      "b17020_E003": 9,
      "b17020_M003": 19,
      "b17020_E004": 26,
      "b17020_M004": 30,
      "b17020_E005": 219,
      "b17020_M005": 151,
      "b17020_E011": 844,
      "b17020_M011": 266,
      "b17020_E012": 968,
      "b17020_M012": 325,
      "b17020_E013": 1646,
      "b17020_M013": 310,
      "b15003_E001": 12513,
      "b15003_M001": 320,
      "b15003_E022": 3576,
      "b15003_M022": 401,
      "b15003_E023": 1898,
      "b15003_M023": 285,
      "b15003_E024": 584,
      "b15003_M024": 205,
      "b15003_E025": 319,
      "b15003_M025": 142,
      "c16002_E001": 6584,
      "c16002_M001": 224,
      "c16002_E004": 44,
      "c16002_M004": 56,
      "c16002_E007": 89,
      "c16002_M007": 92,
      "c16002_E010": 17,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6584,
      "b22010_M001": 224,
      "b22010_E002": 142,
      "b22010_M002": 102,
      "b19013_E001": 132950,
      "b19013_M001": 13521
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.46,
       "moe": 6.01,
       "numerator": 700,
       "denominator": 3793
      },
      "children_with_two_parents_pct": {
       "estimate": 81.54,
       "moe": 8.85,
       "numerator": 3093,
       "denominator": 3793
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.87,
       "moe": 5.59,
       "numerator": 347,
       "denominator": 2187
      },
      "children_below_poverty_pct": {
       "estimate": 7.85,
       "moe": 4.16,
       "numerator": 299,
       "denominator": 3807
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.24,
       "moe": 4.35,
       "numerator": 6882,
       "denominator": 12688
      },
      "limited_english_households_pct": {
       "estimate": 2.11,
       "moe": 2.05,
       "numerator": 138,
       "denominator": 6542
      },
      "snap_households_pct": {
       "estimate": 1.59,
       "moe": 1.18,
       "numerator": 104,
       "denominator": 6542
      },
      "median_household_income": {
       "estimate": 142432,
       "moe": 13028.0
      },
      "own_children_under_18": {
       "estimate": 3793,
       "moe": 308.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3807,
       "moe": 522.2499401627539
      }
     },
     "lines": {
      "b23008_E001": 3793,
      "b23008_M001": 308,
      "b23008_E003": 677,
      "b23008_M003": 229,
      "b23008_E008": 189,
      "b23008_M008": 163,
      "b23008_E016": 2416,
      "b23008_M016": 351,
      "b23008_E021": 511,
      "b23008_M021": 169,
      "b11003_E001": 5011,
      "b11003_M001": 258,
      "b11003_E003": 1840,
      "b11003_M003": 237,
      "b11003_E010": 60,
      "b11003_M010": 49,
      "b11003_E016": 287,
      "b11003_M016": 120,
      "b17020_E001": 17361,
      "b17020_M001": 100,
      "b17020_E003": 19,
      "b17020_M003": 27,
      "b17020_E004": 55,
      "b17020_M004": 51,
      "b17020_E005": 225,
      "b17020_M005": 153,
      "b17020_E011": 847,
      "b17020_M011": 266,
      "b17020_E012": 1078,
      "b17020_M012": 293,
      "b17020_E013": 1583,
      "b17020_M013": 299,
      "b15003_E001": 12688,
      "b15003_M001": 322,
      "b15003_E022": 4086,
      "b15003_M022": 421,
      "b15003_E023": 1865,
      "b15003_M023": 308,
      "b15003_E024": 601,
      "b15003_M024": 215,
      "b15003_E025": 330,
      "b15003_M025": 132,
      "c16002_E001": 6542,
      "c16002_M001": 263,
      "c16002_E004": 13,
      "c16002_M004": 20,
      "c16002_E007": 109,
      "c16002_M007": 128,
      "c16002_E010": 16,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6542,
      "b22010_M001": 263,
      "b22010_E002": 104,
      "b22010_M002": 77,
      "b19013_E001": 142432,
      "b19013_M001": 13028
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.9,
       "moe": 5.37,
       "numerator": 825,
       "denominator": 3948
      },
      "children_with_two_parents_pct": {
       "estimate": 79.1,
       "moe": 8.68,
       "numerator": 3123,
       "denominator": 3948
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.3,
       "moe": 5.66,
       "numerator": 404,
       "denominator": 2208
      },
      "children_below_poverty_pct": {
       "estimate": 4.74,
       "moe": 2.78,
       "numerator": 187,
       "denominator": 3948
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.28,
       "moe": 4.74,
       "numerator": 7312,
       "denominator": 12546
      },
      "limited_english_households_pct": {
       "estimate": 0.76,
       "moe": 0.94,
       "numerator": 50,
       "denominator": 6587
      },
      "snap_households_pct": {
       "estimate": 0.79,
       "moe": 0.59,
       "numerator": 52,
       "denominator": 6587
      },
      "median_household_income": {
       "estimate": 148360,
       "moe": 10758.0
      },
      "own_children_under_18": {
       "estimate": 3948,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3948,
       "moe": 541.6917942889665
      }
     },
     "lines": {
      "b23008_E001": 3948,
      "b23008_M001": 365,
      "b23008_E003": 696,
      "b23008_M003": 257,
      "b23008_E008": 255,
      "b23008_M008": 134,
      "b23008_E016": 2427,
      "b23008_M016": 367,
      "b23008_E021": 570,
      "b23008_M021": 181,
      "b11003_E001": 4897,
      "b11003_M001": 287,
      "b11003_E003": 1804,
      "b11003_M003": 256,
      "b11003_E010": 121,
      "b11003_M010": 78,
      "b11003_E016": 283,
      "b11003_M016": 111,
      "b17020_E001": 17566,
      "b17020_M001": 113,
      "b17020_E003": 17,
      "b17020_M003": 28,
      "b17020_E004": 68,
      "b17020_M004": 72,
      "b17020_E005": 102,
      "b17020_M005": 82,
      "b17020_E011": 934,
      "b17020_M011": 279,
      "b17020_E012": 1087,
      "b17020_M012": 316,
      "b17020_E013": 1740,
      "b17020_M013": 321,
      "b15003_E001": 12546,
      "b15003_M001": 379,
      "b15003_E022": 4367,
      "b15003_M022": 436,
      "b15003_E023": 2059,
      "b15003_M023": 378,
      "b15003_E024": 628,
      "b15003_M024": 231,
      "b15003_E025": 258,
      "b15003_M025": 125,
      "c16002_E001": 6587,
      "c16002_M001": 265,
      "c16002_E004": 20,
      "c16002_M004": 31,
      "c16002_E007": 30,
      "c16002_M007": 45,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6587,
      "b22010_M001": 265,
      "b22010_E002": 52,
      "b22010_M002": 39,
      "b19013_E001": 148360,
      "b19013_M001": 10758
     }
    }
   }
  },
  "0900570": {
   "name": "Brooklyn School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900570",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.33,
       "moe": 16.06,
       "numerator": 578,
       "denominator": 1788
      },
      "children_with_two_parents_pct": {
       "estimate": 67.67,
       "moe": 16.9,
       "numerator": 1210,
       "denominator": 1788
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.2,
       "moe": 13.19,
       "numerator": 303,
       "denominator": 971
      },
      "children_below_poverty_pct": {
       "estimate": 8.92,
       "moe": 9.19,
       "numerator": 163,
       "denominator": 1828
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.48,
       "moe": 4.47,
       "numerator": 1159,
       "denominator": 5949
      },
      "limited_english_households_pct": {
       "estimate": 3.31,
       "moe": 3.26,
       "numerator": 93,
       "denominator": 2807
      },
      "snap_households_pct": {
       "estimate": 10.9,
       "moe": 4.62,
       "numerator": 306,
       "denominator": 2807
      },
      "median_household_income": {
       "estimate": 79961,
       "moe": 15502.0
      },
      "own_children_under_18": {
       "estimate": 1788,
       "moe": 305.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1828,
       "moe": 420.1475931146101
      }
     },
     "lines": {
      "b23008_E001": 1788,
      "b23008_M001": 305,
      "b23008_E003": 202,
      "b23008_M003": 113,
      "b23008_E008": 308,
      "b23008_M008": 191,
      "b23008_E016": 1008,
      "b23008_M016": 348,
      "b23008_E021": 270,
      "b23008_M021": 236,
      "b11003_E001": 2269,
      "b11003_M001": 163,
      "b11003_E003": 668,
      "b11003_M003": 205,
      "b11003_E010": 193,
      "b11003_M010": 117,
      "b11003_E016": 110,
      "b11003_M016": 95,
      "b17020_E001": 7798,
      "b17020_M001": 201,
      "b17020_E003": 135,
      "b17020_M003": 169,
      "b17020_E004": 14,
      "b17020_M004": 23,
      "b17020_E005": 14,
      "b17020_M005": 23,
      "b17020_E011": 375,
      "b17020_M011": 138,
      "b17020_E012": 512,
      "b17020_M012": 185,
      "b17020_E013": 778,
      "b17020_M013": 306,
      "b15003_E001": 5949,
      "b15003_M001": 322,
      "b15003_E022": 713,
      "b15003_M022": 210,
      "b15003_E023": 346,
      "b15003_M023": 156,
      "b15003_E024": 86,
      "b15003_M024": 76,
      "b15003_E025": 14,
      "b15003_M025": 22,
      "c16002_E001": 2807,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 26,
      "c16002_M007": 44,
      "c16002_E010": 67,
      "c16002_M010": 76,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2807,
      "b22010_M001": 178,
      "b22010_E002": 306,
      "b22010_M002": 131,
      "b19013_E001": 79961,
      "b19013_M001": 15502
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.5,
       "moe": 9.03,
       "numerator": 277,
       "denominator": 1583
      },
      "children_with_two_parents_pct": {
       "estimate": 82.5,
       "moe": 17.18,
       "numerator": 1306,
       "denominator": 1583
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.97,
       "moe": 13.43,
       "numerator": 218,
       "denominator": 949
      },
      "children_below_poverty_pct": {
       "estimate": 7.02,
       "moe": 6.96,
       "numerator": 114,
       "denominator": 1625
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.62,
       "moe": 4.91,
       "numerator": 1263,
       "denominator": 6124
      },
      "limited_english_households_pct": {
       "estimate": 3.11,
       "moe": 3.3,
       "numerator": 91,
       "denominator": 2925
      },
      "snap_households_pct": {
       "estimate": 12.0,
       "moe": 4.39,
       "numerator": 351,
       "denominator": 2925
      },
      "median_household_income": {
       "estimate": 84816,
       "moe": 13643.0
      },
      "own_children_under_18": {
       "estimate": 1583,
       "moe": 304.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1625,
       "moe": 365.7758876689386
      }
     },
     "lines": {
      "b23008_E001": 1583,
      "b23008_M001": 304,
      "b23008_E003": 333,
      "b23008_M003": 148,
      "b23008_E008": 205,
      "b23008_M008": 134,
      "b23008_E016": 973,
      "b23008_M016": 339,
      "b23008_E021": 72,
      "b23008_M021": 73,
      "b11003_E001": 2330,
      "b11003_M001": 195,
      "b11003_E003": 731,
      "b11003_M003": 223,
      "b11003_E010": 167,
      "b11003_M010": 132,
      "b11003_E016": 51,
      "b11003_M016": 50,
      "b17020_E001": 7951,
      "b17020_M001": 65,
      "b17020_E003": 83,
      "b17020_M003": 110,
      "b17020_E004": 16,
      "b17020_M004": 26,
      "b17020_E005": 15,
      "b17020_M005": 26,
      "b17020_E011": 455,
      "b17020_M011": 152,
      "b17020_E012": 434,
      "b17020_M012": 156,
      "b17020_E013": 622,
      "b17020_M013": 270,
      "b15003_E001": 6124,
      "b15003_M001": 356,
      "b15003_E022": 856,
      "b15003_M022": 254,
      "b15003_E023": 341,
      "b15003_M023": 165,
      "b15003_E024": 44,
      "b15003_M024": 60,
      "b15003_E025": 22,
      "b15003_M025": 25,
      "c16002_E001": 2925,
      "c16002_M001": 219,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 91,
      "c16002_M010": 91,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2925,
      "b22010_M001": 219,
      "b22010_E002": 351,
      "b22010_M002": 131,
      "b19013_E001": 84816,
      "b19013_M001": 13643
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.88,
       "moe": 9.69,
       "numerator": 361,
       "denominator": 1729
      },
      "children_with_two_parents_pct": {
       "estimate": 79.12,
       "moe": 16.74,
       "numerator": 1368,
       "denominator": 1729
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.9,
       "moe": 13.45,
       "numerator": 259,
       "denominator": 1040
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 1.77,
       "numerator": 30,
       "denominator": 1770
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.52,
       "moe": 4.08,
       "numerator": 1306,
       "denominator": 6070
      },
      "limited_english_households_pct": {
       "estimate": 0.55,
       "moe": 1.08,
       "numerator": 16,
       "denominator": 2889
      },
      "snap_households_pct": {
       "estimate": 11.32,
       "moe": 4.48,
       "numerator": 327,
       "denominator": 2889
      },
      "median_household_income": {
       "estimate": 90575,
       "moe": 19067.0
      },
      "own_children_under_18": {
       "estimate": 1729,
       "moe": 245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1770,
       "moe": 327.2949739913523
      }
     },
     "lines": {
      "b23008_E001": 1729,
      "b23008_M001": 245,
      "b23008_E003": 360,
      "b23008_M003": 128,
      "b23008_E008": 93,
      "b23008_M008": 69,
      "b23008_E016": 1008,
      "b23008_M016": 324,
      "b23008_E021": 268,
      "b23008_M021": 161,
      "b11003_E001": 2313,
      "b11003_M001": 170,
      "b11003_E003": 781,
      "b11003_M003": 188,
      "b11003_E010": 96,
      "b11003_M010": 101,
      "b11003_E016": 163,
      "b11003_M016": 114,
      "b17020_E001": 8028,
      "b17020_M001": 75,
      "b17020_E003": 13,
      "b17020_M003": 25,
      "b17020_E004": 12,
      "b17020_M004": 18,
      "b17020_E005": 5,
      "b17020_M005": 8,
      "b17020_E011": 440,
      "b17020_M011": 142,
      "b17020_E012": 641,
      "b17020_M012": 164,
      "b17020_E013": 659,
      "b17020_M013": 243,
      "b15003_E001": 6070,
      "b15003_M001": 290,
      "b15003_E022": 839,
      "b15003_M022": 197,
      "b15003_E023": 411,
      "b15003_M023": 157,
      "b15003_E024": 43,
      "b15003_M024": 38,
      "b15003_E025": 13,
      "b15003_M025": 16,
      "c16002_E001": 2889,
      "c16002_M001": 175,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 7,
      "c16002_M007": 10,
      "c16002_E010": 9,
      "c16002_M010": 12,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2889,
      "b22010_M001": 175,
      "b22010_E002": 327,
      "b22010_M002": 131,
      "b19013_E001": 90575,
      "b19013_M001": 19067
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.86,
       "moe": 5.51,
       "numerator": 199,
       "denominator": 1678
      },
      "children_with_two_parents_pct": {
       "estimate": 88.14,
       "moe": 15.78,
       "numerator": 1479,
       "denominator": 1678
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.77,
       "moe": 6.59,
       "numerator": 111,
       "denominator": 943
      },
      "children_below_poverty_pct": {
       "estimate": 0.97,
       "moe": 1.49,
       "numerator": 17,
       "denominator": 1755
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.87,
       "moe": 4.51,
       "numerator": 1488,
       "denominator": 6233
      },
      "limited_english_households_pct": {
       "estimate": 0.62,
       "moe": 1.13,
       "numerator": 19,
       "denominator": 3042
      },
      "snap_households_pct": {
       "estimate": 9.17,
       "moe": 4.21,
       "numerator": 279,
       "denominator": 3042
      },
      "median_household_income": {
       "estimate": 96207,
       "moe": 15043.0
      },
      "own_children_under_18": {
       "estimate": 1678,
       "moe": 307.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1755,
       "moe": 338.71079108879894
      }
     },
     "lines": {
      "b23008_E001": 1678,
      "b23008_M001": 307,
      "b23008_E003": 345,
      "b23008_M003": 129,
      "b23008_E008": 23,
      "b23008_M008": 29,
      "b23008_E016": 1134,
      "b23008_M016": 356,
      "b23008_E021": 176,
      "b23008_M021": 95,
      "b11003_E001": 2315,
      "b11003_M001": 158,
      "b11003_E003": 832,
      "b11003_M003": 211,
      "b11003_E010": 19,
      "b11003_M010": 21,
      "b11003_E016": 92,
      "b11003_M016": 64,
      "b17020_E001": 8139,
      "b17020_M001": 66,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 8,
      "b17020_M004": 13,
      "b17020_E005": 9,
      "b17020_M005": 13,
      "b17020_E011": 368,
      "b17020_M011": 131,
      "b17020_E012": 684,
      "b17020_M012": 177,
      "b17020_E013": 686,
      "b17020_M013": 256,
      "b15003_E001": 6233,
      "b15003_M001": 333,
      "b15003_E022": 875,
      "b15003_M022": 230,
      "b15003_E023": 497,
      "b15003_M023": 168,
      "b15003_E024": 80,
      "b15003_M024": 61,
      "b15003_E025": 36,
      "b15003_M025": 25,
      "c16002_E001": 3042,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 8,
      "c16002_M007": 13,
      "c16002_E010": 11,
      "c16002_M010": 17,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3042,
      "b22010_M001": 178,
      "b22010_E002": 279,
      "b22010_M002": 129,
      "b19013_E001": 96207,
      "b19013_M001": 15043
     }
    }
   }
  },
  "0900630": {
   "name": "Canaan School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900630",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.64,
       "moe": 18.67,
       "numerator": 55,
       "denominator": 129
      },
      "children_with_two_parents_pct": {
       "estimate": 57.36,
       "moe": 16.4,
       "numerator": 74,
       "denominator": 129
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.25,
       "moe": 15.83,
       "numerator": 20,
       "denominator": 64
      },
      "children_below_poverty_pct": {
       "estimate": 8.11,
       "moe": 11.4,
       "numerator": 12,
       "denominator": 148
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.31,
       "moe": 8.01,
       "numerator": 491,
       "denominator": 957
      },
      "limited_english_households_pct": {
       "estimate": 0.9,
       "moe": 4.26,
       "numerator": 5,
       "denominator": 553
      },
      "snap_households_pct": {
       "estimate": 5.97,
       "moe": 4.26,
       "numerator": 33,
       "denominator": 553
      },
      "median_household_income": {
       "estimate": 80938,
       "moe": 23627.0
      },
      "own_children_under_18": {
       "estimate": 129,
       "moe": 24.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 148,
       "moe": 43.46262762420146
      }
     },
     "lines": {
      "b23008_E001": 129,
      "b23008_M001": 24,
      "b23008_E003": 28,
      "b23008_M003": 14,
      "b23008_E008": 21,
      "b23008_M008": 18,
      "b23008_E016": 46,
      "b23008_M016": 21,
      "b23008_E021": 34,
      "b23008_M021": 19,
      "b11003_E001": 358,
      "b11003_M001": 82,
      "b11003_E003": 44,
      "b11003_M003": 17,
      "b11003_E010": 8,
      "b11003_M010": 9,
      "b11003_E016": 12,
      "b11003_M016": 8,
      "b17020_E001": 1223,
      "b17020_M001": 169,
      "b17020_E003": 6,
      "b17020_M003": 8,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 6,
      "b17020_M005": 8,
      "b17020_E011": 62,
      "b17020_M011": 28,
      "b17020_E012": 30,
      "b17020_M012": 18,
      "b17020_E013": 44,
      "b17020_M013": 22,
      "b15003_E001": 957,
      "b15003_M001": 113,
      "b15003_E022": 293,
      "b15003_M022": 80,
      "b15003_E023": 148,
      "b15003_M023": 47,
      "b15003_E024": 35,
      "b15003_M024": 23,
      "b15003_E025": 15,
      "b15003_M025": 10,
      "c16002_E001": 553,
      "c16002_M001": 78,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 5,
      "c16002_M010": 7,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 553,
      "b22010_M001": 78,
      "b22010_E002": 33,
      "b22010_M002": 24,
      "b19013_E001": 80938,
      "b19013_M001": 23627
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.83,
       "moe": 15.72,
       "numerator": 66,
       "denominator": 138
      },
      "children_with_two_parents_pct": {
       "estimate": 52.17,
       "moe": 16.84,
       "numerator": 72,
       "denominator": 138
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.36,
       "moe": 20.64,
       "numerator": 28,
       "denominator": 77
      },
      "children_below_poverty_pct": {
       "estimate": 8.44,
       "moe": 11.88,
       "numerator": 13,
       "denominator": 154
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.11,
       "moe": 7.74,
       "numerator": 444,
       "denominator": 886
      },
      "limited_english_households_pct": {
       "estimate": 1.59,
       "moe": 5.08,
       "numerator": 8,
       "denominator": 502
      },
      "snap_households_pct": {
       "estimate": 7.77,
       "moe": 5.03,
       "numerator": 39,
       "denominator": 502
      },
      "median_household_income": {
       "estimate": 89318,
       "moe": 23401.0
      },
      "own_children_under_18": {
       "estimate": 138,
       "moe": 26.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 154,
       "moe": 46.216880033165374
      }
     },
     "lines": {
      "b23008_E001": 138,
      "b23008_M001": 26,
      "b23008_E003": 32,
      "b23008_M003": 18,
      "b23008_E008": 28,
      "b23008_M008": 20,
      "b23008_E016": 40,
      "b23008_M016": 20,
      "b23008_E021": 38,
      "b23008_M021": 15,
      "b11003_E001": 332,
      "b11003_M001": 79,
      "b11003_E003": 49,
      "b11003_M003": 19,
      "b11003_E010": 12,
      "b11003_M010": 15,
      "b11003_E016": 16,
      "b11003_M016": 11,
      "b17020_E001": 1155,
      "b17020_M001": 182,
      "b17020_E003": 7,
      "b17020_M003": 9,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 6,
      "b17020_M005": 10,
      "b17020_E011": 69,
      "b17020_M011": 33,
      "b17020_E012": 43,
      "b17020_M012": 21,
      "b17020_E013": 29,
      "b17020_M013": 16,
      "b15003_E001": 886,
      "b15003_M001": 112,
      "b15003_E022": 272,
      "b15003_M022": 75,
      "b15003_E023": 127,
      "b15003_M023": 42,
      "b15003_E024": 20,
      "b15003_M024": 13,
      "b15003_E025": 25,
      "b15003_M025": 17,
      "c16002_E001": 502,
      "c16002_M001": 80,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 8,
      "c16002_M010": 12,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 502,
      "b22010_M001": 80,
      "b22010_E002": 39,
      "b22010_M002": 26,
      "b19013_E001": 89318,
      "b19013_M001": 23401
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.0,
       "moe": 13.44,
       "numerator": 42,
       "denominator": 150
      },
      "children_with_two_parents_pct": {
       "estimate": 72.0,
       "moe": 20.81,
       "numerator": 108,
       "denominator": 150
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.03,
       "moe": 20.07,
       "numerator": 27,
       "denominator": 87
      },
      "children_below_poverty_pct": {
       "estimate": 6.55,
       "moe": 14.3,
       "numerator": 11,
       "denominator": 168
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.23,
       "moe": 8.63,
       "numerator": 434,
       "denominator": 831
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 5.67,
       "numerator": 0,
       "denominator": 494
      },
      "snap_households_pct": {
       "estimate": 7.09,
       "moe": 5.33,
       "numerator": 35,
       "denominator": 494
      },
      "median_household_income": {
       "estimate": 87000,
       "moe": 23733.0
      },
      "own_children_under_18": {
       "estimate": 150,
       "moe": 42.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 168,
       "moe": 50.15974481593781
      }
     },
     "lines": {
      "b23008_E001": 150,
      "b23008_M001": 42,
      "b23008_E003": 32,
      "b23008_M003": 17,
      "b23008_E008": 19,
      "b23008_M008": 16,
      "b23008_E016": 76,
      "b23008_M016": 40,
      "b23008_E021": 23,
      "b23008_M021": 17,
      "b11003_E001": 344,
      "b11003_M001": 81,
      "b11003_E003": 60,
      "b11003_M003": 22,
      "b11003_E010": 14,
      "b11003_M010": 17,
      "b11003_E016": 13,
      "b11003_M016": 10,
      "b17020_E001": 1140,
      "b17020_M001": 195,
      "b17020_E003": 11,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 58,
      "b17020_M011": 26,
      "b17020_E012": 66,
      "b17020_M012": 26,
      "b17020_E013": 33,
      "b17020_M013": 24,
      "b15003_E001": 831,
      "b15003_M001": 101,
      "b15003_E022": 258,
      "b15003_M022": 77,
      "b15003_E023": 118,
      "b15003_M023": 34,
      "b15003_E024": 30,
      "b15003_M024": 21,
      "b15003_E025": 28,
      "b15003_M025": 20,
      "c16002_E001": 494,
      "c16002_M001": 83,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 494,
      "b22010_M001": 83,
      "b22010_E002": 35,
      "b22010_M002": 27,
      "b19013_E001": 87000,
      "b19013_M001": 23733
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.84,
       "moe": 12.52,
       "numerator": 38,
       "denominator": 153
      },
      "children_with_two_parents_pct": {
       "estimate": 75.16,
       "moe": 16.29,
       "numerator": 115,
       "denominator": 153
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.21,
       "moe": 17.75,
       "numerator": 22,
       "denominator": 78
      },
      "children_below_poverty_pct": {
       "estimate": 4.68,
       "moe": 13.47,
       "numerator": 8,
       "denominator": 171
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.82,
       "moe": 8.97,
       "numerator": 425,
       "denominator": 853
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 5.61,
       "numerator": 0,
       "denominator": 499
      },
      "snap_households_pct": {
       "estimate": 6.81,
       "moe": 5.3,
       "numerator": 34,
       "denominator": 499
      },
      "median_household_income": {
       "estimate": 89632,
       "moe": 25455.0
      },
      "own_children_under_18": {
       "estimate": 153,
       "moe": 43.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 171,
       "moe": 51.18593556827891
      }
     },
     "lines": {
      "b23008_E001": 153,
      "b23008_M001": 43,
      "b23008_E003": 39,
      "b23008_M003": 21,
      "b23008_E008": 17,
      "b23008_M008": 15,
      "b23008_E016": 76,
      "b23008_M016": 35,
      "b23008_E021": 21,
      "b23008_M021": 16,
      "b11003_E001": 355,
      "b11003_M001": 77,
      "b11003_E003": 56,
      "b11003_M003": 22,
      "b11003_E010": 10,
      "b11003_M010": 13,
      "b11003_E016": 12,
      "b11003_M016": 9,
      "b17020_E001": 1175,
      "b17020_M001": 204,
      "b17020_E003": 8,
      "b17020_M003": 12,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 66,
      "b17020_M011": 32,
      "b17020_E012": 58,
      "b17020_M012": 22,
      "b17020_E013": 39,
      "b17020_M013": 24,
      "b15003_E001": 853,
      "b15003_M001": 104,
      "b15003_E022": 237,
      "b15003_M022": 81,
      "b15003_E023": 120,
      "b15003_M023": 37,
      "b15003_E024": 38,
      "b15003_M024": 17,
      "b15003_E025": 30,
      "b15003_M025": 18,
      "c16002_E001": 499,
      "c16002_M001": 78,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 499,
      "b22010_M001": 78,
      "b22010_E002": 34,
      "b22010_M002": 27,
      "b19013_E001": 89632,
      "b19013_M001": 25455
     }
    }
   }
  },
  "0900660": {
   "name": "Canterbury School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900660",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.97,
       "moe": 15.18,
       "numerator": 196,
       "denominator": 892
      },
      "children_with_two_parents_pct": {
       "estimate": 78.03,
       "moe": 18.04,
       "numerator": 696,
       "denominator": 892
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.74,
       "moe": 12.7,
       "numerator": 107,
       "denominator": 571
      },
      "children_below_poverty_pct": {
       "estimate": 4.28,
       "moe": 5.35,
       "numerator": 39,
       "denominator": 911
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.49,
       "moe": 5.89,
       "numerator": 1055,
       "denominator": 3838
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.78,
       "numerator": 0,
       "denominator": 2138
      },
      "snap_households_pct": {
       "estimate": 8.23,
       "moe": 4.17,
       "numerator": 176,
       "denominator": 2138
      },
      "median_household_income": {
       "estimate": 95364,
       "moe": 10515.0
      },
      "own_children_under_18": {
       "estimate": 892,
       "moe": 134.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 911,
       "moe": 218.1536156014839
      }
     },
     "lines": {
      "b23008_E001": 892,
      "b23008_M001": 134,
      "b23008_E003": 208,
      "b23008_M003": 98,
      "b23008_E008": 7,
      "b23008_M008": 13,
      "b23008_E016": 488,
      "b23008_M016": 165,
      "b23008_E021": 189,
      "b23008_M021": 138,
      "b11003_E001": 1490,
      "b11003_M001": 138,
      "b11003_E003": 464,
      "b11003_M003": 136,
      "b11003_E010": 55,
      "b11003_M010": 61,
      "b11003_E016": 52,
      "b11003_M016": 49,
      "b17020_E001": 5053,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 29,
      "b17020_M004": 43,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 224,
      "b17020_M011": 100,
      "b17020_E012": 298,
      "b17020_M012": 135,
      "b17020_E013": 350,
      "b17020_M013": 130,
      "b15003_E001": 3838,
      "b15003_M001": 163,
      "b15003_E022": 572,
      "b15003_M022": 163,
      "b15003_E023": 418,
      "b15003_M023": 152,
      "b15003_E024": 23,
      "b15003_M024": 26,
      "b15003_E025": 42,
      "b15003_M025": 53,
      "c16002_E001": 2138,
      "c16002_M001": 150,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2138,
      "b22010_M001": 150,
      "b22010_E002": 176,
      "b22010_M002": 90,
      "b19013_E001": 95364,
      "b19013_M001": 10515
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.57,
       "moe": 19.73,
       "numerator": 228,
       "denominator": 798
      },
      "children_with_two_parents_pct": {
       "estimate": 71.43,
       "moe": 14.14,
       "numerator": 570,
       "denominator": 798
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.48,
       "moe": 13.78,
       "numerator": 110,
       "denominator": 512
      },
      "children_below_poverty_pct": {
       "estimate": 5.81,
       "moe": 7.3,
       "numerator": 47,
       "denominator": 809
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.85,
       "moe": 5.9,
       "numerator": 957,
       "denominator": 4012
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.65,
       "numerator": 0,
       "denominator": 2308
      },
      "snap_households_pct": {
       "estimate": 8.36,
       "moe": 5.11,
       "numerator": 193,
       "denominator": 2308
      },
      "median_household_income": {
       "estimate": 96121,
       "moe": 2344.0
      },
      "own_children_under_18": {
       "estimate": 798,
       "moe": 155.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 809,
       "moe": 181.00828710310475
      }
     },
     "lines": {
      "b23008_E001": 798,
      "b23008_M001": 155,
      "b23008_E003": 105,
      "b23008_M003": 63,
      "b23008_E008": 17,
      "b23008_M008": 29,
      "b23008_E016": 465,
      "b23008_M016": 145,
      "b23008_E021": 211,
      "b23008_M021": 161,
      "b11003_E001": 1576,
      "b11003_M001": 214,
      "b11003_E003": 402,
      "b11003_M003": 121,
      "b11003_E010": 42,
      "b11003_M010": 47,
      "b11003_E016": 68,
      "b11003_M016": 61,
      "b17020_E001": 5067,
      "b17020_M001": 27,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 36,
      "b17020_M004": 54,
      "b17020_E005": 11,
      "b17020_M005": 18,
      "b17020_E011": 122,
      "b17020_M011": 67,
      "b17020_E012": 352,
      "b17020_M012": 107,
      "b17020_E013": 288,
      "b17020_M013": 115,
      "b15003_E001": 4012,
      "b15003_M001": 208,
      "b15003_E022": 482,
      "b15003_M022": 193,
      "b15003_E023": 430,
      "b15003_M023": 138,
      "b15003_E024": 10,
      "b15003_M024": 17,
      "b15003_E025": 35,
      "b15003_M025": 44,
      "c16002_E001": 2308,
      "c16002_M001": 183,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2308,
      "b22010_M001": 183,
      "b22010_E002": 193,
      "b22010_M002": 119,
      "b19013_E001": 96121,
      "b19013_M001": 2344
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.12,
       "moe": 13.56,
       "numerator": 221,
       "denominator": 786
      },
      "children_with_two_parents_pct": {
       "estimate": 71.88,
       "moe": 11.86,
       "numerator": 565,
       "denominator": 786
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.08,
       "moe": 15.95,
       "numerator": 99,
       "denominator": 493
      },
      "children_below_poverty_pct": {
       "estimate": 6.23,
       "moe": 9.67,
       "numerator": 49,
       "denominator": 786
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.94,
       "moe": 5.72,
       "numerator": 1047,
       "denominator": 4036
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.7,
       "numerator": 0,
       "denominator": 2230
      },
      "snap_households_pct": {
       "estimate": 7.26,
       "moe": 4.45,
       "numerator": 162,
       "denominator": 2230
      },
      "median_household_income": {
       "estimate": 99487,
       "moe": 12460.0
      },
      "own_children_under_18": {
       "estimate": 786,
       "moe": 151.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 786,
       "moe": 182.92348127017482
      }
     },
     "lines": {
      "b23008_E001": 786,
      "b23008_M001": 151,
      "b23008_E003": 190,
      "b23008_M003": 89,
      "b23008_E008": 15,
      "b23008_M008": 25,
      "b23008_E016": 375,
      "b23008_M016": 112,
      "b23008_E021": 206,
      "b23008_M021": 112,
      "b11003_E001": 1459,
      "b11003_M001": 136,
      "b11003_E003": 394,
      "b11003_M003": 126,
      "b11003_E010": 29,
      "b11003_M010": 32,
      "b11003_E016": 70,
      "b11003_M016": 78,
      "b17020_E001": 5082,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 49,
      "b17020_M004": 72,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 205,
      "b17020_M011": 89,
      "b17020_E012": 302,
      "b17020_M012": 103,
      "b17020_E013": 230,
      "b17020_M013": 95,
      "b15003_E001": 4036,
      "b15003_M001": 181,
      "b15003_E022": 530,
      "b15003_M022": 163,
      "b15003_E023": 432,
      "b15003_M023": 156,
      "b15003_E024": 45,
      "b15003_M024": 45,
      "b15003_E025": 40,
      "b15003_M025": 50,
      "c16002_E001": 2230,
      "c16002_M001": 166,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2230,
      "b22010_M001": 166,
      "b22010_E002": 162,
      "b22010_M002": 100,
      "b19013_E001": 99487,
      "b19013_M001": 12460
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.14,
       "moe": 11.83,
       "numerator": 163,
       "denominator": 771
      },
      "children_with_two_parents_pct": {
       "estimate": 78.86,
       "moe": 7.85,
       "numerator": 608,
       "denominator": 771
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.91,
       "moe": 17.61,
       "numerator": 87,
       "denominator": 416
      },
      "children_below_poverty_pct": {
       "estimate": 6.61,
       "moe": 10.34,
       "numerator": 51,
       "denominator": 771
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.22,
       "moe": 5.4,
       "numerator": 1073,
       "denominator": 4092
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.78,
       "numerator": 0,
       "denominator": 2132
      },
      "snap_households_pct": {
       "estimate": 7.04,
       "moe": 4.23,
       "numerator": 150,
       "denominator": 2132
      },
      "median_household_income": {
       "estimate": 103198,
       "moe": 6437.0
      },
      "own_children_under_18": {
       "estimate": 771,
       "moe": 179.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 771,
       "moe": 183.3248482884958
      }
     },
     "lines": {
      "b23008_E001": 771,
      "b23008_M001": 179,
      "b23008_E003": 224,
      "b23008_M003": 92,
      "b23008_E008": 16,
      "b23008_M008": 27,
      "b23008_E016": 384,
      "b23008_M016": 123,
      "b23008_E021": 147,
      "b23008_M021": 95,
      "b11003_E001": 1505,
      "b11003_M001": 143,
      "b11003_E003": 329,
      "b11003_M003": 95,
      "b11003_E010": 24,
      "b11003_M010": 29,
      "b11003_E016": 63,
      "b11003_M016": 72,
      "b17020_E001": 5124,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 51,
      "b17020_M004": 76,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 240,
      "b17020_M011": 98,
      "b17020_E012": 290,
      "b17020_M012": 109,
      "b17020_E013": 190,
      "b17020_M013": 75,
      "b15003_E001": 4092,
      "b15003_M001": 202,
      "b15003_E022": 561,
      "b15003_M022": 185,
      "b15003_E023": 436,
      "b15003_M023": 122,
      "b15003_E024": 53,
      "b15003_M024": 43,
      "b15003_E025": 23,
      "b15003_M025": 27,
      "c16002_E001": 2132,
      "c16002_M001": 181,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2132,
      "b22010_M001": 181,
      "b22010_E002": 150,
      "b22010_M002": 91,
      "b19013_E001": 103198,
      "b19013_M001": 6437
     }
    }
   }
  },
  "0900690": {
   "name": "Canton School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900690",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.35,
       "moe": 8.55,
       "numerator": 343,
       "denominator": 2098
      },
      "children_with_two_parents_pct": {
       "estimate": 83.65,
       "moe": 14.79,
       "numerator": 1755,
       "denominator": 2098
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.54,
       "moe": 8.68,
       "numerator": 200,
       "denominator": 1079
      },
      "children_below_poverty_pct": {
       "estimate": 1.43,
       "moe": 2.51,
       "numerator": 30,
       "denominator": 2098
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.58,
       "moe": 6.07,
       "numerator": 4088,
       "denominator": 7490
      },
      "limited_english_households_pct": {
       "estimate": 2.17,
       "moe": 1.7,
       "numerator": 92,
       "denominator": 4232
      },
      "snap_households_pct": {
       "estimate": 1.98,
       "moe": 1.37,
       "numerator": 84,
       "denominator": 4232
      },
      "median_household_income": {
       "estimate": 100000,
       "moe": 17380.0
      },
      "own_children_under_18": {
       "estimate": 2098,
       "moe": 303.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2098,
       "moe": 418.1291666459062
      }
     },
     "lines": {
      "b23008_E001": 2098,
      "b23008_M001": 303,
      "b23008_E003": 566,
      "b23008_M003": 250,
      "b23008_E008": 0,
      "b23008_M008": 21,
      "b23008_E016": 1189,
      "b23008_M016": 313,
      "b23008_E021": 343,
      "b23008_M021": 185,
      "b11003_E001": 2804,
      "b11003_M001": 205,
      "b11003_E003": 879,
      "b11003_M003": 127,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 200,
      "b11003_M016": 96,
      "b17020_E001": 9980,
      "b17020_M001": 72,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 30,
      "b17020_M005": 44,
      "b17020_E011": 566,
      "b17020_M011": 250,
      "b17020_E012": 798,
      "b17020_M012": 233,
      "b17020_E013": 704,
      "b17020_M013": 235,
      "b15003_E001": 7490,
      "b15003_M001": 355,
      "b15003_E022": 2211,
      "b15003_M022": 357,
      "b15003_E023": 1278,
      "b15003_M023": 273,
      "b15003_E024": 543,
      "b15003_M024": 200,
      "b15003_E025": 56,
      "b15003_M025": 48,
      "c16002_E001": 4232,
      "c16002_M001": 257,
      "c16002_E004": 34,
      "c16002_M004": 50,
      "c16002_E007": 40,
      "c16002_M007": 38,
      "c16002_E010": 18,
      "c16002_M010": 29,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4232,
      "b22010_M001": 257,
      "b22010_E002": 84,
      "b22010_M002": 58,
      "b19013_E001": 100000,
      "b19013_M001": 17380
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.58,
       "moe": 6.44,
       "numerator": 217,
       "denominator": 2266
      },
      "children_with_two_parents_pct": {
       "estimate": 90.42,
       "moe": 12.69,
       "numerator": 2049,
       "denominator": 2266
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.16,
       "moe": 7.05,
       "numerator": 137,
       "denominator": 1127
      },
      "children_below_poverty_pct": {
       "estimate": 5.96,
       "moe": 4.21,
       "numerator": 135,
       "denominator": 2266
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.58,
       "moe": 5.91,
       "numerator": 4132,
       "denominator": 7303
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.12,
       "numerator": 27,
       "denominator": 4221
      },
      "snap_households_pct": {
       "estimate": 2.56,
       "moe": 1.41,
       "numerator": 108,
       "denominator": 4221
      },
      "median_household_income": {
       "estimate": 108059,
       "moe": 22900.0
      },
      "own_children_under_18": {
       "estimate": 2266,
       "moe": 339.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2266,
       "moe": 437.4448536672937
      }
     },
     "lines": {
      "b23008_E001": 2266,
      "b23008_M001": 339,
      "b23008_E003": 582,
      "b23008_M003": 240,
      "b23008_E008": 0,
      "b23008_M008": 21,
      "b23008_E016": 1467,
      "b23008_M016": 345,
      "b23008_E021": 217,
      "b23008_M021": 148,
      "b11003_E001": 2833,
      "b11003_M001": 211,
      "b11003_E003": 990,
      "b11003_M003": 140,
      "b11003_E010": 21,
      "b11003_M010": 25,
      "b11003_E016": 116,
      "b11003_M016": 78,
      "b17020_E001": 9996,
      "b17020_M001": 58,
      "b17020_E003": 36,
      "b17020_M003": 51,
      "b17020_E004": 38,
      "b17020_M004": 53,
      "b17020_E005": 61,
      "b17020_M005": 66,
      "b17020_E011": 546,
      "b17020_M011": 252,
      "b17020_E012": 885,
      "b17020_M012": 278,
      "b17020_E013": 700,
      "b17020_M013": 202,
      "b15003_E001": 7303,
      "b15003_M001": 372,
      "b15003_E022": 2172,
      "b15003_M022": 368,
      "b15003_E023": 1299,
      "b15003_M023": 245,
      "b15003_E024": 562,
      "b15003_M024": 172,
      "b15003_E025": 99,
      "b15003_M025": 76,
      "c16002_E001": 4221,
      "c16002_M001": 270,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 27,
      "c16002_M007": 30,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4221,
      "b22010_M001": 270,
      "b22010_E002": 108,
      "b22010_M002": 60,
      "b19013_E001": 108059,
      "b19013_M001": 22900
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.02,
       "moe": 7.65,
       "numerator": 228,
       "denominator": 2276
      },
      "children_with_two_parents_pct": {
       "estimate": 89.98,
       "moe": 14.28,
       "numerator": 2048,
       "denominator": 2276
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.19,
       "moe": 9.09,
       "numerator": 145,
       "denominator": 1099
      },
      "children_below_poverty_pct": {
       "estimate": 5.45,
       "moe": 4.24,
       "numerator": 124,
       "denominator": 2276
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.9,
       "moe": 6.46,
       "numerator": 4335,
       "denominator": 7360
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.12,
       "numerator": 27,
       "denominator": 4218
      },
      "snap_households_pct": {
       "estimate": 1.52,
       "moe": 1.11,
       "numerator": 64,
       "denominator": 4218
      },
      "median_household_income": {
       "estimate": 127941,
       "moe": 20185.0
      },
      "own_children_under_18": {
       "estimate": 2276,
       "moe": 343.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2276,
       "moe": 435.2206337020339
      }
     },
     "lines": {
      "b23008_E001": 2276,
      "b23008_M001": 343,
      "b23008_E003": 611,
      "b23008_M003": 260,
      "b23008_E008": 17,
      "b23008_M008": 29,
      "b23008_E016": 1437,
      "b23008_M016": 365,
      "b23008_E021": 211,
      "b23008_M021": 175,
      "b11003_E001": 2830,
      "b11003_M001": 204,
      "b11003_E003": 954,
      "b11003_M003": 132,
      "b11003_E010": 36,
      "b11003_M010": 38,
      "b11003_E016": 109,
      "b11003_M016": 95,
      "b17020_E001": 9992,
      "b17020_M001": 59,
      "b17020_E003": 42,
      "b17020_M003": 58,
      "b17020_E004": 41,
      "b17020_M004": 57,
      "b17020_E005": 41,
      "b17020_M005": 57,
      "b17020_E011": 586,
      "b17020_M011": 265,
      "b17020_E012": 836,
      "b17020_M012": 261,
      "b17020_E013": 730,
      "b17020_M013": 203,
      "b15003_E001": 7360,
      "b15003_M001": 329,
      "b15003_E022": 2102,
      "b15003_M022": 373,
      "b15003_E023": 1544,
      "b15003_M023": 272,
      "b15003_E024": 538,
      "b15003_M024": 200,
      "b15003_E025": 151,
      "b15003_M025": 102,
      "c16002_E001": 4218,
      "c16002_M001": 300,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 27,
      "c16002_M007": 30,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4218,
      "b22010_M001": 300,
      "b22010_E002": 64,
      "b22010_M002": 47,
      "b19013_E001": 127941,
      "b19013_M001": 20185
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.16,
       "moe": 7.18,
       "numerator": 316,
       "denominator": 2232
      },
      "children_with_two_parents_pct": {
       "estimate": 85.84,
       "moe": 14.05,
       "numerator": 1916,
       "denominator": 2232
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.85,
       "moe": 10.1,
       "numerator": 214,
       "denominator": 1135
      },
      "children_below_poverty_pct": {
       "estimate": 6.33,
       "moe": 3.76,
       "numerator": 143,
       "denominator": 2258
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.16,
       "moe": 6.18,
       "numerator": 4340,
       "denominator": 7593
      },
      "limited_english_households_pct": {
       "estimate": 2.63,
       "moe": 2.32,
       "numerator": 115,
       "denominator": 4367
      },
      "snap_households_pct": {
       "estimate": 3.76,
       "moe": 2.34,
       "numerator": 164,
       "denominator": 4367
      },
      "median_household_income": {
       "estimate": 117991,
       "moe": 19778.0
      },
      "own_children_under_18": {
       "estimate": 2232,
       "moe": 348.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2258,
       "moe": 462.9243998754008
      }
     },
     "lines": {
      "b23008_E001": 2232,
      "b23008_M001": 348,
      "b23008_E003": 560,
      "b23008_M003": 272,
      "b23008_E008": 11,
      "b23008_M008": 23,
      "b23008_E016": 1356,
      "b23008_M016": 337,
      "b23008_E021": 305,
      "b23008_M021": 166,
      "b11003_E001": 2849,
      "b11003_M001": 231,
      "b11003_E003": 921,
      "b11003_M003": 148,
      "b11003_E010": 31,
      "b11003_M010": 38,
      "b11003_E016": 183,
      "b11003_M016": 114,
      "b17020_E001": 10031,
      "b17020_M001": 59,
      "b17020_E003": 33,
      "b17020_M003": 48,
      "b17020_E004": 51,
      "b17020_M004": 57,
      "b17020_E005": 59,
      "b17020_M005": 50,
      "b17020_E011": 538,
      "b17020_M011": 275,
      "b17020_E012": 728,
      "b17020_M012": 261,
      "b17020_E013": 849,
      "b17020_M013": 250,
      "b15003_E001": 7593,
      "b15003_M001": 339,
      "b15003_E022": 2152,
      "b15003_M022": 364,
      "b15003_E023": 1488,
      "b15003_M023": 274,
      "b15003_E024": 505,
      "b15003_M024": 185,
      "b15003_E025": 195,
      "b15003_M025": 125,
      "c16002_E001": 4367,
      "c16002_M001": 304,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 55,
      "c16002_M007": 52,
      "c16002_E010": 60,
      "c16002_M010": 82,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4367,
      "b22010_M001": 304,
      "b22010_E002": 164,
      "b22010_M002": 103,
      "b19013_E001": 117991,
      "b19013_M001": 19778
     }
    }
   }
  },
  "0900720": {
   "name": "Chaplin School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900720",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.04,
       "moe": 12.09,
       "numerator": 94,
       "denominator": 361
      },
      "children_with_two_parents_pct": {
       "estimate": 73.96,
       "moe": 19.87,
       "numerator": 267,
       "denominator": 361
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.25,
       "moe": 25.73,
       "numerator": 96,
       "denominator": 251
      },
      "children_below_poverty_pct": {
       "estimate": 5.74,
       "moe": 6.22,
       "numerator": 22,
       "denominator": 383
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.1,
       "moe": 5.37,
       "numerator": 348,
       "denominator": 1575
      },
      "limited_english_households_pct": {
       "estimate": 0.56,
       "moe": 2.71,
       "numerator": 5,
       "denominator": 893
      },
      "snap_households_pct": {
       "estimate": 3.36,
       "moe": 2.66,
       "numerator": 30,
       "denominator": 893
      },
      "median_household_income": {
       "estimate": 85083,
       "moe": 19760.0
      },
      "own_children_under_18": {
       "estimate": 361,
       "moe": 111.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 383,
       "moe": 117.60952342391326
      }
     },
     "lines": {
      "b23008_E001": 361,
      "b23008_M001": 111,
      "b23008_E003": 106,
      "b23008_M003": 67,
      "b23008_E008": 25,
      "b23008_M008": 25,
      "b23008_E016": 161,
      "b23008_M016": 86,
      "b23008_E021": 69,
      "b23008_M021": 46,
      "b11003_E001": 624,
      "b11003_M001": 102,
      "b11003_E003": 155,
      "b11003_M003": 74,
      "b11003_E010": 52,
      "b11003_M010": 71,
      "b11003_E016": 44,
      "b11003_M016": 28,
      "b17020_E001": 2208,
      "b17020_M001": 305,
      "b17020_E003": 12,
      "b17020_M003": 18,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 10,
      "b17020_M005": 11,
      "b17020_E011": 119,
      "b17020_M011": 68,
      "b17020_E012": 70,
      "b17020_M012": 37,
      "b17020_E013": 172,
      "b17020_M013": 85,
      "b15003_E001": 1575,
      "b15003_M001": 166,
      "b15003_E022": 185,
      "b15003_M022": 64,
      "b15003_E023": 112,
      "b15003_M023": 54,
      "b15003_E024": 4,
      "b15003_M024": 6,
      "b15003_E025": 47,
      "b15003_M025": 38,
      "c16002_E001": 893,
      "c16002_M001": 101,
      "c16002_E004": 5,
      "c16002_M004": 9,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 893,
      "b22010_M001": 101,
      "b22010_E002": 30,
      "b22010_M002": 24,
      "b19013_E001": 85083,
      "b19013_M001": 19760
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.02,
       "moe": 13.96,
       "numerator": 87,
       "denominator": 322
      },
      "children_with_two_parents_pct": {
       "estimate": 72.98,
       "moe": 19.66,
       "numerator": 235,
       "denominator": 322
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.15,
       "moe": 25.81,
       "numerator": 84,
       "denominator": 239
      },
      "children_below_poverty_pct": {
       "estimate": 6.65,
       "moe": 7.31,
       "numerator": 24,
       "denominator": 361
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.18,
       "moe": 7.17,
       "numerator": 389,
       "denominator": 1545
      },
      "limited_english_households_pct": {
       "estimate": 1.63,
       "moe": 3.82,
       "numerator": 15,
       "denominator": 918
      },
      "snap_households_pct": {
       "estimate": 7.08,
       "moe": 6.47,
       "numerator": 65,
       "denominator": 918
      },
      "median_household_income": {
       "estimate": 83750,
       "moe": 23403.0
      },
      "own_children_under_18": {
       "estimate": 322,
       "moe": 73.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 361,
       "moe": 92.27675763701279
      }
     },
     "lines": {
      "b23008_E001": 322,
      "b23008_M001": 73,
      "b23008_E003": 101,
      "b23008_M003": 58,
      "b23008_E008": 26,
      "b23008_M008": 27,
      "b23008_E016": 134,
      "b23008_M016": 59,
      "b23008_E021": 61,
      "b23008_M021": 41,
      "b11003_E001": 656,
      "b11003_M001": 109,
      "b11003_E003": 155,
      "b11003_M003": 65,
      "b11003_E010": 46,
      "b11003_M010": 64,
      "b11003_E016": 38,
      "b11003_M016": 29,
      "b17020_E001": 2229,
      "b17020_M001": 258,
      "b17020_E003": 16,
      "b17020_M003": 22,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 8,
      "b17020_M005": 9,
      "b17020_E011": 111,
      "b17020_M011": 55,
      "b17020_E012": 68,
      "b17020_M012": 34,
      "b17020_E013": 158,
      "b17020_M013": 60,
      "b15003_E001": 1545,
      "b15003_M001": 168,
      "b15003_E022": 196,
      "b15003_M022": 98,
      "b15003_E023": 141,
      "b15003_M023": 58,
      "b15003_E024": 8,
      "b15003_M024": 9,
      "b15003_E025": 44,
      "b15003_M025": 32,
      "c16002_E001": 918,
      "c16002_M001": 117,
      "c16002_E004": 15,
      "c16002_M004": 27,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 918,
      "b22010_M001": 117,
      "b22010_E002": 65,
      "b22010_M002": 60,
      "b19013_E001": 83750,
      "b19013_M001": 23403
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.27,
       "moe": 10.3,
       "numerator": 96,
       "denominator": 328
      },
      "children_with_two_parents_pct": {
       "estimate": 70.73,
       "moe": 21.9,
       "numerator": 232,
       "denominator": 328
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.49,
       "moe": 23.84,
       "numerator": 102,
       "denominator": 265
      },
      "children_below_poverty_pct": {
       "estimate": 11.2,
       "moe": 6.12,
       "numerator": 41,
       "denominator": 366
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.4,
       "moe": 5.73,
       "numerator": 347,
       "denominator": 1483
      },
      "limited_english_households_pct": {
       "estimate": 0.67,
       "moe": 2.87,
       "numerator": 6,
       "denominator": 902
      },
      "snap_households_pct": {
       "estimate": 8.43,
       "moe": 4.0,
       "numerator": 76,
       "denominator": 902
      },
      "median_household_income": {
       "estimate": 96582,
       "moe": 17060.0
      },
      "own_children_under_18": {
       "estimate": 328,
       "moe": 68.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 366,
       "moe": 94.86305919587456
      }
     },
     "lines": {
      "b23008_E001": 328,
      "b23008_M001": 68,
      "b23008_E003": 105,
      "b23008_M003": 57,
      "b23008_E008": 26,
      "b23008_M008": 24,
      "b23008_E016": 127,
      "b23008_M016": 65,
      "b23008_E021": 70,
      "b23008_M021": 31,
      "b11003_E001": 619,
      "b11003_M001": 101,
      "b11003_E003": 163,
      "b11003_M003": 68,
      "b11003_E010": 53,
      "b11003_M010": 69,
      "b11003_E016": 49,
      "b11003_M016": 27,
      "b17020_E001": 2168,
      "b17020_M001": 250,
      "b17020_E003": 16,
      "b17020_M003": 17,
      "b17020_E004": 8,
      "b17020_M004": 10,
      "b17020_E005": 17,
      "b17020_M005": 15,
      "b17020_E011": 115,
      "b17020_M011": 56,
      "b17020_E012": 62,
      "b17020_M012": 32,
      "b17020_E013": 148,
      "b17020_M013": 65,
      "b15003_E001": 1483,
      "b15003_M001": 151,
      "b15003_E022": 187,
      "b15003_M022": 63,
      "b15003_E023": 114,
      "b15003_M023": 56,
      "b15003_E024": 15,
      "b15003_M024": 12,
      "b15003_E025": 31,
      "b15003_M025": 35,
      "c16002_E001": 902,
      "c16002_M001": 98,
      "c16002_E004": 6,
      "c16002_M004": 9,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 902,
      "b22010_M001": 98,
      "b22010_E002": 76,
      "b22010_M002": 37,
      "b19013_E001": 96582,
      "b19013_M001": 17060
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.37,
       "moe": 12.93,
       "numerator": 79,
       "denominator": 269
      },
      "children_with_two_parents_pct": {
       "estimate": 70.63,
       "moe": 25.03,
       "numerator": 190,
       "denominator": 269
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.7,
       "moe": 27.31,
       "numerator": 93,
       "denominator": 223
      },
      "children_below_poverty_pct": {
       "estimate": 9.51,
       "moe": 6.12,
       "numerator": 31,
       "denominator": 326
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.38,
       "moe": 6.0,
       "numerator": 364,
       "denominator": 1434
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.17,
       "numerator": 0,
       "denominator": 883
      },
      "snap_households_pct": {
       "estimate": 4.76,
       "moe": 2.66,
       "numerator": 42,
       "denominator": 883
      },
      "median_household_income": {
       "estimate": 97846,
       "moe": 14207.0
      },
      "own_children_under_18": {
       "estimate": 269,
       "moe": 63.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 326,
       "moe": 96.55050491841045
      }
     },
     "lines": {
      "b23008_E001": 269,
      "b23008_M001": 63,
      "b23008_E003": 61,
      "b23008_M003": 45,
      "b23008_E008": 27,
      "b23008_M008": 23,
      "b23008_E016": 129,
      "b23008_M016": 67,
      "b23008_E021": 52,
      "b23008_M021": 32,
      "b11003_E001": 600,
      "b11003_M001": 98,
      "b11003_E003": 130,
      "b11003_M003": 64,
      "b11003_E010": 53,
      "b11003_M010": 68,
      "b11003_E016": 40,
      "b11003_M016": 27,
      "b17020_E001": 2070,
      "b17020_M001": 240,
      "b17020_E003": 12,
      "b17020_M003": 13,
      "b17020_E004": 7,
      "b17020_M004": 12,
      "b17020_E005": 12,
      "b17020_M005": 13,
      "b17020_E011": 97,
      "b17020_M011": 58,
      "b17020_E012": 37,
      "b17020_M012": 24,
      "b17020_E013": 161,
      "b17020_M013": 70,
      "b15003_E001": 1434,
      "b15003_M001": 159,
      "b15003_E022": 211,
      "b15003_M022": 68,
      "b15003_E023": 123,
      "b15003_M023": 58,
      "b15003_E024": 10,
      "b15003_M024": 12,
      "b15003_E025": 20,
      "b15003_M025": 30,
      "c16002_E001": 883,
      "c16002_M001": 100,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 883,
      "b22010_M001": 100,
      "b22010_E002": 42,
      "b22010_M002": 24,
      "b19013_E001": 97846,
      "b19013_M001": 14207
     }
    }
   }
  },
  "0900750": {
   "name": "Cheshire School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900750",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.89,
       "moe": 8.34,
       "numerator": 1019,
       "denominator": 5393
      },
      "children_with_two_parents_pct": {
       "estimate": 81.11,
       "moe": 4.83,
       "numerator": 4374,
       "denominator": 5393
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.75,
       "moe": 7.05,
       "numerator": 533,
       "denominator": 2843
      },
      "children_below_poverty_pct": {
       "estimate": 3.11,
       "moe": 2.68,
       "numerator": 170,
       "denominator": 5469
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.86,
       "moe": 3.9,
       "numerator": 11930,
       "denominator": 20617
      },
      "limited_english_households_pct": {
       "estimate": 2.25,
       "moe": 1.23,
       "numerator": 223,
       "denominator": 9909
      },
      "snap_households_pct": {
       "estimate": 4.27,
       "moe": 1.43,
       "numerator": 423,
       "denominator": 9909
      },
      "median_household_income": {
       "estimate": 132682,
       "moe": 10810.0
      },
      "own_children_under_18": {
       "estimate": 5393,
       "moe": 590.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5469,
       "moe": 639.76089283419
      }
     },
     "lines": {
      "b23008_E001": 5393,
      "b23008_M001": 590,
      "b23008_E003": 1060,
      "b23008_M003": 346,
      "b23008_E008": 136,
      "b23008_M008": 103,
      "b23008_E016": 3314,
      "b23008_M016": 421,
      "b23008_E021": 883,
      "b23008_M021": 452,
      "b11003_E001": 7018,
      "b11003_M001": 341,
      "b11003_E003": 2310,
      "b11003_M003": 257,
      "b11003_E010": 209,
      "b11003_M010": 103,
      "b11003_E016": 324,
      "b11003_M016": 183,
      "b17020_E001": 26351,
      "b17020_M001": 344,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 111,
      "b17020_M004": 134,
      "b17020_E005": 59,
      "b17020_M005": 58,
      "b17020_E011": 1196,
      "b17020_M011": 354,
      "b17020_E012": 1627,
      "b17020_M012": 393,
      "b17020_E013": 2476,
      "b17020_M013": 328,
      "b15003_E001": 20617,
      "b15003_M001": 602,
      "b15003_E022": 6235,
      "b15003_M022": 630,
      "b15003_E023": 3848,
      "b15003_M023": 453,
      "b15003_E024": 980,
      "b15003_M024": 224,
      "b15003_E025": 867,
      "b15003_M025": 338,
      "c16002_E001": 9909,
      "c16002_M001": 435,
      "c16002_E004": 10,
      "c16002_M004": 16,
      "c16002_E007": 81,
      "c16002_M007": 64,
      "c16002_E010": 69,
      "c16002_M010": 66,
      "c16002_E013": 63,
      "c16002_M013": 79,
      "b22010_E001": 9909,
      "b22010_M001": 435,
      "b22010_E002": 423,
      "b22010_M002": 143,
      "b19013_E001": 132682,
      "b19013_M001": 10810
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.82,
       "moe": 8.49,
       "numerator": 928,
       "denominator": 6260
      },
      "children_with_two_parents_pct": {
       "estimate": 85.18,
       "moe": 4.9,
       "numerator": 5332,
       "denominator": 6260
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.03,
       "moe": 7.35,
       "numerator": 467,
       "denominator": 3108
      },
      "children_below_poverty_pct": {
       "estimate": 2.78,
       "moe": 2.03,
       "numerator": 176,
       "denominator": 6326
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 62.06,
       "moe": 4.64,
       "numerator": 12276,
       "denominator": 19781
      },
      "limited_english_households_pct": {
       "estimate": 3.1,
       "moe": 1.54,
       "numerator": 304,
       "denominator": 9810
      },
      "snap_households_pct": {
       "estimate": 3.3,
       "moe": 1.19,
       "numerator": 324,
       "denominator": 9810
      },
      "median_household_income": {
       "estimate": 147969,
       "moe": 8845.0
      },
      "own_children_under_18": {
       "estimate": 6260,
       "moe": 560.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6326,
       "moe": 681.6876117401578
      }
     },
     "lines": {
      "b23008_E001": 6260,
      "b23008_M001": 560,
      "b23008_E003": 1236,
      "b23008_M003": 379,
      "b23008_E008": 67,
      "b23008_M008": 56,
      "b23008_E016": 4096,
      "b23008_M016": 422,
      "b23008_E021": 861,
      "b23008_M021": 535,
      "b11003_E001": 6918,
      "b11003_M001": 317,
      "b11003_E003": 2641,
      "b11003_M003": 284,
      "b11003_E010": 143,
      "b11003_M010": 71,
      "b11003_E016": 324,
      "b11003_M016": 224,
      "b17020_E001": 26892,
      "b17020_M001": 155,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 117,
      "b17020_M004": 116,
      "b17020_E005": 59,
      "b17020_M005": 52,
      "b17020_E011": 1303,
      "b17020_M011": 384,
      "b17020_E012": 2091,
      "b17020_M012": 379,
      "b17020_E013": 2756,
      "b17020_M013": 396,
      "b15003_E001": 19781,
      "b15003_M001": 510,
      "b15003_E022": 6338,
      "b15003_M022": 757,
      "b15003_E023": 3992,
      "b15003_M023": 476,
      "b15003_E024": 963,
      "b15003_M024": 226,
      "b15003_E025": 983,
      "b15003_M025": 301,
      "c16002_E001": 9810,
      "c16002_M001": 410,
      "c16002_E004": 14,
      "c16002_M004": 24,
      "c16002_E007": 76,
      "c16002_M007": 53,
      "c16002_E010": 168,
      "c16002_M010": 126,
      "c16002_E013": 46,
      "c16002_M013": 61,
      "b22010_E001": 9810,
      "b22010_M001": 410,
      "b22010_E002": 324,
      "b22010_M002": 118,
      "b19013_E001": 147969,
      "b19013_M001": 8845
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.8,
       "moe": 8.0,
       "numerator": 1024,
       "denominator": 6096
      },
      "children_with_two_parents_pct": {
       "estimate": 83.2,
       "moe": 2.69,
       "numerator": 5072,
       "denominator": 6096
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.63,
       "moe": 6.05,
       "numerator": 444,
       "denominator": 3035
      },
      "children_below_poverty_pct": {
       "estimate": 3.48,
       "moe": 2.82,
       "numerator": 214,
       "denominator": 6153
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 62.08,
       "moe": 4.07,
       "numerator": 12684,
       "denominator": 20432
      },
      "limited_english_households_pct": {
       "estimate": 4.49,
       "moe": 1.96,
       "numerator": 452,
       "denominator": 10074
      },
      "snap_households_pct": {
       "estimate": 3.75,
       "moe": 1.41,
       "numerator": 378,
       "denominator": 10074
      },
      "median_household_income": {
       "estimate": 150787,
       "moe": 9190.0
      },
      "own_children_under_18": {
       "estimate": 6096,
       "moe": 597.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6153,
       "moe": 658.5825688552651
      }
     },
     "lines": {
      "b23008_E001": 6096,
      "b23008_M001": 597,
      "b23008_E003": 1169,
      "b23008_M003": 343,
      "b23008_E008": 137,
      "b23008_M008": 103,
      "b23008_E016": 3903,
      "b23008_M016": 395,
      "b23008_E021": 887,
      "b23008_M021": 487,
      "b11003_E001": 7158,
      "b11003_M001": 249,
      "b11003_E003": 2591,
      "b11003_M003": 250,
      "b11003_E010": 138,
      "b11003_M010": 81,
      "b11003_E016": 306,
      "b11003_M016": 171,
      "b17020_E001": 27054,
      "b17020_M001": 113,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 173,
      "b17020_M004": 166,
      "b17020_E005": 41,
      "b17020_M005": 49,
      "b17020_E011": 1306,
      "b17020_M011": 349,
      "b17020_E012": 2185,
      "b17020_M012": 382,
      "b17020_E013": 2448,
      "b17020_M013": 368,
      "b15003_E001": 20432,
      "b15003_M001": 536,
      "b15003_E022": 6438,
      "b15003_M022": 647,
      "b15003_E023": 4006,
      "b15003_M023": 450,
      "b15003_E024": 1087,
      "b15003_M024": 267,
      "b15003_E025": 1153,
      "b15003_M025": 331,
      "c16002_E001": 10074,
      "c16002_M001": 323,
      "c16002_E004": 11,
      "c16002_M004": 17,
      "c16002_E007": 145,
      "c16002_M007": 85,
      "c16002_E010": 227,
      "c16002_M010": 154,
      "c16002_E013": 69,
      "c16002_M013": 90,
      "b22010_E001": 10074,
      "b22010_M001": 323,
      "b22010_E002": 378,
      "b22010_M002": 143,
      "b19013_E001": 150787,
      "b19013_M001": 9190
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.53,
       "moe": 7.76,
       "numerator": 987,
       "denominator": 5970
      },
      "children_with_two_parents_pct": {
       "estimate": 83.47,
       "moe": 2.67,
       "numerator": 4983,
       "denominator": 5970
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.48,
       "moe": 5.76,
       "numerator": 418,
       "denominator": 3100
      },
      "children_below_poverty_pct": {
       "estimate": 5.66,
       "moe": 3.45,
       "numerator": 345,
       "denominator": 6100
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.7,
       "moe": 4.2,
       "numerator": 12512,
       "denominator": 20614
      },
      "limited_english_households_pct": {
       "estimate": 4.06,
       "moe": 1.54,
       "numerator": 420,
       "denominator": 10353
      },
      "snap_households_pct": {
       "estimate": 5.24,
       "moe": 1.78,
       "numerator": 542,
       "denominator": 10353
      },
      "median_household_income": {
       "estimate": 146528,
       "moe": 11751.0
      },
      "own_children_under_18": {
       "estimate": 5970,
       "moe": 530.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6100,
       "moe": 646.2197768561405
      }
     },
     "lines": {
      "b23008_E001": 5970,
      "b23008_M001": 530,
      "b23008_E003": 1277,
      "b23008_M003": 326,
      "b23008_E008": 223,
      "b23008_M008": 124,
      "b23008_E016": 3706,
      "b23008_M016": 339,
      "b23008_E021": 764,
      "b23008_M021": 455,
      "b11003_E001": 7185,
      "b11003_M001": 327,
      "b11003_E003": 2682,
      "b11003_M003": 215,
      "b11003_E010": 123,
      "b11003_M010": 104,
      "b11003_E016": 295,
      "b11003_M016": 150,
      "b17020_E001": 27290,
      "b17020_M001": 139,
      "b17020_E003": 92,
      "b17020_M003": 95,
      "b17020_E004": 227,
      "b17020_M004": 188,
      "b17020_E005": 26,
      "b17020_M005": 35,
      "b17020_E011": 1408,
      "b17020_M011": 339,
      "b17020_E012": 2063,
      "b17020_M012": 354,
      "b17020_E013": 2284,
      "b17020_M013": 363,
      "b15003_E001": 20614,
      "b15003_M001": 572,
      "b15003_E022": 6727,
      "b15003_M022": 703,
      "b15003_E023": 3660,
      "b15003_M023": 460,
      "b15003_E024": 1030,
      "b15003_M024": 253,
      "b15003_E025": 1095,
      "b15003_M025": 317,
      "c16002_E001": 10353,
      "c16002_M001": 410,
      "c16002_E004": 59,
      "c16002_M004": 67,
      "c16002_E007": 120,
      "c16002_M007": 55,
      "c16002_E010": 241,
      "c16002_M010": 133,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10353,
      "b22010_M001": 410,
      "b22010_E002": 542,
      "b22010_M002": 186,
      "b19013_E001": 146528,
      "b19013_M001": 11751
     }
    }
   }
  },
  "0900780": {
   "name": "Chester School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900780",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.76,
       "moe": 15.29,
       "numerator": 186,
       "denominator": 625
      },
      "children_with_two_parents_pct": {
       "estimate": 70.24,
       "moe": 20.78,
       "numerator": 439,
       "denominator": 625
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.08,
       "moe": 22.14,
       "numerator": 101,
       "denominator": 325
      },
      "children_below_poverty_pct": {
       "estimate": 9.6,
       "moe": 9.71,
       "numerator": 60,
       "denominator": 625
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.77,
       "moe": 6.16,
       "numerator": 1024,
       "denominator": 2863
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.68,
       "numerator": 0,
       "denominator": 1548
      },
      "snap_households_pct": {
       "estimate": 5.1,
       "moe": 5.21,
       "numerator": 79,
       "denominator": 1548
      },
      "median_household_income": {
       "estimate": 93333,
       "moe": 12502.0
      },
      "own_children_under_18": {
       "estimate": 625,
       "moe": 134.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 625,
       "moe": 181.83234035781425
      }
     },
     "lines": {
      "b23008_E001": 625,
      "b23008_M001": 134,
      "b23008_E003": 133,
      "b23008_M003": 98,
      "b23008_E008": 8,
      "b23008_M008": 18,
      "b23008_E016": 306,
      "b23008_M016": 127,
      "b23008_E021": 178,
      "b23008_M021": 102,
      "b11003_E001": 939,
      "b11003_M001": 121,
      "b11003_E003": 224,
      "b11003_M003": 70,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 101,
      "b11003_M016": 78,
      "b17020_E001": 3679,
      "b17020_M001": 86,
      "b17020_E003": 22,
      "b17020_M003": 30,
      "b17020_E004": 38,
      "b17020_M004": 54,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 119,
      "b17020_M011": 99,
      "b17020_E012": 200,
      "b17020_M012": 109,
      "b17020_E013": 246,
      "b17020_M013": 86,
      "b15003_E001": 2863,
      "b15003_M001": 188,
      "b15003_E022": 607,
      "b15003_M022": 147,
      "b15003_E023": 272,
      "b15003_M023": 79,
      "b15003_E024": 111,
      "b15003_M024": 82,
      "b15003_E025": 34,
      "b15003_M025": 32,
      "c16002_E001": 1548,
      "c16002_M001": 131,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1548,
      "b22010_M001": 131,
      "b22010_E002": 79,
      "b22010_M002": 81,
      "b19013_E001": 93333,
      "b19013_M001": 12502
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.75,
       "moe": 12.89,
       "numerator": 174,
       "denominator": 627
      },
      "children_with_two_parents_pct": {
       "estimate": 72.25,
       "moe": 20.53,
       "numerator": 453,
       "denominator": 627
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.11,
       "moe": 24.63,
       "numerator": 144,
       "denominator": 342
      },
      "children_below_poverty_pct": {
       "estimate": 20.89,
       "moe": 13.37,
       "numerator": 131,
       "denominator": 627
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.42,
       "moe": 6.7,
       "numerator": 1043,
       "denominator": 2787
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.67,
       "numerator": 0,
       "denominator": 1559
      },
      "snap_households_pct": {
       "estimate": 6.61,
       "moe": 6.38,
       "numerator": 103,
       "denominator": 1559
      },
      "median_household_income": {
       "estimate": 90929,
       "moe": 18801.0
      },
      "own_children_under_18": {
       "estimate": 627,
       "moe": 149.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 627,
       "moe": 192.9144888285999
      }
     },
     "lines": {
      "b23008_E001": 627,
      "b23008_M001": 149,
      "b23008_E003": 127,
      "b23008_M003": 91,
      "b23008_E008": 62,
      "b23008_M008": 39,
      "b23008_E016": 326,
      "b23008_M016": 141,
      "b23008_E021": 112,
      "b23008_M021": 82,
      "b11003_E001": 1013,
      "b11003_M001": 134,
      "b11003_E003": 198,
      "b11003_M003": 73,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 144,
      "b11003_M016": 98,
      "b17020_E001": 3633,
      "b17020_M001": 328,
      "b17020_E003": 65,
      "b17020_M003": 49,
      "b17020_E004": 66,
      "b17020_M004": 78,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 124,
      "b17020_M011": 79,
      "b17020_E012": 164,
      "b17020_M012": 111,
      "b17020_E013": 208,
      "b17020_M013": 100,
      "b15003_E001": 2787,
      "b15003_M001": 223,
      "b15003_E022": 546,
      "b15003_M022": 145,
      "b15003_E023": 314,
      "b15003_M023": 88,
      "b15003_E024": 148,
      "b15003_M024": 108,
      "b15003_E025": 35,
      "b15003_M025": 37,
      "c16002_E001": 1559,
      "c16002_M001": 153,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1559,
      "b22010_M001": 153,
      "b22010_E002": 103,
      "b22010_M002": 100,
      "b19013_E001": 90929,
      "b19013_M001": 18801
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.8,
       "moe": 9.88,
       "numerator": 125,
       "denominator": 665
      },
      "children_with_two_parents_pct": {
       "estimate": 81.2,
       "moe": 17.29,
       "numerator": 540,
       "denominator": 665
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.26,
       "moe": 25.53,
       "numerator": 110,
       "denominator": 312
      },
      "children_below_poverty_pct": {
       "estimate": 27.52,
       "moe": 14.22,
       "numerator": 183,
       "denominator": 665
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.75,
       "moe": 6.04,
       "numerator": 1180,
       "denominator": 2760
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.77,
       "numerator": 0,
       "denominator": 1585
      },
      "snap_households_pct": {
       "estimate": 6.44,
       "moe": 5.44,
       "numerator": 102,
       "denominator": 1585
      },
      "median_household_income": {
       "estimate": 94570,
       "moe": 17029.0
      },
      "own_children_under_18": {
       "estimate": 665,
       "moe": 159.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 665,
       "moe": 213.48067828260244
      }
     },
     "lines": {
      "b23008_E001": 665,
      "b23008_M001": 159,
      "b23008_E003": 210,
      "b23008_M003": 108,
      "b23008_E008": 74,
      "b23008_M008": 49,
      "b23008_E016": 330,
      "b23008_M016": 135,
      "b23008_E021": 51,
      "b23008_M021": 53,
      "b11003_E001": 989,
      "b11003_M001": 129,
      "b11003_E003": 202,
      "b11003_M003": 70,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 110,
      "b11003_M016": 88,
      "b17020_E001": 3697,
      "b17020_M001": 339,
      "b17020_E003": 89,
      "b17020_M003": 64,
      "b17020_E004": 94,
      "b17020_M004": 90,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 195,
      "b17020_M011": 113,
      "b17020_E012": 159,
      "b17020_M012": 117,
      "b17020_E013": 128,
      "b17020_M013": 82,
      "b15003_E001": 2760,
      "b15003_M001": 231,
      "b15003_E022": 591,
      "b15003_M022": 111,
      "b15003_E023": 328,
      "b15003_M023": 96,
      "b15003_E024": 183,
      "b15003_M024": 104,
      "b15003_E025": 78,
      "b15003_M025": 72,
      "c16002_E001": 1585,
      "c16002_M001": 174,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1585,
      "b22010_M001": 174,
      "b22010_E002": 102,
      "b22010_M002": 87,
      "b19013_E001": 94570,
      "b19013_M001": 17029
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.33,
       "moe": 11.89,
       "numerator": 136,
       "denominator": 669
      },
      "children_with_two_parents_pct": {
       "estimate": 79.67,
       "moe": 20.09,
       "numerator": 533,
       "denominator": 669
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.21,
       "moe": 21.86,
       "numerator": 117,
       "denominator": 342
      },
      "children_below_poverty_pct": {
       "estimate": 27.5,
       "moe": 13.01,
       "numerator": 184,
       "denominator": 669
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.86,
       "moe": 7.01,
       "numerator": 1355,
       "denominator": 2831
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.72,
       "numerator": 0,
       "denominator": 1628
      },
      "snap_households_pct": {
       "estimate": 6.2,
       "moe": 4.5,
       "numerator": 101,
       "denominator": 1628
      },
      "median_household_income": {
       "estimate": 109191,
       "moe": 18195.0
      },
      "own_children_under_18": {
       "estimate": 669,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 669,
       "moe": 226.68480319597958
      }
     },
     "lines": {
      "b23008_E001": 669,
      "b23008_M001": 157,
      "b23008_E003": 230,
      "b23008_M003": 110,
      "b23008_E008": 65,
      "b23008_M008": 48,
      "b23008_E016": 303,
      "b23008_M016": 147,
      "b23008_E021": 71,
      "b23008_M021": 71,
      "b11003_E001": 1050,
      "b11003_M001": 122,
      "b11003_E003": 225,
      "b11003_M003": 70,
      "b11003_E010": 10,
      "b11003_M010": 16,
      "b11003_E016": 107,
      "b11003_M016": 82,
      "b17020_E001": 3739,
      "b17020_M001": 337,
      "b17020_E003": 90,
      "b17020_M003": 64,
      "b17020_E004": 87,
      "b17020_M004": 85,
      "b17020_E005": 7,
      "b17020_M005": 12,
      "b17020_E011": 205,
      "b17020_M011": 125,
      "b17020_E012": 138,
      "b17020_M012": 130,
      "b17020_E013": 142,
      "b17020_M013": 86,
      "b15003_E001": 2831,
      "b15003_M001": 227,
      "b15003_E022": 632,
      "b15003_M022": 158,
      "b15003_E023": 407,
      "b15003_M023": 102,
      "b15003_E024": 198,
      "b15003_M024": 104,
      "b15003_E025": 118,
      "b15003_M025": 71,
      "c16002_E001": 1628,
      "c16002_M001": 168,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1628,
      "b22010_M001": 168,
      "b22010_E002": 101,
      "b22010_M002": 74,
      "b19013_E001": 109191,
      "b19013_M001": 18195
     }
    }
   }
  },
  "0900810": {
   "name": "Clinton School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900810",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.79,
       "moe": 7.44,
       "numerator": 475,
       "denominator": 2180
      },
      "children_with_two_parents_pct": {
       "estimate": 78.21,
       "moe": 6.05,
       "numerator": 1705,
       "denominator": 2180
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.11,
       "moe": 8.26,
       "numerator": 232,
       "denominator": 1214
      },
      "children_below_poverty_pct": {
       "estimate": 4.53,
       "moe": 2.83,
       "numerator": 100,
       "denominator": 2209
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.97,
       "moe": 3.64,
       "numerator": 4148,
       "denominator": 9883
      },
      "limited_english_households_pct": {
       "estimate": 2.72,
       "moe": 1.65,
       "numerator": 147,
       "denominator": 5406
      },
      "snap_households_pct": {
       "estimate": 4.11,
       "moe": 1.4,
       "numerator": 222,
       "denominator": 5406
      },
      "median_household_income": {
       "estimate": 98836,
       "moe": 9216.0
      },
      "own_children_under_18": {
       "estimate": 2180,
       "moe": 234.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2209,
       "moe": 272.913905838453
      }
     },
     "lines": {
      "b23008_E001": 2180,
      "b23008_M001": 234,
      "b23008_E003": 277,
      "b23008_M003": 94,
      "b23008_E008": 81,
      "b23008_M008": 48,
      "b23008_E016": 1428,
      "b23008_M016": 205,
      "b23008_E021": 394,
      "b23008_M021": 163,
      "b11003_E001": 3578,
      "b11003_M001": 203,
      "b11003_E003": 982,
      "b11003_M003": 159,
      "b11003_E010": 61,
      "b11003_M010": 40,
      "b11003_E016": 171,
      "b11003_M016": 99,
      "b17020_E001": 13248,
      "b17020_M001": 40,
      "b17020_E003": 35,
      "b17020_M003": 33,
      "b17020_E004": 22,
      "b17020_M004": 26,
      "b17020_E005": 43,
      "b17020_M005": 48,
      "b17020_E011": 323,
      "b17020_M011": 109,
      "b17020_E012": 867,
      "b17020_M012": 176,
      "b17020_E013": 919,
      "b17020_M013": 166,
      "b15003_E001": 9883,
      "b15003_M001": 339,
      "b15003_E022": 2153,
      "b15003_M022": 250,
      "b15003_E023": 1388,
      "b15003_M023": 229,
      "b15003_E024": 359,
      "b15003_M024": 153,
      "b15003_E025": 248,
      "b15003_M025": 105,
      "c16002_E001": 5406,
      "c16002_M001": 209,
      "c16002_E004": 87,
      "c16002_M004": 66,
      "c16002_E007": 34,
      "c16002_M007": 46,
      "c16002_E010": 26,
      "c16002_M010": 33,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5406,
      "b22010_M001": 209,
      "b22010_E002": 222,
      "b22010_M002": 76,
      "b19013_E001": 98836,
      "b19013_M001": 9216
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.62,
       "moe": 7.2,
       "numerator": 460,
       "denominator": 2128
      },
      "children_with_two_parents_pct": {
       "estimate": 78.38,
       "moe": 6.7,
       "numerator": 1668,
       "denominator": 2128
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.8,
       "moe": 8.0,
       "numerator": 256,
       "denominator": 1231
      },
      "children_below_poverty_pct": {
       "estimate": 4.73,
       "moe": 2.98,
       "numerator": 103,
       "denominator": 2176
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.04,
       "moe": 3.58,
       "numerator": 4329,
       "denominator": 10057
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 1.19,
       "numerator": 99,
       "denominator": 5430
      },
      "snap_households_pct": {
       "estimate": 5.75,
       "moe": 2.05,
       "numerator": 312,
       "denominator": 5430
      },
      "median_household_income": {
       "estimate": 110556,
       "moe": 7091.0
      },
      "own_children_under_18": {
       "estimate": 2128,
       "moe": 183.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2176,
       "moe": 268.3915050816624
      }
     },
     "lines": {
      "b23008_E001": 2128,
      "b23008_M001": 183,
      "b23008_E003": 305,
      "b23008_M003": 94,
      "b23008_E008": 58,
      "b23008_M008": 40,
      "b23008_E016": 1363,
      "b23008_M016": 179,
      "b23008_E021": 402,
      "b23008_M021": 153,
      "b11003_E001": 3633,
      "b11003_M001": 186,
      "b11003_E003": 975,
      "b11003_M003": 151,
      "b11003_E010": 48,
      "b11003_M010": 34,
      "b11003_E016": 208,
      "b11003_M016": 100,
      "b17020_E001": 13246,
      "b17020_M001": 34,
      "b17020_E003": 36,
      "b17020_M003": 38,
      "b17020_E004": 31,
      "b17020_M004": 30,
      "b17020_E005": 36,
      "b17020_M005": 45,
      "b17020_E011": 327,
      "b17020_M011": 94,
      "b17020_E012": 843,
      "b17020_M012": 173,
      "b17020_E013": 903,
      "b17020_M013": 170,
      "b15003_E001": 10057,
      "b15003_M001": 328,
      "b15003_E022": 2238,
      "b15003_M022": 266,
      "b15003_E023": 1555,
      "b15003_M023": 218,
      "b15003_E024": 335,
      "b15003_M024": 147,
      "b15003_E025": 201,
      "b15003_M025": 100,
      "c16002_E001": 5430,
      "c16002_M001": 212,
      "c16002_E004": 43,
      "c16002_M004": 32,
      "c16002_E007": 28,
      "c16002_M007": 34,
      "c16002_E010": 28,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5430,
      "b22010_M001": 212,
      "b22010_E002": 312,
      "b22010_M002": 112,
      "b19013_E001": 110556,
      "b19013_M001": 7091
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.94,
       "moe": 7.99,
       "numerator": 495,
       "denominator": 2068
      },
      "children_with_two_parents_pct": {
       "estimate": 76.06,
       "moe": 7.95,
       "numerator": 1573,
       "denominator": 2068
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.24,
       "moe": 8.91,
       "numerator": 312,
       "denominator": 1287
      },
      "children_below_poverty_pct": {
       "estimate": 8.17,
       "moe": 4.23,
       "numerator": 175,
       "denominator": 2141
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.13,
       "moe": 4.19,
       "numerator": 4427,
       "denominator": 10031
      },
      "limited_english_households_pct": {
       "estimate": 1.99,
       "moe": 1.26,
       "numerator": 108,
       "denominator": 5439
      },
      "snap_households_pct": {
       "estimate": 5.99,
       "moe": 2.17,
       "numerator": 326,
       "denominator": 5439
      },
      "median_household_income": {
       "estimate": 116023,
       "moe": 9947.0
      },
      "own_children_under_18": {
       "estimate": 2068,
       "moe": 220.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2141,
       "moe": 318.48076865016515
      }
     },
     "lines": {
      "b23008_E001": 2068,
      "b23008_M001": 220,
      "b23008_E003": 295,
      "b23008_M003": 129,
      "b23008_E008": 67,
      "b23008_M008": 50,
      "b23008_E016": 1278,
      "b23008_M016": 196,
      "b23008_E021": 428,
      "b23008_M021": 166,
      "b11003_E001": 3611,
      "b11003_M001": 177,
      "b11003_E003": 975,
      "b11003_M003": 123,
      "b11003_E010": 84,
      "b11003_M010": 53,
      "b11003_E016": 228,
      "b11003_M016": 110,
      "b17020_E001": 13289,
      "b17020_M001": 28,
      "b17020_E003": 83,
      "b17020_M003": 66,
      "b17020_E004": 45,
      "b17020_M004": 50,
      "b17020_E005": 47,
      "b17020_M005": 45,
      "b17020_E011": 279,
      "b17020_M011": 118,
      "b17020_E012": 815,
      "b17020_M012": 215,
      "b17020_E013": 872,
      "b17020_M013": 180,
      "b15003_E001": 10031,
      "b15003_M001": 352,
      "b15003_E022": 2317,
      "b15003_M022": 314,
      "b15003_E023": 1552,
      "b15003_M023": 264,
      "b15003_E024": 417,
      "b15003_M024": 156,
      "b15003_E025": 141,
      "b15003_M025": 90,
      "c16002_E001": 5439,
      "c16002_M001": 243,
      "c16002_E004": 64,
      "c16002_M004": 49,
      "c16002_E007": 21,
      "c16002_M007": 29,
      "c16002_E010": 23,
      "c16002_M010": 32,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5439,
      "b22010_M001": 243,
      "b22010_E002": 326,
      "b22010_M002": 119,
      "b19013_E001": 116023,
      "b19013_M001": 9947
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.77,
       "moe": 7.84,
       "numerator": 505,
       "denominator": 2039
      },
      "children_with_two_parents_pct": {
       "estimate": 75.23,
       "moe": 7.31,
       "numerator": 1534,
       "denominator": 2039
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.84,
       "moe": 10.74,
       "numerator": 339,
       "denominator": 1312
      },
      "children_below_poverty_pct": {
       "estimate": 5.66,
       "moe": 3.53,
       "numerator": 119,
       "denominator": 2103
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.65,
       "moe": 3.83,
       "numerator": 4426,
       "denominator": 10140
      },
      "limited_english_households_pct": {
       "estimate": 1.78,
       "moe": 1.37,
       "numerator": 98,
       "denominator": 5509
      },
      "snap_households_pct": {
       "estimate": 4.99,
       "moe": 1.93,
       "numerator": 275,
       "denominator": 5509
      },
      "median_household_income": {
       "estimate": 124824,
       "moe": 13697.0
      },
      "own_children_under_18": {
       "estimate": 2039,
       "moe": 222.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2103,
       "moe": 300.93853192969493
      }
     },
     "lines": {
      "b23008_E001": 2039,
      "b23008_M001": 222,
      "b23008_E003": 291,
      "b23008_M003": 133,
      "b23008_E008": 45,
      "b23008_M008": 48,
      "b23008_E016": 1243,
      "b23008_M016": 180,
      "b23008_E021": 460,
      "b23008_M021": 162,
      "b11003_E001": 3601,
      "b11003_M001": 183,
      "b11003_E003": 973,
      "b11003_M003": 154,
      "b11003_E010": 70,
      "b11003_M010": 58,
      "b11003_E016": 269,
      "b11003_M016": 140,
      "b17020_E001": 13345,
      "b17020_M001": 24,
      "b17020_E003": 31,
      "b17020_M003": 41,
      "b17020_E004": 43,
      "b17020_M004": 51,
      "b17020_E005": 45,
      "b17020_M005": 39,
      "b17020_E011": 305,
      "b17020_M011": 136,
      "b17020_E012": 802,
      "b17020_M012": 204,
      "b17020_E013": 877,
      "b17020_M013": 157,
      "b15003_E001": 10140,
      "b15003_M001": 340,
      "b15003_E022": 2233,
      "b15003_M022": 276,
      "b15003_E023": 1517,
      "b15003_M023": 233,
      "b15003_E024": 503,
      "b15003_M024": 184,
      "b15003_E025": 173,
      "b15003_M025": 93,
      "c16002_E001": 5509,
      "c16002_M001": 273,
      "c16002_E004": 57,
      "c16002_M004": 43,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 41,
      "c16002_M010": 55,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5509,
      "b22010_M001": 273,
      "b22010_E002": 275,
      "b22010_M002": 107,
      "b19013_E001": 124824,
      "b19013_M001": 13697
     }
    }
   }
  },
  "0900840": {
   "name": "Colchester School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900840",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.7,
       "moe": 8.7,
       "numerator": 1021,
       "denominator": 3558
      },
      "children_with_two_parents_pct": {
       "estimate": 71.3,
       "moe": 13.46,
       "numerator": 2537,
       "denominator": 3558
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.37,
       "moe": 8.18,
       "numerator": 519,
       "denominator": 1896
      },
      "children_below_poverty_pct": {
       "estimate": 10.39,
       "moe": 7.03,
       "numerator": 377,
       "denominator": 3627
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.44,
       "moe": 5.59,
       "numerator": 4813,
       "denominator": 11080
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.69,
       "numerator": 0,
       "denominator": 6097
      },
      "snap_households_pct": {
       "estimate": 6.22,
       "moe": 2.71,
       "numerator": 379,
       "denominator": 6097
      },
      "median_household_income": {
       "estimate": 104527,
       "moe": 11384.0
      },
      "own_children_under_18": {
       "estimate": 3558,
       "moe": 377.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3627,
       "moe": 610.8084806221996
      }
     },
     "lines": {
      "b23008_E001": 3558,
      "b23008_M001": 377,
      "b23008_E003": 1067,
      "b23008_M003": 406,
      "b23008_E008": 297,
      "b23008_M008": 141,
      "b23008_E016": 1470,
      "b23008_M016": 370,
      "b23008_E021": 724,
      "b23008_M021": 296,
      "b11003_E001": 4436,
      "b11003_M001": 244,
      "b11003_E003": 1377,
      "b11003_M003": 248,
      "b11003_E010": 275,
      "b11003_M010": 142,
      "b11003_E016": 244,
      "b11003_M016": 104,
      "b17020_E001": 15387,
      "b17020_M001": 141,
      "b17020_E003": 112,
      "b17020_M003": 108,
      "b17020_E004": 70,
      "b17020_M004": 59,
      "b17020_E005": 195,
      "b17020_M005": 232,
      "b17020_E011": 1252,
      "b17020_M011": 411,
      "b17020_E012": 800,
      "b17020_M012": 214,
      "b17020_E013": 1198,
      "b17020_M013": 299,
      "b15003_E001": 11080,
      "b15003_M001": 383,
      "b15003_E022": 2595,
      "b15003_M022": 397,
      "b15003_E023": 1878,
      "b15003_M023": 487,
      "b15003_E024": 190,
      "b15003_M024": 108,
      "b15003_E025": 150,
      "b15003_M025": 70,
      "c16002_E001": 6097,
      "c16002_M001": 280,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6097,
      "b22010_M001": 280,
      "b22010_E002": 379,
      "b22010_M002": 166,
      "b19013_E001": 104527,
      "b19013_M001": 11384
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.93,
       "moe": 5.91,
       "numerator": 706,
       "denominator": 3542
      },
      "children_with_two_parents_pct": {
       "estimate": 80.07,
       "moe": 13.46,
       "numerator": 2836,
       "denominator": 3542
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.69,
       "moe": 6.14,
       "numerator": 350,
       "denominator": 1778
      },
      "children_below_poverty_pct": {
       "estimate": 3.52,
       "moe": 2.37,
       "numerator": 129,
       "denominator": 3668
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.83,
       "moe": 5.91,
       "numerator": 5069,
       "denominator": 11061
      },
      "limited_english_households_pct": {
       "estimate": 0.15,
       "moe": 0.65,
       "numerator": 9,
       "denominator": 6089
      },
      "snap_households_pct": {
       "estimate": 4.91,
       "moe": 2.04,
       "numerator": 299,
       "denominator": 6089
      },
      "median_household_income": {
       "estimate": 114505,
       "moe": 9422.0
      },
      "own_children_under_18": {
       "estimate": 3542,
       "moe": 361.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3668,
       "moe": 552.729590306146
      }
     },
     "lines": {
      "b23008_E001": 3542,
      "b23008_M001": 361,
      "b23008_E003": 1110,
      "b23008_M003": 407,
      "b23008_E008": 269,
      "b23008_M008": 137,
      "b23008_E016": 1726,
      "b23008_M016": 381,
      "b23008_E021": 437,
      "b23008_M021": 174,
      "b11003_E001": 4320,
      "b11003_M001": 255,
      "b11003_E003": 1428,
      "b11003_M003": 203,
      "b11003_E010": 223,
      "b11003_M010": 95,
      "b11003_E016": 127,
      "b11003_M016": 71,
      "b17020_E001": 15382,
      "b17020_M001": 59,
      "b17020_E003": 69,
      "b17020_M003": 77,
      "b17020_E004": 19,
      "b17020_M004": 24,
      "b17020_E005": 41,
      "b17020_M005": 38,
      "b17020_E011": 1310,
      "b17020_M011": 409,
      "b17020_E012": 912,
      "b17020_M012": 178,
      "b17020_E013": 1317,
      "b17020_M013": 314,
      "b15003_E001": 11061,
      "b15003_M001": 363,
      "b15003_E022": 2837,
      "b15003_M022": 416,
      "b15003_E023": 1943,
      "b15003_M023": 519,
      "b15003_E024": 158,
      "b15003_M024": 92,
      "b15003_E025": 131,
      "b15003_M025": 60,
      "c16002_E001": 6089,
      "c16002_M001": 272,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 9,
      "c16002_M007": 15,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6089,
      "b22010_M001": 272,
      "b22010_E002": 299,
      "b22010_M002": 125,
      "b19013_E001": 114505,
      "b19013_M001": 9422
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.91,
       "moe": 5.99,
       "numerator": 499,
       "denominator": 3346
      },
      "children_with_two_parents_pct": {
       "estimate": 85.09,
       "moe": 12.88,
       "numerator": 2847,
       "denominator": 3346
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.68,
       "moe": 5.8,
       "numerator": 265,
       "denominator": 1690
      },
      "children_below_poverty_pct": {
       "estimate": 0.92,
       "moe": 1.19,
       "numerator": 32,
       "denominator": 3472
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.46,
       "moe": 5.43,
       "numerator": 5207,
       "denominator": 11207
      },
      "limited_english_households_pct": {
       "estimate": 0.11,
       "moe": 0.63,
       "numerator": 7,
       "denominator": 6138
      },
      "snap_households_pct": {
       "estimate": 5.9,
       "moe": 3.02,
       "numerator": 362,
       "denominator": 6138
      },
      "median_household_income": {
       "estimate": 118839,
       "moe": 13854.0
      },
      "own_children_under_18": {
       "estimate": 3346,
       "moe": 378.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3472,
       "moe": 532.7682422967796
      }
     },
     "lines": {
      "b23008_E001": 3346,
      "b23008_M001": 378,
      "b23008_E003": 1143,
      "b23008_M003": 391,
      "b23008_E008": 137,
      "b23008_M008": 123,
      "b23008_E016": 1704,
      "b23008_M016": 369,
      "b23008_E021": 362,
      "b23008_M021": 168,
      "b11003_E001": 4479,
      "b11003_M001": 253,
      "b11003_E003": 1425,
      "b11003_M003": 236,
      "b11003_E010": 137,
      "b11003_M010": 74,
      "b11003_E016": 128,
      "b11003_M016": 76,
      "b17020_E001": 15354,
      "b17020_M001": 33,
      "b17020_E003": 14,
      "b17020_M003": 20,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 18,
      "b17020_M005": 30,
      "b17020_E011": 1266,
      "b17020_M011": 409,
      "b17020_E012": 976,
      "b17020_M012": 222,
      "b17020_E013": 1198,
      "b17020_M013": 256,
      "b15003_E001": 11207,
      "b15003_M001": 388,
      "b15003_E022": 2686,
      "b15003_M022": 416,
      "b15003_E023": 2166,
      "b15003_M023": 460,
      "b15003_E024": 205,
      "b15003_M024": 103,
      "b15003_E025": 150,
      "b15003_M025": 86,
      "c16002_E001": 6138,
      "c16002_M001": 300,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 7,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6138,
      "b22010_M001": 300,
      "b22010_E002": 362,
      "b22010_M002": 186,
      "b19013_E001": 118839,
      "b19013_M001": 13854
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.66,
       "moe": 5.79,
       "numerator": 463,
       "denominator": 3158
      },
      "children_with_two_parents_pct": {
       "estimate": 85.34,
       "moe": 11.34,
       "numerator": 2695,
       "denominator": 3158
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.18,
       "moe": 6.83,
       "numerator": 259,
       "denominator": 1706
      },
      "children_below_poverty_pct": {
       "estimate": 1.3,
       "moe": 1.58,
       "numerator": 42,
       "denominator": 3233
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.65,
       "moe": 5.48,
       "numerator": 5763,
       "denominator": 11607
      },
      "limited_english_households_pct": {
       "estimate": 0.19,
       "moe": 0.66,
       "numerator": 12,
       "denominator": 6388
      },
      "snap_households_pct": {
       "estimate": 5.29,
       "moe": 2.65,
       "numerator": 338,
       "denominator": 6388
      },
      "median_household_income": {
       "estimate": 122390,
       "moe": 14194.0
      },
      "own_children_under_18": {
       "estimate": 3158,
       "moe": 384.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3233,
       "moe": 467.1231101112425
      }
     },
     "lines": {
      "b23008_E001": 3158,
      "b23008_M001": 384,
      "b23008_E003": 1110,
      "b23008_M003": 358,
      "b23008_E008": 134,
      "b23008_M008": 120,
      "b23008_E016": 1585,
      "b23008_M016": 328,
      "b23008_E021": 329,
      "b23008_M021": 149,
      "b11003_E001": 4622,
      "b11003_M001": 241,
      "b11003_E003": 1447,
      "b11003_M003": 234,
      "b11003_E010": 137,
      "b11003_M010": 100,
      "b11003_E016": 122,
      "b11003_M016": 72,
      "b17020_E001": 15499,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 42,
      "b17020_M005": 42,
      "b17020_E011": 1244,
      "b17020_M011": 349,
      "b17020_E012": 971,
      "b17020_M012": 171,
      "b17020_E013": 976,
      "b17020_M013": 254,
      "b15003_E001": 11607,
      "b15003_M001": 381,
      "b15003_E022": 2885,
      "b15003_M022": 390,
      "b15003_E023": 2413,
      "b15003_M023": 514,
      "b15003_E024": 249,
      "b15003_M024": 114,
      "b15003_E025": 216,
      "b15003_M025": 106,
      "c16002_E001": 6388,
      "c16002_M001": 306,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 12,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6388,
      "b22010_M001": 306,
      "b22010_E002": 338,
      "b22010_M002": 170,
      "b19013_E001": 122390,
      "b19013_M001": 14194
     }
    }
   }
  },
  "0900870": {
   "name": "Colebrook School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900870",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.35,
       "moe": 13.55,
       "numerator": 56,
       "denominator": 230
      },
      "children_with_two_parents_pct": {
       "estimate": 75.65,
       "moe": 21.17,
       "numerator": 174,
       "denominator": 230
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.95,
       "moe": 16.06,
       "numerator": 38,
       "denominator": 141
      },
      "children_below_poverty_pct": {
       "estimate": 16.53,
       "moe": 10.32,
       "numerator": 40,
       "denominator": 242
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.14,
       "moe": 5.28,
       "numerator": 336,
       "denominator": 1079
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.35,
       "numerator": 0,
       "denominator": 598
      },
      "snap_households_pct": {
       "estimate": 1.51,
       "moe": 1.33,
       "numerator": 9,
       "denominator": 598
      },
      "median_household_income": {
       "estimate": 106406,
       "moe": 11646.0
      },
      "own_children_under_18": {
       "estimate": 230,
       "moe": 60.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 242,
       "moe": 69.57010852370435
      }
     },
     "lines": {
      "b23008_E001": 230,
      "b23008_M001": 60,
      "b23008_E003": 47,
      "b23008_M003": 36,
      "b23008_E008": 14,
      "b23008_M008": 20,
      "b23008_E016": 127,
      "b23008_M016": 56,
      "b23008_E021": 42,
      "b23008_M021": 28,
      "b11003_E001": 386,
      "b11003_M001": 66,
      "b11003_E003": 103,
      "b11003_M003": 31,
      "b11003_E010": 12,
      "b11003_M010": 12,
      "b11003_E016": 26,
      "b11003_M016": 22,
      "b17020_E001": 1378,
      "b17020_M001": 146,
      "b17020_E003": 14,
      "b17020_M003": 20,
      "b17020_E004": 16,
      "b17020_M004": 16,
      "b17020_E005": 10,
      "b17020_M005": 10,
      "b17020_E011": 47,
      "b17020_M011": 36,
      "b17020_E012": 91,
      "b17020_M012": 42,
      "b17020_E013": 64,
      "b17020_M013": 32,
      "b15003_E001": 1079,
      "b15003_M001": 125,
      "b15003_E022": 183,
      "b15003_M022": 54,
      "b15003_E023": 121,
      "b15003_M023": 38,
      "b15003_E024": 22,
      "b15003_M024": 18,
      "b15003_E025": 10,
      "b15003_M025": 9,
      "c16002_E001": 598,
      "c16002_M001": 67,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 598,
      "b22010_M001": 67,
      "b22010_E002": 9,
      "b22010_M002": 8,
      "b19013_E001": 106406,
      "b19013_M001": 11646
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.25,
       "moe": 11.86,
       "numerator": 49,
       "denominator": 242
      },
      "children_with_two_parents_pct": {
       "estimate": 79.75,
       "moe": 22.6,
       "numerator": 193,
       "denominator": 242
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.22,
       "moe": 17.51,
       "numerator": 32,
       "denominator": 144
      },
      "children_below_poverty_pct": {
       "estimate": 13.67,
       "moe": 9.81,
       "numerator": 35,
       "denominator": 256
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.41,
       "moe": 7.18,
       "numerator": 446,
       "denominator": 1225
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.19,
       "numerator": 0,
       "denominator": 621
      },
      "snap_households_pct": {
       "estimate": 2.25,
       "moe": 1.76,
       "numerator": 14,
       "denominator": 621
      },
      "median_household_income": {
       "estimate": 120625,
       "moe": 22979.0
      },
      "own_children_under_18": {
       "estimate": 242,
       "moe": 68.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 256,
       "moe": 73.32803011127464
      }
     },
     "lines": {
      "b23008_E001": 242,
      "b23008_M001": 68,
      "b23008_E003": 52,
      "b23008_M003": 38,
      "b23008_E008": 17,
      "b23008_M008": 23,
      "b23008_E016": 141,
      "b23008_M016": 67,
      "b23008_E021": 32,
      "b23008_M021": 22,
      "b11003_E001": 443,
      "b11003_M001": 71,
      "b11003_E003": 112,
      "b11003_M003": 37,
      "b11003_E010": 9,
      "b11003_M010": 8,
      "b11003_E016": 23,
      "b11003_M016": 26,
      "b17020_E001": 1554,
      "b17020_M001": 162,
      "b17020_E003": 17,
      "b17020_M003": 23,
      "b17020_E004": 10,
      "b17020_M004": 11,
      "b17020_E005": 8,
      "b17020_M005": 9,
      "b17020_E011": 52,
      "b17020_M011": 38,
      "b17020_E012": 89,
      "b17020_M012": 41,
      "b17020_E013": 80,
      "b17020_M013": 39,
      "b15003_E001": 1225,
      "b15003_M001": 131,
      "b15003_E022": 235,
      "b15003_M022": 75,
      "b15003_E023": 179,
      "b15003_M023": 64,
      "b15003_E024": 22,
      "b15003_M024": 15,
      "b15003_E025": 10,
      "b15003_M025": 8,
      "c16002_E001": 621,
      "c16002_M001": 65,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 621,
      "b22010_M001": 65,
      "b22010_E002": 14,
      "b22010_M002": 11,
      "b19013_E001": 120625,
      "b19013_M001": 22979
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.56,
       "moe": 13.48,
       "numerator": 47,
       "denominator": 218
      },
      "children_with_two_parents_pct": {
       "estimate": 78.44,
       "moe": 6.65,
       "numerator": 171,
       "denominator": 218
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.0,
       "moe": 19.26,
       "numerator": 31,
       "denominator": 124
      },
      "children_below_poverty_pct": {
       "estimate": 15.74,
       "moe": 11.3,
       "numerator": 37,
       "denominator": 235
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.88,
       "moe": 6.26,
       "numerator": 437,
       "denominator": 1124
      },
      "limited_english_households_pct": {
       "estimate": 0.5,
       "moe": 4.09,
       "numerator": 3,
       "denominator": 601
      },
      "snap_households_pct": {
       "estimate": 2.33,
       "moe": 1.64,
       "numerator": 14,
       "denominator": 601
      },
      "median_household_income": {
       "estimate": 114904,
       "moe": 17150.0
      },
      "own_children_under_18": {
       "estimate": 218,
       "moe": 65.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 235,
       "moe": 60.92618484691127
      }
     },
     "lines": {
      "b23008_E001": 218,
      "b23008_M001": 65,
      "b23008_E003": 62,
      "b23008_M003": 31,
      "b23008_E008": 17,
      "b23008_M008": 24,
      "b23008_E016": 109,
      "b23008_M016": 43,
      "b23008_E021": 30,
      "b23008_M021": 22,
      "b11003_E001": 417,
      "b11003_M001": 59,
      "b11003_E003": 93,
      "b11003_M003": 25,
      "b11003_E010": 9,
      "b11003_M010": 11,
      "b11003_E016": 22,
      "b11003_M016": 23,
      "b17020_E001": 1436,
      "b17020_M001": 152,
      "b17020_E003": 17,
      "b17020_M003": 24,
      "b17020_E004": 9,
      "b17020_M004": 11,
      "b17020_E005": 11,
      "b17020_M005": 10,
      "b17020_E011": 62,
      "b17020_M011": 31,
      "b17020_E012": 65,
      "b17020_M012": 35,
      "b17020_E013": 71,
      "b17020_M013": 27,
      "b15003_E001": 1124,
      "b15003_M001": 114,
      "b15003_E022": 227,
      "b15003_M022": 46,
      "b15003_E023": 170,
      "b15003_M023": 66,
      "b15003_E024": 29,
      "b15003_M024": 19,
      "b15003_E025": 11,
      "b15003_M025": 9,
      "c16002_E001": 601,
      "c16002_M001": 66,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 601,
      "b22010_M001": 66,
      "b22010_E002": 14,
      "b22010_M002": 10,
      "b19013_E001": 114904,
      "b19013_M001": 17150
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.42,
       "moe": 12.6,
       "numerator": 49,
       "denominator": 240
      },
      "children_with_two_parents_pct": {
       "estimate": 79.58,
       "moe": 15.44,
       "numerator": 191,
       "denominator": 240
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.03,
       "moe": 21.09,
       "numerator": 31,
       "denominator": 129
      },
      "children_below_poverty_pct": {
       "estimate": 13.74,
       "moe": 10.16,
       "numerator": 36,
       "denominator": 262
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.56,
       "moe": 5.6,
       "numerator": 408,
       "denominator": 1116
      },
      "limited_english_households_pct": {
       "estimate": 0.33,
       "moe": 4.09,
       "numerator": 2,
       "denominator": 598
      },
      "snap_households_pct": {
       "estimate": 4.85,
       "moe": 2.8,
       "numerator": 29,
       "denominator": 598
      },
      "median_household_income": {
       "estimate": 111250,
       "moe": 17080.0
      },
      "own_children_under_18": {
       "estimate": 240,
       "moe": 59.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 262,
       "moe": 68.6804193347711
      }
     },
     "lines": {
      "b23008_E001": 240,
      "b23008_M001": 59,
      "b23008_E003": 82,
      "b23008_M003": 37,
      "b23008_E008": 18,
      "b23008_M008": 24,
      "b23008_E016": 109,
      "b23008_M016": 47,
      "b23008_E021": 31,
      "b23008_M021": 22,
      "b11003_E001": 415,
      "b11003_M001": 59,
      "b11003_E003": 98,
      "b11003_M003": 24,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 31,
      "b11003_M016": 25,
      "b17020_E001": 1466,
      "b17020_M001": 150,
      "b17020_E003": 18,
      "b17020_M003": 24,
      "b17020_E004": 9,
      "b17020_M004": 11,
      "b17020_E005": 9,
      "b17020_M005": 10,
      "b17020_E011": 84,
      "b17020_M011": 36,
      "b17020_E012": 71,
      "b17020_M012": 40,
      "b17020_E013": 71,
      "b17020_M013": 32,
      "b15003_E001": 1116,
      "b15003_M001": 111,
      "b15003_E022": 202,
      "b15003_M022": 43,
      "b15003_E023": 158,
      "b15003_M023": 56,
      "b15003_E024": 34,
      "b15003_M024": 21,
      "b15003_E025": 14,
      "b15003_M025": 11,
      "c16002_E001": 598,
      "c16002_M001": 62,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 2,
      "c16002_M007": 3,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 598,
      "b22010_M001": 62,
      "b22010_E002": 29,
      "b22010_M002": 17,
      "b19013_E001": 111250,
      "b19013_M001": 17080
     }
    }
   }
  },
  "0900900": {
   "name": "Columbia School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900900",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.42,
       "moe": 8.64,
       "numerator": 81,
       "denominator": 777
      },
      "children_with_two_parents_pct": {
       "estimate": 89.58,
       "moe": 8.75,
       "numerator": 696,
       "denominator": 777
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.79,
       "moe": 11.97,
       "numerator": 71,
       "denominator": 480
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.24,
       "numerator": 0,
       "denominator": 777
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.13,
       "moe": 6.88,
       "numerator": 1449,
       "denominator": 4246
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.71,
       "numerator": 0,
       "denominator": 2216
      },
      "snap_households_pct": {
       "estimate": 16.7,
       "moe": 12.82,
       "numerator": 370,
       "denominator": 2216
      },
      "median_household_income": {
       "estimate": 113983,
       "moe": 21146.0
      },
      "own_children_under_18": {
       "estimate": 777,
       "moe": 131.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 777,
       "moe": 165.5294535724685
      }
     },
     "lines": {
      "b23008_E001": 777,
      "b23008_M001": 131,
      "b23008_E003": 135,
      "b23008_M003": 82,
      "b23008_E008": 17,
      "b23008_M008": 27,
      "b23008_E016": 561,
      "b23008_M016": 108,
      "b23008_E021": 64,
      "b23008_M021": 63,
      "b11003_E001": 1814,
      "b11003_M001": 212,
      "b11003_E003": 409,
      "b11003_M003": 85,
      "b11003_E010": 42,
      "b11003_M010": 44,
      "b11003_E016": 29,
      "b11003_M016": 40,
      "b17020_E001": 5269,
      "b17020_M001": 13,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 152,
      "b17020_M011": 90,
      "b17020_E012": 224,
      "b17020_M012": 69,
      "b17020_E013": 401,
      "b17020_M013": 116,
      "b15003_E001": 4246,
      "b15003_M001": 174,
      "b15003_E022": 833,
      "b15003_M022": 208,
      "b15003_E023": 540,
      "b15003_M023": 207,
      "b15003_E024": 65,
      "b15003_M024": 49,
      "b15003_E025": 11,
      "b15003_M025": 18,
      "c16002_E001": 2216,
      "c16002_M001": 194,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2216,
      "b22010_M001": 194,
      "b22010_E002": 370,
      "b22010_M002": 286,
      "b19013_E001": 113983,
      "b19013_M001": 21146
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.45,
       "moe": 6.61,
       "numerator": 49,
       "denominator": 658
      },
      "children_with_two_parents_pct": {
       "estimate": 92.55,
       "moe": 13.43,
       "numerator": 609,
       "denominator": 658
      },
      "one_parent_families_with_children_pct": {
       "estimate": 5.36,
       "moe": 6.21,
       "numerator": 23,
       "denominator": 429
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.92,
       "numerator": 0,
       "denominator": 669
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.29,
       "moe": 7.34,
       "numerator": 1375,
       "denominator": 4394
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.76,
       "numerator": 0,
       "denominator": 2161
      },
      "snap_households_pct": {
       "estimate": 17.77,
       "moe": 14.34,
       "numerator": 384,
       "denominator": 2161
      },
      "median_household_income": {
       "estimate": 124311,
       "moe": 21476.0
      },
      "own_children_under_18": {
       "estimate": 658,
       "moe": 138.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 669,
       "moe": 181.8130908378162
      }
     },
     "lines": {
      "b23008_E001": 658,
      "b23008_M001": 138,
      "b23008_E003": 151,
      "b23008_M003": 101,
      "b23008_E008": 31,
      "b23008_M008": 34,
      "b23008_E016": 458,
      "b23008_M016": 118,
      "b23008_E021": 18,
      "b23008_M021": 29,
      "b11003_E001": 1682,
      "b11003_M001": 238,
      "b11003_E003": 406,
      "b11003_M003": 109,
      "b11003_E010": 15,
      "b11003_M010": 24,
      "b11003_E016": 8,
      "b11003_M016": 13,
      "b17020_E001": 5280,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 182,
      "b17020_M011": 112,
      "b17020_E012": 225,
      "b17020_M012": 95,
      "b17020_E013": 262,
      "b17020_M013": 102,
      "b15003_E001": 4394,
      "b15003_M001": 178,
      "b15003_E022": 823,
      "b15003_M022": 221,
      "b15003_E023": 458,
      "b15003_M023": 233,
      "b15003_E024": 58,
      "b15003_M024": 48,
      "b15003_E025": 36,
      "b15003_M025": 40,
      "c16002_E001": 2161,
      "c16002_M001": 201,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2161,
      "b22010_M001": 201,
      "b22010_E002": 384,
      "b22010_M002": 312,
      "b19013_E001": 124311,
      "b19013_M001": 21476
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 5.72,
       "moe": 6.69,
       "numerator": 36,
       "denominator": 629
      },
      "children_with_two_parents_pct": {
       "estimate": 94.28,
       "moe": 14.6,
       "numerator": 593,
       "denominator": 629
      },
      "one_parent_families_with_children_pct": {
       "estimate": 2.59,
       "moe": 6.4,
       "numerator": 10,
       "denominator": 386
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 5.13,
       "numerator": 0,
       "denominator": 642
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.49,
       "moe": 6.98,
       "numerator": 1451,
       "denominator": 4333
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.79,
       "numerator": 0,
       "denominator": 2122
      },
      "snap_households_pct": {
       "estimate": 17.72,
       "moe": 15.29,
       "numerator": 376,
       "denominator": 2122
      },
      "median_household_income": {
       "estimate": 122500,
       "moe": 20553.0
      },
      "own_children_under_18": {
       "estimate": 629,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 642,
       "moe": 173.5857136978732
      }
     },
     "lines": {
      "b23008_E001": 629,
      "b23008_M001": 157,
      "b23008_E003": 149,
      "b23008_M003": 98,
      "b23008_E008": 15,
      "b23008_M008": 25,
      "b23008_E016": 444,
      "b23008_M016": 144,
      "b23008_E021": 21,
      "b23008_M021": 35,
      "b11003_E001": 1630,
      "b11003_M001": 234,
      "b11003_E003": 376,
      "b11003_M003": 98,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 10,
      "b11003_M016": 16,
      "b17020_E001": 5268,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 164,
      "b17020_M011": 103,
      "b17020_E012": 234,
      "b17020_M012": 98,
      "b17020_E013": 244,
      "b17020_M013": 94,
      "b15003_E001": 4333,
      "b15003_M001": 221,
      "b15003_E022": 792,
      "b15003_M022": 187,
      "b15003_E023": 569,
      "b15003_M023": 240,
      "b15003_E024": 72,
      "b15003_M024": 60,
      "b15003_E025": 18,
      "b15003_M025": 28,
      "c16002_E001": 2122,
      "c16002_M001": 180,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2122,
      "b22010_M001": 180,
      "b22010_E002": 376,
      "b22010_M002": 326,
      "b19013_E001": 122500,
      "b19013_M001": 20553
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.29,
       "moe": 9.91,
       "numerator": 98,
       "denominator": 686
      },
      "children_with_two_parents_pct": {
       "estimate": 85.71,
       "moe": 15.17,
       "numerator": 588,
       "denominator": 686
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.15,
       "moe": 9.68,
       "numerator": 46,
       "denominator": 453
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.67,
       "numerator": 0,
       "denominator": 705
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.61,
       "moe": 6.49,
       "numerator": 1489,
       "denominator": 4302
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.8,
       "numerator": 0,
       "denominator": 2112
      },
      "snap_households_pct": {
       "estimate": 17.71,
       "moe": 16.17,
       "numerator": 374,
       "denominator": 2112
      },
      "median_household_income": {
       "estimate": 127000,
       "moe": 29672.0
      },
      "own_children_under_18": {
       "estimate": 686,
       "moe": 168.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 705,
       "moe": 177.98595450203368
      }
     },
     "lines": {
      "b23008_E001": 686,
      "b23008_M001": 168,
      "b23008_E003": 129,
      "b23008_M003": 92,
      "b23008_E008": 16,
      "b23008_M008": 24,
      "b23008_E016": 459,
      "b23008_M016": 152,
      "b23008_E021": 82,
      "b23008_M021": 68,
      "b11003_E001": 1697,
      "b11003_M001": 262,
      "b11003_E003": 407,
      "b11003_M003": 104,
      "b11003_E010": 19,
      "b11003_M010": 30,
      "b11003_E016": 27,
      "b11003_M016": 34,
      "b17020_E001": 5278,
      "b17020_M001": 56,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 145,
      "b17020_M011": 96,
      "b17020_E012": 300,
      "b17020_M012": 112,
      "b17020_E013": 260,
      "b17020_M013": 94,
      "b15003_E001": 4302,
      "b15003_M001": 199,
      "b15003_E022": 823,
      "b15003_M022": 209,
      "b15003_E023": 539,
      "b15003_M023": 185,
      "b15003_E024": 97,
      "b15003_M024": 55,
      "b15003_E025": 30,
      "b15003_M025": 41,
      "c16002_E001": 2112,
      "c16002_M001": 233,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2112,
      "b22010_M001": 233,
      "b22010_E002": 374,
      "b22010_M002": 344,
      "b19013_E001": 127000,
      "b19013_M001": 29672
     }
    }
   }
  },
  "0900930": {
   "name": "Cornwall School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0900930",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.33,
       "moe": 17.27,
       "numerator": 63,
       "denominator": 189
      },
      "children_with_two_parents_pct": {
       "estimate": 66.67,
       "moe": 22.53,
       "numerator": 126,
       "denominator": 189
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.65,
       "moe": 14.93,
       "numerator": 35,
       "denominator": 104
      },
      "children_below_poverty_pct": {
       "estimate": 21.69,
       "moe": 14.39,
       "numerator": 41,
       "denominator": 189
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.27,
       "moe": 6.87,
       "numerator": 610,
       "denominator": 1084
      },
      "limited_english_households_pct": {
       "estimate": 2.07,
       "moe": 4.21,
       "numerator": 13,
       "denominator": 629
      },
      "snap_households_pct": {
       "estimate": 5.88,
       "moe": 3.42,
       "numerator": 37,
       "denominator": 629
      },
      "median_household_income": {
       "estimate": 95089,
       "moe": 9379.0
      },
      "own_children_under_18": {
       "estimate": 189,
       "moe": 41.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 189,
       "moe": 57.201398584300364
      }
     },
     "lines": {
      "b23008_E001": 189,
      "b23008_M001": 41,
      "b23008_E003": 17,
      "b23008_M003": 16,
      "b23008_E008": 32,
      "b23008_M008": 26,
      "b23008_E016": 109,
      "b23008_M016": 48,
      "b23008_E021": 31,
      "b23008_M021": 24,
      "b11003_E001": 418,
      "b11003_M001": 76,
      "b11003_E003": 69,
      "b11003_M003": 27,
      "b11003_E010": 15,
      "b11003_M010": 13,
      "b11003_E016": 20,
      "b11003_M016": 14,
      "b17020_E001": 1379,
      "b17020_M001": 176,
      "b17020_E003": 8,
      "b17020_M003": 11,
      "b17020_E004": 17,
      "b17020_M004": 22,
      "b17020_E005": 16,
      "b17020_M005": 17,
      "b17020_E011": 41,
      "b17020_M011": 25,
      "b17020_E012": 51,
      "b17020_M012": 32,
      "b17020_E013": 56,
      "b17020_M013": 27,
      "b15003_E001": 1084,
      "b15003_M001": 127,
      "b15003_E022": 296,
      "b15003_M022": 60,
      "b15003_E023": 210,
      "b15003_M023": 77,
      "b15003_E024": 73,
      "b15003_M024": 29,
      "b15003_E025": 31,
      "b15003_M025": 17,
      "c16002_E001": 629,
      "c16002_M001": 76,
      "c16002_E004": 13,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 629,
      "b22010_M001": 76,
      "b22010_E002": 37,
      "b22010_M002": 22,
      "b19013_E001": 95089,
      "b19013_M001": 9379
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.62,
       "moe": 24.72,
       "numerator": 82,
       "denominator": 188
      },
      "children_with_two_parents_pct": {
       "estimate": 56.38,
       "moe": 21.26,
       "numerator": 106,
       "denominator": 188
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.63,
       "moe": 13.47,
       "numerator": 38,
       "denominator": 113
      },
      "children_below_poverty_pct": {
       "estimate": 38.3,
       "moe": 14.36,
       "numerator": 72,
       "denominator": 188
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.84,
       "moe": 7.22,
       "numerator": 517,
       "denominator": 1017
      },
      "limited_english_households_pct": {
       "estimate": 1.46,
       "moe": 4.14,
       "numerator": 9,
       "denominator": 615
      },
      "snap_households_pct": {
       "estimate": 6.5,
       "moe": 4.78,
       "numerator": 40,
       "denominator": 615
      },
      "median_household_income": {
       "estimate": 99922,
       "moe": 15789.0
      },
      "own_children_under_18": {
       "estimate": 188,
       "moe": 40.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 188,
       "moe": 56.302753041036986
      }
     },
     "lines": {
      "b23008_E001": 188,
      "b23008_M001": 40,
      "b23008_E003": 7,
      "b23008_M003": 9,
      "b23008_E008": 27,
      "b23008_M008": 23,
      "b23008_E016": 99,
      "b23008_M016": 45,
      "b23008_E021": 55,
      "b23008_M021": 44,
      "b11003_E001": 393,
      "b11003_M001": 85,
      "b11003_E003": 75,
      "b11003_M003": 33,
      "b11003_E010": 15,
      "b11003_M010": 12,
      "b11003_E016": 23,
      "b11003_M016": 16,
      "b17020_E001": 1315,
      "b17020_M001": 162,
      "b17020_E003": 9,
      "b17020_M003": 13,
      "b17020_E004": 26,
      "b17020_M004": 20,
      "b17020_E005": 37,
      "b17020_M005": 25,
      "b17020_E011": 25,
      "b17020_M011": 20,
      "b17020_E012": 30,
      "b17020_M012": 26,
      "b17020_E013": 61,
      "b17020_M013": 30,
      "b15003_E001": 1017,
      "b15003_M001": 142,
      "b15003_E022": 264,
      "b15003_M022": 67,
      "b15003_E023": 174,
      "b15003_M023": 72,
      "b15003_E024": 54,
      "b15003_M024": 27,
      "b15003_E025": 25,
      "b15003_M025": 14,
      "c16002_E001": 615,
      "c16002_M001": 92,
      "c16002_E004": 9,
      "c16002_M004": 12,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 615,
      "b22010_M001": 92,
      "b22010_E002": 40,
      "b22010_M002": 30,
      "b19013_E001": 99922,
      "b19013_M001": 15789
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.25,
       "moe": 16.49,
       "numerator": 65,
       "denominator": 208
      },
      "children_with_two_parents_pct": {
       "estimate": 68.75,
       "moe": 18.89,
       "numerator": 143,
       "denominator": 208
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.54,
       "moe": 13.31,
       "numerator": 43,
       "denominator": 121
      },
      "children_below_poverty_pct": {
       "estimate": 41.4,
       "moe": 13.67,
       "numerator": 89,
       "denominator": 215
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.09,
       "moe": 6.07,
       "numerator": 611,
       "denominator": 1109
      },
      "limited_english_households_pct": {
       "estimate": 0.76,
       "moe": 3.83,
       "numerator": 5,
       "denominator": 659
      },
      "snap_households_pct": {
       "estimate": 7.44,
       "moe": 4.73,
       "numerator": 49,
       "denominator": 659
      },
      "median_household_income": {
       "estimate": 101339,
       "moe": 24129.0
      },
      "own_children_under_18": {
       "estimate": 208,
       "moe": 42.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 215,
       "moe": 56.929781309961136
      }
     },
     "lines": {
      "b23008_E001": 208,
      "b23008_M001": 42,
      "b23008_E003": 15,
      "b23008_M003": 13,
      "b23008_E008": 18,
      "b23008_M008": 18,
      "b23008_E016": 128,
      "b23008_M016": 47,
      "b23008_E021": 47,
      "b23008_M021": 32,
      "b11003_E001": 444,
      "b11003_M001": 87,
      "b11003_E003": 78,
      "b11003_M003": 34,
      "b11003_E010": 9,
      "b11003_M010": 8,
      "b11003_E016": 34,
      "b11003_M016": 20,
      "b17020_E001": 1438,
      "b17020_M001": 178,
      "b17020_E003": 17,
      "b17020_M003": 19,
      "b17020_E004": 32,
      "b17020_M004": 23,
      "b17020_E005": 40,
      "b17020_M005": 23,
      "b17020_E011": 21,
      "b17020_M011": 15,
      "b17020_E012": 34,
      "b17020_M012": 21,
      "b17020_E013": 71,
      "b17020_M013": 34,
      "b15003_E001": 1109,
      "b15003_M001": 149,
      "b15003_E022": 291,
      "b15003_M022": 61,
      "b15003_E023": 215,
      "b15003_M023": 80,
      "b15003_E024": 78,
      "b15003_M024": 30,
      "b15003_E025": 27,
      "b15003_M025": 16,
      "c16002_E001": 659,
      "c16002_M001": 97,
      "c16002_E004": 5,
      "c16002_M004": 7,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 659,
      "b22010_M001": 97,
      "b22010_E002": 49,
      "b22010_M002": 32,
      "b19013_E001": 101339,
      "b19013_M001": 24129
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.98,
       "moe": 14.94,
       "numerator": 53,
       "denominator": 204
      },
      "children_with_two_parents_pct": {
       "estimate": 74.02,
       "moe": 17.0,
       "numerator": 151,
       "denominator": 204
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.95,
       "moe": 13.96,
       "numerator": 33,
       "denominator": 114
      },
      "children_below_poverty_pct": {
       "estimate": 17.37,
       "moe": 12.05,
       "numerator": 37,
       "denominator": 213
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.15,
       "moe": 7.45,
       "numerator": 666,
       "denominator": 1126
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.29,
       "numerator": 0,
       "denominator": 652
      },
      "snap_households_pct": {
       "estimate": 4.45,
       "moe": 3.47,
       "numerator": 29,
       "denominator": 652
      },
      "median_household_income": {
       "estimate": 128864,
       "moe": 34096.0
      },
      "own_children_under_18": {
       "estimate": 204,
       "moe": 40.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 213,
       "moe": 53.55371135598354
      }
     },
     "lines": {
      "b23008_E001": 204,
      "b23008_M001": 40,
      "b23008_E003": 56,
      "b23008_M003": 28,
      "b23008_E008": 13,
      "b23008_M008": 14,
      "b23008_E016": 95,
      "b23008_M016": 36,
      "b23008_E021": 40,
      "b23008_M021": 29,
      "b11003_E001": 438,
      "b11003_M001": 85,
      "b11003_E003": 81,
      "b11003_M003": 23,
      "b11003_E010": 10,
      "b11003_M010": 10,
      "b11003_E016": 23,
      "b11003_M016": 15,
      "b17020_E001": 1425,
      "b17020_M001": 177,
      "b17020_E003": 15,
      "b17020_M003": 15,
      "b17020_E004": 6,
      "b17020_M004": 6,
      "b17020_E005": 16,
      "b17020_M005": 22,
      "b17020_E011": 60,
      "b17020_M011": 29,
      "b17020_E012": 48,
      "b17020_M012": 21,
      "b17020_E013": 68,
      "b17020_M013": 29,
      "b15003_E001": 1126,
      "b15003_M001": 136,
      "b15003_E022": 325,
      "b15003_M022": 79,
      "b15003_E023": 247,
      "b15003_M023": 77,
      "b15003_E024": 76,
      "b15003_M024": 33,
      "b15003_E025": 18,
      "b15003_M025": 16,
      "c16002_E001": 652,
      "c16002_M001": 89,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 652,
      "b22010_M001": 89,
      "b22010_E002": 29,
      "b22010_M002": 23,
      "b19013_E001": 128864,
      "b19013_M001": 34096
     }
    }
   }
  },
  "0900960": {
   "name": "Coventry School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900960",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.5,
       "moe": 8.64,
       "numerator": 645,
       "denominator": 2434
      },
      "children_with_two_parents_pct": {
       "estimate": 73.5,
       "moe": 9.84,
       "numerator": 1789,
       "denominator": 2434
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.55,
       "moe": 9.7,
       "numerator": 349,
       "denominator": 1267
      },
      "children_below_poverty_pct": {
       "estimate": 12.05,
       "moe": 5.38,
       "numerator": 300,
       "denominator": 2490
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.6,
       "moe": 5.69,
       "numerator": 3839,
       "denominator": 8608
      },
      "limited_english_households_pct": {
       "estimate": 1.21,
       "moe": 1.59,
       "numerator": 58,
       "denominator": 4780
      },
      "snap_households_pct": {
       "estimate": 4.64,
       "moe": 1.93,
       "numerator": 222,
       "denominator": 4780
      },
      "median_household_income": {
       "estimate": 94058,
       "moe": 2547.0
      },
      "own_children_under_18": {
       "estimate": 2434,
       "moe": 340.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2490,
       "moe": 392.0471910369975
      }
     },
     "lines": {
      "b23008_E001": 2434,
      "b23008_M001": 340,
      "b23008_E003": 655,
      "b23008_M003": 202,
      "b23008_E008": 136,
      "b23008_M008": 93,
      "b23008_E016": 1134,
      "b23008_M016": 281,
      "b23008_E021": 509,
      "b23008_M021": 209,
      "b11003_E001": 3648,
      "b11003_M001": 270,
      "b11003_E003": 918,
      "b11003_M003": 146,
      "b11003_E010": 85,
      "b11003_M010": 76,
      "b11003_E016": 264,
      "b11003_M016": 111,
      "b17020_E001": 12146,
      "b17020_M001": 45,
      "b17020_E003": 128,
      "b17020_M003": 101,
      "b17020_E004": 93,
      "b17020_M004": 79,
      "b17020_E005": 79,
      "b17020_M005": 61,
      "b17020_E011": 663,
      "b17020_M011": 215,
      "b17020_E012": 802,
      "b17020_M012": 183,
      "b17020_E013": 725,
      "b17020_M013": 232,
      "b15003_E001": 8608,
      "b15003_M001": 414,
      "b15003_E022": 2266,
      "b15003_M022": 368,
      "b15003_E023": 1326,
      "b15003_M023": 358,
      "b15003_E024": 117,
      "b15003_M024": 70,
      "b15003_E025": 130,
      "b15003_M025": 76,
      "c16002_E001": 4780,
      "c16002_M001": 286,
      "c16002_E004": 43,
      "c16002_M004": 68,
      "c16002_E007": 15,
      "c16002_M007": 17,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4780,
      "b22010_M001": 286,
      "b22010_E002": 222,
      "b22010_M002": 93,
      "b19013_E001": 94058,
      "b19013_M001": 2547
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.66,
       "moe": 9.63,
       "numerator": 665,
       "denominator": 2494
      },
      "children_with_two_parents_pct": {
       "estimate": 73.34,
       "moe": 13.82,
       "numerator": 1829,
       "denominator": 2494
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.04,
       "moe": 9.98,
       "numerator": 338,
       "denominator": 1250
      },
      "children_below_poverty_pct": {
       "estimate": 9.22,
       "moe": 5.99,
       "numerator": 235,
       "denominator": 2550
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.9,
       "moe": 6.84,
       "numerator": 4046,
       "denominator": 8815
      },
      "limited_english_households_pct": {
       "estimate": 0.79,
       "moe": 1.01,
       "numerator": 39,
       "denominator": 4931
      },
      "snap_households_pct": {
       "estimate": 5.39,
       "moe": 3.05,
       "numerator": 266,
       "denominator": 4931
      },
      "median_household_income": {
       "estimate": 101916,
       "moe": 8232.0
      },
      "own_children_under_18": {
       "estimate": 2494,
       "moe": 341.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2550,
       "moe": 451.3302560210206
      }
     },
     "lines": {
      "b23008_E001": 2494,
      "b23008_M001": 341,
      "b23008_E003": 523,
      "b23008_M003": 244,
      "b23008_E008": 150,
      "b23008_M008": 120,
      "b23008_E016": 1306,
      "b23008_M016": 349,
      "b23008_E021": 515,
      "b23008_M021": 227,
      "b11003_E001": 3701,
      "b11003_M001": 225,
      "b11003_E003": 912,
      "b11003_M003": 166,
      "b11003_E010": 108,
      "b11003_M010": 88,
      "b11003_E016": 230,
      "b11003_M016": 106,
      "b17020_E001": 12211,
      "b17020_M001": 51,
      "b17020_E003": 105,
      "b17020_M003": 115,
      "b17020_E004": 87,
      "b17020_M004": 88,
      "b17020_E005": 43,
      "b17020_M005": 64,
      "b17020_E011": 568,
      "b17020_M011": 248,
      "b17020_E012": 864,
      "b17020_M012": 219,
      "b17020_E013": 883,
      "b17020_M013": 263,
      "b15003_E001": 8815,
      "b15003_M001": 387,
      "b15003_E022": 2271,
      "b15003_M022": 479,
      "b15003_E023": 1441,
      "b15003_M023": 391,
      "b15003_E024": 150,
      "b15003_M024": 72,
      "b15003_E025": 184,
      "b15003_M025": 85,
      "c16002_E001": 4931,
      "c16002_M001": 292,
      "c16002_E004": 23,
      "c16002_M004": 36,
      "c16002_E007": 16,
      "c16002_M007": 18,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4931,
      "b22010_M001": 292,
      "b22010_E002": 266,
      "b22010_M002": 151,
      "b19013_E001": 101916,
      "b19013_M001": 8232
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.62,
       "moe": 9.11,
       "numerator": 626,
       "denominator": 2443
      },
      "children_with_two_parents_pct": {
       "estimate": 74.38,
       "moe": 8.24,
       "numerator": 1817,
       "denominator": 2443
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.34,
       "moe": 11.02,
       "numerator": 355,
       "denominator": 1210
      },
      "children_below_poverty_pct": {
       "estimate": 9.0,
       "moe": 6.34,
       "numerator": 229,
       "denominator": 2544
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.17,
       "moe": 6.29,
       "numerator": 3921,
       "denominator": 8877
      },
      "limited_english_households_pct": {
       "estimate": 0.76,
       "moe": 1.01,
       "numerator": 37,
       "denominator": 4881
      },
      "snap_households_pct": {
       "estimate": 6.76,
       "moe": 4.06,
       "numerator": 330,
       "denominator": 4881
      },
      "median_household_income": {
       "estimate": 104953,
       "moe": 12553.0
      },
      "own_children_under_18": {
       "estimate": 2443,
       "moe": 374.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2544,
       "moe": 436.82261846200225
      }
     },
     "lines": {
      "b23008_E001": 2443,
      "b23008_M001": 374,
      "b23008_E003": 627,
      "b23008_M003": 231,
      "b23008_E008": 128,
      "b23008_M008": 112,
      "b23008_E016": 1190,
      "b23008_M016": 254,
      "b23008_E021": 498,
      "b23008_M021": 215,
      "b11003_E001": 3713,
      "b11003_M001": 251,
      "b11003_E003": 855,
      "b11003_M003": 138,
      "b11003_E010": 114,
      "b11003_M010": 64,
      "b11003_E016": 241,
      "b11003_M016": 131,
      "b17020_E001": 12223,
      "b17020_M001": 58,
      "b17020_E003": 77,
      "b17020_M003": 109,
      "b17020_E004": 112,
      "b17020_M004": 107,
      "b17020_E005": 40,
      "b17020_M005": 65,
      "b17020_E011": 678,
      "b17020_M011": 233,
      "b17020_E012": 751,
      "b17020_M012": 219,
      "b17020_E013": 886,
      "b17020_M013": 247,
      "b15003_E001": 8877,
      "b15003_M001": 411,
      "b15003_E022": 1996,
      "b15003_M022": 381,
      "b15003_E023": 1543,
      "b15003_M023": 422,
      "b15003_E024": 146,
      "b15003_M024": 81,
      "b15003_E025": 236,
      "b15003_M025": 123,
      "c16002_E001": 4881,
      "c16002_M001": 305,
      "c16002_E004": 22,
      "c16002_M004": 35,
      "c16002_E007": 15,
      "c16002_M007": 18,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4881,
      "b22010_M001": 305,
      "b22010_E002": 330,
      "b22010_M002": 199,
      "b19013_E001": 104953,
      "b19013_M001": 12553
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.46,
       "moe": 9.35,
       "numerator": 710,
       "denominator": 2410
      },
      "children_with_two_parents_pct": {
       "estimate": 70.54,
       "moe": 8.93,
       "numerator": 1700,
       "denominator": 2410
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.85,
       "moe": 11.19,
       "numerator": 436,
       "denominator": 1251
      },
      "children_below_poverty_pct": {
       "estimate": 9.13,
       "moe": 6.13,
       "numerator": 231,
       "denominator": 2529
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.99,
       "moe": 6.49,
       "numerator": 4003,
       "denominator": 8897
      },
      "limited_english_households_pct": {
       "estimate": 0.73,
       "moe": 1.0,
       "numerator": 36,
       "denominator": 4926
      },
      "snap_households_pct": {
       "estimate": 8.0,
       "moe": 4.1,
       "numerator": 394,
       "denominator": 4926
      },
      "median_household_income": {
       "estimate": 108213,
       "moe": 5147.0
      },
      "own_children_under_18": {
       "estimate": 2410,
       "moe": 358.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2529,
       "moe": 420.98931102820177
      }
     },
     "lines": {
      "b23008_E001": 2410,
      "b23008_M001": 358,
      "b23008_E003": 565,
      "b23008_M003": 240,
      "b23008_E008": 147,
      "b23008_M008": 132,
      "b23008_E016": 1135,
      "b23008_M016": 229,
      "b23008_E021": 563,
      "b23008_M021": 211,
      "b11003_E001": 3611,
      "b11003_M001": 229,
      "b11003_E003": 815,
      "b11003_M003": 140,
      "b11003_E010": 183,
      "b11003_M010": 103,
      "b11003_E016": 253,
      "b11003_M016": 120,
      "b17020_E001": 12278,
      "b17020_M001": 65,
      "b17020_E003": 66,
      "b17020_M003": 105,
      "b17020_E004": 81,
      "b17020_M004": 83,
      "b17020_E005": 84,
      "b17020_M005": 87,
      "b17020_E011": 646,
      "b17020_M011": 232,
      "b17020_E012": 733,
      "b17020_M012": 202,
      "b17020_E013": 919,
      "b17020_M013": 239,
      "b15003_E001": 8897,
      "b15003_M001": 371,
      "b15003_E022": 2175,
      "b15003_M022": 411,
      "b15003_E023": 1514,
      "b15003_M023": 421,
      "b15003_E024": 127,
      "b15003_M024": 66,
      "b15003_E025": 187,
      "b15003_M025": 102,
      "c16002_E001": 4926,
      "c16002_M001": 244,
      "c16002_E004": 22,
      "c16002_M004": 35,
      "c16002_E007": 14,
      "c16002_M007": 18,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4926,
      "b22010_M001": 244,
      "b22010_E002": 394,
      "b22010_M002": 203,
      "b19013_E001": 108213,
      "b19013_M001": 5147
     }
    }
   }
  },
  "0900990": {
   "name": "Cromwell School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0900990",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.21,
       "moe": 9.07,
       "numerator": 742,
       "denominator": 2727
      },
      "children_with_two_parents_pct": {
       "estimate": 72.79,
       "moe": 11.68,
       "numerator": 1985,
       "denominator": 2727
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.43,
       "moe": 9.62,
       "numerator": 427,
       "denominator": 1502
      },
      "children_below_poverty_pct": {
       "estimate": 1.87,
       "moe": 2.14,
       "numerator": 51,
       "denominator": 2727
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.28,
       "moe": 5.56,
       "numerator": 4619,
       "denominator": 10673
      },
      "limited_english_households_pct": {
       "estimate": 1.43,
       "moe": 1.2,
       "numerator": 82,
       "denominator": 5742
      },
      "snap_households_pct": {
       "estimate": 6.36,
       "moe": 2.94,
       "numerator": 365,
       "denominator": 5742
      },
      "median_household_income": {
       "estimate": 94468,
       "moe": 12974.0
      },
      "own_children_under_18": {
       "estimate": 2727,
       "moe": 259.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2727,
       "moe": 422.0888532051042
      }
     },
     "lines": {
      "b23008_E001": 2727,
      "b23008_M001": 259,
      "b23008_E003": 932,
      "b23008_M003": 272,
      "b23008_E008": 32,
      "b23008_M008": 40,
      "b23008_E016": 1053,
      "b23008_M016": 251,
      "b23008_E021": 710,
      "b23008_M021": 254,
      "b11003_E001": 3663,
      "b11003_M001": 284,
      "b11003_E003": 1075,
      "b11003_M003": 209,
      "b11003_E010": 197,
      "b11003_M010": 127,
      "b11003_E016": 230,
      "b11003_M016": 102,
      "b17020_E001": 13924,
      "b17020_M001": 130,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 25,
      "b17020_M004": 44,
      "b17020_E005": 26,
      "b17020_M005": 33,
      "b17020_E011": 964,
      "b17020_M011": 268,
      "b17020_E012": 882,
      "b17020_M012": 238,
      "b17020_E013": 830,
      "b17020_M013": 215,
      "b15003_E001": 10673,
      "b15003_M001": 351,
      "b15003_E022": 2401,
      "b15003_M022": 459,
      "b15003_E023": 1849,
      "b15003_M023": 379,
      "b15003_E024": 263,
      "b15003_M024": 127,
      "b15003_E025": 106,
      "b15003_M025": 69,
      "c16002_E001": 5742,
      "c16002_M001": 318,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 82,
      "c16002_M007": 59,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5742,
      "b22010_M001": 318,
      "b22010_E002": 365,
      "b22010_M002": 170,
      "b19013_E001": 94468,
      "b19013_M001": 12974
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.55,
       "moe": 6.83,
       "numerator": 632,
       "denominator": 2684
      },
      "children_with_two_parents_pct": {
       "estimate": 76.45,
       "moe": 10.83,
       "numerator": 2052,
       "denominator": 2684
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.67,
       "moe": 7.21,
       "numerator": 388,
       "denominator": 1639
      },
      "children_below_poverty_pct": {
       "estimate": 3.06,
       "moe": 2.78,
       "numerator": 82,
       "denominator": 2684
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.6,
       "moe": 5.5,
       "numerator": 4764,
       "denominator": 10682
      },
      "limited_english_households_pct": {
       "estimate": 1.35,
       "moe": 1.05,
       "numerator": 80,
       "denominator": 5920
      },
      "snap_households_pct": {
       "estimate": 5.07,
       "moe": 2.32,
       "numerator": 300,
       "denominator": 5920
      },
      "median_household_income": {
       "estimate": 101424,
       "moe": 10161.0
      },
      "own_children_under_18": {
       "estimate": 2684,
       "moe": 262.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2684,
       "moe": 383.14227122571583
      }
     },
     "lines": {
      "b23008_E001": 2684,
      "b23008_M001": 262,
      "b23008_E003": 754,
      "b23008_M003": 240,
      "b23008_E008": 113,
      "b23008_M008": 104,
      "b23008_E016": 1298,
      "b23008_M016": 259,
      "b23008_E021": 519,
      "b23008_M021": 163,
      "b11003_E001": 3735,
      "b11003_M001": 250,
      "b11003_E003": 1251,
      "b11003_M003": 215,
      "b11003_E010": 70,
      "b11003_M010": 62,
      "b11003_E016": 318,
      "b11003_M016": 117,
      "b17020_E001": 13881,
      "b17020_M001": 24,
      "b17020_E003": 36,
      "b17020_M003": 58,
      "b17020_E004": 22,
      "b17020_M004": 37,
      "b17020_E005": 24,
      "b17020_M005": 31,
      "b17020_E011": 831,
      "b17020_M011": 244,
      "b17020_E012": 1064,
      "b17020_M012": 228,
      "b17020_E013": 707,
      "b17020_M013": 172,
      "b15003_E001": 10682,
      "b15003_M001": 319,
      "b15003_E022": 2442,
      "b15003_M022": 430,
      "b15003_E023": 2023,
      "b15003_M023": 404,
      "b15003_E024": 174,
      "b15003_M024": 95,
      "b15003_E025": 125,
      "b15003_M025": 94,
      "c16002_E001": 5920,
      "c16002_M001": 285,
      "c16002_E004": 10,
      "c16002_M004": 17,
      "c16002_E007": 70,
      "c16002_M007": 52,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5920,
      "b22010_M001": 285,
      "b22010_E002": 300,
      "b22010_M002": 138,
      "b19013_E001": 101424,
      "b19013_M001": 10161
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.46,
       "moe": 13.03,
       "numerator": 897,
       "denominator": 2681
      },
      "children_with_two_parents_pct": {
       "estimate": 66.54,
       "moe": 10.68,
       "numerator": 1784,
       "denominator": 2681
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.3,
       "moe": 11.29,
       "numerator": 469,
       "denominator": 1657
      },
      "children_below_poverty_pct": {
       "estimate": 5.59,
       "moe": 4.93,
       "numerator": 150,
       "denominator": 2681
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.57,
       "moe": 5.5,
       "numerator": 4855,
       "denominator": 10653
      },
      "limited_english_households_pct": {
       "estimate": 0.82,
       "moe": 0.91,
       "numerator": 48,
       "denominator": 5868
      },
      "snap_households_pct": {
       "estimate": 3.56,
       "moe": 1.76,
       "numerator": 209,
       "denominator": 5868
      },
      "median_household_income": {
       "estimate": 104458,
       "moe": 12482.0
      },
      "own_children_under_18": {
       "estimate": 2681,
       "moe": 299.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2681,
       "moe": 452.76815259026336
      }
     },
     "lines": {
      "b23008_E001": 2681,
      "b23008_M001": 299,
      "b23008_E003": 767,
      "b23008_M003": 247,
      "b23008_E008": 137,
      "b23008_M008": 94,
      "b23008_E016": 1017,
      "b23008_M016": 246,
      "b23008_E021": 760,
      "b23008_M021": 351,
      "b11003_E001": 3768,
      "b11003_M001": 263,
      "b11003_E003": 1188,
      "b11003_M003": 232,
      "b11003_E010": 141,
      "b11003_M010": 98,
      "b11003_E016": 328,
      "b11003_M016": 182,
      "b17020_E001": 13987,
      "b17020_M001": 24,
      "b17020_E003": 43,
      "b17020_M003": 84,
      "b17020_E004": 17,
      "b17020_M004": 35,
      "b17020_E005": 90,
      "b17020_M005": 99,
      "b17020_E011": 861,
      "b17020_M011": 254,
      "b17020_E012": 862,
      "b17020_M012": 215,
      "b17020_E013": 808,
      "b17020_M013": 276,
      "b15003_E001": 10653,
      "b15003_M001": 395,
      "b15003_E022": 2440,
      "b15003_M022": 402,
      "b15003_E023": 2068,
      "b15003_M023": 439,
      "b15003_E024": 158,
      "b15003_M024": 96,
      "b15003_E025": 189,
      "b15003_M025": 112,
      "c16002_E001": 5868,
      "c16002_M001": 323,
      "c16002_E004": 12,
      "c16002_M004": 22,
      "c16002_E007": 36,
      "c16002_M007": 39,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5868,
      "b22010_M001": 323,
      "b22010_E002": 209,
      "b22010_M002": 104,
      "b19013_E001": 104458,
      "b19013_M001": 12482
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.08,
       "moe": 13.87,
       "numerator": 851,
       "denominator": 2738
      },
      "children_with_two_parents_pct": {
       "estimate": 68.92,
       "moe": 10.85,
       "numerator": 1887,
       "denominator": 2738
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.8,
       "moe": 11.17,
       "numerator": 397,
       "denominator": 1601
      },
      "children_below_poverty_pct": {
       "estimate": 6.46,
       "moe": 5.59,
       "numerator": 177,
       "denominator": 2738
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.19,
       "moe": 6.46,
       "numerator": 5287,
       "denominator": 10748
      },
      "limited_english_households_pct": {
       "estimate": 0.69,
       "moe": 0.91,
       "numerator": 40,
       "denominator": 5763
      },
      "snap_households_pct": {
       "estimate": 2.98,
       "moe": 1.52,
       "numerator": 172,
       "denominator": 5763
      },
      "median_household_income": {
       "estimate": 110596,
       "moe": 9921.0
      },
      "own_children_under_18": {
       "estimate": 2738,
       "moe": 322.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2738,
       "moe": 425.9624396587098
      }
     },
     "lines": {
      "b23008_E001": 2738,
      "b23008_M001": 322,
      "b23008_E003": 875,
      "b23008_M003": 218,
      "b23008_E008": 201,
      "b23008_M008": 132,
      "b23008_E016": 1012,
      "b23008_M016": 300,
      "b23008_E021": 650,
      "b23008_M021": 370,
      "b11003_E001": 3752,
      "b11003_M001": 257,
      "b11003_E003": 1204,
      "b11003_M003": 255,
      "b11003_E010": 81,
      "b11003_M010": 64,
      "b11003_E016": 316,
      "b11003_M016": 185,
      "b17020_E001": 13999,
      "b17020_M001": 31,
      "b17020_E003": 55,
      "b17020_M003": 89,
      "b17020_E004": 18,
      "b17020_M004": 34,
      "b17020_E005": 104,
      "b17020_M005": 123,
      "b17020_E011": 1021,
      "b17020_M011": 241,
      "b17020_E012": 830,
      "b17020_M012": 214,
      "b17020_E013": 710,
      "b17020_M013": 231,
      "b15003_E001": 10748,
      "b15003_M001": 389,
      "b15003_E022": 2884,
      "b15003_M022": 516,
      "b15003_E023": 2029,
      "b15003_M023": 482,
      "b15003_E024": 166,
      "b15003_M024": 98,
      "b15003_E025": 208,
      "b15003_M025": 101,
      "c16002_E001": 5763,
      "c16002_M001": 335,
      "c16002_E004": 17,
      "c16002_M004": 30,
      "c16002_E007": 23,
      "c16002_M007": 31,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5763,
      "b22010_M001": 335,
      "b22010_E002": 172,
      "b22010_M002": 88,
      "b19013_E001": 110596,
      "b19013_M001": 9921
     }
    }
   }
  },
  "0901020": {
   "name": "Danbury School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901020",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.49,
       "moe": 4.42,
       "numerator": 5715,
       "denominator": 16104
      },
      "children_with_two_parents_pct": {
       "estimate": 64.51,
       "moe": 4.72,
       "numerator": 10389,
       "denominator": 16104
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.1,
       "moe": 4.41,
       "numerator": 2783,
       "denominator": 8949
      },
      "children_below_poverty_pct": {
       "estimate": 16.48,
       "moe": 2.97,
       "numerator": 2740,
       "denominator": 16631
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.14,
       "moe": 1.92,
       "numerator": 20560,
       "denominator": 60226
      },
      "limited_english_households_pct": {
       "estimate": 11.48,
       "moe": 1.53,
       "numerator": 3695,
       "denominator": 32188
      },
      "snap_households_pct": {
       "estimate": 9.12,
       "moe": 1.69,
       "numerator": 2936,
       "denominator": 32188
      },
      "median_household_income": {
       "estimate": 74600,
       "moe": 5456.0
      },
      "own_children_under_18": {
       "estimate": 16104,
       "moe": 903.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16631,
       "moe": 1171.7218099873367
      }
     },
     "lines": {
      "b23008_E001": 16104,
      "b23008_M001": 903,
      "b23008_E003": 2830,
      "b23008_M003": 458,
      "b23008_E008": 1884,
      "b23008_M008": 475,
      "b23008_E016": 7559,
      "b23008_M016": 841,
      "b23008_E021": 3831,
      "b23008_M021": 619,
      "b11003_E001": 20347,
      "b11003_M001": 578,
      "b11003_E003": 6166,
      "b11003_M003": 557,
      "b11003_E010": 655,
      "b11003_M010": 231,
      "b11003_E016": 2128,
      "b11003_M016": 390,
      "b17020_E001": 82893,
      "b17020_M001": 447,
      "b17020_E003": 810,
      "b17020_M003": 336,
      "b17020_E004": 1139,
      "b17020_M004": 351,
      "b17020_E005": 791,
      "b17020_M005": 211,
      "b17020_E011": 4026,
      "b17020_M011": 592,
      "b17020_E012": 5288,
      "b17020_M012": 675,
      "b17020_E013": 4577,
      "b17020_M013": 535,
      "b15003_E001": 60226,
      "b15003_M001": 1314,
      "b15003_E022": 11520,
      "b15003_M022": 861,
      "b15003_E023": 6876,
      "b15003_M023": 761,
      "b15003_E024": 1510,
      "b15003_M024": 416,
      "b15003_E025": 654,
      "b15003_M025": 201,
      "c16002_E001": 32188,
      "c16002_M001": 973,
      "c16002_E004": 2317,
      "c16002_M004": 432,
      "c16002_E007": 1275,
      "c16002_M007": 251,
      "c16002_E010": 103,
      "c16002_M010": 72,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 32188,
      "b22010_M001": 973,
      "b22010_E002": 2936,
      "b22010_M002": 552,
      "b19013_E001": 74600,
      "b19013_M001": 5456
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.45,
       "moe": 5.13,
       "numerator": 6369,
       "denominator": 16566
      },
      "children_with_two_parents_pct": {
       "estimate": 61.55,
       "moe": 5.29,
       "numerator": 10197,
       "denominator": 16566
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.42,
       "moe": 3.73,
       "numerator": 2922,
       "denominator": 9013
      },
      "children_below_poverty_pct": {
       "estimate": 16.22,
       "moe": 3.11,
       "numerator": 2804,
       "denominator": 17288
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.04,
       "moe": 2.07,
       "numerator": 19982,
       "denominator": 58704
      },
      "limited_english_households_pct": {
       "estimate": 10.82,
       "moe": 1.36,
       "numerator": 3430,
       "denominator": 31692
      },
      "snap_households_pct": {
       "estimate": 9.93,
       "moe": 1.95,
       "numerator": 3147,
       "denominator": 31692
      },
      "median_household_income": {
       "estimate": 79983,
       "moe": 5121.0
      },
      "own_children_under_18": {
       "estimate": 16566,
       "moe": 949.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17288,
       "moe": 1278.6657108095142
      }
     },
     "lines": {
      "b23008_E001": 16566,
      "b23008_M001": 949,
      "b23008_E003": 3059,
      "b23008_M003": 634,
      "b23008_E008": 2109,
      "b23008_M008": 538,
      "b23008_E016": 7138,
      "b23008_M016": 841,
      "b23008_E021": 4260,
      "b23008_M021": 753,
      "b11003_E001": 20715,
      "b11003_M001": 657,
      "b11003_E003": 6091,
      "b11003_M003": 662,
      "b11003_E010": 702,
      "b11003_M010": 229,
      "b11003_E016": 2220,
      "b11003_M016": 354,
      "b17020_E001": 83272,
      "b17020_M001": 160,
      "b17020_E003": 671,
      "b17020_M003": 322,
      "b17020_E004": 1004,
      "b17020_M004": 306,
      "b17020_E005": 1129,
      "b17020_M005": 368,
      "b17020_E011": 4633,
      "b17020_M011": 780,
      "b17020_E012": 5255,
      "b17020_M012": 589,
      "b17020_E013": 4596,
      "b17020_M013": 589,
      "b15003_E001": 58704,
      "b15003_M001": 1100,
      "b15003_E022": 11590,
      "b15003_M022": 859,
      "b15003_E023": 6400,
      "b15003_M023": 826,
      "b15003_E024": 1487,
      "b15003_M024": 405,
      "b15003_E025": 505,
      "b15003_M025": 169,
      "c16002_E001": 31692,
      "c16002_M001": 900,
      "c16002_E004": 2046,
      "c16002_M004": 332,
      "c16002_E007": 1303,
      "c16002_M007": 287,
      "c16002_E010": 81,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 31692,
      "b22010_M001": 900,
      "b22010_E002": 3147,
      "b22010_M002": 624,
      "b19013_E001": 79983,
      "b19013_M001": 5121
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.84,
       "moe": 5.09,
       "numerator": 6018,
       "denominator": 15902
      },
      "children_with_two_parents_pct": {
       "estimate": 62.16,
       "moe": 3.94,
       "numerator": 9884,
       "denominator": 15902
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.59,
       "moe": 4.49,
       "numerator": 2983,
       "denominator": 9153
      },
      "children_below_poverty_pct": {
       "estimate": 16.8,
       "moe": 3.37,
       "numerator": 2806,
       "denominator": 16703
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.51,
       "moe": 2.02,
       "numerator": 20848,
       "denominator": 60408
      },
      "limited_english_households_pct": {
       "estimate": 10.66,
       "moe": 1.63,
       "numerator": 3480,
       "denominator": 32652
      },
      "snap_households_pct": {
       "estimate": 10.92,
       "moe": 2.04,
       "numerator": 3567,
       "denominator": 32652
      },
      "median_household_income": {
       "estimate": 83422,
       "moe": 5776.0
      },
      "own_children_under_18": {
       "estimate": 15902,
       "moe": 997.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16703,
       "moe": 1184.4002701789627
      }
     },
     "lines": {
      "b23008_E001": 15902,
      "b23008_M001": 997,
      "b23008_E003": 2470,
      "b23008_M003": 450,
      "b23008_E008": 2032,
      "b23008_M008": 555,
      "b23008_E016": 7414,
      "b23008_M016": 758,
      "b23008_E021": 3986,
      "b23008_M021": 699,
      "b11003_E001": 21105,
      "b11003_M001": 643,
      "b11003_E003": 6170,
      "b11003_M003": 621,
      "b11003_E010": 756,
      "b11003_M010": 247,
      "b11003_E016": 2227,
      "b11003_M016": 417,
      "b17020_E001": 83577,
      "b17020_M001": 160,
      "b17020_E003": 715,
      "b17020_M003": 325,
      "b17020_E004": 908,
      "b17020_M004": 297,
      "b17020_E005": 1183,
      "b17020_M005": 403,
      "b17020_E011": 3984,
      "b17020_M011": 521,
      "b17020_E012": 4603,
      "b17020_M012": 648,
      "b17020_E013": 5310,
      "b17020_M013": 596,
      "b15003_E001": 60408,
      "b15003_M001": 1201,
      "b15003_E022": 11909,
      "b15003_M022": 885,
      "b15003_E023": 6701,
      "b15003_M023": 809,
      "b15003_E024": 1616,
      "b15003_M024": 425,
      "b15003_E025": 622,
      "b15003_M025": 213,
      "c16002_E001": 32652,
      "c16002_M001": 949,
      "c16002_E004": 2070,
      "c16002_M004": 412,
      "c16002_E007": 1345,
      "c16002_M007": 348,
      "c16002_E010": 65,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 32652,
      "b22010_M001": 949,
      "b22010_E002": 3567,
      "b22010_M002": 673,
      "b19013_E001": 83422,
      "b19013_M001": 5776
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.6,
       "moe": 5.12,
       "numerator": 6198,
       "denominator": 16057
      },
      "children_with_two_parents_pct": {
       "estimate": 61.4,
       "moe": 5.49,
       "numerator": 9859,
       "denominator": 16057
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.66,
       "moe": 4.89,
       "numerator": 2997,
       "denominator": 8905
      },
      "children_below_poverty_pct": {
       "estimate": 16.78,
       "moe": 3.17,
       "numerator": 2841,
       "denominator": 16935
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.97,
       "moe": 2.14,
       "numerator": 20785,
       "denominator": 61182
      },
      "limited_english_households_pct": {
       "estimate": 12.79,
       "moe": 1.78,
       "numerator": 4231,
       "denominator": 33071
      },
      "snap_households_pct": {
       "estimate": 12.07,
       "moe": 1.82,
       "numerator": 3991,
       "denominator": 33071
      },
      "median_household_income": {
       "estimate": 83393,
       "moe": 6065.0
      },
      "own_children_under_18": {
       "estimate": 16057,
       "moe": 1091.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16935,
       "moe": 1311.2051708256797
      }
     },
     "lines": {
      "b23008_E001": 16057,
      "b23008_M001": 1091,
      "b23008_E003": 2399,
      "b23008_M003": 522,
      "b23008_E008": 1970,
      "b23008_M008": 530,
      "b23008_E016": 7460,
      "b23008_M016": 976,
      "b23008_E021": 4228,
      "b23008_M021": 757,
      "b11003_E001": 20824,
      "b11003_M001": 773,
      "b11003_E003": 5908,
      "b11003_M003": 637,
      "b11003_E010": 765,
      "b11003_M010": 233,
      "b11003_E016": 2232,
      "b11003_M016": 460,
      "b17020_E001": 84723,
      "b17020_M001": 147,
      "b17020_E003": 751,
      "b17020_M003": 307,
      "b17020_E004": 883,
      "b17020_M004": 346,
      "b17020_E005": 1207,
      "b17020_M005": 351,
      "b17020_E011": 3754,
      "b17020_M011": 582,
      "b17020_E012": 4859,
      "b17020_M012": 755,
      "b17020_E013": 5481,
      "b17020_M013": 688,
      "b15003_E001": 61182,
      "b15003_M001": 1199,
      "b15003_E022": 11932,
      "b15003_M022": 1047,
      "b15003_E023": 6453,
      "b15003_M023": 758,
      "b15003_E024": 1756,
      "b15003_M024": 413,
      "b15003_E025": 644,
      "b15003_M025": 200,
      "c16002_E001": 33071,
      "c16002_M001": 1001,
      "c16002_E004": 2730,
      "c16002_M004": 507,
      "c16002_E007": 1386,
      "c16002_M007": 316,
      "c16002_E010": 115,
      "c16002_M010": 58,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 33071,
      "b22010_M001": 1001,
      "b22010_E002": 3991,
      "b22010_M002": 614,
      "b19013_E001": 83393,
      "b19013_M001": 6065
     }
    }
   }
  },
  "0901050": {
   "name": "Darien School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901050",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.17,
       "moe": 1.9,
       "numerator": 418,
       "denominator": 6777
      },
      "children_with_two_parents_pct": {
       "estimate": 93.83,
       "moe": 2.9,
       "numerator": 6359,
       "denominator": 6777
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.38,
       "moe": 2.49,
       "numerator": 264,
       "denominator": 3152
      },
      "children_below_poverty_pct": {
       "estimate": 4.23,
       "moe": 2.29,
       "numerator": 291,
       "denominator": 6873
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 85.7,
       "moe": 3.58,
       "numerator": 11288,
       "denominator": 13172
      },
      "limited_english_households_pct": {
       "estimate": 1.29,
       "moe": 0.75,
       "numerator": 90,
       "denominator": 6978
      },
      "snap_households_pct": {
       "estimate": 0.49,
       "moe": 0.4,
       "numerator": 34,
       "denominator": 6978
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 6777,
       "moe": 461.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6873,
       "moe": 497.2494343888186
      }
     },
     "lines": {
      "b23008_E001": 6777,
      "b23008_M001": 461,
      "b23008_E003": 1667,
      "b23008_M003": 242,
      "b23008_E008": 11,
      "b23008_M008": 17,
      "b23008_E016": 4692,
      "b23008_M016": 409,
      "b23008_E021": 407,
      "b23008_M021": 131,
      "b11003_E001": 5743,
      "b11003_M001": 191,
      "b11003_E003": 2888,
      "b11003_M003": 205,
      "b11003_E010": 70,
      "b11003_M010": 38,
      "b11003_E016": 194,
      "b11003_M016": 71,
      "b17020_E001": 21485,
      "b17020_M001": 50,
      "b17020_E003": 31,
      "b17020_M003": 36,
      "b17020_E004": 22,
      "b17020_M004": 32,
      "b17020_E005": 238,
      "b17020_M005": 151,
      "b17020_E011": 1655,
      "b17020_M011": 234,
      "b17020_E012": 2622,
      "b17020_M012": 276,
      "b17020_E013": 2305,
      "b17020_M013": 302,
      "b15003_E001": 13172,
      "b15003_M001": 450,
      "b15003_E022": 6304,
      "b15003_M022": 437,
      "b15003_E023": 3770,
      "b15003_M023": 364,
      "b15003_E024": 946,
      "b15003_M024": 183,
      "b15003_E025": 268,
      "b15003_M025": 117,
      "c16002_E001": 6978,
      "c16002_M001": 211,
      "c16002_E004": 45,
      "c16002_M004": 35,
      "c16002_E007": 17,
      "c16002_M007": 16,
      "c16002_E010": 28,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6978,
      "b22010_M001": 211,
      "b22010_E002": 34,
      "b22010_M002": 28,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.51,
       "moe": 2.37,
       "numerator": 433,
       "denominator": 6651
      },
      "children_with_two_parents_pct": {
       "estimate": 93.49,
       "moe": 2.12,
       "numerator": 6218,
       "denominator": 6651
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.53,
       "moe": 3.3,
       "numerator": 277,
       "denominator": 3246
      },
      "children_below_poverty_pct": {
       "estimate": 5.45,
       "moe": 3.01,
       "numerator": 370,
       "denominator": 6786
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 85.12,
       "moe": 3.56,
       "numerator": 11415,
       "denominator": 13411
      },
      "limited_english_households_pct": {
       "estimate": 1.5,
       "moe": 0.85,
       "numerator": 107,
       "denominator": 7116
      },
      "snap_households_pct": {
       "estimate": 0.7,
       "moe": 0.49,
       "numerator": 50,
       "denominator": 7116
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 6651,
       "moe": 440.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6786,
       "moe": 511.7216039996748
      }
     },
     "lines": {
      "b23008_E001": 6651,
      "b23008_M001": 440,
      "b23008_E003": 1776,
      "b23008_M003": 220,
      "b23008_E008": 0,
      "b23008_M008": 25,
      "b23008_E016": 4442,
      "b23008_M016": 375,
      "b23008_E021": 433,
      "b23008_M021": 158,
      "b11003_E001": 5819,
      "b11003_M001": 182,
      "b11003_E003": 2969,
      "b11003_M003": 196,
      "b11003_E010": 61,
      "b11003_M010": 53,
      "b11003_E016": 216,
      "b11003_M016": 95,
      "b17020_E001": 21571,
      "b17020_M001": 27,
      "b17020_E003": 46,
      "b17020_M003": 49,
      "b17020_E004": 23,
      "b17020_M004": 32,
      "b17020_E005": 301,
      "b17020_M005": 198,
      "b17020_E011": 1743,
      "b17020_M011": 218,
      "b17020_E012": 2424,
      "b17020_M012": 295,
      "b17020_E013": 2249,
      "b17020_M013": 291,
      "b15003_E001": 13411,
      "b15003_M001": 450,
      "b15003_E022": 6411,
      "b15003_M022": 449,
      "b15003_E023": 3814,
      "b15003_M023": 356,
      "b15003_E024": 936,
      "b15003_M024": 183,
      "b15003_E025": 254,
      "b15003_M025": 114,
      "c16002_E001": 7116,
      "c16002_M001": 228,
      "c16002_E004": 32,
      "c16002_M004": 30,
      "c16002_E007": 22,
      "c16002_M007": 22,
      "c16002_E010": 53,
      "c16002_M010": 41,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7116,
      "b22010_M001": 228,
      "b22010_E002": 50,
      "b22010_M002": 35,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.56,
       "moe": 2.37,
       "numerator": 433,
       "denominator": 6598
      },
      "children_with_two_parents_pct": {
       "estimate": 93.44,
       "moe": 3.81,
       "numerator": 6165,
       "denominator": 6598
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.79,
       "moe": 3.58,
       "numerator": 276,
       "denominator": 3139
      },
      "children_below_poverty_pct": {
       "estimate": 6.14,
       "moe": 3.55,
       "numerator": 415,
       "denominator": 6756
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 85.65,
       "moe": 3.7,
       "numerator": 11462,
       "denominator": 13383
      },
      "limited_english_households_pct": {
       "estimate": 1.72,
       "moe": 1.01,
       "numerator": 122,
       "denominator": 7111
      },
      "snap_households_pct": {
       "estimate": 0.7,
       "moe": 0.46,
       "numerator": 50,
       "denominator": 7111
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 6598,
       "moe": 477.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6756,
       "moe": 558.574077450789
      }
     },
     "lines": {
      "b23008_E001": 6598,
      "b23008_M001": 477,
      "b23008_E003": 1802,
      "b23008_M003": 236,
      "b23008_E008": 13,
      "b23008_M008": 21,
      "b23008_E016": 4363,
      "b23008_M016": 454,
      "b23008_E021": 420,
      "b23008_M021": 158,
      "b11003_E001": 5849,
      "b11003_M001": 207,
      "b11003_E003": 2863,
      "b11003_M003": 194,
      "b11003_E010": 57,
      "b11003_M010": 49,
      "b11003_E016": 219,
      "b11003_M016": 103,
      "b17020_E001": 21676,
      "b17020_M001": 32,
      "b17020_E003": 90,
      "b17020_M003": 91,
      "b17020_E004": 40,
      "b17020_M004": 46,
      "b17020_E005": 285,
      "b17020_M005": 220,
      "b17020_E011": 1737,
      "b17020_M011": 234,
      "b17020_E012": 2382,
      "b17020_M012": 316,
      "b17020_E013": 2222,
      "b17020_M013": 314,
      "b15003_E001": 13383,
      "b15003_M001": 481,
      "b15003_E022": 6346,
      "b15003_M022": 471,
      "b15003_E023": 3905,
      "b15003_M023": 374,
      "b15003_E024": 886,
      "b15003_M024": 191,
      "b15003_E025": 325,
      "b15003_M025": 129,
      "c16002_E001": 7111,
      "c16002_M001": 265,
      "c16002_E004": 31,
      "c16002_M004": 29,
      "c16002_E007": 44,
      "c16002_M007": 47,
      "c16002_E010": 47,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7111,
      "b22010_M001": 265,
      "b22010_E002": 50,
      "b22010_M002": 33,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 8.68,
       "moe": 4.08,
       "numerator": 572,
       "denominator": 6589
      },
      "children_with_two_parents_pct": {
       "estimate": 91.32,
       "moe": 3.49,
       "numerator": 6017,
       "denominator": 6589
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.51,
       "moe": 4.3,
       "numerator": 330,
       "denominator": 3140
      },
      "children_below_poverty_pct": {
       "estimate": 5.73,
       "moe": 2.54,
       "numerator": 387,
       "denominator": 6757
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 85.87,
       "moe": 4.02,
       "numerator": 11574,
       "denominator": 13479
      },
      "limited_english_households_pct": {
       "estimate": 1.51,
       "moe": 0.93,
       "numerator": 109,
       "denominator": 7234
      },
      "snap_households_pct": {
       "estimate": 0.75,
       "moe": 0.5,
       "numerator": 54,
       "denominator": 7234
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 6589,
       "moe": 463.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6757,
       "moe": 494.9464617511676
      }
     },
     "lines": {
      "b23008_E001": 6589,
      "b23008_M001": 463,
      "b23008_E003": 1783,
      "b23008_M003": 249,
      "b23008_E008": 12,
      "b23008_M008": 18,
      "b23008_E016": 4234,
      "b23008_M016": 412,
      "b23008_E021": 560,
      "b23008_M021": 271,
      "b11003_E001": 5924,
      "b11003_M001": 193,
      "b11003_E003": 2810,
      "b11003_M003": 209,
      "b11003_E010": 72,
      "b11003_M010": 50,
      "b11003_E016": 258,
      "b11003_M016": 128,
      "b17020_E001": 21917,
      "b17020_M001": 41,
      "b17020_E003": 85,
      "b17020_M003": 81,
      "b17020_E004": 80,
      "b17020_M004": 59,
      "b17020_E005": 222,
      "b17020_M005": 142,
      "b17020_E011": 1739,
      "b17020_M011": 238,
      "b17020_E012": 2363,
      "b17020_M012": 291,
      "b17020_E013": 2268,
      "b17020_M013": 271,
      "b15003_E001": 13479,
      "b15003_M001": 509,
      "b15003_E022": 6377,
      "b15003_M022": 509,
      "b15003_E023": 4061,
      "b15003_M023": 420,
      "b15003_E024": 754,
      "b15003_M024": 177,
      "b15003_E025": 382,
      "b15003_M025": 135,
      "c16002_E001": 7234,
      "c16002_M001": 256,
      "c16002_E004": 22,
      "c16002_M004": 23,
      "c16002_E007": 41,
      "c16002_M007": 43,
      "c16002_E010": 46,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7234,
      "b22010_M001": 256,
      "b22010_E002": 54,
      "b22010_M002": 36,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    }
   }
  },
  "0901080": {
   "name": "Deep River School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0901080",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.32,
       "moe": 23.03,
       "numerator": 402,
       "denominator": 907
      },
      "children_with_two_parents_pct": {
       "estimate": 55.68,
       "moe": 14.63,
       "numerator": 505,
       "denominator": 907
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.19,
       "moe": 20.92,
       "numerator": 221,
       "denominator": 628
      },
      "children_below_poverty_pct": {
       "estimate": 1.1,
       "moe": 2.75,
       "numerator": 10,
       "denominator": 907
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.32,
       "moe": 8.99,
       "numerator": 1483,
       "denominator": 3346
      },
      "limited_english_households_pct": {
       "estimate": 3.06,
       "moe": 3.42,
       "numerator": 63,
       "denominator": 2061
      },
      "snap_households_pct": {
       "estimate": 6.7,
       "moe": 6.82,
       "numerator": 138,
       "denominator": 2061
      },
      "median_household_income": {
       "estimate": 79090,
       "moe": 15187.0
      },
      "own_children_under_18": {
       "estimate": 907,
       "moe": 168.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 907,
       "moe": 221.54232101339014
      }
     },
     "lines": {
      "b23008_E001": 907,
      "b23008_M001": 168,
      "b23008_E003": 136,
      "b23008_M003": 75,
      "b23008_E008": 38,
      "b23008_M008": 58,
      "b23008_E016": 369,
      "b23008_M016": 144,
      "b23008_E021": 364,
      "b23008_M021": 214,
      "b11003_E001": 1301,
      "b11003_M001": 121,
      "b11003_E003": 407,
      "b11003_M003": 110,
      "b11003_E010": 62,
      "b11003_M010": 61,
      "b11003_E016": 159,
      "b11003_M016": 133,
      "b17020_E001": 4447,
      "b17020_M001": 29,
      "b17020_E003": 10,
      "b17020_M003": 17,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 164,
      "b17020_M011": 87,
      "b17020_E012": 122,
      "b17020_M012": 86,
      "b17020_E013": 611,
      "b17020_M013": 183,
      "b15003_E001": 3346,
      "b15003_M001": 173,
      "b15003_E022": 847,
      "b15003_M022": 228,
      "b15003_E023": 570,
      "b15003_M023": 204,
      "b15003_E024": 0,
      "b15003_M024": 13,
      "b15003_E025": 66,
      "b15003_M025": 51,
      "c16002_E001": 2061,
      "c16002_M001": 177,
      "c16002_E004": 42,
      "c16002_M004": 64,
      "c16002_E007": 21,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 2061,
      "b22010_M001": 177,
      "b22010_E002": 138,
      "b22010_M002": 141,
      "b19013_E001": 79090,
      "b19013_M001": 15187
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.51,
       "moe": 20.62,
       "numerator": 288,
       "denominator": 886
      },
      "children_with_two_parents_pct": {
       "estimate": 67.49,
       "moe": 16.3,
       "numerator": 598,
       "denominator": 886
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.44,
       "moe": 17.4,
       "numerator": 143,
       "denominator": 667
      },
      "children_below_poverty_pct": {
       "estimate": 1.13,
       "moe": 2.89,
       "numerator": 10,
       "denominator": 886
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.9,
       "moe": 8.2,
       "numerator": 1471,
       "denominator": 3351
      },
      "limited_english_households_pct": {
       "estimate": 3.29,
       "moe": 3.83,
       "numerator": 67,
       "denominator": 2035
      },
      "snap_households_pct": {
       "estimate": 8.4,
       "moe": 7.05,
       "numerator": 171,
       "denominator": 2035
      },
      "median_household_income": {
       "estimate": 85859,
       "moe": 25117.0
      },
      "own_children_under_18": {
       "estimate": 886,
       "moe": 155.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 886,
       "moe": 218.50171624039936
      }
     },
     "lines": {
      "b23008_E001": 886,
      "b23008_M001": 155,
      "b23008_E003": 201,
      "b23008_M003": 98,
      "b23008_E008": 44,
      "b23008_M008": 65,
      "b23008_E016": 397,
      "b23008_M016": 149,
      "b23008_E021": 244,
      "b23008_M021": 178,
      "b11003_E001": 1287,
      "b11003_M001": 118,
      "b11003_E003": 524,
      "b11003_M003": 134,
      "b11003_E010": 39,
      "b11003_M010": 36,
      "b11003_E016": 104,
      "b11003_M016": 117,
      "b17020_E001": 4426,
      "b17020_M001": 32,
      "b17020_E003": 10,
      "b17020_M003": 18,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 235,
      "b17020_M011": 116,
      "b17020_E012": 110,
      "b17020_M012": 80,
      "b17020_E013": 531,
      "b17020_M013": 165,
      "b15003_E001": 3351,
      "b15003_M001": 140,
      "b15003_E022": 960,
      "b15003_M022": 230,
      "b15003_E023": 479,
      "b15003_M023": 157,
      "b15003_E024": 0,
      "b15003_M024": 13,
      "b15003_E025": 32,
      "b15003_M025": 40,
      "c16002_E001": 2035,
      "c16002_M001": 148,
      "c16002_E004": 49,
      "c16002_M004": 73,
      "c16002_E007": 18,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 2035,
      "b22010_M001": 148,
      "b22010_E002": 171,
      "b22010_M002": 144,
      "b19013_E001": 85859,
      "b19013_M001": 25117
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.72,
       "moe": 17.04,
       "numerator": 182,
       "denominator": 801
      },
      "children_with_two_parents_pct": {
       "estimate": 77.28,
       "moe": 15.01,
       "numerator": 619,
       "denominator": 801
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.39,
       "moe": 17.14,
       "numerator": 100,
       "denominator": 610
      },
      "children_below_poverty_pct": {
       "estimate": 2.5,
       "moe": 5.19,
       "numerator": 20,
       "denominator": 801
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.45,
       "moe": 8.73,
       "numerator": 1472,
       "denominator": 3388
      },
      "limited_english_households_pct": {
       "estimate": 4.42,
       "moe": 4.05,
       "numerator": 91,
       "denominator": 2057
      },
      "snap_households_pct": {
       "estimate": 7.39,
       "moe": 6.73,
       "numerator": 152,
       "denominator": 2057
      },
      "median_household_income": {
       "estimate": 86995,
       "moe": 10553.0
      },
      "own_children_under_18": {
       "estimate": 801,
       "moe": 129.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 801,
       "moe": 234.9702108778898
      }
     },
     "lines": {
      "b23008_E001": 801,
      "b23008_M001": 129,
      "b23008_E003": 200,
      "b23008_M003": 88,
      "b23008_E008": 41,
      "b23008_M008": 66,
      "b23008_E016": 419,
      "b23008_M016": 129,
      "b23008_E021": 141,
      "b23008_M021": 123,
      "b11003_E001": 1308,
      "b11003_M001": 124,
      "b11003_E003": 510,
      "b11003_M003": 109,
      "b11003_E010": 30,
      "b11003_M010": 34,
      "b11003_E016": 70,
      "b11003_M016": 102,
      "b17020_E001": 4424,
      "b17020_M001": 20,
      "b17020_E003": 20,
      "b17020_M003": 37,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 221,
      "b17020_M011": 115,
      "b17020_E012": 148,
      "b17020_M012": 108,
      "b17020_E013": 412,
      "b17020_M013": 169,
      "b15003_E001": 3388,
      "b15003_M001": 172,
      "b15003_E022": 964,
      "b15003_M022": 239,
      "b15003_E023": 494,
      "b15003_M023": 188,
      "b15003_E024": 0,
      "b15003_M024": 14,
      "b15003_E025": 14,
      "b15003_M025": 22,
      "c16002_E001": 2057,
      "c16002_M001": 161,
      "c16002_E004": 41,
      "c16002_M004": 64,
      "c16002_E007": 50,
      "c16002_M007": 50,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 2057,
      "b22010_M001": 161,
      "b22010_E002": 152,
      "b22010_M002": 139,
      "b19013_E001": 86995,
      "b19013_M001": 10553
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.75,
       "moe": 19.09,
       "numerator": 197,
       "denominator": 710
      },
      "children_with_two_parents_pct": {
       "estimate": 72.25,
       "moe": 16.18,
       "numerator": 513,
       "denominator": 710
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.51,
       "moe": 20.2,
       "numerator": 124,
       "denominator": 506
      },
      "children_below_poverty_pct": {
       "estimate": 6.36,
       "moe": 5.74,
       "numerator": 46,
       "denominator": 723
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.56,
       "moe": 7.76,
       "numerator": 1524,
       "denominator": 3420
      },
      "limited_english_households_pct": {
       "estimate": 4.88,
       "moe": 4.31,
       "numerator": 98,
       "denominator": 2010
      },
      "snap_households_pct": {
       "estimate": 9.7,
       "moe": 6.69,
       "numerator": 195,
       "denominator": 2010
      },
      "median_household_income": {
       "estimate": 90253,
       "moe": 18732.0
      },
      "own_children_under_18": {
       "estimate": 710,
       "moe": 136.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 723,
       "moe": 217.90364843205356
      }
     },
     "lines": {
      "b23008_E001": 710,
      "b23008_M001": 136,
      "b23008_E003": 133,
      "b23008_M003": 85,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 380,
      "b23008_M016": 125,
      "b23008_E021": 197,
      "b23008_M021": 140,
      "b11003_E001": 1141,
      "b11003_M001": 169,
      "b11003_E003": 382,
      "b11003_M003": 112,
      "b11003_E010": 11,
      "b11003_M010": 16,
      "b11003_E016": 113,
      "b11003_M016": 108,
      "b17020_E001": 4441,
      "b17020_M001": 35,
      "b17020_E003": 19,
      "b17020_M003": 30,
      "b17020_E004": 14,
      "b17020_M004": 23,
      "b17020_E005": 13,
      "b17020_M005": 22,
      "b17020_E011": 114,
      "b17020_M011": 92,
      "b17020_E012": 193,
      "b17020_M012": 113,
      "b17020_E013": 370,
      "b17020_M013": 156,
      "b15003_E001": 3420,
      "b15003_M001": 132,
      "b15003_E022": 904,
      "b15003_M022": 218,
      "b15003_E023": 609,
      "b15003_M023": 161,
      "b15003_E024": 11,
      "b15003_M024": 15,
      "b15003_E025": 0,
      "b15003_M025": 14,
      "c16002_E001": 2010,
      "c16002_M001": 208,
      "c16002_E004": 43,
      "c16002_M004": 48,
      "c16002_E007": 55,
      "c16002_M007": 70,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 2010,
      "b22010_M001": 208,
      "b22010_E002": 195,
      "b22010_M002": 136,
      "b19013_E001": 90253,
      "b19013_M001": 18732
     }
    }
   }
  },
  "0901110": {
   "name": "Derby School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901110",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 53.63,
       "moe": 14.25,
       "numerator": 945,
       "denominator": 1762
      },
      "children_with_two_parents_pct": {
       "estimate": 46.37,
       "moe": 12.07,
       "numerator": 817,
       "denominator": 1762
      },
      "one_parent_families_with_children_pct": {
       "estimate": 45.68,
       "moe": 13.1,
       "numerator": 418,
       "denominator": 915
      },
      "children_below_poverty_pct": {
       "estimate": 24.14,
       "moe": 8.73,
       "numerator": 468,
       "denominator": 1939
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.96,
       "moe": 6.09,
       "numerator": 2596,
       "denominator": 9629
      },
      "limited_english_households_pct": {
       "estimate": 7.37,
       "moe": 4.52,
       "numerator": 413,
       "denominator": 5605
      },
      "snap_households_pct": {
       "estimate": 14.31,
       "moe": 5.35,
       "numerator": 802,
       "denominator": 5605
      },
      "median_household_income": {
       "estimate": 64494,
       "moe": 9978.0
      },
      "own_children_under_18": {
       "estimate": 1762,
       "moe": 466.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1939,
       "moe": 491.14050942678307
      }
     },
     "lines": {
      "b23008_E001": 1762,
      "b23008_M001": 466,
      "b23008_E003": 297,
      "b23008_M003": 167,
      "b23008_E008": 253,
      "b23008_M008": 182,
      "b23008_E016": 520,
      "b23008_M016": 253,
      "b23008_E021": 692,
      "b23008_M021": 304,
      "b11003_E001": 3459,
      "b11003_M001": 245,
      "b11003_E003": 497,
      "b11003_M003": 177,
      "b11003_E010": 32,
      "b11003_M010": 52,
      "b11003_E016": 386,
      "b11003_M016": 154,
      "b17020_E001": 12224,
      "b17020_M001": 103,
      "b17020_E003": 115,
      "b17020_M003": 102,
      "b17020_E004": 217,
      "b17020_M004": 143,
      "b17020_E005": 136,
      "b17020_M005": 109,
      "b17020_E011": 530,
      "b17020_M011": 262,
      "b17020_E012": 136,
      "b17020_M012": 104,
      "b17020_E013": 805,
      "b17020_M013": 345,
      "b15003_E001": 9629,
      "b15003_M001": 515,
      "b15003_E022": 1491,
      "b15003_M022": 423,
      "b15003_E023": 778,
      "b15003_M023": 357,
      "b15003_E024": 163,
      "b15003_M024": 126,
      "b15003_E025": 164,
      "b15003_M025": 201,
      "c16002_E001": 5605,
      "c16002_M001": 425,
      "c16002_E004": 254,
      "c16002_M004": 227,
      "c16002_E007": 116,
      "c16002_M007": 105,
      "c16002_E010": 43,
      "c16002_M010": 47,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5605,
      "b22010_M001": 425,
      "b22010_E002": 802,
      "b22010_M002": 306,
      "b19013_E001": 64494,
      "b19013_M001": 9978
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.34,
       "moe": 10.27,
       "numerator": 846,
       "denominator": 1908
      },
      "children_with_two_parents_pct": {
       "estimate": 55.66,
       "moe": 16.04,
       "numerator": 1062,
       "denominator": 1908
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.95,
       "moe": 11.87,
       "numerator": 461,
       "denominator": 1049
      },
      "children_below_poverty_pct": {
       "estimate": 19.76,
       "moe": 8.48,
       "numerator": 409,
       "denominator": 2070
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.39,
       "moe": 5.91,
       "numerator": 2850,
       "denominator": 9696
      },
      "limited_english_households_pct": {
       "estimate": 7.37,
       "moe": 3.9,
       "numerator": 421,
       "denominator": 5713
      },
      "snap_households_pct": {
       "estimate": 16.03,
       "moe": 4.76,
       "numerator": 916,
       "denominator": 5713
      },
      "median_household_income": {
       "estimate": 69835,
       "moe": 12159.0
      },
      "own_children_under_18": {
       "estimate": 1908,
       "moe": 408.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2070,
       "moe": 485.3885041902002
      }
     },
     "lines": {
      "b23008_E001": 1908,
      "b23008_M001": 408,
      "b23008_E003": 341,
      "b23008_M003": 162,
      "b23008_E008": 144,
      "b23008_M008": 128,
      "b23008_E016": 721,
      "b23008_M016": 345,
      "b23008_E021": 702,
      "b23008_M021": 234,
      "b11003_E001": 3345,
      "b11003_M001": 254,
      "b11003_E003": 588,
      "b11003_M003": 194,
      "b11003_E010": 111,
      "b11003_M010": 127,
      "b11003_E016": 350,
      "b11003_M016": 110,
      "b17020_E001": 12250,
      "b17020_M001": 43,
      "b17020_E003": 93,
      "b17020_M003": 110,
      "b17020_E004": 208,
      "b17020_M004": 136,
      "b17020_E005": 108,
      "b17020_M005": 97,
      "b17020_E011": 485,
      "b17020_M011": 205,
      "b17020_E012": 277,
      "b17020_M012": 184,
      "b17020_E013": 899,
      "b17020_M013": 346,
      "b15003_E001": 9696,
      "b15003_M001": 463,
      "b15003_E022": 1522,
      "b15003_M022": 442,
      "b15003_E023": 922,
      "b15003_M023": 321,
      "b15003_E024": 167,
      "b15003_M024": 120,
      "b15003_E025": 239,
      "b15003_M025": 185,
      "c16002_E001": 5713,
      "c16002_M001": 366,
      "c16002_E004": 281,
      "c16002_M004": 205,
      "c16002_E007": 66,
      "c16002_M007": 57,
      "c16002_E010": 74,
      "c16002_M010": 69,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5713,
      "b22010_M001": 366,
      "b22010_E002": 916,
      "b22010_M002": 278,
      "b19013_E001": 69835,
      "b19013_M001": 12159
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.13,
       "moe": 8.31,
       "numerator": 1014,
       "denominator": 1983
      },
      "children_with_two_parents_pct": {
       "estimate": 48.87,
       "moe": 12.71,
       "numerator": 969,
       "denominator": 1983
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.48,
       "moe": 11.93,
       "numerator": 525,
       "denominator": 1040
      },
      "children_below_poverty_pct": {
       "estimate": 4.39,
       "moe": 4.97,
       "numerator": 87,
       "denominator": 1983
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.16,
       "moe": 5.79,
       "numerator": 3226,
       "denominator": 9730
      },
      "limited_english_households_pct": {
       "estimate": 6.06,
       "moe": 3.91,
       "numerator": 350,
       "denominator": 5775
      },
      "snap_households_pct": {
       "estimate": 16.26,
       "moe": 5.78,
       "numerator": 939,
       "denominator": 5775
      },
      "median_household_income": {
       "estimate": 76263,
       "moe": 9859.0
      },
      "own_children_under_18": {
       "estimate": 1983,
       "moe": 325.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1983,
       "moe": 416.8896736547932
      }
     },
     "lines": {
      "b23008_E001": 1983,
      "b23008_M001": 325,
      "b23008_E003": 315,
      "b23008_M003": 126,
      "b23008_E008": 212,
      "b23008_M008": 142,
      "b23008_E016": 654,
      "b23008_M016": 270,
      "b23008_E021": 802,
      "b23008_M021": 186,
      "b11003_E001": 3269,
      "b11003_M001": 228,
      "b11003_E003": 515,
      "b11003_M003": 152,
      "b11003_E010": 113,
      "b11003_M010": 108,
      "b11003_E016": 412,
      "b11003_M016": 130,
      "b17020_E001": 12301,
      "b17020_M001": 39,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 63,
      "b17020_M004": 89,
      "b17020_E005": 24,
      "b17020_M005": 41,
      "b17020_E011": 527,
      "b17020_M011": 168,
      "b17020_E012": 397,
      "b17020_M012": 197,
      "b17020_E013": 972,
      "b17020_M013": 311,
      "b15003_E001": 9730,
      "b15003_M001": 446,
      "b15003_E022": 1792,
      "b15003_M022": 441,
      "b15003_E023": 1039,
      "b15003_M023": 296,
      "b15003_E024": 134,
      "b15003_M024": 85,
      "b15003_E025": 261,
      "b15003_M025": 223,
      "c16002_E001": 5775,
      "c16002_M001": 403,
      "c16002_E004": 254,
      "c16002_M004": 213,
      "c16002_E007": 62,
      "c16002_M007": 65,
      "c16002_E010": 34,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5775,
      "b22010_M001": 403,
      "b22010_E002": 939,
      "b22010_M002": 340,
      "b19013_E001": 76263,
      "b19013_M001": 9859
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.11,
       "moe": 11.51,
       "numerator": 1050,
       "denominator": 1807
      },
      "children_with_two_parents_pct": {
       "estimate": 41.89,
       "moe": 10.81,
       "numerator": 757,
       "denominator": 1807
      },
      "one_parent_families_with_children_pct": {
       "estimate": 60.38,
       "moe": 11.82,
       "numerator": 724,
       "denominator": 1199
      },
      "children_below_poverty_pct": {
       "estimate": 9.35,
       "moe": 6.61,
       "numerator": 169,
       "denominator": 1807
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.61,
       "moe": 5.65,
       "numerator": 3508,
       "denominator": 9850
      },
      "limited_english_households_pct": {
       "estimate": 4.41,
       "moe": 3.68,
       "numerator": 260,
       "denominator": 5896
      },
      "snap_households_pct": {
       "estimate": 16.54,
       "moe": 5.37,
       "numerator": 975,
       "denominator": 5896
      },
      "median_household_income": {
       "estimate": 79500,
       "moe": 11458.0
      },
      "own_children_under_18": {
       "estimate": 1807,
       "moe": 300.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1807,
       "moe": 342.620781623065
      }
     },
     "lines": {
      "b23008_E001": 1807,
      "b23008_M001": 300,
      "b23008_E003": 227,
      "b23008_M003": 97,
      "b23008_E008": 281,
      "b23008_M008": 144,
      "b23008_E016": 530,
      "b23008_M016": 211,
      "b23008_E021": 769,
      "b23008_M021": 230,
      "b11003_E001": 3346,
      "b11003_M001": 319,
      "b11003_E003": 475,
      "b11003_M003": 140,
      "b11003_E010": 174,
      "b11003_M010": 129,
      "b11003_E016": 550,
      "b11003_M016": 162,
      "b17020_E001": 12426,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 105,
      "b17020_M004": 103,
      "b17020_E005": 64,
      "b17020_M005": 65,
      "b17020_E011": 508,
      "b17020_M011": 152,
      "b17020_E012": 338,
      "b17020_M012": 163,
      "b17020_E013": 792,
      "b17020_M013": 229,
      "b15003_E001": 9850,
      "b15003_M001": 367,
      "b15003_E022": 1945,
      "b15003_M022": 413,
      "b15003_E023": 1195,
      "b15003_M023": 323,
      "b15003_E024": 86,
      "b15003_M024": 63,
      "b15003_E025": 282,
      "b15003_M025": 219,
      "c16002_E001": 5896,
      "c16002_M001": 324,
      "c16002_E004": 215,
      "c16002_M004": 213,
      "c16002_E007": 14,
      "c16002_M007": 21,
      "c16002_E010": 31,
      "c16002_M010": 33,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5896,
      "b22010_M001": 324,
      "b22010_E002": 975,
      "b22010_M002": 321,
      "b19013_E001": 79500,
      "b19013_M001": 11458
     }
    }
   }
  },
  "0901170": {
   "name": "East Granby School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901170",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.8,
       "moe": 8.29,
       "numerator": 188,
       "denominator": 1270
      },
      "children_with_two_parents_pct": {
       "estimate": 85.2,
       "moe": 20.63,
       "numerator": 1082,
       "denominator": 1270
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.48,
       "moe": 15.05,
       "numerator": 173,
       "denominator": 679
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.59,
       "numerator": 0,
       "denominator": 1270
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.63,
       "moe": 7.45,
       "numerator": 1655,
       "denominator": 3475
      },
      "limited_english_households_pct": {
       "estimate": 3.11,
       "moe": 3.79,
       "numerator": 59,
       "denominator": 1896
      },
      "snap_households_pct": {
       "estimate": 9.86,
       "moe": 7.13,
       "numerator": 187,
       "denominator": 1896
      },
      "median_household_income": {
       "estimate": 112857,
       "moe": 24151.0
      },
      "own_children_under_18": {
       "estimate": 1270,
       "moe": 295.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1270,
       "moe": 375.45838650907774
      }
     },
     "lines": {
      "b23008_E001": 1270,
      "b23008_M001": 295,
      "b23008_E003": 414,
      "b23008_M003": 288,
      "b23008_E008": 16,
      "b23008_M008": 26,
      "b23008_E016": 668,
      "b23008_M016": 221,
      "b23008_E021": 172,
      "b23008_M021": 111,
      "b11003_E001": 1317,
      "b11003_M001": 160,
      "b11003_E003": 506,
      "b11003_M003": 137,
      "b11003_E010": 25,
      "b11003_M010": 38,
      "b11003_E016": 148,
      "b11003_M016": 105,
      "b17020_E001": 5034,
      "b17020_M001": 290,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 430,
      "b17020_M011": 278,
      "b17020_E012": 452,
      "b17020_M012": 201,
      "b17020_E013": 388,
      "b17020_M013": 149,
      "b15003_E001": 3475,
      "b15003_M001": 205,
      "b15003_E022": 986,
      "b15003_M022": 192,
      "b15003_E023": 463,
      "b15003_M023": 173,
      "b15003_E024": 154,
      "b15003_M024": 89,
      "b15003_E025": 52,
      "b15003_M025": 43,
      "c16002_E001": 1896,
      "c16002_M001": 147,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 59,
      "c16002_M010": 64,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1896,
      "b22010_M001": 147,
      "b22010_E002": 187,
      "b22010_M002": 136,
      "b19013_E001": 112857,
      "b19013_M001": 24151
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.57,
       "moe": 8.74,
       "numerator": 166,
       "denominator": 1321
      },
      "children_with_two_parents_pct": {
       "estimate": 87.43,
       "moe": 22.41,
       "numerator": 1155,
       "denominator": 1321
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.18,
       "moe": 16.98,
       "numerator": 162,
       "denominator": 670
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.49,
       "numerator": 0,
       "denominator": 1321
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.27,
       "moe": 6.56,
       "numerator": 1688,
       "denominator": 3497
      },
      "limited_english_households_pct": {
       "estimate": 3.08,
       "moe": 3.5,
       "numerator": 60,
       "denominator": 1947
      },
      "snap_households_pct": {
       "estimate": 9.6,
       "moe": 6.87,
       "numerator": 187,
       "denominator": 1947
      },
      "median_household_income": {
       "estimate": 107478,
       "moe": 32666.0
      },
      "own_children_under_18": {
       "estimate": 1321,
       "moe": 321.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1321,
       "moe": 400.33111295526356
      }
     },
     "lines": {
      "b23008_E001": 1321,
      "b23008_M001": 321,
      "b23008_E003": 452,
      "b23008_M003": 304,
      "b23008_E008": 4,
      "b23008_M008": 8,
      "b23008_E016": 703,
      "b23008_M016": 272,
      "b23008_E021": 162,
      "b23008_M021": 122,
      "b11003_E001": 1350,
      "b11003_M001": 161,
      "b11003_E003": 508,
      "b11003_M003": 138,
      "b11003_E010": 42,
      "b11003_M010": 44,
      "b11003_E016": 120,
      "b11003_M016": 114,
      "b17020_E001": 5079,
      "b17020_M001": 154,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 456,
      "b17020_M011": 303,
      "b17020_E012": 466,
      "b17020_M012": 202,
      "b17020_E013": 399,
      "b17020_M013": 163,
      "b15003_E001": 3497,
      "b15003_M001": 259,
      "b15003_E022": 1044,
      "b15003_M022": 186,
      "b15003_E023": 403,
      "b15003_M023": 151,
      "b15003_E024": 181,
      "b15003_M024": 91,
      "b15003_E025": 60,
      "b15003_M025": 51,
      "c16002_E001": 1947,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 60,
      "c16002_M010": 60,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1947,
      "b22010_M001": 187,
      "b22010_E002": 187,
      "b22010_M002": 135,
      "b19013_E001": 107478,
      "b19013_M001": 32666
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.52,
       "moe": 13.94,
       "numerator": 211,
       "denominator": 1277
      },
      "children_with_two_parents_pct": {
       "estimate": 83.48,
       "moe": 20.25,
       "numerator": 1066,
       "denominator": 1277
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.14,
       "moe": 15.94,
       "numerator": 111,
       "denominator": 580
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.53,
       "numerator": 0,
       "denominator": 1300
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.14,
       "moe": 6.31,
       "numerator": 1675,
       "denominator": 3553
      },
      "limited_english_households_pct": {
       "estimate": 3.94,
       "moe": 3.71,
       "numerator": 76,
       "denominator": 1929
      },
      "snap_households_pct": {
       "estimate": 7.88,
       "moe": 6.23,
       "numerator": 152,
       "denominator": 1929
      },
      "median_household_income": {
       "estimate": 123005,
       "moe": 17869.0
      },
      "own_children_under_18": {
       "estimate": 1277,
       "moe": 329.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1300,
       "moe": 433.5308524199864
      }
     },
     "lines": {
      "b23008_E001": 1277,
      "b23008_M001": 329,
      "b23008_E003": 424,
      "b23008_M003": 299,
      "b23008_E008": 4,
      "b23008_M008": 7,
      "b23008_E016": 642,
      "b23008_M016": 230,
      "b23008_E021": 207,
      "b23008_M021": 186,
      "b11003_E001": 1381,
      "b11003_M001": 168,
      "b11003_E003": 469,
      "b11003_M003": 121,
      "b11003_E010": 19,
      "b11003_M010": 28,
      "b11003_E016": 92,
      "b11003_M016": 93,
      "b17020_E001": 5093,
      "b17020_M001": 159,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 428,
      "b17020_M011": 299,
      "b17020_E012": 454,
      "b17020_M012": 243,
      "b17020_E013": 418,
      "b17020_M013": 196,
      "b15003_E001": 3553,
      "b15003_M001": 262,
      "b15003_E022": 1058,
      "b15003_M022": 197,
      "b15003_E023": 395,
      "b15003_M023": 130,
      "b15003_E024": 160,
      "b15003_M024": 82,
      "b15003_E025": 62,
      "b15003_M025": 55,
      "c16002_E001": 1929,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 14,
      "c16002_M007": 22,
      "c16002_E010": 62,
      "c16002_M010": 63,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1929,
      "b22010_M001": 178,
      "b22010_E002": 152,
      "b22010_M002": 121,
      "b19013_E001": 123005,
      "b19013_M001": 17869
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.08,
       "moe": 14.46,
       "numerator": 286,
       "denominator": 1424
      },
      "children_with_two_parents_pct": {
       "estimate": 79.92,
       "moe": 20.63,
       "numerator": 1138,
       "denominator": 1424
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.96,
       "moe": 16.22,
       "numerator": 131,
       "denominator": 625
      },
      "children_below_poverty_pct": {
       "estimate": 4.51,
       "moe": 6.37,
       "numerator": 65,
       "denominator": 1440
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.08,
       "moe": 8.17,
       "numerator": 1862,
       "denominator": 3575
      },
      "limited_english_households_pct": {
       "estimate": 1.63,
       "moe": 2.26,
       "numerator": 32,
       "denominator": 1967
      },
      "snap_households_pct": {
       "estimate": 8.39,
       "moe": 6.83,
       "numerator": 165,
       "denominator": 1967
      },
      "median_household_income": {
       "estimate": 120938,
       "moe": 24156.0
      },
      "own_children_under_18": {
       "estimate": 1424,
       "moe": 225.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1440,
       "moe": 396.89797177612286
      }
     },
     "lines": {
      "b23008_E001": 1424,
      "b23008_M001": 225,
      "b23008_E003": 473,
      "b23008_M003": 276,
      "b23008_E008": 83,
      "b23008_M008": 101,
      "b23008_E016": 665,
      "b23008_M016": 206,
      "b23008_E021": 203,
      "b23008_M021": 185,
      "b11003_E001": 1461,
      "b11003_M001": 129,
      "b11003_E003": 494,
      "b11003_M003": 96,
      "b11003_E010": 49,
      "b11003_M010": 57,
      "b11003_E016": 82,
      "b11003_M016": 89,
      "b17020_E001": 5238,
      "b17020_M001": 19,
      "b17020_E003": 35,
      "b17020_M003": 69,
      "b17020_E004": 30,
      "b17020_M004": 60,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 521,
      "b17020_M011": 295,
      "b17020_E012": 379,
      "b17020_M012": 185,
      "b17020_E013": 475,
      "b17020_M013": 166,
      "b15003_E001": 3575,
      "b15003_M001": 233,
      "b15003_E022": 1055,
      "b15003_M022": 235,
      "b15003_E023": 583,
      "b15003_M023": 181,
      "b15003_E024": 177,
      "b15003_M024": 103,
      "b15003_E025": 47,
      "b15003_M025": 37,
      "c16002_E001": 1967,
      "c16002_M001": 167,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 18,
      "c16002_M007": 28,
      "c16002_E010": 14,
      "c16002_M010": 22,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 1967,
      "b22010_M001": 167,
      "b22010_E002": 165,
      "b22010_M002": 135,
      "b19013_E001": 120938,
      "b19013_M001": 24156
     }
    }
   }
  },
  "0901200": {
   "name": "East Haddam School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901200",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.19,
       "moe": 17.67,
       "numerator": 543,
       "denominator": 1636
      },
      "children_with_two_parents_pct": {
       "estimate": 66.81,
       "moe": 9.61,
       "numerator": 1093,
       "denominator": 1636
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.88,
       "moe": 19.02,
       "numerator": 252,
       "denominator": 904
      },
      "children_below_poverty_pct": {
       "estimate": 6.48,
       "moe": 6.43,
       "numerator": 106,
       "denominator": 1636
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.94,
       "moe": 4.89,
       "numerator": 2742,
       "denominator": 6866
      },
      "limited_english_households_pct": {
       "estimate": 0.58,
       "moe": 0.95,
       "numerator": 22,
       "denominator": 3800
      },
      "snap_households_pct": {
       "estimate": 2.84,
       "moe": 2.21,
       "numerator": 108,
       "denominator": 3800
      },
      "median_household_income": {
       "estimate": 97353,
       "moe": 7017.0
      },
      "own_children_under_18": {
       "estimate": 1636,
       "moe": 268.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1636,
       "moe": 357.59753914142084
      }
     },
     "lines": {
      "b23008_E001": 1636,
      "b23008_M001": 268,
      "b23008_E003": 377,
      "b23008_M003": 137,
      "b23008_E008": 88,
      "b23008_M008": 89,
      "b23008_E016": 716,
      "b23008_M016": 195,
      "b23008_E021": 455,
      "b23008_M021": 289,
      "b11003_E001": 2747,
      "b11003_M001": 192,
      "b11003_E003": 652,
      "b11003_M003": 122,
      "b11003_E010": 64,
      "b11003_M010": 84,
      "b11003_E016": 188,
      "b11003_M016": 162,
      "b17020_E001": 8866,
      "b17020_M001": 56,
      "b17020_E003": 47,
      "b17020_M003": 73,
      "b17020_E004": 59,
      "b17020_M004": 77,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 418,
      "b17020_M011": 133,
      "b17020_E012": 577,
      "b17020_M012": 222,
      "b17020_E013": 535,
      "b17020_M013": 222,
      "b15003_E001": 6866,
      "b15003_M001": 290,
      "b15003_E022": 1758,
      "b15003_M022": 279,
      "b15003_E023": 639,
      "b15003_M023": 172,
      "b15003_E024": 210,
      "b15003_M024": 115,
      "b15003_E025": 135,
      "b15003_M025": 73,
      "c16002_E001": 3800,
      "c16002_M001": 177,
      "c16002_E004": 8,
      "c16002_M004": 12,
      "c16002_E007": 14,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3800,
      "b22010_M001": 177,
      "b22010_E002": 108,
      "b22010_M002": 84,
      "b19013_E001": 97353,
      "b19013_M001": 7017
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.78,
       "moe": 15.52,
       "numerator": 487,
       "denominator": 1582
      },
      "children_with_two_parents_pct": {
       "estimate": 69.22,
       "moe": 11.77,
       "numerator": 1095,
       "denominator": 1582
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.87,
       "moe": 18.19,
       "numerator": 224,
       "denominator": 866
      },
      "children_below_poverty_pct": {
       "estimate": 6.19,
       "moe": 6.19,
       "numerator": 98,
       "denominator": 1582
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.31,
       "moe": 5.88,
       "numerator": 2938,
       "denominator": 6784
      },
      "limited_english_households_pct": {
       "estimate": 0.44,
       "moe": 1.11,
       "numerator": 16,
       "denominator": 3676
      },
      "snap_households_pct": {
       "estimate": 2.77,
       "moe": 2.06,
       "numerator": 102,
       "denominator": 3676
      },
      "median_household_income": {
       "estimate": 107096,
       "moe": 7929.0
      },
      "own_children_under_18": {
       "estimate": 1582,
       "moe": 237.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1582,
       "moe": 343.28268234794484
      }
     },
     "lines": {
      "b23008_E001": 1582,
      "b23008_M001": 237,
      "b23008_E003": 364,
      "b23008_M003": 124,
      "b23008_E008": 84,
      "b23008_M008": 78,
      "b23008_E016": 731,
      "b23008_M016": 215,
      "b23008_E021": 403,
      "b23008_M021": 244,
      "b11003_E001": 2653,
      "b11003_M001": 192,
      "b11003_E003": 642,
      "b11003_M003": 109,
      "b11003_E010": 59,
      "b11003_M010": 66,
      "b11003_E016": 165,
      "b11003_M016": 152,
      "b17020_E001": 8820,
      "b17020_M001": 35,
      "b17020_E003": 43,
      "b17020_M003": 67,
      "b17020_E004": 55,
      "b17020_M004": 72,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 405,
      "b17020_M011": 138,
      "b17020_E012": 583,
      "b17020_M012": 202,
      "b17020_E013": 496,
      "b17020_M013": 219,
      "b15003_E001": 6784,
      "b15003_M001": 267,
      "b15003_E022": 1914,
      "b15003_M022": 348,
      "b15003_E023": 649,
      "b15003_M023": 173,
      "b15003_E024": 221,
      "b15003_M024": 125,
      "b15003_E025": 154,
      "b15003_M025": 78,
      "c16002_E001": 3676,
      "c16002_M001": 162,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 16,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3676,
      "b22010_M001": 162,
      "b22010_E002": 102,
      "b22010_M002": 76,
      "b19013_E001": 107096,
      "b19013_M001": 7929
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.15,
       "moe": 15.1,
       "numerator": 607,
       "denominator": 1591
      },
      "children_with_two_parents_pct": {
       "estimate": 61.85,
       "moe": 9.01,
       "numerator": 984,
       "denominator": 1591
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.08,
       "moe": 20.06,
       "numerator": 265,
       "denominator": 826
      },
      "children_below_poverty_pct": {
       "estimate": 5.85,
       "moe": 6.0,
       "numerator": 93,
       "denominator": 1591
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.83,
       "moe": 4.63,
       "numerator": 2805,
       "denominator": 6870
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.05,
       "numerator": 0,
       "denominator": 3635
      },
      "snap_households_pct": {
       "estimate": 3.3,
       "moe": 2.42,
       "numerator": 120,
       "denominator": 3635
      },
      "median_household_income": {
       "estimate": 105866,
       "moe": 8701.0
      },
      "own_children_under_18": {
       "estimate": 1591,
       "moe": 245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1591,
       "moe": 332.6379413115708
      }
     },
     "lines": {
      "b23008_E001": 1591,
      "b23008_M001": 245,
      "b23008_E003": 249,
      "b23008_M003": 107,
      "b23008_E008": 183,
      "b23008_M008": 131,
      "b23008_E016": 735,
      "b23008_M016": 179,
      "b23008_E021": 424,
      "b23008_M021": 222,
      "b11003_E001": 2708,
      "b11003_M001": 214,
      "b11003_E003": 561,
      "b11003_M003": 117,
      "b11003_E010": 65,
      "b11003_M010": 60,
      "b11003_E016": 200,
      "b11003_M016": 169,
      "b17020_E001": 8835,
      "b17020_M001": 43,
      "b17020_E003": 42,
      "b17020_M003": 65,
      "b17020_E004": 51,
      "b17020_M004": 70,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 390,
      "b17020_M011": 163,
      "b17020_E012": 607,
      "b17020_M012": 177,
      "b17020_E013": 501,
      "b17020_M013": 208,
      "b15003_E001": 6870,
      "b15003_M001": 277,
      "b15003_E022": 1935,
      "b15003_M022": 281,
      "b15003_E023": 591,
      "b15003_M023": 157,
      "b15003_E024": 137,
      "b15003_M024": 65,
      "b15003_E025": 142,
      "b15003_M025": 78,
      "c16002_E001": 3635,
      "c16002_M001": 185,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3635,
      "b22010_M001": 185,
      "b22010_E002": 120,
      "b22010_M002": 88,
      "b19013_E001": 105866,
      "b19013_M001": 8701
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.35,
       "moe": 16.93,
       "numerator": 527,
       "denominator": 1491
      },
      "children_with_two_parents_pct": {
       "estimate": 64.65,
       "moe": 7.75,
       "numerator": 964,
       "denominator": 1491
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.04,
       "moe": 20.05,
       "numerator": 266,
       "denominator": 805
      },
      "children_below_poverty_pct": {
       "estimate": 5.9,
       "moe": 6.47,
       "numerator": 88,
       "denominator": 1491
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.06,
       "moe": 4.44,
       "numerator": 2651,
       "denominator": 6965
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.04,
       "numerator": 0,
       "denominator": 3663
      },
      "snap_households_pct": {
       "estimate": 2.78,
       "moe": 2.07,
       "numerator": 102,
       "denominator": 3663
      },
      "median_household_income": {
       "estimate": 107861,
       "moe": 8886.0
      },
      "own_children_under_18": {
       "estimate": 1491,
       "moe": 245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1491,
       "moe": 296.91581298408477
      }
     },
     "lines": {
      "b23008_E001": 1491,
      "b23008_M001": 245,
      "b23008_E003": 214,
      "b23008_M003": 96,
      "b23008_E008": 159,
      "b23008_M008": 130,
      "b23008_E016": 750,
      "b23008_M016": 171,
      "b23008_E021": 368,
      "b23008_M021": 233,
      "b11003_E001": 2649,
      "b11003_M001": 196,
      "b11003_E003": 539,
      "b11003_M003": 113,
      "b11003_E010": 57,
      "b11003_M010": 57,
      "b11003_E016": 209,
      "b11003_M016": 166,
      "b17020_E001": 8859,
      "b17020_M001": 52,
      "b17020_E003": 44,
      "b17020_M003": 66,
      "b17020_E004": 44,
      "b17020_M004": 70,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 329,
      "b17020_M011": 141,
      "b17020_E012": 499,
      "b17020_M012": 145,
      "b17020_E013": 575,
      "b17020_M013": 194,
      "b15003_E001": 6965,
      "b15003_M001": 262,
      "b15003_E022": 1748,
      "b15003_M022": 268,
      "b15003_E023": 663,
      "b15003_M023": 157,
      "b15003_E024": 144,
      "b15003_M024": 72,
      "b15003_E025": 96,
      "b15003_M025": 61,
      "c16002_E001": 3663,
      "c16002_M001": 214,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3663,
      "b22010_M001": 214,
      "b22010_E002": 102,
      "b22010_M002": 76,
      "b19013_E001": 107861,
      "b19013_M001": 8886
     }
    }
   }
  },
  "0901230": {
   "name": "East Hampton School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901230",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.85,
       "moe": 6.33,
       "numerator": 436,
       "denominator": 2587
      },
      "children_with_two_parents_pct": {
       "estimate": 83.15,
       "moe": 8.67,
       "numerator": 2151,
       "denominator": 2587
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.83,
       "moe": 8.36,
       "numerator": 228,
       "denominator": 1440
      },
      "children_below_poverty_pct": {
       "estimate": 7.73,
       "moe": 4.52,
       "numerator": 213,
       "denominator": 2757
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.24,
       "moe": 3.56,
       "numerator": 3355,
       "denominator": 9259
      },
      "limited_english_households_pct": {
       "estimate": 0.67,
       "moe": 1.26,
       "numerator": 32,
       "denominator": 4781
      },
      "snap_households_pct": {
       "estimate": 4.6,
       "moe": 2.4,
       "numerator": 220,
       "denominator": 4781
      },
      "median_household_income": {
       "estimate": 107869,
       "moe": 12010.0
      },
      "own_children_under_18": {
       "estimate": 2587,
       "moe": 259.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2757,
       "moe": 380.77683753085614
      }
     },
     "lines": {
      "b23008_E001": 2587,
      "b23008_M001": 259,
      "b23008_E003": 837,
      "b23008_M003": 233,
      "b23008_E008": 73,
      "b23008_M008": 64,
      "b23008_E016": 1314,
      "b23008_M016": 206,
      "b23008_E021": 363,
      "b23008_M021": 157,
      "b11003_E001": 3572,
      "b11003_M001": 166,
      "b11003_E003": 1212,
      "b11003_M003": 204,
      "b11003_E010": 46,
      "b11003_M010": 42,
      "b11003_E016": 182,
      "b11003_M016": 119,
      "b17020_E001": 12744,
      "b17020_M001": 85,
      "b17020_E003": 29,
      "b17020_M003": 45,
      "b17020_E004": 81,
      "b17020_M004": 72,
      "b17020_E005": 103,
      "b17020_M005": 96,
      "b17020_E011": 959,
      "b17020_M011": 246,
      "b17020_E012": 795,
      "b17020_M012": 171,
      "b17020_E013": 790,
      "b17020_M013": 197,
      "b15003_E001": 9259,
      "b15003_M001": 293,
      "b15003_E022": 1941,
      "b15003_M022": 223,
      "b15003_E023": 1204,
      "b15003_M023": 243,
      "b15003_E024": 158,
      "b15003_M024": 95,
      "b15003_E025": 52,
      "b15003_M025": 48,
      "c16002_E001": 4781,
      "c16002_M001": 219,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 32,
      "c16002_M007": 48,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4781,
      "b22010_M001": 219,
      "b22010_E002": 220,
      "b22010_M002": 115,
      "b19013_E001": 107869,
      "b19013_M001": 12010
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.84,
       "moe": 5.32,
       "numerator": 339,
       "denominator": 2640
      },
      "children_with_two_parents_pct": {
       "estimate": 87.16,
       "moe": 7.42,
       "numerator": 2301,
       "denominator": 2640
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.91,
       "moe": 8.04,
       "numerator": 209,
       "denominator": 1503
      },
      "children_below_poverty_pct": {
       "estimate": 4.97,
       "moe": 3.02,
       "numerator": 138,
       "denominator": 2774
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.21,
       "moe": 4.5,
       "numerator": 3323,
       "denominator": 9178
      },
      "limited_english_households_pct": {
       "estimate": 1.03,
       "moe": 1.16,
       "numerator": 50,
       "denominator": 4850
      },
      "snap_households_pct": {
       "estimate": 5.09,
       "moe": 2.13,
       "numerator": 247,
       "denominator": 4850
      },
      "median_household_income": {
       "estimate": 116163,
       "moe": 7719.0
      },
      "own_children_under_18": {
       "estimate": 2640,
       "moe": 337.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2774,
       "moe": 373.5130519807842
      }
     },
     "lines": {
      "b23008_E001": 2640,
      "b23008_M001": 337,
      "b23008_E003": 869,
      "b23008_M003": 211,
      "b23008_E008": 96,
      "b23008_M008": 82,
      "b23008_E016": 1432,
      "b23008_M016": 283,
      "b23008_E021": 243,
      "b23008_M021": 122,
      "b11003_E001": 3478,
      "b11003_M001": 172,
      "b11003_E003": 1294,
      "b11003_M003": 191,
      "b11003_E010": 51,
      "b11003_M010": 51,
      "b11003_E016": 158,
      "b11003_M016": 114,
      "b17020_E001": 12649,
      "b17020_M001": 97,
      "b17020_E003": 26,
      "b17020_M003": 40,
      "b17020_E004": 73,
      "b17020_M004": 68,
      "b17020_E005": 39,
      "b17020_M005": 34,
      "b17020_E011": 1003,
      "b17020_M011": 218,
      "b17020_E012": 662,
      "b17020_M012": 152,
      "b17020_E013": 971,
      "b17020_M013": 248,
      "b15003_E001": 9178,
      "b15003_M001": 309,
      "b15003_E022": 1907,
      "b15003_M022": 316,
      "b15003_E023": 1167,
      "b15003_M023": 267,
      "b15003_E024": 157,
      "b15003_M024": 92,
      "b15003_E025": 92,
      "b15003_M025": 56,
      "c16002_E001": 4850,
      "c16002_M001": 258,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 34,
      "c16002_M007": 41,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 16,
      "c16002_M013": 25,
      "b22010_E001": 4850,
      "b22010_M001": 258,
      "b22010_E002": 247,
      "b22010_M002": 104,
      "b19013_E001": 116163,
      "b19013_M001": 7719
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.09,
       "moe": 6.07,
       "numerator": 355,
       "denominator": 2520
      },
      "children_with_two_parents_pct": {
       "estimate": 85.91,
       "moe": 5.25,
       "numerator": 2165,
       "denominator": 2520
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.98,
       "moe": 9.16,
       "numerator": 229,
       "denominator": 1433
      },
      "children_below_poverty_pct": {
       "estimate": 3.55,
       "moe": 3.03,
       "numerator": 95,
       "denominator": 2675
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.64,
       "moe": 4.0,
       "numerator": 3365,
       "denominator": 9185
      },
      "limited_english_households_pct": {
       "estimate": 1.79,
       "moe": 1.9,
       "numerator": 91,
       "denominator": 5082
      },
      "snap_households_pct": {
       "estimate": 4.35,
       "moe": 2.19,
       "numerator": 221,
       "denominator": 5082
      },
      "median_household_income": {
       "estimate": 118775,
       "moe": 9465.0
      },
      "own_children_under_18": {
       "estimate": 2520,
       "moe": 343.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2675,
       "moe": 341.5201311782367
      }
     },
     "lines": {
      "b23008_E001": 2520,
      "b23008_M001": 343,
      "b23008_E003": 808,
      "b23008_M003": 214,
      "b23008_E008": 54,
      "b23008_M008": 45,
      "b23008_E016": 1357,
      "b23008_M016": 242,
      "b23008_E021": 301,
      "b23008_M021": 154,
      "b11003_E001": 3399,
      "b11003_M001": 200,
      "b11003_E003": 1204,
      "b11003_M003": 199,
      "b11003_E010": 98,
      "b11003_M010": 64,
      "b11003_E016": 131,
      "b11003_M016": 121,
      "b17020_E001": 12685,
      "b17020_M001": 104,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 44,
      "b17020_M004": 58,
      "b17020_E005": 51,
      "b17020_M005": 54,
      "b17020_E011": 931,
      "b17020_M011": 221,
      "b17020_E012": 604,
      "b17020_M012": 135,
      "b17020_E013": 1045,
      "b17020_M013": 207,
      "b15003_E001": 9185,
      "b15003_M001": 316,
      "b15003_E022": 1852,
      "b15003_M022": 274,
      "b15003_E023": 1299,
      "b15003_M023": 257,
      "b15003_E024": 162,
      "b15003_M024": 74,
      "b15003_E025": 52,
      "b15003_M025": 41,
      "c16002_E001": 5082,
      "c16002_M001": 239,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 69,
      "c16002_M007": 86,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 22,
      "c16002_M013": 33,
      "b22010_E001": 5082,
      "b22010_M001": 239,
      "b22010_E002": 221,
      "b22010_M002": 112,
      "b19013_E001": 118775,
      "b19013_M001": 9465
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.52,
       "moe": 6.6,
       "numerator": 405,
       "denominator": 2610
      },
      "children_with_two_parents_pct": {
       "estimate": 84.48,
       "moe": 7.63,
       "numerator": 2205,
       "denominator": 2610
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.06,
       "moe": 8.95,
       "numerator": 268,
       "denominator": 1484
      },
      "children_below_poverty_pct": {
       "estimate": 5.53,
       "moe": 3.89,
       "numerator": 150,
       "denominator": 2711
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.96,
       "moe": 4.21,
       "numerator": 3651,
       "denominator": 9370
      },
      "limited_english_households_pct": {
       "estimate": 1.47,
       "moe": 1.58,
       "numerator": 77,
       "denominator": 5248
      },
      "snap_households_pct": {
       "estimate": 3.32,
       "moe": 1.48,
       "numerator": 174,
       "denominator": 5248
      },
      "median_household_income": {
       "estimate": 124577,
       "moe": 10738.0
      },
      "own_children_under_18": {
       "estimate": 2610,
       "moe": 323.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2711,
       "moe": 369.87835838286077
      }
     },
     "lines": {
      "b23008_E001": 2610,
      "b23008_M001": 323,
      "b23008_E003": 807,
      "b23008_M003": 225,
      "b23008_E008": 59,
      "b23008_M008": 57,
      "b23008_E016": 1398,
      "b23008_M016": 252,
      "b23008_E021": 346,
      "b23008_M021": 170,
      "b11003_E001": 3488,
      "b11003_M001": 207,
      "b11003_E003": 1216,
      "b11003_M003": 194,
      "b11003_E010": 111,
      "b11003_M010": 73,
      "b11003_E016": 157,
      "b11003_M016": 119,
      "b17020_E001": 12813,
      "b17020_M001": 76,
      "b17020_E003": 13,
      "b17020_M003": 20,
      "b17020_E004": 84,
      "b17020_M004": 94,
      "b17020_E005": 53,
      "b17020_M005": 48,
      "b17020_E011": 897,
      "b17020_M011": 225,
      "b17020_E012": 610,
      "b17020_M012": 166,
      "b17020_E013": 1054,
      "b17020_M013": 217,
      "b15003_E001": 9370,
      "b15003_M001": 291,
      "b15003_E022": 1946,
      "b15003_M022": 282,
      "b15003_E023": 1464,
      "b15003_M023": 275,
      "b15003_E024": 170,
      "b15003_M024": 102,
      "b15003_E025": 71,
      "b15003_M025": 52,
      "c16002_E001": 5248,
      "c16002_M001": 218,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 58,
      "c16002_M007": 71,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 19,
      "c16002_M013": 31,
      "b22010_E001": 5248,
      "b22010_M001": 218,
      "b22010_E002": 174,
      "b22010_M002": 78,
      "b19013_E001": 124577,
      "b19013_M001": 10738
     }
    }
   }
  },
  "0901260": {
   "name": "East Hartford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901260",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.53,
       "moe": 6.29,
       "numerator": 5479,
       "denominator": 10632
      },
      "children_with_two_parents_pct": {
       "estimate": 48.47,
       "moe": 5.11,
       "numerator": 5153,
       "denominator": 10632
      },
      "one_parent_families_with_children_pct": {
       "estimate": 49.85,
       "moe": 5.86,
       "numerator": 2795,
       "denominator": 5607
      },
      "children_below_poverty_pct": {
       "estimate": 16.1,
       "moe": 4.38,
       "numerator": 1793,
       "denominator": 11134
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.35,
       "moe": 1.66,
       "numerator": 6622,
       "denominator": 34218
      },
      "limited_english_households_pct": {
       "estimate": 7.1,
       "moe": 1.56,
       "numerator": 1394,
       "denominator": 19647
      },
      "snap_households_pct": {
       "estimate": 19.87,
       "moe": 2.22,
       "numerator": 3903,
       "denominator": 19647
      },
      "median_household_income": {
       "estimate": 58922,
       "moe": 4932.0
      },
      "own_children_under_18": {
       "estimate": 10632,
       "moe": 799.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11134,
       "moe": 1074.0242082932768
      }
     },
     "lines": {
      "b23008_E001": 10632,
      "b23008_M001": 799,
      "b23008_E003": 1797,
      "b23008_M003": 452,
      "b23008_E008": 1748,
      "b23008_M008": 437,
      "b23008_E016": 3356,
      "b23008_M016": 491,
      "b23008_E021": 3731,
      "b23008_M021": 652,
      "b11003_E001": 12618,
      "b11003_M001": 472,
      "b11003_E003": 2812,
      "b11003_M003": 319,
      "b11003_E010": 609,
      "b11003_M010": 237,
      "b11003_E016": 2186,
      "b11003_M016": 348,
      "b17020_E001": 50428,
      "b17020_M001": 213,
      "b17020_E003": 535,
      "b17020_M003": 316,
      "b17020_E004": 533,
      "b17020_M004": 289,
      "b17020_E005": 725,
      "b17020_M005": 291,
      "b17020_E011": 3125,
      "b17020_M011": 590,
      "b17020_E012": 2735,
      "b17020_M012": 447,
      "b17020_E013": 3481,
      "b17020_M013": 581,
      "b15003_E001": 34218,
      "b15003_M001": 912,
      "b15003_E022": 4202,
      "b15003_M022": 397,
      "b15003_E023": 2164,
      "b15003_M023": 434,
      "b15003_E024": 188,
      "b15003_M024": 74,
      "b15003_E025": 68,
      "b15003_M025": 44,
      "c16002_E001": 19647,
      "c16002_M001": 618,
      "c16002_E004": 1118,
      "c16002_M004": 293,
      "c16002_E007": 171,
      "c16002_M007": 85,
      "c16002_E010": 87,
      "c16002_M010": 50,
      "c16002_E013": 18,
      "c16002_M013": 27,
      "b22010_E001": 19647,
      "b22010_M001": 618,
      "b22010_E002": 3903,
      "b22010_M002": 453,
      "b19013_E001": 58922,
      "b19013_M001": 4932
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 49.59,
       "moe": 6.01,
       "numerator": 5155,
       "denominator": 10396
      },
      "children_with_two_parents_pct": {
       "estimate": 50.41,
       "moe": 5.99,
       "numerator": 5241,
       "denominator": 10396
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.94,
       "moe": 5.71,
       "numerator": 2570,
       "denominator": 5475
      },
      "children_below_poverty_pct": {
       "estimate": 17.13,
       "moe": 4.91,
       "numerator": 1848,
       "denominator": 10785
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.12,
       "moe": 1.9,
       "numerator": 6298,
       "denominator": 34761
      },
      "limited_english_households_pct": {
       "estimate": 6.69,
       "moe": 1.71,
       "numerator": 1343,
       "denominator": 20086
      },
      "snap_households_pct": {
       "estimate": 20.0,
       "moe": 2.65,
       "numerator": 4018,
       "denominator": 20086
      },
      "median_household_income": {
       "estimate": 64244,
       "moe": 5649.0
      },
      "own_children_under_18": {
       "estimate": 10396,
       "moe": 763.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10785,
       "moe": 1108.5991160018125
      }
     },
     "lines": {
      "b23008_E001": 10396,
      "b23008_M001": 763,
      "b23008_E003": 1632,
      "b23008_M003": 395,
      "b23008_E008": 1694,
      "b23008_M008": 472,
      "b23008_E016": 3609,
      "b23008_M016": 616,
      "b23008_E021": 3461,
      "b23008_M021": 557,
      "b11003_E001": 12960,
      "b11003_M001": 460,
      "b11003_E003": 2905,
      "b11003_M003": 372,
      "b11003_E010": 539,
      "b11003_M010": 189,
      "b11003_E016": 2031,
      "b11003_M016": 359,
      "b17020_E001": 50407,
      "b17020_M001": 199,
      "b17020_E003": 705,
      "b17020_M003": 390,
      "b17020_E004": 540,
      "b17020_M004": 293,
      "b17020_E005": 603,
      "b17020_M005": 281,
      "b17020_E011": 2781,
      "b17020_M011": 585,
      "b17020_E012": 2653,
      "b17020_M012": 516,
      "b17020_E013": 3503,
      "b17020_M013": 551,
      "b15003_E001": 34761,
      "b15003_M001": 829,
      "b15003_E022": 3906,
      "b15003_M022": 502,
      "b15003_E023": 2066,
      "b15003_M023": 442,
      "b15003_E024": 219,
      "b15003_M024": 82,
      "b15003_E025": 107,
      "b15003_M025": 65,
      "c16002_E001": 20086,
      "c16002_M001": 645,
      "c16002_E004": 996,
      "c16002_M004": 316,
      "c16002_E007": 209,
      "c16002_M007": 108,
      "c16002_E010": 122,
      "c16002_M010": 84,
      "c16002_E013": 16,
      "c16002_M013": 27,
      "b22010_E001": 20086,
      "b22010_M001": 645,
      "b22010_E002": 4018,
      "b22010_M002": 547,
      "b19013_E001": 64244,
      "b19013_M001": 5649
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 55.52,
       "moe": 6.22,
       "numerator": 5727,
       "denominator": 10315
      },
      "children_with_two_parents_pct": {
       "estimate": 44.48,
       "moe": 5.38,
       "numerator": 4588,
       "denominator": 10315
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.49,
       "moe": 5.97,
       "numerator": 2586,
       "denominator": 5122
      },
      "children_below_poverty_pct": {
       "estimate": 19.18,
       "moe": 5.4,
       "numerator": 2083,
       "denominator": 10860
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.6,
       "moe": 1.83,
       "numerator": 6200,
       "denominator": 35234
      },
      "limited_english_households_pct": {
       "estimate": 5.86,
       "moe": 1.4,
       "numerator": 1203,
       "denominator": 20519
      },
      "snap_households_pct": {
       "estimate": 20.05,
       "moe": 2.65,
       "numerator": 4114,
       "denominator": 20519
      },
      "median_household_income": {
       "estimate": 66943,
       "moe": 5935.0
      },
      "own_children_under_18": {
       "estimate": 10315,
       "moe": 884.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10860,
       "moe": 1097.3987424815102
      }
     },
     "lines": {
      "b23008_E001": 10315,
      "b23008_M001": 884,
      "b23008_E003": 1591,
      "b23008_M003": 407,
      "b23008_E008": 2292,
      "b23008_M008": 565,
      "b23008_E016": 2997,
      "b23008_M016": 545,
      "b23008_E021": 3435,
      "b23008_M021": 577,
      "b11003_E001": 12877,
      "b11003_M001": 501,
      "b11003_E003": 2536,
      "b11003_M003": 387,
      "b11003_E010": 647,
      "b11003_M010": 209,
      "b11003_E016": 1939,
      "b11003_M016": 365,
      "b17020_E001": 50250,
      "b17020_M001": 154,
      "b17020_E003": 851,
      "b17020_M003": 414,
      "b17020_E004": 533,
      "b17020_M004": 283,
      "b17020_E005": 699,
      "b17020_M005": 370,
      "b17020_E011": 3219,
      "b17020_M011": 567,
      "b17020_E012": 2269,
      "b17020_M012": 483,
      "b17020_E013": 3289,
      "b17020_M013": 511,
      "b15003_E001": 35234,
      "b15003_M001": 941,
      "b15003_E022": 3726,
      "b15003_M022": 486,
      "b15003_E023": 1997,
      "b15003_M023": 425,
      "b15003_E024": 262,
      "b15003_M024": 108,
      "b15003_E025": 215,
      "b15003_M025": 128,
      "c16002_E001": 20519,
      "c16002_M001": 632,
      "c16002_E004": 866,
      "c16002_M004": 258,
      "c16002_E007": 205,
      "c16002_M007": 110,
      "c16002_E010": 106,
      "c16002_M010": 64,
      "c16002_E013": 26,
      "c16002_M013": 41,
      "b22010_E001": 20519,
      "b22010_M001": 632,
      "b22010_E002": 4114,
      "b22010_M002": 558,
      "b19013_E001": 66943,
      "b19013_M001": 5935
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 52.34,
       "moe": 6.04,
       "numerator": 5389,
       "denominator": 10297
      },
      "children_with_two_parents_pct": {
       "estimate": 47.66,
       "moe": 6.38,
       "numerator": 4908,
       "denominator": 10297
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.57,
       "moe": 6.65,
       "numerator": 2555,
       "denominator": 5371
      },
      "children_below_poverty_pct": {
       "estimate": 16.21,
       "moe": 4.95,
       "numerator": 1759,
       "denominator": 10850
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.16,
       "moe": 1.65,
       "numerator": 6018,
       "denominator": 35075
      },
      "limited_english_households_pct": {
       "estimate": 6.19,
       "moe": 1.55,
       "numerator": 1260,
       "denominator": 20351
      },
      "snap_households_pct": {
       "estimate": 20.5,
       "moe": 2.34,
       "numerator": 4172,
       "denominator": 20351
      },
      "median_household_income": {
       "estimate": 70778,
       "moe": 5775.0
      },
      "own_children_under_18": {
       "estimate": 10297,
       "moe": 872.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10850,
       "moe": 1063.3687036959475
      }
     },
     "lines": {
      "b23008_E001": 10297,
      "b23008_M001": 872,
      "b23008_E003": 1736,
      "b23008_M003": 525,
      "b23008_E008": 2080,
      "b23008_M008": 464,
      "b23008_E016": 3172,
      "b23008_M016": 573,
      "b23008_E021": 3309,
      "b23008_M021": 616,
      "b11003_E001": 12826,
      "b11003_M001": 554,
      "b11003_E003": 2816,
      "b11003_M003": 414,
      "b11003_E010": 551,
      "b11003_M010": 197,
      "b11003_E016": 2004,
      "b11003_M016": 420,
      "b17020_E001": 50442,
      "b17020_M001": 143,
      "b17020_E003": 674,
      "b17020_M003": 397,
      "b17020_E004": 422,
      "b17020_M004": 238,
      "b17020_E005": 663,
      "b17020_M005": 323,
      "b17020_E011": 3327,
      "b17020_M011": 569,
      "b17020_E012": 2555,
      "b17020_M012": 459,
      "b17020_E013": 3209,
      "b17020_M013": 527,
      "b15003_E001": 35075,
      "b15003_M001": 861,
      "b15003_E022": 3613,
      "b15003_M022": 376,
      "b15003_E023": 1963,
      "b15003_M023": 431,
      "b15003_E024": 240,
      "b15003_M024": 94,
      "b15003_E025": 202,
      "b15003_M025": 149,
      "c16002_E001": 20351,
      "c16002_M001": 636,
      "c16002_E004": 1009,
      "c16002_M004": 302,
      "c16002_E007": 107,
      "c16002_M007": 50,
      "c16002_E010": 127,
      "c16002_M010": 78,
      "c16002_E013": 17,
      "c16002_M013": 30,
      "b22010_E001": 20351,
      "b22010_M001": 636,
      "b22010_E002": 4172,
      "b22010_M002": 493,
      "b19013_E001": 70778,
      "b19013_M001": 5775
     }
    }
   }
  },
  "0901290": {
   "name": "East Haven School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901290",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.9,
       "moe": 10.28,
       "numerator": 2214,
       "denominator": 4622
      },
      "children_with_two_parents_pct": {
       "estimate": 52.1,
       "moe": 6.49,
       "numerator": 2408,
       "denominator": 4622
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.4,
       "moe": 10.02,
       "numerator": 907,
       "denominator": 2191
      },
      "children_below_poverty_pct": {
       "estimate": 12.34,
       "moe": 4.06,
       "numerator": 607,
       "denominator": 4919
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.39,
       "moe": 2.64,
       "numerator": 4593,
       "denominator": 20514
      },
      "limited_english_households_pct": {
       "estimate": 3.76,
       "moe": 1.76,
       "numerator": 405,
       "denominator": 10764
      },
      "snap_households_pct": {
       "estimate": 9.32,
       "moe": 2.29,
       "numerator": 1003,
       "denominator": 10764
      },
      "median_household_income": {
       "estimate": 74238,
       "moe": 5661.0
      },
      "own_children_under_18": {
       "estimate": 4622,
       "moe": 525.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4919,
       "moe": 546.8939568142987
      }
     },
     "lines": {
      "b23008_E001": 4622,
      "b23008_M001": 525,
      "b23008_E003": 622,
      "b23008_M003": 193,
      "b23008_E008": 512,
      "b23008_M008": 232,
      "b23008_E016": 1786,
      "b23008_M016": 357,
      "b23008_E021": 1702,
      "b23008_M021": 485,
      "b11003_E001": 7065,
      "b11003_M001": 287,
      "b11003_E003": 1284,
      "b11003_M003": 258,
      "b11003_E010": 343,
      "b11003_M010": 155,
      "b11003_E016": 564,
      "b11003_M016": 219,
      "b17020_E001": 27773,
      "b17020_M001": 173,
      "b17020_E003": 182,
      "b17020_M003": 102,
      "b17020_E004": 162,
      "b17020_M004": 88,
      "b17020_E005": 263,
      "b17020_M005": 162,
      "b17020_E011": 1034,
      "b17020_M011": 276,
      "b17020_E012": 1297,
      "b17020_M012": 270,
      "b17020_E013": 1981,
      "b17020_M013": 325,
      "b15003_E001": 20514,
      "b15003_M001": 664,
      "b15003_E022": 2888,
      "b15003_M022": 436,
      "b15003_E023": 1327,
      "b15003_M023": 328,
      "b15003_E024": 222,
      "b15003_M024": 91,
      "b15003_E025": 156,
      "b15003_M025": 92,
      "c16002_E001": 10764,
      "c16002_M001": 435,
      "c16002_E004": 180,
      "c16002_M004": 134,
      "c16002_E007": 93,
      "c16002_M007": 76,
      "c16002_E010": 85,
      "c16002_M010": 99,
      "c16002_E013": 47,
      "c16002_M013": 52,
      "b22010_E001": 10764,
      "b22010_M001": 435,
      "b22010_E002": 1003,
      "b22010_M002": 250,
      "b19013_E001": 74238,
      "b19013_M001": 5661
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.74,
       "moe": 9.72,
       "numerator": 1925,
       "denominator": 4504
      },
      "children_with_two_parents_pct": {
       "estimate": 57.26,
       "moe": 4.38,
       "numerator": 2579,
       "denominator": 4504
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.6,
       "moe": 10.12,
       "numerator": 720,
       "denominator": 2143
      },
      "children_below_poverty_pct": {
       "estimate": 7.29,
       "moe": 3.04,
       "numerator": 345,
       "denominator": 4732
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.61,
       "moe": 2.28,
       "numerator": 4905,
       "denominator": 20777
      },
      "limited_english_households_pct": {
       "estimate": 3.71,
       "moe": 1.53,
       "numerator": 409,
       "denominator": 11028
      },
      "snap_households_pct": {
       "estimate": 9.04,
       "moe": 1.71,
       "numerator": 997,
       "denominator": 11028
      },
      "median_household_income": {
       "estimate": 83489,
       "moe": 3802.0
      },
      "own_children_under_18": {
       "estimate": 4504,
       "moe": 534.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4732,
       "moe": 522.3514142796973
      }
     },
     "lines": {
      "b23008_E001": 4504,
      "b23008_M001": 534,
      "b23008_E003": 683,
      "b23008_M003": 182,
      "b23008_E008": 367,
      "b23008_M008": 201,
      "b23008_E016": 1896,
      "b23008_M016": 315,
      "b23008_E021": 1558,
      "b23008_M021": 451,
      "b11003_E001": 6988,
      "b11003_M001": 350,
      "b11003_E003": 1423,
      "b11003_M003": 223,
      "b11003_E010": 264,
      "b11003_M010": 146,
      "b11003_E016": 456,
      "b11003_M016": 195,
      "b17020_E001": 27582,
      "b17020_M001": 61,
      "b17020_E003": 70,
      "b17020_M003": 62,
      "b17020_E004": 103,
      "b17020_M004": 73,
      "b17020_E005": 172,
      "b17020_M005": 114,
      "b17020_E011": 1048,
      "b17020_M011": 256,
      "b17020_E012": 1254,
      "b17020_M012": 265,
      "b17020_E013": 2085,
      "b17020_M013": 339,
      "b15003_E001": 20777,
      "b15003_M001": 680,
      "b15003_E022": 3005,
      "b15003_M022": 365,
      "b15003_E023": 1547,
      "b15003_M023": 322,
      "b15003_E024": 245,
      "b15003_M024": 87,
      "b15003_E025": 108,
      "b15003_M025": 71,
      "c16002_E001": 11028,
      "c16002_M001": 477,
      "c16002_E004": 211,
      "c16002_M004": 128,
      "c16002_E007": 103,
      "c16002_M007": 87,
      "c16002_E010": 59,
      "c16002_M010": 57,
      "c16002_E013": 36,
      "c16002_M013": 42,
      "b22010_E001": 11028,
      "b22010_M001": 477,
      "b22010_E002": 997,
      "b22010_M002": 193,
      "b19013_E001": 83489,
      "b19013_M001": 3802
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.92,
       "moe": 11.85,
       "numerator": 1971,
       "denominator": 4388
      },
      "children_with_two_parents_pct": {
       "estimate": 55.08,
       "moe": 4.79,
       "numerator": 2417,
       "denominator": 4388
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.03,
       "moe": 11.07,
       "numerator": 766,
       "denominator": 2126
      },
      "children_below_poverty_pct": {
       "estimate": 8.69,
       "moe": 3.81,
       "numerator": 405,
       "denominator": 4658
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.04,
       "moe": 2.74,
       "numerator": 5201,
       "denominator": 20768
      },
      "limited_english_households_pct": {
       "estimate": 3.32,
       "moe": 1.45,
       "numerator": 375,
       "denominator": 11282
      },
      "snap_households_pct": {
       "estimate": 8.76,
       "moe": 2.16,
       "numerator": 988,
       "denominator": 11282
      },
      "median_household_income": {
       "estimate": 86498,
       "moe": 4809.0
      },
      "own_children_under_18": {
       "estimate": 4388,
       "moe": 579.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4658,
       "moe": 574.3013146424097
      }
     },
     "lines": {
      "b23008_E001": 4388,
      "b23008_M001": 579,
      "b23008_E003": 710,
      "b23008_M003": 178,
      "b23008_E008": 435,
      "b23008_M008": 270,
      "b23008_E016": 1707,
      "b23008_M016": 338,
      "b23008_E021": 1536,
      "b23008_M021": 515,
      "b11003_E001": 7063,
      "b11003_M001": 395,
      "b11003_E003": 1360,
      "b11003_M003": 238,
      "b11003_E010": 236,
      "b11003_M010": 142,
      "b11003_E016": 530,
      "b11003_M016": 228,
      "b17020_E001": 27434,
      "b17020_M001": 86,
      "b17020_E003": 76,
      "b17020_M003": 76,
      "b17020_E004": 135,
      "b17020_M004": 94,
      "b17020_E005": 194,
      "b17020_M005": 139,
      "b17020_E011": 1137,
      "b17020_M011": 289,
      "b17020_E012": 1099,
      "b17020_M012": 272,
      "b17020_E013": 2017,
      "b17020_M013": 372,
      "b15003_E001": 20768,
      "b15003_M001": 754,
      "b15003_E022": 3164,
      "b15003_M022": 503,
      "b15003_E023": 1636,
      "b15003_M023": 299,
      "b15003_E024": 260,
      "b15003_M024": 96,
      "b15003_E025": 141,
      "b15003_M025": 90,
      "c16002_E001": 11282,
      "c16002_M001": 555,
      "c16002_E004": 234,
      "c16002_M004": 137,
      "c16002_E007": 60,
      "c16002_M007": 60,
      "c16002_E010": 58,
      "c16002_M010": 56,
      "c16002_E013": 23,
      "c16002_M013": 38,
      "b22010_E001": 11282,
      "b22010_M001": 555,
      "b22010_E002": 988,
      "b22010_M002": 249,
      "b19013_E001": 86498,
      "b19013_M001": 4809
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 50.44,
       "moe": 11.13,
       "numerator": 2188,
       "denominator": 4338
      },
      "children_with_two_parents_pct": {
       "estimate": 49.56,
       "moe": 6.95,
       "numerator": 2150,
       "denominator": 4338
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.56,
       "moe": 10.62,
       "numerator": 853,
       "denominator": 2212
      },
      "children_below_poverty_pct": {
       "estimate": 6.51,
       "moe": 2.76,
       "numerator": 298,
       "denominator": 4579
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.84,
       "moe": 2.8,
       "numerator": 5443,
       "denominator": 21066
      },
      "limited_english_households_pct": {
       "estimate": 4.11,
       "moe": 1.64,
       "numerator": 468,
       "denominator": 11394
      },
      "snap_households_pct": {
       "estimate": 8.21,
       "moe": 2.05,
       "numerator": 935,
       "denominator": 11394
      },
      "median_household_income": {
       "estimate": 94628,
       "moe": 9316.0
      },
      "own_children_under_18": {
       "estimate": 4338,
       "moe": 507.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4579,
       "moe": 563.472270835043
      }
     },
     "lines": {
      "b23008_E001": 4338,
      "b23008_M001": 507,
      "b23008_E003": 596,
      "b23008_M003": 191,
      "b23008_E008": 488,
      "b23008_M008": 265,
      "b23008_E016": 1554,
      "b23008_M016": 343,
      "b23008_E021": 1700,
      "b23008_M021": 478,
      "b11003_E001": 7023,
      "b11003_M001": 317,
      "b11003_E003": 1359,
      "b11003_M003": 252,
      "b11003_E010": 257,
      "b11003_M010": 144,
      "b11003_E016": 596,
      "b11003_M016": 235,
      "b17020_E001": 27509,
      "b17020_M001": 86,
      "b17020_E003": 76,
      "b17020_M003": 60,
      "b17020_E004": 92,
      "b17020_M004": 70,
      "b17020_E005": 130,
      "b17020_M005": 94,
      "b17020_E011": 1057,
      "b17020_M011": 280,
      "b17020_E012": 1212,
      "b17020_M012": 274,
      "b17020_E013": 2012,
      "b17020_M013": 383,
      "b15003_E001": 21066,
      "b15003_M001": 579,
      "b15003_E022": 3285,
      "b15003_M022": 524,
      "b15003_E023": 1705,
      "b15003_M023": 271,
      "b15003_E024": 311,
      "b15003_M024": 109,
      "b15003_E025": 142,
      "b15003_M025": 96,
      "c16002_E001": 11394,
      "c16002_M001": 434,
      "c16002_E004": 302,
      "c16002_M004": 163,
      "c16002_E007": 82,
      "c16002_M007": 62,
      "c16002_E010": 64,
      "c16002_M010": 59,
      "c16002_E013": 20,
      "c16002_M013": 34,
      "b22010_E001": 11394,
      "b22010_M001": 434,
      "b22010_E002": 935,
      "b22010_M002": 236,
      "b19013_E001": 94628,
      "b19013_M001": 9316
     }
    }
   }
  },
  "0901320": {
   "name": "East Lyme School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901320",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.09,
       "moe": 7.56,
       "numerator": 822,
       "denominator": 3276
      },
      "children_with_two_parents_pct": {
       "estimate": 74.91,
       "moe": 9.19,
       "numerator": 2454,
       "denominator": 3276
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.5,
       "moe": 7.0,
       "numerator": 455,
       "denominator": 1936
      },
      "children_below_poverty_pct": {
       "estimate": 6.81,
       "moe": 3.25,
       "numerator": 227,
       "denominator": 3334
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.84,
       "moe": 3.35,
       "numerator": 6944,
       "denominator": 14218
      },
      "limited_english_households_pct": {
       "estimate": 1.69,
       "moe": 1.05,
       "numerator": 128,
       "denominator": 7570
      },
      "snap_households_pct": {
       "estimate": 3.1,
       "moe": 1.13,
       "numerator": 235,
       "denominator": 7570
      },
      "median_household_income": {
       "estimate": 98987,
       "moe": 9365.0
      },
      "own_children_under_18": {
       "estimate": 3276,
       "moe": 311.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3334,
       "moe": 386.57858192093363
      }
     },
     "lines": {
      "b23008_E001": 3276,
      "b23008_M001": 311,
      "b23008_E003": 460,
      "b23008_M003": 145,
      "b23008_E008": 242,
      "b23008_M008": 141,
      "b23008_E016": 1994,
      "b23008_M016": 352,
      "b23008_E021": 580,
      "b23008_M021": 218,
      "b11003_E001": 4903,
      "b11003_M001": 221,
      "b11003_E003": 1481,
      "b11003_M003": 211,
      "b11003_E010": 161,
      "b11003_M010": 80,
      "b11003_E016": 294,
      "b11003_M016": 125,
      "b17020_E001": 17242,
      "b17020_M001": 299,
      "b17020_E003": 59,
      "b17020_M003": 59,
      "b17020_E004": 36,
      "b17020_M004": 29,
      "b17020_E005": 132,
      "b17020_M005": 90,
      "b17020_E011": 643,
      "b17020_M011": 196,
      "b17020_E012": 1165,
      "b17020_M012": 237,
      "b17020_E013": 1299,
      "b17020_M013": 206,
      "b15003_E001": 14218,
      "b15003_M001": 368,
      "b15003_E022": 3563,
      "b15003_M022": 354,
      "b15003_E023": 2436,
      "b15003_M023": 301,
      "b15003_E024": 496,
      "b15003_M024": 123,
      "b15003_E025": 449,
      "b15003_M025": 169,
      "c16002_E001": 7570,
      "c16002_M001": 292,
      "c16002_E004": 23,
      "c16002_M004": 23,
      "c16002_E007": 27,
      "c16002_M007": 27,
      "c16002_E010": 78,
      "c16002_M010": 68,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7570,
      "b22010_M001": 292,
      "b22010_E002": 235,
      "b22010_M002": 86,
      "b19013_E001": 98987,
      "b19013_M001": 9365
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.91,
       "moe": 6.03,
       "numerator": 662,
       "denominator": 3166
      },
      "children_with_two_parents_pct": {
       "estimate": 79.09,
       "moe": 9.77,
       "numerator": 2504,
       "denominator": 3166
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.75,
       "moe": 6.24,
       "numerator": 349,
       "denominator": 1767
      },
      "children_below_poverty_pct": {
       "estimate": 7.15,
       "moe": 3.84,
       "numerator": 230,
       "denominator": 3218
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.17,
       "moe": 3.35,
       "numerator": 7125,
       "denominator": 14201
      },
      "limited_english_households_pct": {
       "estimate": 1.05,
       "moe": 0.85,
       "numerator": 80,
       "denominator": 7654
      },
      "snap_households_pct": {
       "estimate": 3.06,
       "moe": 1.14,
       "numerator": 234,
       "denominator": 7654
      },
      "median_household_income": {
       "estimate": 105064,
       "moe": 10036.0
      },
      "own_children_under_18": {
       "estimate": 3166,
       "moe": 283.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3218,
       "moe": 400.3123780249619
      }
     },
     "lines": {
      "b23008_E001": 3166,
      "b23008_M001": 283,
      "b23008_E003": 515,
      "b23008_M003": 192,
      "b23008_E008": 109,
      "b23008_M008": 76,
      "b23008_E016": 1989,
      "b23008_M016": 330,
      "b23008_E021": 553,
      "b23008_M021": 185,
      "b11003_E001": 4892,
      "b11003_M001": 272,
      "b11003_E003": 1418,
      "b11003_M003": 197,
      "b11003_E010": 141,
      "b11003_M010": 77,
      "b11003_E016": 208,
      "b11003_M016": 91,
      "b17020_E001": 17527,
      "b17020_M001": 97,
      "b17020_E003": 23,
      "b17020_M003": 38,
      "b17020_E004": 43,
      "b17020_M004": 35,
      "b17020_E005": 164,
      "b17020_M005": 116,
      "b17020_E011": 601,
      "b17020_M011": 189,
      "b17020_E012": 1078,
      "b17020_M012": 260,
      "b17020_E013": 1309,
      "b17020_M013": 202,
      "b15003_E001": 14201,
      "b15003_M001": 323,
      "b15003_E022": 3635,
      "b15003_M022": 344,
      "b15003_E023": 2575,
      "b15003_M023": 297,
      "b15003_E024": 453,
      "b15003_M024": 119,
      "b15003_E025": 462,
      "b15003_M025": 179,
      "c16002_E001": 7654,
      "c16002_M001": 298,
      "c16002_E004": 7,
      "c16002_M004": 12,
      "c16002_E007": 22,
      "c16002_M007": 27,
      "c16002_E010": 51,
      "c16002_M010": 54,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7654,
      "b22010_M001": 298,
      "b22010_E002": 234,
      "b22010_M002": 88,
      "b19013_E001": 105064,
      "b19013_M001": 10036
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.74,
       "moe": 5.23,
       "numerator": 467,
       "denominator": 3169
      },
      "children_with_two_parents_pct": {
       "estimate": 85.26,
       "moe": 9.73,
       "numerator": 2702,
       "denominator": 3169
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.9,
       "moe": 5.44,
       "numerator": 291,
       "denominator": 1830
      },
      "children_below_poverty_pct": {
       "estimate": 4.36,
       "moe": 3.26,
       "numerator": 139,
       "denominator": 3191
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.3,
       "moe": 3.84,
       "numerator": 7225,
       "denominator": 14364
      },
      "limited_english_households_pct": {
       "estimate": 1.28,
       "moe": 0.8,
       "numerator": 101,
       "denominator": 7894
      },
      "snap_households_pct": {
       "estimate": 3.01,
       "moe": 1.26,
       "numerator": 238,
       "denominator": 7894
      },
      "median_household_income": {
       "estimate": 107667,
       "moe": 9529.0
      },
      "own_children_under_18": {
       "estimate": 3169,
       "moe": 342.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3191,
       "moe": 416.6281315513872
      }
     },
     "lines": {
      "b23008_E001": 3169,
      "b23008_M001": 342,
      "b23008_E003": 590,
      "b23008_M003": 185,
      "b23008_E008": 109,
      "b23008_M008": 75,
      "b23008_E016": 2112,
      "b23008_M016": 382,
      "b23008_E021": 358,
      "b23008_M021": 156,
      "b11003_E001": 4902,
      "b11003_M001": 274,
      "b11003_E003": 1539,
      "b11003_M003": 209,
      "b11003_E010": 101,
      "b11003_M010": 61,
      "b11003_E016": 190,
      "b11003_M016": 87,
      "b17020_E001": 17674,
      "b17020_M001": 88,
      "b17020_E003": 18,
      "b17020_M003": 27,
      "b17020_E004": 28,
      "b17020_M004": 29,
      "b17020_E005": 93,
      "b17020_M005": 98,
      "b17020_E011": 681,
      "b17020_M011": 185,
      "b17020_E012": 1127,
      "b17020_M012": 284,
      "b17020_E013": 1244,
      "b17020_M013": 218,
      "b15003_E001": 14364,
      "b15003_M001": 335,
      "b15003_E022": 3883,
      "b15003_M022": 384,
      "b15003_E023": 2468,
      "b15003_M023": 379,
      "b15003_E024": 462,
      "b15003_M024": 120,
      "b15003_E025": 412,
      "b15003_M025": 167,
      "c16002_E001": 7894,
      "c16002_M001": 275,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 43,
      "c16002_M007": 38,
      "c16002_E010": 48,
      "c16002_M010": 43,
      "c16002_E013": 10,
      "c16002_M013": 16,
      "b22010_E001": 7894,
      "b22010_M001": 275,
      "b22010_E002": 238,
      "b22010_M002": 100,
      "b19013_E001": 107667,
      "b19013_M001": 9529
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.4,
       "moe": 4.87,
       "numerator": 638,
       "denominator": 3288
      },
      "children_with_two_parents_pct": {
       "estimate": 80.6,
       "moe": 9.72,
       "numerator": 2650,
       "denominator": 3288
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.17,
       "moe": 6.64,
       "numerator": 436,
       "denominator": 2060
      },
      "children_below_poverty_pct": {
       "estimate": 6.47,
       "moe": 3.67,
       "numerator": 214,
       "denominator": 3306
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.27,
       "moe": 4.19,
       "numerator": 7353,
       "denominator": 14343
      },
      "limited_english_households_pct": {
       "estimate": 1.61,
       "moe": 0.97,
       "numerator": 129,
       "denominator": 8004
      },
      "snap_households_pct": {
       "estimate": 4.66,
       "moe": 1.39,
       "numerator": 373,
       "denominator": 8004
      },
      "median_household_income": {
       "estimate": 105044,
       "moe": 12623.0
      },
      "own_children_under_18": {
       "estimate": 3288,
       "moe": 316.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3306,
       "moe": 439.6430370198077
      }
     },
     "lines": {
      "b23008_E001": 3288,
      "b23008_M001": 316,
      "b23008_E003": 652,
      "b23008_M003": 184,
      "b23008_E008": 261,
      "b23008_M008": 103,
      "b23008_E016": 1998,
      "b23008_M016": 365,
      "b23008_E021": 377,
      "b23008_M021": 137,
      "b11003_E001": 5216,
      "b11003_M001": 258,
      "b11003_E003": 1624,
      "b11003_M003": 220,
      "b11003_E010": 102,
      "b11003_M010": 79,
      "b11003_E016": 334,
      "b11003_M016": 125,
      "b17020_E001": 17846,
      "b17020_M001": 64,
      "b17020_E003": 85,
      "b17020_M003": 86,
      "b17020_E004": 25,
      "b17020_M004": 27,
      "b17020_E005": 104,
      "b17020_M005": 86,
      "b17020_E011": 828,
      "b17020_M011": 199,
      "b17020_E012": 1049,
      "b17020_M012": 292,
      "b17020_E013": 1215,
      "b17020_M013": 230,
      "b15003_E001": 14343,
      "b15003_M001": 385,
      "b15003_E022": 3908,
      "b15003_M022": 471,
      "b15003_E023": 2633,
      "b15003_M023": 357,
      "b15003_E024": 352,
      "b15003_M024": 100,
      "b15003_E025": 460,
      "b15003_M025": 201,
      "c16002_E001": 8004,
      "c16002_M001": 303,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 53,
      "c16002_M007": 49,
      "c16002_E010": 66,
      "c16002_M010": 55,
      "c16002_E013": 10,
      "c16002_M013": 14,
      "b22010_E001": 8004,
      "b22010_M001": 303,
      "b22010_E002": 373,
      "b22010_M002": 112,
      "b19013_E001": 105044,
      "b19013_M001": 12623
     }
    }
   }
  },
  "0901350": {
   "name": "East Windsor School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901350",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.33,
       "moe": 11.11,
       "numerator": 514,
       "denominator": 1952
      },
      "children_with_two_parents_pct": {
       "estimate": 73.67,
       "moe": 10.83,
       "numerator": 1438,
       "denominator": 1952
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.21,
       "moe": 12.79,
       "numerator": 267,
       "denominator": 1059
      },
      "children_below_poverty_pct": {
       "estimate": 16.34,
       "moe": 12.27,
       "numerator": 319,
       "denominator": 1952
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.2,
       "moe": 6.37,
       "numerator": 3701,
       "denominator": 8567
      },
      "limited_english_households_pct": {
       "estimate": 2.01,
       "moe": 1.96,
       "numerator": 99,
       "denominator": 4916
      },
      "snap_households_pct": {
       "estimate": 8.54,
       "moe": 4.22,
       "numerator": 420,
       "denominator": 4916
      },
      "median_household_income": {
       "estimate": 85120,
       "moe": 5111.0
      },
      "own_children_under_18": {
       "estimate": 1952,
       "moe": 379.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1952,
       "moe": 464.619198914552
      }
     },
     "lines": {
      "b23008_E001": 1952,
      "b23008_M001": 379,
      "b23008_E003": 364,
      "b23008_M003": 163,
      "b23008_E008": 230,
      "b23008_M008": 139,
      "b23008_E016": 1074,
      "b23008_M016": 310,
      "b23008_E021": 284,
      "b23008_M021": 194,
      "b11003_E001": 2984,
      "b11003_M001": 259,
      "b11003_E003": 792,
      "b11003_M003": 169,
      "b11003_E010": 51,
      "b11003_M010": 66,
      "b11003_E016": 216,
      "b11003_M016": 131,
      "b17020_E001": 10979,
      "b17020_M001": 131,
      "b17020_E003": 49,
      "b17020_M003": 75,
      "b17020_E004": 197,
      "b17020_M004": 212,
      "b17020_E005": 73,
      "b17020_M005": 112,
      "b17020_E011": 545,
      "b17020_M011": 195,
      "b17020_E012": 473,
      "b17020_M012": 237,
      "b17020_E013": 615,
      "b17020_M013": 242,
      "b15003_E001": 8567,
      "b15003_M001": 442,
      "b15003_E022": 2047,
      "b15003_M022": 413,
      "b15003_E023": 1227,
      "b15003_M023": 326,
      "b15003_E024": 183,
      "b15003_M024": 126,
      "b15003_E025": 244,
      "b15003_M025": 203,
      "c16002_E001": 4916,
      "c16002_M001": 282,
      "c16002_E004": 43,
      "c16002_M004": 47,
      "c16002_E007": 56,
      "c16002_M007": 79,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4916,
      "b22010_M001": 282,
      "b22010_E002": 420,
      "b22010_M002": 209,
      "b19013_E001": 85120,
      "b19013_M001": 5111
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.28,
       "moe": 15.56,
       "numerator": 455,
       "denominator": 1554
      },
      "children_with_two_parents_pct": {
       "estimate": 70.72,
       "moe": 12.65,
       "numerator": 1099,
       "denominator": 1554
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.62,
       "moe": 14.65,
       "numerator": 251,
       "denominator": 877
      },
      "children_below_poverty_pct": {
       "estimate": 10.23,
       "moe": 8.9,
       "numerator": 159,
       "denominator": 1554
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.81,
       "moe": 7.04,
       "numerator": 3537,
       "denominator": 8668
      },
      "limited_english_households_pct": {
       "estimate": 2.72,
       "moe": 2.45,
       "numerator": 138,
       "denominator": 5075
      },
      "snap_households_pct": {
       "estimate": 9.2,
       "moe": 4.06,
       "numerator": 467,
       "denominator": 5075
      },
      "median_household_income": {
       "estimate": 90480,
       "moe": 6046.0
      },
      "own_children_under_18": {
       "estimate": 1554,
       "moe": 383.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1554,
       "moe": 379.6735439821953
      }
     },
     "lines": {
      "b23008_E001": 1554,
      "b23008_M001": 383,
      "b23008_E003": 310,
      "b23008_M003": 158,
      "b23008_E008": 196,
      "b23008_M008": 146,
      "b23008_E016": 789,
      "b23008_M016": 295,
      "b23008_E021": 259,
      "b23008_M021": 223,
      "b11003_E001": 2926,
      "b11003_M001": 285,
      "b11003_E003": 626,
      "b11003_M003": 179,
      "b11003_E010": 17,
      "b11003_M010": 26,
      "b11003_E016": 234,
      "b11003_M016": 142,
      "b17020_E001": 10968,
      "b17020_M001": 26,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 59,
      "b17020_M004": 102,
      "b17020_E005": 100,
      "b17020_M005": 99,
      "b17020_E011": 506,
      "b17020_M011": 180,
      "b17020_E012": 504,
      "b17020_M012": 259,
      "b17020_E013": 385,
      "b17020_M013": 155,
      "b15003_E001": 8668,
      "b15003_M001": 365,
      "b15003_E022": 1904,
      "b15003_M022": 446,
      "b15003_E023": 1251,
      "b15003_M023": 376,
      "b15003_E024": 144,
      "b15003_M024": 110,
      "b15003_E025": 238,
      "b15003_M025": 205,
      "c16002_E001": 5075,
      "c16002_M001": 318,
      "c16002_E004": 79,
      "c16002_M004": 89,
      "c16002_E007": 59,
      "c16002_M007": 82,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5075,
      "b22010_M001": 318,
      "b22010_E002": 467,
      "b22010_M002": 208,
      "b19013_E001": 90480,
      "b19013_M001": 6046
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.06,
       "moe": 15.64,
       "numerator": 483,
       "denominator": 1461
      },
      "children_with_two_parents_pct": {
       "estimate": 66.94,
       "moe": 7.64,
       "numerator": 978,
       "denominator": 1461
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.85,
       "moe": 15.12,
       "numerator": 257,
       "denominator": 833
      },
      "children_below_poverty_pct": {
       "estimate": 3.42,
       "moe": 4.51,
       "numerator": 50,
       "denominator": 1461
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.85,
       "moe": 6.58,
       "numerator": 3660,
       "denominator": 8746
      },
      "limited_english_households_pct": {
       "estimate": 0.97,
       "moe": 1.16,
       "numerator": 50,
       "denominator": 5140
      },
      "snap_households_pct": {
       "estimate": 11.93,
       "moe": 5.08,
       "numerator": 613,
       "denominator": 5140
      },
      "median_household_income": {
       "estimate": 95264,
       "moe": 9464.0
      },
      "own_children_under_18": {
       "estimate": 1461,
       "moe": 355.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1461,
       "moe": 347.22183111089083
      }
     },
     "lines": {
      "b23008_E001": 1461,
      "b23008_M001": 355,
      "b23008_E003": 205,
      "b23008_M003": 119,
      "b23008_E008": 167,
      "b23008_M008": 124,
      "b23008_E016": 773,
      "b23008_M016": 234,
      "b23008_E021": 316,
      "b23008_M021": 225,
      "b11003_E001": 2947,
      "b11003_M001": 280,
      "b11003_E003": 576,
      "b11003_M003": 156,
      "b11003_E010": 33,
      "b11003_M010": 40,
      "b11003_E016": 224,
      "b11003_M016": 136,
      "b17020_E001": 10963,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 50,
      "b17020_M005": 60,
      "b17020_E011": 372,
      "b17020_M011": 164,
      "b17020_E012": 630,
      "b17020_M012": 236,
      "b17020_E013": 409,
      "b17020_M013": 183,
      "b15003_E001": 8746,
      "b15003_M001": 391,
      "b15003_E022": 1893,
      "b15003_M022": 412,
      "b15003_E023": 1366,
      "b15003_M023": 367,
      "b15003_E024": 168,
      "b15003_M024": 137,
      "b15003_E025": 233,
      "b15003_M025": 187,
      "c16002_E001": 5140,
      "c16002_M001": 321,
      "c16002_E004": 41,
      "c16002_M004": 49,
      "c16002_E007": 9,
      "c16002_M007": 17,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5140,
      "b22010_M001": 321,
      "b22010_E002": 613,
      "b22010_M002": 264,
      "b19013_E001": 95264,
      "b19013_M001": 9464
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.39,
       "moe": 16.11,
       "numerator": 755,
       "denominator": 1740
      },
      "children_with_two_parents_pct": {
       "estimate": 56.61,
       "moe": 6.18,
       "numerator": 985,
       "denominator": 1740
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.44,
       "moe": 16.38,
       "numerator": 497,
       "denominator": 1144
      },
      "children_below_poverty_pct": {
       "estimate": 4.67,
       "moe": 4.53,
       "numerator": 83,
       "denominator": 1776
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.1,
       "moe": 6.93,
       "numerator": 3565,
       "denominator": 8674
      },
      "limited_english_households_pct": {
       "estimate": 2.32,
       "moe": 1.61,
       "numerator": 118,
       "denominator": 5076
      },
      "snap_households_pct": {
       "estimate": 11.62,
       "moe": 4.19,
       "numerator": 590,
       "denominator": 5076
      },
      "median_household_income": {
       "estimate": 96250,
       "moe": 14008.0
      },
      "own_children_under_18": {
       "estimate": 1740,
       "moe": 374.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1776,
       "moe": 408.63553443135606
      }
     },
     "lines": {
      "b23008_E001": 1740,
      "b23008_M001": 374,
      "b23008_E003": 196,
      "b23008_M003": 137,
      "b23008_E008": 356,
      "b23008_M008": 228,
      "b23008_E016": 789,
      "b23008_M016": 194,
      "b23008_E021": 399,
      "b23008_M021": 230,
      "b11003_E001": 3122,
      "b11003_M001": 227,
      "b11003_E003": 647,
      "b11003_M003": 189,
      "b11003_E010": 186,
      "b11003_M010": 155,
      "b11003_E016": 311,
      "b11003_M016": 166,
      "b17020_E001": 11021,
      "b17020_M001": 43,
      "b17020_E003": 38,
      "b17020_M003": 56,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 45,
      "b17020_M005": 57,
      "b17020_E011": 514,
      "b17020_M011": 213,
      "b17020_E012": 711,
      "b17020_M012": 272,
      "b17020_E013": 468,
      "b17020_M013": 202,
      "b15003_E001": 8674,
      "b15003_M001": 413,
      "b15003_E022": 1987,
      "b15003_M022": 429,
      "b15003_E023": 1214,
      "b15003_M023": 396,
      "b15003_E024": 149,
      "b15003_M024": 116,
      "b15003_E025": 215,
      "b15003_M025": 188,
      "c16002_E001": 5076,
      "c16002_M001": 334,
      "c16002_E004": 45,
      "c16002_M004": 45,
      "c16002_E007": 37,
      "c16002_M007": 40,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 36,
      "c16002_M013": 52,
      "b22010_E001": 5076,
      "b22010_M001": 334,
      "b22010_E002": 590,
      "b22010_M002": 216,
      "b19013_E001": 96250,
      "b19013_M001": 14008
     }
    }
   }
  },
  "0901380": {
   "name": "Eastford School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0901380",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.45,
       "moe": 10.53,
       "numerator": 43,
       "denominator": 233
      },
      "children_with_two_parents_pct": {
       "estimate": 81.55,
       "moe": 11.02,
       "numerator": 190,
       "denominator": 233
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.19,
       "moe": 9.76,
       "numerator": 24,
       "denominator": 158
      },
      "children_below_poverty_pct": {
       "estimate": 6.07,
       "moe": 5.83,
       "numerator": 15,
       "denominator": 247
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.75,
       "moe": 5.18,
       "numerator": 482,
       "denominator": 1244
      },
      "limited_english_households_pct": {
       "estimate": 0.95,
       "moe": 3.74,
       "numerator": 6,
       "denominator": 630
      },
      "snap_households_pct": {
       "estimate": 4.6,
       "moe": 2.98,
       "numerator": 29,
       "denominator": 630
      },
      "median_household_income": {
       "estimate": 98000,
       "moe": 14261.0
      },
      "own_children_under_18": {
       "estimate": 233,
       "moe": 56.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 247,
       "moe": 60.81118318204309
      }
     },
     "lines": {
      "b23008_E001": 233,
      "b23008_M001": 56,
      "b23008_E003": 47,
      "b23008_M003": 21,
      "b23008_E008": 13,
      "b23008_M008": 15,
      "b23008_E016": 143,
      "b23008_M016": 48,
      "b23008_E021": 30,
      "b23008_M021": 22,
      "b11003_E001": 437,
      "b11003_M001": 50,
      "b11003_E003": 134,
      "b11003_M003": 40,
      "b11003_E010": 20,
      "b11003_M010": 16,
      "b11003_E016": 4,
      "b11003_M016": 5,
      "b17020_E001": 1626,
      "b17020_M001": 173,
      "b17020_E003": 11,
      "b17020_M003": 14,
      "b17020_E004": 2,
      "b17020_M004": 4,
      "b17020_E005": 2,
      "b17020_M005": 3,
      "b17020_E011": 54,
      "b17020_M011": 20,
      "b17020_E012": 99,
      "b17020_M012": 46,
      "b17020_E013": 79,
      "b17020_M013": 31,
      "b15003_E001": 1244,
      "b15003_M001": 120,
      "b15003_E022": 292,
      "b15003_M022": 58,
      "b15003_E023": 146,
      "b15003_M023": 51,
      "b15003_E024": 22,
      "b15003_M024": 16,
      "b15003_E025": 22,
      "b15003_M025": 10,
      "c16002_E001": 630,
      "c16002_M001": 66,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 6,
      "c16002_M007": 7,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 630,
      "b22010_M001": 66,
      "b22010_E002": 29,
      "b22010_M002": 19,
      "b19013_E001": 98000,
      "b19013_M001": 14261
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.87,
       "moe": 7.56,
       "numerator": 38,
       "denominator": 274
      },
      "children_with_two_parents_pct": {
       "estimate": 86.13,
       "moe": 16.22,
       "numerator": 236,
       "denominator": 274
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.67,
       "moe": 9.2,
       "numerator": 19,
       "denominator": 150
      },
      "children_below_poverty_pct": {
       "estimate": 5.69,
       "moe": 4.8,
       "numerator": 17,
       "denominator": 299
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.96,
       "moe": 5.13,
       "numerator": 402,
       "denominator": 1150
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.4,
       "numerator": 0,
       "denominator": 591
      },
      "snap_households_pct": {
       "estimate": 4.57,
       "moe": 2.83,
       "numerator": 27,
       "denominator": 591
      },
      "median_household_income": {
       "estimate": 100673,
       "moe": 13779.0
      },
      "own_children_under_18": {
       "estimate": 274,
       "moe": 79.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 299,
       "moe": 86.64294547163087
      }
     },
     "lines": {
      "b23008_E001": 274,
      "b23008_M001": 79,
      "b23008_E003": 50,
      "b23008_M003": 26,
      "b23008_E008": 13,
      "b23008_M008": 15,
      "b23008_E016": 186,
      "b23008_M016": 77,
      "b23008_E021": 25,
      "b23008_M021": 18,
      "b11003_E001": 428,
      "b11003_M001": 52,
      "b11003_E003": 131,
      "b11003_M003": 41,
      "b11003_E010": 14,
      "b11003_M010": 14,
      "b11003_E016": 5,
      "b11003_M016": 5,
      "b17020_E001": 1603,
      "b17020_M001": 185,
      "b17020_E003": 12,
      "b17020_M003": 14,
      "b17020_E004": 3,
      "b17020_M004": 5,
      "b17020_E005": 2,
      "b17020_M005": 3,
      "b17020_E011": 67,
      "b17020_M011": 36,
      "b17020_E012": 112,
      "b17020_M012": 50,
      "b17020_E013": 103,
      "b17020_M013": 59,
      "b15003_E001": 1150,
      "b15003_M001": 105,
      "b15003_E022": 253,
      "b15003_M022": 53,
      "b15003_E023": 112,
      "b15003_M023": 41,
      "b15003_E024": 17,
      "b15003_M024": 13,
      "b15003_E025": 20,
      "b15003_M025": 13,
      "c16002_E001": 591,
      "c16002_M001": 69,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 591,
      "b22010_M001": 69,
      "b22010_E002": 27,
      "b22010_M002": 17,
      "b19013_E001": 100673,
      "b19013_M001": 13779
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.72,
       "moe": 10.6,
       "numerator": 65,
       "denominator": 274
      },
      "children_with_two_parents_pct": {
       "estimate": 76.28,
       "moe": 14.23,
       "numerator": 209,
       "denominator": 274
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.61,
       "moe": 8.6,
       "numerator": 30,
       "denominator": 153
      },
      "children_below_poverty_pct": {
       "estimate": 13.17,
       "moe": 7.97,
       "numerator": 37,
       "denominator": 281
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.21,
       "moe": 7.51,
       "numerator": 509,
       "denominator": 1178
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.64,
       "numerator": 0,
       "denominator": 604
      },
      "snap_households_pct": {
       "estimate": 3.48,
       "moe": 2.96,
       "numerator": 21,
       "denominator": 604
      },
      "median_household_income": {
       "estimate": 108500,
       "moe": 9903.0
      },
      "own_children_under_18": {
       "estimate": 274,
       "moe": 55.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 281,
       "moe": 62.40192304729078
      }
     },
     "lines": {
      "b23008_E001": 274,
      "b23008_M001": 55,
      "b23008_E003": 54,
      "b23008_M003": 24,
      "b23008_E008": 33,
      "b23008_M008": 23,
      "b23008_E016": 155,
      "b23008_M016": 52,
      "b23008_E021": 32,
      "b23008_M021": 22,
      "b11003_E001": 449,
      "b11003_M001": 53,
      "b11003_E003": 123,
      "b11003_M003": 40,
      "b11003_E010": 9,
      "b11003_M010": 10,
      "b11003_E016": 21,
      "b11003_M016": 12,
      "b17020_E001": 1608,
      "b17020_M001": 168,
      "b17020_E003": 29,
      "b17020_M003": 22,
      "b17020_E004": 4,
      "b17020_M004": 6,
      "b17020_E005": 4,
      "b17020_M005": 7,
      "b17020_E011": 58,
      "b17020_M011": 24,
      "b17020_E012": 96,
      "b17020_M012": 43,
      "b17020_E013": 90,
      "b17020_M013": 30,
      "b15003_E001": 1178,
      "b15003_M001": 105,
      "b15003_E022": 295,
      "b15003_M022": 74,
      "b15003_E023": 180,
      "b15003_M023": 64,
      "b15003_E024": 11,
      "b15003_M024": 12,
      "b15003_E025": 23,
      "b15003_M025": 13,
      "c16002_E001": 604,
      "c16002_M001": 56,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 604,
      "b22010_M001": 56,
      "b22010_E002": 21,
      "b22010_M002": 18,
      "b19013_E001": 108500,
      "b19013_M001": 9903
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.25,
       "moe": 7.8,
       "numerator": 49,
       "denominator": 284
      },
      "children_with_two_parents_pct": {
       "estimate": 82.75,
       "moe": 8.68,
       "numerator": 235,
       "denominator": 284
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.91,
       "moe": 8.3,
       "numerator": 28,
       "denominator": 176
      },
      "children_below_poverty_pct": {
       "estimate": 9.41,
       "moe": 7.86,
       "numerator": 27,
       "denominator": 287
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.39,
       "moe": 7.43,
       "numerator": 494,
       "denominator": 1254
      },
      "limited_english_households_pct": {
       "estimate": 1.84,
       "moe": 4.83,
       "numerator": 12,
       "denominator": 651
      },
      "snap_households_pct": {
       "estimate": 4.76,
       "moe": 3.51,
       "numerator": 31,
       "denominator": 651
      },
      "median_household_income": {
       "estimate": 97422,
       "moe": 20442.0
      },
      "own_children_under_18": {
       "estimate": 284,
       "moe": 65.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 287,
       "moe": 63.52952069707436
      }
     },
     "lines": {
      "b23008_E001": 284,
      "b23008_M001": 65,
      "b23008_E003": 71,
      "b23008_M003": 30,
      "b23008_E008": 20,
      "b23008_M008": 16,
      "b23008_E016": 164,
      "b23008_M016": 51,
      "b23008_E021": 29,
      "b23008_M021": 19,
      "b11003_E001": 470,
      "b11003_M001": 48,
      "b11003_E003": 148,
      "b11003_M003": 42,
      "b11003_E010": 12,
      "b11003_M010": 11,
      "b11003_E016": 16,
      "b11003_M016": 12,
      "b17020_E001": 1673,
      "b17020_M001": 183,
      "b17020_E003": 24,
      "b17020_M003": 18,
      "b17020_E004": 3,
      "b17020_M004": 5,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 67,
      "b17020_M011": 29,
      "b17020_E012": 108,
      "b17020_M012": 45,
      "b17020_E013": 85,
      "b17020_M013": 25,
      "b15003_E001": 1254,
      "b15003_M001": 106,
      "b15003_E022": 286,
      "b15003_M022": 69,
      "b15003_E023": 161,
      "b15003_M023": 71,
      "b15003_E024": 16,
      "b15003_M024": 17,
      "b15003_E025": 31,
      "b15003_M025": 18,
      "c16002_E001": 651,
      "c16002_M001": 50,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 12,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 651,
      "b22010_M001": 50,
      "b22010_E002": 31,
      "b22010_M002": 23,
      "b19013_E001": 97422,
      "b19013_M001": 20442
     }
    }
   }
  },
  "0901410": {
   "name": "Easton School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0901410",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.42,
       "moe": 10.11,
       "numerator": 309,
       "denominator": 1774
      },
      "children_with_two_parents_pct": {
       "estimate": 82.58,
       "moe": 6.35,
       "numerator": 1465,
       "denominator": 1774
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.07,
       "moe": 7.37,
       "numerator": 119,
       "denominator": 846
      },
      "children_below_poverty_pct": {
       "estimate": 11.05,
       "moe": 6.94,
       "numerator": 196,
       "denominator": 1774
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.25,
       "moe": 6.72,
       "numerator": 3805,
       "denominator": 5340
      },
      "limited_english_households_pct": {
       "estimate": 0.74,
       "moe": 1.26,
       "numerator": 20,
       "denominator": 2719
      },
      "snap_households_pct": {
       "estimate": 1.69,
       "moe": 1.73,
       "numerator": 46,
       "denominator": 2719
      },
      "median_household_income": {
       "estimate": 165469,
       "moe": 25146.0
      },
      "own_children_under_18": {
       "estimate": 1774,
       "moe": 226.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1774,
       "moe": 285.70789278562114
      }
     },
     "lines": {
      "b23008_E001": 1774,
      "b23008_M001": 226,
      "b23008_E003": 362,
      "b23008_M003": 120,
      "b23008_E008": 84,
      "b23008_M008": 121,
      "b23008_E016": 1103,
      "b23008_M016": 182,
      "b23008_E021": 225,
      "b23008_M021": 138,
      "b11003_E001": 2233,
      "b11003_M001": 153,
      "b11003_E003": 727,
      "b11003_M003": 99,
      "b11003_E010": 4,
      "b11003_M010": 8,
      "b11003_E016": 115,
      "b11003_M016": 64,
      "b17020_E001": 7591,
      "b17020_M001": 25,
      "b17020_E003": 63,
      "b17020_M003": 70,
      "b17020_E004": 52,
      "b17020_M004": 56,
      "b17020_E005": 81,
      "b17020_M005": 90,
      "b17020_E011": 383,
      "b17020_M011": 150,
      "b17020_E012": 441,
      "b17020_M012": 108,
      "b17020_E013": 754,
      "b17020_M013": 177,
      "b15003_E001": 5340,
      "b15003_M001": 223,
      "b15003_E022": 1775,
      "b15003_M022": 217,
      "b15003_E023": 1315,
      "b15003_M023": 233,
      "b15003_E024": 569,
      "b15003_M024": 221,
      "b15003_E025": 146,
      "b15003_M025": 63,
      "c16002_E001": 2719,
      "c16002_M001": 150,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 11,
      "c16002_M007": 16,
      "c16002_E010": 9,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2719,
      "b22010_M001": 150,
      "b22010_E002": 46,
      "b22010_M002": 47,
      "b19013_E001": 165469,
      "b19013_M001": 25146
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.69,
       "moe": 8.95,
       "numerator": 316,
       "denominator": 1893
      },
      "children_with_two_parents_pct": {
       "estimate": 83.31,
       "moe": 7.42,
       "numerator": 1577,
       "denominator": 1893
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.75,
       "moe": 8.96,
       "numerator": 114,
       "denominator": 829
      },
      "children_below_poverty_pct": {
       "estimate": 12.47,
       "moe": 7.69,
       "numerator": 236,
       "denominator": 1893
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 70.71,
       "moe": 6.5,
       "numerator": 3716,
       "denominator": 5255
      },
      "limited_english_households_pct": {
       "estimate": 0.34,
       "moe": 1.33,
       "numerator": 9,
       "denominator": 2686
      },
      "snap_households_pct": {
       "estimate": 1.94,
       "moe": 1.67,
       "numerator": 52,
       "denominator": 2686
      },
      "median_household_income": {
       "estimate": 181934,
       "moe": 26528.0
      },
      "own_children_under_18": {
       "estimate": 1893,
       "moe": 244.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1893,
       "moe": 300.00499995833405
      }
     },
     "lines": {
      "b23008_E001": 1893,
      "b23008_M001": 244,
      "b23008_E003": 370,
      "b23008_M003": 127,
      "b23008_E008": 62,
      "b23008_M008": 95,
      "b23008_E016": 1207,
      "b23008_M016": 212,
      "b23008_E021": 254,
      "b23008_M021": 146,
      "b11003_E001": 2195,
      "b11003_M001": 204,
      "b11003_E003": 715,
      "b11003_M003": 105,
      "b11003_E010": 15,
      "b11003_M010": 19,
      "b11003_E016": 99,
      "b11003_M016": 74,
      "b17020_E001": 7615,
      "b17020_M001": 54,
      "b17020_E003": 75,
      "b17020_M003": 87,
      "b17020_E004": 67,
      "b17020_M004": 71,
      "b17020_E005": 94,
      "b17020_M005": 100,
      "b17020_E011": 357,
      "b17020_M011": 127,
      "b17020_E012": 550,
      "b17020_M012": 120,
      "b17020_E013": 750,
      "b17020_M013": 192,
      "b15003_E001": 5255,
      "b15003_M001": 247,
      "b15003_E022": 1823,
      "b15003_M022": 222,
      "b15003_E023": 1274,
      "b15003_M023": 255,
      "b15003_E024": 483,
      "b15003_M024": 173,
      "b15003_E025": 136,
      "b15003_M025": 54,
      "c16002_E001": 2686,
      "c16002_M001": 194,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 9,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2686,
      "b22010_M001": 194,
      "b22010_E002": 52,
      "b22010_M002": 45,
      "b19013_E001": 181934,
      "b19013_M001": 26528
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.91,
       "moe": 9.62,
       "numerator": 379,
       "denominator": 1904
      },
      "children_with_two_parents_pct": {
       "estimate": 80.09,
       "moe": 4.25,
       "numerator": 1525,
       "denominator": 1904
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.95,
       "moe": 8.51,
       "numerator": 152,
       "denominator": 847
      },
      "children_below_poverty_pct": {
       "estimate": 11.82,
       "moe": 7.55,
       "numerator": 225,
       "denominator": 1904
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.57,
       "moe": 6.1,
       "numerator": 3739,
       "denominator": 5152
      },
      "limited_english_households_pct": {
       "estimate": 0.31,
       "moe": 1.36,
       "numerator": 8,
       "denominator": 2601
      },
      "snap_households_pct": {
       "estimate": 1.54,
       "moe": 1.23,
       "numerator": 40,
       "denominator": 2601
      },
      "median_household_income": {
       "estimate": 189505,
       "moe": 22334.0
      },
      "own_children_under_18": {
       "estimate": 1904,
       "moe": 265.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1904,
       "moe": 330.957701224794
      }
     },
     "lines": {
      "b23008_E001": 1904,
      "b23008_M001": 265,
      "b23008_E003": 328,
      "b23008_M003": 126,
      "b23008_E008": 115,
      "b23008_M008": 120,
      "b23008_E016": 1197,
      "b23008_M016": 189,
      "b23008_E021": 264,
      "b23008_M021": 148,
      "b11003_E001": 2150,
      "b11003_M001": 175,
      "b11003_E003": 695,
      "b11003_M003": 92,
      "b11003_E010": 13,
      "b11003_M010": 18,
      "b11003_E016": 139,
      "b11003_M016": 73,
      "b17020_E001": 7599,
      "b17020_M001": 41,
      "b17020_E003": 67,
      "b17020_M003": 77,
      "b17020_E004": 58,
      "b17020_M004": 63,
      "b17020_E005": 100,
      "b17020_M005": 111,
      "b17020_E011": 376,
      "b17020_M011": 152,
      "b17020_E012": 557,
      "b17020_M012": 171,
      "b17020_E013": 746,
      "b17020_M013": 187,
      "b15003_E001": 5152,
      "b15003_M001": 266,
      "b15003_E022": 1732,
      "b15003_M022": 197,
      "b15003_E023": 1315,
      "b15003_M023": 221,
      "b15003_E024": 550,
      "b15003_M024": 210,
      "b15003_E025": 142,
      "b15003_M025": 66,
      "c16002_E001": 2601,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 8,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2601,
      "b22010_M001": 187,
      "b22010_E002": 40,
      "b22010_M002": 32,
      "b19013_E001": 189505,
      "b19013_M001": 22334
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.75,
       "moe": 10.96,
       "numerator": 402,
       "denominator": 1937
      },
      "children_with_two_parents_pct": {
       "estimate": 79.25,
       "moe": 6.83,
       "numerator": 1535,
       "denominator": 1937
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.97,
       "moe": 9.52,
       "numerator": 138,
       "denominator": 813
      },
      "children_below_poverty_pct": {
       "estimate": 10.74,
       "moe": 6.04,
       "numerator": 208,
       "denominator": 1937
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.07,
       "moe": 6.34,
       "numerator": 3793,
       "denominator": 5191
      },
      "limited_english_households_pct": {
       "estimate": 0.39,
       "moe": 1.44,
       "numerator": 10,
       "denominator": 2539
      },
      "snap_households_pct": {
       "estimate": 2.09,
       "moe": 1.69,
       "numerator": 53,
       "denominator": 2539
      },
      "median_household_income": {
       "estimate": 222604,
       "moe": 46257.0
      },
      "own_children_under_18": {
       "estimate": 1937,
       "moe": 254.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1937,
       "moe": 338.03402195637057
      }
     },
     "lines": {
      "b23008_E001": 1937,
      "b23008_M001": 254,
      "b23008_E003": 434,
      "b23008_M003": 140,
      "b23008_E008": 134,
      "b23008_M008": 134,
      "b23008_E016": 1101,
      "b23008_M016": 196,
      "b23008_E021": 268,
      "b23008_M021": 173,
      "b11003_E001": 2164,
      "b11003_M001": 172,
      "b11003_E003": 675,
      "b11003_M003": 95,
      "b11003_E010": 11,
      "b11003_M010": 14,
      "b11003_E016": 127,
      "b11003_M016": 79,
      "b17020_E001": 7661,
      "b17020_M001": 35,
      "b17020_E003": 65,
      "b17020_M003": 62,
      "b17020_E004": 59,
      "b17020_M004": 48,
      "b17020_E005": 84,
      "b17020_M005": 94,
      "b17020_E011": 503,
      "b17020_M011": 177,
      "b17020_E012": 523,
      "b17020_M012": 135,
      "b17020_E013": 703,
      "b17020_M013": 223,
      "b15003_E001": 5191,
      "b15003_M001": 271,
      "b15003_E022": 1895,
      "b15003_M022": 241,
      "b15003_E023": 1277,
      "b15003_M023": 216,
      "b15003_E024": 508,
      "b15003_M024": 199,
      "b15003_E025": 113,
      "b15003_M025": 57,
      "c16002_E001": 2539,
      "c16002_M001": 166,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 10,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2539,
      "b22010_M001": 166,
      "b22010_E002": 53,
      "b22010_M002": 43,
      "b19013_E001": 222604,
      "b19013_M001": 46257
     }
    }
   }
  },
  "0901440": {
   "name": "Ellington School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901440",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.6,
       "moe": 7.22,
       "numerator": 566,
       "denominator": 3410
      },
      "children_with_two_parents_pct": {
       "estimate": 83.4,
       "moe": 10.81,
       "numerator": 2844,
       "denominator": 3410
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.08,
       "moe": 8.22,
       "numerator": 399,
       "denominator": 1987
      },
      "children_below_poverty_pct": {
       "estimate": 9.92,
       "moe": 6.52,
       "numerator": 353,
       "denominator": 3559
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.13,
       "moe": 5.68,
       "numerator": 5769,
       "denominator": 11282
      },
      "limited_english_households_pct": {
       "estimate": 1.97,
       "moe": 1.77,
       "numerator": 132,
       "denominator": 6714
      },
      "snap_households_pct": {
       "estimate": 1.15,
       "moe": 1.09,
       "numerator": 77,
       "denominator": 6714
      },
      "median_household_income": {
       "estimate": 109545,
       "moe": 15905.0
      },
      "own_children_under_18": {
       "estimate": 3410,
       "moe": 416.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3559,
       "moe": 547.0420459160338
      }
     },
     "lines": {
      "b23008_E001": 3410,
      "b23008_M001": 416,
      "b23008_E003": 1022,
      "b23008_M003": 281,
      "b23008_E008": 50,
      "b23008_M008": 62,
      "b23008_E016": 1822,
      "b23008_M016": 421,
      "b23008_E021": 516,
      "b23008_M021": 248,
      "b11003_E001": 4168,
      "b11003_M001": 393,
      "b11003_E003": 1588,
      "b11003_M003": 325,
      "b11003_E010": 172,
      "b11003_M010": 115,
      "b11003_E016": 227,
      "b11003_M016": 138,
      "b17020_E001": 16231,
      "b17020_M001": 92,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 175,
      "b17020_M004": 193,
      "b17020_E005": 178,
      "b17020_M005": 138,
      "b17020_E011": 1072,
      "b17020_M011": 274,
      "b17020_E012": 962,
      "b17020_M012": 246,
      "b17020_E013": 1172,
      "b17020_M013": 327,
      "b15003_E001": 11282,
      "b15003_M001": 386,
      "b15003_E022": 3272,
      "b15003_M022": 496,
      "b15003_E023": 1984,
      "b15003_M023": 376,
      "b15003_E024": 362,
      "b15003_M024": 211,
      "b15003_E025": 151,
      "b15003_M025": 131,
      "c16002_E001": 6714,
      "c16002_M001": 363,
      "c16002_E004": 42,
      "c16002_M004": 68,
      "c16002_E007": 34,
      "c16002_M007": 53,
      "c16002_E010": 56,
      "c16002_M010": 79,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6714,
      "b22010_M001": 363,
      "b22010_E002": 77,
      "b22010_M002": 73,
      "b19013_E001": 109545,
      "b19013_M001": 15905
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.86,
       "moe": 7.92,
       "numerator": 796,
       "denominator": 3641
      },
      "children_with_two_parents_pct": {
       "estimate": 78.14,
       "moe": 11.32,
       "numerator": 2845,
       "denominator": 3641
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.65,
       "moe": 8.02,
       "numerator": 380,
       "denominator": 1934
      },
      "children_below_poverty_pct": {
       "estimate": 6.57,
       "moe": 4.32,
       "numerator": 244,
       "denominator": 3715
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.12,
       "moe": 5.94,
       "numerator": 5803,
       "denominator": 11579
      },
      "limited_english_households_pct": {
       "estimate": 1.28,
       "moe": 1.24,
       "numerator": 83,
       "denominator": 6477
      },
      "snap_households_pct": {
       "estimate": 2.67,
       "moe": 1.63,
       "numerator": 173,
       "denominator": 6477
      },
      "median_household_income": {
       "estimate": 124495,
       "moe": 12368.0
      },
      "own_children_under_18": {
       "estimate": 3641,
       "moe": 444.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3715,
       "moe": 536.4307970279111
      }
     },
     "lines": {
      "b23008_E001": 3641,
      "b23008_M001": 444,
      "b23008_E003": 1041,
      "b23008_M003": 346,
      "b23008_E008": 39,
      "b23008_M008": 51,
      "b23008_E016": 1804,
      "b23008_M016": 413,
      "b23008_E021": 757,
      "b23008_M021": 300,
      "b11003_E001": 4414,
      "b11003_M001": 303,
      "b11003_E003": 1554,
      "b11003_M003": 254,
      "b11003_E010": 131,
      "b11003_M010": 83,
      "b11003_E016": 249,
      "b11003_M016": 144,
      "b17020_E001": 16440,
      "b17020_M001": 92,
      "b17020_E003": 11,
      "b17020_M003": 18,
      "b17020_E004": 141,
      "b17020_M004": 144,
      "b17020_E005": 92,
      "b17020_M005": 77,
      "b17020_E011": 1080,
      "b17020_M011": 347,
      "b17020_E012": 1202,
      "b17020_M012": 242,
      "b17020_E013": 1189,
      "b17020_M013": 286,
      "b15003_E001": 11579,
      "b15003_M001": 424,
      "b15003_E022": 3288,
      "b15003_M022": 586,
      "b15003_E023": 2062,
      "b15003_M023": 368,
      "b15003_E024": 377,
      "b15003_M024": 188,
      "b15003_E025": 76,
      "b15003_M025": 65,
      "c16002_E001": 6477,
      "c16002_M001": 371,
      "c16002_E004": 33,
      "c16002_M004": 52,
      "c16002_E007": 24,
      "c16002_M007": 37,
      "c16002_E010": 26,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6477,
      "b22010_M001": 371,
      "b22010_E002": 173,
      "b22010_M002": 106,
      "b19013_E001": 124495,
      "b19013_M001": 12368
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.34,
       "moe": 7.59,
       "numerator": 708,
       "denominator": 3861
      },
      "children_with_two_parents_pct": {
       "estimate": 81.66,
       "moe": 8.71,
       "numerator": 3153,
       "denominator": 3861
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.16,
       "moe": 8.11,
       "numerator": 310,
       "denominator": 1807
      },
      "children_below_poverty_pct": {
       "estimate": 5.24,
       "moe": 4.0,
       "numerator": 206,
       "denominator": 3933
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.75,
       "moe": 5.67,
       "numerator": 5581,
       "denominator": 11448
      },
      "limited_english_households_pct": {
       "estimate": 1.03,
       "moe": 1.14,
       "numerator": 65,
       "denominator": 6329
      },
      "snap_households_pct": {
       "estimate": 2.89,
       "moe": 1.33,
       "numerator": 183,
       "denominator": 6329
      },
      "median_household_income": {
       "estimate": 125797,
       "moe": 15398.0
      },
      "own_children_under_18": {
       "estimate": 3861,
       "moe": 425.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3933,
       "moe": 572.7224458671059
      }
     },
     "lines": {
      "b23008_E001": 3861,
      "b23008_M001": 425,
      "b23008_E003": 913,
      "b23008_M003": 292,
      "b23008_E008": 46,
      "b23008_M008": 57,
      "b23008_E016": 2240,
      "b23008_M016": 385,
      "b23008_E021": 662,
      "b23008_M021": 298,
      "b11003_E001": 4244,
      "b11003_M001": 264,
      "b11003_E003": 1497,
      "b11003_M003": 281,
      "b11003_E010": 100,
      "b11003_M010": 81,
      "b11003_E016": 210,
      "b11003_M016": 134,
      "b17020_E001": 16611,
      "b17020_M001": 67,
      "b17020_E003": 9,
      "b17020_M003": 16,
      "b17020_E004": 133,
      "b17020_M004": 143,
      "b17020_E005": 64,
      "b17020_M005": 70,
      "b17020_E011": 959,
      "b17020_M011": 307,
      "b17020_E012": 1387,
      "b17020_M012": 331,
      "b17020_E013": 1381,
      "b17020_M013": 314,
      "b15003_E001": 11448,
      "b15003_M001": 373,
      "b15003_E022": 3174,
      "b15003_M022": 542,
      "b15003_E023": 1989,
      "b15003_M023": 357,
      "b15003_E024": 319,
      "b15003_M024": 169,
      "b15003_E025": 99,
      "b15003_M025": 69,
      "c16002_E001": 6329,
      "c16002_M001": 349,
      "c16002_E004": 29,
      "c16002_M004": 47,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 36,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6329,
      "b22010_M001": 349,
      "b22010_E002": 183,
      "b22010_M002": 85,
      "b19013_E001": 125797,
      "b19013_M001": 15398
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.71,
       "moe": 7.74,
       "numerator": 598,
       "denominator": 3806
      },
      "children_with_two_parents_pct": {
       "estimate": 84.29,
       "moe": 6.79,
       "numerator": 3208,
       "denominator": 3806
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.3,
       "moe": 5.82,
       "numerator": 221,
       "denominator": 1662
      },
      "children_below_poverty_pct": {
       "estimate": 2.08,
       "moe": 1.52,
       "numerator": 81,
       "denominator": 3885
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.43,
       "moe": 5.47,
       "numerator": 5825,
       "denominator": 11327
      },
      "limited_english_households_pct": {
       "estimate": 0.87,
       "moe": 0.97,
       "numerator": 55,
       "denominator": 6321
      },
      "snap_households_pct": {
       "estimate": 3.58,
       "moe": 1.68,
       "numerator": 226,
       "denominator": 6321
      },
      "median_household_income": {
       "estimate": 129913,
       "moe": 17325.0
      },
      "own_children_under_18": {
       "estimate": 3806,
       "moe": 480.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3885,
       "moe": 503.9930555077123
      }
     },
     "lines": {
      "b23008_E001": 3806,
      "b23008_M001": 480,
      "b23008_E003": 954,
      "b23008_M003": 313,
      "b23008_E008": 39,
      "b23008_M008": 42,
      "b23008_E016": 2254,
      "b23008_M016": 364,
      "b23008_E021": 559,
      "b23008_M021": 301,
      "b11003_E001": 4217,
      "b11003_M001": 264,
      "b11003_E003": 1441,
      "b11003_M003": 203,
      "b11003_E010": 46,
      "b11003_M010": 52,
      "b11003_E016": 175,
      "b11003_M016": 87,
      "b17020_E001": 16384,
      "b17020_M001": 58,
      "b17020_E003": 9,
      "b17020_M003": 14,
      "b17020_E004": 9,
      "b17020_M004": 16,
      "b17020_E005": 63,
      "b17020_M005": 56,
      "b17020_E011": 993,
      "b17020_M011": 314,
      "b17020_E012": 1406,
      "b17020_M012": 272,
      "b17020_E013": 1405,
      "b17020_M013": 279,
      "b15003_E001": 11327,
      "b15003_M001": 416,
      "b15003_E022": 3382,
      "b15003_M022": 540,
      "b15003_E023": 2074,
      "b15003_M023": 348,
      "b15003_E024": 250,
      "b15003_M024": 103,
      "b15003_E025": 119,
      "b15003_M025": 78,
      "c16002_E001": 6321,
      "c16002_M001": 395,
      "c16002_E004": 29,
      "c16002_M004": 47,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 26,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6321,
      "b22010_M001": 395,
      "b22010_E002": 226,
      "b22010_M002": 107,
      "b19013_E001": 129913,
      "b19013_M001": 17325
     }
    }
   }
  },
  "0901470": {
   "name": "Enfield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901470",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.16,
       "moe": 3.87,
       "numerator": 2077,
       "denominator": 7648
      },
      "children_with_two_parents_pct": {
       "estimate": 72.84,
       "moe": 5.28,
       "numerator": 5571,
       "denominator": 7648
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.24,
       "moe": 5.08,
       "numerator": 1053,
       "denominator": 3729
      },
      "children_below_poverty_pct": {
       "estimate": 13.47,
       "moe": 6.29,
       "numerator": 1070,
       "denominator": 7944
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.78,
       "moe": 2.23,
       "numerator": 9214,
       "denominator": 30940
      },
      "limited_english_households_pct": {
       "estimate": 1.56,
       "moe": 0.78,
       "numerator": 259,
       "denominator": 16588
      },
      "snap_households_pct": {
       "estimate": 8.37,
       "moe": 1.49,
       "numerator": 1389,
       "denominator": 16588
      },
      "median_household_income": {
       "estimate": 86880,
       "moe": 4440.0
      },
      "own_children_under_18": {
       "estimate": 7648,
       "moe": 832.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7944,
       "moe": 830.6166384078758
      }
     },
     "lines": {
      "b23008_E001": 7648,
      "b23008_M001": 832,
      "b23008_E003": 1989,
      "b23008_M003": 483,
      "b23008_E008": 940,
      "b23008_M008": 261,
      "b23008_E016": 3582,
      "b23008_M016": 545,
      "b23008_E021": 1137,
      "b23008_M021": 266,
      "b11003_E001": 10271,
      "b11003_M001": 484,
      "b11003_E003": 2676,
      "b11003_M003": 328,
      "b11003_E010": 345,
      "b11003_M010": 123,
      "b11003_E016": 708,
      "b11003_M016": 182,
      "b17020_E001": 40045,
      "b17020_M001": 888,
      "b17020_E003": 411,
      "b17020_M003": 240,
      "b17020_E004": 436,
      "b17020_M004": 437,
      "b17020_E005": 223,
      "b17020_M005": 117,
      "b17020_E011": 2519,
      "b17020_M011": 483,
      "b17020_E012": 1840,
      "b17020_M012": 299,
      "b17020_E013": 2515,
      "b17020_M013": 324,
      "b15003_E001": 30940,
      "b15003_M001": 800,
      "b15003_E022": 5937,
      "b15003_M022": 599,
      "b15003_E023": 2562,
      "b15003_M023": 373,
      "b15003_E024": 523,
      "b15003_M024": 172,
      "b15003_E025": 192,
      "b15003_M025": 82,
      "c16002_E001": 16588,
      "c16002_M001": 678,
      "c16002_E004": 67,
      "c16002_M004": 71,
      "c16002_E007": 104,
      "c16002_M007": 54,
      "c16002_E010": 33,
      "c16002_M010": 36,
      "c16002_E013": 55,
      "c16002_M013": 86,
      "b22010_E001": 16588,
      "b22010_M001": 678,
      "b22010_E002": 1389,
      "b22010_M002": 254,
      "b19013_E001": 86880,
      "b19013_M001": 4440
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.62,
       "moe": 4.29,
       "numerator": 1944,
       "denominator": 7897
      },
      "children_with_two_parents_pct": {
       "estimate": 75.38,
       "moe": 6.42,
       "numerator": 5953,
       "denominator": 7897
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.91,
       "moe": 4.62,
       "numerator": 987,
       "denominator": 3810
      },
      "children_below_poverty_pct": {
       "estimate": 17.76,
       "moe": 6.45,
       "numerator": 1434,
       "denominator": 8073
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.2,
       "moe": 2.33,
       "numerator": 9075,
       "denominator": 30050
      },
      "limited_english_households_pct": {
       "estimate": 1.08,
       "moe": 0.61,
       "numerator": 177,
       "denominator": 16394
      },
      "snap_households_pct": {
       "estimate": 7.78,
       "moe": 1.44,
       "numerator": 1276,
       "denominator": 16394
      },
      "median_household_income": {
       "estimate": 90741,
       "moe": 3796.0
      },
      "own_children_under_18": {
       "estimate": 7897,
       "moe": 752.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8073,
       "moe": 917.6290100034981
      }
     },
     "lines": {
      "b23008_E001": 7897,
      "b23008_M001": 752,
      "b23008_E003": 2094,
      "b23008_M003": 549,
      "b23008_E008": 866,
      "b23008_M008": 281,
      "b23008_E016": 3859,
      "b23008_M016": 526,
      "b23008_E021": 1078,
      "b23008_M021": 265,
      "b11003_E001": 10250,
      "b11003_M001": 432,
      "b11003_E003": 2823,
      "b11003_M003": 309,
      "b11003_E010": 262,
      "b11003_M010": 99,
      "b11003_E016": 725,
      "b11003_M016": 174,
      "b17020_E001": 39545,
      "b17020_M001": 119,
      "b17020_E003": 478,
      "b17020_M003": 260,
      "b17020_E004": 716,
      "b17020_M004": 467,
      "b17020_E005": 240,
      "b17020_M005": 109,
      "b17020_E011": 2483,
      "b17020_M011": 540,
      "b17020_E012": 1823,
      "b17020_M012": 348,
      "b17020_E013": 2333,
      "b17020_M013": 363,
      "b15003_E001": 30050,
      "b15003_M001": 916,
      "b15003_E022": 5697,
      "b15003_M022": 597,
      "b15003_E023": 2546,
      "b15003_M023": 376,
      "b15003_E024": 644,
      "b15003_M024": 249,
      "b15003_E025": 188,
      "b15003_M025": 83,
      "c16002_E001": 16394,
      "c16002_M001": 660,
      "c16002_E004": 28,
      "c16002_M004": 32,
      "c16002_E007": 75,
      "c16002_M007": 51,
      "c16002_E010": 24,
      "c16002_M010": 27,
      "c16002_E013": 50,
      "c16002_M013": 76,
      "b22010_E001": 16394,
      "b22010_M001": 660,
      "b22010_E002": 1276,
      "b22010_M002": 241,
      "b19013_E001": 90741,
      "b19013_M001": 3796
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.48,
       "moe": 5.27,
       "numerator": 2096,
       "denominator": 7360
      },
      "children_with_two_parents_pct": {
       "estimate": 71.52,
       "moe": 6.74,
       "numerator": 5264,
       "denominator": 7360
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.81,
       "moe": 6.06,
       "numerator": 1111,
       "denominator": 3727
      },
      "children_below_poverty_pct": {
       "estimate": 11.44,
       "moe": 3.59,
       "numerator": 864,
       "denominator": 7552
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.6,
       "moe": 2.13,
       "numerator": 9253,
       "denominator": 30241
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 0.62,
       "numerator": 190,
       "denominator": 16862
      },
      "snap_households_pct": {
       "estimate": 6.54,
       "moe": 1.44,
       "numerator": 1103,
       "denominator": 16862
      },
      "median_household_income": {
       "estimate": 91141,
       "moe": 5018.0
      },
      "own_children_under_18": {
       "estimate": 7360,
       "moe": 595.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7552,
       "moe": 747.2770570544769
      }
     },
     "lines": {
      "b23008_E001": 7360,
      "b23008_M001": 595,
      "b23008_E003": 1783,
      "b23008_M003": 499,
      "b23008_E008": 831,
      "b23008_M008": 272,
      "b23008_E016": 3481,
      "b23008_M016": 422,
      "b23008_E021": 1265,
      "b23008_M021": 324,
      "b11003_E001": 10372,
      "b11003_M001": 379,
      "b11003_E003": 2616,
      "b11003_M003": 337,
      "b11003_E010": 205,
      "b11003_M010": 74,
      "b11003_E016": 906,
      "b11003_M016": 248,
      "b17020_E001": 39236,
      "b17020_M001": 142,
      "b17020_E003": 277,
      "b17020_M003": 154,
      "b17020_E004": 325,
      "b17020_M004": 209,
      "b17020_E005": 262,
      "b17020_M005": 116,
      "b17020_E011": 2349,
      "b17020_M011": 497,
      "b17020_E012": 1972,
      "b17020_M012": 335,
      "b17020_E013": 2367,
      "b17020_M013": 344,
      "b15003_E001": 30241,
      "b15003_M001": 702,
      "b15003_E022": 5819,
      "b15003_M022": 534,
      "b15003_E023": 2695,
      "b15003_M023": 364,
      "b15003_E024": 578,
      "b15003_M024": 191,
      "b15003_E025": 161,
      "b15003_M025": 93,
      "c16002_E001": 16862,
      "c16002_M001": 506,
      "c16002_E004": 38,
      "c16002_M004": 39,
      "c16002_E007": 84,
      "c16002_M007": 54,
      "c16002_E010": 16,
      "c16002_M010": 16,
      "c16002_E013": 52,
      "c16002_M013": 79,
      "b22010_E001": 16862,
      "b22010_M001": 506,
      "b22010_E002": 1103,
      "b22010_M002": 245,
      "b19013_E001": 91141,
      "b19013_M001": 5018
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.65,
       "moe": 6.02,
       "numerator": 2299,
       "denominator": 7502
      },
      "children_with_two_parents_pct": {
       "estimate": 69.35,
       "moe": 6.15,
       "numerator": 5203,
       "denominator": 7502
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.06,
       "moe": 5.94,
       "numerator": 1176,
       "denominator": 3912
      },
      "children_below_poverty_pct": {
       "estimate": 13.43,
       "moe": 4.39,
       "numerator": 1027,
       "denominator": 7647
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.78,
       "moe": 2.27,
       "numerator": 9526,
       "denominator": 29974
      },
      "limited_english_households_pct": {
       "estimate": 1.2,
       "moe": 0.65,
       "numerator": 199,
       "denominator": 16616
      },
      "snap_households_pct": {
       "estimate": 9.08,
       "moe": 1.8,
       "numerator": 1509,
       "denominator": 16616
      },
      "median_household_income": {
       "estimate": 90404,
       "moe": 4833.0
      },
      "own_children_under_18": {
       "estimate": 7502,
       "moe": 634.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7647,
       "moe": 788.3565183341861
      }
     },
     "lines": {
      "b23008_E001": 7502,
      "b23008_M001": 634,
      "b23008_E003": 1922,
      "b23008_M003": 491,
      "b23008_E008": 883,
      "b23008_M008": 304,
      "b23008_E016": 3281,
      "b23008_M016": 406,
      "b23008_E021": 1416,
      "b23008_M021": 386,
      "b11003_E001": 10269,
      "b11003_M001": 445,
      "b11003_E003": 2736,
      "b11003_M003": 276,
      "b11003_E010": 177,
      "b11003_M010": 86,
      "b11003_E016": 999,
      "b11003_M016": 244,
      "b17020_E001": 39222,
      "b17020_M001": 100,
      "b17020_E003": 318,
      "b17020_M003": 174,
      "b17020_E004": 318,
      "b17020_M004": 213,
      "b17020_E005": 391,
      "b17020_M005": 220,
      "b17020_E011": 2500,
      "b17020_M011": 516,
      "b17020_E012": 1936,
      "b17020_M012": 358,
      "b17020_E013": 2184,
      "b17020_M013": 321,
      "b15003_E001": 29974,
      "b15003_M001": 884,
      "b15003_E022": 5782,
      "b15003_M022": 550,
      "b15003_E023": 2853,
      "b15003_M023": 428,
      "b15003_E024": 649,
      "b15003_M024": 201,
      "b15003_E025": 242,
      "b15003_M025": 130,
      "c16002_E001": 16616,
      "c16002_M001": 616,
      "c16002_E004": 57,
      "c16002_M004": 56,
      "c16002_E007": 75,
      "c16002_M007": 49,
      "c16002_E010": 16,
      "c16002_M010": 16,
      "c16002_E013": 51,
      "c16002_M013": 78,
      "b22010_E001": 16616,
      "b22010_M001": 616,
      "b22010_E002": 1509,
      "b22010_M002": 304,
      "b19013_E001": 90404,
      "b19013_M001": 4833
     }
    }
   }
  },
  "0901500": {
   "name": "Essex School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0901500",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.4,
       "moe": 7.83,
       "numerator": 129,
       "denominator": 1132
      },
      "children_with_two_parents_pct": {
       "estimate": 88.6,
       "moe": 10.58,
       "numerator": 1003,
       "denominator": 1132
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.46,
       "moe": 11.33,
       "numerator": 81,
       "denominator": 492
      },
      "children_below_poverty_pct": {
       "estimate": 4.44,
       "moe": 4.62,
       "numerator": 52,
       "denominator": 1170
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.93,
       "moe": 7.05,
       "numerator": 2903,
       "denominator": 4926
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.28,
       "numerator": 0,
       "denominator": 2964
      },
      "snap_households_pct": {
       "estimate": 2.19,
       "moe": 1.95,
       "numerator": 65,
       "denominator": 2964
      },
      "median_household_income": {
       "estimate": 91618,
       "moe": 7133.0
      },
      "own_children_under_18": {
       "estimate": 1132,
       "moe": 236.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1170,
       "moe": 317.4287321588895
      }
     },
     "lines": {
      "b23008_E001": 1132,
      "b23008_M001": 236,
      "b23008_E003": 158,
      "b23008_M003": 120,
      "b23008_E008": 24,
      "b23008_M008": 45,
      "b23008_E016": 845,
      "b23008_M016": 209,
      "b23008_E021": 105,
      "b23008_M021": 81,
      "b11003_E001": 1770,
      "b11003_M001": 174,
      "b11003_E003": 411,
      "b11003_M003": 98,
      "b11003_E010": 27,
      "b11003_M010": 34,
      "b11003_E016": 54,
      "b11003_M016": 48,
      "b17020_E001": 6664,
      "b17020_M001": 87,
      "b17020_E003": 24,
      "b17020_M003": 45,
      "b17020_E004": 19,
      "b17020_M004": 30,
      "b17020_E005": 9,
      "b17020_M005": 14,
      "b17020_E011": 158,
      "b17020_M011": 120,
      "b17020_E012": 383,
      "b17020_M012": 206,
      "b17020_E013": 577,
      "b17020_M013": 202,
      "b15003_E001": 4926,
      "b15003_M001": 288,
      "b15003_E022": 1616,
      "b15003_M022": 260,
      "b15003_E023": 913,
      "b15003_M023": 234,
      "b15003_E024": 232,
      "b15003_M024": 117,
      "b15003_E025": 142,
      "b15003_M025": 116,
      "c16002_E001": 2964,
      "c16002_M001": 190,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2964,
      "b22010_M001": 190,
      "b22010_E002": 65,
      "b22010_M002": 58,
      "b19013_E001": 91618,
      "b19013_M001": 7133
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.48,
       "moe": 12.98,
       "numerator": 227,
       "denominator": 1010
      },
      "children_with_two_parents_pct": {
       "estimate": 77.52,
       "moe": 15.84,
       "numerator": 783,
       "denominator": 1010
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.67,
       "moe": 15.07,
       "numerator": 113,
       "denominator": 458
      },
      "children_below_poverty_pct": {
       "estimate": 7.09,
       "moe": 7.14,
       "numerator": 74,
       "denominator": 1044
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.66,
       "moe": 6.65,
       "numerator": 2872,
       "denominator": 4981
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.26,
       "numerator": 0,
       "denominator": 3009
      },
      "snap_households_pct": {
       "estimate": 3.89,
       "moe": 2.04,
       "numerator": 117,
       "denominator": 3009
      },
      "median_household_income": {
       "estimate": 96734,
       "moe": 6822.0
      },
      "own_children_under_18": {
       "estimate": 1010,
       "moe": 199.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1044,
       "moe": 311.0401903291599
      }
     },
     "lines": {
      "b23008_E001": 1010,
      "b23008_M001": 199,
      "b23008_E003": 179,
      "b23008_M003": 117,
      "b23008_E008": 111,
      "b23008_M008": 107,
      "b23008_E016": 604,
      "b23008_M016": 189,
      "b23008_E021": 116,
      "b23008_M021": 88,
      "b11003_E001": 1768,
      "b11003_M001": 200,
      "b11003_E003": 345,
      "b11003_M003": 95,
      "b11003_E010": 39,
      "b11003_M010": 44,
      "b11003_E016": 74,
      "b11003_M016": 61,
      "b17020_E001": 6692,
      "b17020_M001": 24,
      "b17020_E003": 55,
      "b17020_M003": 74,
      "b17020_E004": 14,
      "b17020_M004": 22,
      "b17020_E005": 5,
      "b17020_M005": 9,
      "b17020_E011": 235,
      "b17020_M011": 140,
      "b17020_E012": 318,
      "b17020_M012": 184,
      "b17020_E013": 417,
      "b17020_M013": 193,
      "b15003_E001": 4981,
      "b15003_M001": 250,
      "b15003_E022": 1577,
      "b15003_M022": 245,
      "b15003_E023": 997,
      "b15003_M023": 226,
      "b15003_E024": 232,
      "b15003_M024": 121,
      "b15003_E025": 66,
      "b15003_M025": 70,
      "c16002_E001": 3009,
      "c16002_M001": 198,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3009,
      "b22010_M001": 198,
      "b22010_E002": 117,
      "b22010_M002": 62,
      "b19013_E001": 96734,
      "b19013_M001": 6822
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.76,
       "moe": 10.08,
       "numerator": 162,
       "denominator": 1028
      },
      "children_with_two_parents_pct": {
       "estimate": 84.24,
       "moe": 12.5,
       "numerator": 866,
       "denominator": 1028
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.12,
       "moe": 9.29,
       "numerator": 62,
       "denominator": 439
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 2.74,
       "numerator": 18,
       "denominator": 1063
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.85,
       "moe": 5.92,
       "numerator": 2780,
       "denominator": 4978
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.25,
       "numerator": 0,
       "denominator": 3041
      },
      "snap_households_pct": {
       "estimate": 3.52,
       "moe": 2.13,
       "numerator": 107,
       "denominator": 3041
      },
      "median_household_income": {
       "estimate": 100767,
       "moe": 8066.0
      },
      "own_children_under_18": {
       "estimate": 1028,
       "moe": 189.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1063,
       "moe": 261.14555328398757
      }
     },
     "lines": {
      "b23008_E001": 1028,
      "b23008_M001": 189,
      "b23008_E003": 295,
      "b23008_M003": 125,
      "b23008_E008": 48,
      "b23008_M008": 65,
      "b23008_E016": 571,
      "b23008_M016": 162,
      "b23008_E021": 114,
      "b23008_M021": 86,
      "b11003_E001": 1676,
      "b11003_M001": 215,
      "b11003_E003": 377,
      "b11003_M003": 96,
      "b11003_E010": 7,
      "b11003_M010": 11,
      "b11003_E016": 55,
      "b11003_M016": 42,
      "b17020_E001": 6714,
      "b17020_M001": 27,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 13,
      "b17020_M004": 21,
      "b17020_E005": 5,
      "b17020_M005": 8,
      "b17020_E011": 343,
      "b17020_M011": 127,
      "b17020_E012": 351,
      "b17020_M012": 159,
      "b17020_E013": 351,
      "b17020_M013": 161,
      "b15003_E001": 4978,
      "b15003_M001": 260,
      "b15003_E022": 1595,
      "b15003_M022": 213,
      "b15003_E023": 929,
      "b15003_M023": 222,
      "b15003_E024": 181,
      "b15003_M024": 91,
      "b15003_E025": 75,
      "b15003_M025": 70,
      "c16002_E001": 3041,
      "c16002_M001": 160,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3041,
      "b22010_M001": 160,
      "b22010_E002": 107,
      "b22010_M002": 65,
      "b19013_E001": 100767,
      "b19013_M001": 8066
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.03,
       "moe": 10.29,
       "numerator": 190,
       "denominator": 1054
      },
      "children_with_two_parents_pct": {
       "estimate": 81.97,
       "moe": 9.59,
       "numerator": 864,
       "denominator": 1054
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.55,
       "moe": 14.54,
       "numerator": 96,
       "denominator": 491
      },
      "children_below_poverty_pct": {
       "estimate": 1.27,
       "moe": 3.2,
       "numerator": 14,
       "denominator": 1099
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.88,
       "moe": 6.32,
       "numerator": 2793,
       "denominator": 5089
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.27,
       "numerator": 0,
       "denominator": 2987
      },
      "snap_households_pct": {
       "estimate": 1.94,
       "moe": 1.16,
       "numerator": 58,
       "denominator": 2987
      },
      "median_household_income": {
       "estimate": 104395,
       "moe": 6626.0
      },
      "own_children_under_18": {
       "estimate": 1054,
       "moe": 229.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1099,
       "moe": 272.74713564032163
      }
     },
     "lines": {
      "b23008_E001": 1054,
      "b23008_M001": 229,
      "b23008_E003": 320,
      "b23008_M003": 126,
      "b23008_E008": 75,
      "b23008_M008": 72,
      "b23008_E016": 544,
      "b23008_M016": 172,
      "b23008_E021": 115,
      "b23008_M021": 91,
      "b11003_E001": 1802,
      "b11003_M001": 177,
      "b11003_E003": 395,
      "b11003_M003": 93,
      "b11003_E010": 8,
      "b11003_M010": 13,
      "b11003_E016": 88,
      "b11003_M016": 74,
      "b17020_E001": 6742,
      "b17020_M001": 32,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 14,
      "b17020_M004": 23,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 395,
      "b17020_M011": 134,
      "b17020_E012": 330,
      "b17020_M012": 160,
      "b17020_E013": 360,
      "b17020_M013": 172,
      "b15003_E001": 5089,
      "b15003_M001": 270,
      "b15003_E022": 1652,
      "b15003_M022": 251,
      "b15003_E023": 914,
      "b15003_M023": 230,
      "b15003_E024": 133,
      "b15003_M024": 61,
      "b15003_E025": 94,
      "b15003_M025": 77,
      "c16002_E001": 2987,
      "c16002_M001": 198,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2987,
      "b22010_M001": 198,
      "b22010_E002": 58,
      "b22010_M002": 35,
      "b19013_E001": 104395,
      "b19013_M001": 6626
     }
    }
   }
  },
  "0901530": {
   "name": "Fairfield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901530",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.48,
       "moe": 2.84,
       "numerator": 2157,
       "denominator": 13936
      },
      "children_with_two_parents_pct": {
       "estimate": 84.52,
       "moe": 4.58,
       "numerator": 11779,
       "denominator": 13936
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.95,
       "moe": 2.85,
       "numerator": 1232,
       "denominator": 7268
      },
      "children_below_poverty_pct": {
       "estimate": 2.6,
       "moe": 0.99,
       "numerator": 364,
       "denominator": 14019
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.9,
       "moe": 2.72,
       "numerator": 26996,
       "denominator": 39181
      },
      "limited_english_households_pct": {
       "estimate": 2.03,
       "moe": 0.63,
       "numerator": 427,
       "denominator": 21086
      },
      "snap_households_pct": {
       "estimate": 2.05,
       "moe": 0.48,
       "numerator": 433,
       "denominator": 21086
      },
      "median_household_income": {
       "estimate": 149641,
       "moe": 7683.0
      },
      "own_children_under_18": {
       "estimate": 13936,
       "moe": 725.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14019,
       "moe": 834.5304068756272
      }
     },
     "lines": {
      "b23008_E001": 13936,
      "b23008_M001": 725,
      "b23008_E003": 3879,
      "b23008_M003": 400,
      "b23008_E008": 290,
      "b23008_M008": 94,
      "b23008_E016": 7900,
      "b23008_M016": 789,
      "b23008_E021": 1867,
      "b23008_M021": 400,
      "b11003_E001": 15530,
      "b11003_M001": 512,
      "b11003_E003": 6036,
      "b11003_M003": 328,
      "b11003_E010": 296,
      "b11003_M010": 92,
      "b11003_E016": 936,
      "b11003_M016": 197,
      "b17020_E001": 56955,
      "b17020_M001": 573,
      "b17020_E003": 92,
      "b17020_M003": 77,
      "b17020_E004": 112,
      "b17020_M004": 78,
      "b17020_E005": 160,
      "b17020_M005": 87,
      "b17020_E011": 4077,
      "b17020_M011": 423,
      "b17020_E012": 3925,
      "b17020_M012": 467,
      "b17020_E013": 5653,
      "b17020_M013": 529,
      "b15003_E001": 39181,
      "b15003_M001": 873,
      "b15003_E022": 14420,
      "b15003_M022": 866,
      "b15003_E023": 9292,
      "b15003_M023": 781,
      "b15003_E024": 2453,
      "b15003_M024": 326,
      "b15003_E025": 831,
      "b15003_M025": 181,
      "c16002_E001": 21086,
      "c16002_M001": 611,
      "c16002_E004": 7,
      "c16002_M004": 12,
      "c16002_E007": 238,
      "c16002_M007": 106,
      "c16002_E010": 120,
      "c16002_M010": 61,
      "c16002_E013": 62,
      "c16002_M013": 53,
      "b22010_E001": 21086,
      "b22010_M001": 611,
      "b22010_E002": 433,
      "b22010_M002": 102,
      "b19013_E001": 149641,
      "b19013_M001": 7683
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.85,
       "moe": 3.0,
       "numerator": 2305,
       "denominator": 14541
      },
      "children_with_two_parents_pct": {
       "estimate": 84.15,
       "moe": 4.12,
       "numerator": 12236,
       "denominator": 14541
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.49,
       "moe": 2.83,
       "numerator": 1207,
       "denominator": 6902
      },
      "children_below_poverty_pct": {
       "estimate": 1.89,
       "moe": 0.76,
       "numerator": 277,
       "denominator": 14627
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 70.51,
       "moe": 2.58,
       "numerator": 27373,
       "denominator": 38822
      },
      "limited_english_households_pct": {
       "estimate": 1.64,
       "moe": 0.66,
       "numerator": 337,
       "denominator": 20506
      },
      "snap_households_pct": {
       "estimate": 1.95,
       "moe": 0.43,
       "numerator": 400,
       "denominator": 20506
      },
      "median_household_income": {
       "estimate": 165316,
       "moe": 8677.0
      },
      "own_children_under_18": {
       "estimate": 14541,
       "moe": 845.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14627,
       "moe": 925.9173829235522
      }
     },
     "lines": {
      "b23008_E001": 14541,
      "b23008_M001": 845,
      "b23008_E003": 3560,
      "b23008_M003": 350,
      "b23008_E008": 262,
      "b23008_M008": 137,
      "b23008_E016": 8676,
      "b23008_M016": 861,
      "b23008_E021": 2043,
      "b23008_M021": 435,
      "b11003_E001": 15313,
      "b11003_M001": 518,
      "b11003_E003": 5695,
      "b11003_M003": 434,
      "b11003_E010": 260,
      "b11003_M010": 85,
      "b11003_E016": 947,
      "b11003_M016": 195,
      "b17020_E001": 56865,
      "b17020_M001": 267,
      "b17020_E003": 59,
      "b17020_M003": 49,
      "b17020_E004": 88,
      "b17020_M004": 63,
      "b17020_E005": 130,
      "b17020_M005": 79,
      "b17020_E011": 3763,
      "b17020_M011": 362,
      "b17020_E012": 4535,
      "b17020_M012": 542,
      "b17020_E013": 6052,
      "b17020_M013": 648,
      "b15003_E001": 38822,
      "b15003_M001": 757,
      "b15003_E022": 14793,
      "b15003_M022": 804,
      "b15003_E023": 9258,
      "b15003_M023": 686,
      "b15003_E024": 2579,
      "b15003_M024": 379,
      "b15003_E025": 743,
      "b15003_M025": 161,
      "c16002_E001": 20506,
      "c16002_M001": 567,
      "c16002_E004": 15,
      "c16002_M004": 15,
      "c16002_E007": 185,
      "c16002_M007": 119,
      "c16002_E010": 91,
      "c16002_M010": 49,
      "c16002_E013": 46,
      "c16002_M013": 38,
      "b22010_E001": 20506,
      "b22010_M001": 567,
      "b22010_E002": 400,
      "b22010_M002": 88,
      "b19013_E001": 165316,
      "b19013_M001": 8677
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.64,
       "moe": 2.88,
       "numerator": 2437,
       "denominator": 14647
      },
      "children_with_two_parents_pct": {
       "estimate": 83.36,
       "moe": 4.1,
       "numerator": 12210,
       "denominator": 14647
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.46,
       "moe": 3.04,
       "numerator": 1354,
       "denominator": 7333
      },
      "children_below_poverty_pct": {
       "estimate": 2.1,
       "moe": 0.74,
       "numerator": 310,
       "denominator": 14734
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.42,
       "moe": 2.85,
       "numerator": 28661,
       "denominator": 40129
      },
      "limited_english_households_pct": {
       "estimate": 1.8,
       "moe": 0.65,
       "numerator": 386,
       "denominator": 21433
      },
      "snap_households_pct": {
       "estimate": 2.67,
       "moe": 0.53,
       "numerator": 573,
       "denominator": 21433
      },
      "median_household_income": {
       "estimate": 168391,
       "moe": 9158.0
      },
      "own_children_under_18": {
       "estimate": 14647,
       "moe": 683.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14734,
       "moe": 806.5240232007972
      }
     },
     "lines": {
      "b23008_E001": 14647,
      "b23008_M001": 683,
      "b23008_E003": 3715,
      "b23008_M003": 325,
      "b23008_E008": 279,
      "b23008_M008": 104,
      "b23008_E016": 8495,
      "b23008_M016": 761,
      "b23008_E021": 2158,
      "b23008_M021": 424,
      "b11003_E001": 16065,
      "b11003_M001": 460,
      "b11003_E003": 5979,
      "b11003_M003": 414,
      "b11003_E010": 314,
      "b11003_M010": 97,
      "b11003_E016": 1040,
      "b11003_M016": 219,
      "b17020_E001": 58207,
      "b17020_M001": 283,
      "b17020_E003": 66,
      "b17020_M003": 40,
      "b17020_E004": 79,
      "b17020_M004": 56,
      "b17020_E005": 165,
      "b17020_M005": 86,
      "b17020_E011": 3933,
      "b17020_M011": 338,
      "b17020_E012": 4447,
      "b17020_M012": 491,
      "b17020_E013": 6044,
      "b17020_M013": 532,
      "b15003_E001": 40129,
      "b15003_M001": 666,
      "b15003_E022": 15778,
      "b15003_M022": 838,
      "b15003_E023": 9494,
      "b15003_M023": 810,
      "b15003_E024": 2556,
      "b15003_M024": 388,
      "b15003_E025": 833,
      "b15003_M025": 169,
      "c16002_E001": 21433,
      "c16002_M001": 471,
      "c16002_E004": 38,
      "c16002_M004": 28,
      "c16002_E007": 217,
      "c16002_M007": 121,
      "c16002_E010": 93,
      "c16002_M010": 50,
      "c16002_E013": 38,
      "c16002_M013": 39,
      "b22010_E001": 21433,
      "b22010_M001": 471,
      "b22010_E002": 573,
      "b22010_M002": 115,
      "b19013_E001": 168391,
      "b19013_M001": 9158
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.6,
       "moe": 3.05,
       "numerator": 2145,
       "denominator": 14689
      },
      "children_with_two_parents_pct": {
       "estimate": 85.4,
       "moe": 4.21,
       "numerator": 12544,
       "denominator": 14689
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.48,
       "moe": 3.32,
       "numerator": 1128,
       "denominator": 7288
      },
      "children_below_poverty_pct": {
       "estimate": 2.05,
       "moe": 0.7,
       "numerator": 305,
       "denominator": 14844
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.07,
       "moe": 2.66,
       "numerator": 28682,
       "denominator": 40360
      },
      "limited_english_households_pct": {
       "estimate": 1.66,
       "moe": 0.65,
       "numerator": 357,
       "denominator": 21561
      },
      "snap_households_pct": {
       "estimate": 2.59,
       "moe": 0.64,
       "numerator": 559,
       "denominator": 21561
      },
      "median_household_income": {
       "estimate": 172432,
       "moe": 8394.0
      },
      "own_children_under_18": {
       "estimate": 14689,
       "moe": 740.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14844,
       "moe": 860.8083410376552
      }
     },
     "lines": {
      "b23008_E001": 14689,
      "b23008_M001": 740,
      "b23008_E003": 3828,
      "b23008_M003": 351,
      "b23008_E008": 230,
      "b23008_M008": 98,
      "b23008_E016": 8716,
      "b23008_M016": 812,
      "b23008_E021": 1915,
      "b23008_M021": 451,
      "b11003_E001": 16071,
      "b11003_M001": 544,
      "b11003_E003": 6160,
      "b11003_M003": 385,
      "b11003_E010": 276,
      "b11003_M010": 105,
      "b11003_E016": 852,
      "b11003_M016": 229,
      "b17020_E001": 58370,
      "b17020_M001": 265,
      "b17020_E003": 69,
      "b17020_M003": 45,
      "b17020_E004": 104,
      "b17020_M004": 69,
      "b17020_E005": 132,
      "b17020_M005": 66,
      "b17020_E011": 4060,
      "b17020_M011": 347,
      "b17020_E012": 4835,
      "b17020_M012": 548,
      "b17020_E013": 5644,
      "b17020_M013": 556,
      "b15003_E001": 40360,
      "b15003_M001": 725,
      "b15003_E022": 15716,
      "b15003_M022": 811,
      "b15003_E023": 9291,
      "b15003_M023": 763,
      "b15003_E024": 2660,
      "b15003_M024": 387,
      "b15003_E025": 1015,
      "b15003_M025": 162,
      "c16002_E001": 21561,
      "c16002_M001": 555,
      "c16002_E004": 73,
      "c16002_M004": 42,
      "c16002_E007": 118,
      "c16002_M007": 99,
      "c16002_E010": 149,
      "c16002_M010": 86,
      "c16002_E013": 17,
      "c16002_M013": 23,
      "b22010_E001": 21561,
      "b22010_M001": 555,
      "b22010_E002": 559,
      "b22010_M002": 138,
      "b19013_E001": 172432,
      "b19013_M001": 8394
     }
    }
   }
  },
  "0901560": {
   "name": "Farmington School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901560",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.52,
       "moe": 4.13,
       "numerator": 683,
       "denominator": 5050
      },
      "children_with_two_parents_pct": {
       "estimate": 86.48,
       "moe": 5.45,
       "numerator": 4367,
       "denominator": 5050
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.59,
       "moe": 5.0,
       "numerator": 410,
       "denominator": 2811
      },
      "children_below_poverty_pct": {
       "estimate": 5.78,
       "moe": 2.72,
       "numerator": 297,
       "denominator": 5142
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 62.12,
       "moe": 3.25,
       "numerator": 12098,
       "denominator": 19475
      },
      "limited_english_households_pct": {
       "estimate": 4.72,
       "moe": 1.63,
       "numerator": 518,
       "denominator": 10986
      },
      "snap_households_pct": {
       "estimate": 4.59,
       "moe": 1.61,
       "numerator": 504,
       "denominator": 10986
      },
      "median_household_income": {
       "estimate": 106773,
       "moe": 9269.0
      },
      "own_children_under_18": {
       "estimate": 5050,
       "moe": 399.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5142,
       "moe": 475.4145559403919
      }
     },
     "lines": {
      "b23008_E001": 5050,
      "b23008_M001": 399,
      "b23008_E003": 1134,
      "b23008_M003": 270,
      "b23008_E008": 121,
      "b23008_M008": 89,
      "b23008_E016": 3233,
      "b23008_M016": 349,
      "b23008_E021": 562,
      "b23008_M021": 196,
      "b11003_E001": 7338,
      "b11003_M001": 303,
      "b11003_E003": 2401,
      "b11003_M003": 200,
      "b11003_E010": 94,
      "b11003_M010": 87,
      "b11003_E016": 316,
      "b11003_M016": 116,
      "b17020_E001": 26366,
      "b17020_M001": 91,
      "b17020_E003": 68,
      "b17020_M003": 65,
      "b17020_E004": 131,
      "b17020_M004": 93,
      "b17020_E005": 98,
      "b17020_M005": 86,
      "b17020_E011": 1211,
      "b17020_M011": 278,
      "b17020_E012": 1906,
      "b17020_M012": 289,
      "b17020_E013": 1728,
      "b17020_M013": 212,
      "b15003_E001": 19475,
      "b15003_M001": 491,
      "b15003_E022": 6018,
      "b15003_M022": 499,
      "b15003_E023": 4042,
      "b15003_M023": 397,
      "b15003_E024": 1142,
      "b15003_M024": 220,
      "b15003_E025": 896,
      "b15003_M025": 196,
      "c16002_E001": 10986,
      "c16002_M001": 401,
      "c16002_E004": 77,
      "c16002_M004": 68,
      "c16002_E007": 309,
      "c16002_M007": 151,
      "c16002_E010": 132,
      "c16002_M010": 67,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10986,
      "b22010_M001": 401,
      "b22010_E002": 504,
      "b22010_M002": 178,
      "b19013_E001": 106773,
      "b19013_M001": 9269
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.71,
       "moe": 3.29,
       "numerator": 604,
       "denominator": 5157
      },
      "children_with_two_parents_pct": {
       "estimate": 88.29,
       "moe": 5.89,
       "numerator": 4553,
       "denominator": 5157
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.67,
       "moe": 4.94,
       "numerator": 393,
       "denominator": 2874
      },
      "children_below_poverty_pct": {
       "estimate": 3.71,
       "moe": 1.97,
       "numerator": 193,
       "denominator": 5199
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 65.12,
       "moe": 3.26,
       "numerator": 12618,
       "denominator": 19376
      },
      "limited_english_households_pct": {
       "estimate": 4.53,
       "moe": 1.64,
       "numerator": 499,
       "denominator": 11027
      },
      "snap_households_pct": {
       "estimate": 4.44,
       "moe": 1.43,
       "numerator": 490,
       "denominator": 11027
      },
      "median_household_income": {
       "estimate": 118329,
       "moe": 9243.0
      },
      "own_children_under_18": {
       "estimate": 5157,
       "moe": 417.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5199,
       "moe": 494.368283772331
      }
     },
     "lines": {
      "b23008_E001": 5157,
      "b23008_M001": 417,
      "b23008_E003": 1123,
      "b23008_M003": 285,
      "b23008_E008": 92,
      "b23008_M008": 72,
      "b23008_E016": 3430,
      "b23008_M016": 383,
      "b23008_E021": 512,
      "b23008_M021": 161,
      "b11003_E001": 7235,
      "b11003_M001": 327,
      "b11003_E003": 2481,
      "b11003_M003": 220,
      "b11003_E010": 112,
      "b11003_M010": 98,
      "b11003_E016": 281,
      "b11003_M016": 109,
      "b17020_E001": 26450,
      "b17020_M001": 53,
      "b17020_E003": 58,
      "b17020_M003": 55,
      "b17020_E004": 81,
      "b17020_M004": 73,
      "b17020_E005": 54,
      "b17020_M005": 50,
      "b17020_E011": 1175,
      "b17020_M011": 280,
      "b17020_E012": 2089,
      "b17020_M012": 295,
      "b17020_E013": 1742,
      "b17020_M013": 261,
      "b15003_E001": 19376,
      "b15003_M001": 484,
      "b15003_E022": 6376,
      "b15003_M022": 506,
      "b15003_E023": 4208,
      "b15003_M023": 389,
      "b15003_E024": 1096,
      "b15003_M024": 233,
      "b15003_E025": 938,
      "b15003_M025": 192,
      "c16002_E001": 11027,
      "c16002_M001": 366,
      "c16002_E004": 76,
      "c16002_M004": 61,
      "c16002_E007": 287,
      "c16002_M007": 154,
      "c16002_E010": 136,
      "c16002_M010": 71,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11027,
      "b22010_M001": 366,
      "b22010_E002": 490,
      "b22010_M002": 158,
      "b19013_E001": 118329,
      "b19013_M001": 9243
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.85,
       "moe": 3.54,
       "numerator": 554,
       "denominator": 5108
      },
      "children_with_two_parents_pct": {
       "estimate": 89.15,
       "moe": 6.52,
       "numerator": 4554,
       "denominator": 5108
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.12,
       "moe": 4.81,
       "numerator": 373,
       "denominator": 2842
      },
      "children_below_poverty_pct": {
       "estimate": 2.43,
       "moe": 1.65,
       "numerator": 125,
       "denominator": 5137
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.21,
       "moe": 3.6,
       "numerator": 12848,
       "denominator": 19405
      },
      "limited_english_households_pct": {
       "estimate": 3.58,
       "moe": 1.34,
       "numerator": 393,
       "denominator": 10963
      },
      "snap_households_pct": {
       "estimate": 3.63,
       "moe": 1.35,
       "numerator": 398,
       "denominator": 10963
      },
      "median_household_income": {
       "estimate": 134237,
       "moe": 8690.0
      },
      "own_children_under_18": {
       "estimate": 5108,
       "moe": 373.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5137,
       "moe": 533.8276875547015
      }
     },
     "lines": {
      "b23008_E001": 5108,
      "b23008_M001": 373,
      "b23008_E003": 1199,
      "b23008_M003": 283,
      "b23008_E008": 64,
      "b23008_M008": 61,
      "b23008_E016": 3355,
      "b23008_M016": 376,
      "b23008_E021": 490,
      "b23008_M021": 175,
      "b11003_E001": 7208,
      "b11003_M001": 327,
      "b11003_E003": 2469,
      "b11003_M003": 211,
      "b11003_E010": 123,
      "b11003_M010": 96,
      "b11003_E016": 250,
      "b11003_M016": 103,
      "b17020_E001": 26479,
      "b17020_M001": 79,
      "b17020_E003": 48,
      "b17020_M003": 57,
      "b17020_E004": 41,
      "b17020_M004": 49,
      "b17020_E005": 36,
      "b17020_M005": 41,
      "b17020_E011": 1215,
      "b17020_M011": 278,
      "b17020_E012": 2082,
      "b17020_M012": 319,
      "b17020_E013": 1715,
      "b17020_M013": 314,
      "b15003_E001": 19405,
      "b15003_M001": 510,
      "b15003_E022": 6431,
      "b15003_M022": 488,
      "b15003_E023": 4110,
      "b15003_M023": 467,
      "b15003_E024": 1309,
      "b15003_M024": 312,
      "b15003_E025": 998,
      "b15003_M025": 222,
      "c16002_E001": 10963,
      "c16002_M001": 343,
      "c16002_E004": 25,
      "c16002_M004": 28,
      "c16002_E007": 201,
      "c16002_M007": 106,
      "c16002_E010": 167,
      "c16002_M010": 95,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10963,
      "b22010_M001": 343,
      "b22010_E002": 398,
      "b22010_M002": 148,
      "b19013_E001": 134237,
      "b19013_M001": 8690
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.08,
       "moe": 3.3,
       "numerator": 592,
       "denominator": 5341
      },
      "children_with_two_parents_pct": {
       "estimate": 88.92,
       "moe": 6.61,
       "numerator": 4749,
       "denominator": 5341
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.79,
       "moe": 4.88,
       "numerator": 426,
       "denominator": 3089
      },
      "children_below_poverty_pct": {
       "estimate": 1.75,
       "moe": 1.23,
       "numerator": 94,
       "denominator": 5379
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.26,
       "moe": 3.65,
       "numerator": 13410,
       "denominator": 19645
      },
      "limited_english_households_pct": {
       "estimate": 2.85,
       "moe": 1.2,
       "numerator": 318,
       "denominator": 11151
      },
      "snap_households_pct": {
       "estimate": 3.34,
       "moe": 1.31,
       "numerator": 373,
       "denominator": 11151
      },
      "median_household_income": {
       "estimate": 141120,
       "moe": 9664.0
      },
      "own_children_under_18": {
       "estimate": 5341,
       "moe": 403.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5379,
       "moe": 540.2804827124519
      }
     },
     "lines": {
      "b23008_E001": 5341,
      "b23008_M001": 403,
      "b23008_E003": 1212,
      "b23008_M003": 293,
      "b23008_E008": 101,
      "b23008_M008": 76,
      "b23008_E016": 3537,
      "b23008_M016": 409,
      "b23008_E021": 491,
      "b23008_M021": 165,
      "b11003_E001": 7418,
      "b11003_M001": 322,
      "b11003_E003": 2663,
      "b11003_M003": 213,
      "b11003_E010": 124,
      "b11003_M010": 103,
      "b11003_E016": 302,
      "b11003_M016": 116,
      "b17020_E001": 26917,
      "b17020_M001": 41,
      "b17020_E003": 37,
      "b17020_M003": 43,
      "b17020_E004": 37,
      "b17020_M004": 43,
      "b17020_E005": 20,
      "b17020_M005": 28,
      "b17020_E011": 1288,
      "b17020_M011": 292,
      "b17020_E012": 2146,
      "b17020_M012": 334,
      "b17020_E013": 1851,
      "b17020_M013": 301,
      "b15003_E001": 19645,
      "b15003_M001": 430,
      "b15003_E022": 6732,
      "b15003_M022": 467,
      "b15003_E023": 4206,
      "b15003_M023": 506,
      "b15003_E024": 1569,
      "b15003_M024": 250,
      "b15003_E025": 903,
      "b15003_M025": 252,
      "c16002_E001": 11151,
      "c16002_M001": 313,
      "c16002_E004": 13,
      "c16002_M004": 21,
      "c16002_E007": 189,
      "c16002_M007": 111,
      "c16002_E010": 116,
      "c16002_M010": 67,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11151,
      "b22010_M001": 313,
      "b22010_E002": 373,
      "b22010_M002": 147,
      "b19013_E001": 141120,
      "b19013_M001": 9664
     }
    }
   }
  },
  "0901590": {
   "name": "Franklin School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0901590",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.62,
       "moe": 7.62,
       "numerator": 62,
       "denominator": 373
      },
      "children_with_two_parents_pct": {
       "estimate": 83.38,
       "moe": 15.38,
       "numerator": 311,
       "denominator": 373
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.06,
       "moe": 7.44,
       "numerator": 23,
       "denominator": 208
      },
      "children_below_poverty_pct": {
       "estimate": 7.79,
       "moe": 7.74,
       "numerator": 32,
       "denominator": 411
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.89,
       "moe": 3.15,
       "numerator": 368,
       "denominator": 1274
      },
      "limited_english_households_pct": {
       "estimate": 0.43,
       "moe": 3.24,
       "numerator": 3,
       "denominator": 705
      },
      "snap_households_pct": {
       "estimate": 8.37,
       "moe": 3.8,
       "numerator": 59,
       "denominator": 705
      },
      "median_household_income": {
       "estimate": 89948,
       "moe": 13118.0
      },
      "own_children_under_18": {
       "estimate": 373,
       "moe": 112.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 411,
       "moe": 110.29505881951376
      }
     },
     "lines": {
      "b23008_E001": 373,
      "b23008_M001": 112,
      "b23008_E003": 107,
      "b23008_M003": 78,
      "b23008_E008": 18,
      "b23008_M008": 23,
      "b23008_E016": 204,
      "b23008_M016": 77,
      "b23008_E021": 44,
      "b23008_M021": 25,
      "b11003_E001": 507,
      "b11003_M001": 77,
      "b11003_E003": 185,
      "b11003_M003": 56,
      "b11003_E010": 4,
      "b11003_M010": 5,
      "b11003_E016": 19,
      "b11003_M016": 16,
      "b17020_E001": 1813,
      "b17020_M001": 229,
      "b17020_E003": 12,
      "b17020_M003": 24,
      "b17020_E004": 4,
      "b17020_M004": 5,
      "b17020_E005": 16,
      "b17020_M005": 22,
      "b17020_E011": 127,
      "b17020_M011": 80,
      "b17020_E012": 114,
      "b17020_M012": 54,
      "b17020_E013": 138,
      "b17020_M013": 42,
      "b15003_E001": 1274,
      "b15003_M001": 157,
      "b15003_E022": 165,
      "b15003_M022": 44,
      "b15003_E023": 174,
      "b15003_M023": 40,
      "b15003_E024": 22,
      "b15003_M024": 10,
      "b15003_E025": 7,
      "b15003_M025": 6,
      "c16002_E001": 705,
      "c16002_M001": 98,
      "c16002_E004": 3,
      "c16002_M004": 4,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 705,
      "b22010_M001": 98,
      "b22010_E002": 59,
      "b22010_M002": 28,
      "b19013_E001": 89948,
      "b19013_M001": 13118
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.87,
       "moe": 9.37,
       "numerator": 66,
       "denominator": 416
      },
      "children_with_two_parents_pct": {
       "estimate": 84.13,
       "moe": 8.4,
       "numerator": 350,
       "denominator": 416
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.51,
       "moe": 12.08,
       "numerator": 29,
       "denominator": 187
      },
      "children_below_poverty_pct": {
       "estimate": 8.99,
       "moe": 7.48,
       "numerator": 40,
       "denominator": 445
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.35,
       "moe": 4.55,
       "numerator": 372,
       "denominator": 1312
      },
      "limited_english_households_pct": {
       "estimate": 0.29,
       "moe": 3.24,
       "numerator": 2,
       "denominator": 700
      },
      "snap_households_pct": {
       "estimate": 7.29,
       "moe": 3.9,
       "numerator": 51,
       "denominator": 700
      },
      "median_household_income": {
       "estimate": 95543,
       "moe": 10296.0
      },
      "own_children_under_18": {
       "estimate": 416,
       "moe": 102.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 445,
       "moe": 97.57561170702442
      }
     },
     "lines": {
      "b23008_E001": 416,
      "b23008_M001": 102,
      "b23008_E003": 159,
      "b23008_M003": 64,
      "b23008_E008": 11,
      "b23008_M008": 22,
      "b23008_E016": 191,
      "b23008_M016": 67,
      "b23008_E021": 55,
      "b23008_M021": 36,
      "b11003_E001": 504,
      "b11003_M001": 73,
      "b11003_E003": 158,
      "b11003_M003": 53,
      "b11003_E010": 3,
      "b11003_M010": 4,
      "b11003_E016": 26,
      "b11003_M016": 24,
      "b17020_E001": 1867,
      "b17020_M001": 211,
      "b17020_E003": 11,
      "b17020_M003": 22,
      "b17020_E004": 4,
      "b17020_M004": 5,
      "b17020_E005": 25,
      "b17020_M005": 26,
      "b17020_E011": 159,
      "b17020_M011": 64,
      "b17020_E012": 90,
      "b17020_M012": 48,
      "b17020_E013": 156,
      "b17020_M013": 44,
      "b15003_E001": 1312,
      "b15003_M001": 144,
      "b15003_E022": 181,
      "b15003_M022": 54,
      "b15003_E023": 176,
      "b15003_M023": 45,
      "b15003_E024": 15,
      "b15003_M024": 11,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 700,
      "c16002_M001": 85,
      "c16002_E004": 2,
      "c16002_M004": 3,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 700,
      "b22010_M001": 85,
      "b22010_E002": 51,
      "b22010_M002": 28,
      "b19013_E001": 95543,
      "b19013_M001": 10296
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.12,
       "moe": 10.46,
       "numerator": 109,
       "denominator": 452
      },
      "children_with_two_parents_pct": {
       "estimate": 75.88,
       "moe": 18.71,
       "numerator": 343,
       "denominator": 452
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.22,
       "moe": 9.92,
       "numerator": 28,
       "denominator": 184
      },
      "children_below_poverty_pct": {
       "estimate": 13.84,
       "moe": 7.96,
       "numerator": 66,
       "denominator": 477
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.89,
       "moe": 4.52,
       "numerator": 386,
       "denominator": 1336
      },
      "limited_english_households_pct": {
       "estimate": 0.83,
       "moe": 2.93,
       "numerator": 6,
       "denominator": 725
      },
      "snap_households_pct": {
       "estimate": 6.34,
       "moe": 3.36,
       "numerator": 46,
       "denominator": 725
      },
      "median_household_income": {
       "estimate": 100179,
       "moe": 8170.0
      },
      "own_children_under_18": {
       "estimate": 452,
       "moe": 119.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 477,
       "moe": 129.95383795794567
      }
     },
     "lines": {
      "b23008_E001": 452,
      "b23008_M001": 119,
      "b23008_E003": 175,
      "b23008_M003": 104,
      "b23008_E008": 14,
      "b23008_M008": 12,
      "b23008_E016": 168,
      "b23008_M016": 67,
      "b23008_E021": 95,
      "b23008_M021": 54,
      "b11003_E001": 517,
      "b11003_M001": 71,
      "b11003_E003": 156,
      "b11003_M003": 54,
      "b11003_E010": 6,
      "b11003_M010": 7,
      "b11003_E016": 22,
      "b11003_M016": 19,
      "b17020_E001": 1897,
      "b17020_M001": 217,
      "b17020_E003": 4,
      "b17020_M003": 9,
      "b17020_E004": 21,
      "b17020_M004": 23,
      "b17020_E005": 41,
      "b17020_M005": 34,
      "b17020_E011": 185,
      "b17020_M011": 103,
      "b17020_E012": 89,
      "b17020_M012": 47,
      "b17020_E013": 137,
      "b17020_M013": 48,
      "b15003_E001": 1336,
      "b15003_M001": 156,
      "b15003_E022": 201,
      "b15003_M022": 57,
      "b15003_E023": 170,
      "b15003_M023": 48,
      "b15003_E024": 13,
      "b15003_M024": 10,
      "b15003_E025": 2,
      "b15003_M025": 5,
      "c16002_E001": 725,
      "c16002_M001": 87,
      "c16002_E004": 4,
      "c16002_M004": 6,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 2,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 725,
      "b22010_M001": 87,
      "b22010_E002": 46,
      "b22010_M002": 25,
      "b19013_E001": 100179,
      "b19013_M001": 8170
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.12,
       "moe": 12.51,
       "numerator": 117,
       "denominator": 485
      },
      "children_with_two_parents_pct": {
       "estimate": 75.88,
       "moe": 16.28,
       "numerator": 368,
       "denominator": 485
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.41,
       "moe": 5.71,
       "numerator": 21,
       "denominator": 184
      },
      "children_below_poverty_pct": {
       "estimate": 14.86,
       "moe": 9.28,
       "numerator": 77,
       "denominator": 518
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.85,
       "moe": 4.81,
       "numerator": 379,
       "denominator": 1361
      },
      "limited_english_households_pct": {
       "estimate": 0.28,
       "moe": 3.46,
       "numerator": 2,
       "denominator": 716
      },
      "snap_households_pct": {
       "estimate": 9.08,
       "moe": 3.76,
       "numerator": 65,
       "denominator": 716
      },
      "median_household_income": {
       "estimate": 105000,
       "moe": 9871.0
      },
      "own_children_under_18": {
       "estimate": 485,
       "moe": 125.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 518,
       "moe": 131.79529581893277
      }
     },
     "lines": {
      "b23008_E001": 485,
      "b23008_M001": 125,
      "b23008_E003": 163,
      "b23008_M003": 103,
      "b23008_E008": 13,
      "b23008_M008": 10,
      "b23008_E016": 205,
      "b23008_M016": 68,
      "b23008_E021": 104,
      "b23008_M021": 67,
      "b11003_E001": 517,
      "b11003_M001": 73,
      "b11003_E003": 163,
      "b11003_M003": 53,
      "b11003_E010": 8,
      "b11003_M010": 7,
      "b11003_E016": 13,
      "b11003_M016": 10,
      "b17020_E001": 1976,
      "b17020_M001": 205,
      "b17020_E003": 2,
      "b17020_M003": 4,
      "b17020_E004": 27,
      "b17020_M004": 34,
      "b17020_E005": 48,
      "b17020_M005": 39,
      "b17020_E011": 178,
      "b17020_M011": 103,
      "b17020_E012": 110,
      "b17020_M012": 48,
      "b17020_E013": 153,
      "b17020_M013": 42,
      "b15003_E001": 1361,
      "b15003_M001": 144,
      "b15003_E022": 196,
      "b15003_M022": 61,
      "b15003_E023": 175,
      "b15003_M023": 46,
      "b15003_E024": 6,
      "b15003_M024": 6,
      "b15003_E025": 2,
      "b15003_M025": 5,
      "c16002_E001": 716,
      "c16002_M001": 85,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 2,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 716,
      "b22010_M001": 85,
      "b22010_E002": 65,
      "b22010_M002": 28,
      "b19013_E001": 105000,
      "b19013_M001": 9871
     }
    }
   }
  },
  "0901620": {
   "name": "Glastonbury School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901620",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.74,
       "moe": 4.31,
       "numerator": 1134,
       "denominator": 7205
      },
      "children_with_two_parents_pct": {
       "estimate": 84.26,
       "moe": 5.69,
       "numerator": 6071,
       "denominator": 7205
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.98,
       "moe": 4.25,
       "numerator": 625,
       "denominator": 3912
      },
      "children_below_poverty_pct": {
       "estimate": 2.51,
       "moe": 1.13,
       "numerator": 183,
       "denominator": 7289
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.22,
       "moe": 3.24,
       "numerator": 16653,
       "denominator": 25149
      },
      "limited_english_households_pct": {
       "estimate": 1.9,
       "moe": 1.25,
       "numerator": 268,
       "denominator": 14078
      },
      "snap_households_pct": {
       "estimate": 3.68,
       "moe": 1.16,
       "numerator": 518,
       "denominator": 14078
      },
      "median_household_income": {
       "estimate": 130294,
       "moe": 11236.0
      },
      "own_children_under_18": {
       "estimate": 7205,
       "moe": 516.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7289,
       "moe": 636.2790268427838
      }
     },
     "lines": {
      "b23008_E001": 7205,
      "b23008_M001": 516,
      "b23008_E003": 1836,
      "b23008_M003": 339,
      "b23008_E008": 185,
      "b23008_M008": 100,
      "b23008_E016": 4235,
      "b23008_M016": 492,
      "b23008_E021": 949,
      "b23008_M021": 305,
      "b11003_E001": 9481,
      "b11003_M001": 346,
      "b11003_E003": 3287,
      "b11003_M003": 313,
      "b11003_E010": 180,
      "b11003_M010": 87,
      "b11003_E016": 445,
      "b11003_M016": 153,
      "b17020_E001": 34867,
      "b17020_M001": 145,
      "b17020_E003": 48,
      "b17020_M003": 46,
      "b17020_E004": 74,
      "b17020_M004": 54,
      "b17020_E005": 61,
      "b17020_M005": 45,
      "b17020_E011": 1973,
      "b17020_M011": 341,
      "b17020_E012": 2472,
      "b17020_M012": 397,
      "b17020_E013": 2661,
      "b17020_M013": 352,
      "b15003_E001": 25149,
      "b15003_M001": 555,
      "b15003_E022": 8330,
      "b15003_M022": 648,
      "b15003_E023": 6135,
      "b15003_M023": 517,
      "b15003_E024": 1544,
      "b15003_M024": 291,
      "b15003_E025": 644,
      "b15003_M025": 160,
      "c16002_E001": 14078,
      "c16002_M001": 399,
      "c16002_E004": 55,
      "c16002_M004": 45,
      "c16002_E007": 180,
      "c16002_M007": 165,
      "c16002_E010": 33,
      "c16002_M010": 30,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 14078,
      "b22010_M001": 399,
      "b22010_E002": 518,
      "b22010_M002": 164,
      "b19013_E001": 130294,
      "b19013_M001": 11236
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.66,
       "moe": 3.32,
       "numerator": 977,
       "denominator": 7154
      },
      "children_with_two_parents_pct": {
       "estimate": 86.34,
       "moe": 6.13,
       "numerator": 6177,
       "denominator": 7154
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.51,
       "moe": 3.51,
       "numerator": 567,
       "denominator": 3908
      },
      "children_below_poverty_pct": {
       "estimate": 1.63,
       "moe": 0.8,
       "numerator": 118,
       "denominator": 7250
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 67.24,
       "moe": 3.08,
       "numerator": 16926,
       "denominator": 25171
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 1.18,
       "numerator": 258,
       "denominator": 14161
      },
      "snap_households_pct": {
       "estimate": 3.5,
       "moe": 1.07,
       "numerator": 496,
       "denominator": 14161
      },
      "median_household_income": {
       "estimate": 144134,
       "moe": 12482.0
      },
      "own_children_under_18": {
       "estimate": 7154,
       "moe": 480.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7250,
       "moe": 617.005672583324
      }
     },
     "lines": {
      "b23008_E001": 7154,
      "b23008_M001": 480,
      "b23008_E003": 1860,
      "b23008_M003": 395,
      "b23008_E008": 149,
      "b23008_M008": 93,
      "b23008_E016": 4317,
      "b23008_M016": 456,
      "b23008_E021": 828,
      "b23008_M021": 228,
      "b11003_E001": 9545,
      "b11003_M001": 335,
      "b11003_E003": 3341,
      "b11003_M003": 276,
      "b11003_E010": 176,
      "b11003_M010": 83,
      "b11003_E016": 391,
      "b11003_M016": 118,
      "b17020_E001": 34877,
      "b17020_M001": 58,
      "b17020_E003": 17,
      "b17020_M003": 27,
      "b17020_E004": 53,
      "b17020_M004": 37,
      "b17020_E005": 48,
      "b17020_M005": 37,
      "b17020_E011": 1992,
      "b17020_M011": 373,
      "b17020_E012": 2527,
      "b17020_M012": 340,
      "b17020_E013": 2613,
      "b17020_M013": 350,
      "b15003_E001": 25171,
      "b15003_M001": 536,
      "b15003_E022": 8441,
      "b15003_M022": 589,
      "b15003_E023": 6166,
      "b15003_M023": 513,
      "b15003_E024": 1683,
      "b15003_M024": 312,
      "b15003_E025": 636,
      "b15003_M025": 155,
      "c16002_E001": 14161,
      "c16002_M001": 385,
      "c16002_E004": 52,
      "c16002_M004": 56,
      "c16002_E007": 161,
      "c16002_M007": 151,
      "c16002_E010": 45,
      "c16002_M010": 34,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 14161,
      "b22010_M001": 385,
      "b22010_E002": 496,
      "b22010_M002": 152,
      "b19013_E001": 144134,
      "b19013_M001": 12482
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.87,
       "moe": 3.75,
       "numerator": 958,
       "denominator": 7445
      },
      "children_with_two_parents_pct": {
       "estimate": 87.13,
       "moe": 5.09,
       "numerator": 6487,
       "denominator": 7445
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.94,
       "moe": 3.73,
       "numerator": 558,
       "denominator": 4003
      },
      "children_below_poverty_pct": {
       "estimate": 1.92,
       "moe": 1.18,
       "numerator": 144,
       "denominator": 7482
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.76,
       "moe": 3.44,
       "numerator": 17181,
       "denominator": 24987
      },
      "limited_english_households_pct": {
       "estimate": 2.11,
       "moe": 1.22,
       "numerator": 299,
       "denominator": 14167
      },
      "snap_households_pct": {
       "estimate": 3.27,
       "moe": 1.04,
       "numerator": 463,
       "denominator": 14167
      },
      "median_household_income": {
       "estimate": 150290,
       "moe": 11712.0
      },
      "own_children_under_18": {
       "estimate": 7445,
       "moe": 513.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7482,
       "moe": 592.2702086041471
      }
     },
     "lines": {
      "b23008_E001": 7445,
      "b23008_M001": 513,
      "b23008_E003": 1760,
      "b23008_M003": 292,
      "b23008_E008": 98,
      "b23008_M008": 74,
      "b23008_E016": 4727,
      "b23008_M016": 508,
      "b23008_E021": 860,
      "b23008_M021": 277,
      "b11003_E001": 9372,
      "b11003_M001": 331,
      "b11003_E003": 3445,
      "b11003_M003": 293,
      "b11003_E010": 192,
      "b11003_M010": 98,
      "b11003_E016": 366,
      "b11003_M016": 122,
      "b17020_E001": 34912,
      "b17020_M001": 61,
      "b17020_E003": 22,
      "b17020_M003": 33,
      "b17020_E004": 84,
      "b17020_M004": 70,
      "b17020_E005": 38,
      "b17020_M005": 44,
      "b17020_E011": 1836,
      "b17020_M011": 285,
      "b17020_E012": 2810,
      "b17020_M012": 403,
      "b17020_E013": 2692,
      "b17020_M013": 315,
      "b15003_E001": 24987,
      "b15003_M001": 596,
      "b15003_E022": 8511,
      "b15003_M022": 726,
      "b15003_E023": 6090,
      "b15003_M023": 494,
      "b15003_E024": 1806,
      "b15003_M024": 328,
      "b15003_E025": 774,
      "b15003_M025": 173,
      "c16002_E001": 14167,
      "c16002_M001": 479,
      "c16002_E004": 63,
      "c16002_M004": 58,
      "c16002_E007": 180,
      "c16002_M007": 156,
      "c16002_E010": 56,
      "c16002_M010": 37,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 14167,
      "b22010_M001": 479,
      "b22010_E002": 463,
      "b22010_M002": 148,
      "b19013_E001": 150290,
      "b19013_M001": 11712
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.0,
       "moe": 3.71,
       "numerator": 910,
       "denominator": 7581
      },
      "children_with_two_parents_pct": {
       "estimate": 88.0,
       "moe": 6.18,
       "numerator": 6671,
       "denominator": 7581
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.97,
       "moe": 3.82,
       "numerator": 569,
       "denominator": 4072
      },
      "children_below_poverty_pct": {
       "estimate": 2.01,
       "moe": 1.2,
       "numerator": 153,
       "denominator": 7611
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.59,
       "moe": 3.19,
       "numerator": 17251,
       "denominator": 25151
      },
      "limited_english_households_pct": {
       "estimate": 1.67,
       "moe": 1.15,
       "numerator": 239,
       "denominator": 14276
      },
      "snap_households_pct": {
       "estimate": 2.89,
       "moe": 1.01,
       "numerator": 412,
       "denominator": 14276
      },
      "median_household_income": {
       "estimate": 157192,
       "moe": 13747.0
      },
      "own_children_under_18": {
       "estimate": 7581,
       "moe": 478.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7611,
       "moe": 663.3649071212616
      }
     },
     "lines": {
      "b23008_E001": 7581,
      "b23008_M001": 478,
      "b23008_E003": 1853,
      "b23008_M003": 352,
      "b23008_E008": 74,
      "b23008_M008": 74,
      "b23008_E016": 4818,
      "b23008_M016": 522,
      "b23008_E021": 836,
      "b23008_M021": 277,
      "b11003_E001": 9380,
      "b11003_M001": 374,
      "b11003_E003": 3503,
      "b11003_M003": 269,
      "b11003_E010": 213,
      "b11003_M010": 108,
      "b11003_E016": 356,
      "b11003_M016": 120,
      "b17020_E001": 35061,
      "b17020_M001": 69,
      "b17020_E003": 16,
      "b17020_M003": 25,
      "b17020_E004": 99,
      "b17020_M004": 81,
      "b17020_E005": 38,
      "b17020_M005": 36,
      "b17020_E011": 1911,
      "b17020_M011": 365,
      "b17020_E012": 2726,
      "b17020_M012": 439,
      "b17020_E013": 2821,
      "b17020_M013": 325,
      "b15003_E001": 25151,
      "b15003_M001": 538,
      "b15003_E022": 8816,
      "b15003_M022": 553,
      "b15003_E023": 5788,
      "b15003_M023": 578,
      "b15003_E024": 1701,
      "b15003_M024": 316,
      "b15003_E025": 946,
      "b15003_M025": 205,
      "c16002_E001": 14276,
      "c16002_M001": 377,
      "c16002_E004": 37,
      "c16002_M004": 41,
      "c16002_E007": 154,
      "c16002_M007": 151,
      "c16002_E010": 48,
      "c16002_M010": 42,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 14276,
      "b22010_M001": 377,
      "b22010_E002": 412,
      "b22010_M002": 145,
      "b19013_E001": 157192,
      "b19013_M001": 13747
     }
    }
   }
  },
  "0901680": {
   "name": "Granby School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901680",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.68,
       "moe": 5.97,
       "numerator": 283,
       "denominator": 2231
      },
      "children_with_two_parents_pct": {
       "estimate": 87.32,
       "moe": 10.47,
       "numerator": 1948,
       "denominator": 2231
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.75,
       "moe": 6.59,
       "numerator": 175,
       "denominator": 1273
      },
      "children_below_poverty_pct": {
       "estimate": 1.92,
       "moe": 2.45,
       "numerator": 43,
       "denominator": 2244
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.25,
       "moe": 6.04,
       "numerator": 4547,
       "denominator": 7943
      },
      "limited_english_households_pct": {
       "estimate": 0.4,
       "moe": 1.07,
       "numerator": 17,
       "denominator": 4247
      },
      "snap_households_pct": {
       "estimate": 2.35,
       "moe": 1.79,
       "numerator": 100,
       "denominator": 4247
      },
      "median_household_income": {
       "estimate": 115989,
       "moe": 15367.0
      },
      "own_children_under_18": {
       "estimate": 2231,
       "moe": 168.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2244,
       "moe": 318.907510102851
      }
     },
     "lines": {
      "b23008_E001": 2231,
      "b23008_M001": 168,
      "b23008_E003": 787,
      "b23008_M003": 194,
      "b23008_E008": 79,
      "b23008_M008": 78,
      "b23008_E016": 1161,
      "b23008_M016": 196,
      "b23008_E021": 204,
      "b23008_M021": 110,
      "b11003_E001": 3151,
      "b11003_M001": 193,
      "b11003_E003": 1098,
      "b11003_M003": 145,
      "b11003_E010": 82,
      "b11003_M010": 64,
      "b11003_E016": 93,
      "b11003_M016": 59,
      "b17020_E001": 10862,
      "b17020_M001": 71,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 23,
      "b17020_M004": 39,
      "b17020_E005": 20,
      "b17020_M005": 33,
      "b17020_E011": 879,
      "b17020_M011": 195,
      "b17020_E012": 602,
      "b17020_M012": 145,
      "b17020_E013": 720,
      "b17020_M013": 199,
      "b15003_E001": 7943,
      "b15003_M001": 206,
      "b15003_E022": 2758,
      "b15003_M022": 382,
      "b15003_E023": 1517,
      "b15003_M023": 293,
      "b15003_E024": 236,
      "b15003_M024": 102,
      "b15003_E025": 36,
      "b15003_M025": 40,
      "c16002_E001": 4247,
      "c16002_M001": 222,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 17,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4247,
      "b22010_M001": 222,
      "b22010_E002": 100,
      "b22010_M002": 76,
      "b19013_E001": 115989,
      "b19013_M001": 15367
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.71,
       "moe": 5.88,
       "numerator": 217,
       "denominator": 2234
      },
      "children_with_two_parents_pct": {
       "estimate": 90.29,
       "moe": 10.89,
       "numerator": 2017,
       "denominator": 2234
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.09,
       "moe": 6.07,
       "numerator": 142,
       "denominator": 1281
      },
      "children_below_poverty_pct": {
       "estimate": 0.93,
       "moe": 1.94,
       "numerator": 21,
       "denominator": 2249
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.39,
       "moe": 6.28,
       "numerator": 4489,
       "denominator": 7961
      },
      "limited_english_households_pct": {
       "estimate": 0.4,
       "moe": 1.09,
       "numerator": 17,
       "denominator": 4277
      },
      "snap_households_pct": {
       "estimate": 3.13,
       "moe": 1.98,
       "numerator": 134,
       "denominator": 4277
      },
      "median_household_income": {
       "estimate": 116023,
       "moe": 12339.0
      },
      "own_children_under_18": {
       "estimate": 2234,
       "moe": 186.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2249,
       "moe": 311.41290917365643
      }
     },
     "lines": {
      "b23008_E001": 2234,
      "b23008_M001": 186,
      "b23008_E003": 895,
      "b23008_M003": 207,
      "b23008_E008": 31,
      "b23008_M008": 52,
      "b23008_E016": 1122,
      "b23008_M016": 211,
      "b23008_E021": 186,
      "b23008_M021": 122,
      "b11003_E001": 3064,
      "b11003_M001": 188,
      "b11003_E003": 1139,
      "b11003_M003": 155,
      "b11003_E010": 96,
      "b11003_M010": 67,
      "b11003_E016": 46,
      "b11003_M016": 44,
      "b17020_E001": 10854,
      "b17020_M001": 43,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 21,
      "b17020_M005": 32,
      "b17020_E011": 941,
      "b17020_M011": 212,
      "b17020_E012": 655,
      "b17020_M012": 168,
      "b17020_E013": 632,
      "b17020_M013": 148,
      "b15003_E001": 7961,
      "b15003_M001": 209,
      "b15003_E022": 2710,
      "b15003_M022": 368,
      "b15003_E023": 1484,
      "b15003_M023": 329,
      "b15003_E024": 235,
      "b15003_M024": 132,
      "b15003_E025": 60,
      "b15003_M025": 50,
      "c16002_E001": 4277,
      "c16002_M001": 220,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 17,
      "c16002_M010": 29,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4277,
      "b22010_M001": 220,
      "b22010_E002": 134,
      "b22010_M002": 85,
      "b19013_E001": 116023,
      "b19013_M001": 12339
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.77,
       "moe": 6.38,
       "numerator": 284,
       "denominator": 2224
      },
      "children_with_two_parents_pct": {
       "estimate": 87.23,
       "moe": 10.76,
       "numerator": 1940,
       "denominator": 2224
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.0,
       "moe": 7.31,
       "numerator": 178,
       "denominator": 1271
      },
      "children_below_poverty_pct": {
       "estimate": 0.75,
       "moe": 1.78,
       "numerator": 17,
       "denominator": 2254
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.66,
       "moe": 5.73,
       "numerator": 4508,
       "denominator": 7956
      },
      "limited_english_households_pct": {
       "estimate": 0.39,
       "moe": 1.02,
       "numerator": 17,
       "denominator": 4363
      },
      "snap_households_pct": {
       "estimate": 3.32,
       "moe": 1.99,
       "numerator": 145,
       "denominator": 4363
      },
      "median_household_income": {
       "estimate": 117476,
       "moe": 13573.0
      },
      "own_children_under_18": {
       "estimate": 2224,
       "moe": 217.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2254,
       "moe": 325.6639372113529
      }
     },
     "lines": {
      "b23008_E001": 2224,
      "b23008_M001": 217,
      "b23008_E003": 862,
      "b23008_M003": 226,
      "b23008_E008": 88,
      "b23008_M008": 76,
      "b23008_E016": 1078,
      "b23008_M016": 205,
      "b23008_E021": 196,
      "b23008_M021": 123,
      "b11003_E001": 3030,
      "b11003_M001": 198,
      "b11003_E003": 1093,
      "b11003_M003": 183,
      "b11003_E010": 106,
      "b11003_M010": 81,
      "b11003_E016": 72,
      "b11003_M016": 54,
      "b17020_E001": 10888,
      "b17020_M001": 60,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 17,
      "b17020_M005": 27,
      "b17020_E011": 963,
      "b17020_M011": 234,
      "b17020_E012": 632,
      "b17020_M012": 143,
      "b17020_E013": 642,
      "b17020_M013": 171,
      "b15003_E001": 7956,
      "b15003_M001": 283,
      "b15003_E022": 2744,
      "b15003_M022": 316,
      "b15003_E023": 1361,
      "b15003_M023": 338,
      "b15003_E024": 323,
      "b15003_M024": 127,
      "b15003_E025": 80,
      "b15003_M025": 56,
      "c16002_E001": 4363,
      "c16002_M001": 247,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 17,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4363,
      "b22010_M001": 247,
      "b22010_E002": 145,
      "b22010_M002": 87,
      "b19013_E001": 117476,
      "b19013_M001": 13573
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.44,
       "moe": 7.19,
       "numerator": 356,
       "denominator": 2306
      },
      "children_with_two_parents_pct": {
       "estimate": 84.56,
       "moe": 12.13,
       "numerator": 1950,
       "denominator": 2306
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.87,
       "moe": 7.58,
       "numerator": 206,
       "denominator": 1298
      },
      "children_below_poverty_pct": {
       "estimate": 0.47,
       "moe": 1.53,
       "numerator": 11,
       "denominator": 2336
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.37,
       "moe": 6.04,
       "numerator": 4833,
       "denominator": 8141
      },
      "limited_english_households_pct": {
       "estimate": 0.18,
       "moe": 0.87,
       "numerator": 8,
       "denominator": 4457
      },
      "snap_households_pct": {
       "estimate": 2.13,
       "moe": 1.54,
       "numerator": 95,
       "denominator": 4457
      },
      "median_household_income": {
       "estimate": 120275,
       "moe": 13731.0
      },
      "own_children_under_18": {
       "estimate": 2306,
       "moe": 181.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2336,
       "moe": 359.87636765978397
      }
     },
     "lines": {
      "b23008_E001": 2306,
      "b23008_M001": 181,
      "b23008_E003": 801,
      "b23008_M003": 245,
      "b23008_E008": 87,
      "b23008_M008": 78,
      "b23008_E016": 1149,
      "b23008_M016": 204,
      "b23008_E021": 269,
      "b23008_M021": 149,
      "b11003_E001": 3061,
      "b11003_M001": 236,
      "b11003_E003": 1092,
      "b11003_M003": 182,
      "b11003_E010": 123,
      "b11003_M010": 81,
      "b11003_E016": 83,
      "b11003_M016": 65,
      "b17020_E001": 11063,
      "b17020_M001": 67,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 11,
      "b17020_M005": 20,
      "b17020_E011": 907,
      "b17020_M011": 248,
      "b17020_E012": 739,
      "b17020_M012": 175,
      "b17020_E013": 679,
      "b17020_M013": 190,
      "b15003_E001": 8141,
      "b15003_M001": 234,
      "b15003_E022": 2908,
      "b15003_M022": 379,
      "b15003_E023": 1379,
      "b15003_M023": 299,
      "b15003_E024": 441,
      "b15003_M024": 148,
      "b15003_E025": 105,
      "b15003_M025": 77,
      "c16002_E001": 4457,
      "c16002_M001": 252,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 8,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4457,
      "b22010_M001": 252,
      "b22010_E002": 95,
      "b22010_M002": 69,
      "b19013_E001": 120275,
      "b19013_M001": 13731
     }
    }
   }
  },
  "0901710": {
   "name": "Greenwich School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901710",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.11,
       "moe": 3.13,
       "numerator": 2819,
       "denominator": 16476
      },
      "children_with_two_parents_pct": {
       "estimate": 82.89,
       "moe": 3.55,
       "numerator": 13657,
       "denominator": 16476
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.3,
       "moe": 3.78,
       "numerator": 1494,
       "denominator": 8165
      },
      "children_below_poverty_pct": {
       "estimate": 5.09,
       "moe": 1.33,
       "numerator": 851,
       "denominator": 16713
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 70.55,
       "moe": 2.57,
       "numerator": 30135,
       "denominator": 42713
      },
      "limited_english_households_pct": {
       "estimate": 4.19,
       "moe": 1.14,
       "numerator": 947,
       "denominator": 22620
      },
      "snap_households_pct": {
       "estimate": 3.2,
       "moe": 1.4,
       "numerator": 723,
       "denominator": 22620
      },
      "median_household_income": {
       "estimate": 180447,
       "moe": 17209.0
      },
      "own_children_under_18": {
       "estimate": 16476,
       "moe": 685.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16713,
       "moe": 935.140631135232
      }
     },
     "lines": {
      "b23008_E001": 16476,
      "b23008_M001": 685,
      "b23008_E003": 3804,
      "b23008_M003": 503,
      "b23008_E008": 451,
      "b23008_M008": 180,
      "b23008_E016": 9853,
      "b23008_M016": 642,
      "b23008_E021": 2368,
      "b23008_M021": 498,
      "b11003_E001": 16704,
      "b11003_M001": 405,
      "b11003_E003": 6671,
      "b11003_M003": 384,
      "b11003_E010": 337,
      "b11003_M010": 117,
      "b11003_E016": 1157,
      "b11003_M016": 300,
      "b17020_E001": 63028,
      "b17020_M001": 218,
      "b17020_E003": 228,
      "b17020_M003": 151,
      "b17020_E004": 265,
      "b17020_M004": 113,
      "b17020_E005": 358,
      "b17020_M005": 128,
      "b17020_E011": 4124,
      "b17020_M011": 511,
      "b17020_E012": 5685,
      "b17020_M012": 577,
      "b17020_E013": 6053,
      "b17020_M013": 478,
      "b15003_E001": 42713,
      "b15003_M001": 741,
      "b15003_E022": 14798,
      "b15003_M022": 822,
      "b15003_E023": 11046,
      "b15003_M023": 755,
      "b15003_E024": 3110,
      "b15003_M024": 404,
      "b15003_E025": 1181,
      "b15003_M025": 261,
      "c16002_E001": 22620,
      "c16002_M001": 458,
      "c16002_E004": 418,
      "c16002_M004": 167,
      "c16002_E007": 334,
      "c16002_M007": 177,
      "c16002_E010": 174,
      "c16002_M010": 81,
      "c16002_E013": 21,
      "c16002_M013": 27,
      "b22010_E001": 22620,
      "b22010_M001": 458,
      "b22010_E002": 723,
      "b22010_M002": 317,
      "b19013_E001": 180447,
      "b19013_M001": 17209
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.39,
       "moe": 3.43,
       "numerator": 2625,
       "denominator": 16016
      },
      "children_with_two_parents_pct": {
       "estimate": 83.61,
       "moe": 3.47,
       "numerator": 13391,
       "denominator": 16016
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.03,
       "moe": 3.5,
       "numerator": 1483,
       "denominator": 8226
      },
      "children_below_poverty_pct": {
       "estimate": 4.68,
       "moe": 1.5,
       "numerator": 762,
       "denominator": 16281
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.07,
       "moe": 2.34,
       "numerator": 30399,
       "denominator": 42773
      },
      "limited_english_households_pct": {
       "estimate": 4.28,
       "moe": 1.2,
       "numerator": 970,
       "denominator": 22662
      },
      "snap_households_pct": {
       "estimate": 3.2,
       "moe": 1.25,
       "numerator": 726,
       "denominator": 22662
      },
      "median_household_income": {
       "estimate": 185850,
       "moe": 15590.0
      },
      "own_children_under_18": {
       "estimate": 16016,
       "moe": 719.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16281,
       "moe": 892.3424230641508
      }
     },
     "lines": {
      "b23008_E001": 16016,
      "b23008_M001": 719,
      "b23008_E003": 4032,
      "b23008_M003": 488,
      "b23008_E008": 433,
      "b23008_M008": 172,
      "b23008_E016": 9359,
      "b23008_M016": 657,
      "b23008_E021": 2192,
      "b23008_M021": 535,
      "b11003_E001": 16848,
      "b11003_M001": 388,
      "b11003_E003": 6743,
      "b11003_M003": 378,
      "b11003_E010": 234,
      "b11003_M010": 92,
      "b11003_E016": 1249,
      "b11003_M016": 286,
      "b17020_E001": 63084,
      "b17020_M001": 53,
      "b17020_E003": 249,
      "b17020_M003": 150,
      "b17020_E004": 215,
      "b17020_M004": 108,
      "b17020_E005": 298,
      "b17020_M005": 165,
      "b17020_E011": 4318,
      "b17020_M011": 517,
      "b17020_E012": 5036,
      "b17020_M012": 451,
      "b17020_E013": 6165,
      "b17020_M013": 514,
      "b15003_E001": 42773,
      "b15003_M001": 679,
      "b15003_E022": 14693,
      "b15003_M022": 737,
      "b15003_E023": 10953,
      "b15003_M023": 702,
      "b15003_E024": 3524,
      "b15003_M024": 383,
      "b15003_E025": 1229,
      "b15003_M025": 233,
      "c16002_E001": 22662,
      "c16002_M001": 509,
      "c16002_E004": 456,
      "c16002_M004": 186,
      "c16002_E007": 338,
      "c16002_M007": 180,
      "c16002_E010": 176,
      "c16002_M010": 81,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 22662,
      "b22010_M001": 509,
      "b22010_E002": 726,
      "b22010_M002": 283,
      "b19013_E001": 185850,
      "b19013_M001": 15590
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.65,
       "moe": 3.75,
       "numerator": 2974,
       "denominator": 15944
      },
      "children_with_two_parents_pct": {
       "estimate": 81.35,
       "moe": 4.34,
       "numerator": 12970,
       "denominator": 15944
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.24,
       "moe": 4.13,
       "numerator": 1543,
       "denominator": 8020
      },
      "children_below_poverty_pct": {
       "estimate": 5.96,
       "moe": 1.65,
       "numerator": 965,
       "denominator": 16190
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.36,
       "moe": 2.55,
       "numerator": 31022,
       "denominator": 42871
      },
      "limited_english_households_pct": {
       "estimate": 3.98,
       "moe": 1.14,
       "numerator": 908,
       "denominator": 22800
      },
      "snap_households_pct": {
       "estimate": 3.48,
       "moe": 1.42,
       "numerator": 794,
       "denominator": 22800
      },
      "median_household_income": {
       "estimate": 198458,
       "moe": 13554.0
      },
      "own_children_under_18": {
       "estimate": 15944,
       "moe": 760.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16190,
       "moe": 942.3284989853591
      }
     },
     "lines": {
      "b23008_E001": 15944,
      "b23008_M001": 760,
      "b23008_E003": 4269,
      "b23008_M003": 527,
      "b23008_E008": 685,
      "b23008_M008": 210,
      "b23008_E016": 8701,
      "b23008_M016": 764,
      "b23008_E021": 2289,
      "b23008_M021": 577,
      "b11003_E001": 16576,
      "b11003_M001": 404,
      "b11003_E003": 6477,
      "b11003_M003": 482,
      "b11003_E010": 308,
      "b11003_M010": 128,
      "b11003_E016": 1235,
      "b11003_M016": 326,
      "b17020_E001": 63137,
      "b17020_M001": 40,
      "b17020_E003": 257,
      "b17020_M003": 174,
      "b17020_E004": 320,
      "b17020_M004": 130,
      "b17020_E005": 388,
      "b17020_M005": 166,
      "b17020_E011": 4799,
      "b17020_M011": 553,
      "b17020_E012": 4578,
      "b17020_M012": 561,
      "b17020_E013": 5848,
      "b17020_M013": 439,
      "b15003_E001": 42871,
      "b15003_M001": 675,
      "b15003_E022": 14962,
      "b15003_M022": 833,
      "b15003_E023": 11328,
      "b15003_M023": 722,
      "b15003_E024": 3448,
      "b15003_M024": 410,
      "b15003_E025": 1284,
      "b15003_M025": 220,
      "c16002_E001": 22800,
      "c16002_M001": 544,
      "c16002_E004": 438,
      "c16002_M004": 174,
      "c16002_E007": 269,
      "c16002_M007": 173,
      "c16002_E010": 184,
      "c16002_M010": 83,
      "c16002_E013": 17,
      "c16002_M013": 29,
      "b22010_E001": 22800,
      "b22010_M001": 544,
      "b22010_E002": 794,
      "b22010_M002": 325,
      "b19013_E001": 198458,
      "b19013_M001": 13554
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.98,
       "moe": 3.78,
       "numerator": 3019,
       "denominator": 15909
      },
      "children_with_two_parents_pct": {
       "estimate": 81.02,
       "moe": 4.59,
       "numerator": 12890,
       "denominator": 15909
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.85,
       "moe": 4.38,
       "numerator": 1502,
       "denominator": 7968
      },
      "children_below_poverty_pct": {
       "estimate": 7.13,
       "moe": 2.38,
       "numerator": 1157,
       "denominator": 16235
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.54,
       "moe": 2.27,
       "numerator": 31434,
       "denominator": 43336
      },
      "limited_english_households_pct": {
       "estimate": 4.6,
       "moe": 1.38,
       "numerator": 1062,
       "denominator": 23094
      },
      "snap_households_pct": {
       "estimate": 3.45,
       "moe": 1.21,
       "numerator": 796,
       "denominator": 23094
      },
      "median_household_income": {
       "estimate": 206130,
       "moe": 13918.0
      },
      "own_children_under_18": {
       "estimate": 15909,
       "moe": 719.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16235,
       "moe": 1113.0588483993108
      }
     },
     "lines": {
      "b23008_E001": 15909,
      "b23008_M001": 719,
      "b23008_E003": 4420,
      "b23008_M003": 664,
      "b23008_E008": 694,
      "b23008_M008": 215,
      "b23008_E016": 8470,
      "b23008_M016": 657,
      "b23008_E021": 2325,
      "b23008_M021": 578,
      "b11003_E001": 16853,
      "b11003_M001": 456,
      "b11003_E003": 6466,
      "b11003_M003": 427,
      "b11003_E010": 267,
      "b11003_M010": 127,
      "b11003_E016": 1235,
      "b11003_M016": 342,
      "b17020_E001": 63351,
      "b17020_M001": 178,
      "b17020_E003": 296,
      "b17020_M003": 182,
      "b17020_E004": 448,
      "b17020_M004": 289,
      "b17020_E005": 413,
      "b17020_M005": 197,
      "b17020_E011": 4985,
      "b17020_M011": 697,
      "b17020_E012": 4306,
      "b17020_M012": 559,
      "b17020_E013": 5787,
      "b17020_M013": 534,
      "b15003_E001": 43336,
      "b15003_M001": 797,
      "b15003_E022": 14858,
      "b15003_M022": 807,
      "b15003_E023": 11447,
      "b15003_M023": 590,
      "b15003_E024": 3717,
      "b15003_M024": 476,
      "b15003_E025": 1412,
      "b15003_M025": 272,
      "c16002_E001": 23094,
      "c16002_M001": 564,
      "c16002_E004": 581,
      "c16002_M004": 250,
      "c16002_E007": 332,
      "c16002_M007": 179,
      "c16002_E010": 132,
      "c16002_M010": 87,
      "c16002_E013": 17,
      "c16002_M013": 23,
      "b22010_E001": 23094,
      "b22010_M001": 564,
      "b22010_E002": 796,
      "b22010_M002": 279,
      "b19013_E001": 206130,
      "b19013_M001": 13918
     }
    }
   }
  },
  "0901740": {
   "name": "Griswold School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901740",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 53.48,
       "moe": 10.09,
       "numerator": 1314,
       "denominator": 2457
      },
      "children_with_two_parents_pct": {
       "estimate": 46.52,
       "moe": 11.31,
       "numerator": 1143,
       "denominator": 2457
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.22,
       "moe": 10.51,
       "numerator": 733,
       "denominator": 1431
      },
      "children_below_poverty_pct": {
       "estimate": 4.13,
       "moe": 3.28,
       "numerator": 102,
       "denominator": 2469
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 16.95,
       "moe": 3.46,
       "numerator": 1385,
       "denominator": 8170
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.86,
       "numerator": 0,
       "denominator": 4885
      },
      "snap_households_pct": {
       "estimate": 12.08,
       "moe": 3.15,
       "numerator": 590,
       "denominator": 4885
      },
      "median_household_income": {
       "estimate": 66524,
       "moe": 7229.0
      },
      "own_children_under_18": {
       "estimate": 2457,
       "moe": 375.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2469,
       "moe": 401.51587764371163
      }
     },
     "lines": {
      "b23008_E001": 2457,
      "b23008_M001": 375,
      "b23008_E003": 342,
      "b23008_M003": 185,
      "b23008_E008": 306,
      "b23008_M008": 176,
      "b23008_E016": 801,
      "b23008_M016": 271,
      "b23008_E021": 1008,
      "b23008_M021": 266,
      "b11003_E001": 3400,
      "b11003_M001": 286,
      "b11003_E003": 698,
      "b11003_M003": 200,
      "b11003_E010": 135,
      "b11003_M010": 121,
      "b11003_E016": 598,
      "b11003_M016": 174,
      "b17020_E001": 11448,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 24,
      "b17020_M004": 28,
      "b17020_E005": 78,
      "b17020_M005": 75,
      "b17020_E011": 648,
      "b17020_M011": 236,
      "b17020_E012": 717,
      "b17020_M012": 205,
      "b17020_E013": 1002,
      "b17020_M013": 238,
      "b15003_E001": 8170,
      "b15003_M001": 481,
      "b15003_E022": 849,
      "b15003_M022": 218,
      "b15003_E023": 377,
      "b15003_M023": 177,
      "b15003_E024": 46,
      "b15003_M024": 58,
      "b15003_E025": 113,
      "b15003_M025": 67,
      "c16002_E001": 4885,
      "c16002_M001": 356,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4885,
      "b22010_M001": 356,
      "b22010_E002": 590,
      "b22010_M002": 160,
      "b19013_E001": 66524,
      "b19013_M001": 7229
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 48.75,
       "moe": 11.25,
       "numerator": 1035,
       "denominator": 2123
      },
      "children_with_two_parents_pct": {
       "estimate": 51.25,
       "moe": 9.31,
       "numerator": 1088,
       "denominator": 2123
      },
      "one_parent_families_with_children_pct": {
       "estimate": 49.63,
       "moe": 13.3,
       "numerator": 611,
       "denominator": 1231
      },
      "children_below_poverty_pct": {
       "estimate": 3.49,
       "moe": 3.95,
       "numerator": 74,
       "denominator": 2123
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.18,
       "moe": 3.3,
       "numerator": 1487,
       "denominator": 8657
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.86,
       "numerator": 0,
       "denominator": 4884
      },
      "snap_households_pct": {
       "estimate": 13.78,
       "moe": 3.56,
       "numerator": 673,
       "denominator": 4884
      },
      "median_household_income": {
       "estimate": 74207,
       "moe": 11603.0
      },
      "own_children_under_18": {
       "estimate": 2123,
       "moe": 344.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2123,
       "moe": 376.6072224480035
      }
     },
     "lines": {
      "b23008_E001": 2123,
      "b23008_M001": 344,
      "b23008_E003": 269,
      "b23008_M003": 112,
      "b23008_E008": 134,
      "b23008_M008": 113,
      "b23008_E016": 819,
      "b23008_M016": 240,
      "b23008_E021": 901,
      "b23008_M021": 269,
      "b11003_E001": 3387,
      "b11003_M001": 275,
      "b11003_E003": 620,
      "b11003_M003": 166,
      "b11003_E010": 147,
      "b11003_M010": 100,
      "b11003_E016": 464,
      "b11003_M016": 186,
      "b17020_E001": 11484,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 26,
      "b17020_M004": 29,
      "b17020_E005": 48,
      "b17020_M005": 77,
      "b17020_E011": 403,
      "b17020_M011": 146,
      "b17020_E012": 809,
      "b17020_M012": 215,
      "b17020_E013": 837,
      "b17020_M013": 259,
      "b15003_E001": 8657,
      "b15003_M001": 367,
      "b15003_E022": 941,
      "b15003_M022": 216,
      "b15003_E023": 452,
      "b15003_M023": 181,
      "b15003_E024": 29,
      "b15003_M024": 49,
      "b15003_E025": 65,
      "b15003_M025": 62,
      "c16002_E001": 4884,
      "c16002_M001": 308,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4884,
      "b22010_M001": 308,
      "b22010_E002": 673,
      "b22010_M002": 179,
      "b19013_E001": 74207,
      "b19013_M001": 11603
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.37,
       "moe": 11.6,
       "numerator": 972,
       "denominator": 2096
      },
      "children_with_two_parents_pct": {
       "estimate": 53.63,
       "moe": 10.56,
       "numerator": 1124,
       "denominator": 2096
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.63,
       "moe": 10.56,
       "numerator": 562,
       "denominator": 1180
      },
      "children_below_poverty_pct": {
       "estimate": 4.67,
       "moe": 3.35,
       "numerator": 99,
       "denominator": 2118
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.91,
       "moe": 3.12,
       "numerator": 1530,
       "denominator": 8544
      },
      "limited_english_households_pct": {
       "estimate": 0.2,
       "moe": 0.81,
       "numerator": 10,
       "denominator": 4901
      },
      "snap_households_pct": {
       "estimate": 14.04,
       "moe": 3.96,
       "numerator": 688,
       "denominator": 4901
      },
      "median_household_income": {
       "estimate": 80694,
       "moe": 10744.0
      },
      "own_children_under_18": {
       "estimate": 2096,
       "moe": 352.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2118,
       "moe": 382.85245199684954
      }
     },
     "lines": {
      "b23008_E001": 2096,
      "b23008_M001": 352,
      "b23008_E003": 381,
      "b23008_M003": 138,
      "b23008_E008": 46,
      "b23008_M008": 63,
      "b23008_E016": 743,
      "b23008_M016": 256,
      "b23008_E021": 926,
      "b23008_M021": 286,
      "b11003_E001": 3289,
      "b11003_M001": 263,
      "b11003_E003": 618,
      "b11003_M003": 138,
      "b11003_E010": 160,
      "b11003_M010": 66,
      "b11003_E016": 402,
      "b11003_M016": 146,
      "b17020_E001": 11482,
      "b17020_M001": 25,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 53,
      "b17020_M004": 50,
      "b17020_E005": 46,
      "b17020_M005": 49,
      "b17020_E011": 427,
      "b17020_M011": 152,
      "b17020_E012": 705,
      "b17020_M012": 239,
      "b17020_E013": 887,
      "b17020_M013": 247,
      "b15003_E001": 8544,
      "b15003_M001": 408,
      "b15003_E022": 968,
      "b15003_M022": 212,
      "b15003_E023": 460,
      "b15003_M023": 158,
      "b15003_E024": 45,
      "b15003_M024": 54,
      "b15003_E025": 57,
      "b15003_M025": 59,
      "c16002_E001": 4901,
      "c16002_M001": 312,
      "c16002_E004": 10,
      "c16002_M004": 16,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4901,
      "b22010_M001": 312,
      "b22010_E002": 688,
      "b22010_M002": 199,
      "b19013_E001": 80694,
      "b19013_M001": 10744
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.73,
       "moe": 13.24,
       "numerator": 896,
       "denominator": 2097
      },
      "children_with_two_parents_pct": {
       "estimate": 57.27,
       "moe": 11.6,
       "numerator": 1201,
       "denominator": 2097
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.17,
       "moe": 10.4,
       "numerator": 612,
       "denominator": 1196
      },
      "children_below_poverty_pct": {
       "estimate": 5.21,
       "moe": 4.01,
       "numerator": 111,
       "denominator": 2131
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.88,
       "moe": 4.02,
       "numerator": 1681,
       "denominator": 8455
      },
      "limited_english_households_pct": {
       "estimate": 0.94,
       "moe": 1.35,
       "numerator": 46,
       "denominator": 4890
      },
      "snap_households_pct": {
       "estimate": 12.74,
       "moe": 4.62,
       "numerator": 623,
       "denominator": 4890
      },
      "median_household_income": {
       "estimate": 78719,
       "moe": 11234.0
      },
      "own_children_under_18": {
       "estimate": 2097,
       "moe": 283.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2131,
       "moe": 388.02319518296844
      }
     },
     "lines": {
      "b23008_E001": 2097,
      "b23008_M001": 283,
      "b23008_E003": 395,
      "b23008_M003": 161,
      "b23008_E008": 42,
      "b23008_M008": 59,
      "b23008_E016": 806,
      "b23008_M016": 244,
      "b23008_E021": 854,
      "b23008_M021": 297,
      "b11003_E001": 3256,
      "b11003_M001": 284,
      "b11003_E003": 584,
      "b11003_M003": 126,
      "b11003_E010": 195,
      "b11003_M010": 82,
      "b11003_E016": 417,
      "b11003_M016": 141,
      "b17020_E001": 11529,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 52,
      "b17020_M004": 54,
      "b17020_E005": 59,
      "b17020_M005": 66,
      "b17020_E011": 437,
      "b17020_M011": 162,
      "b17020_E012": 799,
      "b17020_M012": 219,
      "b17020_E013": 784,
      "b17020_M013": 262,
      "b15003_E001": 8455,
      "b15003_M001": 359,
      "b15003_E022": 1061,
      "b15003_M022": 287,
      "b15003_E023": 503,
      "b15003_M023": 180,
      "b15003_E024": 56,
      "b15003_M024": 48,
      "b15003_E025": 61,
      "b15003_M025": 58,
      "c16002_E001": 4890,
      "c16002_M001": 302,
      "c16002_E004": 11,
      "c16002_M004": 19,
      "c16002_E007": 35,
      "c16002_M007": 56,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4890,
      "b22010_M001": 302,
      "b22010_E002": 623,
      "b22010_M002": 229,
      "b19013_E001": 78719,
      "b19013_M001": 11234
     }
    }
   }
  },
  "0901770": {
   "name": "Groton School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901770",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.75,
       "moe": 6.73,
       "numerator": 2813,
       "denominator": 7076
      },
      "children_with_two_parents_pct": {
       "estimate": 60.25,
       "moe": 5.4,
       "numerator": 4263,
       "denominator": 7076
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.04,
       "moe": 6.78,
       "numerator": 1465,
       "denominator": 4065
      },
      "children_below_poverty_pct": {
       "estimate": 15.74,
       "moe": 5.15,
       "numerator": 1139,
       "denominator": 7237
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.65,
       "moe": 2.66,
       "numerator": 9877,
       "denominator": 25556
      },
      "limited_english_households_pct": {
       "estimate": 2.05,
       "moe": 0.85,
       "numerator": 329,
       "denominator": 16043
      },
      "snap_households_pct": {
       "estimate": 11.26,
       "moe": 2.39,
       "numerator": 1807,
       "denominator": 16043
      },
      "median_household_income": {
       "estimate": 73999,
       "moe": 4334.0
      },
      "own_children_under_18": {
       "estimate": 7076,
       "moe": 579.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7237,
       "moe": 719.2357054540604
      }
     },
     "lines": {
      "b23008_E001": 7076,
      "b23008_M001": 579,
      "b23008_E003": 1635,
      "b23008_M003": 338,
      "b23008_E008": 976,
      "b23008_M008": 374,
      "b23008_E016": 2628,
      "b23008_M016": 392,
      "b23008_E021": 1837,
      "b23008_M021": 374,
      "b11003_E001": 9685,
      "b11003_M001": 524,
      "b11003_E003": 2600,
      "b11003_M003": 400,
      "b11003_E010": 216,
      "b11003_M010": 137,
      "b11003_E016": 1249,
      "b11003_M016": 304,
      "b17020_E001": 35749,
      "b17020_M001": 770,
      "b17020_E003": 408,
      "b17020_M003": 244,
      "b17020_E004": 334,
      "b17020_M004": 195,
      "b17020_E005": 397,
      "b17020_M005": 233,
      "b17020_E011": 2212,
      "b17020_M011": 375,
      "b17020_E012": 1800,
      "b17020_M012": 299,
      "b17020_E013": 2086,
      "b17020_M013": 368,
      "b15003_E001": 25556,
      "b15003_M001": 876,
      "b15003_E022": 5435,
      "b15003_M022": 535,
      "b15003_E023": 3225,
      "b15003_M023": 473,
      "b15003_E024": 645,
      "b15003_M024": 150,
      "b15003_E025": 572,
      "b15003_M025": 213,
      "c16002_E001": 16043,
      "c16002_M001": 652,
      "c16002_E004": 65,
      "c16002_M004": 58,
      "c16002_E007": 155,
      "c16002_M007": 93,
      "c16002_E010": 109,
      "c16002_M010": 76,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 16043,
      "b22010_M001": 652,
      "b22010_E002": 1807,
      "b22010_M002": 391,
      "b19013_E001": 73999,
      "b19013_M001": 4334
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.71,
       "moe": 7.01,
       "numerator": 2591,
       "denominator": 6870
      },
      "children_with_two_parents_pct": {
       "estimate": 62.29,
       "moe": 6.85,
       "numerator": 4279,
       "denominator": 6870
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.14,
       "moe": 7.06,
       "numerator": 1438,
       "denominator": 3979
      },
      "children_below_poverty_pct": {
       "estimate": 12.35,
       "moe": 4.72,
       "numerator": 868,
       "denominator": 7028
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.61,
       "moe": 2.58,
       "numerator": 10548,
       "denominator": 26627
      },
      "limited_english_households_pct": {
       "estimate": 2.06,
       "moe": 0.8,
       "numerator": 337,
       "denominator": 16391
      },
      "snap_households_pct": {
       "estimate": 9.88,
       "moe": 2.37,
       "numerator": 1619,
       "denominator": 16391
      },
      "median_household_income": {
       "estimate": 82149,
       "moe": 3866.0
      },
      "own_children_under_18": {
       "estimate": 6870,
       "moe": 523.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7028,
       "moe": 711.6923492633597
      }
     },
     "lines": {
      "b23008_E001": 6870,
      "b23008_M001": 523,
      "b23008_E003": 1716,
      "b23008_M003": 377,
      "b23008_E008": 766,
      "b23008_M008": 339,
      "b23008_E016": 2563,
      "b23008_M016": 431,
      "b23008_E021": 1825,
      "b23008_M021": 395,
      "b11003_E001": 9715,
      "b11003_M001": 538,
      "b11003_E003": 2541,
      "b11003_M003": 389,
      "b11003_E010": 297,
      "b11003_M010": 125,
      "b11003_E016": 1141,
      "b11003_M016": 313,
      "b17020_E001": 36406,
      "b17020_M001": 136,
      "b17020_E003": 199,
      "b17020_M003": 181,
      "b17020_E004": 266,
      "b17020_M004": 127,
      "b17020_E005": 403,
      "b17020_M005": 262,
      "b17020_E011": 2293,
      "b17020_M011": 426,
      "b17020_E012": 1845,
      "b17020_M012": 314,
      "b17020_E013": 2022,
      "b17020_M013": 330,
      "b15003_E001": 26627,
      "b15003_M001": 759,
      "b15003_E022": 6029,
      "b15003_M022": 518,
      "b15003_E023": 3160,
      "b15003_M023": 446,
      "b15003_E024": 823,
      "b15003_M024": 231,
      "b15003_E025": 536,
      "b15003_M025": 200,
      "c16002_E001": 16391,
      "c16002_M001": 505,
      "c16002_E004": 68,
      "c16002_M004": 63,
      "c16002_E007": 162,
      "c16002_M007": 91,
      "c16002_E010": 107,
      "c16002_M010": 66,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 16391,
      "b22010_M001": 505,
      "b22010_E002": 1619,
      "b22010_M002": 392,
      "b19013_E001": 82149,
      "b19013_M001": 3866
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.24,
       "moe": 7.51,
       "numerator": 2281,
       "denominator": 6662
      },
      "children_with_two_parents_pct": {
       "estimate": 65.76,
       "moe": 5.78,
       "numerator": 4381,
       "denominator": 6662
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.3,
       "moe": 5.0,
       "numerator": 1299,
       "denominator": 3787
      },
      "children_below_poverty_pct": {
       "estimate": 13.54,
       "moe": 4.6,
       "numerator": 933,
       "denominator": 6893
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.2,
       "moe": 2.78,
       "numerator": 11137,
       "denominator": 26392
      },
      "limited_english_households_pct": {
       "estimate": 1.96,
       "moe": 0.84,
       "numerator": 324,
       "denominator": 16499
      },
      "snap_households_pct": {
       "estimate": 11.59,
       "moe": 2.48,
       "numerator": 1913,
       "denominator": 16499
      },
      "median_household_income": {
       "estimate": 83547,
       "moe": 4192.0
      },
      "own_children_under_18": {
       "estimate": 6662,
       "moe": 481.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6893,
       "moe": 693.7182425163692
      }
     },
     "lines": {
      "b23008_E001": 6662,
      "b23008_M001": 481,
      "b23008_E003": 1730,
      "b23008_M003": 325,
      "b23008_E008": 647,
      "b23008_M008": 317,
      "b23008_E016": 2651,
      "b23008_M016": 378,
      "b23008_E021": 1634,
      "b23008_M021": 421,
      "b11003_E001": 9788,
      "b11003_M001": 443,
      "b11003_E003": 2488,
      "b11003_M003": 400,
      "b11003_E010": 232,
      "b11003_M010": 111,
      "b11003_E016": 1067,
      "b11003_M016": 223,
      "b17020_E001": 36323,
      "b17020_M001": 125,
      "b17020_E003": 247,
      "b17020_M003": 217,
      "b17020_E004": 329,
      "b17020_M004": 185,
      "b17020_E005": 357,
      "b17020_M005": 167,
      "b17020_E011": 2189,
      "b17020_M011": 388,
      "b17020_E012": 1771,
      "b17020_M012": 287,
      "b17020_E013": 2000,
      "b17020_M013": 373,
      "b15003_E001": 26392,
      "b15003_M001": 761,
      "b15003_E022": 6219,
      "b15003_M022": 533,
      "b15003_E023": 3412,
      "b15003_M023": 497,
      "b15003_E024": 928,
      "b15003_M024": 262,
      "b15003_E025": 578,
      "b15003_M025": 205,
      "c16002_E001": 16499,
      "c16002_M001": 509,
      "c16002_E004": 81,
      "c16002_M004": 68,
      "c16002_E007": 129,
      "c16002_M007": 94,
      "c16002_E010": 114,
      "c16002_M010": 71,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 16499,
      "b22010_M001": 509,
      "b22010_E002": 1913,
      "b22010_M002": 414,
      "b19013_E001": 83547,
      "b19013_M001": 4192
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.27,
       "moe": 8.77,
       "numerator": 2606,
       "denominator": 6810
      },
      "children_with_two_parents_pct": {
       "estimate": 61.73,
       "moe": 5.33,
       "numerator": 4204,
       "denominator": 6810
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.1,
       "moe": 6.86,
       "numerator": 1312,
       "denominator": 3847
      },
      "children_below_poverty_pct": {
       "estimate": 15.24,
       "moe": 5.05,
       "numerator": 1064,
       "denominator": 6983
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.75,
       "moe": 3.01,
       "numerator": 11331,
       "denominator": 26508
      },
      "limited_english_households_pct": {
       "estimate": 2.44,
       "moe": 1.04,
       "numerator": 399,
       "denominator": 16374
      },
      "snap_households_pct": {
       "estimate": 10.9,
       "moe": 2.16,
       "numerator": 1784,
       "denominator": 16374
      },
      "median_household_income": {
       "estimate": 88284,
       "moe": 5289.0
      },
      "own_children_under_18": {
       "estimate": 6810,
       "moe": 537.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6983,
       "moe": 729.9397235388686
      }
     },
     "lines": {
      "b23008_E001": 6810,
      "b23008_M001": 537,
      "b23008_E003": 1764,
      "b23008_M003": 347,
      "b23008_E008": 759,
      "b23008_M008": 379,
      "b23008_E016": 2440,
      "b23008_M016": 348,
      "b23008_E021": 1847,
      "b23008_M021": 505,
      "b11003_E001": 9757,
      "b11003_M001": 489,
      "b11003_E003": 2535,
      "b11003_M003": 357,
      "b11003_E010": 245,
      "b11003_M010": 122,
      "b11003_E016": 1067,
      "b11003_M016": 284,
      "b17020_E001": 36499,
      "b17020_M001": 127,
      "b17020_E003": 388,
      "b17020_M003": 274,
      "b17020_E004": 276,
      "b17020_M004": 177,
      "b17020_E005": 400,
      "b17020_M005": 174,
      "b17020_E011": 2198,
      "b17020_M011": 385,
      "b17020_E012": 1672,
      "b17020_M012": 359,
      "b17020_E013": 2049,
      "b17020_M013": 345,
      "b15003_E001": 26508,
      "b15003_M001": 717,
      "b15003_E022": 6350,
      "b15003_M022": 647,
      "b15003_E023": 3360,
      "b15003_M023": 464,
      "b15003_E024": 939,
      "b15003_M024": 237,
      "b15003_E025": 682,
      "b15003_M025": 202,
      "c16002_E001": 16374,
      "c16002_M001": 541,
      "c16002_E004": 218,
      "c16002_M004": 130,
      "c16002_E007": 91,
      "c16002_M007": 84,
      "c16002_E010": 90,
      "c16002_M010": 65,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 16374,
      "b22010_M001": 541,
      "b22010_E002": 1784,
      "b22010_M002": 359,
      "b19013_E001": 88284,
      "b19013_M001": 5289
     }
    }
   }
  },
  "0901800": {
   "name": "Guilford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901800",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 8.49,
       "moe": 3.3,
       "numerator": 394,
       "denominator": 4643
      },
      "children_with_two_parents_pct": {
       "estimate": 91.51,
       "moe": 7.39,
       "numerator": 4249,
       "denominator": 4643
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.26,
       "moe": 4.9,
       "numerator": 296,
       "denominator": 2414
      },
      "children_below_poverty_pct": {
       "estimate": 2.36,
       "moe": 1.86,
       "numerator": 111,
       "denominator": 4700
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.07,
       "moe": 4.03,
       "numerator": 9481,
       "denominator": 16051
      },
      "limited_english_households_pct": {
       "estimate": 3.34,
       "moe": 2.52,
       "numerator": 289,
       "denominator": 8665
      },
      "snap_households_pct": {
       "estimate": 3.08,
       "moe": 1.18,
       "numerator": 267,
       "denominator": 8665
      },
      "median_household_income": {
       "estimate": 115171,
       "moe": 7471.0
      },
      "own_children_under_18": {
       "estimate": 4643,
       "moe": 370.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4700,
       "moe": 507.9842517244014
      }
     },
     "lines": {
      "b23008_E001": 4643,
      "b23008_M001": 370,
      "b23008_E003": 1357,
      "b23008_M003": 282,
      "b23008_E008": 12,
      "b23008_M008": 20,
      "b23008_E016": 2892,
      "b23008_M016": 391,
      "b23008_E021": 382,
      "b23008_M021": 155,
      "b11003_E001": 6254,
      "b11003_M001": 280,
      "b11003_E003": 2118,
      "b11003_M003": 208,
      "b11003_E010": 57,
      "b11003_M010": 43,
      "b11003_E016": 239,
      "b11003_M016": 114,
      "b17020_E001": 21952,
      "b17020_M001": 110,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 111,
      "b17020_M005": 81,
      "b17020_E011": 1369,
      "b17020_M011": 282,
      "b17020_E012": 1284,
      "b17020_M012": 208,
      "b17020_E013": 1936,
      "b17020_M013": 357,
      "b15003_E001": 16051,
      "b15003_M001": 479,
      "b15003_E022": 4354,
      "b15003_M022": 499,
      "b15003_E023": 3070,
      "b15003_M023": 320,
      "b15003_E024": 1002,
      "b15003_M024": 248,
      "b15003_E025": 1055,
      "b15003_M025": 294,
      "c16002_E001": 8665,
      "c16002_M001": 368,
      "c16002_E004": 42,
      "c16002_M004": 45,
      "c16002_E007": 0,
      "c16002_M007": 25,
      "c16002_E010": 247,
      "c16002_M010": 211,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8665,
      "b22010_M001": 368,
      "b22010_E002": 267,
      "b22010_M002": 103,
      "b19013_E001": 115171,
      "b19013_M001": 7471
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.39,
       "moe": 5.98,
       "numerator": 648,
       "denominator": 4839
      },
      "children_with_two_parents_pct": {
       "estimate": 86.61,
       "moe": 8.27,
       "numerator": 4191,
       "denominator": 4839
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.94,
       "moe": 6.41,
       "numerator": 321,
       "denominator": 2303
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 1.64,
       "numerator": 83,
       "denominator": 4908
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.5,
       "moe": 3.82,
       "numerator": 9464,
       "denominator": 15905
      },
      "limited_english_households_pct": {
       "estimate": 1.84,
       "moe": 1.37,
       "numerator": 162,
       "denominator": 8786
      },
      "snap_households_pct": {
       "estimate": 2.56,
       "moe": 1.01,
       "numerator": 225,
       "denominator": 8786
      },
      "median_household_income": {
       "estimate": 124793,
       "moe": 7581.0
      },
      "own_children_under_18": {
       "estimate": 4839,
       "moe": 341.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4908,
       "moe": 597.620280780363
      }
     },
     "lines": {
      "b23008_E001": 4839,
      "b23008_M001": 341,
      "b23008_E003": 1060,
      "b23008_M003": 286,
      "b23008_E008": 40,
      "b23008_M008": 54,
      "b23008_E016": 3131,
      "b23008_M016": 407,
      "b23008_E021": 608,
      "b23008_M021": 288,
      "b11003_E001": 6482,
      "b11003_M001": 287,
      "b11003_E003": 1982,
      "b11003_M003": 213,
      "b11003_E010": 59,
      "b11003_M010": 52,
      "b11003_E016": 262,
      "b11003_M016": 143,
      "b17020_E001": 21884,
      "b17020_M001": 30,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 83,
      "b17020_M005": 73,
      "b17020_E011": 1100,
      "b17020_M011": 281,
      "b17020_E012": 1664,
      "b17020_M012": 293,
      "b17020_E013": 2061,
      "b17020_M013": 431,
      "b15003_E001": 15905,
      "b15003_M001": 427,
      "b15003_E022": 4408,
      "b15003_M022": 413,
      "b15003_E023": 3000,
      "b15003_M023": 390,
      "b15003_E024": 1072,
      "b15003_M024": 232,
      "b15003_E025": 984,
      "b15003_M025": 241,
      "c16002_E001": 8786,
      "c16002_M001": 289,
      "c16002_E004": 41,
      "c16002_M004": 42,
      "c16002_E007": 0,
      "c16002_M007": 25,
      "c16002_E010": 121,
      "c16002_M010": 107,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8786,
      "b22010_M001": 289,
      "b22010_E002": 225,
      "b22010_M002": 89,
      "b19013_E001": 124793,
      "b19013_M001": 7581
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.21,
       "moe": 5.34,
       "numerator": 717,
       "denominator": 4713
      },
      "children_with_two_parents_pct": {
       "estimate": 84.79,
       "moe": 7.07,
       "numerator": 3996,
       "denominator": 4713
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.34,
       "moe": 6.35,
       "numerator": 432,
       "denominator": 2356
      },
      "children_below_poverty_pct": {
       "estimate": 1.51,
       "moe": 1.02,
       "numerator": 72,
       "denominator": 4772
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.61,
       "moe": 3.87,
       "numerator": 9224,
       "denominator": 16012
      },
      "limited_english_households_pct": {
       "estimate": 1.95,
       "moe": 1.39,
       "numerator": 171,
       "denominator": 8770
      },
      "snap_households_pct": {
       "estimate": 2.92,
       "moe": 1.15,
       "numerator": 256,
       "denominator": 8770
      },
      "median_household_income": {
       "estimate": 130036,
       "moe": 10842.0
      },
      "own_children_under_18": {
       "estimate": 4713,
       "moe": 358.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4772,
       "moe": 521.5007190790824
      }
     },
     "lines": {
      "b23008_E001": 4713,
      "b23008_M001": 358,
      "b23008_E003": 1057,
      "b23008_M003": 260,
      "b23008_E008": 49,
      "b23008_M008": 54,
      "b23008_E016": 2939,
      "b23008_M016": 368,
      "b23008_E021": 668,
      "b23008_M021": 252,
      "b11003_E001": 6491,
      "b11003_M001": 315,
      "b11003_E003": 1924,
      "b11003_M003": 235,
      "b11003_E010": 137,
      "b11003_M010": 74,
      "b11003_E016": 295,
      "b11003_M016": 140,
      "b17020_E001": 21905,
      "b17020_M001": 27,
      "b17020_E003": 9,
      "b17020_M003": 15,
      "b17020_E004": 9,
      "b17020_M004": 14,
      "b17020_E005": 54,
      "b17020_M005": 45,
      "b17020_E011": 1097,
      "b17020_M011": 259,
      "b17020_E012": 1659,
      "b17020_M012": 256,
      "b17020_E013": 1944,
      "b17020_M013": 370,
      "b15003_E001": 16012,
      "b15003_M001": 456,
      "b15003_E022": 4519,
      "b15003_M022": 476,
      "b15003_E023": 2733,
      "b15003_M023": 342,
      "b15003_E024": 1046,
      "b15003_M024": 222,
      "b15003_E025": 926,
      "b15003_M025": 246,
      "c16002_E001": 8770,
      "c16002_M001": 329,
      "c16002_E004": 7,
      "c16002_M004": 12,
      "c16002_E007": 36,
      "c16002_M007": 36,
      "c16002_E010": 128,
      "c16002_M010": 113,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8770,
      "b22010_M001": 329,
      "b22010_E002": 256,
      "b22010_M002": 101,
      "b19013_E001": 130036,
      "b19013_M001": 10842
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.59,
       "moe": 5.34,
       "numerator": 663,
       "denominator": 4543
      },
      "children_with_two_parents_pct": {
       "estimate": 85.41,
       "moe": 7.07,
       "numerator": 3880,
       "denominator": 4543
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.57,
       "moe": 6.46,
       "numerator": 422,
       "denominator": 2402
      },
      "children_below_poverty_pct": {
       "estimate": 0.76,
       "moe": 0.73,
       "numerator": 35,
       "denominator": 4606
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.55,
       "moe": 4.13,
       "numerator": 9820,
       "denominator": 16217
      },
      "limited_english_households_pct": {
       "estimate": 2.23,
       "moe": 1.42,
       "numerator": 198,
       "denominator": 8870
      },
      "snap_households_pct": {
       "estimate": 3.43,
       "moe": 1.45,
       "numerator": 304,
       "denominator": 8870
      },
      "median_household_income": {
       "estimate": 137816,
       "moe": 11388.0
      },
      "own_children_under_18": {
       "estimate": 4543,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4606,
       "moe": 533.9897002752019
      }
     },
     "lines": {
      "b23008_E001": 4543,
      "b23008_M001": 365,
      "b23008_E003": 1077,
      "b23008_M003": 280,
      "b23008_E008": 68,
      "b23008_M008": 52,
      "b23008_E016": 2803,
      "b23008_M016": 349,
      "b23008_E021": 595,
      "b23008_M021": 243,
      "b11003_E001": 6611,
      "b11003_M001": 296,
      "b11003_E003": 1980,
      "b11003_M003": 229,
      "b11003_E010": 113,
      "b11003_M010": 68,
      "b11003_E016": 309,
      "b11003_M016": 148,
      "b17020_E001": 21976,
      "b17020_M001": 29,
      "b17020_E003": 10,
      "b17020_M003": 15,
      "b17020_E004": 10,
      "b17020_M004": 17,
      "b17020_E005": 15,
      "b17020_M005": 25,
      "b17020_E011": 1135,
      "b17020_M011": 274,
      "b17020_E012": 1623,
      "b17020_M012": 267,
      "b17020_E013": 1813,
      "b17020_M013": 371,
      "b15003_E001": 16217,
      "b15003_M001": 482,
      "b15003_E022": 4482,
      "b15003_M022": 510,
      "b15003_E023": 2923,
      "b15003_M023": 360,
      "b15003_E024": 1260,
      "b15003_M024": 266,
      "b15003_E025": 1155,
      "b15003_M025": 272,
      "c16002_E001": 8870,
      "c16002_M001": 335,
      "c16002_E004": 6,
      "c16002_M004": 10,
      "c16002_E007": 34,
      "c16002_M007": 32,
      "c16002_E010": 158,
      "c16002_M010": 119,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8870,
      "b22010_M001": 335,
      "b22010_E002": 304,
      "b22010_M002": 129,
      "b19013_E001": 137816,
      "b19013_M001": 11388
     }
    }
   }
  },
  "0901860": {
   "name": "Hamden School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901860",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.3,
       "moe": 5.54,
       "numerator": 3877,
       "denominator": 10395
      },
      "children_with_two_parents_pct": {
       "estimate": 62.7,
       "moe": 4.13,
       "numerator": 6518,
       "denominator": 10395
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.99,
       "moe": 5.82,
       "numerator": 2120,
       "denominator": 5580
      },
      "children_below_poverty_pct": {
       "estimate": 10.31,
       "moe": 3.82,
       "numerator": 1132,
       "denominator": 10980
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.52,
       "moe": 2.37,
       "numerator": 18789,
       "denominator": 40392
      },
      "limited_english_households_pct": {
       "estimate": 2.92,
       "moe": 0.95,
       "numerator": 654,
       "denominator": 22403
      },
      "snap_households_pct": {
       "estimate": 9.75,
       "moe": 2.0,
       "numerator": 2185,
       "denominator": 22403
      },
      "median_household_income": {
       "estimate": 80779,
       "moe": 5722.0
      },
      "own_children_under_18": {
       "estimate": 10395,
       "moe": 784.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10980,
       "moe": 929.6122847725281
      }
     },
     "lines": {
      "b23008_E001": 10395,
      "b23008_M001": 784,
      "b23008_E003": 2218,
      "b23008_M003": 374,
      "b23008_E008": 916,
      "b23008_M008": 282,
      "b23008_E016": 4300,
      "b23008_M016": 535,
      "b23008_E021": 2961,
      "b23008_M021": 581,
      "b11003_E001": 13626,
      "b11003_M001": 469,
      "b11003_E003": 3460,
      "b11003_M003": 354,
      "b11003_E010": 233,
      "b11003_M010": 131,
      "b11003_E016": 1887,
      "b11003_M016": 357,
      "b17020_E001": 55325,
      "b17020_M001": 575,
      "b17020_E003": 312,
      "b17020_M003": 196,
      "b17020_E004": 490,
      "b17020_M004": 316,
      "b17020_E005": 330,
      "b17020_M005": 217,
      "b17020_E011": 2969,
      "b17020_M011": 407,
      "b17020_E012": 3587,
      "b17020_M012": 513,
      "b17020_E013": 3292,
      "b17020_M013": 500,
      "b15003_E001": 40392,
      "b15003_M001": 1002,
      "b15003_E022": 8654,
      "b15003_M022": 771,
      "b15003_E023": 6752,
      "b15003_M023": 621,
      "b15003_E024": 1980,
      "b15003_M024": 340,
      "b15003_E025": 1403,
      "b15003_M025": 199,
      "c16002_E001": 22403,
      "c16002_M001": 730,
      "c16002_E004": 197,
      "c16002_M004": 113,
      "c16002_E007": 224,
      "c16002_M007": 129,
      "c16002_E010": 174,
      "c16002_M010": 112,
      "c16002_E013": 59,
      "c16002_M013": 60,
      "b22010_E001": 22403,
      "b22010_M001": 730,
      "b22010_E002": 2185,
      "b22010_M002": 454,
      "b19013_E001": 80779,
      "b19013_M001": 5722
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.41,
       "moe": 4.49,
       "numerator": 3455,
       "denominator": 10040
      },
      "children_with_two_parents_pct": {
       "estimate": 65.59,
       "moe": 5.21,
       "numerator": 6585,
       "denominator": 10040
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.71,
       "moe": 4.85,
       "numerator": 1893,
       "denominator": 5615
      },
      "children_below_poverty_pct": {
       "estimate": 10.81,
       "moe": 2.78,
       "numerator": 1131,
       "denominator": 10465
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.53,
       "moe": 2.36,
       "numerator": 19184,
       "denominator": 40361
      },
      "limited_english_households_pct": {
       "estimate": 2.98,
       "moe": 1.03,
       "numerator": 682,
       "denominator": 22891
      },
      "snap_households_pct": {
       "estimate": 9.11,
       "moe": 1.73,
       "numerator": 2085,
       "denominator": 22891
      },
      "median_household_income": {
       "estimate": 90484,
       "moe": 7641.0
      },
      "own_children_under_18": {
       "estimate": 10040,
       "moe": 727.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10465,
       "moe": 813.1020846117664
      }
     },
     "lines": {
      "b23008_E001": 10040,
      "b23008_M001": 727,
      "b23008_E003": 2308,
      "b23008_M003": 414,
      "b23008_E008": 779,
      "b23008_M008": 302,
      "b23008_E016": 4277,
      "b23008_M016": 574,
      "b23008_E021": 2676,
      "b23008_M021": 418,
      "b11003_E001": 13597,
      "b11003_M001": 425,
      "b11003_E003": 3722,
      "b11003_M003": 444,
      "b11003_E010": 310,
      "b11003_M010": 140,
      "b11003_E016": 1583,
      "b11003_M016": 299,
      "b17020_E001": 54584,
      "b17020_M001": 177,
      "b17020_E003": 410,
      "b17020_M003": 207,
      "b17020_E004": 495,
      "b17020_M004": 191,
      "b17020_E005": 226,
      "b17020_M005": 114,
      "b17020_E011": 2827,
      "b17020_M011": 433,
      "b17020_E012": 2826,
      "b17020_M012": 386,
      "b17020_E013": 3681,
      "b17020_M013": 482,
      "b15003_E001": 40361,
      "b15003_M001": 788,
      "b15003_E022": 8419,
      "b15003_M022": 650,
      "b15003_E023": 7034,
      "b15003_M023": 604,
      "b15003_E024": 2049,
      "b15003_M024": 425,
      "b15003_E025": 1682,
      "b15003_M025": 283,
      "c16002_E001": 22891,
      "c16002_M001": 623,
      "c16002_E004": 261,
      "c16002_M004": 129,
      "c16002_E007": 269,
      "c16002_M007": 166,
      "c16002_E010": 86,
      "c16002_M010": 74,
      "c16002_E013": 66,
      "c16002_M013": 80,
      "b22010_E001": 22891,
      "b22010_M001": 623,
      "b22010_E002": 2085,
      "b22010_M002": 401,
      "b19013_E001": 90484,
      "b19013_M001": 7641
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.93,
       "moe": 4.12,
       "numerator": 3198,
       "denominator": 9711
      },
      "children_with_two_parents_pct": {
       "estimate": 67.07,
       "moe": 5.56,
       "numerator": 6513,
       "denominator": 9711
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.49,
       "moe": 5.23,
       "numerator": 2016,
       "denominator": 5681
      },
      "children_below_poverty_pct": {
       "estimate": 10.52,
       "moe": 2.91,
       "numerator": 1079,
       "denominator": 10255
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.64,
       "moe": 2.13,
       "numerator": 19132,
       "denominator": 41017
      },
      "limited_english_households_pct": {
       "estimate": 2.84,
       "moe": 1.0,
       "numerator": 659,
       "denominator": 23195
      },
      "snap_households_pct": {
       "estimate": 10.1,
       "moe": 2.09,
       "numerator": 2342,
       "denominator": 23195
      },
      "median_household_income": {
       "estimate": 92176,
       "moe": 8549.0
      },
      "own_children_under_18": {
       "estimate": 9711,
       "moe": 674.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10255,
       "moe": 820.9220425838254
      }
     },
     "lines": {
      "b23008_E001": 9711,
      "b23008_M001": 674,
      "b23008_E003": 2290,
      "b23008_M003": 454,
      "b23008_E008": 657,
      "b23008_M008": 228,
      "b23008_E016": 4223,
      "b23008_M016": 538,
      "b23008_E021": 2541,
      "b23008_M021": 397,
      "b11003_E001": 13839,
      "b11003_M001": 449,
      "b11003_E003": 3665,
      "b11003_M003": 436,
      "b11003_E010": 420,
      "b11003_M010": 157,
      "b11003_E016": 1596,
      "b11003_M016": 322,
      "b17020_E001": 55000,
      "b17020_M001": 191,
      "b17020_E003": 405,
      "b17020_M003": 218,
      "b17020_E004": 444,
      "b17020_M004": 169,
      "b17020_E005": 230,
      "b17020_M005": 143,
      "b17020_E011": 2774,
      "b17020_M011": 449,
      "b17020_E012": 2654,
      "b17020_M012": 453,
      "b17020_E013": 3748,
      "b17020_M013": 413,
      "b15003_E001": 41017,
      "b15003_M001": 782,
      "b15003_E022": 8511,
      "b15003_M022": 642,
      "b15003_E023": 7028,
      "b15003_M023": 508,
      "b15003_E024": 1764,
      "b15003_M024": 366,
      "b15003_E025": 1829,
      "b15003_M025": 301,
      "c16002_E001": 23195,
      "c16002_M001": 636,
      "c16002_E004": 254,
      "c16002_M004": 140,
      "c16002_E007": 292,
      "c16002_M007": 160,
      "c16002_E010": 62,
      "c16002_M010": 60,
      "c16002_E013": 51,
      "c16002_M013": 74,
      "b22010_E001": 23195,
      "b22010_M001": 636,
      "b22010_E002": 2342,
      "b22010_M002": 490,
      "b19013_E001": 92176,
      "b19013_M001": 8549
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.96,
       "moe": 5.13,
       "numerator": 2891,
       "denominator": 9649
      },
      "children_with_two_parents_pct": {
       "estimate": 70.04,
       "moe": 5.55,
       "numerator": 6758,
       "denominator": 9649
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.38,
       "moe": 6.06,
       "numerator": 1887,
       "denominator": 5653
      },
      "children_below_poverty_pct": {
       "estimate": 10.42,
       "moe": 3.24,
       "numerator": 1050,
       "denominator": 10072
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.77,
       "moe": 2.51,
       "numerator": 19860,
       "denominator": 41571
      },
      "limited_english_households_pct": {
       "estimate": 3.18,
       "moe": 1.2,
       "numerator": 753,
       "denominator": 23661
      },
      "snap_households_pct": {
       "estimate": 10.07,
       "moe": 1.95,
       "numerator": 2383,
       "denominator": 23661
      },
      "median_household_income": {
       "estimate": 98306,
       "moe": 6924.0
      },
      "own_children_under_18": {
       "estimate": 9649,
       "moe": 691.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10072,
       "moe": 897.626314231039
      }
     },
     "lines": {
      "b23008_E001": 9649,
      "b23008_M001": 691,
      "b23008_E003": 2233,
      "b23008_M003": 452,
      "b23008_E008": 622,
      "b23008_M008": 272,
      "b23008_E016": 4525,
      "b23008_M016": 563,
      "b23008_E021": 2269,
      "b23008_M021": 462,
      "b11003_E001": 13883,
      "b11003_M001": 564,
      "b11003_E003": 3766,
      "b11003_M003": 420,
      "b11003_E010": 486,
      "b11003_M010": 178,
      "b11003_E016": 1401,
      "b11003_M016": 350,
      "b17020_E001": 55147,
      "b17020_M001": 235,
      "b17020_E003": 401,
      "b17020_M003": 220,
      "b17020_E004": 391,
      "b17020_M004": 205,
      "b17020_E005": 258,
      "b17020_M005": 157,
      "b17020_E011": 2641,
      "b17020_M011": 475,
      "b17020_E012": 2743,
      "b17020_M012": 447,
      "b17020_E013": 3638,
      "b17020_M013": 515,
      "b15003_E001": 41571,
      "b15003_M001": 800,
      "b15003_E022": 8908,
      "b15003_M022": 691,
      "b15003_E023": 6979,
      "b15003_M023": 720,
      "b15003_E024": 1839,
      "b15003_M024": 352,
      "b15003_E025": 2134,
      "b15003_M025": 344,
      "c16002_E001": 23661,
      "c16002_M001": 640,
      "c16002_E004": 271,
      "c16002_M004": 149,
      "c16002_E007": 263,
      "c16002_M007": 194,
      "c16002_E010": 62,
      "c16002_M010": 59,
      "c16002_E013": 157,
      "c16002_M013": 134,
      "b22010_E001": 23661,
      "b22010_M001": 640,
      "b22010_E002": 2383,
      "b22010_M002": 465,
      "b19013_E001": 98306,
      "b19013_M001": 6924
     }
    }
   }
  },
  "0901890": {
   "name": "Hampton School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0901890",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.11,
       "moe": 15.36,
       "numerator": 154,
       "denominator": 334
      },
      "children_with_two_parents_pct": {
       "estimate": 53.89,
       "moe": 4.28,
       "numerator": 180,
       "denominator": 334
      },
      "one_parent_families_with_children_pct": {
       "estimate": 40.66,
       "moe": 20.63,
       "numerator": 74,
       "denominator": 182
      },
      "children_below_poverty_pct": {
       "estimate": 7.19,
       "moe": 5.81,
       "numerator": 24,
       "denominator": 334
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.54,
       "moe": 4.93,
       "numerator": 456,
       "denominator": 1283
      },
      "limited_english_households_pct": {
       "estimate": 0.43,
       "moe": 3.31,
       "numerator": 3,
       "denominator": 690
      },
      "snap_households_pct": {
       "estimate": 7.25,
       "moe": 5.33,
       "numerator": 50,
       "denominator": 690
      },
      "median_household_income": {
       "estimate": 92143,
       "moe": 18534.0
      },
      "own_children_under_18": {
       "estimate": 334,
       "moe": 108.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 334,
       "moe": 85.43418519538885
      }
     },
     "lines": {
      "b23008_E001": 334,
      "b23008_M001": 108,
      "b23008_E003": 70,
      "b23008_M003": 26,
      "b23008_E008": 53,
      "b23008_M008": 48,
      "b23008_E016": 110,
      "b23008_M016": 54,
      "b23008_E021": 101,
      "b23008_M021": 53,
      "b11003_E001": 508,
      "b11003_M001": 59,
      "b11003_E003": 108,
      "b11003_M003": 29,
      "b11003_E010": 17,
      "b11003_M010": 16,
      "b11003_E016": 57,
      "b11003_M016": 40,
      "b17020_E001": 1685,
      "b17020_M001": 174,
      "b17020_E003": 5,
      "b17020_M003": 7,
      "b17020_E004": 10,
      "b17020_M004": 14,
      "b17020_E005": 9,
      "b17020_M005": 13,
      "b17020_E011": 118,
      "b17020_M011": 52,
      "b17020_E012": 106,
      "b17020_M012": 50,
      "b17020_E013": 86,
      "b17020_M013": 41,
      "b15003_E001": 1283,
      "b15003_M001": 104,
      "b15003_E022": 271,
      "b15003_M022": 61,
      "b15003_E023": 141,
      "b15003_M023": 37,
      "b15003_E024": 26,
      "b15003_M024": 13,
      "b15003_E025": 18,
      "b15003_M025": 10,
      "c16002_E001": 690,
      "c16002_M001": 57,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 690,
      "b22010_M001": 57,
      "b22010_E002": 50,
      "b22010_M002": 37,
      "b19013_E001": 92143,
      "b19013_M001": 18534
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.77,
       "moe": 14.45,
       "numerator": 146,
       "denominator": 282
      },
      "children_with_two_parents_pct": {
       "estimate": 48.23,
       "moe": 8.93,
       "numerator": 136,
       "denominator": 282
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.34,
       "moe": 23.37,
       "numerator": 74,
       "denominator": 147
      },
      "children_below_poverty_pct": {
       "estimate": 8.01,
       "moe": 6.26,
       "numerator": 23,
       "denominator": 287
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.72,
       "moe": 5.08,
       "numerator": 410,
       "denominator": 1181
      },
      "limited_english_households_pct": {
       "estimate": 0.59,
       "moe": 3.39,
       "numerator": 4,
       "denominator": 681
      },
      "snap_households_pct": {
       "estimate": 7.34,
       "moe": 5.09,
       "numerator": 50,
       "denominator": 681
      },
      "median_household_income": {
       "estimate": 107109,
       "moe": 15480.0
      },
      "own_children_under_18": {
       "estimate": 282,
       "moe": 91.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 287,
       "moe": 80.86408349817613
      }
     },
     "lines": {
      "b23008_E001": 282,
      "b23008_M001": 91,
      "b23008_E003": 38,
      "b23008_M003": 16,
      "b23008_E008": 46,
      "b23008_M008": 42,
      "b23008_E016": 98,
      "b23008_M016": 48,
      "b23008_E021": 100,
      "b23008_M021": 46,
      "b11003_E001": 471,
      "b11003_M001": 68,
      "b11003_E003": 73,
      "b11003_M003": 26,
      "b11003_E010": 19,
      "b11003_M010": 17,
      "b11003_E016": 55,
      "b11003_M016": 39,
      "b17020_E001": 1639,
      "b17020_M001": 183,
      "b17020_E003": 3,
      "b17020_M003": 5,
      "b17020_E004": 13,
      "b17020_M004": 14,
      "b17020_E005": 7,
      "b17020_M005": 12,
      "b17020_E011": 81,
      "b17020_M011": 43,
      "b17020_E012": 93,
      "b17020_M012": 47,
      "b17020_E013": 90,
      "b17020_M013": 46,
      "b15003_E001": 1181,
      "b15003_M001": 104,
      "b15003_E022": 191,
      "b15003_M022": 47,
      "b15003_E023": 149,
      "b15003_M023": 43,
      "b15003_E024": 32,
      "b15003_M024": 20,
      "b15003_E025": 38,
      "b15003_M025": 21,
      "c16002_E001": 681,
      "c16002_M001": 69,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 4,
      "c16002_M007": 5,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 681,
      "b22010_M001": 69,
      "b22010_E002": 50,
      "b22010_M002": 35,
      "b19013_E001": 107109,
      "b19013_M001": 15480
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.81,
       "moe": 17.35,
       "numerator": 142,
       "denominator": 297
      },
      "children_with_two_parents_pct": {
       "estimate": 52.19,
       "moe": 11.36,
       "numerator": 155,
       "denominator": 297
      },
      "one_parent_families_with_children_pct": {
       "estimate": 49.32,
       "moe": 25.11,
       "numerator": 72,
       "denominator": 146
      },
      "children_below_poverty_pct": {
       "estimate": 7.96,
       "moe": 6.32,
       "numerator": 25,
       "denominator": 314
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.98,
       "moe": 4.53,
       "numerator": 404,
       "denominator": 1225
      },
      "limited_english_households_pct": {
       "estimate": 0.58,
       "moe": 3.64,
       "numerator": 4,
       "denominator": 686
      },
      "snap_households_pct": {
       "estimate": 6.41,
       "moe": 5.36,
       "numerator": 44,
       "denominator": 686
      },
      "median_household_income": {
       "estimate": 112344,
       "moe": 12569.0
      },
      "own_children_under_18": {
       "estimate": 297,
       "moe": 98.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 314,
       "moe": 90.37698822156003
      }
     },
     "lines": {
      "b23008_E001": 297,
      "b23008_M001": 98,
      "b23008_E003": 49,
      "b23008_M003": 27,
      "b23008_E008": 44,
      "b23008_M008": 44,
      "b23008_E016": 106,
      "b23008_M016": 55,
      "b23008_E021": 98,
      "b23008_M021": 54,
      "b11003_E001": 462,
      "b11003_M001": 59,
      "b11003_E003": 74,
      "b11003_M003": 24,
      "b11003_E010": 21,
      "b11003_M010": 19,
      "b11003_E016": 51,
      "b11003_M016": 40,
      "b17020_E001": 1628,
      "b17020_M001": 172,
      "b17020_E003": 3,
      "b17020_M003": 5,
      "b17020_E004": 14,
      "b17020_M004": 15,
      "b17020_E005": 8,
      "b17020_M005": 14,
      "b17020_E011": 90,
      "b17020_M011": 53,
      "b17020_E012": 107,
      "b17020_M012": 47,
      "b17020_E013": 92,
      "b17020_M013": 52,
      "b15003_E001": 1225,
      "b15003_M001": 108,
      "b15003_E022": 220,
      "b15003_M022": 53,
      "b15003_E023": 129,
      "b15003_M023": 34,
      "b15003_E024": 22,
      "b15003_M024": 11,
      "b15003_E025": 33,
      "b15003_M025": 16,
      "c16002_E001": 686,
      "c16002_M001": 62,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 4,
      "c16002_M007": 6,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 686,
      "b22010_M001": 62,
      "b22010_E002": 44,
      "b22010_M002": 37,
      "b19013_E001": 112344,
      "b19013_M001": 12569
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.89,
       "moe": 17.44,
       "numerator": 143,
       "denominator": 305
      },
      "children_with_two_parents_pct": {
       "estimate": 53.11,
       "moe": 6.8,
       "numerator": 162,
       "denominator": 305
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.05,
       "moe": 24.44,
       "numerator": 74,
       "denominator": 154
      },
      "children_below_poverty_pct": {
       "estimate": 7.1,
       "moe": 6.26,
       "numerator": 23,
       "denominator": 324
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.88,
       "moe": 4.57,
       "numerator": 372,
       "denominator": 1245
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 4.01,
       "numerator": 0,
       "denominator": 698
      },
      "snap_households_pct": {
       "estimate": 6.16,
       "moe": 4.98,
       "numerator": 43,
       "denominator": 698
      },
      "median_household_income": {
       "estimate": 109167,
       "moe": 19163.0
      },
      "own_children_under_18": {
       "estimate": 305,
       "moe": 105.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 324,
       "moe": 94.98947310097051
      }
     },
     "lines": {
      "b23008_E001": 305,
      "b23008_M001": 105,
      "b23008_E003": 54,
      "b23008_M003": 25,
      "b23008_E008": 41,
      "b23008_M008": 46,
      "b23008_E016": 108,
      "b23008_M016": 54,
      "b23008_E021": 102,
      "b23008_M021": 56,
      "b11003_E001": 483,
      "b11003_M001": 59,
      "b11003_E003": 80,
      "b11003_M003": 23,
      "b11003_E010": 25,
      "b11003_M010": 20,
      "b11003_E016": 49,
      "b11003_M016": 40,
      "b17020_E001": 1647,
      "b17020_M001": 177,
      "b17020_E003": 3,
      "b17020_M003": 6,
      "b17020_E004": 13,
      "b17020_M004": 15,
      "b17020_E005": 7,
      "b17020_M005": 14,
      "b17020_E011": 92,
      "b17020_M011": 51,
      "b17020_E012": 108,
      "b17020_M012": 51,
      "b17020_E013": 101,
      "b17020_M013": 58,
      "b15003_E001": 1245,
      "b15003_M001": 104,
      "b15003_E022": 215,
      "b15003_M022": 52,
      "b15003_E023": 91,
      "b15003_M023": 28,
      "b15003_E024": 27,
      "b15003_M024": 15,
      "b15003_E025": 39,
      "b15003_M025": 22,
      "c16002_E001": 698,
      "c16002_M001": 63,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 698,
      "b22010_M001": 63,
      "b22010_E002": 43,
      "b22010_M002": 35,
      "b19013_E001": 109167,
      "b19013_M001": 19163
     }
    }
   }
  },
  "0901920": {
   "name": "Hartford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0901920",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 66.09,
       "moe": 3.63,
       "numerator": 17581,
       "denominator": 26600
      },
      "children_with_two_parents_pct": {
       "estimate": 33.91,
       "moe": 3.01,
       "numerator": 9019,
       "denominator": 26600
      },
      "one_parent_families_with_children_pct": {
       "estimate": 62.19,
       "moe": 2.76,
       "numerator": 8000,
       "denominator": 12863
      },
      "children_below_poverty_pct": {
       "estimate": 37.58,
       "moe": 2.9,
       "numerator": 10481,
       "denominator": 27887
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 16.66,
       "moe": 1.28,
       "numerator": 12697,
       "denominator": 76201
      },
      "limited_english_households_pct": {
       "estimate": 15.8,
       "moe": 1.43,
       "numerator": 7406,
       "denominator": 46879
      },
      "snap_households_pct": {
       "estimate": 37.58,
       "moe": 1.66,
       "numerator": 17615,
       "denominator": 46879
      },
      "median_household_income": {
       "estimate": 37477,
       "moe": 2332.0
      },
      "own_children_under_18": {
       "estimate": 26600,
       "moe": 1122.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 27887,
       "moe": 1353.3861237651286
      }
     },
     "lines": {
      "b23008_E001": 26600,
      "b23008_M001": 1122,
      "b23008_E003": 2069,
      "b23008_M003": 347,
      "b23008_E008": 5932,
      "b23008_M008": 705,
      "b23008_E016": 6950,
      "b23008_M016": 816,
      "b23008_E021": 11649,
      "b23008_M021": 992,
      "b11003_E001": 26099,
      "b11003_M001": 701,
      "b11003_E003": 4863,
      "b11003_M003": 512,
      "b11003_E010": 1624,
      "b11003_M010": 368,
      "b11003_E016": 6376,
      "b11003_M016": 485,
      "b17020_E001": 114658,
      "b17020_M001": 617,
      "b17020_E003": 3353,
      "b17020_M003": 556,
      "b17020_E004": 3738,
      "b17020_M004": 579,
      "b17020_E005": 3390,
      "b17020_M005": 520,
      "b17020_E011": 5077,
      "b17020_M011": 541,
      "b17020_E012": 5847,
      "b17020_M012": 600,
      "b17020_E013": 6482,
      "b17020_M013": 514,
      "b15003_E001": 76201,
      "b15003_M001": 1203,
      "b15003_E022": 7247,
      "b15003_M022": 788,
      "b15003_E023": 3901,
      "b15003_M023": 534,
      "b15003_E024": 1109,
      "b15003_M024": 240,
      "b15003_E025": 440,
      "b15003_M025": 147,
      "c16002_E001": 46879,
      "c16002_M001": 914,
      "c16002_E004": 6289,
      "c16002_M004": 591,
      "c16002_E007": 842,
      "c16002_M007": 325,
      "c16002_E010": 200,
      "c16002_M010": 106,
      "c16002_E013": 75,
      "c16002_M013": 49,
      "b22010_E001": 46879,
      "b22010_M001": 914,
      "b22010_E002": 17615,
      "b22010_M002": 852,
      "b19013_E001": 37477,
      "b19013_M001": 2332
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 67.6,
       "moe": 3.8,
       "numerator": 17586,
       "denominator": 26013
      },
      "children_with_two_parents_pct": {
       "estimate": 32.4,
       "moe": 3.11,
       "numerator": 8427,
       "denominator": 26013
      },
      "one_parent_families_with_children_pct": {
       "estimate": 64.67,
       "moe": 2.67,
       "numerator": 8511,
       "denominator": 13161
      },
      "children_below_poverty_pct": {
       "estimate": 36.54,
       "moe": 3.13,
       "numerator": 9985,
       "denominator": 27323
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.49,
       "moe": 1.17,
       "numerator": 13316,
       "denominator": 76150
      },
      "limited_english_households_pct": {
       "estimate": 15.2,
       "moe": 1.52,
       "numerator": 7339,
       "denominator": 48277
      },
      "snap_households_pct": {
       "estimate": 36.61,
       "moe": 1.75,
       "numerator": 17676,
       "denominator": 48277
      },
      "median_household_income": {
       "estimate": 41841,
       "moe": 2459.0
      },
      "own_children_under_18": {
       "estimate": 26013,
       "moe": 950.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 27323,
       "moe": 1515.5042065266596
      }
     },
     "lines": {
      "b23008_E001": 26013,
      "b23008_M001": 950,
      "b23008_E003": 1679,
      "b23008_M003": 331,
      "b23008_E008": 5957,
      "b23008_M008": 683,
      "b23008_E016": 6748,
      "b23008_M016": 801,
      "b23008_E021": 11629,
      "b23008_M021": 962,
      "b11003_E001": 26325,
      "b11003_M001": 737,
      "b11003_E003": 4650,
      "b11003_M003": 548,
      "b11003_E010": 1616,
      "b11003_M010": 389,
      "b11003_E016": 6895,
      "b11003_M016": 526,
      "b17020_E001": 113596,
      "b17020_M001": 241,
      "b17020_E003": 3098,
      "b17020_M003": 614,
      "b17020_E004": 3714,
      "b17020_M004": 593,
      "b17020_E005": 3173,
      "b17020_M005": 555,
      "b17020_E011": 4986,
      "b17020_M011": 695,
      "b17020_E012": 5863,
      "b17020_M012": 643,
      "b17020_E013": 6489,
      "b17020_M013": 603,
      "b15003_E001": 76150,
      "b15003_M001": 1202,
      "b15003_E022": 7877,
      "b15003_M022": 705,
      "b15003_E023": 3727,
      "b15003_M023": 442,
      "b15003_E024": 1101,
      "b15003_M024": 328,
      "b15003_E025": 611,
      "b15003_M025": 179,
      "c16002_E001": 48277,
      "c16002_M001": 1058,
      "c16002_E004": 6381,
      "c16002_M004": 682,
      "c16002_E007": 711,
      "c16002_M007": 292,
      "c16002_E010": 197,
      "c16002_M010": 105,
      "c16002_E013": 50,
      "c16002_M013": 34,
      "b22010_E001": 48277,
      "b22010_M001": 1058,
      "b22010_E002": 17676,
      "b22010_M002": 928,
      "b19013_E001": 41841,
      "b19013_M001": 2459
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 66.05,
       "moe": 4.45,
       "numerator": 16981,
       "denominator": 25711
      },
      "children_with_two_parents_pct": {
       "estimate": 33.95,
       "moe": 3.4,
       "numerator": 8730,
       "denominator": 25711
      },
      "one_parent_families_with_children_pct": {
       "estimate": 63.11,
       "moe": 3.44,
       "numerator": 8227,
       "denominator": 13036
      },
      "children_below_poverty_pct": {
       "estimate": 35.06,
       "moe": 3.33,
       "numerator": 9590,
       "denominator": 27350
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.26,
       "moe": 1.33,
       "numerator": 13848,
       "denominator": 75847
      },
      "limited_english_households_pct": {
       "estimate": 14.55,
       "moe": 1.31,
       "numerator": 7133,
       "denominator": 49023
      },
      "snap_households_pct": {
       "estimate": 36.52,
       "moe": 1.69,
       "numerator": 17902,
       "denominator": 49023
      },
      "median_household_income": {
       "estimate": 45300,
       "moe": 2925.0
      },
      "own_children_under_18": {
       "estimate": 25711,
       "moe": 1034.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 27350,
       "moe": 1592.294884749681
      }
     },
     "lines": {
      "b23008_E001": 25711,
      "b23008_M001": 1034,
      "b23008_E003": 1802,
      "b23008_M003": 382,
      "b23008_E008": 5429,
      "b23008_M008": 758,
      "b23008_E016": 6928,
      "b23008_M016": 862,
      "b23008_E021": 11552,
      "b23008_M021": 1097,
      "b11003_E001": 26291,
      "b11003_M001": 823,
      "b11003_E003": 4809,
      "b11003_M003": 512,
      "b11003_E010": 1388,
      "b11003_M010": 323,
      "b11003_E016": 6839,
      "b11003_M016": 635,
      "b17020_E001": 113726,
      "b17020_M001": 188,
      "b17020_E003": 2719,
      "b17020_M003": 492,
      "b17020_E004": 3696,
      "b17020_M004": 700,
      "b17020_E005": 3175,
      "b17020_M005": 639,
      "b17020_E011": 4942,
      "b17020_M011": 808,
      "b17020_E012": 5986,
      "b17020_M012": 595,
      "b17020_E013": 6832,
      "b17020_M013": 623,
      "b15003_E001": 75847,
      "b15003_M001": 1273,
      "b15003_E022": 7828,
      "b15003_M022": 788,
      "b15003_E023": 3958,
      "b15003_M023": 567,
      "b15003_E024": 1156,
      "b15003_M024": 270,
      "b15003_E025": 906,
      "b15003_M025": 246,
      "c16002_E001": 49023,
      "c16002_M001": 1092,
      "c16002_E004": 5768,
      "c16002_M004": 539,
      "c16002_E007": 963,
      "c16002_M007": 336,
      "c16002_E010": 331,
      "c16002_M010": 162,
      "c16002_E013": 71,
      "c16002_M013": 83,
      "b22010_E001": 49023,
      "b22010_M001": 1092,
      "b22010_E002": 17902,
      "b22010_M002": 921,
      "b19013_E001": 45300,
      "b19013_M001": 2925
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 64.89,
       "moe": 3.98,
       "numerator": 16646,
       "denominator": 25653
      },
      "children_with_two_parents_pct": {
       "estimate": 35.11,
       "moe": 3.76,
       "numerator": 9007,
       "denominator": 25653
      },
      "one_parent_families_with_children_pct": {
       "estimate": 62.6,
       "moe": 2.79,
       "numerator": 8496,
       "denominator": 13572
      },
      "children_below_poverty_pct": {
       "estimate": 35.61,
       "moe": 3.1,
       "numerator": 9587,
       "denominator": 26922
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.4,
       "moe": 1.2,
       "numerator": 14829,
       "denominator": 76438
      },
      "limited_english_households_pct": {
       "estimate": 14.87,
       "moe": 1.39,
       "numerator": 7290,
       "denominator": 49028
      },
      "snap_households_pct": {
       "estimate": 37.21,
       "moe": 1.72,
       "numerator": 18245,
       "denominator": 49028
      },
      "median_household_income": {
       "estimate": 46411,
       "moe": 3031.0
      },
      "own_children_under_18": {
       "estimate": 25653,
       "moe": 1010.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 26922,
       "moe": 1481.9817812645335
      }
     },
     "lines": {
      "b23008_E001": 25653,
      "b23008_M001": 1010,
      "b23008_E003": 2061,
      "b23008_M003": 507,
      "b23008_E008": 5263,
      "b23008_M008": 728,
      "b23008_E016": 6946,
      "b23008_M016": 894,
      "b23008_E021": 11383,
      "b23008_M021": 971,
      "b11003_E001": 26634,
      "b11003_M001": 839,
      "b11003_E003": 5076,
      "b11003_M003": 625,
      "b11003_E010": 1577,
      "b11003_M010": 328,
      "b11003_E016": 6919,
      "b11003_M016": 616,
      "b17020_E001": 113951,
      "b17020_M001": 257,
      "b17020_E003": 2742,
      "b17020_M003": 579,
      "b17020_E004": 3567,
      "b17020_M004": 595,
      "b17020_E005": 3278,
      "b17020_M005": 535,
      "b17020_E011": 4971,
      "b17020_M011": 711,
      "b17020_E012": 5811,
      "b17020_M012": 603,
      "b17020_E013": 6553,
      "b17020_M013": 593,
      "b15003_E001": 76438,
      "b15003_M001": 1248,
      "b15003_E022": 8537,
      "b15003_M022": 710,
      "b15003_E023": 4450,
      "b15003_M023": 536,
      "b15003_E024": 918,
      "b15003_M024": 233,
      "b15003_E025": 924,
      "b15003_M025": 227,
      "c16002_E001": 49028,
      "c16002_M001": 1058,
      "c16002_E004": 5918,
      "c16002_M004": 598,
      "c16002_E007": 951,
      "c16002_M007": 300,
      "c16002_E010": 369,
      "c16002_M010": 195,
      "c16002_E013": 52,
      "c16002_M013": 46,
      "b22010_E001": 49028,
      "b22010_M001": 1058,
      "b22010_E002": 18245,
      "b22010_M002": 932,
      "b19013_E001": 46411,
      "b19013_M001": 3031
     }
    }
   }
  },
  "0901950": {
   "name": "Hartland School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0901950",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.45,
       "moe": 10.03,
       "numerator": 51,
       "denominator": 330
      },
      "children_with_two_parents_pct": {
       "estimate": 84.55,
       "moe": 12.16,
       "numerator": 279,
       "denominator": 330
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.13,
       "moe": 13.97,
       "numerator": 25,
       "denominator": 155
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 6.55,
       "numerator": 0,
       "denominator": 344
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.89,
       "moe": 5.2,
       "numerator": 489,
       "denominator": 1487
      },
      "limited_english_households_pct": {
       "estimate": 0.73,
       "moe": 2.92,
       "numerator": 6,
       "denominator": 818
      },
      "snap_households_pct": {
       "estimate": 2.93,
       "moe": 2.66,
       "numerator": 24,
       "denominator": 818
      },
      "median_household_income": {
       "estimate": 105921,
       "moe": 7078.0
      },
      "own_children_under_18": {
       "estimate": 330,
       "moe": 78.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 344,
       "moe": 91.71150418568
      }
     },
     "lines": {
      "b23008_E001": 330,
      "b23008_M001": 78,
      "b23008_E003": 26,
      "b23008_M003": 22,
      "b23008_E008": 22,
      "b23008_M008": 20,
      "b23008_E016": 253,
      "b23008_M016": 74,
      "b23008_E021": 29,
      "b23008_M021": 29,
      "b11003_E001": 553,
      "b11003_M001": 89,
      "b11003_E003": 130,
      "b11003_M003": 39,
      "b11003_E010": 19,
      "b11003_M010": 21,
      "b11003_E016": 6,
      "b11003_M016": 9,
      "b17020_E001": 1949,
      "b17020_M001": 224,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 48,
      "b17020_M011": 28,
      "b17020_E012": 99,
      "b17020_M012": 44,
      "b17020_E013": 197,
      "b17020_M013": 72,
      "b15003_E001": 1487,
      "b15003_M001": 187,
      "b15003_E022": 319,
      "b15003_M022": 80,
      "b15003_E023": 133,
      "b15003_M023": 51,
      "b15003_E024": 14,
      "b15003_M024": 15,
      "b15003_E025": 23,
      "b15003_M025": 23,
      "c16002_E001": 818,
      "c16002_M001": 103,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 6,
      "c16002_M007": 8,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 818,
      "b22010_M001": 103,
      "b22010_E002": 24,
      "b22010_M002": 22,
      "b19013_E001": 105921,
      "b19013_M001": 7078
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.97,
       "moe": 12.69,
       "numerator": 55,
       "denominator": 290
      },
      "children_with_two_parents_pct": {
       "estimate": 81.03,
       "moe": 10.95,
       "numerator": 235,
       "denominator": 290
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.99,
       "moe": 10.76,
       "numerator": 20,
       "denominator": 154
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 7.51,
       "numerator": 0,
       "denominator": 300
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.93,
       "moe": 5.66,
       "numerator": 506,
       "denominator": 1370
      },
      "limited_english_households_pct": {
       "estimate": 0.68,
       "moe": 3.24,
       "numerator": 5,
       "denominator": 738
      },
      "snap_households_pct": {
       "estimate": 2.3,
       "moe": 1.75,
       "numerator": 17,
       "denominator": 738
      },
      "median_household_income": {
       "estimate": 111429,
       "moe": 10048.0
      },
      "own_children_under_18": {
       "estimate": 290,
       "moe": 50.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 300,
       "moe": 71.64495795239188
      }
     },
     "lines": {
      "b23008_E001": 290,
      "b23008_M001": 50,
      "b23008_E003": 39,
      "b23008_M003": 21,
      "b23008_E008": 20,
      "b23008_M008": 17,
      "b23008_E016": 196,
      "b23008_M016": 47,
      "b23008_E021": 35,
      "b23008_M021": 34,
      "b11003_E001": 485,
      "b11003_M001": 62,
      "b11003_E003": 134,
      "b11003_M003": 31,
      "b11003_E010": 12,
      "b11003_M010": 14,
      "b11003_E016": 8,
      "b11003_M016": 10,
      "b17020_E001": 1806,
      "b17020_M001": 162,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 59,
      "b17020_M011": 23,
      "b17020_E012": 83,
      "b17020_M012": 31,
      "b17020_E013": 158,
      "b17020_M013": 56,
      "b15003_E001": 1370,
      "b15003_M001": 135,
      "b15003_E022": 329,
      "b15003_M022": 77,
      "b15003_E023": 139,
      "b15003_M023": 43,
      "b15003_E024": 11,
      "b15003_M024": 10,
      "b15003_E025": 27,
      "b15003_M025": 25,
      "c16002_E001": 738,
      "c16002_M001": 76,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 5,
      "c16002_M007": 8,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 738,
      "b22010_M001": 76,
      "b22010_E002": 17,
      "b22010_M002": 13,
      "b19013_E001": 111429,
      "b19013_M001": 10048
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.25,
       "moe": 13.16,
       "numerator": 76,
       "denominator": 301
      },
      "children_with_two_parents_pct": {
       "estimate": 74.75,
       "moe": 8.05,
       "numerator": 225,
       "denominator": 301
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.02,
       "moe": 10.95,
       "numerator": 31,
       "denominator": 163
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 7.72,
       "numerator": 0,
       "denominator": 314
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.35,
       "moe": 5.41,
       "numerator": 546,
       "denominator": 1462
      },
      "limited_english_households_pct": {
       "estimate": 0.65,
       "moe": 3.29,
       "numerator": 5,
       "denominator": 775
      },
      "snap_households_pct": {
       "estimate": 1.55,
       "moe": 1.28,
       "numerator": 12,
       "denominator": 775
      },
      "median_household_income": {
       "estimate": 117109,
       "moe": 8030.0
      },
      "own_children_under_18": {
       "estimate": 301,
       "moe": 56.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 314,
       "moe": 66.4981202741852
      }
     },
     "lines": {
      "b23008_E001": 301,
      "b23008_M001": 56,
      "b23008_E003": 54,
      "b23008_M003": 24,
      "b23008_E008": 25,
      "b23008_M008": 18,
      "b23008_E016": 171,
      "b23008_M016": 42,
      "b23008_E021": 51,
      "b23008_M021": 38,
      "b11003_E001": 541,
      "b11003_M001": 67,
      "b11003_E003": 132,
      "b11003_M003": 32,
      "b11003_E010": 14,
      "b11003_M010": 15,
      "b11003_E016": 17,
      "b11003_M016": 12,
      "b17020_E001": 1881,
      "b17020_M001": 163,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 79,
      "b17020_M011": 28,
      "b17020_E012": 72,
      "b17020_M012": 29,
      "b17020_E013": 163,
      "b17020_M013": 47,
      "b15003_E001": 1462,
      "b15003_M001": 138,
      "b15003_E022": 377,
      "b15003_M022": 77,
      "b15003_E023": 134,
      "b15003_M023": 47,
      "b15003_E024": 9,
      "b15003_M024": 10,
      "b15003_E025": 26,
      "b15003_M025": 26,
      "c16002_E001": 775,
      "c16002_M001": 85,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 5,
      "c16002_M007": 8,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 775,
      "b22010_M001": 85,
      "b22010_E002": 12,
      "b22010_M002": 10,
      "b19013_E001": 117109,
      "b19013_M001": 8030
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.75,
       "moe": 12.46,
       "numerator": 61,
       "denominator": 294
      },
      "children_with_two_parents_pct": {
       "estimate": 79.25,
       "moe": 14.47,
       "numerator": 233,
       "denominator": 294
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.02,
       "moe": 11.59,
       "numerator": 37,
       "denominator": 168
      },
      "children_below_poverty_pct": {
       "estimate": 1.02,
       "moe": 6.87,
       "numerator": 3,
       "denominator": 294
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.94,
       "moe": 5.21,
       "numerator": 570,
       "denominator": 1427
      },
      "limited_english_households_pct": {
       "estimate": 0.63,
       "moe": 3.22,
       "numerator": 5,
       "denominator": 793
      },
      "snap_households_pct": {
       "estimate": 2.9,
       "moe": 2.25,
       "numerator": 23,
       "denominator": 793
      },
      "median_household_income": {
       "estimate": 113375,
       "moe": 13472.0
      },
      "own_children_under_18": {
       "estimate": 294,
       "moe": 62.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 294,
       "moe": 75.90783885739337
      }
     },
     "lines": {
      "b23008_E001": 294,
      "b23008_M001": 62,
      "b23008_E003": 72,
      "b23008_M003": 33,
      "b23008_E008": 8,
      "b23008_M008": 8,
      "b23008_E016": 161,
      "b23008_M016": 56,
      "b23008_E021": 53,
      "b23008_M021": 38,
      "b11003_E001": 544,
      "b11003_M001": 60,
      "b11003_E003": 131,
      "b11003_M003": 43,
      "b11003_E010": 21,
      "b11003_M010": 18,
      "b11003_E016": 16,
      "b11003_M016": 13,
      "b17020_E001": 1840,
      "b17020_M001": 163,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 3,
      "b17020_M004": 4,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 80,
      "b17020_M011": 33,
      "b17020_E012": 72,
      "b17020_M012": 28,
      "b17020_E013": 139,
      "b17020_M013": 59,
      "b15003_E001": 1427,
      "b15003_M001": 135,
      "b15003_E022": 389,
      "b15003_M022": 73,
      "b15003_E023": 159,
      "b15003_M023": 51,
      "b15003_E024": 5,
      "b15003_M024": 8,
      "b15003_E025": 17,
      "b15003_M025": 21,
      "c16002_E001": 793,
      "c16002_M001": 79,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 5,
      "c16002_M007": 8,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 793,
      "b22010_M001": 79,
      "b22010_E002": 23,
      "b22010_M002": 18,
      "b19013_E001": 113375,
      "b19013_M001": 13472
     }
    }
   }
  },
  "0902010": {
   "name": "Hebron School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0902010",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.38,
       "moe": 6.27,
       "numerator": 286,
       "denominator": 1860
      },
      "children_with_two_parents_pct": {
       "estimate": 84.62,
       "moe": 10.01,
       "numerator": 1574,
       "denominator": 1860
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.9,
       "moe": 9.51,
       "numerator": 237,
       "denominator": 1134
      },
      "children_below_poverty_pct": {
       "estimate": 5.62,
       "moe": 5.63,
       "numerator": 107,
       "denominator": 1904
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.5,
       "moe": 4.87,
       "numerator": 3468,
       "denominator": 6606
      },
      "limited_english_households_pct": {
       "estimate": 0.25,
       "moe": 0.98,
       "numerator": 9,
       "denominator": 3603
      },
      "snap_households_pct": {
       "estimate": 3.03,
       "moe": 2.88,
       "numerator": 109,
       "denominator": 3603
      },
      "median_household_income": {
       "estimate": 131895,
       "moe": 11089.0
      },
      "own_children_under_18": {
       "estimate": 1860,
       "moe": 220.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1904,
       "moe": 306.6887673195743
      }
     },
     "lines": {
      "b23008_E001": 1860,
      "b23008_M001": 220,
      "b23008_E003": 462,
      "b23008_M003": 164,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 1112,
      "b23008_M016": 206,
      "b23008_E021": 286,
      "b23008_M021": 120,
      "b11003_E001": 2741,
      "b11003_M001": 152,
      "b11003_E003": 897,
      "b11003_M003": 142,
      "b11003_E010": 82,
      "b11003_M010": 59,
      "b11003_E016": 155,
      "b11003_M016": 98,
      "b17020_E001": 9113,
      "b17020_M001": 19,
      "b17020_E003": 78,
      "b17020_M003": 104,
      "b17020_E004": 8,
      "b17020_M004": 14,
      "b17020_E005": 21,
      "b17020_M005": 28,
      "b17020_E011": 384,
      "b17020_M011": 138,
      "b17020_E012": 499,
      "b17020_M012": 127,
      "b17020_E013": 914,
      "b17020_M013": 217,
      "b15003_E001": 6606,
      "b15003_M001": 226,
      "b15003_E022": 2067,
      "b15003_M022": 242,
      "b15003_E023": 1183,
      "b15003_M023": 226,
      "b15003_E024": 144,
      "b15003_M024": 73,
      "b15003_E025": 74,
      "b15003_M025": 49,
      "c16002_E001": 3603,
      "c16002_M001": 161,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 9,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3603,
      "b22010_M001": 161,
      "b22010_E002": 109,
      "b22010_M002": 104,
      "b19013_E001": 131895,
      "b19013_M001": 11089
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.43,
       "moe": 7.76,
       "numerator": 392,
       "denominator": 1919
      },
      "children_with_two_parents_pct": {
       "estimate": 79.57,
       "moe": 11.52,
       "numerator": 1527,
       "denominator": 1919
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.28,
       "moe": 10.79,
       "numerator": 291,
       "denominator": 1151
      },
      "children_below_poverty_pct": {
       "estimate": 5.3,
       "moe": 4.95,
       "numerator": 104,
       "denominator": 1964
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.7,
       "moe": 4.84,
       "numerator": 3493,
       "denominator": 6628
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.08,
       "numerator": 0,
       "denominator": 3528
      },
      "snap_households_pct": {
       "estimate": 2.83,
       "moe": 2.89,
       "numerator": 100,
       "denominator": 3528
      },
      "median_household_income": {
       "estimate": 136397,
       "moe": 17186.0
      },
      "own_children_under_18": {
       "estimate": 1919,
       "moe": 196.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1964,
       "moe": 314.1114451910341
      }
     },
     "lines": {
      "b23008_E001": 1919,
      "b23008_M001": 196,
      "b23008_E003": 465,
      "b23008_M003": 144,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 1062,
      "b23008_M016": 229,
      "b23008_E021": 392,
      "b23008_M021": 153,
      "b11003_E001": 2760,
      "b11003_M001": 135,
      "b11003_E003": 860,
      "b11003_M003": 114,
      "b11003_E010": 116,
      "b11003_M010": 74,
      "b11003_E016": 175,
      "b11003_M016": 109,
      "b17020_E001": 9119,
      "b17020_M001": 38,
      "b17020_E003": 68,
      "b17020_M003": 90,
      "b17020_E004": 8,
      "b17020_M004": 13,
      "b17020_E005": 28,
      "b17020_M005": 38,
      "b17020_E011": 403,
      "b17020_M011": 112,
      "b17020_E012": 560,
      "b17020_M012": 128,
      "b17020_E013": 897,
      "b17020_M013": 245,
      "b15003_E001": 6628,
      "b15003_M001": 221,
      "b15003_E022": 2031,
      "b15003_M022": 248,
      "b15003_E023": 1173,
      "b15003_M023": 202,
      "b15003_E024": 204,
      "b15003_M024": 103,
      "b15003_E025": 85,
      "b15003_M025": 61,
      "c16002_E001": 3528,
      "c16002_M001": 148,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3528,
      "b22010_M001": 148,
      "b22010_E002": 100,
      "b22010_M002": 102,
      "b19013_E001": 136397,
      "b19013_M001": 17186
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.51,
       "moe": 7.53,
       "numerator": 362,
       "denominator": 1855
      },
      "children_with_two_parents_pct": {
       "estimate": 80.49,
       "moe": 11.25,
       "numerator": 1493,
       "denominator": 1855
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.16,
       "moe": 10.45,
       "numerator": 274,
       "denominator": 1089
      },
      "children_below_poverty_pct": {
       "estimate": 2.01,
       "moe": 1.82,
       "numerator": 38,
       "denominator": 1894
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.38,
       "moe": 4.44,
       "numerator": 3378,
       "denominator": 6574
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.1,
       "numerator": 0,
       "denominator": 3452
      },
      "snap_households_pct": {
       "estimate": 3.91,
       "moe": 3.33,
       "numerator": 135,
       "denominator": 3452
      },
      "median_household_income": {
       "estimate": 140700,
       "moe": 22164.0
      },
      "own_children_under_18": {
       "estimate": 1855,
       "moe": 221.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1894,
       "moe": 319.28513902153355
      }
     },
     "lines": {
      "b23008_E001": 1855,
      "b23008_M001": 221,
      "b23008_E003": 428,
      "b23008_M003": 119,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 1065,
      "b23008_M016": 247,
      "b23008_E021": 362,
      "b23008_M021": 145,
      "b11003_E001": 2745,
      "b11003_M001": 138,
      "b11003_E003": 815,
      "b11003_M003": 122,
      "b11003_E010": 100,
      "b11003_M010": 65,
      "b11003_E016": 174,
      "b11003_M016": 103,
      "b17020_E001": 9106,
      "b17020_M001": 28,
      "b17020_E003": 12,
      "b17020_M003": 19,
      "b17020_E004": 8,
      "b17020_M004": 12,
      "b17020_E005": 18,
      "b17020_M005": 27,
      "b17020_E011": 426,
      "b17020_M011": 122,
      "b17020_E012": 563,
      "b17020_M012": 135,
      "b17020_E013": 867,
      "b17020_M013": 260,
      "b15003_E001": 6574,
      "b15003_M001": 234,
      "b15003_E022": 1877,
      "b15003_M022": 203,
      "b15003_E023": 1176,
      "b15003_M023": 212,
      "b15003_E024": 221,
      "b15003_M024": 102,
      "b15003_E025": 104,
      "b15003_M025": 56,
      "c16002_E001": 3452,
      "c16002_M001": 150,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3452,
      "b22010_M001": 150,
      "b22010_E002": 135,
      "b22010_M002": 115,
      "b19013_E001": 140700,
      "b19013_M001": 22164
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.08,
       "moe": 8.86,
       "numerator": 343,
       "denominator": 1798
      },
      "children_with_two_parents_pct": {
       "estimate": 80.92,
       "moe": 10.84,
       "numerator": 1455,
       "denominator": 1798
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.25,
       "moe": 10.83,
       "numerator": 243,
       "denominator": 1045
      },
      "children_below_poverty_pct": {
       "estimate": 1.04,
       "moe": 1.59,
       "numerator": 19,
       "denominator": 1821
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.7,
       "moe": 4.5,
       "numerator": 3475,
       "denominator": 6594
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.12,
       "numerator": 0,
       "denominator": 3394
      },
      "snap_households_pct": {
       "estimate": 4.33,
       "moe": 3.38,
       "numerator": 147,
       "denominator": 3394
      },
      "median_household_income": {
       "estimate": 142500,
       "moe": 23319.0
      },
      "own_children_under_18": {
       "estimate": 1798,
       "moe": 228.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1821,
       "moe": 312.3107426906734
      }
     },
     "lines": {
      "b23008_E001": 1798,
      "b23008_M001": 228,
      "b23008_E003": 352,
      "b23008_M003": 105,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 1103,
      "b23008_M016": 247,
      "b23008_E021": 343,
      "b23008_M021": 164,
      "b11003_E001": 2615,
      "b11003_M001": 142,
      "b11003_E003": 802,
      "b11003_M003": 142,
      "b11003_E010": 61,
      "b11003_M010": 51,
      "b11003_E016": 182,
      "b11003_M016": 110,
      "b17020_E001": 9076,
      "b17020_M001": 123,
      "b17020_E003": 10,
      "b17020_M003": 17,
      "b17020_E004": 9,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 355,
      "b17020_M011": 108,
      "b17020_E012": 611,
      "b17020_M012": 128,
      "b17020_E013": 836,
      "b17020_M013": 262,
      "b15003_E001": 6594,
      "b15003_M001": 219,
      "b15003_E022": 1857,
      "b15003_M022": 231,
      "b15003_E023": 1302,
      "b15003_M023": 186,
      "b15003_E024": 242,
      "b15003_M024": 107,
      "b15003_E025": 74,
      "b15003_M025": 46,
      "c16002_E001": 3394,
      "c16002_M001": 143,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3394,
      "b22010_M001": 143,
      "b22010_E002": 147,
      "b22010_M002": 115,
      "b19013_E001": 142500,
      "b19013_M001": 23319
     }
    }
   }
  },
  "0902040": {
   "name": "Kent School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0902040",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.74,
       "moe": 22.25,
       "numerator": 99,
       "denominator": 285
      },
      "children_with_two_parents_pct": {
       "estimate": 65.26,
       "moe": 21.68,
       "numerator": 186,
       "denominator": 285
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.46,
       "moe": 19.59,
       "numerator": 22,
       "denominator": 126
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 7.9,
       "numerator": 0,
       "denominator": 285
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.77,
       "moe": 8.97,
       "numerator": 979,
       "denominator": 2344
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.08,
       "numerator": 0,
       "denominator": 1252
      },
      "snap_households_pct": {
       "estimate": 3.59,
       "moe": 3.16,
       "numerator": 45,
       "denominator": 1252
      },
      "median_household_income": {
       "estimate": 89348,
       "moe": 13592.0
      },
      "own_children_under_18": {
       "estimate": 285,
       "moe": 101.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 285,
       "moe": 98.2089608946149
      }
     },
     "lines": {
      "b23008_E001": 285,
      "b23008_M001": 101,
      "b23008_E003": 39,
      "b23008_M003": 42,
      "b23008_E008": 39,
      "b23008_M008": 46,
      "b23008_E016": 147,
      "b23008_M016": 80,
      "b23008_E021": 60,
      "b23008_M021": 56,
      "b11003_E001": 718,
      "b11003_M001": 97,
      "b11003_E003": 104,
      "b11003_M003": 47,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 22,
      "b11003_M016": 23,
      "b17020_E001": 2727,
      "b17020_M001": 69,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 78,
      "b17020_M011": 52,
      "b17020_E012": 96,
      "b17020_M012": 47,
      "b17020_E013": 111,
      "b17020_M013": 65,
      "b15003_E001": 2344,
      "b15003_M001": 143,
      "b15003_E022": 467,
      "b15003_M022": 151,
      "b15003_E023": 416,
      "b15003_M023": 149,
      "b15003_E024": 74,
      "b15003_M024": 48,
      "b15003_E025": 22,
      "b15003_M025": 21,
      "c16002_E001": 1252,
      "c16002_M001": 157,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1252,
      "b22010_M001": 157,
      "b22010_E002": 45,
      "b22010_M002": 40,
      "b19013_E001": 89348,
      "b19013_M001": 13592
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.95,
       "moe": 13.21,
       "numerator": 96,
       "denominator": 370
      },
      "children_with_two_parents_pct": {
       "estimate": 74.05,
       "moe": 28.21,
       "numerator": 274,
       "denominator": 370
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.62,
       "moe": 15.85,
       "numerator": 34,
       "denominator": 193
      },
      "children_below_poverty_pct": {
       "estimate": 22.7,
       "moe": 28.36,
       "numerator": 84,
       "denominator": 370
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.33,
       "moe": 10.24,
       "numerator": 1122,
       "denominator": 2422
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.04,
       "numerator": 0,
       "denominator": 1277
      },
      "snap_households_pct": {
       "estimate": 2.98,
       "moe": 2.64,
       "numerator": 38,
       "denominator": 1277
      },
      "median_household_income": {
       "estimate": 93281,
       "moe": 15274.0
      },
      "own_children_under_18": {
       "estimate": 370,
       "moe": 101.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 370,
       "moe": 138.54963009694396
      }
     },
     "lines": {
      "b23008_E001": 370,
      "b23008_M001": 101,
      "b23008_E003": 106,
      "b23008_M003": 107,
      "b23008_E008": 43,
      "b23008_M008": 35,
      "b23008_E016": 168,
      "b23008_M016": 71,
      "b23008_E021": 53,
      "b23008_M021": 43,
      "b11003_E001": 666,
      "b11003_M001": 118,
      "b11003_E003": 159,
      "b11003_M003": 66,
      "b11003_E010": 14,
      "b11003_M010": 24,
      "b11003_E016": 20,
      "b11003_M016": 23,
      "b17020_E001": 2838,
      "b17020_M001": 35,
      "b17020_E003": 84,
      "b17020_M003": 108,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 65,
      "b17020_M011": 41,
      "b17020_E012": 91,
      "b17020_M012": 53,
      "b17020_E013": 130,
      "b17020_M013": 52,
      "b15003_E001": 2422,
      "b15003_M001": 108,
      "b15003_E022": 553,
      "b15003_M022": 161,
      "b15003_E023": 461,
      "b15003_M023": 183,
      "b15003_E024": 84,
      "b15003_M024": 63,
      "b15003_E025": 24,
      "b15003_M025": 24,
      "c16002_E001": 1277,
      "c16002_M001": 149,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1277,
      "b22010_M001": 149,
      "b22010_E002": 38,
      "b22010_M002": 34,
      "b19013_E001": 93281,
      "b19013_M001": 15274
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.44,
       "moe": 15.06,
       "numerator": 133,
       "denominator": 423
      },
      "children_with_two_parents_pct": {
       "estimate": 68.56,
       "moe": 21.08,
       "numerator": 290,
       "denominator": 423
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.4,
       "moe": 17.23,
       "numerator": 55,
       "denominator": 235
      },
      "children_below_poverty_pct": {
       "estimate": 16.31,
       "moe": 18.54,
       "numerator": 69,
       "denominator": 423
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.15,
       "moe": 9.97,
       "numerator": 1325,
       "denominator": 2447
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.14,
       "numerator": 0,
       "denominator": 1307
      },
      "snap_households_pct": {
       "estimate": 6.35,
       "moe": 4.24,
       "numerator": 83,
       "denominator": 1307
      },
      "median_household_income": {
       "estimate": 101023,
       "moe": 15040.0
      },
      "own_children_under_18": {
       "estimate": 423,
       "moe": 86.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 423,
       "moe": 134.32795688165587
      }
     },
     "lines": {
      "b23008_E001": 423,
      "b23008_M001": 86,
      "b23008_E003": 128,
      "b23008_M003": 79,
      "b23008_E008": 38,
      "b23008_M008": 42,
      "b23008_E016": 162,
      "b23008_M016": 72,
      "b23008_E021": 95,
      "b23008_M021": 55,
      "b11003_E001": 732,
      "b11003_M001": 105,
      "b11003_E003": 180,
      "b11003_M003": 58,
      "b11003_E010": 22,
      "b11003_M010": 29,
      "b11003_E016": 33,
      "b11003_M016": 33,
      "b17020_E001": 2943,
      "b17020_M001": 28,
      "b17020_E003": 69,
      "b17020_M003": 79,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 97,
      "b17020_M011": 59,
      "b17020_E012": 157,
      "b17020_M012": 73,
      "b17020_E013": 100,
      "b17020_M013": 51,
      "b15003_E001": 2447,
      "b15003_M001": 87,
      "b15003_E022": 663,
      "b15003_M022": 161,
      "b15003_E023": 578,
      "b15003_M023": 178,
      "b15003_E024": 67,
      "b15003_M024": 61,
      "b15003_E025": 17,
      "b15003_M025": 20,
      "c16002_E001": 1307,
      "c16002_M001": 129,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1307,
      "b22010_M001": 129,
      "b22010_E002": 83,
      "b22010_M002": 56,
      "b19013_E001": 101023,
      "b19013_M001": 15040
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.64,
       "moe": 15.17,
       "numerator": 118,
       "denominator": 373
      },
      "children_with_two_parents_pct": {
       "estimate": 68.36,
       "moe": 26.87,
       "numerator": 255,
       "denominator": 373
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.81,
       "moe": 20.92,
       "numerator": 71,
       "denominator": 210
      },
      "children_below_poverty_pct": {
       "estimate": 15.01,
       "moe": 18.79,
       "numerator": 56,
       "denominator": 373
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.47,
       "moe": 9.16,
       "numerator": 1409,
       "denominator": 2540
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.08,
       "numerator": 0,
       "denominator": 1344
      },
      "snap_households_pct": {
       "estimate": 6.1,
       "moe": 4.57,
       "numerator": 82,
       "denominator": 1344
      },
      "median_household_income": {
       "estimate": 96064,
       "moe": 16054.0
      },
      "own_children_under_18": {
       "estimate": 373,
       "moe": 79.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 373,
       "moe": 129.75361266646874
      }
     },
     "lines": {
      "b23008_E001": 373,
      "b23008_M001": 79,
      "b23008_E003": 93,
      "b23008_M003": 71,
      "b23008_E008": 36,
      "b23008_M008": 39,
      "b23008_E016": 162,
      "b23008_M016": 89,
      "b23008_E021": 82,
      "b23008_M021": 48,
      "b11003_E001": 750,
      "b11003_M001": 93,
      "b11003_E003": 139,
      "b11003_M003": 47,
      "b11003_E010": 22,
      "b11003_M010": 28,
      "b11003_E016": 49,
      "b11003_M016": 41,
      "b17020_E001": 2986,
      "b17020_M001": 32,
      "b17020_E003": 56,
      "b17020_M003": 70,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 73,
      "b17020_M011": 52,
      "b17020_E012": 129,
      "b17020_M012": 82,
      "b17020_E013": 115,
      "b17020_M013": 46,
      "b15003_E001": 2540,
      "b15003_M001": 100,
      "b15003_E022": 680,
      "b15003_M022": 151,
      "b15003_E023": 647,
      "b15003_M023": 180,
      "b15003_E024": 32,
      "b15003_M024": 27,
      "b15003_E025": 50,
      "b15003_M025": 36,
      "c16002_E001": 1344,
      "c16002_M001": 140,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1344,
      "b22010_M001": 140,
      "b22010_E002": 82,
      "b22010_M002": 62,
      "b19013_E001": 96064,
      "b19013_M001": 16054
     }
    }
   }
  },
  "0902070": {
   "name": "Killingly School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902070",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 61.31,
       "moe": 11.45,
       "numerator": 2120,
       "denominator": 3458
      },
      "children_with_two_parents_pct": {
       "estimate": 38.69,
       "moe": 9.09,
       "numerator": 1338,
       "denominator": 3458
      },
      "one_parent_families_with_children_pct": {
       "estimate": 55.66,
       "moe": 11.86,
       "numerator": 865,
       "denominator": 1554
      },
      "children_below_poverty_pct": {
       "estimate": 19.54,
       "moe": 8.19,
       "numerator": 695,
       "denominator": 3557
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.46,
       "moe": 3.05,
       "numerator": 2894,
       "denominator": 12883
      },
      "limited_english_households_pct": {
       "estimate": 0.51,
       "moe": 0.8,
       "numerator": 36,
       "denominator": 7099
      },
      "snap_households_pct": {
       "estimate": 16.06,
       "moe": 3.47,
       "numerator": 1140,
       "denominator": 7099
      },
      "median_household_income": {
       "estimate": 70728,
       "moe": 6108.0
      },
      "own_children_under_18": {
       "estimate": 3458,
       "moe": 396.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3557,
       "moe": 535.0644820953826
      }
     },
     "lines": {
      "b23008_E001": 3458,
      "b23008_M001": 396,
      "b23008_E003": 498,
      "b23008_M003": 207,
      "b23008_E008": 627,
      "b23008_M008": 229,
      "b23008_E016": 840,
      "b23008_M016": 282,
      "b23008_E021": 1493,
      "b23008_M021": 404,
      "b11003_E001": 4463,
      "b11003_M001": 324,
      "b11003_E003": 689,
      "b11003_M003": 159,
      "b11003_E010": 258,
      "b11003_M010": 130,
      "b11003_E016": 607,
      "b11003_M016": 209,
      "b17020_E001": 17328,
      "b17020_M001": 182,
      "b17020_E003": 214,
      "b17020_M003": 162,
      "b17020_E004": 244,
      "b17020_M004": 193,
      "b17020_E005": 237,
      "b17020_M005": 180,
      "b17020_E011": 931,
      "b17020_M011": 235,
      "b17020_E012": 991,
      "b17020_M012": 290,
      "b17020_E013": 940,
      "b17020_M013": 226,
      "b15003_E001": 12883,
      "b15003_M001": 403,
      "b15003_E022": 1627,
      "b15003_M022": 307,
      "b15003_E023": 1117,
      "b15003_M023": 249,
      "b15003_E024": 57,
      "b15003_M024": 55,
      "b15003_E025": 93,
      "b15003_M025": 60,
      "c16002_E001": 7099,
      "c16002_M001": 301,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 36,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7099,
      "b22010_M001": 301,
      "b22010_E002": 1140,
      "b22010_M002": 251,
      "b19013_E001": 70728,
      "b19013_M001": 6108
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.97,
       "moe": 11.7,
       "numerator": 2229,
       "denominator": 3780
      },
      "children_with_two_parents_pct": {
       "estimate": 41.03,
       "moe": 12.51,
       "numerator": 1551,
       "denominator": 3780
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.35,
       "moe": 13.32,
       "numerator": 934,
       "denominator": 1819
      },
      "children_below_poverty_pct": {
       "estimate": 20.48,
       "moe": 7.22,
       "numerator": 791,
       "denominator": 3862
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.94,
       "moe": 3.45,
       "numerator": 2972,
       "denominator": 12953
      },
      "limited_english_households_pct": {
       "estimate": 2.68,
       "moe": 2.69,
       "numerator": 191,
       "denominator": 7137
      },
      "snap_households_pct": {
       "estimate": 17.07,
       "moe": 3.71,
       "numerator": 1218,
       "denominator": 7137
      },
      "median_household_income": {
       "estimate": 76552,
       "moe": 4323.0
      },
      "own_children_under_18": {
       "estimate": 3780,
       "moe": 475.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3862,
       "moe": 706.5698833094997
      }
     },
     "lines": {
      "b23008_E001": 3780,
      "b23008_M001": 475,
      "b23008_E003": 451,
      "b23008_M003": 168,
      "b23008_E008": 569,
      "b23008_M008": 202,
      "b23008_E016": 1100,
      "b23008_M016": 483,
      "b23008_E021": 1660,
      "b23008_M021": 483,
      "b11003_E001": 4606,
      "b11003_M001": 328,
      "b11003_E003": 885,
      "b11003_M003": 217,
      "b11003_E010": 254,
      "b11003_M010": 135,
      "b11003_E016": 680,
      "b11003_M016": 280,
      "b17020_E001": 17469,
      "b17020_M001": 29,
      "b17020_E003": 181,
      "b17020_M003": 130,
      "b17020_E004": 328,
      "b17020_M004": 219,
      "b17020_E005": 282,
      "b17020_M005": 184,
      "b17020_E011": 849,
      "b17020_M011": 218,
      "b17020_E012": 1068,
      "b17020_M012": 410,
      "b17020_E013": 1154,
      "b17020_M013": 430,
      "b15003_E001": 12953,
      "b15003_M001": 467,
      "b15003_E022": 1806,
      "b15003_M022": 340,
      "b15003_E023": 1071,
      "b15003_M023": 302,
      "b15003_E024": 43,
      "b15003_M024": 45,
      "b15003_E025": 52,
      "b15003_M025": 50,
      "c16002_E001": 7137,
      "c16002_M001": 360,
      "c16002_E004": 124,
      "c16002_M004": 173,
      "c16002_E007": 54,
      "c16002_M007": 77,
      "c16002_E010": 13,
      "c16002_M010": 23,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7137,
      "b22010_M001": 360,
      "b22010_E002": 1218,
      "b22010_M002": 272,
      "b19013_E001": 76552,
      "b19013_M001": 4323
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 55.81,
       "moe": 13.32,
       "numerator": 1879,
       "denominator": 3367
      },
      "children_with_two_parents_pct": {
       "estimate": 44.19,
       "moe": 7.49,
       "numerator": 1488,
       "denominator": 3367
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.68,
       "moe": 12.9,
       "numerator": 829,
       "denominator": 1703
      },
      "children_below_poverty_pct": {
       "estimate": 22.95,
       "moe": 8.68,
       "numerator": 786,
       "denominator": 3425
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.13,
       "moe": 3.32,
       "numerator": 3185,
       "denominator": 13197
      },
      "limited_english_households_pct": {
       "estimate": 2.05,
       "moe": 1.76,
       "numerator": 148,
       "denominator": 7202
      },
      "snap_households_pct": {
       "estimate": 17.43,
       "moe": 4.04,
       "numerator": 1255,
       "denominator": 7202
      },
      "median_household_income": {
       "estimate": 81881,
       "moe": 10780.0
      },
      "own_children_under_18": {
       "estimate": 3367,
       "moe": 370.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3425,
       "moe": 507.05226555060375
      }
     },
     "lines": {
      "b23008_E001": 3367,
      "b23008_M001": 370,
      "b23008_E003": 520,
      "b23008_M003": 126,
      "b23008_E008": 594,
      "b23008_M008": 163,
      "b23008_E016": 968,
      "b23008_M016": 273,
      "b23008_E021": 1285,
      "b23008_M021": 466,
      "b11003_E001": 4442,
      "b11003_M001": 329,
      "b11003_E003": 874,
      "b11003_M003": 185,
      "b11003_E010": 236,
      "b11003_M010": 140,
      "b11003_E016": 593,
      "b11003_M016": 233,
      "b17020_E001": 17557,
      "b17020_M001": 48,
      "b17020_E003": 200,
      "b17020_M003": 138,
      "b17020_E004": 289,
      "b17020_M004": 188,
      "b17020_E005": 297,
      "b17020_M005": 218,
      "b17020_E011": 938,
      "b17020_M011": 209,
      "b17020_E012": 949,
      "b17020_M012": 278,
      "b17020_E013": 752,
      "b17020_M013": 185,
      "b15003_E001": 13197,
      "b15003_M001": 403,
      "b15003_E022": 1877,
      "b15003_M022": 352,
      "b15003_E023": 1145,
      "b15003_M023": 266,
      "b15003_E024": 82,
      "b15003_M024": 60,
      "b15003_E025": 81,
      "b15003_M025": 57,
      "c16002_E001": 7202,
      "c16002_M001": 308,
      "c16002_E004": 44,
      "c16002_M004": 69,
      "c16002_E007": 62,
      "c16002_M007": 94,
      "c16002_E010": 42,
      "c16002_M010": 45,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7202,
      "b22010_M001": 308,
      "b22010_E002": 1255,
      "b22010_M002": 296,
      "b19013_E001": 81881,
      "b19013_M001": 10780
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.89,
       "moe": 12.14,
       "numerator": 1486,
       "denominator": 3465
      },
      "children_with_two_parents_pct": {
       "estimate": 57.11,
       "moe": 7.62,
       "numerator": 1979,
       "denominator": 3465
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.36,
       "moe": 11.54,
       "numerator": 644,
       "denominator": 1771
      },
      "children_below_poverty_pct": {
       "estimate": 17.94,
       "moe": 8.12,
       "numerator": 631,
       "denominator": 3518
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.86,
       "moe": 3.22,
       "numerator": 3052,
       "denominator": 13349
      },
      "limited_english_households_pct": {
       "estimate": 2.19,
       "moe": 1.99,
       "numerator": 160,
       "denominator": 7300
      },
      "snap_households_pct": {
       "estimate": 16.56,
       "moe": 3.81,
       "numerator": 1209,
       "denominator": 7300
      },
      "median_household_income": {
       "estimate": 84350,
       "moe": 8277.0
      },
      "own_children_under_18": {
       "estimate": 3465,
       "moe": 358.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3518,
       "moe": 497.92770559590275
      }
     },
     "lines": {
      "b23008_E001": 3465,
      "b23008_M001": 358,
      "b23008_E003": 623,
      "b23008_M003": 182,
      "b23008_E008": 494,
      "b23008_M008": 189,
      "b23008_E016": 1356,
      "b23008_M016": 280,
      "b23008_E021": 992,
      "b23008_M021": 406,
      "b11003_E001": 4580,
      "b11003_M001": 331,
      "b11003_E003": 1127,
      "b11003_M003": 179,
      "b11003_E010": 236,
      "b11003_M010": 146,
      "b11003_E016": 408,
      "b11003_M016": 178,
      "b17020_E001": 17681,
      "b17020_M001": 30,
      "b17020_E003": 119,
      "b17020_M003": 123,
      "b17020_E004": 252,
      "b17020_M004": 174,
      "b17020_E005": 260,
      "b17020_M005": 210,
      "b17020_E011": 1021,
      "b17020_M011": 221,
      "b17020_E012": 1070,
      "b17020_M012": 281,
      "b17020_E013": 796,
      "b17020_M013": 175,
      "b15003_E001": 13349,
      "b15003_M001": 384,
      "b15003_E022": 1874,
      "b15003_M022": 366,
      "b15003_E023": 1029,
      "b15003_M023": 229,
      "b15003_E024": 45,
      "b15003_M024": 34,
      "b15003_E025": 104,
      "b15003_M025": 72,
      "c16002_E001": 7300,
      "c16002_M001": 277,
      "c16002_E004": 67,
      "c16002_M004": 95,
      "c16002_E007": 66,
      "c16002_M007": 101,
      "c16002_E010": 27,
      "c16002_M010": 38,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7300,
      "b22010_M001": 277,
      "b22010_E002": 1209,
      "b22010_M002": 282,
      "b19013_E001": 84350,
      "b19013_M001": 8277
     }
    }
   }
  },
  "0902130": {
   "name": "Lebanon School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902130",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.62,
       "moe": 15.18,
       "numerator": 356,
       "denominator": 1202
      },
      "children_with_two_parents_pct": {
       "estimate": 70.38,
       "moe": 13.6,
       "numerator": 846,
       "denominator": 1202
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.15,
       "moe": 9.28,
       "numerator": 141,
       "denominator": 777
      },
      "children_below_poverty_pct": {
       "estimate": 10.79,
       "moe": 11.19,
       "numerator": 132,
       "denominator": 1223
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.14,
       "moe": 6.89,
       "numerator": 1929,
       "denominator": 5338
      },
      "limited_english_households_pct": {
       "estimate": 0.6,
       "moe": 1.49,
       "numerator": 17,
       "denominator": 2847
      },
      "snap_households_pct": {
       "estimate": 1.51,
       "moe": 1.26,
       "numerator": 43,
       "denominator": 2847
      },
      "median_household_income": {
       "estimate": 96490,
       "moe": 21316.0
      },
      "own_children_under_18": {
       "estimate": 1202,
       "moe": 179.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1223,
       "moe": 270.8228203087768
      }
     },
     "lines": {
      "b23008_E001": 1202,
      "b23008_M001": 179,
      "b23008_E003": 201,
      "b23008_M003": 101,
      "b23008_E008": 53,
      "b23008_M008": 51,
      "b23008_E016": 645,
      "b23008_M016": 180,
      "b23008_E021": 303,
      "b23008_M021": 183,
      "b11003_E001": 2034,
      "b11003_M001": 163,
      "b11003_E003": 636,
      "b11003_M003": 180,
      "b11003_E010": 21,
      "b11003_M010": 36,
      "b11003_E016": 120,
      "b11003_M016": 72,
      "b17020_E001": 7136,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 44,
      "b17020_M004": 62,
      "b17020_E005": 88,
      "b17020_M005": 124,
      "b17020_E011": 260,
      "b17020_M011": 108,
      "b17020_E012": 394,
      "b17020_M012": 140,
      "b17020_E013": 437,
      "b17020_M013": 150,
      "b15003_E001": 5338,
      "b15003_M001": 257,
      "b15003_E022": 984,
      "b15003_M022": 259,
      "b15003_E023": 866,
      "b15003_M023": 271,
      "b15003_E024": 79,
      "b15003_M024": 55,
      "b15003_E025": 0,
      "b15003_M025": 19,
      "c16002_E001": 2847,
      "c16002_M001": 167,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 17,
      "c16002_M007": 27,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2847,
      "b22010_M001": 167,
      "b22010_E002": 43,
      "b22010_M002": 36,
      "b19013_E001": 96490,
      "b19013_M001": 21316
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.34,
       "moe": 16.12,
       "numerator": 331,
       "denominator": 1306
      },
      "children_with_two_parents_pct": {
       "estimate": 74.66,
       "moe": 15.87,
       "numerator": 975,
       "denominator": 1306
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.1,
       "moe": 9.7,
       "numerator": 111,
       "denominator": 787
      },
      "children_below_poverty_pct": {
       "estimate": 11.34,
       "moe": 11.99,
       "numerator": 149,
       "denominator": 1314
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.06,
       "moe": 6.76,
       "numerator": 1898,
       "denominator": 5264
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.36,
       "numerator": 0,
       "denominator": 2795
      },
      "snap_households_pct": {
       "estimate": 1.65,
       "moe": 1.75,
       "numerator": 46,
       "denominator": 2795
      },
      "median_household_income": {
       "estimate": 107050,
       "moe": 19590.0
      },
      "own_children_under_18": {
       "estimate": 1306,
       "moe": 199.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1314,
       "moe": 319.84996482726086
      }
     },
     "lines": {
      "b23008_E001": 1306,
      "b23008_M001": 199,
      "b23008_E003": 232,
      "b23008_M003": 120,
      "b23008_E008": 24,
      "b23008_M008": 25,
      "b23008_E016": 743,
      "b23008_M016": 225,
      "b23008_E021": 307,
      "b23008_M021": 215,
      "b11003_E001": 1966,
      "b11003_M001": 168,
      "b11003_E003": 676,
      "b11003_M003": 180,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 111,
      "b11003_M016": 79,
      "b17020_E001": 7142,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 49,
      "b17020_M004": 71,
      "b17020_E005": 100,
      "b17020_M005": 144,
      "b17020_E011": 256,
      "b17020_M011": 119,
      "b17020_E012": 355,
      "b17020_M012": 151,
      "b17020_E013": 554,
      "b17020_M013": 198,
      "b15003_E001": 5264,
      "b15003_M001": 258,
      "b15003_E022": 1080,
      "b15003_M022": 266,
      "b15003_E023": 759,
      "b15003_M023": 249,
      "b15003_E024": 59,
      "b15003_M024": 45,
      "b15003_E025": 0,
      "b15003_M025": 19,
      "c16002_E001": 2795,
      "c16002_M001": 151,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2795,
      "b22010_M001": 151,
      "b22010_E002": 46,
      "b22010_M002": 49,
      "b19013_E001": 107050,
      "b19013_M001": 19590
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.16,
       "moe": 13.38,
       "numerator": 325,
       "denominator": 1345
      },
      "children_with_two_parents_pct": {
       "estimate": 75.84,
       "moe": 15.64,
       "numerator": 1020,
       "denominator": 1345
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.32,
       "moe": 10.51,
       "numerator": 119,
       "denominator": 729
      },
      "children_below_poverty_pct": {
       "estimate": 7.81,
       "moe": 8.41,
       "numerator": 105,
       "denominator": 1345
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.42,
       "moe": 7.49,
       "numerator": 1986,
       "denominator": 5308
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.35,
       "numerator": 0,
       "denominator": 2821
      },
      "snap_households_pct": {
       "estimate": 4.01,
       "moe": 2.53,
       "numerator": 113,
       "denominator": 2821
      },
      "median_household_income": {
       "estimate": 106594,
       "moe": 13438.0
      },
      "own_children_under_18": {
       "estimate": 1345,
       "moe": 161.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1345,
       "moe": 304.6719547316425
      }
     },
     "lines": {
      "b23008_E001": 1345,
      "b23008_M001": 161,
      "b23008_E003": 393,
      "b23008_M003": 144,
      "b23008_E008": 26,
      "b23008_M008": 28,
      "b23008_E016": 627,
      "b23008_M016": 196,
      "b23008_E021": 299,
      "b23008_M021": 182,
      "b11003_E001": 1948,
      "b11003_M001": 199,
      "b11003_E003": 610,
      "b11003_M003": 180,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 119,
      "b11003_M016": 81,
      "b17020_E001": 7135,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 35,
      "b17020_M004": 51,
      "b17020_E005": 70,
      "b17020_M005": 102,
      "b17020_E011": 419,
      "b17020_M011": 147,
      "b17020_E012": 298,
      "b17020_M012": 129,
      "b17020_E013": 523,
      "b17020_M013": 203,
      "b15003_E001": 5308,
      "b15003_M001": 277,
      "b15003_E022": 1078,
      "b15003_M022": 269,
      "b15003_E023": 824,
      "b15003_M023": 306,
      "b15003_E024": 58,
      "b15003_M024": 44,
      "b15003_E025": 26,
      "b15003_M025": 31,
      "c16002_E001": 2821,
      "c16002_M001": 212,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2821,
      "b22010_M001": 212,
      "b22010_E002": 113,
      "b22010_M002": 72,
      "b19013_E001": 106594,
      "b19013_M001": 13438
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.22,
       "moe": 10.69,
       "numerator": 211,
       "denominator": 1225
      },
      "children_with_two_parents_pct": {
       "estimate": 82.78,
       "moe": 13.9,
       "numerator": 1014,
       "denominator": 1225
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.93,
       "moe": 10.03,
       "numerator": 119,
       "denominator": 797
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.69,
       "numerator": 0,
       "denominator": 1225
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.07,
       "moe": 7.39,
       "numerator": 2183,
       "denominator": 5448
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.34,
       "numerator": 0,
       "denominator": 2834
      },
      "snap_households_pct": {
       "estimate": 5.26,
       "moe": 2.94,
       "numerator": 149,
       "denominator": 2834
      },
      "median_household_income": {
       "estimate": 109135,
       "moe": 19475.0
      },
      "own_children_under_18": {
       "estimate": 1225,
       "moe": 163.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1225,
       "moe": 256.12496949731394
      }
     },
     "lines": {
      "b23008_E001": 1225,
      "b23008_M001": 163,
      "b23008_E003": 399,
      "b23008_M003": 126,
      "b23008_E008": 27,
      "b23008_M008": 32,
      "b23008_E016": 615,
      "b23008_M016": 177,
      "b23008_E021": 184,
      "b23008_M021": 130,
      "b11003_E001": 2100,
      "b11003_M001": 203,
      "b11003_E003": 678,
      "b11003_M003": 181,
      "b11003_E010": 9,
      "b11003_M010": 20,
      "b11003_E016": 110,
      "b11003_M016": 83,
      "b17020_E001": 7106,
      "b17020_M001": 38,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 426,
      "b17020_M011": 130,
      "b17020_E012": 286,
      "b17020_M012": 129,
      "b17020_E013": 513,
      "b17020_M013": 176,
      "b15003_E001": 5448,
      "b15003_M001": 252,
      "b15003_E022": 1178,
      "b15003_M022": 267,
      "b15003_E023": 842,
      "b15003_M023": 305,
      "b15003_E024": 126,
      "b15003_M024": 84,
      "b15003_E025": 37,
      "b15003_M025": 31,
      "c16002_E001": 2834,
      "c16002_M001": 195,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2834,
      "b22010_M001": 195,
      "b22010_E002": 149,
      "b22010_M002": 84,
      "b19013_E001": 109135,
      "b19013_M001": 19475
     }
    }
   }
  },
  "0902160": {
   "name": "Ledyard School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902160",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.03,
       "moe": 9.33,
       "numerator": 1012,
       "denominator": 3888
      },
      "children_with_two_parents_pct": {
       "estimate": 73.97,
       "moe": 9.2,
       "numerator": 2876,
       "denominator": 3888
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.27,
       "moe": 11.02,
       "numerator": 377,
       "denominator": 1693
      },
      "children_below_poverty_pct": {
       "estimate": 8.0,
       "moe": 4.62,
       "numerator": 316,
       "denominator": 3949
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.18,
       "moe": 4.22,
       "numerator": 3937,
       "denominator": 10311
      },
      "limited_english_households_pct": {
       "estimate": 0.83,
       "moe": 0.95,
       "numerator": 47,
       "denominator": 5696
      },
      "snap_households_pct": {
       "estimate": 3.49,
       "moe": 1.48,
       "numerator": 199,
       "denominator": 5696
      },
      "median_household_income": {
       "estimate": 95359,
       "moe": 12335.0
      },
      "own_children_under_18": {
       "estimate": 3888,
       "moe": 419.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3949,
       "moe": 545.2393969624719
      }
     },
     "lines": {
      "b23008_E001": 3888,
      "b23008_M001": 419,
      "b23008_E003": 958,
      "b23008_M003": 189,
      "b23008_E008": 287,
      "b23008_M008": 173,
      "b23008_E016": 1918,
      "b23008_M016": 434,
      "b23008_E021": 725,
      "b23008_M021": 337,
      "b11003_E001": 3934,
      "b11003_M001": 260,
      "b11003_E003": 1316,
      "b11003_M003": 211,
      "b11003_E010": 147,
      "b11003_M010": 138,
      "b11003_E016": 230,
      "b11003_M016": 141,
      "b17020_E001": 15304,
      "b17020_M001": 45,
      "b17020_E003": 116,
      "b17020_M003": 110,
      "b17020_E004": 112,
      "b17020_M004": 109,
      "b17020_E005": 88,
      "b17020_M005": 106,
      "b17020_E011": 1141,
      "b17020_M011": 212,
      "b17020_E012": 1047,
      "b17020_M012": 255,
      "b17020_E013": 1445,
      "b17020_M013": 390,
      "b15003_E001": 10311,
      "b15003_M001": 495,
      "b15003_E022": 2164,
      "b15003_M022": 332,
      "b15003_E023": 1385,
      "b15003_M023": 302,
      "b15003_E024": 150,
      "b15003_M024": 85,
      "b15003_E025": 238,
      "b15003_M025": 127,
      "c16002_E001": 5696,
      "c16002_M001": 339,
      "c16002_E004": 18,
      "c16002_M004": 31,
      "c16002_E007": 26,
      "c16002_M007": 39,
      "c16002_E010": 3,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5696,
      "b22010_M001": 339,
      "b22010_E002": 199,
      "b22010_M002": 85,
      "b19013_E001": 95359,
      "b19013_M001": 12335
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.96,
       "moe": 10.17,
       "numerator": 1357,
       "denominator": 3996
      },
      "children_with_two_parents_pct": {
       "estimate": 66.04,
       "moe": 10.87,
       "numerator": 2639,
       "denominator": 3996
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.5,
       "moe": 12.44,
       "numerator": 533,
       "denominator": 1640
      },
      "children_below_poverty_pct": {
       "estimate": 10.99,
       "moe": 6.21,
       "numerator": 446,
       "denominator": 4060
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.0,
       "moe": 5.19,
       "numerator": 4050,
       "denominator": 10384
      },
      "limited_english_households_pct": {
       "estimate": 0.68,
       "moe": 0.85,
       "numerator": 38,
       "denominator": 5567
      },
      "snap_households_pct": {
       "estimate": 3.41,
       "moe": 2.13,
       "numerator": 190,
       "denominator": 5567
      },
      "median_household_income": {
       "estimate": 94509,
       "moe": 18798.0
      },
      "own_children_under_18": {
       "estimate": 3996,
       "moe": 467.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4060,
       "moe": 611.9926470146517
      }
     },
     "lines": {
      "b23008_E001": 3996,
      "b23008_M001": 467,
      "b23008_E003": 797,
      "b23008_M003": 269,
      "b23008_E008": 345,
      "b23008_M008": 187,
      "b23008_E016": 1842,
      "b23008_M016": 460,
      "b23008_E021": 1012,
      "b23008_M021": 394,
      "b11003_E001": 3884,
      "b11003_M001": 223,
      "b11003_E003": 1107,
      "b11003_M003": 219,
      "b11003_E010": 250,
      "b11003_M010": 175,
      "b11003_E016": 283,
      "b11003_M016": 147,
      "b17020_E001": 15383,
      "b17020_M001": 40,
      "b17020_E003": 132,
      "b17020_M003": 126,
      "b17020_E004": 201,
      "b17020_M004": 192,
      "b17020_E005": 113,
      "b17020_M005": 124,
      "b17020_E011": 1027,
      "b17020_M011": 257,
      "b17020_E012": 1307,
      "b17020_M012": 387,
      "b17020_E013": 1280,
      "b17020_M013": 301,
      "b15003_E001": 10384,
      "b15003_M001": 473,
      "b15003_E022": 2287,
      "b15003_M022": 378,
      "b15003_E023": 1402,
      "b15003_M023": 398,
      "b15003_E024": 183,
      "b15003_M024": 85,
      "b15003_E025": 178,
      "b15003_M025": 126,
      "c16002_E001": 5567,
      "c16002_M001": 348,
      "c16002_E004": 14,
      "c16002_M004": 26,
      "c16002_E007": 21,
      "c16002_M007": 33,
      "c16002_E010": 3,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5567,
      "b22010_M001": 348,
      "b22010_E002": 190,
      "b22010_M002": 119,
      "b19013_E001": 94509,
      "b19013_M001": 18798
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.8,
       "moe": 12.35,
       "numerator": 1304,
       "denominator": 3976
      },
      "children_with_two_parents_pct": {
       "estimate": 67.2,
       "moe": 10.2,
       "numerator": 2672,
       "denominator": 3976
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.7,
       "moe": 11.48,
       "numerator": 515,
       "denominator": 1734
      },
      "children_below_poverty_pct": {
       "estimate": 12.23,
       "moe": 6.69,
       "numerator": 502,
       "denominator": 4104
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.7,
       "moe": 5.17,
       "numerator": 4106,
       "denominator": 10342
      },
      "limited_english_households_pct": {
       "estimate": 0.47,
       "moe": 0.88,
       "numerator": 26,
       "denominator": 5504
      },
      "snap_households_pct": {
       "estimate": 5.25,
       "moe": 2.71,
       "numerator": 289,
       "denominator": 5504
      },
      "median_household_income": {
       "estimate": 107774,
       "moe": 10065.0
      },
      "own_children_under_18": {
       "estimate": 3976,
       "moe": 464.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4104,
       "moe": 617.7596620045696
      }
     },
     "lines": {
      "b23008_E001": 3976,
      "b23008_M001": 464,
      "b23008_E003": 637,
      "b23008_M003": 256,
      "b23008_E008": 451,
      "b23008_M008": 261,
      "b23008_E016": 2035,
      "b23008_M016": 443,
      "b23008_E021": 853,
      "b23008_M021": 443,
      "b11003_E001": 3806,
      "b11003_M001": 246,
      "b11003_E003": 1219,
      "b11003_M003": 224,
      "b11003_E010": 176,
      "b11003_M010": 166,
      "b11003_E016": 339,
      "b11003_M016": 144,
      "b17020_E001": 15381,
      "b17020_M001": 30,
      "b17020_E003": 160,
      "b17020_M003": 141,
      "b17020_E004": 234,
      "b17020_M004": 218,
      "b17020_E005": 108,
      "b17020_M005": 117,
      "b17020_E011": 947,
      "b17020_M011": 268,
      "b17020_E012": 1231,
      "b17020_M012": 303,
      "b17020_E013": 1424,
      "b17020_M013": 370,
      "b15003_E001": 10342,
      "b15003_M001": 488,
      "b15003_E022": 2093,
      "b15003_M022": 386,
      "b15003_E023": 1732,
      "b15003_M023": 404,
      "b15003_E024": 143,
      "b15003_M024": 72,
      "b15003_E025": 138,
      "b15003_M025": 77,
      "c16002_E001": 5504,
      "c16002_M001": 306,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 23,
      "c16002_M007": 38,
      "c16002_E010": 3,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5504,
      "b22010_M001": 306,
      "b22010_E002": 289,
      "b22010_M002": 150,
      "b19013_E001": 107774,
      "b19013_M001": 10065
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.25,
       "moe": 10.62,
       "numerator": 1393,
       "denominator": 4067
      },
      "children_with_two_parents_pct": {
       "estimate": 65.75,
       "moe": 11.13,
       "numerator": 2674,
       "denominator": 4067
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.4,
       "moe": 10.95,
       "numerator": 691,
       "denominator": 1952
      },
      "children_below_poverty_pct": {
       "estimate": 8.68,
       "moe": 5.41,
       "numerator": 367,
       "denominator": 4230
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.45,
       "moe": 4.74,
       "numerator": 4179,
       "denominator": 10330
      },
      "limited_english_households_pct": {
       "estimate": 0.29,
       "moe": 0.65,
       "numerator": 16,
       "denominator": 5551
      },
      "snap_households_pct": {
       "estimate": 4.59,
       "moe": 2.78,
       "numerator": 255,
       "denominator": 5551
      },
      "median_household_income": {
       "estimate": 107975,
       "moe": 9893.0
      },
      "own_children_under_18": {
       "estimate": 4067,
       "moe": 416.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4230,
       "moe": 643.8066479930135
      }
     },
     "lines": {
      "b23008_E001": 4067,
      "b23008_M001": 416,
      "b23008_E003": 731,
      "b23008_M003": 334,
      "b23008_E008": 282,
      "b23008_M008": 186,
      "b23008_E016": 1943,
      "b23008_M016": 410,
      "b23008_E021": 1111,
      "b23008_M021": 415,
      "b11003_E001": 3906,
      "b11003_M001": 267,
      "b11003_E003": 1261,
      "b11003_M003": 222,
      "b11003_E010": 266,
      "b11003_M010": 197,
      "b11003_E016": 425,
      "b11003_M016": 143,
      "b17020_E001": 15418,
      "b17020_M001": 42,
      "b17020_E003": 117,
      "b17020_M003": 117,
      "b17020_E004": 169,
      "b17020_M004": 176,
      "b17020_E005": 81,
      "b17020_M005": 104,
      "b17020_E011": 910,
      "b17020_M011": 333,
      "b17020_E012": 1487,
      "b17020_M012": 374,
      "b17020_E013": 1466,
      "b17020_M013": 329,
      "b15003_E001": 10330,
      "b15003_M001": 439,
      "b15003_E022": 2201,
      "b15003_M022": 350,
      "b15003_E023": 1664,
      "b15003_M023": 365,
      "b15003_E024": 97,
      "b15003_M024": 56,
      "b15003_E025": 217,
      "b15003_M025": 113,
      "c16002_E001": 5551,
      "c16002_M001": 351,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 13,
      "c16002_M007": 20,
      "c16002_E010": 3,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5551,
      "b22010_M001": 351,
      "b22010_E002": 255,
      "b22010_M002": 155,
      "b19013_E001": 107975,
      "b19013_M001": 9893
     }
    }
   }
  },
  "0902190": {
   "name": "Lisbon School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0902190",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.04,
       "moe": 16.83,
       "numerator": 304,
       "denominator": 920
      },
      "children_with_two_parents_pct": {
       "estimate": 66.96,
       "moe": 7.25,
       "numerator": 616,
       "denominator": 920
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.88,
       "moe": 23.64,
       "numerator": 208,
       "denominator": 535
      },
      "children_below_poverty_pct": {
       "estimate": 11.23,
       "moe": 14.88,
       "numerator": 115,
       "denominator": 1024
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.03,
       "moe": 5.63,
       "numerator": 678,
       "denominator": 2822
      },
      "limited_english_households_pct": {
       "estimate": 0.6,
       "moe": 1.66,
       "numerator": 10,
       "denominator": 1668
      },
      "snap_households_pct": {
       "estimate": 4.44,
       "moe": 3.04,
       "numerator": 74,
       "denominator": 1668
      },
      "median_household_income": {
       "estimate": 83158,
       "moe": 19280.0
      },
      "own_children_under_18": {
       "estimate": 920,
       "moe": 187.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1024,
       "moe": 255.30961595678295
      }
     },
     "lines": {
      "b23008_E001": 920,
      "b23008_M001": 187,
      "b23008_E003": 161,
      "b23008_M003": 92,
      "b23008_E008": 81,
      "b23008_M008": 95,
      "b23008_E016": 455,
      "b23008_M016": 108,
      "b23008_E021": 223,
      "b23008_M021": 137,
      "b11003_E001": 1252,
      "b11003_M001": 94,
      "b11003_E003": 327,
      "b11003_M003": 69,
      "b11003_E010": 82,
      "b11003_M010": 116,
      "b11003_E016": 126,
      "b11003_M016": 79,
      "b17020_E001": 4194,
      "b17020_M001": 16,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 115,
      "b17020_M004": 154,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 242,
      "b17020_M011": 118,
      "b17020_E012": 299,
      "b17020_M012": 111,
      "b17020_E013": 368,
      "b17020_M013": 122,
      "b15003_E001": 2822,
      "b15003_M001": 201,
      "b15003_E022": 317,
      "b15003_M022": 104,
      "b15003_E023": 273,
      "b15003_M023": 115,
      "b15003_E024": 63,
      "b15003_M024": 55,
      "b15003_E025": 25,
      "b15003_M025": 23,
      "c16002_E001": 1668,
      "c16002_M001": 124,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 10,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1668,
      "b22010_M001": 124,
      "b22010_E002": 74,
      "b22010_M002": 51,
      "b19013_E001": 83158,
      "b19013_M001": 19280
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.09,
       "moe": 16.74,
       "numerator": 309,
       "denominator": 963
      },
      "children_with_two_parents_pct": {
       "estimate": 67.91,
       "moe": 12.55,
       "numerator": 654,
       "denominator": 963
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.31,
       "moe": 25.13,
       "numerator": 190,
       "denominator": 496
      },
      "children_below_poverty_pct": {
       "estimate": 8.36,
       "moe": 12.17,
       "numerator": 87,
       "denominator": 1041
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.3,
       "moe": 5.84,
       "numerator": 632,
       "denominator": 2834
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.64,
       "numerator": 0,
       "denominator": 1590
      },
      "snap_households_pct": {
       "estimate": 4.53,
       "moe": 2.75,
       "numerator": 72,
       "denominator": 1590
      },
      "median_household_income": {
       "estimate": 86932,
       "moe": 18178.0
      },
      "own_children_under_18": {
       "estimate": 963,
       "moe": 178.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1041,
       "moe": 246.8764873372918
      }
     },
     "lines": {
      "b23008_E001": 963,
      "b23008_M001": 178,
      "b23008_E003": 196,
      "b23008_M003": 130,
      "b23008_E008": 101,
      "b23008_M008": 101,
      "b23008_E016": 458,
      "b23008_M016": 111,
      "b23008_E021": 208,
      "b23008_M021": 138,
      "b11003_E001": 1280,
      "b11003_M001": 87,
      "b11003_E003": 306,
      "b11003_M003": 61,
      "b11003_E010": 84,
      "b11003_M010": 115,
      "b11003_E016": 106,
      "b11003_M016": 75,
      "b17020_E001": 4198,
      "b17020_M001": 42,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 87,
      "b17020_M004": 127,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 297,
      "b17020_M011": 121,
      "b17020_E012": 353,
      "b17020_M012": 116,
      "b17020_E013": 304,
      "b17020_M013": 128,
      "b15003_E001": 2834,
      "b15003_M001": 179,
      "b15003_E022": 293,
      "b15003_M022": 89,
      "b15003_E023": 297,
      "b15003_M023": 142,
      "b15003_E024": 23,
      "b15003_M024": 23,
      "b15003_E025": 19,
      "b15003_M025": 20,
      "c16002_E001": 1590,
      "c16002_M001": 120,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1590,
      "b22010_M001": 120,
      "b22010_E002": 72,
      "b22010_M002": 44,
      "b19013_E001": 86932,
      "b19013_M001": 18178
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.68,
       "moe": 16.28,
       "numerator": 265,
       "denominator": 893
      },
      "children_with_two_parents_pct": {
       "estimate": 70.32,
       "moe": 14.44,
       "numerator": 628,
       "denominator": 893
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.22,
       "moe": 26.39,
       "numerator": 185,
       "denominator": 484
      },
      "children_below_poverty_pct": {
       "estimate": 9.44,
       "moe": 12.29,
       "numerator": 92,
       "denominator": 975
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.24,
       "moe": 5.49,
       "numerator": 629,
       "denominator": 2962
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.72,
       "numerator": 0,
       "denominator": 1626
      },
      "snap_households_pct": {
       "estimate": 6.4,
       "moe": 3.36,
       "numerator": 104,
       "denominator": 1626
      },
      "median_household_income": {
       "estimate": 94302,
       "moe": 12665.0
      },
      "own_children_under_18": {
       "estimate": 893,
       "moe": 166.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 975,
       "moe": 223.35174053496874
      }
     },
     "lines": {
      "b23008_E001": 893,
      "b23008_M001": 166,
      "b23008_E003": 202,
      "b23008_M003": 125,
      "b23008_E008": 149,
      "b23008_M008": 112,
      "b23008_E016": 426,
      "b23008_M016": 121,
      "b23008_E021": 116,
      "b23008_M021": 105,
      "b11003_E001": 1271,
      "b11003_M001": 104,
      "b11003_E003": 299,
      "b11003_M003": 55,
      "b11003_E010": 129,
      "b11003_M010": 123,
      "b11003_E016": 56,
      "b11003_M016": 67,
      "b17020_E001": 4211,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 92,
      "b17020_M004": 120,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 351,
      "b17020_M011": 127,
      "b17020_E012": 356,
      "b17020_M012": 118,
      "b17020_E013": 176,
      "b17020_M013": 71,
      "b15003_E001": 2962,
      "b15003_M001": 176,
      "b15003_E022": 296,
      "b15003_M022": 107,
      "b15003_E023": 286,
      "b15003_M023": 124,
      "b15003_E024": 24,
      "b15003_M024": 21,
      "b15003_E025": 23,
      "b15003_M025": 23,
      "c16002_E001": 1626,
      "c16002_M001": 104,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1626,
      "b22010_M001": 104,
      "b22010_E002": 104,
      "b22010_M002": 55,
      "b19013_E001": 94302,
      "b19013_M001": 12665
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.12,
       "moe": 18.44,
       "numerator": 314,
       "denominator": 846
      },
      "children_with_two_parents_pct": {
       "estimate": 62.88,
       "moe": 11.83,
       "numerator": 532,
       "denominator": 846
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.41,
       "moe": 26.47,
       "numerator": 226,
       "denominator": 487
      },
      "children_below_poverty_pct": {
       "estimate": 9.23,
       "moe": 14.01,
       "numerator": 86,
       "denominator": 932
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.17,
       "moe": 5.0,
       "numerator": 565,
       "denominator": 2947
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.68,
       "numerator": 0,
       "denominator": 1663
      },
      "snap_households_pct": {
       "estimate": 4.87,
       "moe": 3.17,
       "numerator": 81,
       "denominator": 1663
      },
      "median_household_income": {
       "estimate": 92708,
       "moe": 11854.0
      },
      "own_children_under_18": {
       "estimate": 846,
       "moe": 185.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 932,
       "moe": 240.8132056179644
      }
     },
     "lines": {
      "b23008_E001": 846,
      "b23008_M001": 185,
      "b23008_E003": 183,
      "b23008_M003": 109,
      "b23008_E008": 144,
      "b23008_M008": 118,
      "b23008_E016": 349,
      "b23008_M016": 108,
      "b23008_E021": 170,
      "b23008_M021": 123,
      "b11003_E001": 1280,
      "b11003_M001": 108,
      "b11003_E003": 261,
      "b11003_M003": 71,
      "b11003_E010": 134,
      "b11003_M010": 129,
      "b11003_E016": 92,
      "b11003_M016": 77,
      "b17020_E001": 4210,
      "b17020_M001": 42,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 86,
      "b17020_M004": 131,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 327,
      "b17020_M011": 129,
      "b17020_E012": 324,
      "b17020_M012": 126,
      "b17020_E013": 195,
      "b17020_M013": 89,
      "b15003_E001": 2947,
      "b15003_M001": 173,
      "b15003_E022": 268,
      "b15003_M022": 86,
      "b15003_E023": 272,
      "b15003_M023": 122,
      "b15003_E024": 12,
      "b15003_M024": 16,
      "b15003_E025": 13,
      "b15003_M025": 17,
      "c16002_E001": 1663,
      "c16002_M001": 108,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1663,
      "b22010_M001": 108,
      "b22010_E002": 81,
      "b22010_M002": 53,
      "b19013_E001": 92708,
      "b19013_M001": 11854
     }
    }
   }
  },
  "0902220": {
   "name": "Litchfield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902220",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.82,
       "moe": 9.79,
       "numerator": 273,
       "denominator": 1146
      },
      "children_with_two_parents_pct": {
       "estimate": 76.18,
       "moe": 4.13,
       "numerator": 873,
       "denominator": 1146
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.62,
       "moe": 11.37,
       "numerator": 179,
       "denominator": 648
      },
      "children_below_poverty_pct": {
       "estimate": 5.98,
       "moe": 2.86,
       "numerator": 75,
       "denominator": 1255
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.81,
       "moe": 4.4,
       "numerator": 2698,
       "denominator": 6302
      },
      "limited_english_households_pct": {
       "estimate": 1.23,
       "moe": 1.24,
       "numerator": 41,
       "denominator": 3332
      },
      "snap_households_pct": {
       "estimate": 4.08,
       "moe": 1.64,
       "numerator": 136,
       "denominator": 3332
      },
      "median_household_income": {
       "estimate": 98286,
       "moe": 10942.0
      },
      "own_children_under_18": {
       "estimate": 1146,
       "moe": 174.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1255,
       "moe": 215.52262062252305
      }
     },
     "lines": {
      "b23008_E001": 1146,
      "b23008_M001": 174,
      "b23008_E003": 282,
      "b23008_M003": 101,
      "b23008_E008": 45,
      "b23008_M008": 42,
      "b23008_E016": 591,
      "b23008_M016": 98,
      "b23008_E021": 228,
      "b23008_M021": 112,
      "b11003_E001": 2181,
      "b11003_M001": 144,
      "b11003_E003": 469,
      "b11003_M003": 79,
      "b11003_E010": 110,
      "b11003_M010": 68,
      "b11003_E016": 69,
      "b11003_M016": 42,
      "b17020_E001": 8064,
      "b17020_M001": 44,
      "b17020_E003": 33,
      "b17020_M003": 23,
      "b17020_E004": 13,
      "b17020_M004": 14,
      "b17020_E005": 29,
      "b17020_M005": 27,
      "b17020_E011": 302,
      "b17020_M011": 110,
      "b17020_E012": 451,
      "b17020_M012": 136,
      "b17020_E013": 427,
      "b17020_M013": 120,
      "b15003_E001": 6302,
      "b15003_M001": 243,
      "b15003_E022": 1444,
      "b15003_M022": 218,
      "b15003_E023": 1002,
      "b15003_M023": 185,
      "b15003_E024": 185,
      "b15003_M024": 70,
      "b15003_E025": 67,
      "b15003_M025": 35,
      "c16002_E001": 3332,
      "c16002_M001": 181,
      "c16002_E004": 21,
      "c16002_M004": 25,
      "c16002_E007": 20,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3332,
      "b22010_M001": 181,
      "b22010_E002": 136,
      "b22010_M002": 55,
      "b19013_E001": 98286,
      "b19013_M001": 10942
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.05,
       "moe": 8.81,
       "numerator": 273,
       "denominator": 1297
      },
      "children_with_two_parents_pct": {
       "estimate": 78.95,
       "moe": 9.41,
       "numerator": 1024,
       "denominator": 1297
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.51,
       "moe": 10.39,
       "numerator": 197,
       "denominator": 743
      },
      "children_below_poverty_pct": {
       "estimate": 2.65,
       "moe": 1.69,
       "numerator": 36,
       "denominator": 1359
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.18,
       "moe": 5.81,
       "numerator": 2898,
       "denominator": 6276
      },
      "limited_english_households_pct": {
       "estimate": 0.86,
       "moe": 1.19,
       "numerator": 30,
       "denominator": 3481
      },
      "snap_households_pct": {
       "estimate": 2.41,
       "moe": 0.82,
       "numerator": 84,
       "denominator": 3481
      },
      "median_household_income": {
       "estimate": 112910,
       "moe": 16647.0
      },
      "own_children_under_18": {
       "estimate": 1297,
       "moe": 186.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1359,
       "moe": 217.80266297729236
      }
     },
     "lines": {
      "b23008_E001": 1297,
      "b23008_M001": 186,
      "b23008_E003": 309,
      "b23008_M003": 101,
      "b23008_E008": 20,
      "b23008_M008": 26,
      "b23008_E016": 715,
      "b23008_M016": 162,
      "b23008_E021": 253,
      "b23008_M021": 118,
      "b11003_E001": 2220,
      "b11003_M001": 139,
      "b11003_E003": 546,
      "b11003_M003": 98,
      "b11003_E010": 106,
      "b11003_M010": 65,
      "b11003_E016": 91,
      "b11003_M016": 54,
      "b17020_E001": 8126,
      "b17020_M001": 38,
      "b17020_E003": 17,
      "b17020_M003": 15,
      "b17020_E004": 5,
      "b17020_M004": 7,
      "b17020_E005": 14,
      "b17020_M005": 17,
      "b17020_E011": 323,
      "b17020_M011": 107,
      "b17020_E012": 527,
      "b17020_M012": 149,
      "b17020_E013": 473,
      "b17020_M013": 115,
      "b15003_E001": 6276,
      "b15003_M001": 237,
      "b15003_E022": 1652,
      "b15003_M022": 277,
      "b15003_E023": 984,
      "b15003_M023": 251,
      "b15003_E024": 195,
      "b15003_M024": 59,
      "b15003_E025": 67,
      "b15003_M025": 43,
      "c16002_E001": 3481,
      "c16002_M001": 218,
      "c16002_E004": 18,
      "c16002_M004": 29,
      "c16002_E007": 12,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3481,
      "b22010_M001": 218,
      "b22010_E002": 84,
      "b22010_M002": 29,
      "b19013_E001": 112910,
      "b19013_M001": 16647
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.32,
       "moe": 5.07,
       "numerator": 167,
       "denominator": 1254
      },
      "children_with_two_parents_pct": {
       "estimate": 86.68,
       "moe": 9.17,
       "numerator": 1087,
       "denominator": 1254
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.15,
       "moe": 7.99,
       "numerator": 137,
       "denominator": 680
      },
      "children_below_poverty_pct": {
       "estimate": 2.26,
       "moe": 1.81,
       "numerator": 30,
       "denominator": 1327
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.47,
       "moe": 5.52,
       "numerator": 2953,
       "denominator": 6355
      },
      "limited_english_households_pct": {
       "estimate": 0.35,
       "moe": 1.04,
       "numerator": 12,
       "denominator": 3436
      },
      "snap_households_pct": {
       "estimate": 2.85,
       "moe": 1.0,
       "numerator": 98,
       "denominator": 3436
      },
      "median_household_income": {
       "estimate": 106912,
       "moe": 12622.0
      },
      "own_children_under_18": {
       "estimate": 1254,
       "moe": 182.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1327,
       "moe": 215.32997933404442
      }
     },
     "lines": {
      "b23008_E001": 1254,
      "b23008_M001": 182,
      "b23008_E003": 322,
      "b23008_M003": 116,
      "b23008_E008": 32,
      "b23008_M008": 28,
      "b23008_E016": 765,
      "b23008_M016": 157,
      "b23008_E021": 135,
      "b23008_M021": 62,
      "b11003_E001": 2206,
      "b11003_M001": 143,
      "b11003_E003": 543,
      "b11003_M003": 111,
      "b11003_E010": 61,
      "b11003_M010": 48,
      "b11003_E016": 76,
      "b11003_M016": 36,
      "b17020_E001": 8160,
      "b17020_M001": 40,
      "b17020_E003": 9,
      "b17020_M003": 11,
      "b17020_E004": 11,
      "b17020_M004": 16,
      "b17020_E005": 10,
      "b17020_M005": 15,
      "b17020_E011": 356,
      "b17020_M011": 118,
      "b17020_E012": 501,
      "b17020_M012": 145,
      "b17020_E013": 440,
      "b17020_M013": 104,
      "b15003_E001": 6355,
      "b15003_M001": 221,
      "b15003_E022": 1670,
      "b15003_M022": 285,
      "b15003_E023": 1025,
      "b15003_M023": 214,
      "b15003_E024": 189,
      "b15003_M024": 72,
      "b15003_E025": 69,
      "b15003_M025": 38,
      "c16002_E001": 3436,
      "c16002_M001": 209,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 12,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3436,
      "b22010_M001": 209,
      "b22010_E002": 98,
      "b22010_M002": 35,
      "b19013_E001": 106912,
      "b19013_M001": 12622
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.78,
       "moe": 5.19,
       "numerator": 130,
       "denominator": 1206
      },
      "children_with_two_parents_pct": {
       "estimate": 89.22,
       "moe": 7.74,
       "numerator": 1076,
       "denominator": 1206
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.01,
       "moe": 7.95,
       "numerator": 102,
       "denominator": 637
      },
      "children_below_poverty_pct": {
       "estimate": 2.04,
       "moe": 1.97,
       "numerator": 26,
       "denominator": 1272
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.76,
       "moe": 5.61,
       "numerator": 2885,
       "denominator": 6446
      },
      "limited_english_households_pct": {
       "estimate": 0.56,
       "moe": 1.03,
       "numerator": 20,
       "denominator": 3566
      },
      "snap_households_pct": {
       "estimate": 3.34,
       "moe": 1.25,
       "numerator": 119,
       "denominator": 3566
      },
      "median_household_income": {
       "estimate": 102609,
       "moe": 15694.0
      },
      "own_children_under_18": {
       "estimate": 1206,
       "moe": 171.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1272,
       "moe": 205.8203099793604
      }
     },
     "lines": {
      "b23008_E001": 1206,
      "b23008_M001": 171,
      "b23008_E003": 333,
      "b23008_M003": 115,
      "b23008_E008": 46,
      "b23008_M008": 38,
      "b23008_E016": 743,
      "b23008_M016": 137,
      "b23008_E021": 84,
      "b23008_M021": 53,
      "b11003_E001": 2269,
      "b11003_M001": 145,
      "b11003_E003": 535,
      "b11003_M003": 82,
      "b11003_E010": 27,
      "b11003_M010": 31,
      "b11003_E016": 75,
      "b11003_M016": 43,
      "b17020_E001": 8179,
      "b17020_M001": 51,
      "b17020_E003": 6,
      "b17020_M003": 10,
      "b17020_E004": 10,
      "b17020_M004": 17,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 379,
      "b17020_M011": 127,
      "b17020_E012": 474,
      "b17020_M012": 118,
      "b17020_E013": 393,
      "b17020_M013": 108,
      "b15003_E001": 6446,
      "b15003_M001": 228,
      "b15003_E022": 1706,
      "b15003_M022": 290,
      "b15003_E023": 951,
      "b15003_M023": 229,
      "b15003_E024": 149,
      "b15003_M024": 53,
      "b15003_E025": 79,
      "b15003_M025": 45,
      "c16002_E001": 3566,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 20,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3566,
      "b22010_M001": 187,
      "b22010_E002": 119,
      "b22010_M002": 45,
      "b19013_E001": 102609,
      "b19013_M001": 15694
     }
    }
   }
  },
  "0902280": {
   "name": "Madison School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902280",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.89,
       "moe": 4.94,
       "numerator": 464,
       "denominator": 3341
      },
      "children_with_two_parents_pct": {
       "estimate": 86.11,
       "moe": 6.26,
       "numerator": 2877,
       "denominator": 3341
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.48,
       "moe": 6.35,
       "numerator": 258,
       "denominator": 1782
      },
      "children_below_poverty_pct": {
       "estimate": 1.28,
       "moe": 1.51,
       "numerator": 43,
       "denominator": 3359
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 67.82,
       "moe": 5.43,
       "numerator": 8838,
       "denominator": 13031
      },
      "limited_english_households_pct": {
       "estimate": 0.15,
       "moe": 0.59,
       "numerator": 10,
       "denominator": 6719
      },
      "snap_households_pct": {
       "estimate": 1.83,
       "moe": 0.95,
       "numerator": 123,
       "denominator": 6719
      },
      "median_household_income": {
       "estimate": 140990,
       "moe": 9025.0
      },
      "own_children_under_18": {
       "estimate": 3341,
       "moe": 318.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3359,
       "moe": 365.3929391764433
      }
     },
     "lines": {
      "b23008_E001": 3341,
      "b23008_M001": 318,
      "b23008_E003": 632,
      "b23008_M003": 205,
      "b23008_E008": 81,
      "b23008_M008": 74,
      "b23008_E016": 2245,
      "b23008_M016": 277,
      "b23008_E021": 383,
      "b23008_M021": 154,
      "b11003_E001": 5221,
      "b11003_M001": 241,
      "b11003_E003": 1524,
      "b11003_M003": 171,
      "b11003_E010": 46,
      "b11003_M010": 37,
      "b11003_E016": 212,
      "b11003_M016": 111,
      "b17020_E001": 17580,
      "b17020_M001": 154,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 9,
      "b17020_M004": 15,
      "b17020_E005": 34,
      "b17020_M005": 44,
      "b17020_E011": 713,
      "b17020_M011": 195,
      "b17020_E012": 1185,
      "b17020_M012": 214,
      "b17020_E013": 1418,
      "b17020_M013": 217,
      "b15003_E001": 13031,
      "b15003_M001": 429,
      "b15003_E022": 4768,
      "b15003_M022": 560,
      "b15003_E023": 2670,
      "b15003_M023": 434,
      "b15003_E024": 967,
      "b15003_M024": 247,
      "b15003_E025": 433,
      "b15003_M025": 150,
      "c16002_E001": 6719,
      "c16002_M001": 263,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 10,
      "c16002_M007": 15,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6719,
      "b22010_M001": 263,
      "b22010_E002": 123,
      "b22010_M002": 64,
      "b19013_E001": 140990,
      "b19013_M001": 9025
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.85,
       "moe": 5.58,
       "numerator": 435,
       "denominator": 3385
      },
      "children_with_two_parents_pct": {
       "estimate": 87.15,
       "moe": 6.97,
       "numerator": 2950,
       "denominator": 3385
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.06,
       "moe": 6.87,
       "numerator": 241,
       "denominator": 1714
      },
      "children_below_poverty_pct": {
       "estimate": 1.47,
       "moe": 1.55,
       "numerator": 50,
       "denominator": 3411
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 69.81,
       "moe": 5.21,
       "numerator": 9136,
       "denominator": 13087
      },
      "limited_english_households_pct": {
       "estimate": 0.15,
       "moe": 0.58,
       "numerator": 10,
       "denominator": 6825
      },
      "snap_households_pct": {
       "estimate": 1.51,
       "moe": 0.86,
       "numerator": 103,
       "denominator": 6825
      },
      "median_household_income": {
       "estimate": 156171,
       "moe": 12715.0
      },
      "own_children_under_18": {
       "estimate": 3385,
       "moe": 301.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3411,
       "moe": 378.7386962009559
      }
     },
     "lines": {
      "b23008_E001": 3385,
      "b23008_M001": 301,
      "b23008_E003": 596,
      "b23008_M003": 179,
      "b23008_E008": 10,
      "b23008_M008": 16,
      "b23008_E016": 2354,
      "b23008_M016": 304,
      "b23008_E021": 425,
      "b23008_M021": 192,
      "b11003_E001": 5281,
      "b11003_M001": 190,
      "b11003_E003": 1473,
      "b11003_M003": 175,
      "b11003_E010": 49,
      "b11003_M010": 36,
      "b11003_E016": 192,
      "b11003_M016": 116,
      "b17020_E001": 17492,
      "b17020_M001": 32,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 11,
      "b17020_M004": 16,
      "b17020_E005": 39,
      "b17020_M005": 46,
      "b17020_E011": 606,
      "b17020_M011": 181,
      "b17020_E012": 1305,
      "b17020_M012": 213,
      "b17020_E013": 1450,
      "b17020_M013": 250,
      "b15003_E001": 13087,
      "b15003_M001": 378,
      "b15003_E022": 4834,
      "b15003_M022": 559,
      "b15003_E023": 2746,
      "b15003_M023": 374,
      "b15003_E024": 976,
      "b15003_M024": 212,
      "b15003_E025": 580,
      "b15003_M025": 195,
      "c16002_E001": 6825,
      "c16002_M001": 265,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 10,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6825,
      "b22010_M001": 265,
      "b22010_E002": 103,
      "b22010_M002": 59,
      "b19013_E001": 156171,
      "b19013_M001": 12715
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.81,
       "moe": 4.11,
       "numerator": 322,
       "denominator": 3282
      },
      "children_with_two_parents_pct": {
       "estimate": 90.19,
       "moe": 8.39,
       "numerator": 2960,
       "denominator": 3282
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.07,
       "moe": 5.8,
       "numerator": 215,
       "denominator": 1782
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.1,
       "numerator": 0,
       "denominator": 3310
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.75,
       "moe": 4.92,
       "numerator": 9479,
       "denominator": 13211
      },
      "limited_english_households_pct": {
       "estimate": 0.13,
       "moe": 0.57,
       "numerator": 9,
       "denominator": 6879
      },
      "snap_households_pct": {
       "estimate": 0.96,
       "moe": 0.59,
       "numerator": 66,
       "denominator": 6879
      },
      "median_household_income": {
       "estimate": 168341,
       "moe": 13466.0
      },
      "own_children_under_18": {
       "estimate": 3282,
       "moe": 316.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3310,
       "moe": 422.7883631321941
      }
     },
     "lines": {
      "b23008_E001": 3282,
      "b23008_M001": 316,
      "b23008_E003": 804,
      "b23008_M003": 221,
      "b23008_E008": 22,
      "b23008_M008": 25,
      "b23008_E016": 2156,
      "b23008_M016": 329,
      "b23008_E021": 300,
      "b23008_M021": 136,
      "b11003_E001": 5302,
      "b11003_M001": 226,
      "b11003_E003": 1567,
      "b11003_M003": 151,
      "b11003_E010": 25,
      "b11003_M010": 24,
      "b11003_E016": 190,
      "b11003_M016": 103,
      "b17020_E001": 17422,
      "b17020_M001": 50,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 826,
      "b17020_M011": 217,
      "b17020_E012": 997,
      "b17020_M012": 267,
      "b17020_E013": 1487,
      "b17020_M013": 243,
      "b15003_E001": 13211,
      "b15003_M001": 371,
      "b15003_E022": 4761,
      "b15003_M022": 533,
      "b15003_E023": 3094,
      "b15003_M023": 354,
      "b15003_E024": 965,
      "b15003_M024": 207,
      "b15003_E025": 659,
      "b15003_M025": 201,
      "c16002_E001": 6879,
      "c16002_M001": 266,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 9,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6879,
      "b22010_M001": 266,
      "b22010_E002": 66,
      "b22010_M002": 41,
      "b19013_E001": 168341,
      "b19013_M001": 13466
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.04,
       "moe": 5.01,
       "numerator": 447,
       "denominator": 3183
      },
      "children_with_two_parents_pct": {
       "estimate": 85.96,
       "moe": 7.14,
       "numerator": 2736,
       "denominator": 3183
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.72,
       "moe": 6.32,
       "numerator": 275,
       "denominator": 1749
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.14,
       "numerator": 0,
       "denominator": 3183
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.4,
       "moe": 4.55,
       "numerator": 9631,
       "denominator": 13302
      },
      "limited_english_households_pct": {
       "estimate": 0.1,
       "moe": 0.55,
       "numerator": 7,
       "denominator": 7006
      },
      "snap_households_pct": {
       "estimate": 1.47,
       "moe": 0.97,
       "numerator": 103,
       "denominator": 7006
      },
      "median_household_income": {
       "estimate": 167442,
       "moe": 16036.0
      },
      "own_children_under_18": {
       "estimate": 3183,
       "moe": 351.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3183,
       "moe": 399.2543049235662
      }
     },
     "lines": {
      "b23008_E001": 3183,
      "b23008_M001": 351,
      "b23008_E003": 722,
      "b23008_M003": 180,
      "b23008_E008": 22,
      "b23008_M008": 25,
      "b23008_E016": 2014,
      "b23008_M016": 332,
      "b23008_E021": 425,
      "b23008_M021": 165,
      "b11003_E001": 5395,
      "b11003_M001": 231,
      "b11003_E003": 1474,
      "b11003_M003": 164,
      "b11003_E010": 58,
      "b11003_M010": 53,
      "b11003_E016": 217,
      "b11003_M016": 102,
      "b17020_E001": 17458,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 744,
      "b17020_M011": 180,
      "b17020_E012": 1276,
      "b17020_M012": 241,
      "b17020_E013": 1163,
      "b17020_M013": 260,
      "b15003_E001": 13302,
      "b15003_M001": 402,
      "b15003_E022": 5016,
      "b15003_M022": 486,
      "b15003_E023": 3044,
      "b15003_M023": 371,
      "b15003_E024": 845,
      "b15003_M024": 175,
      "b15003_E025": 726,
      "b15003_M025": 216,
      "c16002_E001": 7006,
      "c16002_M001": 270,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 7,
      "c16002_M007": 12,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7006,
      "b22010_M001": 270,
      "b22010_E002": 103,
      "b22010_M002": 68,
      "b19013_E001": 167442,
      "b19013_M001": 16036
     }
    }
   }
  },
  "0902310": {
   "name": "Manchester School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902310",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.86,
       "moe": 6.38,
       "numerator": 4672,
       "denominator": 11434
      },
      "children_with_two_parents_pct": {
       "estimate": 59.14,
       "moe": 4.79,
       "numerator": 6762,
       "denominator": 11434
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.57,
       "moe": 5.86,
       "numerator": 2380,
       "denominator": 6171
      },
      "children_below_poverty_pct": {
       "estimate": 15.49,
       "moe": 3.5,
       "numerator": 1812,
       "denominator": 11697
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.78,
       "moe": 2.16,
       "numerator": 16576,
       "denominator": 42748
      },
      "limited_english_households_pct": {
       "estimate": 3.08,
       "moe": 1.18,
       "numerator": 768,
       "denominator": 24952
      },
      "snap_households_pct": {
       "estimate": 14.58,
       "moe": 2.12,
       "numerator": 3639,
       "denominator": 24952
      },
      "median_household_income": {
       "estimate": 78598,
       "moe": 2800.0
      },
      "own_children_under_18": {
       "estimate": 11434,
       "moe": 703.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11697,
       "moe": 1041.776847506221
      }
     },
     "lines": {
      "b23008_E001": 11434,
      "b23008_M001": 703,
      "b23008_E003": 3070,
      "b23008_M003": 458,
      "b23008_E008": 1304,
      "b23008_M008": 339,
      "b23008_E016": 3692,
      "b23008_M016": 513,
      "b23008_E021": 3368,
      "b23008_M021": 707,
      "b11003_E001": 14575,
      "b11003_M001": 483,
      "b11003_E003": 3791,
      "b11003_M003": 405,
      "b11003_E010": 634,
      "b11003_M010": 220,
      "b11003_E016": 1746,
      "b11003_M016": 366,
      "b17020_E001": 58740,
      "b17020_M001": 235,
      "b17020_E003": 945,
      "b17020_M003": 339,
      "b17020_E004": 535,
      "b17020_M004": 259,
      "b17020_E005": 332,
      "b17020_M005": 109,
      "b17020_E011": 3500,
      "b17020_M011": 518,
      "b17020_E012": 2789,
      "b17020_M012": 394,
      "b17020_E013": 3596,
      "b17020_M013": 684,
      "b15003_E001": 42748,
      "b15003_M001": 1054,
      "b15003_E022": 9491,
      "b15003_M022": 694,
      "b15003_E023": 5794,
      "b15003_M023": 689,
      "b15003_E024": 797,
      "b15003_M024": 189,
      "b15003_E025": 494,
      "b15003_M025": 154,
      "c16002_E001": 24952,
      "c16002_M001": 650,
      "c16002_E004": 184,
      "c16002_M004": 92,
      "c16002_E007": 292,
      "c16002_M007": 171,
      "c16002_E010": 64,
      "c16002_M010": 37,
      "c16002_E013": 228,
      "c16002_M013": 220,
      "b22010_E001": 24952,
      "b22010_M001": 650,
      "b22010_E002": 3639,
      "b22010_M002": 538,
      "b19013_E001": 78598,
      "b19013_M001": 2800
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.76,
       "moe": 7.56,
       "numerator": 5135,
       "denominator": 12010
      },
      "children_with_two_parents_pct": {
       "estimate": 57.24,
       "moe": 3.5,
       "numerator": 6875,
       "denominator": 12010
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.96,
       "moe": 5.94,
       "numerator": 2449,
       "denominator": 6286
      },
      "children_below_poverty_pct": {
       "estimate": 17.38,
       "moe": 4.52,
       "numerator": 2113,
       "denominator": 12158
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.93,
       "moe": 2.6,
       "numerator": 16569,
       "denominator": 42564
      },
      "limited_english_households_pct": {
       "estimate": 3.42,
       "moe": 1.21,
       "numerator": 851,
       "denominator": 24900
      },
      "snap_households_pct": {
       "estimate": 13.94,
       "moe": 2.06,
       "numerator": 3472,
       "denominator": 24900
      },
      "median_household_income": {
       "estimate": 85048,
       "moe": 3445.0
      },
      "own_children_under_18": {
       "estimate": 12010,
       "moe": 821.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12158,
       "moe": 1120.8318339519092
      }
     },
     "lines": {
      "b23008_E001": 12010,
      "b23008_M001": 821,
      "b23008_E003": 3123,
      "b23008_M003": 384,
      "b23008_E008": 1372,
      "b23008_M008": 385,
      "b23008_E016": 3752,
      "b23008_M016": 500,
      "b23008_E021": 3763,
      "b23008_M021": 894,
      "b11003_E001": 14839,
      "b11003_M001": 510,
      "b11003_E003": 3837,
      "b11003_M003": 422,
      "b11003_E010": 671,
      "b11003_M010": 206,
      "b11003_E016": 1778,
      "b11003_M016": 392,
      "b17020_E001": 58839,
      "b17020_M001": 91,
      "b17020_E003": 1113,
      "b17020_M003": 459,
      "b17020_E004": 571,
      "b17020_M004": 319,
      "b17020_E005": 429,
      "b17020_M005": 164,
      "b17020_E011": 3402,
      "b17020_M011": 478,
      "b17020_E012": 2912,
      "b17020_M012": 431,
      "b17020_E013": 3731,
      "b17020_M013": 709,
      "b15003_E001": 42564,
      "b15003_M001": 1160,
      "b15003_E022": 9371,
      "b15003_M022": 1006,
      "b15003_E023": 5911,
      "b15003_M023": 566,
      "b15003_E024": 830,
      "b15003_M024": 260,
      "b15003_E025": 457,
      "b15003_M025": 161,
      "c16002_E001": 24900,
      "c16002_M001": 702,
      "c16002_E004": 237,
      "c16002_M004": 119,
      "c16002_E007": 307,
      "c16002_M007": 168,
      "c16002_E010": 65,
      "c16002_M010": 37,
      "c16002_E013": 242,
      "c16002_M013": 219,
      "b22010_E001": 24900,
      "b22010_M001": 702,
      "b22010_E002": 3472,
      "b22010_M002": 522,
      "b19013_E001": 85048,
      "b19013_M001": 3445
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.74,
       "moe": 6.12,
       "numerator": 4804,
       "denominator": 11792
      },
      "children_with_two_parents_pct": {
       "estimate": 59.26,
       "moe": 4.57,
       "numerator": 6988,
       "denominator": 11792
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.82,
       "moe": 5.83,
       "numerator": 2367,
       "denominator": 6258
      },
      "children_below_poverty_pct": {
       "estimate": 17.14,
       "moe": 4.37,
       "numerator": 2047,
       "denominator": 11942
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.68,
       "moe": 2.38,
       "numerator": 17027,
       "denominator": 42906
      },
      "limited_english_households_pct": {
       "estimate": 3.84,
       "moe": 1.2,
       "numerator": 963,
       "denominator": 25051
      },
      "snap_households_pct": {
       "estimate": 14.12,
       "moe": 2.24,
       "numerator": 3538,
       "denominator": 25051
      },
      "median_household_income": {
       "estimate": 87213,
       "moe": 3641.0
      },
      "own_children_under_18": {
       "estimate": 11792,
       "moe": 800.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11942,
       "moe": 1118.7555586454084
      }
     },
     "lines": {
      "b23008_E001": 11792,
      "b23008_M001": 800,
      "b23008_E003": 2869,
      "b23008_M003": 432,
      "b23008_E008": 1219,
      "b23008_M008": 352,
      "b23008_E016": 4119,
      "b23008_M016": 573,
      "b23008_E021": 3585,
      "b23008_M021": 709,
      "b11003_E001": 14716,
      "b11003_M001": 551,
      "b11003_E003": 3891,
      "b11003_M003": 351,
      "b11003_E010": 672,
      "b11003_M010": 218,
      "b11003_E016": 1695,
      "b11003_M016": 358,
      "b17020_E001": 58807,
      "b17020_M001": 127,
      "b17020_E003": 960,
      "b17020_M003": 432,
      "b17020_E004": 595,
      "b17020_M004": 299,
      "b17020_E005": 492,
      "b17020_M005": 182,
      "b17020_E011": 3200,
      "b17020_M011": 527,
      "b17020_E012": 3132,
      "b17020_M012": 500,
      "b17020_E013": 3563,
      "b17020_M013": 644,
      "b15003_E001": 42906,
      "b15003_M001": 1126,
      "b15003_E022": 9614,
      "b15003_M022": 832,
      "b15003_E023": 5976,
      "b15003_M023": 674,
      "b15003_E024": 1016,
      "b15003_M024": 278,
      "b15003_E025": 421,
      "b15003_M025": 133,
      "c16002_E001": 25051,
      "c16002_M001": 638,
      "c16002_E004": 342,
      "c16002_M004": 129,
      "c16002_E007": 296,
      "c16002_M007": 156,
      "c16002_E010": 87,
      "c16002_M010": 52,
      "c16002_E013": 238,
      "c16002_M013": 218,
      "b22010_E001": 25051,
      "b22010_M001": 638,
      "b22010_E002": 3538,
      "b22010_M002": 568,
      "b19013_E001": 87213,
      "b19013_M001": 3641
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.8,
       "moe": 5.65,
       "numerator": 4430,
       "denominator": 11418
      },
      "children_with_two_parents_pct": {
       "estimate": 61.2,
       "moe": 3.36,
       "numerator": 6988,
       "denominator": 11418
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.95,
       "moe": 5.47,
       "numerator": 2337,
       "denominator": 6325
      },
      "children_below_poverty_pct": {
       "estimate": 14.09,
       "moe": 4.13,
       "numerator": 1658,
       "denominator": 11768
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.47,
       "moe": 2.27,
       "numerator": 17249,
       "denominator": 42621
      },
      "limited_english_households_pct": {
       "estimate": 4.2,
       "moe": 1.18,
       "numerator": 1068,
       "denominator": 25417
      },
      "snap_households_pct": {
       "estimate": 13.06,
       "moe": 2.22,
       "numerator": 3319,
       "denominator": 25417
      },
      "median_household_income": {
       "estimate": 86840,
       "moe": 4023.0
      },
      "own_children_under_18": {
       "estimate": 11418,
       "moe": 693.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11768,
       "moe": 1025.817722599878
      }
     },
     "lines": {
      "b23008_E001": 11418,
      "b23008_M001": 693,
      "b23008_E003": 2836,
      "b23008_M003": 362,
      "b23008_E008": 915,
      "b23008_M008": 268,
      "b23008_E016": 4152,
      "b23008_M016": 443,
      "b23008_E021": 3515,
      "b23008_M021": 646,
      "b11003_E001": 14110,
      "b11003_M001": 445,
      "b11003_E003": 3988,
      "b11003_M003": 420,
      "b11003_E010": 745,
      "b11003_M010": 247,
      "b11003_E016": 1592,
      "b11003_M016": 325,
      "b17020_E001": 59014,
      "b17020_M001": 109,
      "b17020_E003": 669,
      "b17020_M003": 329,
      "b17020_E004": 450,
      "b17020_M004": 306,
      "b17020_E005": 539,
      "b17020_M005": 236,
      "b17020_E011": 3146,
      "b17020_M011": 468,
      "b17020_E012": 3135,
      "b17020_M012": 443,
      "b17020_E013": 3829,
      "b17020_M013": 616,
      "b15003_E001": 42621,
      "b15003_M001": 1039,
      "b15003_E022": 9877,
      "b15003_M022": 839,
      "b15003_E023": 6035,
      "b15003_M023": 573,
      "b15003_E024": 916,
      "b15003_M024": 230,
      "b15003_E025": 421,
      "b15003_M025": 158,
      "c16002_E001": 25417,
      "c16002_M001": 733,
      "c16002_E004": 351,
      "c16002_M004": 114,
      "c16002_E007": 393,
      "c16002_M007": 165,
      "c16002_E010": 82,
      "c16002_M010": 44,
      "c16002_E013": 242,
      "c16002_M013": 222,
      "b22010_E001": 25417,
      "b22010_M001": 733,
      "b22010_E002": 3319,
      "b22010_M002": 572,
      "b19013_E001": 86840,
      "b19013_M001": 4023
     }
    }
   }
  },
  "0902340": {
   "name": "Mansfield School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0902340",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.22,
       "moe": 10.57,
       "numerator": 673,
       "denominator": 2026
      },
      "children_with_two_parents_pct": {
       "estimate": 66.78,
       "moe": 13.19,
       "numerator": 1353,
       "denominator": 2026
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.37,
       "moe": 9.26,
       "numerator": 303,
       "denominator": 1068
      },
      "children_below_poverty_pct": {
       "estimate": 3.55,
       "moe": 2.38,
       "numerator": 73,
       "denominator": 2058
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.98,
       "moe": 4.68,
       "numerator": 4481,
       "denominator": 7729
      },
      "limited_english_households_pct": {
       "estimate": 5.86,
       "moe": 2.32,
       "numerator": 380,
       "denominator": 6482
      },
      "snap_households_pct": {
       "estimate": 7.41,
       "moe": 2.4,
       "numerator": 480,
       "denominator": 6482
      },
      "median_household_income": {
       "estimate": 45388,
       "moe": 9077.0
      },
      "own_children_under_18": {
       "estimate": 2026,
       "moe": 427.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2058,
       "moe": 387.10851191881585
      }
     },
     "lines": {
      "b23008_E001": 2026,
      "b23008_M001": 427,
      "b23008_E003": 258,
      "b23008_M003": 110,
      "b23008_E008": 154,
      "b23008_M008": 136,
      "b23008_E016": 1095,
      "b23008_M016": 375,
      "b23008_E021": 519,
      "b23008_M021": 218,
      "b11003_E001": 2872,
      "b11003_M001": 263,
      "b11003_E003": 765,
      "b11003_M003": 160,
      "b11003_E010": 22,
      "b11003_M010": 28,
      "b11003_E016": 281,
      "b11003_M016": 110,
      "b17020_E001": 14109,
      "b17020_M001": 673,
      "b17020_E003": 17,
      "b17020_M003": 24,
      "b17020_E004": 3,
      "b17020_M004": 13,
      "b17020_E005": 53,
      "b17020_M005": 43,
      "b17020_E011": 395,
      "b17020_M011": 163,
      "b17020_E012": 620,
      "b17020_M012": 207,
      "b17020_E013": 970,
      "b17020_M013": 279,
      "b15003_E001": 7729,
      "b15003_M001": 653,
      "b15003_E022": 1791,
      "b15003_M022": 349,
      "b15003_E023": 1520,
      "b15003_M023": 315,
      "b15003_E024": 334,
      "b15003_M024": 120,
      "b15003_E025": 836,
      "b15003_M025": 197,
      "c16002_E001": 6482,
      "c16002_M001": 450,
      "c16002_E004": 52,
      "c16002_M004": 83,
      "c16002_E007": 67,
      "c16002_M007": 79,
      "c16002_E010": 261,
      "c16002_M010": 98,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6482,
      "b22010_M001": 450,
      "b22010_E002": 480,
      "b22010_M002": 159,
      "b19013_E001": 45388,
      "b19013_M001": 9077
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.73,
       "moe": 11.1,
       "numerator": 905,
       "denominator": 2533
      },
      "children_with_two_parents_pct": {
       "estimate": 64.27,
       "moe": 13.92,
       "numerator": 1628,
       "denominator": 2533
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.43,
       "moe": 14.3,
       "numerator": 439,
       "denominator": 1275
      },
      "children_below_poverty_pct": {
       "estimate": 11.7,
       "moe": 7.42,
       "numerator": 298,
       "denominator": 2546
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.53,
       "moe": 5.52,
       "numerator": 5488,
       "denominator": 9376
      },
      "limited_english_households_pct": {
       "estimate": 5.79,
       "moe": 2.84,
       "numerator": 386,
       "denominator": 6672
      },
      "snap_households_pct": {
       "estimate": 7.88,
       "moe": 2.65,
       "numerator": 526,
       "denominator": 6672
      },
      "median_household_income": {
       "estimate": 64194,
       "moe": 13202.0
      },
      "own_children_under_18": {
       "estimate": 2533,
       "moe": 520.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2546,
       "moe": 496.25396723855016
      }
     },
     "lines": {
      "b23008_E001": 2533,
      "b23008_M001": 520,
      "b23008_E003": 359,
      "b23008_M003": 162,
      "b23008_E008": 163,
      "b23008_M008": 120,
      "b23008_E016": 1269,
      "b23008_M016": 458,
      "b23008_E021": 742,
      "b23008_M021": 315,
      "b11003_E001": 3262,
      "b11003_M001": 210,
      "b11003_E003": 836,
      "b11003_M003": 178,
      "b11003_E010": 48,
      "b11003_M010": 40,
      "b11003_E016": 391,
      "b11003_M016": 201,
      "b17020_E001": 15388,
      "b17020_M001": 225,
      "b17020_E003": 41,
      "b17020_M003": 39,
      "b17020_E004": 65,
      "b17020_M004": 58,
      "b17020_E005": 192,
      "b17020_M005": 185,
      "b17020_E011": 481,
      "b17020_M011": 199,
      "b17020_E012": 789,
      "b17020_M012": 254,
      "b17020_E013": 978,
      "b17020_M013": 321,
      "b15003_E001": 9376,
      "b15003_M001": 655,
      "b15003_E022": 2299,
      "b15003_M022": 435,
      "b15003_E023": 1795,
      "b15003_M023": 310,
      "b15003_E024": 418,
      "b15003_M024": 247,
      "b15003_E025": 976,
      "b15003_M025": 261,
      "c16002_E001": 6672,
      "c16002_M001": 355,
      "c16002_E004": 56,
      "c16002_M004": 65,
      "c16002_E007": 106,
      "c16002_M007": 111,
      "c16002_E010": 224,
      "c16002_M010": 138,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6672,
      "b22010_M001": 355,
      "b22010_E002": 526,
      "b22010_M002": 179,
      "b19013_E001": 64194,
      "b19013_M001": 13202
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.74,
       "moe": 11.36,
       "numerator": 573,
       "denominator": 1994
      },
      "children_with_two_parents_pct": {
       "estimate": 71.26,
       "moe": 11.77,
       "numerator": 1421,
       "denominator": 1994
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.49,
       "moe": 12.5,
       "numerator": 331,
       "denominator": 1051
      },
      "children_below_poverty_pct": {
       "estimate": 10.93,
       "moe": 8.09,
       "numerator": 218,
       "denominator": 1994
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.16,
       "moe": 5.27,
       "numerator": 4347,
       "denominator": 7605
      },
      "limited_english_households_pct": {
       "estimate": 5.21,
       "moe": 2.64,
       "numerator": 289,
       "denominator": 5548
      },
      "snap_households_pct": {
       "estimate": 5.82,
       "moe": 2.48,
       "numerator": 323,
       "denominator": 5548
      },
      "median_household_income": {
       "estimate": 67321,
       "moe": 12027.0
      },
      "own_children_under_18": {
       "estimate": 1994,
       "moe": 387.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1994,
       "moe": 408.8006849309331
      }
     },
     "lines": {
      "b23008_E001": 1994,
      "b23008_M001": 387,
      "b23008_E003": 341,
      "b23008_M003": 119,
      "b23008_E008": 88,
      "b23008_M008": 84,
      "b23008_E016": 1080,
      "b23008_M016": 342,
      "b23008_E021": 485,
      "b23008_M021": 238,
      "b11003_E001": 2683,
      "b11003_M001": 211,
      "b11003_E003": 720,
      "b11003_M003": 126,
      "b11003_E010": 28,
      "b11003_M010": 32,
      "b11003_E016": 303,
      "b11003_M016": 141,
      "b17020_E001": 12638,
      "b17020_M001": 198,
      "b17020_E003": 30,
      "b17020_M003": 34,
      "b17020_E004": 34,
      "b17020_M004": 40,
      "b17020_E005": 154,
      "b17020_M005": 159,
      "b17020_E011": 399,
      "b17020_M011": 144,
      "b17020_E012": 623,
      "b17020_M012": 204,
      "b17020_E013": 754,
      "b17020_M013": 277,
      "b15003_E001": 7605,
      "b15003_M001": 480,
      "b15003_E022": 1824,
      "b15003_M022": 306,
      "b15003_E023": 1361,
      "b15003_M023": 259,
      "b15003_E024": 384,
      "b15003_M024": 149,
      "b15003_E025": 778,
      "b15003_M025": 230,
      "c16002_E001": 5548,
      "c16002_M001": 312,
      "c16002_E004": 36,
      "c16002_M004": 40,
      "c16002_E007": 78,
      "c16002_M007": 86,
      "c16002_E010": 175,
      "c16002_M010": 110,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 5548,
      "b22010_M001": 312,
      "b22010_E002": 323,
      "b22010_M002": 139,
      "b19013_E001": 67321,
      "b19013_M001": 12027
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.61,
       "moe": 11.46,
       "numerator": 653,
       "denominator": 2205
      },
      "children_with_two_parents_pct": {
       "estimate": 70.39,
       "moe": 6.84,
       "numerator": 1552,
       "denominator": 2205
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.79,
       "moe": 13.93,
       "numerator": 404,
       "denominator": 1232
      },
      "children_below_poverty_pct": {
       "estimate": 12.38,
       "moe": 9.69,
       "numerator": 273,
       "denominator": 2205
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.94,
       "moe": 5.68,
       "numerator": 5007,
       "denominator": 8642
      },
      "limited_english_households_pct": {
       "estimate": 4.74,
       "moe": 2.48,
       "numerator": 299,
       "denominator": 6310
      },
      "snap_households_pct": {
       "estimate": 6.28,
       "moe": 2.69,
       "numerator": 396,
       "denominator": 6310
      },
      "median_household_income": {
       "estimate": 72393,
       "moe": 12203.0
      },
      "own_children_under_18": {
       "estimate": 2205,
       "moe": 375.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2205,
       "moe": 422.5707041431055
      }
     },
     "lines": {
      "b23008_E001": 2205,
      "b23008_M001": 375,
      "b23008_E003": 521,
      "b23008_M003": 164,
      "b23008_E008": 101,
      "b23008_M008": 84,
      "b23008_E016": 1031,
      "b23008_M016": 256,
      "b23008_E021": 552,
      "b23008_M021": 263,
      "b11003_E001": 3014,
      "b11003_M001": 282,
      "b11003_E003": 828,
      "b11003_M003": 161,
      "b11003_E010": 78,
      "b11003_M010": 81,
      "b11003_E016": 326,
      "b11003_M016": 172,
      "b17020_E001": 14398,
      "b17020_M001": 250,
      "b17020_E003": 16,
      "b17020_M003": 18,
      "b17020_E004": 83,
      "b17020_M004": 75,
      "b17020_E005": 174,
      "b17020_M005": 206,
      "b17020_E011": 606,
      "b17020_M011": 175,
      "b17020_E012": 710,
      "b17020_M012": 230,
      "b17020_E013": 616,
      "b17020_M013": 216,
      "b15003_E001": 8642,
      "b15003_M001": 566,
      "b15003_E022": 2134,
      "b15003_M022": 372,
      "b15003_E023": 1688,
      "b15003_M023": 343,
      "b15003_E024": 353,
      "b15003_M024": 196,
      "b15003_E025": 832,
      "b15003_M025": 232,
      "c16002_E001": 6310,
      "c16002_M001": 345,
      "c16002_E004": 101,
      "c16002_M004": 83,
      "c16002_E007": 7,
      "c16002_M007": 13,
      "c16002_E010": 191,
      "c16002_M010": 131,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6310,
      "b22010_M001": 345,
      "b22010_E002": 396,
      "b22010_M002": 171,
      "b19013_E001": 72393,
      "b19013_M001": 12203
     }
    }
   }
  },
  "0902370": {
   "name": "Marlborough School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0902370",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.12,
       "moe": 19.05,
       "numerator": 357,
       "denominator": 1421
      },
      "children_with_two_parents_pct": {
       "estimate": 74.88,
       "moe": 13.98,
       "numerator": 1064,
       "denominator": 1421
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.31,
       "moe": 16.09,
       "numerator": 182,
       "denominator": 896
      },
      "children_below_poverty_pct": {
       "estimate": 11.26,
       "moe": 11.48,
       "numerator": 160,
       "denominator": 1421
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.69,
       "moe": 8.14,
       "numerator": 2182,
       "denominator": 4305
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.77,
       "numerator": 0,
       "denominator": 2142
      },
      "snap_households_pct": {
       "estimate": 3.55,
       "moe": 2.98,
       "numerator": 76,
       "denominator": 2142
      },
      "median_household_income": {
       "estimate": 126850,
       "moe": 14117.0
      },
      "own_children_under_18": {
       "estimate": 1421,
       "moe": 159.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1421,
       "moe": 351.1082454172787
      }
     },
     "lines": {
      "b23008_E001": 1421,
      "b23008_M001": 159,
      "b23008_E003": 285,
      "b23008_M003": 115,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 779,
      "b23008_M016": 201,
      "b23008_E021": 357,
      "b23008_M021": 273,
      "b11003_E001": 1821,
      "b11003_M001": 117,
      "b11003_E003": 714,
      "b11003_M003": 165,
      "b11003_E010": 98,
      "b11003_M010": 127,
      "b11003_E016": 84,
      "b11003_M016": 82,
      "b17020_E001": 6038,
      "b17020_M001": 66,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 71,
      "b17020_M004": 108,
      "b17020_E005": 89,
      "b17020_M005": 127,
      "b17020_E011": 285,
      "b17020_M011": 115,
      "b17020_E012": 154,
      "b17020_M012": 103,
      "b17020_E013": 822,
      "b17020_M013": 267,
      "b15003_E001": 4305,
      "b15003_M001": 200,
      "b15003_E022": 1255,
      "b15003_M022": 268,
      "b15003_E023": 742,
      "b15003_M023": 230,
      "b15003_E024": 148,
      "b15003_M024": 83,
      "b15003_E025": 37,
      "b15003_M025": 38,
      "c16002_E001": 2142,
      "c16002_M001": 134,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2142,
      "b22010_M001": 134,
      "b22010_E002": 76,
      "b22010_M002": 64,
      "b19013_E001": 126850,
      "b19013_M001": 14117
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.96,
       "moe": 12.87,
       "numerator": 254,
       "denominator": 1414
      },
      "children_with_two_parents_pct": {
       "estimate": 82.04,
       "moe": 13.06,
       "numerator": 1160,
       "denominator": 1414
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.05,
       "moe": 11.75,
       "numerator": 141,
       "denominator": 827
      },
      "children_below_poverty_pct": {
       "estimate": 7.57,
       "moe": 8.65,
       "numerator": 107,
       "denominator": 1414
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.97,
       "moe": 7.99,
       "numerator": 2177,
       "denominator": 4271
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.81,
       "numerator": 0,
       "denominator": 2096
      },
      "snap_households_pct": {
       "estimate": 3.77,
       "moe": 3.09,
       "numerator": 79,
       "denominator": 2096
      },
      "median_household_income": {
       "estimate": 134643,
       "moe": 12141.0
      },
      "own_children_under_18": {
       "estimate": 1414,
       "moe": 150.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1414,
       "moe": 304.4848107870079
      }
     },
     "lines": {
      "b23008_E001": 1414,
      "b23008_M001": 150,
      "b23008_E003": 285,
      "b23008_M003": 124,
      "b23008_E008": 23,
      "b23008_M008": 38,
      "b23008_E016": 875,
      "b23008_M016": 184,
      "b23008_E021": 231,
      "b23008_M021": 180,
      "b11003_E001": 1754,
      "b11003_M001": 131,
      "b11003_E003": 686,
      "b11003_M003": 142,
      "b11003_E010": 88,
      "b11003_M010": 79,
      "b11003_E016": 53,
      "b11003_M016": 64,
      "b17020_E001": 6016,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 73,
      "b17020_M004": 108,
      "b17020_E005": 34,
      "b17020_M005": 59,
      "b17020_E011": 308,
      "b17020_M011": 124,
      "b17020_E012": 309,
      "b17020_M012": 145,
      "b17020_E013": 690,
      "b17020_M013": 202,
      "b15003_E001": 4271,
      "b15003_M001": 199,
      "b15003_E022": 1248,
      "b15003_M022": 280,
      "b15003_E023": 774,
      "b15003_M023": 203,
      "b15003_E024": 131,
      "b15003_M024": 80,
      "b15003_E025": 24,
      "b15003_M025": 29,
      "c16002_E001": 2096,
      "c16002_M001": 142,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2096,
      "b22010_M001": 142,
      "b22010_E002": 79,
      "b22010_M002": 65,
      "b19013_E001": 134643,
      "b19013_M001": 12141
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.89,
       "moe": 13.68,
       "numerator": 371,
       "denominator": 1433
      },
      "children_with_two_parents_pct": {
       "estimate": 74.11,
       "moe": 11.49,
       "numerator": 1062,
       "denominator": 1433
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.68,
       "moe": 13.17,
       "numerator": 193,
       "denominator": 851
      },
      "children_below_poverty_pct": {
       "estimate": 7.54,
       "moe": 8.77,
       "numerator": 108,
       "denominator": 1433
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.46,
       "moe": 7.37,
       "numerator": 2138,
       "denominator": 4323
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.77,
       "numerator": 0,
       "denominator": 2151
      },
      "snap_households_pct": {
       "estimate": 2.84,
       "moe": 2.55,
       "numerator": 61,
       "denominator": 2151
      },
      "median_household_income": {
       "estimate": 140022,
       "moe": 24392.0
      },
      "own_children_under_18": {
       "estimate": 1433,
       "moe": 176.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1433,
       "moe": 291.338291338437
      }
     },
     "lines": {
      "b23008_E001": 1433,
      "b23008_M001": 176,
      "b23008_E003": 329,
      "b23008_M003": 122,
      "b23008_E008": 63,
      "b23008_M008": 69,
      "b23008_E016": 733,
      "b23008_M016": 171,
      "b23008_E021": 308,
      "b23008_M021": 189,
      "b11003_E001": 1824,
      "b11003_M001": 125,
      "b11003_E003": 658,
      "b11003_M003": 152,
      "b11003_E010": 79,
      "b11003_M010": 67,
      "b11003_E016": 114,
      "b11003_M016": 100,
      "b17020_E001": 5996,
      "b17020_M001": 34,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 76,
      "b17020_M004": 113,
      "b17020_E005": 32,
      "b17020_M005": 56,
      "b17020_E011": 392,
      "b17020_M011": 130,
      "b17020_E012": 329,
      "b17020_M012": 144,
      "b17020_E013": 604,
      "b17020_M013": 176,
      "b15003_E001": 4323,
      "b15003_M001": 199,
      "b15003_E022": 1288,
      "b15003_M022": 241,
      "b15003_E023": 659,
      "b15003_M023": 209,
      "b15003_E024": 148,
      "b15003_M024": 75,
      "b15003_E025": 43,
      "b15003_M025": 62,
      "c16002_E001": 2151,
      "c16002_M001": 135,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2151,
      "b22010_M001": 135,
      "b22010_E002": 61,
      "b22010_M002": 55,
      "b19013_E001": 140022,
      "b19013_M001": 24392
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.82,
       "moe": 13.76,
       "numerator": 370,
       "denominator": 1433
      },
      "children_with_two_parents_pct": {
       "estimate": 74.18,
       "moe": 11.6,
       "numerator": 1063,
       "denominator": 1433
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.09,
       "moe": 14.0,
       "numerator": 186,
       "denominator": 882
      },
      "children_below_poverty_pct": {
       "estimate": 8.3,
       "moe": 9.46,
       "numerator": 119,
       "denominator": 1433
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.87,
       "moe": 8.77,
       "numerator": 2008,
       "denominator": 4378
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.74,
       "numerator": 0,
       "denominator": 2184
      },
      "snap_households_pct": {
       "estimate": 1.92,
       "moe": 2.47,
       "numerator": 42,
       "denominator": 2184
      },
      "median_household_income": {
       "estimate": 142105,
       "moe": 35140.0
      },
      "own_children_under_18": {
       "estimate": 1433,
       "moe": 203.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1433,
       "moe": 309.9725794324395
      }
     },
     "lines": {
      "b23008_E001": 1433,
      "b23008_M001": 203,
      "b23008_E003": 298,
      "b23008_M003": 139,
      "b23008_E008": 76,
      "b23008_M008": 84,
      "b23008_E016": 765,
      "b23008_M016": 176,
      "b23008_E021": 294,
      "b23008_M021": 186,
      "b11003_E001": 1863,
      "b11003_M001": 139,
      "b11003_E003": 696,
      "b11003_M003": 154,
      "b11003_E010": 39,
      "b11003_M010": 44,
      "b11003_E016": 147,
      "b11003_M016": 123,
      "b17020_E001": 6026,
      "b17020_M001": 39,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 76,
      "b17020_M004": 113,
      "b17020_E005": 43,
      "b17020_M005": 77,
      "b17020_E011": 374,
      "b17020_M011": 152,
      "b17020_E012": 396,
      "b17020_M012": 156,
      "b17020_E013": 544,
      "b17020_M013": 172,
      "b15003_E001": 4378,
      "b15003_M001": 246,
      "b15003_E022": 1082,
      "b15003_M022": 279,
      "b15003_E023": 739,
      "b15003_M023": 266,
      "b15003_E024": 144,
      "b15003_M024": 81,
      "b15003_E025": 43,
      "b15003_M025": 71,
      "c16002_E001": 2184,
      "c16002_M001": 158,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2184,
      "b22010_M001": 158,
      "b22010_E002": 42,
      "b22010_M002": 54,
      "b19013_E001": 142105,
      "b19013_M001": 35140
     }
    }
   }
  },
  "0902400": {
   "name": "Meriden School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902400",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 50.22,
       "moe": 6.21,
       "numerator": 5999,
       "denominator": 11946
      },
      "children_with_two_parents_pct": {
       "estimate": 49.78,
       "moe": 5.59,
       "numerator": 5947,
       "denominator": 11946
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.89,
       "moe": 4.91,
       "numerator": 2605,
       "denominator": 5555
      },
      "children_below_poverty_pct": {
       "estimate": 21.15,
       "moe": 4.36,
       "numerator": 2603,
       "denominator": 12310
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.22,
       "moe": 1.62,
       "numerator": 8690,
       "denominator": 42970
      },
      "limited_english_households_pct": {
       "estimate": 9.69,
       "moe": 1.46,
       "numerator": 2442,
       "denominator": 25191
      },
      "snap_households_pct": {
       "estimate": 22.59,
       "moe": 1.9,
       "numerator": 5690,
       "denominator": 25191
      },
      "median_household_income": {
       "estimate": 59792,
       "moe": 2295.0
      },
      "own_children_under_18": {
       "estimate": 11946,
       "moe": 875.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12310,
       "moe": 1127.5774917938013
      }
     },
     "lines": {
      "b23008_E001": 11946,
      "b23008_M001": 875,
      "b23008_E003": 2176,
      "b23008_M003": 594,
      "b23008_E008": 2270,
      "b23008_M008": 644,
      "b23008_E016": 3771,
      "b23008_M016": 532,
      "b23008_E021": 3729,
      "b23008_M021": 573,
      "b11003_E001": 14785,
      "b11003_M001": 550,
      "b11003_E003": 2950,
      "b11003_M003": 380,
      "b11003_E010": 555,
      "b11003_M010": 187,
      "b11003_E016": 2050,
      "b11003_M016": 318,
      "b17020_E001": 60088,
      "b17020_M001": 210,
      "b17020_E003": 926,
      "b17020_M003": 453,
      "b17020_E004": 994,
      "b17020_M004": 304,
      "b17020_E005": 683,
      "b17020_M005": 216,
      "b17020_E011": 3542,
      "b17020_M011": 685,
      "b17020_E012": 3044,
      "b17020_M012": 479,
      "b17020_E013": 3121,
      "b17020_M013": 478,
      "b15003_E001": 42970,
      "b15003_M001": 977,
      "b15003_E022": 5321,
      "b15003_M022": 560,
      "b15003_E023": 2338,
      "b15003_M023": 376,
      "b15003_E024": 689,
      "b15003_M024": 192,
      "b15003_E025": 342,
      "b15003_M025": 182,
      "c16002_E001": 25191,
      "c16002_M001": 806,
      "c16002_E004": 2191,
      "c16002_M004": 360,
      "c16002_E007": 217,
      "c16002_M007": 102,
      "c16002_E010": 20,
      "c16002_M010": 23,
      "c16002_E013": 14,
      "c16002_M013": 23,
      "b22010_E001": 25191,
      "b22010_M001": 806,
      "b22010_E002": 5690,
      "b22010_M002": 513,
      "b19013_E001": 59792,
      "b19013_M001": 2295
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.97,
       "moe": 6.38,
       "numerator": 6597,
       "denominator": 12693
      },
      "children_with_two_parents_pct": {
       "estimate": 48.03,
       "moe": 5.31,
       "numerator": 6096,
       "denominator": 12693
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.68,
       "moe": 5.72,
       "numerator": 2867,
       "denominator": 5889
      },
      "children_below_poverty_pct": {
       "estimate": 26.34,
       "moe": 4.62,
       "numerator": 3429,
       "denominator": 13018
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.74,
       "moe": 1.81,
       "numerator": 8357,
       "denominator": 42340
      },
      "limited_english_households_pct": {
       "estimate": 9.49,
       "moe": 1.71,
       "numerator": 2374,
       "denominator": 25018
      },
      "snap_households_pct": {
       "estimate": 20.61,
       "moe": 2.43,
       "numerator": 5157,
       "denominator": 25018
      },
      "median_household_income": {
       "estimate": 63671,
       "moe": 2788.0
      },
      "own_children_under_18": {
       "estimate": 12693,
       "moe": 764.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13018,
       "moe": 1098.3178046449034
      }
     },
     "lines": {
      "b23008_E001": 12693,
      "b23008_M001": 764,
      "b23008_E003": 2161,
      "b23008_M003": 557,
      "b23008_E008": 2641,
      "b23008_M008": 667,
      "b23008_E016": 3935,
      "b23008_M016": 528,
      "b23008_E021": 3956,
      "b23008_M021": 607,
      "b11003_E001": 15177,
      "b11003_M001": 579,
      "b11003_E003": 3022,
      "b11003_M003": 381,
      "b11003_E010": 742,
      "b11003_M010": 229,
      "b11003_E016": 2125,
      "b11003_M016": 376,
      "b17020_E001": 59839,
      "b17020_M001": 64,
      "b17020_E003": 1206,
      "b17020_M003": 552,
      "b17020_E004": 1296,
      "b17020_M004": 292,
      "b17020_E005": 927,
      "b17020_M005": 235,
      "b17020_E011": 3626,
      "b17020_M011": 623,
      "b17020_E012": 2937,
      "b17020_M012": 404,
      "b17020_E013": 3026,
      "b17020_M013": 458,
      "b15003_E001": 42340,
      "b15003_M001": 873,
      "b15003_E022": 4930,
      "b15003_M022": 662,
      "b15003_E023": 2533,
      "b15003_M023": 355,
      "b15003_E024": 577,
      "b15003_M024": 184,
      "b15003_E025": 317,
      "b15003_M025": 138,
      "c16002_E001": 25018,
      "c16002_M001": 675,
      "c16002_E004": 2126,
      "c16002_M004": 418,
      "c16002_E007": 191,
      "c16002_M007": 96,
      "c16002_E010": 34,
      "c16002_M010": 47,
      "c16002_E013": 23,
      "c16002_M013": 35,
      "b22010_E001": 25018,
      "b22010_M001": 675,
      "b22010_E002": 5157,
      "b22010_M002": 623,
      "b19013_E001": 63671,
      "b19013_M001": 2788
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.48,
       "moe": 5.6,
       "numerator": 7303,
       "denominator": 12487
      },
      "children_with_two_parents_pct": {
       "estimate": 41.52,
       "moe": 5.41,
       "numerator": 5184,
       "denominator": 12487
      },
      "one_parent_families_with_children_pct": {
       "estimate": 52.2,
       "moe": 3.96,
       "numerator": 3184,
       "denominator": 6100
      },
      "children_below_poverty_pct": {
       "estimate": 22.63,
       "moe": 4.56,
       "numerator": 2927,
       "denominator": 12935
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.21,
       "moe": 1.77,
       "numerator": 9363,
       "denominator": 42163
      },
      "limited_english_households_pct": {
       "estimate": 8.45,
       "moe": 1.65,
       "numerator": 2087,
       "denominator": 24709
      },
      "snap_households_pct": {
       "estimate": 20.33,
       "moe": 2.27,
       "numerator": 5023,
       "denominator": 24709
      },
      "median_household_income": {
       "estimate": 68617,
       "moe": 3829.0
      },
      "own_children_under_18": {
       "estimate": 12487,
       "moe": 912.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 12935,
       "moe": 1183.8559878633887
      }
     },
     "lines": {
      "b23008_E001": 12487,
      "b23008_M001": 912,
      "b23008_E003": 1753,
      "b23008_M003": 487,
      "b23008_E008": 2932,
      "b23008_M008": 653,
      "b23008_E016": 3431,
      "b23008_M016": 602,
      "b23008_E021": 4371,
      "b23008_M021": 589,
      "b11003_E001": 15439,
      "b11003_M001": 563,
      "b11003_E003": 2916,
      "b11003_M003": 368,
      "b11003_E010": 782,
      "b11003_M010": 239,
      "b11003_E016": 2402,
      "b11003_M016": 272,
      "b17020_E001": 59733,
      "b17020_M001": 97,
      "b17020_E003": 1237,
      "b17020_M003": 530,
      "b17020_E004": 996,
      "b17020_M004": 290,
      "b17020_E005": 694,
      "b17020_M005": 233,
      "b17020_E011": 3490,
      "b17020_M011": 619,
      "b17020_E012": 2976,
      "b17020_M012": 517,
      "b17020_E013": 3542,
      "b17020_M013": 576,
      "b15003_E001": 42163,
      "b15003_M001": 1064,
      "b15003_E022": 5717,
      "b15003_M022": 626,
      "b15003_E023": 2787,
      "b15003_M023": 396,
      "b15003_E024": 594,
      "b15003_M024": 187,
      "b15003_E025": 265,
      "b15003_M025": 177,
      "c16002_E001": 24709,
      "c16002_M001": 686,
      "c16002_E004": 1892,
      "c16002_M004": 401,
      "c16002_E007": 132,
      "c16002_M007": 68,
      "c16002_E010": 31,
      "c16002_M010": 49,
      "c16002_E013": 32,
      "c16002_M013": 48,
      "b22010_E001": 24709,
      "b22010_M001": 686,
      "b22010_E002": 5023,
      "b22010_M002": 577,
      "b19013_E001": 68617,
      "b19013_M001": 3829
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 61.43,
       "moe": 5.82,
       "numerator": 7864,
       "denominator": 12801
      },
      "children_with_two_parents_pct": {
       "estimate": 38.57,
       "moe": 4.84,
       "numerator": 4937,
       "denominator": 12801
      },
      "one_parent_families_with_children_pct": {
       "estimate": 55.16,
       "moe": 4.84,
       "numerator": 3535,
       "denominator": 6409
      },
      "children_below_poverty_pct": {
       "estimate": 19.37,
       "moe": 5.09,
       "numerator": 2537,
       "denominator": 13100
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.18,
       "moe": 1.96,
       "numerator": 9376,
       "denominator": 42279
      },
      "limited_english_households_pct": {
       "estimate": 8.3,
       "moe": 1.44,
       "numerator": 2045,
       "denominator": 24631
      },
      "snap_households_pct": {
       "estimate": 22.19,
       "moe": 2.32,
       "numerator": 5466,
       "denominator": 24631
      },
      "median_household_income": {
       "estimate": 71253,
       "moe": 4299.0
      },
      "own_children_under_18": {
       "estimate": 12801,
       "moe": 871.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13100,
       "moe": 1153.3945552151702
      }
     },
     "lines": {
      "b23008_E001": 12801,
      "b23008_M001": 871,
      "b23008_E003": 1565,
      "b23008_M003": 456,
      "b23008_E008": 3133,
      "b23008_M008": 698,
      "b23008_E016": 3372,
      "b23008_M016": 537,
      "b23008_E021": 4731,
      "b23008_M021": 595,
      "b11003_E001": 15822,
      "b11003_M001": 589,
      "b11003_E003": 2874,
      "b11003_M003": 402,
      "b11003_E010": 976,
      "b11003_M010": 260,
      "b11003_E016": 2559,
      "b11003_M016": 376,
      "b17020_E001": 59798,
      "b17020_M001": 126,
      "b17020_E003": 1193,
      "b17020_M003": 599,
      "b17020_E004": 712,
      "b17020_M004": 263,
      "b17020_E005": 632,
      "b17020_M005": 258,
      "b17020_E011": 3548,
      "b17020_M011": 564,
      "b17020_E012": 2999,
      "b17020_M012": 492,
      "b17020_E013": 4016,
      "b17020_M013": 525,
      "b15003_E001": 42279,
      "b15003_M001": 914,
      "b15003_E022": 5878,
      "b15003_M022": 663,
      "b15003_E023": 2729,
      "b15003_M023": 476,
      "b15003_E024": 583,
      "b15003_M024": 213,
      "b15003_E025": 186,
      "b15003_M025": 140,
      "c16002_E001": 24631,
      "c16002_M001": 738,
      "c16002_E004": 1826,
      "c16002_M004": 345,
      "c16002_E007": 181,
      "c16002_M007": 87,
      "c16002_E010": 38,
      "c16002_M010": 49,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 24631,
      "b22010_M001": 738,
      "b22010_E002": 5466,
      "b22010_M002": 595,
      "b19013_E001": 71253,
      "b19013_M001": 4299
     }
    }
   }
  },
  "0902490": {
   "name": "Middletown School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902490",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.22,
       "moe": 5.91,
       "numerator": 3215,
       "denominator": 6956
      },
      "children_with_two_parents_pct": {
       "estimate": 53.78,
       "moe": 6.88,
       "numerator": 3741,
       "denominator": 6956
      },
      "one_parent_families_with_children_pct": {
       "estimate": 44.32,
       "moe": 4.87,
       "numerator": 1780,
       "denominator": 4016
      },
      "children_below_poverty_pct": {
       "estimate": 12.71,
       "moe": 3.55,
       "numerator": 920,
       "denominator": 7241
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.45,
       "moe": 2.54,
       "numerator": 13079,
       "denominator": 33156
      },
      "limited_english_households_pct": {
       "estimate": 4.41,
       "moe": 1.48,
       "numerator": 885,
       "denominator": 20089
      },
      "snap_households_pct": {
       "estimate": 14.5,
       "moe": 2.13,
       "numerator": 2913,
       "denominator": 20089
      },
      "median_household_income": {
       "estimate": 67485,
       "moe": 4689.0
      },
      "own_children_under_18": {
       "estimate": 6956,
       "moe": 480.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7241,
       "moe": 692.8455816413929
      }
     },
     "lines": {
      "b23008_E001": 6956,
      "b23008_M001": 480,
      "b23008_E003": 1137,
      "b23008_M003": 236,
      "b23008_E008": 1030,
      "b23008_M008": 207,
      "b23008_E016": 2604,
      "b23008_M016": 490,
      "b23008_E021": 2185,
      "b23008_M021": 419,
      "b11003_E001": 10531,
      "b11003_M001": 513,
      "b11003_E003": 2236,
      "b11003_M003": 333,
      "b11003_E010": 254,
      "b11003_M010": 98,
      "b11003_E016": 1526,
      "b11003_M016": 255,
      "b17020_E001": 43263,
      "b17020_M001": 479,
      "b17020_E003": 334,
      "b17020_M003": 175,
      "b17020_E004": 314,
      "b17020_M004": 164,
      "b17020_E005": 272,
      "b17020_M005": 127,
      "b17020_E011": 1857,
      "b17020_M011": 278,
      "b17020_E012": 2183,
      "b17020_M012": 435,
      "b17020_E013": 2281,
      "b17020_M013": 374,
      "b15003_E001": 33156,
      "b15003_M001": 682,
      "b15003_E022": 7541,
      "b15003_M022": 687,
      "b15003_E023": 3792,
      "b15003_M023": 441,
      "b15003_E024": 851,
      "b15003_M024": 248,
      "b15003_E025": 895,
      "b15003_M025": 232,
      "c16002_E001": 20089,
      "c16002_M001": 537,
      "c16002_E004": 271,
      "c16002_M004": 133,
      "c16002_E007": 478,
      "c16002_M007": 232,
      "c16002_E010": 136,
      "c16002_M010": 127,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 20089,
      "b22010_M001": 537,
      "b22010_E002": 2913,
      "b22010_M002": 434,
      "b19013_E001": 67485,
      "b19013_M001": 4689
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.51,
       "moe": 5.65,
       "numerator": 2941,
       "denominator": 6760
      },
      "children_with_two_parents_pct": {
       "estimate": 56.49,
       "moe": 7.66,
       "numerator": 3819,
       "denominator": 6760
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.52,
       "moe": 5.32,
       "numerator": 1773,
       "denominator": 4170
      },
      "children_below_poverty_pct": {
       "estimate": 14.84,
       "moe": 3.4,
       "numerator": 1037,
       "denominator": 6987
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.49,
       "moe": 2.63,
       "numerator": 13510,
       "denominator": 33363
      },
      "limited_english_households_pct": {
       "estimate": 3.82,
       "moe": 1.48,
       "numerator": 784,
       "denominator": 20539
      },
      "snap_households_pct": {
       "estimate": 12.97,
       "moe": 2.05,
       "numerator": 2663,
       "denominator": 20539
      },
      "median_household_income": {
       "estimate": 75120,
       "moe": 5352.0
      },
      "own_children_under_18": {
       "estimate": 6760,
       "moe": 469.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6987,
       "moe": 606.5591479814643
      }
     },
     "lines": {
      "b23008_E001": 6760,
      "b23008_M001": 469,
      "b23008_E003": 1220,
      "b23008_M003": 270,
      "b23008_E008": 934,
      "b23008_M008": 202,
      "b23008_E016": 2599,
      "b23008_M016": 515,
      "b23008_E021": 2007,
      "b23008_M021": 383,
      "b11003_E001": 10756,
      "b11003_M001": 493,
      "b11003_E003": 2397,
      "b11003_M003": 350,
      "b11003_E010": 223,
      "b11003_M010": 112,
      "b11003_E016": 1550,
      "b11003_M016": 273,
      "b17020_E001": 43229,
      "b17020_M001": 372,
      "b17020_E003": 336,
      "b17020_M003": 169,
      "b17020_E004": 352,
      "b17020_M004": 132,
      "b17020_E005": 349,
      "b17020_M005": 136,
      "b17020_E011": 1823,
      "b17020_M011": 270,
      "b17020_E012": 1902,
      "b17020_M012": 342,
      "b17020_E013": 2225,
      "b17020_M013": 337,
      "b15003_E001": 33363,
      "b15003_M001": 579,
      "b15003_E022": 7750,
      "b15003_M022": 693,
      "b15003_E023": 4166,
      "b15003_M023": 481,
      "b15003_E024": 769,
      "b15003_M024": 258,
      "b15003_E025": 825,
      "b15003_M025": 217,
      "c16002_E001": 20539,
      "c16002_M001": 564,
      "c16002_E004": 214,
      "c16002_M004": 124,
      "c16002_E007": 415,
      "c16002_M007": 235,
      "c16002_E010": 155,
      "c16002_M010": 146,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 20539,
      "b22010_M001": 564,
      "b22010_E002": 2663,
      "b22010_M002": 428,
      "b19013_E001": 75120,
      "b19013_M001": 5352
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 41.76,
       "moe": 6.03,
       "numerator": 2803,
       "denominator": 6712
      },
      "children_with_two_parents_pct": {
       "estimate": 58.24,
       "moe": 7.27,
       "numerator": 3909,
       "denominator": 6712
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.79,
       "moe": 5.67,
       "numerator": 1640,
       "denominator": 3924
      },
      "children_below_poverty_pct": {
       "estimate": 14.28,
       "moe": 3.8,
       "numerator": 979,
       "denominator": 6855
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.69,
       "moe": 2.99,
       "numerator": 13744,
       "denominator": 33780
      },
      "limited_english_households_pct": {
       "estimate": 3.73,
       "moe": 1.44,
       "numerator": 778,
       "denominator": 20838
      },
      "snap_households_pct": {
       "estimate": 13.89,
       "moe": 1.98,
       "numerator": 2895,
       "denominator": 20838
      },
      "median_household_income": {
       "estimate": 73979,
       "moe": 3436.0
      },
      "own_children_under_18": {
       "estimate": 6712,
       "moe": 438.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6855,
       "moe": 653.4745595660171
      }
     },
     "lines": {
      "b23008_E001": 6712,
      "b23008_M001": 438,
      "b23008_E003": 1246,
      "b23008_M003": 283,
      "b23008_E008": 860,
      "b23008_M008": 232,
      "b23008_E016": 2663,
      "b23008_M016": 472,
      "b23008_E021": 1943,
      "b23008_M021": 379,
      "b11003_E001": 10548,
      "b11003_M001": 554,
      "b11003_E003": 2284,
      "b11003_M003": 328,
      "b11003_E010": 164,
      "b11003_M010": 78,
      "b11003_E016": 1476,
      "b11003_M016": 277,
      "b17020_E001": 43587,
      "b17020_M001": 324,
      "b17020_E003": 260,
      "b17020_M003": 174,
      "b17020_E004": 326,
      "b17020_M004": 142,
      "b17020_E005": 393,
      "b17020_M005": 162,
      "b17020_E011": 1867,
      "b17020_M011": 282,
      "b17020_E012": 2107,
      "b17020_M012": 415,
      "b17020_E013": 1902,
      "b17020_M013": 314,
      "b15003_E001": 33780,
      "b15003_M001": 643,
      "b15003_E022": 8058,
      "b15003_M022": 859,
      "b15003_E023": 4094,
      "b15003_M023": 498,
      "b15003_E024": 727,
      "b15003_M024": 256,
      "b15003_E025": 865,
      "b15003_M025": 193,
      "c16002_E001": 20838,
      "c16002_M001": 555,
      "c16002_E004": 203,
      "c16002_M004": 107,
      "c16002_E007": 409,
      "c16002_M007": 256,
      "c16002_E010": 99,
      "c16002_M010": 78,
      "c16002_E013": 67,
      "c16002_M013": 86,
      "b22010_E001": 20838,
      "b22010_M001": 555,
      "b22010_E002": 2895,
      "b22010_M002": 419,
      "b19013_E001": 73979,
      "b19013_M001": 3436
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.87,
       "moe": 6.85,
       "numerator": 2566,
       "denominator": 6601
      },
      "children_with_two_parents_pct": {
       "estimate": 61.13,
       "moe": 6.71,
       "numerator": 4035,
       "denominator": 6601
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.36,
       "moe": 6.69,
       "numerator": 1688,
       "denominator": 3985
      },
      "children_below_poverty_pct": {
       "estimate": 12.24,
       "moe": 4.16,
       "numerator": 827,
       "denominator": 6759
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.16,
       "moe": 2.73,
       "numerator": 13535,
       "denominator": 33704
      },
      "limited_english_households_pct": {
       "estimate": 3.64,
       "moe": 1.32,
       "numerator": 742,
       "denominator": 20390
      },
      "snap_households_pct": {
       "estimate": 13.45,
       "moe": 1.96,
       "numerator": 2743,
       "denominator": 20390
      },
      "median_household_income": {
       "estimate": 79438,
       "moe": 5516.0
      },
      "own_children_under_18": {
       "estimate": 6601,
       "moe": 501.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6759,
       "moe": 598.4195852409913
      }
     },
     "lines": {
      "b23008_E001": 6601,
      "b23008_M001": 501,
      "b23008_E003": 1222,
      "b23008_M003": 270,
      "b23008_E008": 830,
      "b23008_M008": 253,
      "b23008_E016": 2813,
      "b23008_M016": 466,
      "b23008_E021": 1736,
      "b23008_M021": 422,
      "b11003_E001": 10511,
      "b11003_M001": 530,
      "b11003_E003": 2297,
      "b11003_M003": 367,
      "b11003_E010": 221,
      "b11003_M010": 102,
      "b11003_E016": 1467,
      "b11003_M016": 325,
      "b17020_E001": 42980,
      "b17020_M001": 375,
      "b17020_E003": 245,
      "b17020_M003": 190,
      "b17020_E004": 338,
      "b17020_M004": 157,
      "b17020_E005": 244,
      "b17020_M005": 154,
      "b17020_E011": 1855,
      "b17020_M011": 269,
      "b17020_E012": 2012,
      "b17020_M012": 344,
      "b17020_E013": 2065,
      "b17020_M013": 288,
      "b15003_E001": 33704,
      "b15003_M001": 699,
      "b15003_E022": 7736,
      "b15003_M022": 753,
      "b15003_E023": 4193,
      "b15003_M023": 520,
      "b15003_E024": 757,
      "b15003_M024": 233,
      "b15003_E025": 849,
      "b15003_M025": 175,
      "c16002_E001": 20390,
      "c16002_M001": 584,
      "c16002_E004": 284,
      "c16002_M004": 134,
      "c16002_E007": 286,
      "c16002_M007": 203,
      "c16002_E010": 84,
      "c16002_M010": 62,
      "c16002_E013": 88,
      "c16002_M013": 98,
      "b22010_E001": 20390,
      "b22010_M001": 584,
      "b22010_E002": 2743,
      "b22010_M002": 408,
      "b19013_E001": 79438,
      "b19013_M001": 5516
     }
    }
   }
  },
  "0902520": {
   "name": "Milford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902520",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.58,
       "moe": 4.29,
       "numerator": 1750,
       "denominator": 8939
      },
      "children_with_two_parents_pct": {
       "estimate": 80.42,
       "moe": 4.8,
       "numerator": 7189,
       "denominator": 8939
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.01,
       "moe": 3.4,
       "numerator": 799,
       "denominator": 4696
      },
      "children_below_poverty_pct": {
       "estimate": 3.43,
       "moe": 1.36,
       "numerator": 311,
       "denominator": 9075
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.66,
       "moe": 2.32,
       "numerator": 18365,
       "denominator": 39355
      },
      "limited_english_households_pct": {
       "estimate": 1.37,
       "moe": 0.54,
       "numerator": 292,
       "denominator": 21310
      },
      "snap_households_pct": {
       "estimate": 4.42,
       "moe": 1.47,
       "numerator": 942,
       "denominator": 21310
      },
      "median_household_income": {
       "estimate": 97785,
       "moe": 6290.0
      },
      "own_children_under_18": {
       "estimate": 8939,
       "moe": 663.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9075,
       "moe": 760.1684023951535
      }
     },
     "lines": {
      "b23008_E001": 8939,
      "b23008_M001": 663,
      "b23008_E003": 2285,
      "b23008_M003": 423,
      "b23008_E008": 420,
      "b23008_M008": 237,
      "b23008_E016": 4904,
      "b23008_M016": 538,
      "b23008_E021": 1330,
      "b23008_M021": 328,
      "b11003_E001": 13535,
      "b11003_M001": 384,
      "b11003_E003": 3897,
      "b11003_M003": 293,
      "b11003_E010": 144,
      "b11003_M010": 87,
      "b11003_E016": 655,
      "b11003_M016": 146,
      "b17020_E001": 51905,
      "b17020_M001": 159,
      "b17020_E003": 45,
      "b17020_M003": 36,
      "b17020_E004": 86,
      "b17020_M004": 67,
      "b17020_E005": 180,
      "b17020_M005": 101,
      "b17020_E011": 2694,
      "b17020_M011": 462,
      "b17020_E012": 2551,
      "b17020_M012": 399,
      "b17020_E013": 3519,
      "b17020_M013": 435,
      "b15003_E001": 39355,
      "b15003_M001": 723,
      "b15003_E022": 10642,
      "b15003_M022": 716,
      "b15003_E023": 5568,
      "b15003_M023": 555,
      "b15003_E024": 1536,
      "b15003_M024": 308,
      "b15003_E025": 619,
      "b15003_M025": 173,
      "c16002_E001": 21310,
      "c16002_M001": 554,
      "c16002_E004": 0,
      "c16002_M004": 31,
      "c16002_E007": 198,
      "c16002_M007": 85,
      "c16002_E010": 83,
      "c16002_M010": 68,
      "c16002_E013": 11,
      "c16002_M013": 16,
      "b22010_E001": 21310,
      "b22010_M001": 554,
      "b22010_E002": 942,
      "b22010_M002": 315,
      "b19013_E001": 97785,
      "b19013_M001": 6290
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.99,
       "moe": 5.11,
       "numerator": 1928,
       "denominator": 8766
      },
      "children_with_two_parents_pct": {
       "estimate": 78.01,
       "moe": 4.21,
       "numerator": 6838,
       "denominator": 8766
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.26,
       "moe": 4.15,
       "numerator": 862,
       "denominator": 4475
      },
      "children_below_poverty_pct": {
       "estimate": 3.97,
       "moe": 1.3,
       "numerator": 352,
       "denominator": 8866
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.92,
       "moe": 2.37,
       "numerator": 18996,
       "denominator": 39641
      },
      "limited_english_households_pct": {
       "estimate": 1.47,
       "moe": 0.59,
       "numerator": 323,
       "denominator": 21951
      },
      "snap_households_pct": {
       "estimate": 4.43,
       "moe": 1.4,
       "numerator": 972,
       "denominator": 21951
      },
      "median_household_income": {
       "estimate": 104441,
       "moe": 6271.0
      },
      "own_children_under_18": {
       "estimate": 8766,
       "moe": 683.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8866,
       "moe": 802.957657663217
      }
     },
     "lines": {
      "b23008_E001": 8766,
      "b23008_M001": 683,
      "b23008_E003": 2217,
      "b23008_M003": 405,
      "b23008_E008": 509,
      "b23008_M008": 269,
      "b23008_E016": 4621,
      "b23008_M016": 506,
      "b23008_E021": 1419,
      "b23008_M021": 388,
      "b11003_E001": 13722,
      "b11003_M001": 407,
      "b11003_E003": 3613,
      "b11003_M003": 303,
      "b11003_E010": 200,
      "b11003_M010": 95,
      "b11003_E016": 662,
      "b11003_M016": 174,
      "b17020_E001": 51860,
      "b17020_M001": 64,
      "b17020_E003": 78,
      "b17020_M003": 45,
      "b17020_E004": 126,
      "b17020_M004": 75,
      "b17020_E005": 148,
      "b17020_M005": 81,
      "b17020_E011": 2657,
      "b17020_M011": 449,
      "b17020_E012": 2407,
      "b17020_M012": 423,
      "b17020_E013": 3450,
      "b17020_M013": 500,
      "b15003_E001": 39641,
      "b15003_M001": 722,
      "b15003_E022": 10884,
      "b15003_M022": 778,
      "b15003_E023": 6066,
      "b15003_M023": 546,
      "b15003_E024": 1476,
      "b15003_M024": 279,
      "b15003_E025": 570,
      "b15003_M025": 146,
      "c16002_E001": 21951,
      "c16002_M001": 520,
      "c16002_E004": 32,
      "c16002_M004": 49,
      "c16002_E007": 199,
      "c16002_M007": 106,
      "c16002_E010": 79,
      "c16002_M010": 52,
      "c16002_E013": 13,
      "c16002_M013": 17,
      "b22010_E001": 21951,
      "b22010_M001": 520,
      "b22010_E002": 972,
      "b22010_M002": 309,
      "b19013_E001": 104441,
      "b19013_M001": 6271
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.07,
       "moe": 4.27,
       "numerator": 2001,
       "denominator": 8672
      },
      "children_with_two_parents_pct": {
       "estimate": 76.93,
       "moe": 4.68,
       "numerator": 6671,
       "denominator": 8672
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.26,
       "moe": 5.15,
       "numerator": 930,
       "denominator": 4375
      },
      "children_below_poverty_pct": {
       "estimate": 4.24,
       "moe": 1.42,
       "numerator": 371,
       "denominator": 8758
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.85,
       "moe": 2.25,
       "numerator": 19496,
       "denominator": 39912
      },
      "limited_english_households_pct": {
       "estimate": 1.18,
       "moe": 0.53,
       "numerator": 260,
       "denominator": 22098
      },
      "snap_households_pct": {
       "estimate": 5.25,
       "moe": 1.56,
       "numerator": 1161,
       "denominator": 22098
      },
      "median_household_income": {
       "estimate": 109580,
       "moe": 6614.0
      },
      "own_children_under_18": {
       "estimate": 8672,
       "moe": 679.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8758,
       "moe": 773.9108475787117
      }
     },
     "lines": {
      "b23008_E001": 8672,
      "b23008_M001": 679,
      "b23008_E003": 2057,
      "b23008_M003": 386,
      "b23008_E008": 480,
      "b23008_M008": 247,
      "b23008_E016": 4614,
      "b23008_M016": 537,
      "b23008_E021": 1521,
      "b23008_M021": 317,
      "b11003_E001": 13779,
      "b11003_M001": 411,
      "b11003_E003": 3445,
      "b11003_M003": 306,
      "b11003_E010": 336,
      "b11003_M010": 164,
      "b11003_E016": 594,
      "b11003_M016": 175,
      "b17020_E001": 51921,
      "b17020_M001": 106,
      "b17020_E003": 107,
      "b17020_M003": 66,
      "b17020_E004": 134,
      "b17020_M004": 76,
      "b17020_E005": 130,
      "b17020_M005": 80,
      "b17020_E011": 2430,
      "b17020_M011": 438,
      "b17020_E012": 2662,
      "b17020_M012": 481,
      "b17020_E013": 3295,
      "b17020_M013": 399,
      "b15003_E001": 39912,
      "b15003_M001": 698,
      "b15003_E022": 11403,
      "b15003_M022": 685,
      "b15003_E023": 5991,
      "b15003_M023": 589,
      "b15003_E024": 1523,
      "b15003_M024": 292,
      "b15003_E025": 579,
      "b15003_M025": 135,
      "c16002_E001": 22098,
      "c16002_M001": 605,
      "c16002_E004": 27,
      "c16002_M004": 41,
      "c16002_E007": 135,
      "c16002_M007": 95,
      "c16002_E010": 95,
      "c16002_M010": 53,
      "c16002_E013": 3,
      "c16002_M013": 5,
      "b22010_E001": 22098,
      "b22010_M001": 605,
      "b22010_E002": 1161,
      "b22010_M002": 346,
      "b19013_E001": 109580,
      "b19013_M001": 6614
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.92,
       "moe": 4.8,
       "numerator": 2227,
       "denominator": 8937
      },
      "children_with_two_parents_pct": {
       "estimate": 75.08,
       "moe": 4.49,
       "numerator": 6710,
       "denominator": 8937
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.54,
       "moe": 5.56,
       "numerator": 1115,
       "denominator": 4544
      },
      "children_below_poverty_pct": {
       "estimate": 5.02,
       "moe": 1.58,
       "numerator": 453,
       "denominator": 9029
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.54,
       "moe": 2.4,
       "numerator": 20198,
       "denominator": 39967
      },
      "limited_english_households_pct": {
       "estimate": 1.39,
       "moe": 0.73,
       "numerator": 314,
       "denominator": 22527
      },
      "snap_households_pct": {
       "estimate": 5.62,
       "moe": 1.52,
       "numerator": 1266,
       "denominator": 22527
      },
      "median_household_income": {
       "estimate": 110669,
       "moe": 7268.0
      },
      "own_children_under_18": {
       "estimate": 8937,
       "moe": 607.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9029,
       "moe": 735.8138351512562
      }
     },
     "lines": {
      "b23008_E001": 8937,
      "b23008_M001": 607,
      "b23008_E003": 2099,
      "b23008_M003": 372,
      "b23008_E008": 549,
      "b23008_M008": 270,
      "b23008_E016": 4611,
      "b23008_M016": 480,
      "b23008_E021": 1678,
      "b23008_M021": 366,
      "b11003_E001": 14079,
      "b11003_M001": 426,
      "b11003_E003": 3429,
      "b11003_M003": 307,
      "b11003_E010": 374,
      "b11003_M010": 165,
      "b11003_E016": 741,
      "b11003_M016": 216,
      "b17020_E001": 52293,
      "b17020_M001": 40,
      "b17020_E003": 171,
      "b17020_M003": 93,
      "b17020_E004": 132,
      "b17020_M004": 83,
      "b17020_E005": 150,
      "b17020_M005": 78,
      "b17020_E011": 2480,
      "b17020_M011": 396,
      "b17020_E012": 2790,
      "b17020_M012": 430,
      "b17020_E013": 3306,
      "b17020_M013": 422,
      "b15003_E001": 39967,
      "b15003_M001": 685,
      "b15003_E022": 11554,
      "b15003_M022": 750,
      "b15003_E023": 6556,
      "b15003_M023": 619,
      "b15003_E024": 1453,
      "b15003_M024": 259,
      "b15003_E025": 635,
      "b15003_M025": 157,
      "c16002_E001": 22527,
      "c16002_M001": 564,
      "c16002_E004": 105,
      "c16002_M004": 120,
      "c16002_E007": 130,
      "c16002_M007": 98,
      "c16002_E010": 76,
      "c16002_M010": 53,
      "c16002_E013": 3,
      "c16002_M013": 6,
      "b22010_E001": 22527,
      "b22010_M001": 564,
      "b22010_E002": 1266,
      "b22010_M002": 343,
      "b19013_E001": 110669,
      "b19013_M001": 7268
     }
    }
   }
  },
  "0902550": {
   "name": "Monroe School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902550",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.61,
       "moe": 3.66,
       "numerator": 554,
       "denominator": 4772
      },
      "children_with_two_parents_pct": {
       "estimate": 88.39,
       "moe": 9.18,
       "numerator": 4218,
       "denominator": 4772
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.36,
       "moe": 4.01,
       "numerator": 188,
       "denominator": 2249
      },
      "children_below_poverty_pct": {
       "estimate": 4.22,
       "moe": 2.48,
       "numerator": 205,
       "denominator": 4863
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.1,
       "moe": 5.33,
       "numerator": 6245,
       "denominator": 12466
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 1.04,
       "numerator": 71,
       "denominator": 6274
      },
      "snap_households_pct": {
       "estimate": 3.11,
       "moe": 1.43,
       "numerator": 195,
       "denominator": 6274
      },
      "median_household_income": {
       "estimate": 127995,
       "moe": 5903.0
      },
      "own_children_under_18": {
       "estimate": 4772,
       "moe": 413.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4863,
       "moe": 600.4906327329345
      }
     },
     "lines": {
      "b23008_E001": 4772,
      "b23008_M001": 413,
      "b23008_E003": 1399,
      "b23008_M003": 450,
      "b23008_E008": 215,
      "b23008_M008": 117,
      "b23008_E016": 2819,
      "b23008_M016": 350,
      "b23008_E021": 339,
      "b23008_M021": 138,
      "b11003_E001": 4956,
      "b11003_M001": 231,
      "b11003_E003": 2061,
      "b11003_M003": 235,
      "b11003_E010": 82,
      "b11003_M010": 63,
      "b11003_E016": 106,
      "b11003_M016": 68,
      "b17020_E001": 18927,
      "b17020_M001": 26,
      "b17020_E003": 104,
      "b17020_M003": 97,
      "b17020_E004": 39,
      "b17020_M004": 60,
      "b17020_E005": 62,
      "b17020_M005": 47,
      "b17020_E011": 1510,
      "b17020_M011": 445,
      "b17020_E012": 1226,
      "b17020_M012": 225,
      "b17020_E013": 1922,
      "b17020_M013": 311,
      "b15003_E001": 12466,
      "b15003_M001": 407,
      "b15003_E022": 3270,
      "b15003_M022": 414,
      "b15003_E023": 2439,
      "b15003_M023": 524,
      "b15003_E024": 395,
      "b15003_M024": 176,
      "b15003_E025": 141,
      "b15003_M025": 82,
      "c16002_E001": 6274,
      "c16002_M001": 292,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 60,
      "c16002_M007": 55,
      "c16002_E010": 11,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6274,
      "b22010_M001": 292,
      "b22010_E002": 195,
      "b22010_M002": 90,
      "b19013_E001": 127995,
      "b19013_M001": 5903
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.69,
       "moe": 3.55,
       "numerator": 356,
       "denominator": 4631
      },
      "children_with_two_parents_pct": {
       "estimate": 92.31,
       "moe": 8.65,
       "numerator": 4275,
       "denominator": 4631
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.22,
       "moe": 4.62,
       "numerator": 196,
       "denominator": 2126
      },
      "children_below_poverty_pct": {
       "estimate": 3.52,
       "moe": 2.02,
       "numerator": 165,
       "denominator": 4691
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.74,
       "moe": 5.22,
       "numerator": 6859,
       "denominator": 12531
      },
      "limited_english_households_pct": {
       "estimate": 1.7,
       "moe": 1.46,
       "numerator": 104,
       "denominator": 6114
      },
      "snap_households_pct": {
       "estimate": 1.95,
       "moe": 1.07,
       "numerator": 119,
       "denominator": 6114
      },
      "median_household_income": {
       "estimate": 145714,
       "moe": 10410.0
      },
      "own_children_under_18": {
       "estimate": 4631,
       "moe": 394.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4691,
       "moe": 612.0906795565506
      }
     },
     "lines": {
      "b23008_E001": 4631,
      "b23008_M001": 394,
      "b23008_E003": 1329,
      "b23008_M003": 401,
      "b23008_E008": 72,
      "b23008_M008": 54,
      "b23008_E016": 2946,
      "b23008_M016": 363,
      "b23008_E021": 284,
      "b23008_M021": 158,
      "b11003_E001": 4901,
      "b11003_M001": 217,
      "b11003_E003": 1930,
      "b11003_M003": 236,
      "b11003_E010": 60,
      "b11003_M010": 56,
      "b11003_E016": 136,
      "b11003_M016": 84,
      "b17020_E001": 18851,
      "b17020_M001": 83,
      "b17020_E003": 74,
      "b17020_M003": 70,
      "b17020_E004": 16,
      "b17020_M004": 24,
      "b17020_E005": 75,
      "b17020_M005": 63,
      "b17020_E011": 1327,
      "b17020_M011": 392,
      "b17020_E012": 1355,
      "b17020_M012": 285,
      "b17020_E013": 1844,
      "b17020_M013": 361,
      "b15003_E001": 12531,
      "b15003_M001": 395,
      "b15003_E022": 3550,
      "b15003_M022": 524,
      "b15003_E023": 2717,
      "b15003_M023": 413,
      "b15003_E024": 433,
      "b15003_M024": 150,
      "b15003_E025": 159,
      "b15003_M025": 86,
      "c16002_E001": 6114,
      "c16002_M001": 327,
      "c16002_E004": 14,
      "c16002_M004": 19,
      "c16002_E007": 90,
      "c16002_M007": 82,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6114,
      "b22010_M001": 327,
      "b22010_E002": 119,
      "b22010_M002": 66,
      "b19013_E001": 145714,
      "b19013_M001": 10410
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.62,
       "moe": 3.57,
       "numerator": 356,
       "denominator": 4673
      },
      "children_with_two_parents_pct": {
       "estimate": 92.38,
       "moe": 9.04,
       "numerator": 4317,
       "denominator": 4673
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.66,
       "moe": 4.42,
       "numerator": 199,
       "denominator": 2298
      },
      "children_below_poverty_pct": {
       "estimate": 2.76,
       "moe": 1.97,
       "numerator": 131,
       "denominator": 4743
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.8,
       "moe": 5.37,
       "numerator": 7331,
       "denominator": 12683
      },
      "limited_english_households_pct": {
       "estimate": 1.36,
       "moe": 1.19,
       "numerator": 85,
       "denominator": 6238
      },
      "snap_households_pct": {
       "estimate": 1.65,
       "moe": 1.07,
       "numerator": 103,
       "denominator": 6238
      },
      "median_household_income": {
       "estimate": 156731,
       "moe": 12283.0
      },
      "own_children_under_18": {
       "estimate": 4673,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4743,
       "moe": 602.3835987143076
      }
     },
     "lines": {
      "b23008_E001": 4673,
      "b23008_M001": 365,
      "b23008_E003": 1460,
      "b23008_M003": 391,
      "b23008_E008": 84,
      "b23008_M008": 57,
      "b23008_E016": 2857,
      "b23008_M016": 373,
      "b23008_E021": 272,
      "b23008_M021": 159,
      "b11003_E001": 4978,
      "b11003_M001": 201,
      "b11003_E003": 2099,
      "b11003_M003": 252,
      "b11003_E010": 77,
      "b11003_M010": 63,
      "b11003_E016": 122,
      "b11003_M016": 83,
      "b17020_E001": 18833,
      "b17020_M001": 28,
      "b17020_E003": 83,
      "b17020_M003": 82,
      "b17020_E004": 22,
      "b17020_M004": 34,
      "b17020_E005": 26,
      "b17020_M005": 34,
      "b17020_E011": 1461,
      "b17020_M011": 371,
      "b17020_E012": 1448,
      "b17020_M012": 315,
      "b17020_E013": 1703,
      "b17020_M013": 342,
      "b15003_E001": 12683,
      "b15003_M001": 429,
      "b15003_E022": 3641,
      "b15003_M022": 466,
      "b15003_E023": 2968,
      "b15003_M023": 504,
      "b15003_E024": 586,
      "b15003_M024": 215,
      "b15003_E025": 136,
      "b15003_M025": 86,
      "c16002_E001": 6238,
      "c16002_M001": 303,
      "c16002_E004": 25,
      "c16002_M004": 33,
      "c16002_E007": 60,
      "c16002_M007": 60,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6238,
      "b22010_M001": 303,
      "b22010_E002": 103,
      "b22010_M002": 67,
      "b19013_E001": 156731,
      "b19013_M001": 12283
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.56,
       "moe": 6.99,
       "numerator": 806,
       "denominator": 4589
      },
      "children_with_two_parents_pct": {
       "estimate": 82.44,
       "moe": 10.31,
       "numerator": 3783,
       "denominator": 4589
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.56,
       "moe": 6.15,
       "numerator": 278,
       "denominator": 2214
      },
      "children_below_poverty_pct": {
       "estimate": 1.76,
       "moe": 1.54,
       "numerator": 82,
       "denominator": 4667
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.31,
       "moe": 5.99,
       "numerator": 7315,
       "denominator": 12763
      },
      "limited_english_households_pct": {
       "estimate": 1.27,
       "moe": 1.09,
       "numerator": 79,
       "denominator": 6209
      },
      "snap_households_pct": {
       "estimate": 1.64,
       "moe": 1.29,
       "numerator": 102,
       "denominator": 6209
      },
      "median_household_income": {
       "estimate": 157250,
       "moe": 12323.0
      },
      "own_children_under_18": {
       "estimate": 4589,
       "moe": 434.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4667,
       "moe": 591.27235687118
      }
     },
     "lines": {
      "b23008_E001": 4589,
      "b23008_M001": 434,
      "b23008_E003": 1371,
      "b23008_M003": 390,
      "b23008_E008": 319,
      "b23008_M008": 234,
      "b23008_E016": 2412,
      "b23008_M016": 447,
      "b23008_E021": 487,
      "b23008_M021": 232,
      "b11003_E001": 4891,
      "b11003_M001": 226,
      "b11003_E003": 1936,
      "b11003_M003": 311,
      "b11003_E010": 51,
      "b11003_M010": 61,
      "b11003_E016": 227,
      "b11003_M016": 129,
      "b17020_E001": 18846,
      "b17020_M001": 110,
      "b17020_E003": 28,
      "b17020_M003": 46,
      "b17020_E004": 43,
      "b17020_M004": 53,
      "b17020_E005": 11,
      "b17020_M005": 18,
      "b17020_E011": 1662,
      "b17020_M011": 409,
      "b17020_E012": 1546,
      "b17020_M012": 303,
      "b17020_E013": 1377,
      "b17020_M013": 292,
      "b15003_E001": 12763,
      "b15003_M001": 429,
      "b15003_E022": 3773,
      "b15003_M022": 530,
      "b15003_E023": 2886,
      "b15003_M023": 567,
      "b15003_E024": 548,
      "b15003_M024": 192,
      "b15003_E025": 108,
      "b15003_M025": 70,
      "c16002_E001": 6209,
      "c16002_M001": 307,
      "c16002_E004": 53,
      "c16002_M004": 51,
      "c16002_E007": 26,
      "c16002_M007": 33,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6209,
      "b22010_M001": 307,
      "b22010_E002": 102,
      "b22010_M002": 80,
      "b19013_E001": 157250,
      "b19013_M001": 12323
     }
    }
   }
  },
  "0902580": {
   "name": "Montville School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902580",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.02,
       "moe": 9.65,
       "numerator": 769,
       "denominator": 3074
      },
      "children_with_two_parents_pct": {
       "estimate": 74.98,
       "moe": 13.54,
       "numerator": 2305,
       "denominator": 3074
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.41,
       "moe": 9.17,
       "numerator": 371,
       "denominator": 1585
      },
      "children_below_poverty_pct": {
       "estimate": 4.94,
       "moe": 3.05,
       "numerator": 154,
       "denominator": 3115
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.68,
       "moe": 2.93,
       "numerator": 3217,
       "denominator": 13586
      },
      "limited_english_households_pct": {
       "estimate": 2.13,
       "moe": 1.12,
       "numerator": 141,
       "denominator": 6613
      },
      "snap_households_pct": {
       "estimate": 7.18,
       "moe": 2.37,
       "numerator": 475,
       "denominator": 6613
      },
      "median_household_income": {
       "estimate": 84246,
       "moe": 6401.0
      },
      "own_children_under_18": {
       "estimate": 3074,
       "moe": 430.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3115,
       "moe": 603.1575250297388
      }
     },
     "lines": {
      "b23008_E001": 3074,
      "b23008_M001": 430,
      "b23008_E003": 615,
      "b23008_M003": 212,
      "b23008_E008": 131,
      "b23008_M008": 88,
      "b23008_E016": 1690,
      "b23008_M016": 482,
      "b23008_E021": 638,
      "b23008_M021": 303,
      "b11003_E001": 4800,
      "b11003_M001": 281,
      "b11003_E003": 1214,
      "b11003_M003": 243,
      "b11003_E010": 153,
      "b11003_M010": 97,
      "b11003_E016": 218,
      "b11003_M016": 128,
      "b17020_E001": 17146,
      "b17020_M001": 312,
      "b17020_E003": 82,
      "b17020_M003": 88,
      "b17020_E004": 43,
      "b17020_M004": 36,
      "b17020_E005": 29,
      "b17020_M005": 30,
      "b17020_E011": 681,
      "b17020_M011": 227,
      "b17020_E012": 947,
      "b17020_M012": 469,
      "b17020_E013": 1333,
      "b17020_M013": 287,
      "b15003_E001": 13586,
      "b15003_M001": 504,
      "b15003_E022": 1997,
      "b15003_M022": 306,
      "b15003_E023": 1005,
      "b15003_M023": 255,
      "b15003_E024": 154,
      "b15003_M024": 109,
      "b15003_E025": 61,
      "b15003_M025": 51,
      "c16002_E001": 6613,
      "c16002_M001": 385,
      "c16002_E004": 40,
      "c16002_M004": 43,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 101,
      "c16002_M010": 53,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6613,
      "b22010_M001": 385,
      "b22010_E002": 475,
      "b22010_M002": 159,
      "b19013_E001": 84246,
      "b19013_M001": 6401
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.36,
       "moe": 9.41,
       "numerator": 808,
       "denominator": 3186
      },
      "children_with_two_parents_pct": {
       "estimate": 74.64,
       "moe": 15.02,
       "numerator": 2378,
       "denominator": 3186
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.66,
       "moe": 7.62,
       "numerator": 294,
       "denominator": 1423
      },
      "children_below_poverty_pct": {
       "estimate": 6.42,
       "moe": 3.65,
       "numerator": 208,
       "denominator": 3242
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.84,
       "moe": 3.13,
       "numerator": 3126,
       "denominator": 13110
      },
      "limited_english_households_pct": {
       "estimate": 2.21,
       "moe": 1.15,
       "numerator": 146,
       "denominator": 6596
      },
      "snap_households_pct": {
       "estimate": 9.13,
       "moe": 2.54,
       "numerator": 602,
       "denominator": 6596
      },
      "median_household_income": {
       "estimate": 84710,
       "moe": 9632.0
      },
      "own_children_under_18": {
       "estimate": 3186,
       "moe": 490.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3242,
       "moe": 675.8675905826525
      }
     },
     "lines": {
      "b23008_E001": 3186,
      "b23008_M001": 490,
      "b23008_E003": 628,
      "b23008_M003": 219,
      "b23008_E008": 161,
      "b23008_M008": 96,
      "b23008_E016": 1750,
      "b23008_M016": 561,
      "b23008_E021": 647,
      "b23008_M021": 310,
      "b11003_E001": 4366,
      "b11003_M001": 271,
      "b11003_E003": 1129,
      "b11003_M003": 261,
      "b11003_E010": 129,
      "b11003_M010": 90,
      "b11003_E016": 165,
      "b11003_M016": 85,
      "b17020_E001": 17034,
      "b17020_M001": 113,
      "b17020_E003": 130,
      "b17020_M003": 119,
      "b17020_E004": 44,
      "b17020_M004": 28,
      "b17020_E005": 34,
      "b17020_M005": 31,
      "b17020_E011": 692,
      "b17020_M011": 203,
      "b17020_E012": 779,
      "b17020_M012": 519,
      "b17020_E013": 1563,
      "b17020_M013": 361,
      "b15003_E001": 13110,
      "b15003_M001": 427,
      "b15003_E022": 1914,
      "b15003_M022": 322,
      "b15003_E023": 977,
      "b15003_M023": 260,
      "b15003_E024": 170,
      "b15003_M024": 72,
      "b15003_E025": 65,
      "b15003_M025": 52,
      "c16002_E001": 6596,
      "c16002_M001": 318,
      "c16002_E004": 54,
      "c16002_M004": 49,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 92,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6596,
      "b22010_M001": 318,
      "b22010_E002": 602,
      "b22010_M002": 170,
      "b19013_E001": 84710,
      "b19013_M001": 9632
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.48,
       "moe": 8.74,
       "numerator": 989,
       "denominator": 3045
      },
      "children_with_two_parents_pct": {
       "estimate": 67.52,
       "moe": 12.92,
       "numerator": 2056,
       "denominator": 3045
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.0,
       "moe": 7.17,
       "numerator": 369,
       "denominator": 1419
      },
      "children_below_poverty_pct": {
       "estimate": 11.86,
       "moe": 4.56,
       "numerator": 372,
       "denominator": 3136
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.91,
       "moe": 3.26,
       "numerator": 3266,
       "denominator": 13109
      },
      "limited_english_households_pct": {
       "estimate": 1.77,
       "moe": 0.97,
       "numerator": 117,
       "denominator": 6610
      },
      "snap_households_pct": {
       "estimate": 10.21,
       "moe": 2.49,
       "numerator": 675,
       "denominator": 6610
      },
      "median_household_income": {
       "estimate": 87752,
       "moe": 7459.0
      },
      "own_children_under_18": {
       "estimate": 3045,
       "moe": 500.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3136,
       "moe": 675.8298602459054
      }
     },
     "lines": {
      "b23008_E001": 3045,
      "b23008_M001": 500,
      "b23008_E003": 591,
      "b23008_M003": 198,
      "b23008_E008": 165,
      "b23008_M008": 117,
      "b23008_E016": 1465,
      "b23008_M016": 479,
      "b23008_E021": 824,
      "b23008_M021": 289,
      "b11003_E001": 4419,
      "b11003_M001": 337,
      "b11003_E003": 1050,
      "b11003_M003": 240,
      "b11003_E010": 100,
      "b11003_M010": 62,
      "b11003_E016": 269,
      "b11003_M016": 107,
      "b17020_E001": 16968,
      "b17020_M001": 107,
      "b17020_E003": 108,
      "b17020_M003": 94,
      "b17020_E004": 104,
      "b17020_M004": 85,
      "b17020_E005": 160,
      "b17020_M005": 104,
      "b17020_E011": 667,
      "b17020_M011": 210,
      "b17020_E012": 711,
      "b17020_M012": 485,
      "b17020_E013": 1386,
      "b17020_M013": 388,
      "b15003_E001": 13109,
      "b15003_M001": 543,
      "b15003_E022": 1995,
      "b15003_M022": 352,
      "b15003_E023": 1103,
      "b15003_M023": 262,
      "b15003_E024": 118,
      "b15003_M024": 87,
      "b15003_E025": 50,
      "b15003_M025": 33,
      "c16002_E001": 6610,
      "c16002_M001": 414,
      "c16002_E004": 19,
      "c16002_M004": 27,
      "c16002_E007": 13,
      "c16002_M007": 23,
      "c16002_E010": 85,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6610,
      "b22010_M001": 414,
      "b22010_E002": 675,
      "b22010_M002": 170,
      "b19013_E001": 87752,
      "b19013_M001": 7459
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.88,
       "moe": 9.43,
       "numerator": 1245,
       "denominator": 3202
      },
      "children_with_two_parents_pct": {
       "estimate": 61.12,
       "moe": 12.61,
       "numerator": 1957,
       "denominator": 3202
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.81,
       "moe": 9.21,
       "numerator": 554,
       "denominator": 1505
      },
      "children_below_poverty_pct": {
       "estimate": 12.07,
       "moe": 4.94,
       "numerator": 394,
       "denominator": 3265
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.46,
       "moe": 3.05,
       "numerator": 3365,
       "denominator": 13217
      },
      "limited_english_households_pct": {
       "estimate": 1.56,
       "moe": 0.92,
       "numerator": 100,
       "denominator": 6406
      },
      "snap_households_pct": {
       "estimate": 10.41,
       "moe": 2.68,
       "numerator": 667,
       "denominator": 6406
      },
      "median_household_income": {
       "estimate": 96454,
       "moe": 10974.0
      },
      "own_children_under_18": {
       "estimate": 3202,
       "moe": 571.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3265,
       "moe": 639.0899780156155
      }
     },
     "lines": {
      "b23008_E001": 3202,
      "b23008_M001": 571,
      "b23008_E003": 542,
      "b23008_M003": 192,
      "b23008_E008": 238,
      "b23008_M008": 129,
      "b23008_E016": 1415,
      "b23008_M016": 498,
      "b23008_E021": 1007,
      "b23008_M021": 352,
      "b11003_E001": 4580,
      "b11003_M001": 266,
      "b11003_E003": 951,
      "b11003_M003": 251,
      "b11003_E010": 197,
      "b11003_M010": 120,
      "b11003_E016": 357,
      "b11003_M016": 133,
      "b17020_E001": 16874,
      "b17020_M001": 100,
      "b17020_E003": 135,
      "b17020_M003": 116,
      "b17020_E004": 110,
      "b17020_M004": 92,
      "b17020_E005": 149,
      "b17020_M005": 100,
      "b17020_E011": 664,
      "b17020_M011": 206,
      "b17020_E012": 884,
      "b17020_M012": 432,
      "b17020_E013": 1323,
      "b17020_M013": 384,
      "b15003_E001": 13217,
      "b15003_M001": 562,
      "b15003_E022": 2053,
      "b15003_M022": 316,
      "b15003_E023": 1149,
      "b15003_M023": 278,
      "b15003_E024": 125,
      "b15003_M024": 72,
      "b15003_E025": 38,
      "b15003_M025": 32,
      "c16002_E001": 6406,
      "c16002_M001": 331,
      "c16002_E004": 20,
      "c16002_M004": 30,
      "c16002_E007": 14,
      "c16002_M007": 24,
      "c16002_E010": 66,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6406,
      "b22010_M001": 331,
      "b22010_E002": 667,
      "b22010_M002": 175,
      "b19013_E001": 96454,
      "b19013_M001": 10974
     }
    }
   }
  },
  "0902640": {
   "name": "Naugatuck School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902640",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.95,
       "moe": 7.11,
       "numerator": 1545,
       "denominator": 5954
      },
      "children_with_two_parents_pct": {
       "estimate": 74.05,
       "moe": 11.28,
       "numerator": 4409,
       "denominator": 5954
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.69,
       "moe": 8.68,
       "numerator": 831,
       "denominator": 3114
      },
      "children_below_poverty_pct": {
       "estimate": 6.44,
       "moe": 3.66,
       "numerator": 400,
       "denominator": 6209
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.06,
       "moe": 3.13,
       "numerator": 7224,
       "denominator": 22536
      },
      "limited_english_households_pct": {
       "estimate": 4.78,
       "moe": 2.33,
       "numerator": 582,
       "denominator": 12165
      },
      "snap_households_pct": {
       "estimate": 9.45,
       "moe": 2.27,
       "numerator": 1150,
       "denominator": 12165
      },
      "median_household_income": {
       "estimate": 86900,
       "moe": 5152.0
      },
      "own_children_under_18": {
       "estimate": 5954,
       "moe": 506.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6209,
       "moe": 739.6722247049703
      }
     },
     "lines": {
      "b23008_E001": 5954,
      "b23008_M001": 506,
      "b23008_E003": 1337,
      "b23008_M003": 528,
      "b23008_E008": 255,
      "b23008_M008": 218,
      "b23008_E016": 3072,
      "b23008_M016": 559,
      "b23008_E021": 1290,
      "b23008_M021": 386,
      "b11003_E001": 8122,
      "b11003_M001": 477,
      "b11003_E003": 2283,
      "b11003_M003": 339,
      "b11003_E010": 287,
      "b11003_M010": 170,
      "b11003_E016": 544,
      "b11003_M016": 242,
      "b17020_E001": 31309,
      "b17020_M001": 115,
      "b17020_E003": 85,
      "b17020_M003": 88,
      "b17020_E004": 185,
      "b17020_M004": 197,
      "b17020_E005": 130,
      "b17020_M005": 85,
      "b17020_E011": 1562,
      "b17020_M011": 462,
      "b17020_E012": 1857,
      "b17020_M012": 338,
      "b17020_E013": 2390,
      "b17020_M013": 407,
      "b15003_E001": 22536,
      "b15003_M001": 679,
      "b15003_E022": 4261,
      "b15003_M022": 555,
      "b15003_E023": 2435,
      "b15003_M023": 387,
      "b15003_E024": 204,
      "b15003_M024": 204,
      "b15003_E025": 324,
      "b15003_M025": 217,
      "c16002_E001": 12165,
      "c16002_M001": 522,
      "c16002_E004": 110,
      "c16002_M004": 103,
      "c16002_E007": 396,
      "c16002_M007": 256,
      "c16002_E010": 76,
      "c16002_M010": 64,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 12165,
      "b22010_M001": 522,
      "b22010_E002": 1150,
      "b22010_M002": 281,
      "b19013_E001": 86900,
      "b19013_M001": 5152
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.71,
       "moe": 5.84,
       "numerator": 1262,
       "denominator": 5812
      },
      "children_with_two_parents_pct": {
       "estimate": 78.29,
       "moe": 7.75,
       "numerator": 4550,
       "denominator": 5812
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.49,
       "moe": 7.44,
       "numerator": 716,
       "denominator": 3048
      },
      "children_below_poverty_pct": {
       "estimate": 5.93,
       "moe": 2.87,
       "numerator": 358,
       "denominator": 6034
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.19,
       "moe": 3.86,
       "numerator": 7242,
       "denominator": 22500
      },
      "limited_english_households_pct": {
       "estimate": 6.17,
       "moe": 2.33,
       "numerator": 756,
       "denominator": 12257
      },
      "snap_households_pct": {
       "estimate": 9.08,
       "moe": 2.44,
       "numerator": 1113,
       "denominator": 12257
      },
      "median_household_income": {
       "estimate": 91145,
       "moe": 6340.0
      },
      "own_children_under_18": {
       "estimate": 5812,
       "moe": 619.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6034,
       "moe": 687.6597996102433
      }
     },
     "lines": {
      "b23008_E001": 5812,
      "b23008_M001": 619,
      "b23008_E003": 1510,
      "b23008_M003": 449,
      "b23008_E008": 198,
      "b23008_M008": 158,
      "b23008_E016": 3040,
      "b23008_M016": 486,
      "b23008_E021": 1064,
      "b23008_M021": 329,
      "b11003_E001": 8030,
      "b11003_M001": 413,
      "b11003_E003": 2332,
      "b11003_M003": 309,
      "b11003_E010": 223,
      "b11003_M010": 137,
      "b11003_E016": 493,
      "b11003_M016": 203,
      "b17020_E001": 31328,
      "b17020_M001": 103,
      "b17020_E003": 73,
      "b17020_M003": 71,
      "b17020_E004": 130,
      "b17020_M004": 130,
      "b17020_E005": 155,
      "b17020_M005": 99,
      "b17020_E011": 1635,
      "b17020_M011": 458,
      "b17020_E012": 1617,
      "b17020_M012": 291,
      "b17020_E013": 2424,
      "b17020_M013": 383,
      "b15003_E001": 22500,
      "b15003_M001": 827,
      "b15003_E022": 3937,
      "b15003_M022": 676,
      "b15003_E023": 2865,
      "b15003_M023": 537,
      "b15003_E024": 185,
      "b15003_M024": 189,
      "b15003_E025": 255,
      "b15003_M025": 206,
      "c16002_E001": 12257,
      "c16002_M001": 596,
      "c16002_E004": 282,
      "c16002_M004": 149,
      "c16002_E007": 349,
      "c16002_M007": 219,
      "c16002_E010": 125,
      "c16002_M010": 110,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 12257,
      "b22010_M001": 596,
      "b22010_E002": 1113,
      "b22010_M002": 304,
      "b19013_E001": 91145,
      "b19013_M001": 6340
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.3,
       "moe": 6.85,
       "numerator": 2079,
       "denominator": 5890
      },
      "children_with_two_parents_pct": {
       "estimate": 64.7,
       "moe": 9.42,
       "numerator": 3811,
       "denominator": 5890
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.21,
       "moe": 8.39,
       "numerator": 1133,
       "denominator": 3312
      },
      "children_below_poverty_pct": {
       "estimate": 11.23,
       "moe": 5.27,
       "numerator": 699,
       "denominator": 6225
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.4,
       "moe": 3.58,
       "numerator": 7228,
       "denominator": 22311
      },
      "limited_english_households_pct": {
       "estimate": 6.41,
       "moe": 2.4,
       "numerator": 803,
       "denominator": 12534
      },
      "snap_households_pct": {
       "estimate": 10.94,
       "moe": 2.09,
       "numerator": 1371,
       "denominator": 12534
      },
      "median_household_income": {
       "estimate": 92184,
       "moe": 10390.0
      },
      "own_children_under_18": {
       "estimate": 5890,
       "moe": 667.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6225,
       "moe": 797.6709848051388
      }
     },
     "lines": {
      "b23008_E001": 5890,
      "b23008_M001": 667,
      "b23008_E003": 1478,
      "b23008_M003": 487,
      "b23008_E008": 419,
      "b23008_M008": 245,
      "b23008_E016": 2333,
      "b23008_M016": 507,
      "b23008_E021": 1660,
      "b23008_M021": 398,
      "b11003_E001": 8173,
      "b11003_M001": 447,
      "b11003_E003": 2179,
      "b11003_M003": 367,
      "b11003_E010": 287,
      "b11003_M010": 155,
      "b11003_E016": 846,
      "b11003_M016": 285,
      "b17020_E001": 31318,
      "b17020_M001": 128,
      "b17020_E003": 235,
      "b17020_M003": 225,
      "b17020_E004": 220,
      "b17020_M004": 199,
      "b17020_E005": 244,
      "b17020_M005": 160,
      "b17020_E011": 1662,
      "b17020_M011": 495,
      "b17020_E012": 1391,
      "b17020_M012": 312,
      "b17020_E013": 2473,
      "b17020_M013": 422,
      "b15003_E001": 22311,
      "b15003_M001": 848,
      "b15003_E022": 3582,
      "b15003_M022": 580,
      "b15003_E023": 3184,
      "b15003_M023": 543,
      "b15003_E024": 267,
      "b15003_M024": 207,
      "b15003_E025": 195,
      "b15003_M025": 198,
      "c16002_E001": 12534,
      "c16002_M001": 604,
      "c16002_E004": 267,
      "c16002_M004": 130,
      "c16002_E007": 332,
      "c16002_M007": 221,
      "c16002_E010": 167,
      "c16002_M010": 154,
      "c16002_E013": 37,
      "c16002_M013": 53,
      "b22010_E001": 12534,
      "b22010_M001": 604,
      "b22010_E002": 1371,
      "b22010_M002": 270,
      "b19013_E001": 92184,
      "b19013_M001": 10390
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.16,
       "moe": 7.0,
       "numerator": 2048,
       "denominator": 5825
      },
      "children_with_two_parents_pct": {
       "estimate": 64.84,
       "moe": 9.51,
       "numerator": 3777,
       "denominator": 5825
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.9,
       "moe": 7.53,
       "numerator": 1098,
       "denominator": 3239
      },
      "children_below_poverty_pct": {
       "estimate": 10.72,
       "moe": 5.34,
       "numerator": 664,
       "denominator": 6194
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.16,
       "moe": 3.77,
       "numerator": 7199,
       "denominator": 22383
      },
      "limited_english_households_pct": {
       "estimate": 5.87,
       "moe": 2.52,
       "numerator": 747,
       "denominator": 12736
      },
      "snap_households_pct": {
       "estimate": 9.59,
       "moe": 2.08,
       "numerator": 1221,
       "denominator": 12736
      },
      "median_household_income": {
       "estimate": 96324,
       "moe": 9473.0
      },
      "own_children_under_18": {
       "estimate": 5825,
       "moe": 652.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6194,
       "moe": 794.7037183755968
      }
     },
     "lines": {
      "b23008_E001": 5825,
      "b23008_M001": 652,
      "b23008_E003": 1213,
      "b23008_M003": 444,
      "b23008_E008": 526,
      "b23008_M008": 321,
      "b23008_E016": 2564,
      "b23008_M016": 537,
      "b23008_E021": 1522,
      "b23008_M021": 340,
      "b11003_E001": 7967,
      "b11003_M001": 469,
      "b11003_E003": 2141,
      "b11003_M003": 336,
      "b11003_E010": 228,
      "b11003_M010": 154,
      "b11003_E016": 870,
      "b11003_M016": 241,
      "b17020_E001": 31490,
      "b17020_M001": 118,
      "b17020_E003": 251,
      "b17020_M003": 249,
      "b17020_E004": 173,
      "b17020_M004": 128,
      "b17020_E005": 240,
      "b17020_M005": 196,
      "b17020_E011": 1488,
      "b17020_M011": 455,
      "b17020_E012": 1542,
      "b17020_M012": 348,
      "b17020_E013": 2500,
      "b17020_M013": 432,
      "b15003_E001": 22383,
      "b15003_M001": 763,
      "b15003_E022": 3697,
      "b15003_M022": 639,
      "b15003_E023": 3012,
      "b15003_M023": 535,
      "b15003_E024": 351,
      "b15003_M024": 212,
      "b15003_E025": 139,
      "b15003_M025": 182,
      "c16002_E001": 12736,
      "c16002_M001": 510,
      "c16002_E004": 295,
      "c16002_M004": 224,
      "c16002_E007": 285,
      "c16002_M007": 197,
      "c16002_E010": 136,
      "c16002_M010": 115,
      "c16002_E013": 31,
      "c16002_M013": 43,
      "b22010_E001": 12736,
      "b22010_M001": 510,
      "b22010_E002": 1221,
      "b22010_M002": 269,
      "b19013_E001": 96324,
      "b19013_M001": 9473
     }
    }
   }
  },
  "0902670": {
   "name": "New Britain School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902670",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.15,
       "moe": 3.9,
       "numerator": 9887,
       "denominator": 16438
      },
      "children_with_two_parents_pct": {
       "estimate": 39.85,
       "moe": 4.3,
       "numerator": 6551,
       "denominator": 16438
      },
      "one_parent_families_with_children_pct": {
       "estimate": 58.25,
       "moe": 4.02,
       "numerator": 4313,
       "denominator": 7404
      },
      "children_below_poverty_pct": {
       "estimate": 29.29,
       "moe": 3.1,
       "numerator": 5070,
       "denominator": 17307
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.73,
       "moe": 1.61,
       "numerator": 9251,
       "denominator": 46899
      },
      "limited_english_households_pct": {
       "estimate": 16.06,
       "moe": 1.88,
       "numerator": 4539,
       "denominator": 28261
      },
      "snap_households_pct": {
       "estimate": 31.58,
       "moe": 1.97,
       "numerator": 8924,
       "denominator": 28261
      },
      "median_household_income": {
       "estimate": 50379,
       "moe": 2123.0
      },
      "own_children_under_18": {
       "estimate": 16438,
       "moe": 1100.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17307,
       "moe": 1232.967152847147
      }
     },
     "lines": {
      "b23008_E001": 16438,
      "b23008_M001": 1100,
      "b23008_E003": 2248,
      "b23008_M003": 388,
      "b23008_E008": 3651,
      "b23008_M008": 561,
      "b23008_E016": 4303,
      "b23008_M016": 735,
      "b23008_E021": 6236,
      "b23008_M021": 731,
      "b11003_E001": 16722,
      "b11003_M001": 548,
      "b11003_E003": 3091,
      "b11003_M003": 409,
      "b11003_E010": 753,
      "b11003_M010": 235,
      "b11003_E016": 3560,
      "b11003_M016": 406,
      "b17020_E001": 71490,
      "b17020_M001": 432,
      "b17020_E003": 1770,
      "b17020_M003": 354,
      "b17020_E004": 1794,
      "b17020_M004": 441,
      "b17020_E005": 1506,
      "b17020_M005": 313,
      "b17020_E011": 4472,
      "b17020_M011": 640,
      "b17020_E012": 3689,
      "b17020_M012": 641,
      "b17020_E013": 4076,
      "b17020_M013": 531,
      "b15003_E001": 46899,
      "b15003_M001": 1125,
      "b15003_E022": 5711,
      "b15003_M022": 653,
      "b15003_E023": 2542,
      "b15003_M023": 377,
      "b15003_E024": 499,
      "b15003_M024": 160,
      "b15003_E025": 499,
      "b15003_M025": 151,
      "c16002_E001": 28261,
      "c16002_M001": 908,
      "c16002_E004": 2672,
      "c16002_M004": 464,
      "c16002_E007": 1657,
      "c16002_M007": 285,
      "c16002_E010": 141,
      "c16002_M010": 70,
      "c16002_E013": 69,
      "c16002_M013": 59,
      "b22010_E001": 28261,
      "b22010_M001": 908,
      "b22010_E002": 8924,
      "b22010_M002": 626,
      "b19013_E001": 50379,
      "b19013_M001": 2123
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.12,
       "moe": 5.29,
       "numerator": 9835,
       "denominator": 16360
      },
      "children_with_two_parents_pct": {
       "estimate": 39.88,
       "moe": 4.01,
       "numerator": 6525,
       "denominator": 16360
      },
      "one_parent_families_with_children_pct": {
       "estimate": 57.62,
       "moe": 4.88,
       "numerator": 4410,
       "denominator": 7654
      },
      "children_below_poverty_pct": {
       "estimate": 27.5,
       "moe": 3.37,
       "numerator": 4735,
       "denominator": 17219
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.75,
       "moe": 1.43,
       "numerator": 9125,
       "denominator": 46212
      },
      "limited_english_households_pct": {
       "estimate": 16.29,
       "moe": 2.13,
       "numerator": 4654,
       "denominator": 28575
      },
      "snap_households_pct": {
       "estimate": 29.4,
       "moe": 2.6,
       "numerator": 8402,
       "denominator": 28575
      },
      "median_household_income": {
       "estimate": 53766,
       "moe": 3343.0
      },
      "own_children_under_18": {
       "estimate": 16360,
       "moe": 1021.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17219,
       "moe": 1369.1537532359175
      }
     },
     "lines": {
      "b23008_E001": 16360,
      "b23008_M001": 1021,
      "b23008_E003": 2017,
      "b23008_M003": 437,
      "b23008_E008": 3414,
      "b23008_M008": 669,
      "b23008_E016": 4508,
      "b23008_M016": 636,
      "b23008_E021": 6421,
      "b23008_M021": 824,
      "b11003_E001": 16742,
      "b11003_M001": 570,
      "b11003_E003": 3244,
      "b11003_M003": 398,
      "b11003_E010": 694,
      "b11003_M010": 215,
      "b11003_E016": 3716,
      "b11003_M016": 491,
      "b17020_E001": 71352,
      "b17020_M001": 181,
      "b17020_E003": 1612,
      "b17020_M003": 470,
      "b17020_E004": 1898,
      "b17020_M004": 399,
      "b17020_E005": 1225,
      "b17020_M005": 314,
      "b17020_E011": 4153,
      "b17020_M011": 763,
      "b17020_E012": 3975,
      "b17020_M012": 670,
      "b17020_E013": 4356,
      "b17020_M013": 604,
      "b15003_E001": 46212,
      "b15003_M001": 1153,
      "b15003_E022": 5466,
      "b15003_M022": 477,
      "b15003_E023": 2670,
      "b15003_M023": 458,
      "b15003_E024": 512,
      "b15003_M024": 165,
      "b15003_E025": 477,
      "b15003_M025": 154,
      "c16002_E001": 28575,
      "c16002_M001": 846,
      "c16002_E004": 2803,
      "c16002_M004": 542,
      "c16002_E007": 1667,
      "c16002_M007": 297,
      "c16002_E010": 132,
      "c16002_M010": 81,
      "c16002_E013": 52,
      "c16002_M013": 47,
      "b22010_E001": 28575,
      "b22010_M001": 846,
      "b22010_E002": 8402,
      "b22010_M002": 784,
      "b19013_E001": 53766,
      "b19013_M001": 3343
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.9,
       "moe": 5.62,
       "numerator": 8864,
       "denominator": 15048
      },
      "children_with_two_parents_pct": {
       "estimate": 41.1,
       "moe": 4.72,
       "numerator": 6184,
       "denominator": 15048
      },
      "one_parent_families_with_children_pct": {
       "estimate": 58.07,
       "moe": 5.18,
       "numerator": 4016,
       "denominator": 6916
      },
      "children_below_poverty_pct": {
       "estimate": 24.64,
       "moe": 3.71,
       "numerator": 3973,
       "denominator": 16126
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.78,
       "moe": 1.35,
       "numerator": 8864,
       "denominator": 47198
      },
      "limited_english_households_pct": {
       "estimate": 14.77,
       "moe": 1.95,
       "numerator": 4328,
       "denominator": 29309
      },
      "snap_households_pct": {
       "estimate": 28.11,
       "moe": 2.24,
       "numerator": 8239,
       "denominator": 29309
      },
      "median_household_income": {
       "estimate": 57036,
       "moe": 3341.0
      },
      "own_children_under_18": {
       "estimate": 15048,
       "moe": 915.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16126,
       "moe": 1344.1101145367518
      }
     },
     "lines": {
      "b23008_E001": 15048,
      "b23008_M001": 915,
      "b23008_E003": 1978,
      "b23008_M003": 471,
      "b23008_E008": 2938,
      "b23008_M008": 609,
      "b23008_E016": 4206,
      "b23008_M016": 651,
      "b23008_E021": 5926,
      "b23008_M021": 797,
      "b11003_E001": 16527,
      "b11003_M001": 642,
      "b11003_E003": 2900,
      "b11003_M003": 363,
      "b11003_E010": 501,
      "b11003_M010": 192,
      "b11003_E016": 3515,
      "b11003_M016": 473,
      "b17020_E001": 70827,
      "b17020_M001": 171,
      "b17020_E003": 1388,
      "b17020_M003": 421,
      "b17020_E004": 1535,
      "b17020_M004": 427,
      "b17020_E005": 1050,
      "b17020_M005": 328,
      "b17020_E011": 3905,
      "b17020_M011": 786,
      "b17020_E012": 3755,
      "b17020_M012": 629,
      "b17020_E013": 4493,
      "b17020_M013": 571,
      "b15003_E001": 47198,
      "b15003_M001": 1052,
      "b15003_E022": 5271,
      "b15003_M022": 515,
      "b15003_E023": 2662,
      "b15003_M023": 380,
      "b15003_E024": 483,
      "b15003_M024": 163,
      "b15003_E025": 448,
      "b15003_M025": 108,
      "c16002_E001": 29309,
      "c16002_M001": 802,
      "c16002_E004": 2354,
      "c16002_M004": 478,
      "c16002_E007": 1759,
      "c16002_M007": 321,
      "c16002_E010": 155,
      "c16002_M010": 72,
      "c16002_E013": 60,
      "c16002_M013": 52,
      "b22010_E001": 29309,
      "b22010_M001": 802,
      "b22010_E002": 8239,
      "b22010_M002": 694,
      "b19013_E001": 57036,
      "b19013_M001": 3341
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 59.64,
       "moe": 5.15,
       "numerator": 9082,
       "denominator": 15229
      },
      "children_with_two_parents_pct": {
       "estimate": 40.36,
       "moe": 5.12,
       "numerator": 6147,
       "denominator": 15229
      },
      "one_parent_families_with_children_pct": {
       "estimate": 59.24,
       "moe": 4.47,
       "numerator": 4134,
       "denominator": 6978
      },
      "children_below_poverty_pct": {
       "estimate": 24.04,
       "moe": 3.08,
       "numerator": 3850,
       "denominator": 16015
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.62,
       "moe": 1.58,
       "numerator": 9462,
       "denominator": 48234
      },
      "limited_english_households_pct": {
       "estimate": 14.26,
       "moe": 1.96,
       "numerator": 4131,
       "denominator": 28974
      },
      "snap_households_pct": {
       "estimate": 27.11,
       "moe": 2.47,
       "numerator": 7855,
       "denominator": 28974
      },
      "median_household_income": {
       "estimate": 58613,
       "moe": 2303.0
      },
      "own_children_under_18": {
       "estimate": 15229,
       "moe": 1134.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 16015,
       "moe": 1284.8264474239313
      }
     },
     "lines": {
      "b23008_E001": 15229,
      "b23008_M001": 1134,
      "b23008_E003": 2223,
      "b23008_M003": 627,
      "b23008_E008": 3022,
      "b23008_M008": 659,
      "b23008_E016": 3924,
      "b23008_M016": 651,
      "b23008_E021": 6060,
      "b23008_M021": 799,
      "b11003_E001": 16569,
      "b11003_M001": 592,
      "b11003_E003": 2844,
      "b11003_M003": 397,
      "b11003_E010": 629,
      "b11003_M010": 215,
      "b11003_E016": 3505,
      "b11003_M016": 435,
      "b17020_E001": 71210,
      "b17020_M001": 218,
      "b17020_E003": 1269,
      "b17020_M003": 298,
      "b17020_E004": 1671,
      "b17020_M004": 423,
      "b17020_E005": 910,
      "b17020_M005": 267,
      "b17020_E011": 4190,
      "b17020_M011": 762,
      "b17020_E012": 3828,
      "b17020_M012": 653,
      "b17020_E013": 4147,
      "b17020_M013": 552,
      "b15003_E001": 48234,
      "b15003_M001": 1138,
      "b15003_E022": 5626,
      "b15003_M022": 588,
      "b15003_E023": 2898,
      "b15003_M023": 493,
      "b15003_E024": 510,
      "b15003_M024": 158,
      "b15003_E025": 428,
      "b15003_M025": 140,
      "c16002_E001": 28974,
      "c16002_M001": 902,
      "c16002_E004": 2326,
      "c16002_M004": 490,
      "c16002_E007": 1610,
      "c16002_M007": 301,
      "c16002_E010": 135,
      "c16002_M010": 68,
      "c16002_E013": 60,
      "c16002_M013": 54,
      "b22010_E001": 28974,
      "b22010_M001": 902,
      "b22010_E002": 7855,
      "b22010_M002": 755,
      "b19013_E001": 58613,
      "b19013_M001": 2303
     }
    }
   }
  },
  "0902700": {
   "name": "New Canaan School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902700",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.31,
       "moe": 4.02,
       "numerator": 541,
       "denominator": 5810
      },
      "children_with_two_parents_pct": {
       "estimate": 90.69,
       "moe": 3.04,
       "numerator": 5269,
       "denominator": 5810
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.26,
       "moe": 4.35,
       "numerator": 280,
       "denominator": 2730
      },
      "children_below_poverty_pct": {
       "estimate": 1.08,
       "moe": 1.29,
       "numerator": 63,
       "denominator": 5855
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 80.15,
       "moe": 5.61,
       "numerator": 10362,
       "denominator": 12929
      },
      "limited_english_households_pct": {
       "estimate": 2.07,
       "moe": 1.49,
       "numerator": 143,
       "denominator": 6917
      },
      "snap_households_pct": {
       "estimate": 2.66,
       "moe": 1.89,
       "numerator": 184,
       "denominator": 6917
      },
      "median_household_income": {
       "estimate": 214977,
       "moe": 15844.0
      },
      "own_children_under_18": {
       "estimate": 5810,
       "moe": 473.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5855,
       "moe": 558.0
      }
     },
     "lines": {
      "b23008_E001": 5810,
      "b23008_M001": 473,
      "b23008_E003": 1135,
      "b23008_M003": 215,
      "b23008_E008": 166,
      "b23008_M008": 162,
      "b23008_E016": 4134,
      "b23008_M016": 411,
      "b23008_E021": 375,
      "b23008_M021": 174,
      "b11003_E001": 5383,
      "b11003_M001": 208,
      "b11003_E003": 2450,
      "b11003_M003": 218,
      "b11003_E010": 137,
      "b11003_M010": 93,
      "b11003_E016": 143,
      "b11003_M016": 78,
      "b17020_E001": 20501,
      "b17020_M001": 46,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 39,
      "b17020_M004": 63,
      "b17020_E005": 24,
      "b17020_M005": 34,
      "b17020_E011": 1313,
      "b17020_M011": 246,
      "b17020_E012": 2158,
      "b17020_M012": 343,
      "b17020_E013": 2321,
      "b17020_M013": 357,
      "b15003_E001": 12929,
      "b15003_M001": 452,
      "b15003_E022": 5448,
      "b15003_M022": 532,
      "b15003_E023": 3547,
      "b15003_M023": 553,
      "b15003_E024": 1197,
      "b15003_M024": 249,
      "b15003_E025": 170,
      "b15003_M025": 85,
      "c16002_E001": 6917,
      "c16002_M001": 275,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 83,
      "c16002_M007": 68,
      "c16002_E010": 60,
      "c16002_M010": 69,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 6917,
      "b22010_M001": 275,
      "b22010_E002": 184,
      "b22010_M002": 131,
      "b19013_E001": 214977,
      "b19013_M001": 15844
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.31,
       "moe": 3.32,
       "numerator": 406,
       "denominator": 5553
      },
      "children_with_two_parents_pct": {
       "estimate": 92.69,
       "moe": 5.14,
       "numerator": 5147,
       "denominator": 5553
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.49,
       "moe": 4.17,
       "numerator": 238,
       "denominator": 2804
      },
      "children_below_poverty_pct": {
       "estimate": 0.93,
       "moe": 1.14,
       "numerator": 52,
       "denominator": 5620
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 82.27,
       "moe": 6.03,
       "numerator": 10821,
       "denominator": 13153
      },
      "limited_english_households_pct": {
       "estimate": 2.19,
       "moe": 1.53,
       "numerator": 154,
       "denominator": 7025
      },
      "snap_households_pct": {
       "estimate": 2.72,
       "moe": 1.66,
       "numerator": 191,
       "denominator": 7025
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 5553,
       "moe": 372.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5620,
       "moe": 514.8446367594792
      }
     },
     "lines": {
      "b23008_E001": 5553,
      "b23008_M001": 372,
      "b23008_E003": 1176,
      "b23008_M003": 207,
      "b23008_E008": 93,
      "b23008_M008": 92,
      "b23008_E016": 3971,
      "b23008_M016": 397,
      "b23008_E021": 313,
      "b23008_M021": 162,
      "b11003_E001": 5580,
      "b11003_M001": 216,
      "b11003_E003": 2566,
      "b11003_M003": 196,
      "b11003_E010": 110,
      "b11003_M010": 72,
      "b11003_E016": 128,
      "b11003_M016": 94,
      "b17020_E001": 20571,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 32,
      "b17020_M004": 50,
      "b17020_E005": 20,
      "b17020_M005": 32,
      "b17020_E011": 1283,
      "b17020_M011": 230,
      "b17020_E012": 2018,
      "b17020_M012": 304,
      "b17020_E013": 2267,
      "b17020_M013": 340,
      "b15003_E001": 13153,
      "b15003_M001": 490,
      "b15003_E022": 5661,
      "b15003_M022": 642,
      "b15003_E023": 3687,
      "b15003_M023": 519,
      "b15003_E024": 1264,
      "b15003_M024": 320,
      "b15003_E025": 209,
      "b15003_M025": 84,
      "c16002_E001": 7025,
      "c16002_M001": 276,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 62,
      "c16002_M007": 65,
      "c16002_E010": 92,
      "c16002_M010": 78,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7025,
      "b22010_M001": 276,
      "b22010_E002": 191,
      "b22010_M002": 117,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.02,
       "moe": 2.9,
       "numerator": 394,
       "denominator": 5616
      },
      "children_with_two_parents_pct": {
       "estimate": 92.98,
       "moe": 3.72,
       "numerator": 5222,
       "denominator": 5616
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.94,
       "moe": 3.24,
       "numerator": 200,
       "denominator": 2883
      },
      "children_below_poverty_pct": {
       "estimate": 2.0,
       "moe": 1.52,
       "numerator": 114,
       "denominator": 5689
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 82.84,
       "moe": 6.31,
       "numerator": 11039,
       "denominator": 13325
      },
      "limited_english_households_pct": {
       "estimate": 2.16,
       "moe": 1.58,
       "numerator": 152,
       "denominator": 7021
      },
      "snap_households_pct": {
       "estimate": 2.76,
       "moe": 1.78,
       "numerator": 194,
       "denominator": 7021
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 5616,
       "moe": 442.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5689,
       "moe": 510.59964747343884
      }
     },
     "lines": {
      "b23008_E001": 5616,
      "b23008_M001": 442,
      "b23008_E003": 1345,
      "b23008_M003": 224,
      "b23008_E008": 70,
      "b23008_M008": 84,
      "b23008_E016": 3877,
      "b23008_M016": 403,
      "b23008_E021": 324,
      "b23008_M021": 143,
      "b11003_E001": 5695,
      "b11003_M001": 212,
      "b11003_E003": 2683,
      "b11003_M003": 243,
      "b11003_E010": 92,
      "b11003_M010": 62,
      "b11003_E016": 108,
      "b11003_M016": 72,
      "b17020_E001": 20643,
      "b17020_M001": 32,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 55,
      "b17020_M004": 63,
      "b17020_E005": 59,
      "b17020_M005": 55,
      "b17020_E011": 1433,
      "b17020_M011": 240,
      "b17020_E012": 2074,
      "b17020_M012": 322,
      "b17020_E013": 2068,
      "b17020_M013": 303,
      "b15003_E001": 13325,
      "b15003_M001": 421,
      "b15003_E022": 5826,
      "b15003_M022": 664,
      "b15003_E023": 3846,
      "b15003_M023": 533,
      "b15003_E024": 1152,
      "b15003_M024": 311,
      "b15003_E025": 215,
      "b15003_M025": 89,
      "c16002_E001": 7021,
      "c16002_M001": 268,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 66,
      "c16002_M007": 73,
      "c16002_E010": 86,
      "c16002_M010": 76,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 7021,
      "b22010_M001": 268,
      "b22010_E002": 194,
      "b22010_M002": 125,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.86,
       "moe": 2.61,
       "numerator": 377,
       "denominator": 5494
      },
      "children_with_two_parents_pct": {
       "estimate": 93.14,
       "moe": 5.56,
       "numerator": 5117,
       "denominator": 5494
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.98,
       "moe": 2.98,
       "numerator": 205,
       "denominator": 2937
      },
      "children_below_poverty_pct": {
       "estimate": 3.82,
       "moe": 1.78,
       "numerator": 211,
       "denominator": 5526
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 82.53,
       "moe": 5.82,
       "numerator": 11203,
       "denominator": 13574
      },
      "limited_english_households_pct": {
       "estimate": 2.57,
       "moe": 1.57,
       "numerator": 184,
       "denominator": 7153
      },
      "snap_households_pct": {
       "estimate": 2.21,
       "moe": 1.44,
       "numerator": 158,
       "denominator": 7153
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 5494,
       "moe": 447.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5526,
       "moe": 548.4541913414465
      }
     },
     "lines": {
      "b23008_E001": 5494,
      "b23008_M001": 447,
      "b23008_E003": 1405,
      "b23008_M003": 212,
      "b23008_E008": 22,
      "b23008_M008": 27,
      "b23008_E016": 3712,
      "b23008_M016": 471,
      "b23008_E021": 355,
      "b23008_M021": 144,
      "b11003_E001": 5827,
      "b11003_M001": 207,
      "b11003_E003": 2732,
      "b11003_M003": 231,
      "b11003_E010": 90,
      "b11003_M010": 54,
      "b11003_E016": 115,
      "b11003_M016": 71,
      "b17020_E001": 20802,
      "b17020_M001": 44,
      "b17020_E003": 4,
      "b17020_M003": 8,
      "b17020_E004": 119,
      "b17020_M004": 84,
      "b17020_E005": 88,
      "b17020_M005": 55,
      "b17020_E011": 1437,
      "b17020_M011": 212,
      "b17020_E012": 1947,
      "b17020_M012": 353,
      "b17020_E013": 1931,
      "b17020_M013": 348,
      "b15003_E001": 13574,
      "b15003_M001": 424,
      "b15003_E022": 5821,
      "b15003_M022": 603,
      "b15003_E023": 4190,
      "b15003_M023": 551,
      "b15003_E024": 937,
      "b15003_M024": 268,
      "b15003_E025": 255,
      "b15003_M025": 88,
      "c16002_E001": 7153,
      "c16002_M001": 293,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 95,
      "c16002_M007": 74,
      "c16002_E010": 85,
      "c16002_M010": 81,
      "c16002_E013": 4,
      "c16002_M013": 9,
      "b22010_E001": 7153,
      "b22010_M001": 293,
      "b22010_E002": 158,
      "b22010_M002": 103,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    }
   }
  },
  "0902730": {
   "name": "New Fairfield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902730",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.79,
       "moe": 7.52,
       "numerator": 581,
       "denominator": 3265
      },
      "children_with_two_parents_pct": {
       "estimate": 82.21,
       "moe": 11.82,
       "numerator": 2684,
       "denominator": 3265
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.76,
       "moe": 7.61,
       "numerator": 287,
       "denominator": 1530
      },
      "children_below_poverty_pct": {
       "estimate": 3.93,
       "moe": 3.72,
       "numerator": 130,
       "denominator": 3308
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.49,
       "moe": 4.0,
       "numerator": 3975,
       "denominator": 8738
      },
      "limited_english_households_pct": {
       "estimate": 1.84,
       "moe": 1.39,
       "numerator": 83,
       "denominator": 4503
      },
      "snap_households_pct": {
       "estimate": 3.69,
       "moe": 2.72,
       "numerator": 166,
       "denominator": 4503
      },
      "median_household_income": {
       "estimate": 129718,
       "moe": 15748.0
      },
      "own_children_under_18": {
       "estimate": 3265,
       "moe": 422.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3308,
       "moe": 572.676173766641
      }
     },
     "lines": {
      "b23008_E001": 3265,
      "b23008_M001": 422,
      "b23008_E003": 1106,
      "b23008_M003": 433,
      "b23008_E008": 45,
      "b23008_M008": 37,
      "b23008_E016": 1578,
      "b23008_M016": 286,
      "b23008_E021": 536,
      "b23008_M021": 254,
      "b11003_E001": 3642,
      "b11003_M001": 223,
      "b11003_E003": 1243,
      "b11003_M003": 142,
      "b11003_E010": 127,
      "b11003_M010": 84,
      "b11003_E016": 160,
      "b11003_M016": 88,
      "b17020_E001": 13547,
      "b17020_M001": 120,
      "b17020_E003": 17,
      "b17020_M003": 24,
      "b17020_E004": 20,
      "b17020_M004": 20,
      "b17020_E005": 93,
      "b17020_M005": 121,
      "b17020_E011": 1134,
      "b17020_M011": 446,
      "b17020_E012": 790,
      "b17020_M012": 193,
      "b17020_E013": 1254,
      "b17020_M013": 276,
      "b15003_E001": 8738,
      "b15003_M001": 452,
      "b15003_E022": 2365,
      "b15003_M022": 323,
      "b15003_E023": 1300,
      "b15003_M023": 224,
      "b15003_E024": 166,
      "b15003_M024": 83,
      "b15003_E025": 144,
      "b15003_M025": 54,
      "c16002_E001": 4503,
      "c16002_M001": 285,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 42,
      "c16002_M007": 40,
      "c16002_E010": 27,
      "c16002_M010": 38,
      "c16002_E013": 14,
      "c16002_M013": 22,
      "b22010_E001": 4503,
      "b22010_M001": 285,
      "b22010_E002": 166,
      "b22010_M002": 123,
      "b19013_E001": 129718,
      "b19013_M001": 15748
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.64,
       "moe": 8.53,
       "numerator": 689,
       "denominator": 3184
      },
      "children_with_two_parents_pct": {
       "estimate": 78.36,
       "moe": 12.91,
       "numerator": 2495,
       "denominator": 3184
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.05,
       "moe": 8.03,
       "numerator": 306,
       "denominator": 1454
      },
      "children_below_poverty_pct": {
       "estimate": 4.1,
       "moe": 3.75,
       "numerator": 132,
       "denominator": 3223
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.97,
       "moe": 3.53,
       "numerator": 4039,
       "denominator": 8786
      },
      "limited_english_households_pct": {
       "estimate": 1.61,
       "moe": 1.37,
       "numerator": 74,
       "denominator": 4590
      },
      "snap_households_pct": {
       "estimate": 3.25,
       "moe": 2.56,
       "numerator": 149,
       "denominator": 4590
      },
      "median_household_income": {
       "estimate": 140844,
       "moe": 7561.0
      },
      "own_children_under_18": {
       "estimate": 3184,
       "moe": 443.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3223,
       "moe": 565.9249066793226
      }
     },
     "lines": {
      "b23008_E001": 3184,
      "b23008_M001": 443,
      "b23008_E003": 1052,
      "b23008_M003": 457,
      "b23008_E008": 76,
      "b23008_M008": 59,
      "b23008_E016": 1443,
      "b23008_M016": 284,
      "b23008_E021": 613,
      "b23008_M021": 282,
      "b11003_E001": 3627,
      "b11003_M001": 235,
      "b11003_E003": 1148,
      "b11003_M003": 174,
      "b11003_E010": 138,
      "b11003_M010": 86,
      "b11003_E016": 168,
      "b11003_M016": 91,
      "b17020_E001": 13464,
      "b17020_M001": 127,
      "b17020_E003": 21,
      "b17020_M003": 33,
      "b17020_E004": 16,
      "b17020_M004": 19,
      "b17020_E005": 95,
      "b17020_M005": 117,
      "b17020_E011": 1107,
      "b17020_M011": 462,
      "b17020_E012": 830,
      "b17020_M012": 182,
      "b17020_E013": 1154,
      "b17020_M013": 242,
      "b15003_E001": 8786,
      "b15003_M001": 462,
      "b15003_E022": 2463,
      "b15003_M022": 274,
      "b15003_E023": 1262,
      "b15003_M023": 235,
      "b15003_E024": 223,
      "b15003_M024": 91,
      "b15003_E025": 91,
      "b15003_M025": 51,
      "c16002_E001": 4590,
      "c16002_M001": 311,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 54,
      "c16002_M007": 46,
      "c16002_E010": 20,
      "c16002_M010": 31,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4590,
      "b22010_M001": 311,
      "b22010_E002": 149,
      "b22010_M002": 118,
      "b19013_E001": 140844,
      "b19013_M001": 7561
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.41,
       "moe": 9.08,
       "numerator": 897,
       "denominator": 3396
      },
      "children_with_two_parents_pct": {
       "estimate": 73.59,
       "moe": 13.6,
       "numerator": 2499,
       "denominator": 3396
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.06,
       "moe": 9.11,
       "numerator": 393,
       "denominator": 1568
      },
      "children_below_poverty_pct": {
       "estimate": 3.01,
       "moe": 3.82,
       "numerator": 103,
       "denominator": 3422
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.37,
       "moe": 3.85,
       "numerator": 3869,
       "denominator": 8527
      },
      "limited_english_households_pct": {
       "estimate": 0.96,
       "moe": 1.12,
       "numerator": 43,
       "denominator": 4500
      },
      "snap_households_pct": {
       "estimate": 3.33,
       "moe": 2.48,
       "numerator": 150,
       "denominator": 4500
      },
      "median_household_income": {
       "estimate": 143864,
       "moe": 17222.0
      },
      "own_children_under_18": {
       "estimate": 3396,
       "moe": 305.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3422,
       "moe": 558.0143367333853
      }
     },
     "lines": {
      "b23008_E001": 3396,
      "b23008_M001": 305,
      "b23008_E003": 987,
      "b23008_M003": 429,
      "b23008_E008": 211,
      "b23008_M008": 163,
      "b23008_E016": 1512,
      "b23008_M016": 282,
      "b23008_E021": 686,
      "b23008_M021": 274,
      "b11003_E001": 3557,
      "b11003_M001": 195,
      "b11003_E003": 1175,
      "b11003_M003": 165,
      "b11003_E010": 197,
      "b11003_M010": 113,
      "b11003_E016": 196,
      "b11003_M016": 104,
      "b17020_E001": 13473,
      "b17020_M001": 103,
      "b17020_E003": 2,
      "b17020_M003": 3,
      "b17020_E004": 8,
      "b17020_M004": 14,
      "b17020_E005": 93,
      "b17020_M005": 131,
      "b17020_E011": 1196,
      "b17020_M011": 458,
      "b17020_E012": 855,
      "b17020_M012": 195,
      "b17020_E013": 1268,
      "b17020_M013": 215,
      "b15003_E001": 8527,
      "b15003_M001": 360,
      "b15003_E022": 2111,
      "b15003_M022": 251,
      "b15003_E023": 1423,
      "b15003_M023": 238,
      "b15003_E024": 240,
      "b15003_M024": 110,
      "b15003_E025": 95,
      "b15003_M025": 54,
      "c16002_E001": 4500,
      "c16002_M001": 245,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 24,
      "c16002_M007": 30,
      "c16002_E010": 19,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4500,
      "b22010_M001": 245,
      "b22010_E002": 150,
      "b22010_M002": 112,
      "b19013_E001": 143864,
      "b19013_M001": 17222
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.04,
       "moe": 6.98,
       "numerator": 729,
       "denominator": 3308
      },
      "children_with_two_parents_pct": {
       "estimate": 77.96,
       "moe": 13.54,
       "numerator": 2579,
       "denominator": 3308
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.04,
       "moe": 7.4,
       "numerator": 303,
       "denominator": 1512
      },
      "children_below_poverty_pct": {
       "estimate": 0.96,
       "moe": 0.82,
       "numerator": 32,
       "denominator": 3337
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.28,
       "moe": 3.87,
       "numerator": 4222,
       "denominator": 8745
      },
      "limited_english_households_pct": {
       "estimate": 0.81,
       "moe": 1.04,
       "numerator": 37,
       "denominator": 4562
      },
      "snap_households_pct": {
       "estimate": 3.22,
       "moe": 2.42,
       "numerator": 147,
       "denominator": 4562
      },
      "median_household_income": {
       "estimate": 137647,
       "moe": 13943.0
      },
      "own_children_under_18": {
       "estimate": 3308,
       "moe": 511.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3337,
       "moe": 596.1736324259905
      }
     },
     "lines": {
      "b23008_E001": 3308,
      "b23008_M001": 511,
      "b23008_E003": 957,
      "b23008_M003": 499,
      "b23008_E008": 229,
      "b23008_M008": 186,
      "b23008_E016": 1622,
      "b23008_M016": 332,
      "b23008_E021": 500,
      "b23008_M021": 177,
      "b11003_E001": 3608,
      "b11003_M001": 257,
      "b11003_E003": 1209,
      "b11003_M003": 195,
      "b11003_E010": 149,
      "b11003_M010": 98,
      "b11003_E016": 154,
      "b11003_M016": 71,
      "b17020_E001": 13506,
      "b17020_M001": 104,
      "b17020_E003": 13,
      "b17020_M003": 18,
      "b17020_E004": 8,
      "b17020_M004": 13,
      "b17020_E005": 11,
      "b17020_M005": 17,
      "b17020_E011": 1173,
      "b17020_M011": 522,
      "b17020_E012": 876,
      "b17020_M012": 194,
      "b17020_E013": 1256,
      "b17020_M013": 211,
      "b15003_E001": 8745,
      "b15003_M001": 508,
      "b15003_E022": 2262,
      "b15003_M022": 273,
      "b15003_E023": 1611,
      "b15003_M023": 299,
      "b15003_E024": 256,
      "b15003_M024": 91,
      "b15003_E025": 93,
      "b15003_M025": 47,
      "c16002_E001": 4562,
      "c16002_M001": 309,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 24,
      "c16002_M007": 31,
      "c16002_E010": 13,
      "c16002_M010": 20,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4562,
      "b22010_M001": 309,
      "b22010_E002": 147,
      "b22010_M002": 111,
      "b19013_E001": 137647,
      "b19013_M001": 13943
     }
    }
   }
  },
  "0902760": {
   "name": "New Hartford School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0902760",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.99,
       "moe": 10.32,
       "numerator": 245,
       "denominator": 1634
      },
      "children_with_two_parents_pct": {
       "estimate": 85.01,
       "moe": 12.78,
       "numerator": 1389,
       "denominator": 1634
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.48,
       "moe": 11.71,
       "numerator": 132,
       "denominator": 801
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.99,
       "numerator": 0,
       "denominator": 1654
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.13,
       "moe": 6.97,
       "numerator": 1942,
       "denominator": 4610
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.45,
       "numerator": 0,
       "denominator": 2620
      },
      "snap_households_pct": {
       "estimate": 0.65,
       "moe": 1.07,
       "numerator": 17,
       "denominator": 2620
      },
      "median_household_income": {
       "estimate": 100156,
       "moe": 19410.0
      },
      "own_children_under_18": {
       "estimate": 1634,
       "moe": 289.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1654,
       "moe": 407.29964399689817
      }
     },
     "lines": {
      "b23008_E001": 1634,
      "b23008_M001": 289,
      "b23008_E003": 464,
      "b23008_M003": 213,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 925,
      "b23008_M016": 242,
      "b23008_E021": 245,
      "b23008_M021": 173,
      "b11003_E001": 1777,
      "b11003_M001": 159,
      "b11003_E003": 669,
      "b11003_M003": 150,
      "b11003_E010": 17,
      "b11003_M010": 29,
      "b11003_E016": 115,
      "b11003_M016": 94,
      "b17020_E001": 6668,
      "b17020_M001": 33,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 484,
      "b17020_M011": 212,
      "b17020_E012": 366,
      "b17020_M012": 205,
      "b17020_E013": 804,
      "b17020_M013": 279,
      "b15003_E001": 4610,
      "b15003_M001": 312,
      "b15003_E022": 1173,
      "b15003_M022": 266,
      "b15003_E023": 701,
      "b15003_M023": 214,
      "b15003_E024": 52,
      "b15003_M024": 57,
      "b15003_E025": 16,
      "b15003_M025": 25,
      "c16002_E001": 2620,
      "c16002_M001": 190,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2620,
      "b22010_M001": 190,
      "b22010_E002": 17,
      "b22010_M002": 28,
      "b19013_E001": 100156,
      "b19013_M001": 19410
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.65,
       "moe": 12.36,
       "numerator": 318,
       "denominator": 1404
      },
      "children_with_two_parents_pct": {
       "estimate": 77.35,
       "moe": 11.07,
       "numerator": 1086,
       "denominator": 1404
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.34,
       "moe": 11.03,
       "numerator": 170,
       "denominator": 761
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.31,
       "numerator": 0,
       "denominator": 1423
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.09,
       "moe": 6.8,
       "numerator": 2119,
       "denominator": 4806
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.4,
       "numerator": 0,
       "denominator": 2707
      },
      "snap_households_pct": {
       "estimate": 0.7,
       "moe": 1.14,
       "numerator": 19,
       "denominator": 2707
      },
      "median_household_income": {
       "estimate": 102522,
       "moe": 18637.0
      },
      "own_children_under_18": {
       "estimate": 1404,
       "moe": 176.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1423,
       "moe": 308.9028973642041
      }
     },
     "lines": {
      "b23008_E001": 1404,
      "b23008_M001": 176,
      "b23008_E003": 420,
      "b23008_M003": 141,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 666,
      "b23008_M016": 151,
      "b23008_E021": 318,
      "b23008_M021": 177,
      "b11003_E001": 2048,
      "b11003_M001": 151,
      "b11003_E003": 591,
      "b11003_M003": 138,
      "b11003_E010": 18,
      "b11003_M010": 29,
      "b11003_E016": 152,
      "b11003_M016": 87,
      "b17020_E001": 6680,
      "b17020_M001": 18,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 439,
      "b17020_M011": 143,
      "b17020_E012": 379,
      "b17020_M012": 175,
      "b17020_E013": 605,
      "b17020_M013": 208,
      "b15003_E001": 4806,
      "b15003_M001": 274,
      "b15003_E022": 1274,
      "b15003_M022": 262,
      "b15003_E023": 697,
      "b15003_M023": 199,
      "b15003_E024": 131,
      "b15003_M024": 111,
      "b15003_E025": 17,
      "b15003_M025": 27,
      "c16002_E001": 2707,
      "c16002_M001": 158,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2707,
      "b22010_M001": 158,
      "b22010_E002": 19,
      "b22010_M002": 31,
      "b19013_E001": 102522,
      "b19013_M001": 18637
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.93,
       "moe": 13.63,
       "numerator": 302,
       "denominator": 1377
      },
      "children_with_two_parents_pct": {
       "estimate": 78.07,
       "moe": 12.07,
       "numerator": 1075,
       "denominator": 1377
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.19,
       "moe": 12.19,
       "numerator": 152,
       "denominator": 792
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.36,
       "numerator": 0,
       "denominator": 1396
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.14,
       "moe": 6.97,
       "numerator": 2346,
       "denominator": 4977
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.43,
       "numerator": 0,
       "denominator": 2652
      },
      "snap_households_pct": {
       "estimate": 0.6,
       "moe": 1.02,
       "numerator": 16,
       "denominator": 2652
      },
      "median_household_income": {
       "estimate": 116618,
       "moe": 22954.0
      },
      "own_children_under_18": {
       "estimate": 1377,
       "moe": 183.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1396,
       "moe": 289.44256770558127
      }
     },
     "lines": {
      "b23008_E001": 1377,
      "b23008_M001": 183,
      "b23008_E003": 488,
      "b23008_M003": 142,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 587,
      "b23008_M016": 167,
      "b23008_E021": 302,
      "b23008_M021": 191,
      "b11003_E001": 2030,
      "b11003_M001": 133,
      "b11003_E003": 640,
      "b11003_M003": 113,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 152,
      "b11003_M016": 99,
      "b17020_E001": 6684,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 507,
      "b17020_M011": 151,
      "b17020_E012": 150,
      "b17020_M012": 103,
      "b17020_E013": 739,
      "b17020_M013": 222,
      "b15003_E001": 4977,
      "b15003_M001": 241,
      "b15003_E022": 1429,
      "b15003_M022": 279,
      "b15003_E023": 740,
      "b15003_M023": 195,
      "b15003_E024": 161,
      "b15003_M024": 129,
      "b15003_E025": 16,
      "b15003_M025": 27,
      "c16002_E001": 2652,
      "c16002_M001": 178,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2652,
      "b22010_M001": 178,
      "b22010_E002": 16,
      "b22010_M002": 27,
      "b19013_E001": 116618,
      "b19013_M001": 22954
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.5,
       "moe": 21.68,
       "numerator": 401,
       "denominator": 1197
      },
      "children_with_two_parents_pct": {
       "estimate": 66.5,
       "moe": 20.16,
       "numerator": 796,
       "denominator": 1197
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.09,
       "moe": 15.06,
       "numerator": 127,
       "denominator": 575
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.7,
       "numerator": 0,
       "denominator": 1217
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.27,
       "moe": 6.87,
       "numerator": 2222,
       "denominator": 5135
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.41,
       "numerator": 0,
       "denominator": 2688
      },
      "snap_households_pct": {
       "estimate": 4.46,
       "moe": 4.27,
       "numerator": 120,
       "denominator": 2688
      },
      "median_household_income": {
       "estimate": 109695,
       "moe": 20492.0
      },
      "own_children_under_18": {
       "estimate": 1197,
       "moe": 207.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1217,
       "moe": 292.42434919137634
      }
     },
     "lines": {
      "b23008_E001": 1197,
      "b23008_M001": 207,
      "b23008_E003": 320,
      "b23008_M003": 140,
      "b23008_E008": 0,
      "b23008_M008": 19,
      "b23008_E016": 476,
      "b23008_M016": 240,
      "b23008_E021": 401,
      "b23008_M021": 268,
      "b11003_E001": 2090,
      "b11003_M001": 130,
      "b11003_E003": 448,
      "b11003_M003": 160,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 127,
      "b11003_M016": 94,
      "b17020_E001": 6675,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 340,
      "b17020_M011": 142,
      "b17020_E012": 349,
      "b17020_M012": 139,
      "b17020_E013": 528,
      "b17020_M013": 212,
      "b15003_E001": 5135,
      "b15003_M001": 260,
      "b15003_E022": 1360,
      "b15003_M022": 284,
      "b15003_E023": 669,
      "b15003_M023": 185,
      "b15003_E024": 173,
      "b15003_M024": 145,
      "b15003_E025": 20,
      "b15003_M025": 32,
      "c16002_E001": 2688,
      "c16002_M001": 174,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2688,
      "b22010_M001": 174,
      "b22010_E002": 120,
      "b22010_M002": 115,
      "b19013_E001": 109695,
      "b19013_M001": 20492
     }
    }
   }
  },
  "0902790": {
   "name": "New Haven School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902790",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.5,
       "moe": 3.47,
       "numerator": 17212,
       "denominator": 28451
      },
      "children_with_two_parents_pct": {
       "estimate": 39.5,
       "moe": 2.76,
       "numerator": 11239,
       "denominator": 28451
      },
      "one_parent_families_with_children_pct": {
       "estimate": 58.33,
       "moe": 4.52,
       "numerator": 7592,
       "denominator": 13015
      },
      "children_below_poverty_pct": {
       "estimate": 31.39,
       "moe": 3.33,
       "numerator": 9249,
       "denominator": 29462
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.47,
       "moe": 1.81,
       "numerator": 30565,
       "denominator": 83806
      },
      "limited_english_households_pct": {
       "estimate": 9.1,
       "moe": 0.95,
       "numerator": 4574,
       "denominator": 50264
      },
      "snap_households_pct": {
       "estimate": 27.43,
       "moe": 1.52,
       "numerator": 13788,
       "denominator": 50264
      },
      "median_household_income": {
       "estimate": 48973,
       "moe": 3305.0
      },
      "own_children_under_18": {
       "estimate": 28451,
       "moe": 1426.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 29462,
       "moe": 1667.988609073815
      }
     },
     "lines": {
      "b23008_E001": 28451,
      "b23008_M001": 1426,
      "b23008_E003": 3554,
      "b23008_M003": 531,
      "b23008_E008": 6064,
      "b23008_M008": 971,
      "b23008_E016": 7685,
      "b23008_M016": 808,
      "b23008_E021": 11148,
      "b23008_M021": 881,
      "b11003_E001": 26119,
      "b11003_M001": 753,
      "b11003_E003": 5423,
      "b11003_M003": 457,
      "b11003_E010": 1016,
      "b11003_M010": 229,
      "b11003_E016": 6576,
      "b11003_M016": 762,
      "b17020_E001": 125332,
      "b17020_M001": 728,
      "b17020_E003": 3599,
      "b17020_M003": 804,
      "b17020_E004": 2661,
      "b17020_M004": 510,
      "b17020_E005": 2989,
      "b17020_M005": 577,
      "b17020_E011": 6225,
      "b17020_M011": 794,
      "b17020_E012": 6076,
      "b17020_M012": 623,
      "b17020_E013": 7912,
      "b17020_M013": 724,
      "b15003_E001": 83806,
      "b15003_M001": 1487,
      "b15003_E022": 13637,
      "b15003_M022": 1189,
      "b15003_E023": 10006,
      "b15003_M023": 882,
      "b15003_E024": 3330,
      "b15003_M024": 389,
      "b15003_E025": 3592,
      "b15003_M025": 512,
      "c16002_E001": 50264,
      "c16002_M001": 1193,
      "c16002_E004": 3520,
      "c16002_M004": 443,
      "c16002_E007": 512,
      "c16002_M007": 129,
      "c16002_E010": 384,
      "c16002_M010": 122,
      "c16002_E013": 158,
      "c16002_M013": 120,
      "b22010_E001": 50264,
      "b22010_M001": 1193,
      "b22010_E002": 13788,
      "b22010_M002": 829,
      "b19013_E001": 48973,
      "b19013_M001": 3305
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.94,
       "moe": 3.34,
       "numerator": 17153,
       "denominator": 28148
      },
      "children_with_two_parents_pct": {
       "estimate": 39.06,
       "moe": 3.39,
       "numerator": 10995,
       "denominator": 28148
      },
      "one_parent_families_with_children_pct": {
       "estimate": 57.08,
       "moe": 4.02,
       "numerator": 7289,
       "denominator": 12770
      },
      "children_below_poverty_pct": {
       "estimate": 35.9,
       "moe": 3.27,
       "numerator": 10536,
       "denominator": 29348
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.53,
       "moe": 1.71,
       "numerator": 32679,
       "denominator": 84822
      },
      "limited_english_households_pct": {
       "estimate": 8.74,
       "moe": 1.05,
       "numerator": 4631,
       "denominator": 52977
      },
      "snap_households_pct": {
       "estimate": 26.06,
       "moe": 1.82,
       "numerator": 13807,
       "denominator": 52977
      },
      "median_household_income": {
       "estimate": 54305,
       "moe": 2901.0
      },
      "own_children_under_18": {
       "estimate": 28148,
       "moe": 1339.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 29348,
       "moe": 1755.4395460966464
      }
     },
     "lines": {
      "b23008_E001": 28148,
      "b23008_M001": 1339,
      "b23008_E003": 3578,
      "b23008_M003": 539,
      "b23008_E008": 5756,
      "b23008_M008": 737,
      "b23008_E016": 7417,
      "b23008_M016": 944,
      "b23008_E021": 11397,
      "b23008_M021": 1004,
      "b11003_E001": 26777,
      "b11003_M001": 840,
      "b11003_E003": 5481,
      "b11003_M003": 631,
      "b11003_E010": 1003,
      "b11003_M010": 301,
      "b11003_E016": 6286,
      "b11003_M016": 702,
      "b17020_E001": 126367,
      "b17020_M001": 190,
      "b17020_E003": 3802,
      "b17020_M003": 771,
      "b17020_E004": 3672,
      "b17020_M004": 655,
      "b17020_E005": 3062,
      "b17020_M005": 545,
      "b17020_E011": 5884,
      "b17020_M011": 832,
      "b17020_E012": 5399,
      "b17020_M012": 682,
      "b17020_E013": 7529,
      "b17020_M013": 777,
      "b15003_E001": 84822,
      "b15003_M001": 1404,
      "b15003_E022": 14378,
      "b15003_M022": 1058,
      "b15003_E023": 10707,
      "b15003_M023": 864,
      "b15003_E024": 3648,
      "b15003_M024": 478,
      "b15003_E025": 3946,
      "b15003_M025": 542,
      "c16002_E001": 52977,
      "c16002_M001": 1051,
      "c16002_E004": 3662,
      "c16002_M004": 519,
      "c16002_E007": 444,
      "c16002_M007": 159,
      "c16002_E010": 393,
      "c16002_M010": 116,
      "c16002_E013": 132,
      "c16002_M013": 109,
      "b22010_E001": 52977,
      "b22010_M001": 1051,
      "b22010_E002": 13807,
      "b22010_M002": 1000,
      "b19013_E001": 54305,
      "b19013_M001": 2901
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 61.89,
       "moe": 3.72,
       "numerator": 16730,
       "denominator": 27034
      },
      "children_with_two_parents_pct": {
       "estimate": 38.11,
       "moe": 3.16,
       "numerator": 10304,
       "denominator": 27034
      },
      "one_parent_families_with_children_pct": {
       "estimate": 57.53,
       "moe": 4.2,
       "numerator": 7415,
       "denominator": 12889
      },
      "children_below_poverty_pct": {
       "estimate": 35.83,
       "moe": 3.26,
       "numerator": 10060,
       "denominator": 28075
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.74,
       "moe": 1.88,
       "numerator": 31866,
       "denominator": 84441
      },
      "limited_english_households_pct": {
       "estimate": 8.51,
       "moe": 1.06,
       "numerator": 4546,
       "denominator": 53424
      },
      "snap_households_pct": {
       "estimate": 26.45,
       "moe": 1.63,
       "numerator": 14129,
       "denominator": 53424
      },
      "median_household_income": {
       "estimate": 53771,
       "moe": 4369.0
      },
      "own_children_under_18": {
       "estimate": 27034,
       "moe": 1163.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 28075,
       "moe": 1640.4919993709204
      }
     },
     "lines": {
      "b23008_E001": 27034,
      "b23008_M001": 1163,
      "b23008_E003": 3351,
      "b23008_M003": 467,
      "b23008_E008": 5377,
      "b23008_M008": 720,
      "b23008_E016": 6953,
      "b23008_M016": 841,
      "b23008_E021": 11353,
      "b23008_M021": 1005,
      "b11003_E001": 26928,
      "b11003_M001": 853,
      "b11003_E003": 5474,
      "b11003_M003": 532,
      "b11003_E010": 905,
      "b11003_M010": 254,
      "b11003_E016": 6510,
      "b11003_M016": 716,
      "b17020_E001": 125166,
      "b17020_M001": 356,
      "b17020_E003": 3292,
      "b17020_M003": 616,
      "b17020_E004": 3483,
      "b17020_M004": 681,
      "b17020_E005": 3285,
      "b17020_M005": 581,
      "b17020_E011": 5768,
      "b17020_M011": 664,
      "b17020_E012": 5062,
      "b17020_M012": 648,
      "b17020_E013": 7185,
      "b17020_M013": 806,
      "b15003_E001": 84441,
      "b15003_M001": 1500,
      "b15003_E022": 14643,
      "b15003_M022": 1318,
      "b15003_E023": 9992,
      "b15003_M023": 802,
      "b15003_E024": 3452,
      "b15003_M024": 438,
      "b15003_E025": 3779,
      "b15003_M025": 528,
      "c16002_E001": 53424,
      "c16002_M001": 1156,
      "c16002_E004": 3656,
      "c16002_M004": 534,
      "c16002_E007": 294,
      "c16002_M007": 112,
      "c16002_E010": 465,
      "c16002_M010": 152,
      "c16002_E013": 131,
      "c16002_M013": 105,
      "b22010_E001": 53424,
      "b22010_M001": 1156,
      "b22010_E002": 14129,
      "b22010_M002": 923,
      "b19013_E001": 53771,
      "b19013_M001": 4369
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.15,
       "moe": 4.0,
       "numerator": 16199,
       "denominator": 26933
      },
      "children_with_two_parents_pct": {
       "estimate": 39.85,
       "moe": 3.13,
       "numerator": 10734,
       "denominator": 26933
      },
      "one_parent_families_with_children_pct": {
       "estimate": 57.12,
       "moe": 4.7,
       "numerator": 7172,
       "denominator": 12557
      },
      "children_below_poverty_pct": {
       "estimate": 31.19,
       "moe": 3.29,
       "numerator": 8763,
       "denominator": 28092
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.86,
       "moe": 1.87,
       "numerator": 33330,
       "denominator": 85772
      },
      "limited_english_households_pct": {
       "estimate": 7.37,
       "moe": 0.96,
       "numerator": 4035,
       "denominator": 54773
      },
      "snap_households_pct": {
       "estimate": 25.86,
       "moe": 1.89,
       "numerator": 14164,
       "denominator": 54773
      },
      "median_household_income": {
       "estimate": 56851,
       "moe": 4254.0
      },
      "own_children_under_18": {
       "estimate": 26933,
       "moe": 1260.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 28092,
       "moe": 1739.1995285187954
      }
     },
     "lines": {
      "b23008_E001": 26933,
      "b23008_M001": 1260,
      "b23008_E003": 3609,
      "b23008_M003": 577,
      "b23008_E008": 4958,
      "b23008_M008": 665,
      "b23008_E016": 7125,
      "b23008_M016": 793,
      "b23008_E021": 11241,
      "b23008_M021": 1137,
      "b11003_E001": 27235,
      "b11003_M001": 948,
      "b11003_E003": 5385,
      "b11003_M003": 568,
      "b11003_E010": 1079,
      "b11003_M010": 330,
      "b11003_E016": 6093,
      "b11003_M016": 751,
      "b17020_E001": 125887,
      "b17020_M001": 298,
      "b17020_E003": 2593,
      "b17020_M003": 647,
      "b17020_E004": 2922,
      "b17020_M004": 524,
      "b17020_E005": 3248,
      "b17020_M005": 675,
      "b17020_E011": 6347,
      "b17020_M011": 800,
      "b17020_E012": 5444,
      "b17020_M012": 754,
      "b17020_E013": 7538,
      "b17020_M013": 817,
      "b15003_E001": 85772,
      "b15003_M001": 1254,
      "b15003_E022": 15678,
      "b15003_M022": 1200,
      "b15003_E023": 9934,
      "b15003_M023": 920,
      "b15003_E024": 3572,
      "b15003_M024": 494,
      "b15003_E025": 4146,
      "b15003_M025": 536,
      "c16002_E001": 54773,
      "c16002_M001": 1169,
      "c16002_E004": 3010,
      "c16002_M004": 471,
      "c16002_E007": 381,
      "c16002_M007": 133,
      "c16002_E010": 494,
      "c16002_M010": 178,
      "c16002_E013": 150,
      "c16002_M013": 110,
      "b22010_E001": 54773,
      "b22010_M001": 1169,
      "b22010_E002": 14164,
      "b22010_M002": 1081,
      "b19013_E001": 56851,
      "b19013_M001": 4254
     }
    }
   }
  },
  "0902820": {
   "name": "New London School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902820",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.8,
       "moe": 8.93,
       "numerator": 2150,
       "denominator": 4594
      },
      "children_with_two_parents_pct": {
       "estimate": 53.2,
       "moe": 8.06,
       "numerator": 2444,
       "denominator": 4594
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.62,
       "moe": 9.73,
       "numerator": 1420,
       "denominator": 2751
      },
      "children_below_poverty_pct": {
       "estimate": 39.68,
       "moe": 6.71,
       "numerator": 1887,
       "denominator": 4756
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.23,
       "moe": 3.28,
       "numerator": 4486,
       "denominator": 17105
      },
      "limited_english_households_pct": {
       "estimate": 10.52,
       "moe": 2.83,
       "numerator": 1172,
       "denominator": 11138
      },
      "snap_households_pct": {
       "estimate": 23.5,
       "moe": 2.7,
       "numerator": 2617,
       "denominator": 11138
      },
      "median_household_income": {
       "estimate": 50819,
       "moe": 6096.0
      },
      "own_children_under_18": {
       "estimate": 4594,
       "moe": 536.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4756,
       "moe": 594.2667751103035
      }
     },
     "lines": {
      "b23008_E001": 4594,
      "b23008_M001": 536,
      "b23008_E003": 1002,
      "b23008_M003": 237,
      "b23008_E008": 548,
      "b23008_M008": 223,
      "b23008_E016": 1442,
      "b23008_M016": 403,
      "b23008_E021": 1602,
      "b23008_M021": 426,
      "b11003_E001": 5718,
      "b11003_M001": 343,
      "b11003_E003": 1331,
      "b11003_M003": 244,
      "b11003_E010": 252,
      "b11003_M010": 158,
      "b11003_E016": 1168,
      "b11003_M016": 307,
      "b17020_E001": 23692,
      "b17020_M001": 1040,
      "b17020_E003": 499,
      "b17020_M003": 194,
      "b17020_E004": 618,
      "b17020_M004": 220,
      "b17020_E005": 770,
      "b17020_M005": 267,
      "b17020_E011": 1051,
      "b17020_M011": 248,
      "b17020_E012": 994,
      "b17020_M012": 268,
      "b17020_E013": 824,
      "b17020_M013": 250,
      "b15003_E001": 17105,
      "b15003_M001": 778,
      "b15003_E022": 2578,
      "b15003_M022": 430,
      "b15003_E023": 1354,
      "b15003_M023": 347,
      "b15003_E024": 303,
      "b15003_M024": 176,
      "b15003_E025": 251,
      "b15003_M025": 144,
      "c16002_E001": 11138,
      "c16002_M001": 687,
      "c16002_E004": 772,
      "c16002_M004": 228,
      "c16002_E007": 251,
      "c16002_M007": 168,
      "c16002_E010": 79,
      "c16002_M010": 107,
      "c16002_E013": 70,
      "c16002_M013": 113,
      "b22010_E001": 11138,
      "b22010_M001": 687,
      "b22010_E002": 2617,
      "b22010_M002": 341,
      "b19013_E001": 50819,
      "b19013_M001": 6096
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 52.0,
       "moe": 8.1,
       "numerator": 2278,
       "denominator": 4381
      },
      "children_with_two_parents_pct": {
       "estimate": 48.0,
       "moe": 8.99,
       "numerator": 2103,
       "denominator": 4381
      },
      "one_parent_families_with_children_pct": {
       "estimate": 54.13,
       "moe": 8.97,
       "numerator": 1337,
       "denominator": 2470
      },
      "children_below_poverty_pct": {
       "estimate": 36.39,
       "moe": 6.62,
       "numerator": 1624,
       "denominator": 4463
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.78,
       "moe": 3.39,
       "numerator": 4738,
       "denominator": 17694
      },
      "limited_english_households_pct": {
       "estimate": 9.3,
       "moe": 2.56,
       "numerator": 1035,
       "denominator": 11125
      },
      "snap_households_pct": {
       "estimate": 21.21,
       "moe": 3.51,
       "numerator": 2360,
       "denominator": 11125
      },
      "median_household_income": {
       "estimate": 56237,
       "moe": 5881.0
      },
      "own_children_under_18": {
       "estimate": 4381,
       "moe": 472.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4463,
       "moe": 604.2036080660228
      }
     },
     "lines": {
      "b23008_E001": 4381,
      "b23008_M001": 472,
      "b23008_E003": 913,
      "b23008_M003": 297,
      "b23008_E008": 796,
      "b23008_M008": 215,
      "b23008_E016": 1190,
      "b23008_M016": 344,
      "b23008_E021": 1482,
      "b23008_M021": 374,
      "b11003_E001": 5682,
      "b11003_M001": 331,
      "b11003_E003": 1133,
      "b11003_M003": 216,
      "b11003_E010": 323,
      "b11003_M010": 182,
      "b11003_E016": 1014,
      "b11003_M016": 236,
      "b17020_E001": 23743,
      "b17020_M001": 129,
      "b17020_E003": 465,
      "b17020_M003": 216,
      "b17020_E004": 502,
      "b17020_M004": 190,
      "b17020_E005": 657,
      "b17020_M005": 230,
      "b17020_E011": 1244,
      "b17020_M011": 322,
      "b17020_E012": 798,
      "b17020_M012": 231,
      "b17020_E013": 797,
      "b17020_M013": 269,
      "b15003_E001": 17694,
      "b15003_M001": 529,
      "b15003_E022": 2973,
      "b15003_M022": 442,
      "b15003_E023": 1291,
      "b15003_M023": 388,
      "b15003_E024": 239,
      "b15003_M024": 135,
      "b15003_E025": 235,
      "b15003_M025": 128,
      "c16002_E001": 11125,
      "c16002_M001": 532,
      "c16002_E004": 721,
      "c16002_M004": 194,
      "c16002_E007": 156,
      "c16002_M007": 149,
      "c16002_E010": 36,
      "c16002_M010": 61,
      "c16002_E013": 122,
      "c16002_M013": 141,
      "b22010_E001": 11125,
      "b22010_M001": 532,
      "b22010_E002": 2360,
      "b22010_M002": 406,
      "b19013_E001": 56237,
      "b19013_M001": 5881
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 50.96,
       "moe": 8.5,
       "numerator": 2314,
       "denominator": 4541
      },
      "children_with_two_parents_pct": {
       "estimate": 49.04,
       "moe": 9.18,
       "numerator": 2227,
       "denominator": 4541
      },
      "one_parent_families_with_children_pct": {
       "estimate": 53.58,
       "moe": 9.23,
       "numerator": 1450,
       "denominator": 2706
      },
      "children_below_poverty_pct": {
       "estimate": 34.54,
       "moe": 7.2,
       "numerator": 1597,
       "denominator": 4624
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.95,
       "moe": 3.46,
       "numerator": 5067,
       "denominator": 17505
      },
      "limited_english_households_pct": {
       "estimate": 12.21,
       "moe": 2.83,
       "numerator": 1413,
       "denominator": 11569
      },
      "snap_households_pct": {
       "estimate": 20.74,
       "moe": 2.99,
       "numerator": 2399,
       "denominator": 11569
      },
      "median_household_income": {
       "estimate": 60123,
       "moe": 7255.0
      },
      "own_children_under_18": {
       "estimate": 4541,
       "moe": 448.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4624,
       "moe": 649.9707685734797
      }
     },
     "lines": {
      "b23008_E001": 4541,
      "b23008_M001": 448,
      "b23008_E003": 944,
      "b23008_M003": 325,
      "b23008_E008": 681,
      "b23008_M008": 241,
      "b23008_E016": 1283,
      "b23008_M016": 341,
      "b23008_E021": 1633,
      "b23008_M021": 378,
      "b11003_E001": 5681,
      "b11003_M001": 358,
      "b11003_E003": 1256,
      "b11003_M003": 244,
      "b11003_E010": 303,
      "b11003_M010": 191,
      "b11003_E016": 1147,
      "b11003_M016": 274,
      "b17020_E001": 24011,
      "b17020_M001": 159,
      "b17020_E003": 477,
      "b17020_M003": 246,
      "b17020_E004": 433,
      "b17020_M004": 198,
      "b17020_E005": 687,
      "b17020_M005": 248,
      "b17020_E011": 1148,
      "b17020_M011": 354,
      "b17020_E012": 1065,
      "b17020_M012": 279,
      "b17020_E013": 814,
      "b17020_M013": 241,
      "b15003_E001": 17505,
      "b15003_M001": 612,
      "b15003_E022": 2886,
      "b15003_M022": 428,
      "b15003_E023": 1565,
      "b15003_M023": 408,
      "b15003_E024": 386,
      "b15003_M024": 176,
      "b15003_E025": 230,
      "b15003_M025": 131,
      "c16002_E001": 11569,
      "c16002_M001": 516,
      "c16002_E004": 1131,
      "c16002_M004": 284,
      "c16002_E007": 157,
      "c16002_M007": 118,
      "c16002_E010": 23,
      "c16002_M010": 40,
      "c16002_E013": 102,
      "c16002_M013": 121,
      "b22010_E001": 11569,
      "b22010_M001": 516,
      "b22010_E002": 2399,
      "b22010_M002": 362,
      "b19013_E001": 60123,
      "b19013_M001": 7255
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 59.27,
       "moe": 9.46,
       "numerator": 2516,
       "denominator": 4245
      },
      "children_with_two_parents_pct": {
       "estimate": 40.73,
       "moe": 8.78,
       "numerator": 1729,
       "denominator": 4245
      },
      "one_parent_families_with_children_pct": {
       "estimate": 63.22,
       "moe": 8.94,
       "numerator": 1559,
       "denominator": 2466
      },
      "children_below_poverty_pct": {
       "estimate": 34.51,
       "moe": 7.31,
       "numerator": 1483,
       "denominator": 4297
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.54,
       "moe": 3.61,
       "numerator": 5006,
       "denominator": 17539
      },
      "limited_english_households_pct": {
       "estimate": 12.13,
       "moe": 2.71,
       "numerator": 1431,
       "denominator": 11794
      },
      "snap_households_pct": {
       "estimate": 21.48,
       "moe": 2.58,
       "numerator": 2533,
       "denominator": 11794
      },
      "median_household_income": {
       "estimate": 59098,
       "moe": 5150.0
      },
      "own_children_under_18": {
       "estimate": 4245,
       "moe": 449.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4297,
       "moe": 608.8324892776337
      }
     },
     "lines": {
      "b23008_E001": 4245,
      "b23008_M001": 449,
      "b23008_E003": 672,
      "b23008_M003": 267,
      "b23008_E008": 752,
      "b23008_M008": 241,
      "b23008_E016": 1057,
      "b23008_M016": 318,
      "b23008_E021": 1764,
      "b23008_M021": 417,
      "b11003_E001": 5450,
      "b11003_M001": 383,
      "b11003_E003": 907,
      "b11003_M003": 234,
      "b11003_E010": 284,
      "b11003_M010": 184,
      "b11003_E016": 1275,
      "b11003_M016": 289,
      "b17020_E001": 24074,
      "b17020_M001": 205,
      "b17020_E003": 330,
      "b17020_M003": 186,
      "b17020_E004": 453,
      "b17020_M004": 188,
      "b17020_E005": 700,
      "b17020_M005": 270,
      "b17020_E011": 1094,
      "b17020_M011": 299,
      "b17020_E012": 962,
      "b17020_M012": 256,
      "b17020_E013": 758,
      "b17020_M013": 270,
      "b15003_E001": 17539,
      "b15003_M001": 644,
      "b15003_E022": 2817,
      "b15003_M022": 486,
      "b15003_E023": 1559,
      "b15003_M023": 377,
      "b15003_E024": 349,
      "b15003_M024": 175,
      "b15003_E025": 281,
      "b15003_M025": 157,
      "c16002_E001": 11794,
      "c16002_M001": 588,
      "c16002_E004": 1214,
      "c16002_M004": 287,
      "c16002_E007": 116,
      "c16002_M007": 92,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 101,
      "c16002_M013": 125,
      "b22010_E001": 11794,
      "b22010_M001": 588,
      "b22010_E002": 2533,
      "b22010_M002": 329,
      "b19013_E001": 59098,
      "b19013_M001": 5150
     }
    }
   }
  },
  "0902850": {
   "name": "New Milford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902850",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.38,
       "moe": 7.63,
       "numerator": 1544,
       "denominator": 5852
      },
      "children_with_two_parents_pct": {
       "estimate": 73.62,
       "moe": 6.81,
       "numerator": 4308,
       "denominator": 5852
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.02,
       "moe": 7.61,
       "numerator": 800,
       "denominator": 3074
      },
      "children_below_poverty_pct": {
       "estimate": 7.66,
       "moe": 3.82,
       "numerator": 455,
       "denominator": 5940
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.05,
       "moe": 3.37,
       "numerator": 7985,
       "denominator": 19938
      },
      "limited_english_households_pct": {
       "estimate": 1.1,
       "moe": 0.85,
       "numerator": 117,
       "denominator": 10656
      },
      "snap_households_pct": {
       "estimate": 8.39,
       "moe": 2.44,
       "numerator": 894,
       "denominator": 10656
      },
      "median_household_income": {
       "estimate": 93221,
       "moe": 4472.0
      },
      "own_children_under_18": {
       "estimate": 5852,
       "moe": 486.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5940,
       "moe": 645.4300891653564
      }
     },
     "lines": {
      "b23008_E001": 5852,
      "b23008_M001": 486,
      "b23008_E003": 1534,
      "b23008_M003": 340,
      "b23008_E008": 349,
      "b23008_M008": 186,
      "b23008_E016": 2774,
      "b23008_M016": 414,
      "b23008_E021": 1195,
      "b23008_M021": 426,
      "b11003_E001": 7708,
      "b11003_M001": 370,
      "b11003_E003": 2274,
      "b11003_M003": 299,
      "b11003_E010": 305,
      "b11003_M010": 165,
      "b11003_E016": 495,
      "b11003_M016": 195,
      "b17020_E001": 27765,
      "b17020_M001": 174,
      "b17020_E003": 156,
      "b17020_M003": 143,
      "b17020_E004": 74,
      "b17020_M004": 57,
      "b17020_E005": 225,
      "b17020_M005": 174,
      "b17020_E011": 1769,
      "b17020_M011": 359,
      "b17020_E012": 1936,
      "b17020_M012": 357,
      "b17020_E013": 1780,
      "b17020_M013": 326,
      "b15003_E001": 19938,
      "b15003_M001": 536,
      "b15003_E022": 5229,
      "b15003_M022": 599,
      "b15003_E023": 2182,
      "b15003_M023": 331,
      "b15003_E024": 288,
      "b15003_M024": 118,
      "b15003_E025": 286,
      "b15003_M025": 123,
      "c16002_E001": 10656,
      "c16002_M001": 358,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 31,
      "c16002_M007": 30,
      "c16002_E010": 86,
      "c16002_M010": 78,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10656,
      "b22010_M001": 358,
      "b22010_E002": 894,
      "b22010_M002": 262,
      "b19013_E001": 93221,
      "b19013_M001": 4472
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.91,
       "moe": 7.63,
       "numerator": 1511,
       "denominator": 6066
      },
      "children_with_two_parents_pct": {
       "estimate": 75.09,
       "moe": 8.03,
       "numerator": 4555,
       "denominator": 6066
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.12,
       "moe": 7.28,
       "numerator": 757,
       "denominator": 3138
      },
      "children_below_poverty_pct": {
       "estimate": 6.67,
       "moe": 3.98,
       "numerator": 411,
       "denominator": 6163
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.46,
       "moe": 3.7,
       "numerator": 7738,
       "denominator": 19610
      },
      "limited_english_households_pct": {
       "estimate": 1.35,
       "moe": 0.83,
       "numerator": 146,
       "denominator": 10775
      },
      "snap_households_pct": {
       "estimate": 7.78,
       "moe": 3.03,
       "numerator": 838,
       "denominator": 10775
      },
      "median_household_income": {
       "estimate": 98313,
       "moe": 5551.0
      },
      "own_children_under_18": {
       "estimate": 6066,
       "moe": 590.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6163,
       "moe": 751.0991945142798
      }
     },
     "lines": {
      "b23008_E001": 6066,
      "b23008_M001": 590,
      "b23008_E003": 1597,
      "b23008_M003": 495,
      "b23008_E008": 408,
      "b23008_M008": 268,
      "b23008_E016": 2958,
      "b23008_M016": 434,
      "b23008_E021": 1103,
      "b23008_M021": 405,
      "b11003_E001": 7663,
      "b11003_M001": 377,
      "b11003_E003": 2381,
      "b11003_M003": 294,
      "b11003_E010": 253,
      "b11003_M010": 132,
      "b11003_E016": 504,
      "b11003_M016": 208,
      "b17020_E001": 27961,
      "b17020_M001": 39,
      "b17020_E003": 143,
      "b17020_M003": 158,
      "b17020_E004": 33,
      "b17020_M004": 37,
      "b17020_E005": 235,
      "b17020_M005": 191,
      "b17020_E011": 1887,
      "b17020_M011": 518,
      "b17020_E012": 2137,
      "b17020_M012": 326,
      "b17020_E013": 1728,
      "b17020_M013": 356,
      "b15003_E001": 19610,
      "b15003_M001": 535,
      "b15003_E022": 4966,
      "b15003_M022": 633,
      "b15003_E023": 2248,
      "b15003_M023": 378,
      "b15003_E024": 276,
      "b15003_M024": 123,
      "b15003_E025": 248,
      "b15003_M025": 116,
      "c16002_E001": 10775,
      "c16002_M001": 350,
      "c16002_E004": 23,
      "c16002_M004": 38,
      "c16002_E007": 70,
      "c16002_M007": 58,
      "c16002_E010": 53,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10775,
      "b22010_M001": 350,
      "b22010_E002": 838,
      "b22010_M002": 328,
      "b19013_E001": 98313,
      "b19013_M001": 5551
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.77,
       "moe": 6.81,
       "numerator": 1762,
       "denominator": 6124
      },
      "children_with_two_parents_pct": {
       "estimate": 71.23,
       "moe": 8.51,
       "numerator": 4362,
       "denominator": 6124
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.44,
       "moe": 6.52,
       "numerator": 882,
       "denominator": 3214
      },
      "children_below_poverty_pct": {
       "estimate": 7.47,
       "moe": 3.97,
       "numerator": 469,
       "denominator": 6279
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.54,
       "moe": 3.62,
       "numerator": 7892,
       "denominator": 19465
      },
      "limited_english_households_pct": {
       "estimate": 1.57,
       "moe": 0.91,
       "numerator": 165,
       "denominator": 10523
      },
      "snap_households_pct": {
       "estimate": 7.17,
       "moe": 2.74,
       "numerator": 755,
       "denominator": 10523
      },
      "median_household_income": {
       "estimate": 103630,
       "moe": 7153.0
      },
      "own_children_under_18": {
       "estimate": 6124,
       "moe": 554.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6279,
       "moe": 773.6336342222977
      }
     },
     "lines": {
      "b23008_E001": 6124,
      "b23008_M001": 554,
      "b23008_E003": 1466,
      "b23008_M003": 527,
      "b23008_E008": 536,
      "b23008_M008": 275,
      "b23008_E016": 2896,
      "b23008_M016": 387,
      "b23008_E021": 1226,
      "b23008_M021": 352,
      "b11003_E001": 7677,
      "b11003_M001": 360,
      "b11003_E003": 2332,
      "b11003_M003": 344,
      "b11003_E010": 317,
      "b11003_M010": 155,
      "b11003_E016": 565,
      "b11003_M016": 182,
      "b17020_E001": 27983,
      "b17020_M001": 39,
      "b17020_E003": 115,
      "b17020_M003": 118,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 354,
      "b17020_M005": 226,
      "b17020_E011": 1908,
      "b17020_M011": 530,
      "b17020_E012": 1899,
      "b17020_M012": 328,
      "b17020_E013": 2003,
      "b17020_M013": 380,
      "b15003_E001": 19465,
      "b15003_M001": 522,
      "b15003_E022": 4782,
      "b15003_M022": 575,
      "b15003_E023": 2629,
      "b15003_M023": 435,
      "b15003_E024": 251,
      "b15003_M024": 113,
      "b15003_E025": 230,
      "b15003_M025": 87,
      "c16002_E001": 10523,
      "c16002_M001": 403,
      "c16002_E004": 82,
      "c16002_M004": 75,
      "c16002_E007": 56,
      "c16002_M007": 43,
      "c16002_E010": 27,
      "c16002_M010": 34,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10523,
      "b22010_M001": 403,
      "b22010_E002": 755,
      "b22010_M002": 290,
      "b19013_E001": 103630,
      "b19013_M001": 7153
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.28,
       "moe": 7.58,
       "numerator": 1851,
       "denominator": 5917
      },
      "children_with_two_parents_pct": {
       "estimate": 68.72,
       "moe": 9.49,
       "numerator": 4066,
       "denominator": 5917
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.1,
       "moe": 6.75,
       "numerator": 769,
       "denominator": 3064
      },
      "children_below_poverty_pct": {
       "estimate": 7.78,
       "moe": 4.15,
       "numerator": 472,
       "denominator": 6063
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.21,
       "moe": 3.78,
       "numerator": 8108,
       "denominator": 19675
      },
      "limited_english_households_pct": {
       "estimate": 2.31,
       "moe": 1.21,
       "numerator": 246,
       "denominator": 10667
      },
      "snap_households_pct": {
       "estimate": 6.17,
       "moe": 2.43,
       "numerator": 658,
       "denominator": 10667
      },
      "median_household_income": {
       "estimate": 106411,
       "moe": 7903.0
      },
      "own_children_under_18": {
       "estimate": 5917,
       "moe": 554.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6063,
       "moe": 754.3281779172776
      }
     },
     "lines": {
      "b23008_E001": 5917,
      "b23008_M001": 554,
      "b23008_E003": 1487,
      "b23008_M003": 506,
      "b23008_E008": 527,
      "b23008_M008": 319,
      "b23008_E016": 2579,
      "b23008_M016": 452,
      "b23008_E021": 1324,
      "b23008_M021": 360,
      "b11003_E001": 7644,
      "b11003_M001": 373,
      "b11003_E003": 2295,
      "b11003_M003": 355,
      "b11003_E010": 233,
      "b11003_M010": 150,
      "b11003_E016": 536,
      "b11003_M016": 178,
      "b17020_E001": 28166,
      "b17020_M001": 53,
      "b17020_E003": 82,
      "b17020_M003": 75,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 390,
      "b17020_M005": 246,
      "b17020_E011": 1948,
      "b17020_M011": 532,
      "b17020_E012": 1549,
      "b17020_M012": 265,
      "b17020_E013": 2094,
      "b17020_M013": 386,
      "b15003_E001": 19675,
      "b15003_M001": 570,
      "b15003_E022": 5056,
      "b15003_M022": 640,
      "b15003_E023": 2484,
      "b15003_M023": 410,
      "b15003_E024": 302,
      "b15003_M024": 126,
      "b15003_E025": 266,
      "b15003_M025": 118,
      "c16002_E001": 10667,
      "c16002_M001": 403,
      "c16002_E004": 103,
      "c16002_M004": 82,
      "c16002_E007": 103,
      "c16002_M007": 81,
      "c16002_E010": 40,
      "c16002_M010": 54,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10667,
      "b22010_M001": 403,
      "b22010_E002": 658,
      "b22010_M002": 260,
      "b19013_E001": 106411,
      "b19013_M001": 7903
     }
    }
   }
  },
  "0902880": {
   "name": "Newington School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902880",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.15,
       "moe": 6.22,
       "numerator": 1261,
       "denominator": 5014
      },
      "children_with_two_parents_pct": {
       "estimate": 74.85,
       "moe": 2.9,
       "numerator": 3753,
       "denominator": 5014
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.36,
       "moe": 6.41,
       "numerator": 635,
       "denominator": 2718
      },
      "children_below_poverty_pct": {
       "estimate": 10.47,
       "moe": 4.16,
       "numerator": 541,
       "denominator": 5169
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.0,
       "moe": 2.94,
       "numerator": 8946,
       "denominator": 22938
      },
      "limited_english_households_pct": {
       "estimate": 4.77,
       "moe": 1.35,
       "numerator": 600,
       "denominator": 12575
      },
      "snap_households_pct": {
       "estimate": 8.42,
       "moe": 2.15,
       "numerator": 1059,
       "denominator": 12575
      },
      "median_household_income": {
       "estimate": 90314,
       "moe": 5713.0
      },
      "own_children_under_18": {
       "estimate": 5014,
       "moe": 472.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5169,
       "moe": 520.522814101361
      }
     },
     "lines": {
      "b23008_E001": 5014,
      "b23008_M001": 472,
      "b23008_E003": 937,
      "b23008_M003": 230,
      "b23008_E008": 429,
      "b23008_M008": 234,
      "b23008_E016": 2816,
      "b23008_M016": 305,
      "b23008_E021": 832,
      "b23008_M021": 238,
      "b11003_E001": 8214,
      "b11003_M001": 356,
      "b11003_E003": 2083,
      "b11003_M003": 200,
      "b11003_E010": 98,
      "b11003_M010": 85,
      "b11003_E016": 537,
      "b11003_M016": 165,
      "b17020_E001": 30304,
      "b17020_M001": 148,
      "b17020_E003": 252,
      "b17020_M003": 167,
      "b17020_E004": 219,
      "b17020_M004": 136,
      "b17020_E005": 70,
      "b17020_M005": 53,
      "b17020_E011": 1134,
      "b17020_M011": 270,
      "b17020_E012": 1514,
      "b17020_M012": 251,
      "b17020_E013": 1980,
      "b17020_M013": 293,
      "b15003_E001": 22938,
      "b15003_M001": 515,
      "b15003_E022": 5226,
      "b15003_M022": 583,
      "b15003_E023": 2916,
      "b15003_M023": 353,
      "b15003_E024": 603,
      "b15003_M024": 146,
      "b15003_E025": 201,
      "b15003_M025": 94,
      "c16002_E001": 12575,
      "c16002_M001": 450,
      "c16002_E004": 82,
      "c16002_M004": 62,
      "c16002_E007": 428,
      "c16002_M007": 143,
      "c16002_E010": 62,
      "c16002_M010": 49,
      "c16002_E013": 28,
      "c16002_M013": 49,
      "b22010_E001": 12575,
      "b22010_M001": 450,
      "b22010_E002": 1059,
      "b22010_M002": 273,
      "b19013_E001": 90314,
      "b19013_M001": 5713
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.47,
       "moe": 6.62,
       "numerator": 1503,
       "denominator": 5100
      },
      "children_with_two_parents_pct": {
       "estimate": 70.53,
       "moe": 6.41,
       "numerator": 3597,
       "denominator": 5100
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.6,
       "moe": 5.98,
       "numerator": 767,
       "denominator": 2883
      },
      "children_below_poverty_pct": {
       "estimate": 10.84,
       "moe": 3.45,
       "numerator": 570,
       "denominator": 5257
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.84,
       "moe": 2.97,
       "numerator": 9134,
       "denominator": 22927
      },
      "limited_english_households_pct": {
       "estimate": 4.85,
       "moe": 1.23,
       "numerator": 607,
       "denominator": 12514
      },
      "snap_households_pct": {
       "estimate": 7.87,
       "moe": 2.21,
       "numerator": 985,
       "denominator": 12514
      },
      "median_household_income": {
       "estimate": 100239,
       "moe": 5352.0
      },
      "own_children_under_18": {
       "estimate": 5100,
       "moe": 421.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5257,
       "moe": 535.1887517502587
      }
     },
     "lines": {
      "b23008_E001": 5100,
      "b23008_M001": 421,
      "b23008_E003": 1134,
      "b23008_M003": 216,
      "b23008_E008": 414,
      "b23008_M008": 214,
      "b23008_E016": 2463,
      "b23008_M016": 385,
      "b23008_E021": 1089,
      "b23008_M021": 289,
      "b11003_E001": 8224,
      "b11003_M001": 348,
      "b11003_E003": 2116,
      "b11003_M003": 214,
      "b11003_E010": 174,
      "b11003_M010": 77,
      "b11003_E016": 593,
      "b11003_M016": 172,
      "b17020_E001": 30190,
      "b17020_M001": 53,
      "b17020_E003": 262,
      "b17020_M003": 127,
      "b17020_E004": 223,
      "b17020_M004": 133,
      "b17020_E005": 85,
      "b17020_M005": 50,
      "b17020_E011": 1313,
      "b17020_M011": 275,
      "b17020_E012": 1407,
      "b17020_M012": 228,
      "b17020_E013": 1967,
      "b17020_M013": 350,
      "b15003_E001": 22927,
      "b15003_M001": 443,
      "b15003_E022": 5314,
      "b15003_M022": 526,
      "b15003_E023": 2960,
      "b15003_M023": 421,
      "b15003_E024": 580,
      "b15003_M024": 155,
      "b15003_E025": 280,
      "b15003_M025": 125,
      "c16002_E001": 12514,
      "c16002_M001": 418,
      "c16002_E004": 81,
      "c16002_M004": 56,
      "c16002_E007": 420,
      "c16002_M007": 121,
      "c16002_E010": 79,
      "c16002_M010": 64,
      "c16002_E013": 27,
      "c16002_M013": 48,
      "b22010_E001": 12514,
      "b22010_M001": 418,
      "b22010_E002": 985,
      "b22010_M002": 278,
      "b19013_E001": 100239,
      "b19013_M001": 5352
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.1,
       "moe": 6.36,
       "numerator": 1219,
       "denominator": 5058
      },
      "children_with_two_parents_pct": {
       "estimate": 75.9,
       "moe": 7.18,
       "numerator": 3839,
       "denominator": 5058
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.78,
       "moe": 6.73,
       "numerator": 709,
       "denominator": 2861
      },
      "children_below_poverty_pct": {
       "estimate": 7.65,
       "moe": 2.95,
       "numerator": 396,
       "denominator": 5177
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.38,
       "moe": 3.15,
       "numerator": 9317,
       "denominator": 23075
      },
      "limited_english_households_pct": {
       "estimate": 4.48,
       "moe": 1.25,
       "numerator": 572,
       "denominator": 12754
      },
      "snap_households_pct": {
       "estimate": 8.71,
       "moe": 2.27,
       "numerator": 1111,
       "denominator": 12754
      },
      "median_household_income": {
       "estimate": 98585,
       "moe": 5465.0
      },
      "own_children_under_18": {
       "estimate": 5058,
       "moe": 429.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5177,
       "moe": 553.3407630023294
      }
     },
     "lines": {
      "b23008_E001": 5058,
      "b23008_M001": 429,
      "b23008_E003": 1138,
      "b23008_M003": 213,
      "b23008_E008": 305,
      "b23008_M008": 192,
      "b23008_E016": 2701,
      "b23008_M016": 439,
      "b23008_E021": 914,
      "b23008_M021": 278,
      "b11003_E001": 8269,
      "b11003_M001": 360,
      "b11003_E003": 2152,
      "b11003_M003": 229,
      "b11003_E010": 152,
      "b11003_M010": 99,
      "b11003_E016": 557,
      "b11003_M016": 182,
      "b17020_E001": 30276,
      "b17020_M001": 72,
      "b17020_E003": 151,
      "b17020_M003": 102,
      "b17020_E004": 143,
      "b17020_M004": 108,
      "b17020_E005": 102,
      "b17020_M005": 55,
      "b17020_E011": 1314,
      "b17020_M011": 270,
      "b17020_E012": 1500,
      "b17020_M012": 313,
      "b17020_E013": 1967,
      "b17020_M013": 332,
      "b15003_E001": 23075,
      "b15003_M001": 483,
      "b15003_E022": 5307,
      "b15003_M022": 584,
      "b15003_E023": 3234,
      "b15003_M023": 425,
      "b15003_E024": 465,
      "b15003_M024": 149,
      "b15003_E025": 311,
      "b15003_M025": 146,
      "c16002_E001": 12754,
      "c16002_M001": 349,
      "c16002_E004": 64,
      "c16002_M004": 37,
      "c16002_E007": 363,
      "c16002_M007": 123,
      "c16002_E010": 82,
      "c16002_M010": 64,
      "c16002_E013": 63,
      "c16002_M013": 70,
      "b22010_E001": 12754,
      "b22010_M001": 349,
      "b22010_E002": 1111,
      "b22010_M002": 291,
      "b19013_E001": 98585,
      "b19013_M001": 5465
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.0,
       "moe": 6.77,
       "numerator": 1294,
       "denominator": 4793
      },
      "children_with_two_parents_pct": {
       "estimate": 73.0,
       "moe": 5.92,
       "numerator": 3499,
       "denominator": 4793
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.12,
       "moe": 6.89,
       "numerator": 746,
       "denominator": 2751
      },
      "children_below_poverty_pct": {
       "estimate": 5.47,
       "moe": 2.99,
       "numerator": 268,
       "denominator": 4899
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.01,
       "moe": 3.27,
       "numerator": 9434,
       "denominator": 23578
      },
      "limited_english_households_pct": {
       "estimate": 3.95,
       "moe": 1.19,
       "numerator": 517,
       "denominator": 13073
      },
      "snap_households_pct": {
       "estimate": 8.46,
       "moe": 2.4,
       "numerator": 1106,
       "denominator": 13073
      },
      "median_household_income": {
       "estimate": 102884,
       "moe": 5757.0
      },
      "own_children_under_18": {
       "estimate": 4793,
       "moe": 483.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4899,
       "moe": 525.1809212071588
      }
     },
     "lines": {
      "b23008_E001": 4793,
      "b23008_M001": 483,
      "b23008_E003": 1164,
      "b23008_M003": 228,
      "b23008_E008": 312,
      "b23008_M008": 197,
      "b23008_E016": 2335,
      "b23008_M016": 391,
      "b23008_E021": 982,
      "b23008_M021": 289,
      "b11003_E001": 8395,
      "b11003_M001": 343,
      "b11003_E003": 2005,
      "b11003_M003": 228,
      "b11003_E010": 176,
      "b11003_M010": 104,
      "b11003_E016": 570,
      "b11003_M016": 179,
      "b17020_E001": 30521,
      "b17020_M001": 100,
      "b17020_E003": 69,
      "b17020_M003": 77,
      "b17020_E004": 108,
      "b17020_M004": 114,
      "b17020_E005": 91,
      "b17020_M005": 58,
      "b17020_E011": 1433,
      "b17020_M011": 289,
      "b17020_E012": 1366,
      "b17020_M012": 297,
      "b17020_E013": 1832,
      "b17020_M013": 286,
      "b15003_E001": 23578,
      "b15003_M001": 538,
      "b15003_E022": 5604,
      "b15003_M022": 674,
      "b15003_E023": 3166,
      "b15003_M023": 402,
      "b15003_E024": 438,
      "b15003_M024": 116,
      "b15003_E025": 226,
      "b15003_M025": 108,
      "c16002_E001": 13073,
      "c16002_M001": 403,
      "c16002_E004": 72,
      "c16002_M004": 41,
      "c16002_E007": 332,
      "c16002_M007": 128,
      "c16002_E010": 53,
      "c16002_M010": 42,
      "c16002_E013": 60,
      "c16002_M013": 68,
      "b22010_E001": 13073,
      "b22010_M001": 403,
      "b22010_E002": 1106,
      "b22010_M002": 315,
      "b19013_E001": 102884,
      "b19013_M001": 5757
     }
    }
   }
  },
  "0902910": {
   "name": "Newtown School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902910",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.0,
       "moe": 5.75,
       "numerator": 1203,
       "denominator": 5729
      },
      "children_with_two_parents_pct": {
       "estimate": 79.0,
       "moe": 5.36,
       "numerator": 4526,
       "denominator": 5729
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.53,
       "moe": 5.82,
       "numerator": 584,
       "denominator": 2991
      },
      "children_below_poverty_pct": {
       "estimate": 3.82,
       "moe": 3.04,
       "numerator": 226,
       "denominator": 5919
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.41,
       "moe": 3.31,
       "numerator": 10162,
       "denominator": 19028
      },
      "limited_english_households_pct": {
       "estimate": 1.31,
       "moe": 0.89,
       "numerator": 126,
       "denominator": 9655
      },
      "snap_households_pct": {
       "estimate": 2.64,
       "moe": 1.01,
       "numerator": 255,
       "denominator": 9655
      },
      "median_household_income": {
       "estimate": 133991,
       "moe": 10691.0
      },
      "own_children_under_18": {
       "estimate": 5729,
       "moe": 396.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5919,
       "moe": 545.4374391256985
      }
     },
     "lines": {
      "b23008_E001": 5729,
      "b23008_M001": 396,
      "b23008_E003": 1149,
      "b23008_M003": 238,
      "b23008_E008": 303,
      "b23008_M008": 198,
      "b23008_E016": 3377,
      "b23008_M016": 368,
      "b23008_E021": 900,
      "b23008_M021": 276,
      "b11003_E001": 7498,
      "b11003_M001": 200,
      "b11003_E003": 2407,
      "b11003_M003": 192,
      "b11003_E010": 292,
      "b11003_M010": 149,
      "b11003_E016": 292,
      "b11003_M016": 104,
      "b17020_E001": 26840,
      "b17020_M001": 236,
      "b17020_E003": 122,
      "b17020_M003": 169,
      "b17020_E004": 30,
      "b17020_M004": 33,
      "b17020_E005": 74,
      "b17020_M005": 57,
      "b17020_E011": 1376,
      "b17020_M011": 253,
      "b17020_E012": 1956,
      "b17020_M012": 337,
      "b17020_E013": 2361,
      "b17020_M013": 295,
      "b15003_E001": 19028,
      "b15003_M001": 452,
      "b15003_E022": 5777,
      "b15003_M022": 549,
      "b15003_E023": 3311,
      "b15003_M023": 336,
      "b15003_E024": 650,
      "b15003_M024": 151,
      "b15003_E025": 424,
      "b15003_M025": 132,
      "c16002_E001": 9655,
      "c16002_M001": 273,
      "c16002_E004": 26,
      "c16002_M004": 40,
      "c16002_E007": 100,
      "c16002_M007": 67,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9655,
      "b22010_M001": 273,
      "b22010_E002": 255,
      "b22010_M002": 98,
      "b19013_E001": 133991,
      "b19013_M001": 10691
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.77,
       "moe": 6.43,
       "numerator": 1108,
       "denominator": 5903
      },
      "children_with_two_parents_pct": {
       "estimate": 81.23,
       "moe": 5.62,
       "numerator": 4795,
       "denominator": 5903
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.08,
       "moe": 6.24,
       "numerator": 533,
       "denominator": 2948
      },
      "children_below_poverty_pct": {
       "estimate": 5.22,
       "moe": 3.51,
       "numerator": 320,
       "denominator": 6129
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.37,
       "moe": 3.66,
       "numerator": 10430,
       "denominator": 18836
      },
      "limited_english_households_pct": {
       "estimate": 1.29,
       "moe": 0.86,
       "numerator": 123,
       "denominator": 9563
      },
      "snap_households_pct": {
       "estimate": 2.96,
       "moe": 1.18,
       "numerator": 283,
       "denominator": 9563
      },
      "median_household_income": {
       "estimate": 142039,
       "moe": 12159.0
      },
      "own_children_under_18": {
       "estimate": 5903,
       "moe": 569.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6129,
       "moe": 627.8112773756139
      }
     },
     "lines": {
      "b23008_E001": 5903,
      "b23008_M001": 569,
      "b23008_E003": 1234,
      "b23008_M003": 258,
      "b23008_E008": 234,
      "b23008_M008": 182,
      "b23008_E016": 3561,
      "b23008_M016": 507,
      "b23008_E021": 874,
      "b23008_M021": 350,
      "b11003_E001": 7427,
      "b11003_M001": 265,
      "b11003_E003": 2415,
      "b11003_M003": 221,
      "b11003_E010": 218,
      "b11003_M010": 150,
      "b11003_E016": 315,
      "b11003_M016": 119,
      "b17020_E001": 26861,
      "b17020_M001": 74,
      "b17020_E003": 107,
      "b17020_M003": 162,
      "b17020_E004": 19,
      "b17020_M004": 31,
      "b17020_E005": 194,
      "b17020_M005": 142,
      "b17020_E011": 1395,
      "b17020_M011": 256,
      "b17020_E012": 2287,
      "b17020_M012": 451,
      "b17020_E013": 2127,
      "b17020_M013": 279,
      "b15003_E001": 18836,
      "b15003_M001": 585,
      "b15003_E022": 5910,
      "b15003_M022": 599,
      "b15003_E023": 3277,
      "b15003_M023": 415,
      "b15003_E024": 795,
      "b15003_M024": 181,
      "b15003_E025": 448,
      "b15003_M025": 127,
      "c16002_E001": 9563,
      "c16002_M001": 382,
      "c16002_E004": 24,
      "c16002_M004": 34,
      "c16002_E007": 99,
      "c16002_M007": 66,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9563,
      "b22010_M001": 382,
      "b22010_E002": 283,
      "b22010_M002": 113,
      "b19013_E001": 142039,
      "b19013_M001": 12159
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.66,
       "moe": 7.35,
       "numerator": 1144,
       "denominator": 5818
      },
      "children_with_two_parents_pct": {
       "estimate": 80.34,
       "moe": 5.67,
       "numerator": 4674,
       "denominator": 5818
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.33,
       "moe": 6.51,
       "numerator": 569,
       "denominator": 2944
      },
      "children_below_poverty_pct": {
       "estimate": 6.39,
       "moe": 3.76,
       "numerator": 391,
       "denominator": 6123
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.85,
       "moe": 3.83,
       "numerator": 10562,
       "denominator": 18911
      },
      "limited_english_households_pct": {
       "estimate": 1.07,
       "moe": 0.77,
       "numerator": 102,
       "denominator": 9496
      },
      "snap_households_pct": {
       "estimate": 2.56,
       "moe": 0.86,
       "numerator": 243,
       "denominator": 9496
      },
      "median_household_income": {
       "estimate": 148067,
       "moe": 13162.0
      },
      "own_children_under_18": {
       "estimate": 5818,
       "moe": 596.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6123,
       "moe": 686.089644288558
      }
     },
     "lines": {
      "b23008_E001": 5818,
      "b23008_M001": 596,
      "b23008_E003": 1101,
      "b23008_M003": 230,
      "b23008_E008": 193,
      "b23008_M008": 161,
      "b23008_E016": 3573,
      "b23008_M016": 534,
      "b23008_E021": 951,
      "b23008_M021": 413,
      "b11003_E001": 7409,
      "b11003_M001": 259,
      "b11003_E003": 2375,
      "b11003_M003": 251,
      "b11003_E010": 209,
      "b11003_M010": 147,
      "b11003_E016": 360,
      "b11003_M016": 138,
      "b17020_E001": 26804,
      "b17020_M001": 66,
      "b17020_E003": 106,
      "b17020_M003": 161,
      "b17020_E004": 23,
      "b17020_M004": 34,
      "b17020_E005": 262,
      "b17020_M005": 167,
      "b17020_E011": 1216,
      "b17020_M011": 239,
      "b17020_E012": 2417,
      "b17020_M012": 474,
      "b17020_E013": 2099,
      "b17020_M013": 366,
      "b15003_E001": 18911,
      "b15003_M001": 576,
      "b15003_E022": 5854,
      "b15003_M022": 568,
      "b15003_E023": 3301,
      "b15003_M023": 497,
      "b15003_E024": 951,
      "b15003_M024": 194,
      "b15003_E025": 456,
      "b15003_M025": 140,
      "c16002_E001": 9496,
      "c16002_M001": 364,
      "c16002_E004": 30,
      "c16002_M004": 41,
      "c16002_E007": 72,
      "c16002_M007": 49,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9496,
      "b22010_M001": 364,
      "b22010_E002": 243,
      "b22010_M002": 82,
      "b19013_E001": 148067,
      "b19013_M001": 13162
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.21,
       "moe": 6.48,
       "numerator": 1134,
       "denominator": 5903
      },
      "children_with_two_parents_pct": {
       "estimate": 80.79,
       "moe": 5.28,
       "numerator": 4769,
       "denominator": 5903
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.91,
       "moe": 6.46,
       "numerator": 562,
       "denominator": 2972
      },
      "children_below_poverty_pct": {
       "estimate": 5.78,
       "moe": 3.49,
       "numerator": 352,
       "denominator": 6085
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.63,
       "moe": 4.02,
       "numerator": 11219,
       "denominator": 19136
      },
      "limited_english_households_pct": {
       "estimate": 1.01,
       "moe": 0.84,
       "numerator": 97,
       "denominator": 9575
      },
      "snap_households_pct": {
       "estimate": 2.6,
       "moe": 1.03,
       "numerator": 249,
       "denominator": 9575
      },
      "median_household_income": {
       "estimate": 155110,
       "moe": 10710.0
      },
      "own_children_under_18": {
       "estimate": 5903,
       "moe": 554.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6085,
       "moe": 674.72957545968
      }
     },
     "lines": {
      "b23008_E001": 5903,
      "b23008_M001": 554,
      "b23008_E003": 1298,
      "b23008_M003": 308,
      "b23008_E008": 193,
      "b23008_M008": 172,
      "b23008_E016": 3471,
      "b23008_M016": 450,
      "b23008_E021": 941,
      "b23008_M021": 358,
      "b11003_E001": 7456,
      "b11003_M001": 269,
      "b11003_E003": 2410,
      "b11003_M003": 225,
      "b11003_E010": 248,
      "b11003_M010": 143,
      "b11003_E016": 314,
      "b11003_M016": 140,
      "b17020_E001": 27007,
      "b17020_M001": 66,
      "b17020_E003": 104,
      "b17020_M003": 159,
      "b17020_E004": 28,
      "b17020_M004": 29,
      "b17020_E005": 220,
      "b17020_M005": 143,
      "b17020_E011": 1389,
      "b17020_M011": 312,
      "b17020_E012": 2324,
      "b17020_M012": 473,
      "b17020_E013": 2020,
      "b17020_M013": 296,
      "b15003_E001": 19136,
      "b15003_M001": 593,
      "b15003_E022": 6248,
      "b15003_M022": 660,
      "b15003_E023": 3412,
      "b15003_M023": 440,
      "b15003_E024": 1090,
      "b15003_M024": 251,
      "b15003_E025": 469,
      "b15003_M025": 146,
      "c16002_E001": 9575,
      "c16002_M001": 368,
      "c16002_E004": 34,
      "c16002_M004": 47,
      "c16002_E007": 63,
      "c16002_M007": 55,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9575,
      "b22010_M001": 368,
      "b22010_E002": 249,
      "b22010_M002": 99,
      "b19013_E001": 155110,
      "b19013_M001": 10710
     }
    }
   }
  },
  "0902940": {
   "name": "Norfolk School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0902940",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.13,
       "moe": 13.85,
       "numerator": 111,
       "denominator": 316
      },
      "children_with_two_parents_pct": {
       "estimate": 64.87,
       "moe": 17.7,
       "numerator": 205,
       "denominator": 316
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.81,
       "moe": 14.27,
       "numerator": 42,
       "denominator": 151
      },
      "children_below_poverty_pct": {
       "estimate": 14.11,
       "moe": 7.8,
       "numerator": 45,
       "denominator": 319
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.0,
       "moe": 4.83,
       "numerator": 610,
       "denominator": 1326
      },
      "limited_english_households_pct": {
       "estimate": 0.59,
       "moe": 3.39,
       "numerator": 4,
       "denominator": 681
      },
      "snap_households_pct": {
       "estimate": 7.78,
       "moe": 3.9,
       "numerator": 53,
       "denominator": 681
      },
      "median_household_income": {
       "estimate": 76382,
       "moe": 6532.0
      },
      "own_children_under_18": {
       "estimate": 316,
       "moe": 64.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 319,
       "moe": 80.01249902359005
      }
     },
     "lines": {
      "b23008_E001": 316,
      "b23008_M001": 64,
      "b23008_E003": 69,
      "b23008_M003": 44,
      "b23008_E008": 56,
      "b23008_M008": 39,
      "b23008_E016": 136,
      "b23008_M016": 54,
      "b23008_E021": 55,
      "b23008_M021": 30,
      "b11003_E001": 455,
      "b11003_M001": 53,
      "b11003_E003": 109,
      "b11003_M003": 31,
      "b11003_E010": 11,
      "b11003_M010": 10,
      "b11003_E016": 31,
      "b11003_M016": 22,
      "b17020_E001": 1676,
      "b17020_M001": 160,
      "b17020_E003": 4,
      "b17020_M003": 7,
      "b17020_E004": 20,
      "b17020_M004": 16,
      "b17020_E005": 21,
      "b17020_M005": 21,
      "b17020_E011": 121,
      "b17020_M011": 54,
      "b17020_E012": 67,
      "b17020_M012": 38,
      "b17020_E013": 86,
      "b17020_M013": 36,
      "b15003_E001": 1326,
      "b15003_M001": 133,
      "b15003_E022": 308,
      "b15003_M022": 65,
      "b15003_E023": 179,
      "b15003_M023": 44,
      "b15003_E024": 63,
      "b15003_M024": 30,
      "b15003_E025": 60,
      "b15003_M025": 28,
      "c16002_E001": 681,
      "c16002_M001": 61,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 4,
      "c16002_M007": 5,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 681,
      "b22010_M001": 61,
      "b22010_E002": 53,
      "b22010_M002": 27,
      "b19013_E001": 76382,
      "b19013_M001": 6532
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.09,
       "moe": 18.84,
       "numerator": 120,
       "denominator": 352
      },
      "children_with_two_parents_pct": {
       "estimate": 65.91,
       "moe": 6.28,
       "numerator": 232,
       "denominator": 352
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.84,
       "moe": 13.72,
       "numerator": 49,
       "denominator": 176
      },
      "children_below_poverty_pct": {
       "estimate": 9.5,
       "moe": 7.31,
       "numerator": 34,
       "denominator": 358
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.83,
       "moe": 4.31,
       "numerator": 665,
       "denominator": 1451
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.54,
       "numerator": 0,
       "denominator": 734
      },
      "snap_households_pct": {
       "estimate": 4.09,
       "moe": 2.12,
       "numerator": 30,
       "denominator": 734
      },
      "median_household_income": {
       "estimate": 92500,
       "moe": 18439.0
      },
      "own_children_under_18": {
       "estimate": 352,
       "moe": 109.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 358,
       "moe": 101.78408519999579
      }
     },
     "lines": {
      "b23008_E001": 352,
      "b23008_M001": 109,
      "b23008_E003": 77,
      "b23008_M003": 41,
      "b23008_E008": 68,
      "b23008_M008": 68,
      "b23008_E016": 155,
      "b23008_M016": 63,
      "b23008_E021": 52,
      "b23008_M021": 34,
      "b11003_E001": 491,
      "b11003_M001": 62,
      "b11003_E003": 127,
      "b11003_M003": 41,
      "b11003_E010": 20,
      "b11003_M010": 17,
      "b11003_E016": 29,
      "b11003_M016": 22,
      "b17020_E001": 1853,
      "b17020_M001": 219,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 13,
      "b17020_M004": 13,
      "b17020_E005": 21,
      "b17020_M005": 21,
      "b17020_E011": 145,
      "b17020_M011": 80,
      "b17020_E012": 93,
      "b17020_M012": 45,
      "b17020_E013": 86,
      "b17020_M013": 34,
      "b15003_E001": 1451,
      "b15003_M001": 192,
      "b15003_E022": 296,
      "b15003_M022": 61,
      "b15003_E023": 261,
      "b15003_M023": 81,
      "b15003_E024": 43,
      "b15003_M024": 23,
      "b15003_E025": 65,
      "b15003_M025": 29,
      "c16002_E001": 734,
      "c16002_M001": 90,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 734,
      "b22010_M001": 90,
      "b22010_E002": 30,
      "b22010_M002": 16,
      "b19013_E001": 92500,
      "b19013_M001": 18439
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.63,
       "moe": 15.68,
       "numerator": 100,
       "denominator": 273
      },
      "children_with_two_parents_pct": {
       "estimate": 63.37,
       "moe": 11.84,
       "numerator": 173,
       "denominator": 273
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.07,
       "moe": 17.72,
       "numerator": 47,
       "denominator": 134
      },
      "children_below_poverty_pct": {
       "estimate": 13.55,
       "moe": 10.54,
       "numerator": 37,
       "denominator": 273
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.66,
       "moe": 3.54,
       "numerator": 647,
       "denominator": 1417
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.8,
       "numerator": 0,
       "denominator": 737
      },
      "snap_households_pct": {
       "estimate": 5.97,
       "moe": 3.87,
       "numerator": 44,
       "denominator": 737
      },
      "median_household_income": {
       "estimate": 85859,
       "moe": 14505.0
      },
      "own_children_under_18": {
       "estimate": 273,
       "moe": 64.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 273,
       "moe": 70.63993204979744
      }
     },
     "lines": {
      "b23008_E001": 273,
      "b23008_M001": 64,
      "b23008_E003": 51,
      "b23008_M003": 33,
      "b23008_E008": 49,
      "b23008_M008": 34,
      "b23008_E016": 122,
      "b23008_M016": 40,
      "b23008_E021": 51,
      "b23008_M021": 35,
      "b11003_E001": 434,
      "b11003_M001": 60,
      "b11003_E003": 87,
      "b11003_M003": 29,
      "b11003_E010": 24,
      "b11003_M010": 19,
      "b11003_E016": 23,
      "b11003_M016": 20,
      "b17020_E001": 1727,
      "b17020_M001": 199,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 17,
      "b17020_M004": 18,
      "b17020_E005": 20,
      "b17020_M005": 20,
      "b17020_E011": 100,
      "b17020_M011": 47,
      "b17020_E012": 64,
      "b17020_M012": 31,
      "b17020_E013": 72,
      "b17020_M013": 30,
      "b15003_E001": 1417,
      "b15003_M001": 182,
      "b15003_E022": 314,
      "b15003_M022": 69,
      "b15003_E023": 213,
      "b15003_M023": 53,
      "b15003_E024": 53,
      "b15003_M024": 25,
      "b15003_E025": 67,
      "b15003_M025": 35,
      "c16002_E001": 737,
      "c16002_M001": 91,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 737,
      "b22010_M001": 91,
      "b22010_E002": 44,
      "b22010_M002": 29,
      "b19013_E001": 85859,
      "b19013_M001": 14505
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.0,
       "moe": 22.7,
       "numerator": 67,
       "denominator": 268
      },
      "children_with_two_parents_pct": {
       "estimate": 75.0,
       "moe": 34.93,
       "numerator": 201,
       "denominator": 268
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.67,
       "moe": 14.38,
       "numerator": 18,
       "denominator": 108
      },
      "children_below_poverty_pct": {
       "estimate": 5.6,
       "moe": 7.27,
       "numerator": 15,
       "denominator": 268
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.57,
       "moe": 4.45,
       "numerator": 678,
       "denominator": 1396
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 3.92,
       "numerator": 0,
       "denominator": 714
      },
      "snap_households_pct": {
       "estimate": 5.18,
       "moe": 2.89,
       "numerator": 37,
       "denominator": 714
      },
      "median_household_income": {
       "estimate": 91548,
       "moe": 16182.0
      },
      "own_children_under_18": {
       "estimate": 268,
       "moe": 93.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 268,
       "moe": 88.79752248796134
      }
     },
     "lines": {
      "b23008_E001": 268,
      "b23008_M001": 93,
      "b23008_E003": 59,
      "b23008_M003": 36,
      "b23008_E008": 64,
      "b23008_M008": 65,
      "b23008_E016": 142,
      "b23008_M016": 51,
      "b23008_E021": 3,
      "b23008_M021": 4,
      "b11003_E001": 405,
      "b11003_M001": 57,
      "b11003_E003": 90,
      "b11003_M003": 29,
      "b11003_E010": 15,
      "b11003_M010": 16,
      "b11003_E016": 3,
      "b11003_M016": 4,
      "b17020_E001": 1719,
      "b17020_M001": 192,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 6,
      "b17020_M004": 8,
      "b17020_E005": 9,
      "b17020_M005": 12,
      "b17020_E011": 123,
      "b17020_M011": 74,
      "b17020_E012": 52,
      "b17020_M012": 18,
      "b17020_E013": 78,
      "b17020_M013": 41,
      "b15003_E001": 1396,
      "b15003_M001": 155,
      "b15003_E022": 286,
      "b15003_M022": 55,
      "b15003_E023": 252,
      "b15003_M023": 62,
      "b15003_E024": 67,
      "b15003_M024": 36,
      "b15003_E025": 73,
      "b15003_M025": 37,
      "c16002_E001": 714,
      "c16002_M001": 73,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 714,
      "b22010_M001": 73,
      "b22010_E002": 37,
      "b22010_M002": 21,
      "b19013_E001": 91548,
      "b19013_M001": 16182
     }
    }
   }
  },
  "0902970": {
   "name": "North Branford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0902970",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.3,
       "moe": 10.9,
       "numerator": 553,
       "denominator": 2480
      },
      "children_with_two_parents_pct": {
       "estimate": 77.7,
       "moe": 16.01,
       "numerator": 1927,
       "denominator": 2480
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.49,
       "moe": 12.51,
       "numerator": 346,
       "denominator": 1306
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.44,
       "numerator": 0,
       "denominator": 2518
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.58,
       "moe": 5.24,
       "numerator": 3507,
       "denominator": 9858
      },
      "limited_english_households_pct": {
       "estimate": 0.35,
       "moe": 0.89,
       "numerator": 18,
       "denominator": 5149
      },
      "snap_households_pct": {
       "estimate": 1.79,
       "moe": 0.95,
       "numerator": 92,
       "denominator": 5149
      },
      "median_household_income": {
       "estimate": 101463,
       "moe": 13270.0
      },
      "own_children_under_18": {
       "estimate": 2480,
       "moe": 305.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2518,
       "moe": 501.64529301090823
      }
     },
     "lines": {
      "b23008_E001": 2480,
      "b23008_M001": 305,
      "b23008_E003": 668,
      "b23008_M003": 284,
      "b23008_E008": 89,
      "b23008_M008": 80,
      "b23008_E016": 1259,
      "b23008_M016": 365,
      "b23008_E021": 464,
      "b23008_M021": 267,
      "b11003_E001": 3719,
      "b11003_M001": 222,
      "b11003_E003": 960,
      "b11003_M003": 206,
      "b11003_E010": 215,
      "b11003_M010": 148,
      "b11003_E016": 131,
      "b11003_M016": 100,
      "b17020_E001": 13604,
      "b17020_M001": 62,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 757,
      "b17020_M011": 300,
      "b17020_E012": 725,
      "b17020_M012": 242,
      "b17020_E013": 1036,
      "b17020_M013": 319,
      "b15003_E001": 9858,
      "b15003_M001": 339,
      "b15003_E022": 2224,
      "b15003_M022": 442,
      "b15003_E023": 885,
      "b15003_M023": 258,
      "b15003_E024": 222,
      "b15003_M024": 115,
      "b15003_E025": 176,
      "b15003_M025": 81,
      "c16002_E001": 5149,
      "c16002_M001": 267,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 18,
      "c16002_M007": 28,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5149,
      "b22010_M001": 267,
      "b22010_E002": 92,
      "b22010_M002": 49,
      "b19013_E001": 101463,
      "b19013_M001": 13270
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.23,
       "moe": 10.7,
       "numerator": 434,
       "denominator": 2519
      },
      "children_with_two_parents_pct": {
       "estimate": 82.77,
       "moe": 15.86,
       "numerator": 2085,
       "denominator": 2519
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.48,
       "moe": 12.72,
       "numerator": 263,
       "denominator": 1284
      },
      "children_below_poverty_pct": {
       "estimate": 1.09,
       "moe": 2.08,
       "numerator": 28,
       "denominator": 2571
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.08,
       "moe": 4.98,
       "numerator": 3458,
       "denominator": 9583
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.83,
       "numerator": 0,
       "denominator": 5082
      },
      "snap_households_pct": {
       "estimate": 1.42,
       "moe": 0.96,
       "numerator": 72,
       "denominator": 5082
      },
      "median_household_income": {
       "estimate": 114167,
       "moe": 17624.0
      },
      "own_children_under_18": {
       "estimate": 2519,
       "moe": 283.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2571,
       "moe": 539.1298544877662
      }
     },
     "lines": {
      "b23008_E001": 2519,
      "b23008_M001": 283,
      "b23008_E003": 735,
      "b23008_M003": 324,
      "b23008_E008": 76,
      "b23008_M008": 61,
      "b23008_E016": 1350,
      "b23008_M016": 331,
      "b23008_E021": 358,
      "b23008_M021": 267,
      "b11003_E001": 3683,
      "b11003_M001": 229,
      "b11003_E003": 1021,
      "b11003_M003": 220,
      "b11003_E010": 187,
      "b11003_M010": 162,
      "b11003_E016": 76,
      "b11003_M016": 61,
      "b17020_E001": 13521,
      "b17020_M001": 31,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 28,
      "b17020_M004": 45,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 832,
      "b17020_M011": 332,
      "b17020_E012": 640,
      "b17020_M012": 239,
      "b17020_E013": 1071,
      "b17020_M013": 347,
      "b15003_E001": 9583,
      "b15003_M001": 360,
      "b15003_E022": 2190,
      "b15003_M022": 406,
      "b15003_E023": 853,
      "b15003_M023": 246,
      "b15003_E024": 239,
      "b15003_M024": 103,
      "b15003_E025": 176,
      "b15003_M025": 91,
      "c16002_E001": 5082,
      "c16002_M001": 268,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5082,
      "b22010_M001": 268,
      "b22010_E002": 72,
      "b22010_M002": 49,
      "b19013_E001": 114167,
      "b19013_M001": 17624
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.56,
       "moe": 8.21,
       "numerator": 421,
       "denominator": 2397
      },
      "children_with_two_parents_pct": {
       "estimate": 82.44,
       "moe": 10.42,
       "numerator": 1976,
       "denominator": 2397
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.63,
       "moe": 11.77,
       "numerator": 262,
       "denominator": 1335
      },
      "children_below_poverty_pct": {
       "estimate": 1.36,
       "moe": 2.52,
       "numerator": 34,
       "denominator": 2505
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.46,
       "moe": 4.55,
       "numerator": 3465,
       "denominator": 9772
      },
      "limited_english_households_pct": {
       "estimate": 0.32,
       "moe": 0.88,
       "numerator": 16,
       "denominator": 5015
      },
      "snap_households_pct": {
       "estimate": 2.93,
       "moe": 1.57,
       "numerator": 147,
       "denominator": 5015
      },
      "median_household_income": {
       "estimate": 113687,
       "moe": 17616.0
      },
      "own_children_under_18": {
       "estimate": 2397,
       "moe": 360.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2505,
       "moe": 441.9819000818925
      }
     },
     "lines": {
      "b23008_E001": 2397,
      "b23008_M001": 360,
      "b23008_E003": 708,
      "b23008_M003": 222,
      "b23008_E008": 141,
      "b23008_M008": 123,
      "b23008_E016": 1268,
      "b23008_M016": 318,
      "b23008_E021": 280,
      "b23008_M021": 166,
      "b11003_E001": 3852,
      "b11003_M001": 218,
      "b11003_E003": 1073,
      "b11003_M003": 195,
      "b11003_E010": 139,
      "b11003_M010": 128,
      "b11003_E016": 123,
      "b11003_M016": 104,
      "b17020_E001": 13439,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 34,
      "b17020_M004": 56,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 921,
      "b17020_M011": 244,
      "b17020_E012": 663,
      "b17020_M012": 237,
      "b17020_E013": 887,
      "b17020_M013": 275,
      "b15003_E001": 9772,
      "b15003_M001": 436,
      "b15003_E022": 2199,
      "b15003_M022": 381,
      "b15003_E023": 822,
      "b15003_M023": 222,
      "b15003_E024": 255,
      "b15003_M024": 128,
      "b15003_E025": 189,
      "b15003_M025": 102,
      "c16002_E001": 5015,
      "c16002_M001": 256,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 16,
      "c16002_M007": 25,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5015,
      "b22010_M001": 256,
      "b22010_E002": 147,
      "b22010_M002": 79,
      "b19013_E001": 113687,
      "b19013_M001": 17616
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.68,
       "moe": 8.24,
       "numerator": 427,
       "denominator": 2415
      },
      "children_with_two_parents_pct": {
       "estimate": 82.32,
       "moe": 13.41,
       "numerator": 1988,
       "denominator": 2415
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.84,
       "moe": 11.99,
       "numerator": 293,
       "denominator": 1283
      },
      "children_below_poverty_pct": {
       "estimate": 1.57,
       "moe": 2.71,
       "numerator": 39,
       "denominator": 2491
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.43,
       "moe": 4.84,
       "numerator": 3493,
       "denominator": 10145
      },
      "limited_english_households_pct": {
       "estimate": 0.64,
       "moe": 1.0,
       "numerator": 33,
       "denominator": 5190
      },
      "snap_households_pct": {
       "estimate": 3.12,
       "moe": 1.59,
       "numerator": 162,
       "denominator": 5190
      },
      "median_household_income": {
       "estimate": 108032,
       "moe": 12696.0
      },
      "own_children_under_18": {
       "estimate": 2415,
       "moe": 330.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2491,
       "moe": 464.5933705941143
      }
     },
     "lines": {
      "b23008_E001": 2415,
      "b23008_M001": 330,
      "b23008_E003": 653,
      "b23008_M003": 237,
      "b23008_E008": 121,
      "b23008_M008": 113,
      "b23008_E016": 1335,
      "b23008_M016": 350,
      "b23008_E021": 306,
      "b23008_M021": 174,
      "b11003_E001": 3942,
      "b11003_M001": 252,
      "b11003_E003": 990,
      "b11003_M003": 219,
      "b11003_E010": 159,
      "b11003_M010": 119,
      "b11003_E016": 134,
      "b11003_M016": 116,
      "b17020_E001": 13455,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 39,
      "b17020_M004": 61,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 830,
      "b17020_M011": 274,
      "b17020_E012": 749,
      "b17020_M012": 238,
      "b17020_E013": 873,
      "b17020_M013": 282,
      "b15003_E001": 10145,
      "b15003_M001": 384,
      "b15003_E022": 2146,
      "b15003_M022": 403,
      "b15003_E023": 981,
      "b15003_M023": 275,
      "b15003_E024": 280,
      "b15003_M024": 127,
      "b15003_E025": 86,
      "b15003_M025": 69,
      "c16002_E001": 5190,
      "c16002_M001": 277,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 33,
      "c16002_M007": 37,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5190,
      "b22010_M001": 277,
      "b22010_E002": 162,
      "b22010_M002": 83,
      "b19013_E001": 108032,
      "b19013_M001": 12696
     }
    }
   }
  },
  "0903000": {
   "name": "North Canaan School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0903000",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.0,
       "moe": 13.77,
       "numerator": 164,
       "denominator": 656
      },
      "children_with_two_parents_pct": {
       "estimate": 75.0,
       "moe": 29.43,
       "numerator": 492,
       "denominator": 656
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.5,
       "moe": 15.23,
       "numerator": 73,
       "denominator": 298
      },
      "children_below_poverty_pct": {
       "estimate": 24.26,
       "moe": 12.33,
       "numerator": 164,
       "denominator": 676
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.56,
       "moe": 7.84,
       "numerator": 620,
       "denominator": 2426
      },
      "limited_english_households_pct": {
       "estimate": 3.05,
       "moe": 4.05,
       "numerator": 38,
       "denominator": 1244
      },
      "snap_households_pct": {
       "estimate": 14.87,
       "moe": 7.32,
       "numerator": 185,
       "denominator": 1244
      },
      "median_household_income": {
       "estimate": 60789,
       "moe": 15925.0
      },
      "own_children_under_18": {
       "estimate": 656,
       "moe": 215.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 676,
       "moe": 264.4484826955904
      }
     },
     "lines": {
      "b23008_E001": 656,
      "b23008_M001": 215,
      "b23008_E003": 105,
      "b23008_M003": 72,
      "b23008_E008": 29,
      "b23008_M008": 38,
      "b23008_E016": 387,
      "b23008_M016": 241,
      "b23008_E021": 135,
      "b23008_M021": 98,
      "b11003_E001": 648,
      "b11003_M001": 84,
      "b11003_E003": 225,
      "b11003_M003": 94,
      "b11003_E010": 24,
      "b11003_M010": 27,
      "b11003_E016": 49,
      "b11003_M016": 45,
      "b17020_E001": 3049,
      "b17020_M001": 122,
      "b17020_E003": 9,
      "b17020_M003": 16,
      "b17020_E004": 52,
      "b17020_M004": 52,
      "b17020_E005": 103,
      "b17020_M005": 90,
      "b17020_E011": 125,
      "b17020_M011": 90,
      "b17020_E012": 97,
      "b17020_M012": 57,
      "b17020_E013": 290,
      "b17020_M013": 218,
      "b15003_E001": 2426,
      "b15003_M001": 187,
      "b15003_E022": 442,
      "b15003_M022": 176,
      "b15003_E023": 130,
      "b15003_M023": 79,
      "b15003_E024": 37,
      "b15003_M024": 32,
      "b15003_E025": 11,
      "b15003_M025": 15,
      "c16002_E001": 1244,
      "c16002_M001": 182,
      "c16002_E004": 35,
      "c16002_M004": 47,
      "c16002_E007": 3,
      "c16002_M007": 5,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1244,
      "b22010_M001": 182,
      "b22010_E002": 185,
      "b22010_M002": 95,
      "b19013_E001": 60789,
      "b19013_M001": 15925
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.88,
       "moe": 12.41,
       "numerator": 149,
       "denominator": 624
      },
      "children_with_two_parents_pct": {
       "estimate": 76.12,
       "moe": 28.29,
       "numerator": 475,
       "denominator": 624
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.29,
       "moe": 22.43,
       "numerator": 143,
       "denominator": 394
      },
      "children_below_poverty_pct": {
       "estimate": 42.28,
       "moe": 17.25,
       "numerator": 271,
       "denominator": 641
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.15,
       "moe": 6.25,
       "numerator": 498,
       "denominator": 2248
      },
      "limited_english_households_pct": {
       "estimate": 0.75,
       "moe": 2.2,
       "numerator": 9,
       "denominator": 1206
      },
      "snap_households_pct": {
       "estimate": 14.93,
       "moe": 7.88,
       "numerator": 180,
       "denominator": 1206
      },
      "median_household_income": {
       "estimate": 60962,
       "moe": 22662.0
      },
      "own_children_under_18": {
       "estimate": 624,
       "moe": 221.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 641,
       "moe": 248.22570374560325
      }
     },
     "lines": {
      "b23008_E001": 624,
      "b23008_M001": 221,
      "b23008_E003": 71,
      "b23008_M003": 53,
      "b23008_E008": 62,
      "b23008_M008": 60,
      "b23008_E016": 404,
      "b23008_M016": 238,
      "b23008_E021": 87,
      "b23008_M021": 72,
      "b11003_E001": 691,
      "b11003_M001": 107,
      "b11003_E003": 251,
      "b11003_M003": 119,
      "b11003_E010": 15,
      "b11003_M010": 18,
      "b11003_E016": 128,
      "b11003_M016": 104,
      "b17020_E001": 2981,
      "b17020_M001": 118,
      "b17020_E003": 62,
      "b17020_M003": 60,
      "b17020_E004": 77,
      "b17020_M004": 74,
      "b17020_E005": 132,
      "b17020_M005": 119,
      "b17020_E011": 71,
      "b17020_M011": 53,
      "b17020_E012": 62,
      "b17020_M012": 53,
      "b17020_E013": 237,
      "b17020_M013": 181,
      "b15003_E001": 2248,
      "b15003_M001": 228,
      "b15003_E022": 349,
      "b15003_M022": 134,
      "b15003_E023": 96,
      "b15003_M023": 57,
      "b15003_E024": 39,
      "b15003_M024": 29,
      "b15003_E025": 14,
      "b15003_M025": 16,
      "c16002_E001": 1206,
      "c16002_M001": 160,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 9,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1206,
      "b22010_M001": 160,
      "b22010_E002": 180,
      "b22010_M002": 98,
      "b19013_E001": 60962,
      "b19013_M001": 22662
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.54,
       "moe": 10.61,
       "numerator": 162,
       "denominator": 752
      },
      "children_with_two_parents_pct": {
       "estimate": 78.46,
       "moe": 29.59,
       "numerator": 590,
       "denominator": 752
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.25,
       "moe": 17.97,
       "numerator": 150,
       "denominator": 438
      },
      "children_below_poverty_pct": {
       "estimate": 29.06,
       "moe": 11.7,
       "numerator": 222,
       "denominator": 764
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.14,
       "moe": 7.41,
       "numerator": 576,
       "denominator": 2291
      },
      "limited_english_households_pct": {
       "estimate": 1.0,
       "moe": 2.42,
       "numerator": 13,
       "denominator": 1297
      },
      "snap_households_pct": {
       "estimate": 9.25,
       "moe": 7.01,
       "numerator": 120,
       "denominator": 1297
      },
      "median_household_income": {
       "estimate": 68295,
       "moe": 16432.0
      },
      "own_children_under_18": {
       "estimate": 752,
       "moe": 209.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 764,
       "moe": 251.28867861485523
      }
     },
     "lines": {
      "b23008_E001": 752,
      "b23008_M001": 209,
      "b23008_E003": 122,
      "b23008_M003": 109,
      "b23008_E008": 60,
      "b23008_M008": 54,
      "b23008_E016": 468,
      "b23008_M016": 254,
      "b23008_E021": 102,
      "b23008_M021": 74,
      "b11003_E001": 834,
      "b11003_M001": 110,
      "b11003_E003": 288,
      "b11003_M003": 114,
      "b11003_E010": 39,
      "b11003_M010": 39,
      "b11003_E016": 111,
      "b11003_M016": 85,
      "b17020_E001": 3079,
      "b17020_M001": 56,
      "b17020_E003": 60,
      "b17020_M003": 54,
      "b17020_E004": 54,
      "b17020_M004": 48,
      "b17020_E005": 108,
      "b17020_M005": 90,
      "b17020_E011": 122,
      "b17020_M011": 109,
      "b17020_E012": 103,
      "b17020_M012": 72,
      "b17020_E013": 317,
      "b17020_M013": 181,
      "b15003_E001": 2291,
      "b15003_M001": 205,
      "b15003_E022": 407,
      "b15003_M022": 153,
      "b15003_E023": 91,
      "b15003_M023": 72,
      "b15003_E024": 60,
      "b15003_M024": 49,
      "b15003_E025": 18,
      "b15003_M025": 22,
      "c16002_E001": 1297,
      "c16002_M001": 155,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 13,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1297,
      "b22010_M001": 155,
      "b22010_E002": 120,
      "b22010_M002": 92,
      "b19013_E001": 68295,
      "b19013_M001": 16432
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.27,
       "moe": 19.4,
       "numerator": 315,
       "denominator": 823
      },
      "children_with_two_parents_pct": {
       "estimate": 61.73,
       "moe": 24.31,
       "numerator": 508,
       "denominator": 823
      },
      "one_parent_families_with_children_pct": {
       "estimate": 52.49,
       "moe": 26.95,
       "numerator": 253,
       "denominator": 482
      },
      "children_below_poverty_pct": {
       "estimate": 18.11,
       "moe": 9.13,
       "numerator": 151,
       "denominator": 834
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.38,
       "moe": 7.64,
       "numerator": 492,
       "denominator": 2104
      },
      "limited_english_households_pct": {
       "estimate": 4.03,
       "moe": 4.8,
       "numerator": 53,
       "denominator": 1316
      },
      "snap_households_pct": {
       "estimate": 4.41,
       "moe": 2.84,
       "numerator": 58,
       "denominator": 1316
      },
      "median_household_income": {
       "estimate": 71976,
       "moe": 26329.0
      },
      "own_children_under_18": {
       "estimate": 823,
       "moe": 206.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 834,
       "moe": 288.4995667241114
      }
     },
     "lines": {
      "b23008_E001": 823,
      "b23008_M001": 206,
      "b23008_E003": 86,
      "b23008_M003": 104,
      "b23008_E008": 80,
      "b23008_M008": 74,
      "b23008_E016": 422,
      "b23008_M016": 213,
      "b23008_E021": 235,
      "b23008_M021": 162,
      "b11003_E001": 836,
      "b11003_M001": 128,
      "b11003_E003": 229,
      "b11003_M003": 91,
      "b11003_E010": 89,
      "b11003_M010": 86,
      "b11003_E016": 164,
      "b11003_M016": 138,
      "b17020_E001": 3113,
      "b17020_M001": 50,
      "b17020_E003": 80,
      "b17020_M003": 74,
      "b17020_E004": 20,
      "b17020_M004": 29,
      "b17020_E005": 51,
      "b17020_M005": 47,
      "b17020_E011": 86,
      "b17020_M011": 104,
      "b17020_E012": 134,
      "b17020_M012": 119,
      "b17020_E013": 463,
      "b17020_M013": 223,
      "b15003_E001": 2104,
      "b15003_M001": 228,
      "b15003_E022": 342,
      "b15003_M022": 149,
      "b15003_E023": 60,
      "b15003_M023": 40,
      "b15003_E024": 73,
      "b15003_M024": 66,
      "b15003_E025": 17,
      "b15003_M025": 23,
      "c16002_E001": 1316,
      "c16002_M001": 162,
      "c16002_E004": 40,
      "c16002_M004": 57,
      "c16002_E007": 13,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1316,
      "b22010_M001": 162,
      "b22010_E002": 58,
      "b22010_M002": 38,
      "b19013_E001": 71976,
      "b19013_M001": 26329
     }
    }
   }
  },
  "0903030": {
   "name": "North Haven School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903030",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.23,
       "moe": 5.06,
       "numerator": 648,
       "denominator": 4553
      },
      "children_with_two_parents_pct": {
       "estimate": 85.77,
       "moe": 6.87,
       "numerator": 3905,
       "denominator": 4553
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.92,
       "moe": 6.62,
       "numerator": 393,
       "denominator": 2469
      },
      "children_below_poverty_pct": {
       "estimate": 8.2,
       "moe": 4.67,
       "numerator": 382,
       "denominator": 4659
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.51,
       "moe": 3.81,
       "numerator": 8372,
       "denominator": 18001
      },
      "limited_english_households_pct": {
       "estimate": 2.17,
       "moe": 1.22,
       "numerator": 206,
       "denominator": 9503
      },
      "snap_households_pct": {
       "estimate": 4.2,
       "moe": 1.46,
       "numerator": 399,
       "denominator": 9503
      },
      "median_household_income": {
       "estimate": 110009,
       "moe": 13188.0
      },
      "own_children_under_18": {
       "estimate": 4553,
       "moe": 480.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4659,
       "moe": 579.5506880334109
      }
     },
     "lines": {
      "b23008_E001": 4553,
      "b23008_M001": 480,
      "b23008_E003": 838,
      "b23008_M003": 222,
      "b23008_E008": 100,
      "b23008_M008": 87,
      "b23008_E016": 3067,
      "b23008_M016": 467,
      "b23008_E021": 548,
      "b23008_M021": 224,
      "b11003_E001": 6558,
      "b11003_M001": 299,
      "b11003_E003": 2076,
      "b11003_M003": 249,
      "b11003_E010": 68,
      "b11003_M010": 61,
      "b11003_E016": 325,
      "b11003_M016": 159,
      "b17020_E001": 24059,
      "b17020_M001": 94,
      "b17020_E003": 107,
      "b17020_M003": 112,
      "b17020_E004": 95,
      "b17020_M004": 139,
      "b17020_E005": 180,
      "b17020_M005": 133,
      "b17020_E011": 849,
      "b17020_M011": 218,
      "b17020_E012": 1601,
      "b17020_M012": 351,
      "b17020_E013": 1827,
      "b17020_M013": 340,
      "b15003_E001": 18001,
      "b15003_M001": 553,
      "b15003_E022": 4595,
      "b15003_M022": 550,
      "b15003_E023": 2532,
      "b15003_M023": 408,
      "b15003_E024": 788,
      "b15003_M024": 207,
      "b15003_E025": 457,
      "b15003_M025": 158,
      "c16002_E001": 9503,
      "c16002_M001": 367,
      "c16002_E004": 0,
      "c16002_M004": 25,
      "c16002_E007": 20,
      "c16002_M007": 31,
      "c16002_E010": 186,
      "c16002_M010": 106,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9503,
      "b22010_M001": 367,
      "b22010_E002": 399,
      "b22010_M002": 140,
      "b19013_E001": 110009,
      "b19013_M001": 13188
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.42,
       "moe": 4.76,
       "numerator": 739,
       "denominator": 4794
      },
      "children_with_two_parents_pct": {
       "estimate": 84.58,
       "moe": 5.31,
       "numerator": 4055,
       "denominator": 4794
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.87,
       "moe": 6.73,
       "numerator": 468,
       "denominator": 2619
      },
      "children_below_poverty_pct": {
       "estimate": 9.47,
       "moe": 5.2,
       "numerator": 463,
       "denominator": 4888
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.81,
       "moe": 4.1,
       "numerator": 8363,
       "denominator": 17865
      },
      "limited_english_households_pct": {
       "estimate": 2.84,
       "moe": 1.24,
       "numerator": 271,
       "denominator": 9559
      },
      "snap_households_pct": {
       "estimate": 3.8,
       "moe": 1.38,
       "numerator": 363,
       "denominator": 9559
      },
      "median_household_income": {
       "estimate": 121250,
       "moe": 9135.0
      },
      "own_children_under_18": {
       "estimate": 4794,
       "moe": 434.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4888,
       "moe": 590.7139747796729
      }
     },
     "lines": {
      "b23008_E001": 4794,
      "b23008_M001": 434,
      "b23008_E003": 858,
      "b23008_M003": 216,
      "b23008_E008": 100,
      "b23008_M008": 102,
      "b23008_E016": 3197,
      "b23008_M016": 391,
      "b23008_E021": 639,
      "b23008_M021": 215,
      "b11003_E001": 6800,
      "b11003_M001": 319,
      "b11003_E003": 2151,
      "b11003_M003": 276,
      "b11003_E010": 63,
      "b11003_M010": 47,
      "b11003_E016": 405,
      "b11003_M016": 180,
      "b17020_E001": 24027,
      "b17020_M001": 91,
      "b17020_E003": 122,
      "b17020_M003": 155,
      "b17020_E004": 137,
      "b17020_M004": 157,
      "b17020_E005": 204,
      "b17020_M005": 138,
      "b17020_E011": 849,
      "b17020_M011": 211,
      "b17020_E012": 1634,
      "b17020_M012": 348,
      "b17020_E013": 1942,
      "b17020_M013": 340,
      "b15003_E001": 17865,
      "b15003_M001": 490,
      "b15003_E022": 4682,
      "b15003_M022": 583,
      "b15003_E023": 2632,
      "b15003_M023": 427,
      "b15003_E024": 663,
      "b15003_M024": 199,
      "b15003_E025": 386,
      "b15003_M025": 169,
      "c16002_E001": 9559,
      "c16002_M001": 364,
      "c16002_E004": 15,
      "c16002_M004": 27,
      "c16002_E007": 27,
      "c16002_M007": 33,
      "c16002_E010": 229,
      "c16002_M010": 108,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9559,
      "b22010_M001": 364,
      "b22010_E002": 363,
      "b22010_M002": 133,
      "b19013_E001": 121250,
      "b19013_M001": 9135
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.72,
       "moe": 5.49,
       "numerator": 872,
       "denominator": 4922
      },
      "children_with_two_parents_pct": {
       "estimate": 82.28,
       "moe": 6.15,
       "numerator": 4050,
       "denominator": 4922
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.14,
       "moe": 6.9,
       "numerator": 462,
       "denominator": 2695
      },
      "children_below_poverty_pct": {
       "estimate": 5.55,
       "moe": 3.74,
       "numerator": 279,
       "denominator": 5028
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.39,
       "moe": 4.79,
       "numerator": 8425,
       "denominator": 17779
      },
      "limited_english_households_pct": {
       "estimate": 3.1,
       "moe": 1.39,
       "numerator": 298,
       "denominator": 9627
      },
      "snap_households_pct": {
       "estimate": 4.2,
       "moe": 1.46,
       "numerator": 404,
       "denominator": 9627
      },
      "median_household_income": {
       "estimate": 126807,
       "moe": 8487.0
      },
      "own_children_under_18": {
       "estimate": 4922,
       "moe": 389.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5028,
       "moe": 581.8204190297896
      }
     },
     "lines": {
      "b23008_E001": 4922,
      "b23008_M001": 389,
      "b23008_E003": 942,
      "b23008_M003": 231,
      "b23008_E008": 106,
      "b23008_M008": 83,
      "b23008_E016": 3108,
      "b23008_M016": 375,
      "b23008_E021": 766,
      "b23008_M021": 266,
      "b11003_E001": 6936,
      "b11003_M001": 324,
      "b11003_E003": 2233,
      "b11003_M003": 262,
      "b11003_E010": 80,
      "b11003_M010": 65,
      "b11003_E016": 382,
      "b11003_M016": 183,
      "b17020_E001": 24058,
      "b17020_M001": 90,
      "b17020_E003": 72,
      "b17020_M003": 95,
      "b17020_E004": 111,
      "b17020_M004": 137,
      "b17020_E005": 96,
      "b17020_M005": 93,
      "b17020_E011": 990,
      "b17020_M011": 220,
      "b17020_E012": 1767,
      "b17020_M012": 346,
      "b17020_E013": 1992,
      "b17020_M013": 366,
      "b15003_E001": 17779,
      "b15003_M001": 486,
      "b15003_E022": 4849,
      "b15003_M022": 705,
      "b15003_E023": 2650,
      "b15003_M023": 470,
      "b15003_E024": 577,
      "b15003_M024": 188,
      "b15003_E025": 349,
      "b15003_M025": 157,
      "c16002_E001": 9627,
      "c16002_M001": 336,
      "c16002_E004": 12,
      "c16002_M004": 19,
      "c16002_E007": 40,
      "c16002_M007": 36,
      "c16002_E010": 246,
      "c16002_M010": 125,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9627,
      "b22010_M001": 336,
      "b22010_E002": 404,
      "b22010_M002": 141,
      "b19013_E001": 126807,
      "b19013_M001": 8487
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.98,
       "moe": 5.97,
       "numerator": 810,
       "denominator": 5070
      },
      "children_with_two_parents_pct": {
       "estimate": 84.02,
       "moe": 4.77,
       "numerator": 4260,
       "denominator": 5070
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.24,
       "moe": 5.41,
       "numerator": 430,
       "denominator": 2822
      },
      "children_below_poverty_pct": {
       "estimate": 4.71,
       "moe": 2.68,
       "numerator": 246,
       "denominator": 5228
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.48,
       "moe": 4.2,
       "numerator": 8233,
       "denominator": 17714
      },
      "limited_english_households_pct": {
       "estimate": 3.27,
       "moe": 1.23,
       "numerator": 313,
       "denominator": 9586
      },
      "snap_households_pct": {
       "estimate": 5.48,
       "moe": 1.42,
       "numerator": 525,
       "denominator": 9586
      },
      "median_household_income": {
       "estimate": 132689,
       "moe": 6888.0
      },
      "own_children_under_18": {
       "estimate": 5070,
       "moe": 428.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5228,
       "moe": 527.5575797957982
      }
     },
     "lines": {
      "b23008_E001": 5070,
      "b23008_M001": 428,
      "b23008_E003": 1152,
      "b23008_M003": 244,
      "b23008_E008": 118,
      "b23008_M008": 90,
      "b23008_E016": 3108,
      "b23008_M016": 358,
      "b23008_E021": 692,
      "b23008_M021": 297,
      "b11003_E001": 7025,
      "b11003_M001": 346,
      "b11003_E003": 2392,
      "b11003_M003": 256,
      "b11003_E010": 94,
      "b11003_M010": 76,
      "b11003_E016": 336,
      "b11003_M016": 140,
      "b17020_E001": 24290,
      "b17020_M001": 30,
      "b17020_E003": 47,
      "b17020_M003": 64,
      "b17020_E004": 100,
      "b17020_M004": 100,
      "b17020_E005": 99,
      "b17020_M005": 78,
      "b17020_E011": 1233,
      "b17020_M011": 261,
      "b17020_E012": 1747,
      "b17020_M012": 296,
      "b17020_E013": 2002,
      "b17020_M013": 320,
      "b15003_E001": 17714,
      "b15003_M001": 466,
      "b15003_E022": 4729,
      "b15003_M022": 589,
      "b15003_E023": 2494,
      "b15003_M023": 427,
      "b15003_E024": 644,
      "b15003_M024": 212,
      "b15003_E025": 366,
      "b15003_M025": 158,
      "c16002_E001": 9586,
      "c16002_M001": 328,
      "c16002_E004": 15,
      "c16002_M004": 28,
      "c16002_E007": 40,
      "c16002_M007": 37,
      "c16002_E010": 258,
      "c16002_M010": 106,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9586,
      "b22010_M001": 328,
      "b22010_E002": 525,
      "b22010_M002": 137,
      "b19013_E001": 132689,
      "b19013_M001": 6888
     }
    }
   }
  },
  "0903060": {
   "name": "North Stonington School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903060",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.53,
       "moe": 10.77,
       "numerator": 83,
       "denominator": 871
      },
      "children_with_two_parents_pct": {
       "estimate": 90.47,
       "moe": 24.64,
       "numerator": 788,
       "denominator": 871
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.85,
       "moe": 19.32,
       "numerator": 83,
       "denominator": 559
      },
      "children_below_poverty_pct": {
       "estimate": 9.53,
       "moe": 10.75,
       "numerator": 83,
       "denominator": 871
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.31,
       "moe": 9.01,
       "numerator": 1725,
       "denominator": 3807
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.8,
       "numerator": 0,
       "denominator": 2106
      },
      "snap_households_pct": {
       "estimate": 3.32,
       "moe": 3.36,
       "numerator": 70,
       "denominator": 2106
      },
      "median_household_income": {
       "estimate": 85266,
       "moe": 22484.0
      },
      "own_children_under_18": {
       "estimate": 871,
       "moe": 197.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 871,
       "moe": 285.147330339949
      }
     },
     "lines": {
      "b23008_E001": 871,
      "b23008_M001": 197,
      "b23008_E003": 237,
      "b23008_M003": 179,
      "b23008_E008": 5,
      "b23008_M008": 11,
      "b23008_E016": 551,
      "b23008_M016": 214,
      "b23008_E021": 78,
      "b23008_M021": 95,
      "b11003_E001": 1479,
      "b11003_M001": 134,
      "b11003_E003": 476,
      "b11003_M003": 154,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 83,
      "b11003_M016": 110,
      "b17020_E001": 5146,
      "b17020_M001": 16,
      "b17020_E003": 5,
      "b17020_M003": 11,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 78,
      "b17020_M005": 95,
      "b17020_E011": 237,
      "b17020_M011": 179,
      "b17020_E012": 240,
      "b17020_M012": 119,
      "b17020_E013": 311,
      "b17020_M013": 160,
      "b15003_E001": 3807,
      "b15003_M001": 189,
      "b15003_E022": 880,
      "b15003_M022": 256,
      "b15003_E023": 484,
      "b15003_M023": 174,
      "b15003_E024": 280,
      "b15003_M024": 161,
      "b15003_E025": 81,
      "b15003_M025": 58,
      "c16002_E001": 2106,
      "c16002_M001": 187,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2106,
      "b22010_M001": 187,
      "b22010_E002": 70,
      "b22010_M002": 71,
      "b19013_E001": 85266,
      "b19013_M001": 22484
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 8.56,
       "moe": 9.44,
       "numerator": 81,
       "denominator": 946
      },
      "children_with_two_parents_pct": {
       "estimate": 91.44,
       "moe": 23.87,
       "numerator": 865,
       "denominator": 946
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.84,
       "moe": 21.65,
       "numerator": 104,
       "denominator": 552
      },
      "children_below_poverty_pct": {
       "estimate": 8.56,
       "moe": 9.42,
       "numerator": 81,
       "denominator": 946
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.91,
       "moe": 8.66,
       "numerator": 1699,
       "denominator": 3869
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.76,
       "numerator": 0,
       "denominator": 2163
      },
      "snap_households_pct": {
       "estimate": 3.28,
       "moe": 3.5,
       "numerator": 71,
       "denominator": 2163
      },
      "median_household_income": {
       "estimate": 91932,
       "moe": 25692.0
      },
      "own_children_under_18": {
       "estimate": 946,
       "moe": 227.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 946,
       "moe": 323.25222350356694
      }
     },
     "lines": {
      "b23008_E001": 946,
      "b23008_M001": 227,
      "b23008_E003": 278,
      "b23008_M003": 191,
      "b23008_E008": 4,
      "b23008_M008": 8,
      "b23008_E016": 587,
      "b23008_M016": 240,
      "b23008_E021": 77,
      "b23008_M021": 91,
      "b11003_E001": 1524,
      "b11003_M001": 156,
      "b11003_E003": 448,
      "b11003_M003": 159,
      "b11003_E010": 0,
      "b11003_M010": 19,
      "b11003_E016": 104,
      "b11003_M016": 124,
      "b17020_E001": 5156,
      "b17020_M001": 24,
      "b17020_E003": 4,
      "b17020_M003": 8,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 77,
      "b17020_M005": 91,
      "b17020_E011": 278,
      "b17020_M011": 191,
      "b17020_E012": 245,
      "b17020_M012": 156,
      "b17020_E013": 342,
      "b17020_M013": 187,
      "b15003_E001": 3869,
      "b15003_M001": 239,
      "b15003_E022": 869,
      "b15003_M022": 232,
      "b15003_E023": 488,
      "b15003_M023": 209,
      "b15003_E024": 254,
      "b15003_M024": 145,
      "b15003_E025": 88,
      "b15003_M025": 69,
      "c16002_E001": 2163,
      "c16002_M001": 172,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2163,
      "b22010_M001": 172,
      "b22010_E002": 71,
      "b22010_M002": 76,
      "b19013_E001": 91932,
      "b19013_M001": 25692
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.74,
       "moe": 13.62,
       "numerator": 204,
       "denominator": 897
      },
      "children_with_two_parents_pct": {
       "estimate": 77.26,
       "moe": 22.91,
       "numerator": 693,
       "denominator": 897
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.72,
       "moe": 15.29,
       "numerator": 134,
       "denominator": 542
      },
      "children_below_poverty_pct": {
       "estimate": 8.36,
       "moe": 8.13,
       "numerator": 75,
       "denominator": 897
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.93,
       "moe": 7.86,
       "numerator": 1564,
       "denominator": 3821
      },
      "limited_english_households_pct": {
       "estimate": 1.76,
       "moe": 2.83,
       "numerator": 36,
       "denominator": 2051
      },
      "snap_households_pct": {
       "estimate": 3.9,
       "moe": 3.74,
       "numerator": 80,
       "denominator": 2051
      },
      "median_household_income": {
       "estimate": 115069,
       "moe": 17671.0
      },
      "own_children_under_18": {
       "estimate": 897,
       "moe": 166.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 897,
       "moe": 250.9960159046354
      }
     },
     "lines": {
      "b23008_E001": 897,
      "b23008_M001": 166,
      "b23008_E003": 252,
      "b23008_M003": 149,
      "b23008_E008": 39,
      "b23008_M008": 56,
      "b23008_E016": 441,
      "b23008_M016": 191,
      "b23008_E021": 165,
      "b23008_M021": 115,
      "b11003_E001": 1546,
      "b11003_M001": 115,
      "b11003_E003": 408,
      "b11003_M003": 145,
      "b11003_E010": 62,
      "b11003_M010": 51,
      "b11003_E016": 72,
      "b11003_M016": 78,
      "b17020_E001": 5151,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 22,
      "b17020_M004": 36,
      "b17020_E005": 53,
      "b17020_M005": 64,
      "b17020_E011": 291,
      "b17020_M011": 157,
      "b17020_E012": 237,
      "b17020_M012": 121,
      "b17020_E013": 294,
      "b17020_M013": 134,
      "b15003_E001": 3821,
      "b15003_M001": 195,
      "b15003_E022": 776,
      "b15003_M022": 199,
      "b15003_E023": 499,
      "b15003_M023": 196,
      "b15003_E024": 187,
      "b15003_M024": 115,
      "b15003_E025": 102,
      "b15003_M025": 73,
      "c16002_E001": 2051,
      "c16002_M001": 169,
      "c16002_E004": 36,
      "c16002_M004": 48,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2051,
      "b22010_M001": 169,
      "b22010_E002": 80,
      "b22010_M002": 77,
      "b19013_E001": 115069,
      "b19013_M001": 17671
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.4,
       "moe": 15.66,
       "numerator": 240,
       "denominator": 845
      },
      "children_with_two_parents_pct": {
       "estimate": 71.6,
       "moe": 17.9,
       "numerator": 605,
       "denominator": 845
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.46,
       "moe": 12.62,
       "numerator": 115,
       "denominator": 512
      },
      "children_below_poverty_pct": {
       "estimate": 3.08,
       "moe": 5.34,
       "numerator": 26,
       "denominator": 845
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.59,
       "moe": 8.57,
       "numerator": 2045,
       "denominator": 3964
      },
      "limited_english_households_pct": {
       "estimate": 1.84,
       "moe": 2.91,
       "numerator": 39,
       "denominator": 2114
      },
      "snap_households_pct": {
       "estimate": 2.89,
       "moe": 3.3,
       "numerator": 61,
       "denominator": 2114
      },
      "median_household_income": {
       "estimate": 123938,
       "moe": 9792.0
      },
      "own_children_under_18": {
       "estimate": 845,
       "moe": 146.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 845,
       "moe": 237.15606675773657
      }
     },
     "lines": {
      "b23008_E001": 845,
      "b23008_M001": 146,
      "b23008_E003": 244,
      "b23008_M003": 131,
      "b23008_E008": 47,
      "b23008_M008": 64,
      "b23008_E016": 361,
      "b23008_M016": 129,
      "b23008_E021": 193,
      "b23008_M021": 123,
      "b11003_E001": 1608,
      "b11003_M001": 138,
      "b11003_E003": 397,
      "b11003_M003": 127,
      "b11003_E010": 80,
      "b11003_M010": 56,
      "b11003_E016": 35,
      "b11003_M016": 46,
      "b17020_E001": 5156,
      "b17020_M001": 17,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 26,
      "b17020_M004": 37,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 291,
      "b17020_M011": 146,
      "b17020_E012": 249,
      "b17020_M012": 110,
      "b17020_E013": 279,
      "b17020_M013": 144,
      "b15003_E001": 3964,
      "b15003_M001": 206,
      "b15003_E022": 1067,
      "b15003_M022": 269,
      "b15003_E023": 627,
      "b15003_M023": 182,
      "b15003_E024": 178,
      "b15003_M024": 113,
      "b15003_E025": 173,
      "b15003_M025": 92,
      "c16002_E001": 2114,
      "c16002_M001": 177,
      "c16002_E004": 39,
      "c16002_M004": 52,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2114,
      "b22010_M001": 177,
      "b22010_E002": 61,
      "b22010_M002": 70,
      "b19013_E001": 123938,
      "b19013_M001": 9792
     }
    }
   }
  },
  "0903090": {
   "name": "Norwalk School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903090",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.67,
       "moe": 4.41,
       "numerator": 5001,
       "denominator": 16855
      },
      "children_with_two_parents_pct": {
       "estimate": 70.33,
       "moe": 3.5,
       "numerator": 11854,
       "denominator": 16855
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.94,
       "moe": 3.53,
       "numerator": 2307,
       "denominator": 9250
      },
      "children_below_poverty_pct": {
       "estimate": 12.66,
       "moe": 2.54,
       "numerator": 2193,
       "denominator": 17327
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.3,
       "moe": 1.89,
       "numerator": 29341,
       "denominator": 66236
      },
      "limited_english_households_pct": {
       "estimate": 8.93,
       "moe": 1.24,
       "numerator": 3177,
       "denominator": 35569
      },
      "snap_households_pct": {
       "estimate": 7.85,
       "moe": 1.29,
       "numerator": 2792,
       "denominator": 35569
      },
      "median_household_income": {
       "estimate": 91434,
       "moe": 4561.0
      },
      "own_children_under_18": {
       "estimate": 16855,
       "moe": 1034.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17327,
       "moe": 1273.419805091785
      }
     },
     "lines": {
      "b23008_E001": 16855,
      "b23008_M001": 1034,
      "b23008_E003": 4540,
      "b23008_M003": 685,
      "b23008_E008": 1257,
      "b23008_M008": 431,
      "b23008_E016": 7314,
      "b23008_M016": 639,
      "b23008_E021": 3744,
      "b23008_M021": 678,
      "b11003_E001": 22631,
      "b11003_M001": 607,
      "b11003_E003": 6943,
      "b11003_M003": 503,
      "b11003_E010": 660,
      "b11003_M010": 192,
      "b11003_E016": 1647,
      "b11003_M016": 306,
      "b17020_E001": 90253,
      "b17020_M001": 265,
      "b17020_E003": 670,
      "b17020_M003": 270,
      "b17020_E004": 891,
      "b17020_M004": 311,
      "b17020_E005": 632,
      "b17020_M005": 224,
      "b17020_E011": 5155,
      "b17020_M011": 776,
      "b17020_E012": 4336,
      "b17020_M012": 541,
      "b17020_E013": 5643,
      "b17020_M013": 712,
      "b15003_E001": 66236,
      "b15003_M001": 1093,
      "b15003_E022": 16814,
      "b15003_M022": 960,
      "b15003_E023": 9166,
      "b15003_M023": 824,
      "b15003_E024": 2380,
      "b15003_M024": 399,
      "b15003_E025": 981,
      "b15003_M025": 202,
      "c16002_E001": 35569,
      "c16002_M001": 874,
      "c16002_E004": 2432,
      "c16002_M004": 388,
      "c16002_E007": 601,
      "c16002_M007": 203,
      "c16002_E010": 113,
      "c16002_M010": 80,
      "c16002_E013": 31,
      "c16002_M013": 40,
      "b22010_E001": 35569,
      "b22010_M001": 874,
      "b22010_E002": 2792,
      "b22010_M002": 464,
      "b19013_E001": 91434,
      "b19013_M001": 4561
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.49,
       "moe": 4.03,
       "numerator": 5574,
       "denominator": 16643
      },
      "children_with_two_parents_pct": {
       "estimate": 66.51,
       "moe": 4.13,
       "numerator": 11069,
       "denominator": 16643
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.6,
       "moe": 3.88,
       "numerator": 2378,
       "denominator": 8941
      },
      "children_below_poverty_pct": {
       "estimate": 16.06,
       "moe": 3.17,
       "numerator": 2779,
       "denominator": 17305
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.63,
       "moe": 1.8,
       "numerator": 28160,
       "denominator": 66053
      },
      "limited_english_households_pct": {
       "estimate": 9.49,
       "moe": 1.38,
       "numerator": 3346,
       "denominator": 35272
      },
      "snap_households_pct": {
       "estimate": 9.89,
       "moe": 1.45,
       "numerator": 3488,
       "denominator": 35272
      },
      "median_household_income": {
       "estimate": 97879,
       "moe": 4864.0
      },
      "own_children_under_18": {
       "estimate": 16643,
       "moe": 1016.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17305,
       "moe": 1209.7867580693714
      }
     },
     "lines": {
      "b23008_E001": 16643,
      "b23008_M001": 1016,
      "b23008_E003": 3899,
      "b23008_M003": 617,
      "b23008_E008": 1557,
      "b23008_M008": 411,
      "b23008_E016": 7170,
      "b23008_M016": 741,
      "b23008_E021": 4017,
      "b23008_M021": 629,
      "b11003_E001": 22614,
      "b11003_M001": 689,
      "b11003_E003": 6563,
      "b11003_M003": 649,
      "b11003_E010": 666,
      "b11003_M010": 228,
      "b11003_E016": 1712,
      "b11003_M016": 331,
      "b17020_E001": 90431,
      "b17020_M001": 285,
      "b17020_E003": 752,
      "b17020_M003": 328,
      "b17020_E004": 1114,
      "b17020_M004": 370,
      "b17020_E005": 913,
      "b17020_M005": 306,
      "b17020_E011": 4764,
      "b17020_M011": 588,
      "b17020_E012": 4163,
      "b17020_M012": 514,
      "b17020_E013": 5599,
      "b17020_M013": 718,
      "b15003_E001": 66053,
      "b15003_M001": 1001,
      "b15003_E022": 16130,
      "b15003_M022": 953,
      "b15003_E023": 8741,
      "b15003_M023": 681,
      "b15003_E024": 2220,
      "b15003_M024": 413,
      "b15003_E025": 1069,
      "b15003_M025": 237,
      "c16002_E001": 35272,
      "c16002_M001": 904,
      "c16002_E004": 2669,
      "c16002_M004": 446,
      "c16002_E007": 576,
      "c16002_M007": 207,
      "c16002_E010": 68,
      "c16002_M010": 48,
      "c16002_E013": 33,
      "c16002_M013": 38,
      "b22010_E001": 35272,
      "b22010_M001": 904,
      "b22010_E002": 3488,
      "b22010_M002": 518,
      "b19013_E001": 97879,
      "b19013_M001": 4864
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.89,
       "moe": 4.39,
       "numerator": 5705,
       "denominator": 16836
      },
      "children_with_two_parents_pct": {
       "estimate": 66.11,
       "moe": 3.66,
       "numerator": 11131,
       "denominator": 16836
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.84,
       "moe": 4.15,
       "numerator": 2577,
       "denominator": 9256
      },
      "children_below_poverty_pct": {
       "estimate": 15.8,
       "moe": 3.1,
       "numerator": 2751,
       "denominator": 17416
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.58,
       "moe": 1.96,
       "numerator": 29575,
       "denominator": 66348
      },
      "limited_english_households_pct": {
       "estimate": 8.67,
       "moe": 1.37,
       "numerator": 3074,
       "denominator": 35476
      },
      "snap_households_pct": {
       "estimate": 10.17,
       "moe": 1.41,
       "numerator": 3608,
       "denominator": 35476
      },
      "median_household_income": {
       "estimate": 105301,
       "moe": 4468.0
      },
      "own_children_under_18": {
       "estimate": 16836,
       "moe": 1157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17416,
       "moe": 1224.4949979481337
      }
     },
     "lines": {
      "b23008_E001": 16836,
      "b23008_M001": 1157,
      "b23008_E003": 3891,
      "b23008_M003": 664,
      "b23008_E008": 1605,
      "b23008_M008": 471,
      "b23008_E016": 7240,
      "b23008_M016": 724,
      "b23008_E021": 4100,
      "b23008_M021": 692,
      "b11003_E001": 23200,
      "b11003_M001": 798,
      "b11003_E003": 6679,
      "b11003_M003": 607,
      "b11003_E010": 654,
      "b11003_M010": 243,
      "b11003_E016": 1923,
      "b11003_M016": 363,
      "b17020_E001": 90768,
      "b17020_M001": 335,
      "b17020_E003": 766,
      "b17020_M003": 377,
      "b17020_E004": 1066,
      "b17020_M004": 306,
      "b17020_E005": 919,
      "b17020_M005": 305,
      "b17020_E011": 4764,
      "b17020_M011": 722,
      "b17020_E012": 4555,
      "b17020_M012": 483,
      "b17020_E013": 5346,
      "b17020_M013": 645,
      "b15003_E001": 66348,
      "b15003_M001": 1209,
      "b15003_E022": 17206,
      "b15003_M022": 1110,
      "b15003_E023": 9009,
      "b15003_M023": 722,
      "b15003_E024": 2271,
      "b15003_M024": 418,
      "b15003_E025": 1089,
      "b15003_M025": 247,
      "c16002_E001": 35476,
      "c16002_M001": 862,
      "c16002_E004": 2454,
      "c16002_M004": 455,
      "c16002_E007": 525,
      "c16002_M007": 179,
      "c16002_E010": 56,
      "c16002_M010": 42,
      "c16002_E013": 39,
      "c16002_M013": 47,
      "b22010_E001": 35476,
      "b22010_M001": 862,
      "b22010_E002": 3608,
      "b22010_M002": 509,
      "b19013_E001": 105301,
      "b19013_M001": 4468
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.79,
       "moe": 5.43,
       "numerator": 5535,
       "denominator": 16379
      },
      "children_with_two_parents_pct": {
       "estimate": 66.21,
       "moe": 4.62,
       "numerator": 10844,
       "denominator": 16379
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.74,
       "moe": 5.45,
       "numerator": 2541,
       "denominator": 8840
      },
      "children_below_poverty_pct": {
       "estimate": 12.7,
       "moe": 2.55,
       "numerator": 2161,
       "denominator": 17021
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.76,
       "moe": 1.93,
       "numerator": 30268,
       "denominator": 67618
      },
      "limited_english_households_pct": {
       "estimate": 7.99,
       "moe": 1.24,
       "numerator": 2876,
       "denominator": 36011
      },
      "snap_households_pct": {
       "estimate": 10.75,
       "moe": 1.78,
       "numerator": 3870,
       "denominator": 36011
      },
      "median_household_income": {
       "estimate": 107616,
       "moe": 6938.0
      },
      "own_children_under_18": {
       "estimate": 16379,
       "moe": 880.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 17021,
       "moe": 1256.7748406138628
      }
     },
     "lines": {
      "b23008_E001": 16379,
      "b23008_M001": 880,
      "b23008_E003": 3567,
      "b23008_M003": 629,
      "b23008_E008": 1602,
      "b23008_M008": 524,
      "b23008_E016": 7277,
      "b23008_M016": 718,
      "b23008_E021": 3933,
      "b23008_M021": 777,
      "b11003_E001": 23164,
      "b11003_M001": 763,
      "b11003_E003": 6299,
      "b11003_M003": 515,
      "b11003_E010": 526,
      "b11003_M010": 234,
      "b11003_E016": 2015,
      "b11003_M016": 471,
      "b17020_E001": 91571,
      "b17020_M001": 320,
      "b17020_E003": 506,
      "b17020_M003": 287,
      "b17020_E004": 852,
      "b17020_M004": 248,
      "b17020_E005": 803,
      "b17020_M005": 265,
      "b17020_E011": 4694,
      "b17020_M011": 666,
      "b17020_E012": 4493,
      "b17020_M012": 655,
      "b17020_E013": 5673,
      "b17020_M013": 702,
      "b15003_E001": 67618,
      "b15003_M001": 1133,
      "b15003_E022": 17413,
      "b15003_M022": 843,
      "b15003_E023": 9355,
      "b15003_M023": 938,
      "b15003_E024": 2213,
      "b15003_M024": 521,
      "b15003_E025": 1287,
      "b15003_M025": 325,
      "c16002_E001": 36011,
      "c16002_M001": 779,
      "c16002_E004": 2259,
      "c16002_M004": 421,
      "c16002_E007": 553,
      "c16002_M007": 150,
      "c16002_E010": 33,
      "c16002_M010": 27,
      "c16002_E013": 31,
      "c16002_M013": 35,
      "b22010_E001": 36011,
      "b22010_M001": 779,
      "b22010_E002": 3870,
      "b22010_M002": 647,
      "b19013_E001": 107616,
      "b19013_M001": 6938
     }
    }
   }
  },
  "0903120": {
   "name": "Norwich School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903120",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 52.14,
       "moe": 8.07,
       "numerator": 3859,
       "denominator": 7401
      },
      "children_with_two_parents_pct": {
       "estimate": 47.86,
       "moe": 6.24,
       "numerator": 3542,
       "denominator": 7401
      },
      "one_parent_families_with_children_pct": {
       "estimate": 55.0,
       "moe": 7.23,
       "numerator": 2360,
       "denominator": 4291
      },
      "children_below_poverty_pct": {
       "estimate": 13.07,
       "moe": 4.05,
       "numerator": 1008,
       "denominator": 7710
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.53,
       "moe": 1.95,
       "numerator": 5586,
       "denominator": 28607
      },
      "limited_english_households_pct": {
       "estimate": 4.75,
       "moe": 1.34,
       "numerator": 804,
       "denominator": 16923
      },
      "snap_households_pct": {
       "estimate": 17.66,
       "moe": 2.27,
       "numerator": 2988,
       "denominator": 16923
      },
      "median_household_income": {
       "estimate": 59791,
       "moe": 2732.0
      },
      "own_children_under_18": {
       "estimate": 7401,
       "moe": 780.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7710,
       "moe": 800.9862670483184
      }
     },
     "lines": {
      "b23008_E001": 7401,
      "b23008_M001": 780,
      "b23008_E003": 1048,
      "b23008_M003": 279,
      "b23008_E008": 768,
      "b23008_M008": 236,
      "b23008_E016": 2494,
      "b23008_M016": 524,
      "b23008_E021": 3091,
      "b23008_M021": 683,
      "b11003_E001": 10257,
      "b11003_M001": 479,
      "b11003_E003": 1931,
      "b11003_M003": 335,
      "b11003_E010": 538,
      "b11003_M010": 245,
      "b11003_E016": 1822,
      "b11003_M016": 356,
      "b17020_E001": 39670,
      "b17020_M001": 184,
      "b17020_E003": 166,
      "b17020_M003": 118,
      "b17020_E004": 186,
      "b17020_M004": 145,
      "b17020_E005": 656,
      "b17020_M005": 271,
      "b17020_E011": 1744,
      "b17020_M011": 328,
      "b17020_E012": 2314,
      "b17020_M012": 369,
      "b17020_E013": 2644,
      "b17020_M013": 538,
      "b15003_E001": 28607,
      "b15003_M001": 726,
      "b15003_E022": 3486,
      "b15003_M022": 436,
      "b15003_E023": 1582,
      "b15003_M023": 336,
      "b15003_E024": 403,
      "b15003_M024": 150,
      "b15003_E025": 115,
      "b15003_M025": 72,
      "c16002_E001": 16923,
      "c16002_M001": 617,
      "c16002_E004": 291,
      "c16002_M004": 142,
      "c16002_E007": 195,
      "c16002_M007": 114,
      "c16002_E010": 318,
      "c16002_M010": 136,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 16923,
      "b22010_M001": 617,
      "b22010_E002": 2988,
      "b22010_M002": 399,
      "b19013_E001": 59791,
      "b19013_M001": 2732
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 54.43,
       "moe": 5.82,
       "numerator": 4036,
       "denominator": 7415
      },
      "children_with_two_parents_pct": {
       "estimate": 45.57,
       "moe": 6.76,
       "numerator": 3379,
       "denominator": 7415
      },
      "one_parent_families_with_children_pct": {
       "estimate": 58.32,
       "moe": 6.75,
       "numerator": 2470,
       "denominator": 4235
      },
      "children_below_poverty_pct": {
       "estimate": 16.21,
       "moe": 4.39,
       "numerator": 1262,
       "denominator": 7786
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.48,
       "moe": 2.06,
       "numerator": 6487,
       "denominator": 28863
      },
      "limited_english_households_pct": {
       "estimate": 6.14,
       "moe": 1.48,
       "numerator": 1054,
       "denominator": 17165
      },
      "snap_households_pct": {
       "estimate": 17.36,
       "moe": 2.45,
       "numerator": 2980,
       "denominator": 17165
      },
      "median_household_income": {
       "estimate": 62713,
       "moe": 4629.0
      },
      "own_children_under_18": {
       "estimate": 7415,
       "moe": 725.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7786,
       "moe": 849.6240344999663
      }
     },
     "lines": {
      "b23008_E001": 7415,
      "b23008_M001": 725,
      "b23008_E003": 1268,
      "b23008_M003": 284,
      "b23008_E008": 869,
      "b23008_M008": 293,
      "b23008_E016": 2111,
      "b23008_M016": 529,
      "b23008_E021": 3167,
      "b23008_M021": 506,
      "b11003_E001": 9950,
      "b11003_M001": 472,
      "b11003_E003": 1765,
      "b11003_M003": 328,
      "b11003_E010": 815,
      "b11003_M010": 254,
      "b11003_E016": 1655,
      "b11003_M016": 339,
      "b17020_E001": 39646,
      "b17020_M001": 179,
      "b17020_E003": 264,
      "b17020_M003": 165,
      "b17020_E004": 200,
      "b17020_M004": 159,
      "b17020_E005": 798,
      "b17020_M005": 289,
      "b17020_E011": 2021,
      "b17020_M011": 419,
      "b17020_E012": 2199,
      "b17020_M012": 433,
      "b17020_E013": 2304,
      "b17020_M013": 472,
      "b15003_E001": 28863,
      "b15003_M001": 747,
      "b15003_E022": 3934,
      "b15003_M022": 467,
      "b15003_E023": 1948,
      "b15003_M023": 375,
      "b15003_E024": 437,
      "b15003_M024": 135,
      "b15003_E025": 168,
      "b15003_M025": 74,
      "c16002_E001": 17165,
      "c16002_M001": 665,
      "c16002_E004": 422,
      "c16002_M004": 159,
      "c16002_E007": 197,
      "c16002_M007": 111,
      "c16002_E010": 435,
      "c16002_M010": 166,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 17165,
      "b22010_M001": 665,
      "b22010_E002": 2980,
      "b22010_M002": 436,
      "b19013_E001": 62713,
      "b19013_M001": 4629
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 56.51,
       "moe": 7.35,
       "numerator": 4558,
       "denominator": 8066
      },
      "children_with_two_parents_pct": {
       "estimate": 43.49,
       "moe": 6.9,
       "numerator": 3508,
       "denominator": 8066
      },
      "one_parent_families_with_children_pct": {
       "estimate": 60.39,
       "moe": 6.21,
       "numerator": 2577,
       "denominator": 4267
      },
      "children_below_poverty_pct": {
       "estimate": 22.21,
       "moe": 4.86,
       "numerator": 1844,
       "denominator": 8303
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.61,
       "moe": 2.04,
       "numerator": 6348,
       "denominator": 28082
      },
      "limited_english_households_pct": {
       "estimate": 6.48,
       "moe": 1.36,
       "numerator": 1092,
       "denominator": 16840
      },
      "snap_households_pct": {
       "estimate": 18.9,
       "moe": 2.53,
       "numerator": 3183,
       "denominator": 16840
      },
      "median_household_income": {
       "estimate": 64185,
       "moe": 4982.0
      },
      "own_children_under_18": {
       "estimate": 8066,
       "moe": 596.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8303,
       "moe": 916.3116282138953
      }
     },
     "lines": {
      "b23008_E001": 8066,
      "b23008_M001": 596,
      "b23008_E003": 1310,
      "b23008_M003": 307,
      "b23008_E008": 955,
      "b23008_M008": 348,
      "b23008_E016": 2198,
      "b23008_M016": 532,
      "b23008_E021": 3603,
      "b23008_M021": 586,
      "b11003_E001": 9712,
      "b11003_M001": 491,
      "b11003_E003": 1690,
      "b11003_M003": 325,
      "b11003_E010": 741,
      "b11003_M010": 260,
      "b11003_E016": 1836,
      "b11003_M016": 322,
      "b17020_E001": 39687,
      "b17020_M001": 116,
      "b17020_E003": 476,
      "b17020_M003": 218,
      "b17020_E004": 260,
      "b17020_M004": 128,
      "b17020_E005": 1108,
      "b17020_M005": 375,
      "b17020_E011": 1898,
      "b17020_M011": 343,
      "b17020_E012": 2080,
      "b17020_M012": 449,
      "b17020_E013": 2481,
      "b17020_M013": 562,
      "b15003_E001": 28082,
      "b15003_M001": 684,
      "b15003_E022": 3786,
      "b15003_M022": 448,
      "b15003_E023": 1983,
      "b15003_M023": 349,
      "b15003_E024": 402,
      "b15003_M024": 140,
      "b15003_E025": 177,
      "b15003_M025": 95,
      "c16002_E001": 16840,
      "c16002_M001": 612,
      "c16002_E004": 601,
      "c16002_M004": 184,
      "c16002_E007": 116,
      "c16002_M007": 89,
      "c16002_E010": 375,
      "c16002_M010": 107,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 16840,
      "b22010_M001": 612,
      "b22010_E002": 3183,
      "b22010_M002": 442,
      "b19013_E001": 64185,
      "b19013_M001": 4982
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.37,
       "moe": 7.11,
       "numerator": 4693,
       "denominator": 8040
      },
      "children_with_two_parents_pct": {
       "estimate": 41.63,
       "moe": 7.25,
       "numerator": 3347,
       "denominator": 8040
      },
      "one_parent_families_with_children_pct": {
       "estimate": 61.4,
       "moe": 5.71,
       "numerator": 2733,
       "denominator": 4451
      },
      "children_below_poverty_pct": {
       "estimate": 26.14,
       "moe": 6.09,
       "numerator": 2172,
       "denominator": 8309
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.14,
       "moe": 2.46,
       "numerator": 6405,
       "denominator": 27674
      },
      "limited_english_households_pct": {
       "estimate": 5.66,
       "moe": 1.6,
       "numerator": 968,
       "denominator": 17092
      },
      "snap_households_pct": {
       "estimate": 19.11,
       "moe": 2.44,
       "numerator": 3267,
       "denominator": 17092
      },
      "median_household_income": {
       "estimate": 65024,
       "moe": 5019.0
      },
      "own_children_under_18": {
       "estimate": 8040,
       "moe": 581.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8309,
       "moe": 935.5239173853333
      }
     },
     "lines": {
      "b23008_E001": 8040,
      "b23008_M001": 581,
      "b23008_E003": 1229,
      "b23008_M003": 320,
      "b23008_E008": 1099,
      "b23008_M008": 381,
      "b23008_E016": 2118,
      "b23008_M016": 544,
      "b23008_E021": 3594,
      "b23008_M021": 545,
      "b11003_E001": 9443,
      "b11003_M001": 520,
      "b11003_E003": 1718,
      "b11003_M003": 330,
      "b11003_E010": 778,
      "b11003_M010": 234,
      "b11003_E016": 1955,
      "b11003_M016": 339,
      "b17020_E001": 39774,
      "b17020_M001": 80,
      "b17020_E003": 677,
      "b17020_M003": 336,
      "b17020_E004": 356,
      "b17020_M004": 191,
      "b17020_E005": 1139,
      "b17020_M005": 408,
      "b17020_E011": 1715,
      "b17020_M011": 348,
      "b17020_E012": 1931,
      "b17020_M012": 394,
      "b17020_E013": 2491,
      "b17020_M013": 532,
      "b15003_E001": 27674,
      "b15003_M001": 618,
      "b15003_E022": 3634,
      "b15003_M022": 512,
      "b15003_E023": 2304,
      "b15003_M023": 450,
      "b15003_E024": 349,
      "b15003_M024": 120,
      "b15003_E025": 118,
      "b15003_M025": 74,
      "c16002_E001": 17092,
      "c16002_M001": 554,
      "c16002_E004": 512,
      "c16002_M004": 220,
      "c16002_E007": 128,
      "c16002_M007": 76,
      "c16002_E010": 318,
      "c16002_M010": 145,
      "c16002_E013": 10,
      "c16002_M013": 16,
      "b22010_E001": 17092,
      "b22010_M001": 554,
      "b22010_E002": 3267,
      "b22010_M002": 431,
      "b19013_E001": 65024,
      "b19013_M001": 5019
     }
    }
   }
  },
  "0903180": {
   "name": "Old Saybrook School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903180",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.86,
       "moe": 11.49,
       "numerator": 434,
       "denominator": 1616
      },
      "children_with_two_parents_pct": {
       "estimate": 73.14,
       "moe": 11.09,
       "numerator": 1182,
       "denominator": 1616
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.12,
       "moe": 10.45,
       "numerator": 253,
       "denominator": 813
      },
      "children_below_poverty_pct": {
       "estimate": 2.77,
       "moe": 3.63,
       "numerator": 45,
       "denominator": 1625
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.38,
       "moe": 5.66,
       "numerator": 4274,
       "denominator": 8318
      },
      "limited_english_households_pct": {
       "estimate": 2.53,
       "moe": 1.93,
       "numerator": 116,
       "denominator": 4584
      },
      "snap_households_pct": {
       "estimate": 6.78,
       "moe": 3.08,
       "numerator": 311,
       "denominator": 4584
      },
      "median_household_income": {
       "estimate": 95795,
       "moe": 11847.0
      },
      "own_children_under_18": {
       "estimate": 1616,
       "moe": 295.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1625,
       "moe": 358.4340943604556
      }
     },
     "lines": {
      "b23008_E001": 1616,
      "b23008_M001": 295,
      "b23008_E003": 271,
      "b23008_M003": 110,
      "b23008_E008": 74,
      "b23008_M008": 59,
      "b23008_E016": 911,
      "b23008_M016": 258,
      "b23008_E021": 360,
      "b23008_M021": 193,
      "b11003_E001": 2677,
      "b11003_M001": 225,
      "b11003_E003": 560,
      "b11003_M003": 129,
      "b11003_E010": 12,
      "b11003_M010": 19,
      "b11003_E016": 241,
      "b11003_M016": 97,
      "b17020_E001": 10409,
      "b17020_M001": 104,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 45,
      "b17020_M004": 52,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 345,
      "b17020_M011": 112,
      "b17020_E012": 491,
      "b17020_M012": 221,
      "b17020_E013": 744,
      "b17020_M013": 252,
      "b15003_E001": 8318,
      "b15003_M001": 355,
      "b15003_E022": 2258,
      "b15003_M022": 392,
      "b15003_E023": 1527,
      "b15003_M023": 269,
      "b15003_E024": 336,
      "b15003_M024": 149,
      "b15003_E025": 153,
      "b15003_M025": 80,
      "c16002_E001": 4584,
      "c16002_M001": 327,
      "c16002_E004": 102,
      "c16002_M004": 81,
      "c16002_E007": 14,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4584,
      "b22010_M001": 327,
      "b22010_E002": 311,
      "b22010_M002": 143,
      "b19013_E001": 95795,
      "b19013_M001": 11847
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.99,
       "moe": 9.89,
       "numerator": 381,
       "denominator": 1466
      },
      "children_with_two_parents_pct": {
       "estimate": 74.01,
       "moe": 12.93,
       "numerator": 1085,
       "denominator": 1466
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.83,
       "moe": 12.29,
       "numerator": 202,
       "denominator": 753
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 3.3,
       "numerator": 25,
       "denominator": 1477
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.28,
       "moe": 5.9,
       "numerator": 4594,
       "denominator": 8311
      },
      "limited_english_households_pct": {
       "estimate": 4.21,
       "moe": 2.89,
       "numerator": 196,
       "denominator": 4660
      },
      "snap_households_pct": {
       "estimate": 5.6,
       "moe": 2.89,
       "numerator": 261,
       "denominator": 4660
      },
      "median_household_income": {
       "estimate": 99825,
       "moe": 11157.0
      },
      "own_children_under_18": {
       "estimate": 1466,
       "moe": 308.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1477,
       "moe": 322.2638670406597
      }
     },
     "lines": {
      "b23008_E001": 1466,
      "b23008_M001": 308,
      "b23008_E003": 303,
      "b23008_M003": 133,
      "b23008_E008": 77,
      "b23008_M008": 68,
      "b23008_E016": 782,
      "b23008_M016": 265,
      "b23008_E021": 304,
      "b23008_M021": 151,
      "b11003_E001": 2754,
      "b11003_M001": 232,
      "b11003_E003": 551,
      "b11003_M003": 114,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 202,
      "b11003_M016": 99,
      "b17020_E001": 10378,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 25,
      "b17020_M004": 39,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 380,
      "b17020_M011": 125,
      "b17020_E012": 486,
      "b17020_M012": 199,
      "b17020_E013": 586,
      "b17020_M013": 215,
      "b15003_E001": 8311,
      "b15003_M001": 403,
      "b15003_E022": 2428,
      "b15003_M022": 390,
      "b15003_E023": 1607,
      "b15003_M023": 303,
      "b15003_E024": 396,
      "b15003_M024": 198,
      "b15003_E025": 163,
      "b15003_M025": 85,
      "c16002_E001": 4660,
      "c16002_M001": 312,
      "c16002_E004": 181,
      "c16002_M004": 130,
      "c16002_E007": 15,
      "c16002_M007": 23,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4660,
      "b22010_M001": 312,
      "b22010_E002": 261,
      "b22010_M002": 136,
      "b19013_E001": 99825,
      "b19013_M001": 11157
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.97,
       "moe": 9.14,
       "numerator": 354,
       "denominator": 1477
      },
      "children_with_two_parents_pct": {
       "estimate": 76.03,
       "moe": 13.54,
       "numerator": 1123,
       "denominator": 1477
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.15,
       "moe": 10.73,
       "numerator": 175,
       "denominator": 790
      },
      "children_below_poverty_pct": {
       "estimate": 4.49,
       "moe": 4.94,
       "numerator": 67,
       "denominator": 1491
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.61,
       "moe": 5.98,
       "numerator": 4760,
       "denominator": 8409
      },
      "limited_english_households_pct": {
       "estimate": 3.14,
       "moe": 2.46,
       "numerator": 140,
       "denominator": 4460
      },
      "snap_households_pct": {
       "estimate": 7.78,
       "moe": 3.35,
       "numerator": 347,
       "denominator": 4460
      },
      "median_household_income": {
       "estimate": 119500,
       "moe": 17746.0
      },
      "own_children_under_18": {
       "estimate": 1477,
       "moe": 297.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1491,
       "moe": 337.16464820618427
      }
     },
     "lines": {
      "b23008_E001": 1477,
      "b23008_M001": 297,
      "b23008_E003": 300,
      "b23008_M003": 117,
      "b23008_E008": 35,
      "b23008_M008": 41,
      "b23008_E016": 823,
      "b23008_M016": 278,
      "b23008_E021": 319,
      "b23008_M021": 147,
      "b11003_E001": 2954,
      "b11003_M001": 216,
      "b11003_E003": 615,
      "b11003_M003": 140,
      "b11003_E010": 10,
      "b11003_M010": 17,
      "b11003_E016": 165,
      "b11003_M016": 91,
      "b17020_E001": 10399,
      "b17020_M001": 24,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 24,
      "b17020_M004": 37,
      "b17020_E005": 43,
      "b17020_M005": 62,
      "b17020_E011": 335,
      "b17020_M011": 116,
      "b17020_E012": 446,
      "b17020_M012": 203,
      "b17020_E013": 643,
      "b17020_M013": 231,
      "b15003_E001": 8409,
      "b15003_M001": 321,
      "b15003_E022": 2629,
      "b15003_M022": 383,
      "b15003_E023": 1532,
      "b15003_M023": 295,
      "b15003_E024": 492,
      "b15003_M024": 218,
      "b15003_E025": 107,
      "b15003_M025": 66,
      "c16002_E001": 4460,
      "c16002_M001": 272,
      "c16002_E004": 127,
      "c16002_M004": 104,
      "c16002_E007": 13,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4460,
      "b22010_M001": 272,
      "b22010_E002": 347,
      "b22010_M002": 151,
      "b19013_E001": 119500,
      "b19013_M001": 17746
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.37,
       "moe": 10.09,
       "numerator": 333,
       "denominator": 1425
      },
      "children_with_two_parents_pct": {
       "estimate": 76.63,
       "moe": 15.09,
       "numerator": 1092,
       "denominator": 1425
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.94,
       "moe": 10.9,
       "numerator": 141,
       "denominator": 707
      },
      "children_below_poverty_pct": {
       "estimate": 3.89,
       "moe": 4.3,
       "numerator": 56,
       "denominator": 1441
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.76,
       "moe": 5.2,
       "numerator": 5014,
       "denominator": 8681
      },
      "limited_english_households_pct": {
       "estimate": 2.05,
       "moe": 2.03,
       "numerator": 96,
       "denominator": 4672
      },
      "snap_households_pct": {
       "estimate": 5.59,
       "moe": 3.25,
       "numerator": 261,
       "denominator": 4672
      },
      "median_household_income": {
       "estimate": 114333,
       "moe": 16577.0
      },
      "own_children_under_18": {
       "estimate": 1425,
       "moe": 294.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1441,
       "moe": 353.15860459572554
      }
     },
     "lines": {
      "b23008_E001": 1425,
      "b23008_M001": 294,
      "b23008_E003": 314,
      "b23008_M003": 116,
      "b23008_E008": 53,
      "b23008_M008": 48,
      "b23008_E016": 778,
      "b23008_M016": 289,
      "b23008_E021": 280,
      "b23008_M021": 152,
      "b11003_E001": 2879,
      "b11003_M001": 203,
      "b11003_E003": 566,
      "b11003_M003": 131,
      "b11003_E010": 8,
      "b11003_M010": 13,
      "b11003_E016": 133,
      "b11003_M016": 82,
      "b17020_E001": 10443,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 24,
      "b17020_M004": 37,
      "b17020_E005": 32,
      "b17020_M005": 47,
      "b17020_E011": 367,
      "b17020_M011": 119,
      "b17020_E012": 471,
      "b17020_M012": 254,
      "b17020_E013": 547,
      "b17020_M013": 205,
      "b15003_E001": 8681,
      "b15003_M001": 304,
      "b15003_E022": 2970,
      "b15003_M022": 352,
      "b15003_E023": 1442,
      "b15003_M023": 273,
      "b15003_E024": 353,
      "b15003_M024": 124,
      "b15003_E025": 249,
      "b15003_M025": 144,
      "c16002_E001": 4672,
      "c16002_M001": 327,
      "c16002_E004": 80,
      "c16002_M004": 87,
      "c16002_E007": 16,
      "c16002_M007": 25,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4672,
      "b22010_M001": 327,
      "b22010_E002": 261,
      "b22010_M002": 153,
      "b19013_E001": 114333,
      "b19013_M001": 16577
     }
    }
   }
  },
  "0903210": {
   "name": "Orange School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0903210",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.81,
       "moe": 8.29,
       "numerator": 654,
       "denominator": 3142
      },
      "children_with_two_parents_pct": {
       "estimate": 79.19,
       "moe": 6.03,
       "numerator": 2488,
       "denominator": 3142
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.74,
       "moe": 9.74,
       "numerator": 387,
       "denominator": 1702
      },
      "children_below_poverty_pct": {
       "estimate": 1.31,
       "moe": 1.26,
       "numerator": 42,
       "denominator": 3204
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.75,
       "moe": 4.52,
       "numerator": 5986,
       "denominator": 9854
      },
      "limited_english_households_pct": {
       "estimate": 2.13,
       "moe": 1.15,
       "numerator": 110,
       "denominator": 5169
      },
      "snap_households_pct": {
       "estimate": 1.28,
       "moe": 1.02,
       "numerator": 66,
       "denominator": 5169
      },
      "median_household_income": {
       "estimate": 128171,
       "moe": 17124.0
      },
      "own_children_under_18": {
       "estimate": 3142,
       "moe": 289.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3204,
       "moe": 371.34889255254285
      }
     },
     "lines": {
      "b23008_E001": 3142,
      "b23008_M001": 289,
      "b23008_E003": 697,
      "b23008_M003": 168,
      "b23008_E008": 123,
      "b23008_M008": 124,
      "b23008_E016": 1791,
      "b23008_M016": 245,
      "b23008_E021": 531,
      "b23008_M021": 237,
      "b11003_E001": 4182,
      "b11003_M001": 187,
      "b11003_E003": 1315,
      "b11003_M003": 153,
      "b11003_E010": 42,
      "b11003_M010": 45,
      "b11003_E016": 345,
      "b11003_M016": 168,
      "b17020_E001": 14169,
      "b17020_M001": 91,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 15,
      "b17020_M004": 25,
      "b17020_E005": 27,
      "b17020_M005": 24,
      "b17020_E011": 855,
      "b17020_M011": 201,
      "b17020_E012": 1192,
      "b17020_M012": 249,
      "b17020_E013": 1115,
      "b17020_M013": 184,
      "b15003_E001": 9854,
      "b15003_M001": 326,
      "b15003_E022": 2892,
      "b15003_M022": 336,
      "b15003_E023": 2105,
      "b15003_M023": 282,
      "b15003_E024": 639,
      "b15003_M024": 186,
      "b15003_E025": 350,
      "b15003_M025": 101,
      "c16002_E001": 5169,
      "c16002_M001": 214,
      "c16002_E004": 19,
      "c16002_M004": 33,
      "c16002_E007": 32,
      "c16002_M007": 35,
      "c16002_E010": 46,
      "c16002_M010": 27,
      "c16002_E013": 13,
      "c16002_M013": 22,
      "b22010_E001": 5169,
      "b22010_M001": 214,
      "b22010_E002": 66,
      "b22010_M002": 53,
      "b19013_E001": 128171,
      "b19013_M001": 17124
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.89,
       "moe": 6.67,
       "numerator": 513,
       "denominator": 3229
      },
      "children_with_two_parents_pct": {
       "estimate": 84.11,
       "moe": 5.14,
       "numerator": 2716,
       "denominator": 3229
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.87,
       "moe": 7.47,
       "numerator": 282,
       "denominator": 1672
      },
      "children_below_poverty_pct": {
       "estimate": 0.88,
       "moe": 1.01,
       "numerator": 29,
       "denominator": 3310
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.11,
       "moe": 4.3,
       "numerator": 5834,
       "denominator": 9869
      },
      "limited_english_households_pct": {
       "estimate": 2.27,
       "moe": 1.15,
       "numerator": 118,
       "denominator": 5192
      },
      "snap_households_pct": {
       "estimate": 1.43,
       "moe": 1.06,
       "numerator": 74,
       "denominator": 5192
      },
      "median_household_income": {
       "estimate": 138514,
       "moe": 23891.0
      },
      "own_children_under_18": {
       "estimate": 3229,
       "moe": 319.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3310,
       "moe": 365.67471884175967
      }
     },
     "lines": {
      "b23008_E001": 3229,
      "b23008_M001": 319,
      "b23008_E003": 720,
      "b23008_M003": 158,
      "b23008_E008": 112,
      "b23008_M008": 126,
      "b23008_E016": 1996,
      "b23008_M016": 273,
      "b23008_E021": 401,
      "b23008_M021": 182,
      "b11003_E001": 4108,
      "b11003_M001": 157,
      "b11003_E003": 1390,
      "b11003_M003": 145,
      "b11003_E010": 43,
      "b11003_M010": 50,
      "b11003_E016": 239,
      "b11003_M016": 119,
      "b17020_E001": 14175,
      "b17020_M001": 26,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 8,
      "b17020_M004": 14,
      "b17020_E005": 21,
      "b17020_M005": 22,
      "b17020_E011": 872,
      "b17020_M011": 206,
      "b17020_E012": 1218,
      "b17020_M012": 244,
      "b17020_E013": 1191,
      "b17020_M013": 175,
      "b15003_E001": 9869,
      "b15003_M001": 360,
      "b15003_E022": 2817,
      "b15003_M022": 324,
      "b15003_E023": 2141,
      "b15003_M023": 303,
      "b15003_E024": 558,
      "b15003_M024": 142,
      "b15003_E025": 318,
      "b15003_M025": 93,
      "c16002_E001": 5192,
      "c16002_M001": 194,
      "c16002_E004": 21,
      "c16002_M004": 38,
      "c16002_E007": 35,
      "c16002_M007": 30,
      "c16002_E010": 51,
      "c16002_M010": 29,
      "c16002_E013": 11,
      "c16002_M013": 20,
      "b22010_E001": 5192,
      "b22010_M001": 194,
      "b22010_E002": 74,
      "b22010_M002": 55,
      "b19013_E001": 138514,
      "b19013_M001": 23891
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.4,
       "moe": 7.79,
       "numerator": 610,
       "denominator": 3316
      },
      "children_with_two_parents_pct": {
       "estimate": 81.6,
       "moe": 5.89,
       "numerator": 2706,
       "denominator": 3316
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.21,
       "moe": 8.66,
       "numerator": 312,
       "denominator": 1713
      },
      "children_below_poverty_pct": {
       "estimate": 2.17,
       "moe": 1.84,
       "numerator": 73,
       "denominator": 3359
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.09,
       "moe": 4.37,
       "numerator": 5810,
       "denominator": 9833
      },
      "limited_english_households_pct": {
       "estimate": 2.38,
       "moe": 1.19,
       "numerator": 125,
       "denominator": 5252
      },
      "snap_households_pct": {
       "estimate": 1.9,
       "moe": 1.29,
       "numerator": 100,
       "denominator": 5252
      },
      "median_household_income": {
       "estimate": 145625,
       "moe": 23852.0
      },
      "own_children_under_18": {
       "estimate": 3316,
       "moe": 343.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3359,
       "moe": 414.61066074089314
      }
     },
     "lines": {
      "b23008_E001": 3316,
      "b23008_M001": 343,
      "b23008_E003": 670,
      "b23008_M003": 149,
      "b23008_E008": 225,
      "b23008_M008": 155,
      "b23008_E016": 2036,
      "b23008_M016": 307,
      "b23008_E021": 385,
      "b23008_M021": 216,
      "b11003_E001": 4013,
      "b11003_M001": 195,
      "b11003_E003": 1401,
      "b11003_M003": 151,
      "b11003_E010": 70,
      "b11003_M010": 63,
      "b11003_E016": 242,
      "b11003_M016": 140,
      "b17020_E001": 14201,
      "b17020_M001": 26,
      "b17020_E003": 31,
      "b17020_M003": 52,
      "b17020_E004": 18,
      "b17020_M004": 22,
      "b17020_E005": 24,
      "b17020_M005": 27,
      "b17020_E011": 864,
      "b17020_M011": 208,
      "b17020_E012": 1248,
      "b17020_M012": 260,
      "b17020_E013": 1174,
      "b17020_M013": 239,
      "b15003_E001": 9833,
      "b15003_M001": 325,
      "b15003_E022": 2679,
      "b15003_M022": 322,
      "b15003_E023": 2136,
      "b15003_M023": 277,
      "b15003_E024": 585,
      "b15003_M024": 148,
      "b15003_E025": 410,
      "b15003_M025": 138,
      "c16002_E001": 5252,
      "c16002_M001": 197,
      "c16002_E004": 22,
      "c16002_M004": 38,
      "c16002_E007": 38,
      "c16002_M007": 32,
      "c16002_E010": 56,
      "c16002_M010": 35,
      "c16002_E013": 9,
      "c16002_M013": 16,
      "b22010_E001": 5252,
      "b22010_M001": 197,
      "b22010_E002": 100,
      "b22010_M002": 68,
      "b19013_E001": 145625,
      "b19013_M001": 23852
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.69,
       "moe": 5.82,
       "numerator": 510,
       "denominator": 3250
      },
      "children_with_two_parents_pct": {
       "estimate": 84.31,
       "moe": 8.6,
       "numerator": 2740,
       "denominator": 3250
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.27,
       "moe": 7.42,
       "numerator": 291,
       "denominator": 1685
      },
      "children_below_poverty_pct": {
       "estimate": 2.7,
       "moe": 2.09,
       "numerator": 88,
       "denominator": 3265
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.38,
       "moe": 4.46,
       "numerator": 5947,
       "denominator": 10015
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 1.14,
       "numerator": 98,
       "denominator": 5386
      },
      "snap_households_pct": {
       "estimate": 1.62,
       "moe": 0.94,
       "numerator": 87,
       "denominator": 5386
      },
      "median_household_income": {
       "estimate": 142325,
       "moe": 10458.0
      },
      "own_children_under_18": {
       "estimate": 3250,
       "moe": 277.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3265,
       "moe": 389.2068858589221
      }
     },
     "lines": {
      "b23008_E001": 3250,
      "b23008_M001": 277,
      "b23008_E003": 678,
      "b23008_M003": 150,
      "b23008_E008": 151,
      "b23008_M008": 97,
      "b23008_E016": 2062,
      "b23008_M016": 332,
      "b23008_E021": 359,
      "b23008_M021": 168,
      "b11003_E001": 4134,
      "b11003_M001": 225,
      "b11003_E003": 1394,
      "b11003_M003": 158,
      "b11003_E010": 41,
      "b11003_M010": 42,
      "b11003_E016": 250,
      "b11003_M016": 123,
      "b17020_E001": 14258,
      "b17020_M001": 30,
      "b17020_E003": 36,
      "b17020_M003": 56,
      "b17020_E004": 12,
      "b17020_M004": 20,
      "b17020_E005": 40,
      "b17020_M005": 35,
      "b17020_E011": 793,
      "b17020_M011": 152,
      "b17020_E012": 1275,
      "b17020_M012": 256,
      "b17020_E013": 1109,
      "b17020_M013": 241,
      "b15003_E001": 10015,
      "b15003_M001": 342,
      "b15003_E022": 2769,
      "b15003_M022": 344,
      "b15003_E023": 2068,
      "b15003_M023": 281,
      "b15003_E024": 601,
      "b15003_M024": 143,
      "b15003_E025": 509,
      "b15003_M025": 152,
      "c16002_E001": 5386,
      "c16002_M001": 230,
      "c16002_E004": 22,
      "c16002_M004": 39,
      "c16002_E007": 9,
      "c16002_M007": 15,
      "c16002_E010": 67,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5386,
      "b22010_M001": 230,
      "b22010_E002": 87,
      "b22010_M002": 51,
      "b19013_E001": 142325,
      "b19013_M001": 10458
     }
    }
   }
  },
  "0903240": {
   "name": "Oxford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903240",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 6.67,
       "moe": 4.65,
       "numerator": 179,
       "denominator": 2682
      },
      "children_with_two_parents_pct": {
       "estimate": 93.33,
       "moe": 11.7,
       "numerator": 2503,
       "denominator": 2682
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.03,
       "moe": 4.44,
       "numerator": 83,
       "denominator": 1376
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.36,
       "numerator": 0,
       "denominator": 2682
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.3,
       "moe": 4.04,
       "numerator": 4054,
       "denominator": 9363
      },
      "limited_english_households_pct": {
       "estimate": 3.24,
       "moe": 2.57,
       "numerator": 155,
       "denominator": 4781
      },
      "snap_households_pct": {
       "estimate": 2.89,
       "moe": 2.04,
       "numerator": 138,
       "denominator": 4781
      },
      "median_household_income": {
       "estimate": 116431,
       "moe": 5482.0
      },
      "own_children_under_18": {
       "estimate": 2682,
       "moe": 477.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2682,
       "moe": 620.2862242545775
      }
     },
     "lines": {
      "b23008_E001": 2682,
      "b23008_M001": 477,
      "b23008_E003": 541,
      "b23008_M003": 152,
      "b23008_E008": 0,
      "b23008_M008": 21,
      "b23008_E016": 1962,
      "b23008_M016": 523,
      "b23008_E021": 179,
      "b23008_M021": 127,
      "b11003_E001": 3750,
      "b11003_M001": 213,
      "b11003_E003": 1293,
      "b11003_M003": 217,
      "b11003_E010": 25,
      "b11003_M010": 30,
      "b11003_E016": 58,
      "b11003_M016": 55,
      "b17020_E001": 12744,
      "b17020_M001": 39,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 541,
      "b17020_M011": 152,
      "b17020_E012": 1103,
      "b17020_M012": 542,
      "b17020_E013": 1038,
      "b17020_M013": 258,
      "b15003_E001": 9363,
      "b15003_M001": 470,
      "b15003_E022": 2226,
      "b15003_M022": 283,
      "b15003_E023": 1574,
      "b15003_M023": 293,
      "b15003_E024": 200,
      "b15003_M024": 116,
      "b15003_E025": 54,
      "b15003_M025": 69,
      "c16002_E001": 4781,
      "c16002_M001": 310,
      "c16002_E004": 101,
      "c16002_M004": 109,
      "c16002_E007": 48,
      "c16002_M007": 53,
      "c16002_E010": 6,
      "c16002_M010": 11,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4781,
      "b22010_M001": 310,
      "b22010_E002": 138,
      "b22010_M002": 98,
      "b19013_E001": 116431,
      "b19013_M001": 5482
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 5.28,
       "moe": 3.72,
       "numerator": 142,
       "denominator": 2689
      },
      "children_with_two_parents_pct": {
       "estimate": 94.72,
       "moe": 12.93,
       "numerator": 2547,
       "denominator": 2689
      },
      "one_parent_families_with_children_pct": {
       "estimate": 3.86,
       "moe": 4.36,
       "numerator": 55,
       "denominator": 1424
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.35,
       "numerator": 0,
       "denominator": 2689
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.12,
       "moe": 4.04,
       "numerator": 4313,
       "denominator": 9352
      },
      "limited_english_households_pct": {
       "estimate": 3.23,
       "moe": 2.77,
       "numerator": 157,
       "denominator": 4856
      },
      "snap_households_pct": {
       "estimate": 2.99,
       "moe": 2.44,
       "numerator": 145,
       "denominator": 4856
      },
      "median_household_income": {
       "estimate": 123000,
       "moe": 16066.0
      },
      "own_children_under_18": {
       "estimate": 2689,
       "moe": 461.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2689,
       "moe": 632.8775552980213
      }
     },
     "lines": {
      "b23008_E001": 2689,
      "b23008_M001": 461,
      "b23008_E003": 633,
      "b23008_M003": 152,
      "b23008_E008": 18,
      "b23008_M008": 28,
      "b23008_E016": 1914,
      "b23008_M016": 537,
      "b23008_E021": 124,
      "b23008_M021": 99,
      "b11003_E001": 3775,
      "b11003_M001": 231,
      "b11003_E003": 1369,
      "b11003_M003": 209,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 55,
      "b11003_M016": 59,
      "b17020_E001": 12801,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 651,
      "b17020_M011": 159,
      "b17020_E012": 1102,
      "b17020_M012": 553,
      "b17020_E013": 936,
      "b17020_M013": 261,
      "b15003_E001": 9352,
      "b15003_M001": 425,
      "b15003_E022": 2442,
      "b15003_M022": 298,
      "b15003_E023": 1630,
      "b15003_M023": 283,
      "b15003_E024": 205,
      "b15003_M024": 94,
      "b15003_E025": 36,
      "b15003_M025": 61,
      "c16002_E001": 4856,
      "c16002_M001": 344,
      "c16002_E004": 108,
      "c16002_M004": 126,
      "c16002_E007": 36,
      "c16002_M007": 37,
      "c16002_E010": 13,
      "c16002_M010": 24,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4856,
      "b22010_M001": 344,
      "b22010_E002": 145,
      "b22010_M002": 119,
      "b19013_E001": 123000,
      "b19013_M001": 16066
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 1.47,
       "moe": 1.52,
       "numerator": 42,
       "denominator": 2860
      },
      "children_with_two_parents_pct": {
       "estimate": 98.53,
       "moe": 14.44,
       "numerator": 2818,
       "denominator": 2860
      },
      "one_parent_families_with_children_pct": {
       "estimate": 1.24,
       "moe": 2.28,
       "numerator": 19,
       "denominator": 1528
      },
      "children_below_poverty_pct": {
       "estimate": 1.43,
       "moe": 2.67,
       "numerator": 41,
       "denominator": 2860
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.78,
       "moe": 4.58,
       "numerator": 4306,
       "denominator": 9405
      },
      "limited_english_households_pct": {
       "estimate": 3.33,
       "moe": 2.82,
       "numerator": 164,
       "denominator": 4929
      },
      "snap_households_pct": {
       "estimate": 1.97,
       "moe": 1.74,
       "numerator": 97,
       "denominator": 4929
      },
      "median_household_income": {
       "estimate": 125563,
       "moe": 12765.0
      },
      "own_children_under_18": {
       "estimate": 2860,
       "moe": 448.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2860,
       "moe": 690.3665692948928
      }
     },
     "lines": {
      "b23008_E001": 2860,
      "b23008_M001": 448,
      "b23008_E003": 807,
      "b23008_M003": 251,
      "b23008_E008": 20,
      "b23008_M008": 30,
      "b23008_E016": 2011,
      "b23008_M016": 550,
      "b23008_E021": 22,
      "b23008_M021": 32,
      "b11003_E001": 3742,
      "b11003_M001": 187,
      "b11003_E003": 1509,
      "b11003_M003": 204,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 19,
      "b11003_M016": 28,
      "b17020_E001": 12870,
      "b17020_M001": 22,
      "b17020_E003": 41,
      "b17020_M003": 71,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 786,
      "b17020_M011": 237,
      "b17020_E012": 1081,
      "b17020_M012": 567,
      "b17020_E013": 952,
      "b17020_M013": 305,
      "b15003_E001": 9405,
      "b15003_M001": 424,
      "b15003_E022": 2523,
      "b15003_M022": 330,
      "b15003_E023": 1544,
      "b15003_M023": 318,
      "b15003_E024": 174,
      "b15003_M024": 89,
      "b15003_E025": 65,
      "b15003_M025": 74,
      "c16002_E001": 4929,
      "c16002_M001": 307,
      "c16002_E004": 120,
      "c16002_M004": 128,
      "c16002_E007": 16,
      "c16002_M007": 25,
      "c16002_E010": 28,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4929,
      "b22010_M001": 307,
      "b22010_E002": 97,
      "b22010_M002": 86,
      "b19013_E001": 125563,
      "b19013_M001": 12765
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 2.14,
       "moe": 2.14,
       "numerator": 59,
       "denominator": 2762
      },
      "children_with_two_parents_pct": {
       "estimate": 97.86,
       "moe": 15.51,
       "numerator": 2703,
       "denominator": 2762
      },
      "one_parent_families_with_children_pct": {
       "estimate": 1.85,
       "moe": 3.03,
       "numerator": 28,
       "denominator": 1513
      },
      "children_below_poverty_pct": {
       "estimate": 4.53,
       "moe": 3.95,
       "numerator": 125,
       "denominator": 2762
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.33,
       "moe": 5.36,
       "numerator": 4377,
       "denominator": 9447
      },
      "limited_english_households_pct": {
       "estimate": 2.2,
       "moe": 2.66,
       "numerator": 111,
       "denominator": 5046
      },
      "snap_households_pct": {
       "estimate": 1.8,
       "moe": 1.92,
       "numerator": 91,
       "denominator": 5046
      },
      "median_household_income": {
       "estimate": 128953,
       "moe": 22972.0
      },
      "own_children_under_18": {
       "estimate": 2762,
       "moe": 457.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2762,
       "moe": 658.2157700936677
      }
     },
     "lines": {
      "b23008_E001": 2762,
      "b23008_M001": 457,
      "b23008_E003": 743,
      "b23008_M003": 260,
      "b23008_E008": 25,
      "b23008_M008": 36,
      "b23008_E016": 1960,
      "b23008_M016": 562,
      "b23008_E021": 34,
      "b23008_M021": 48,
      "b11003_E001": 3781,
      "b11003_M001": 194,
      "b11003_E003": 1485,
      "b11003_M003": 230,
      "b11003_E010": 0,
      "b11003_M010": 21,
      "b11003_E016": 28,
      "b11003_M016": 41,
      "b17020_E001": 12991,
      "b17020_M001": 21,
      "b17020_E003": 74,
      "b17020_M003": 95,
      "b17020_E004": 24,
      "b17020_M004": 42,
      "b17020_E005": 27,
      "b17020_M005": 45,
      "b17020_E011": 694,
      "b17020_M011": 227,
      "b17020_E012": 1116,
      "b17020_M012": 547,
      "b17020_E013": 827,
      "b17020_M013": 264,
      "b15003_E001": 9447,
      "b15003_M001": 436,
      "b15003_E022": 2621,
      "b15003_M022": 445,
      "b15003_E023": 1526,
      "b15003_M023": 296,
      "b15003_E024": 201,
      "b15003_M024": 99,
      "b15003_E025": 29,
      "b15003_M025": 46,
      "c16002_E001": 5046,
      "c16002_M001": 337,
      "c16002_E004": 74,
      "c16002_M004": 112,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 37,
      "c16002_M010": 68,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5046,
      "b22010_M001": 337,
      "b22010_E002": 91,
      "b22010_M002": 97,
      "b19013_E001": 128953,
      "b19013_M001": 22972
     }
    }
   }
  },
  "0903270": {
   "name": "Plainfield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903270",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 41.9,
       "moe": 10.51,
       "numerator": 1149,
       "denominator": 2742
      },
      "children_with_two_parents_pct": {
       "estimate": 58.1,
       "moe": 9.7,
       "numerator": 1593,
       "denominator": 2742
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.12,
       "moe": 9.02,
       "numerator": 592,
       "denominator": 1553
      },
      "children_below_poverty_pct": {
       "estimate": 8.01,
       "moe": 5.24,
       "numerator": 225,
       "denominator": 2808
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 14.52,
       "moe": 3.2,
       "numerator": 1650,
       "denominator": 11363
      },
      "limited_english_households_pct": {
       "estimate": 1.36,
       "moe": 1.27,
       "numerator": 82,
       "denominator": 6045
      },
      "snap_households_pct": {
       "estimate": 11.03,
       "moe": 2.92,
       "numerator": 667,
       "denominator": 6045
      },
      "median_household_income": {
       "estimate": 68915,
       "moe": 4163.0
      },
      "own_children_under_18": {
       "estimate": 2742,
       "moe": 283.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2808,
       "moe": 409.10389878367084
      }
     },
     "lines": {
      "b23008_E001": 2742,
      "b23008_M001": 283,
      "b23008_E003": 723,
      "b23008_M003": 217,
      "b23008_E008": 505,
      "b23008_M008": 231,
      "b23008_E016": 870,
      "b23008_M016": 225,
      "b23008_E021": 644,
      "b23008_M021": 209,
      "b11003_E001": 4016,
      "b11003_M001": 233,
      "b11003_E003": 961,
      "b11003_M003": 211,
      "b11003_E010": 225,
      "b11003_M010": 125,
      "b11003_E016": 367,
      "b11003_M016": 122,
      "b17020_E001": 14824,
      "b17020_M001": 142,
      "b17020_E003": 35,
      "b17020_M003": 56,
      "b17020_E004": 180,
      "b17020_M004": 139,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 1193,
      "b17020_M011": 260,
      "b17020_E012": 621,
      "b17020_M012": 178,
      "b17020_E013": 769,
      "b17020_M013": 213,
      "b15003_E001": 11363,
      "b15003_M001": 300,
      "b15003_E022": 1212,
      "b15003_M022": 331,
      "b15003_E023": 417,
      "b15003_M023": 152,
      "b15003_E024": 0,
      "b15003_M024": 21,
      "b15003_E025": 21,
      "b15003_M025": 34,
      "c16002_E001": 6045,
      "c16002_M001": 306,
      "c16002_E004": 29,
      "c16002_M004": 43,
      "c16002_E007": 53,
      "c16002_M007": 56,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6045,
      "b22010_M001": 306,
      "b22010_E002": 667,
      "b22010_M002": 180,
      "b19013_E001": 68915,
      "b19013_M001": 4163
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 49.19,
       "moe": 12.27,
       "numerator": 1462,
       "denominator": 2972
      },
      "children_with_two_parents_pct": {
       "estimate": 50.81,
       "moe": 9.57,
       "numerator": 1510,
       "denominator": 2972
      },
      "one_parent_families_with_children_pct": {
       "estimate": 45.0,
       "moe": 10.72,
       "numerator": 774,
       "denominator": 1720
      },
      "children_below_poverty_pct": {
       "estimate": 18.03,
       "moe": 10.11,
       "numerator": 555,
       "denominator": 3078
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 15.96,
       "moe": 3.0,
       "numerator": 1678,
       "denominator": 10512
      },
      "limited_english_households_pct": {
       "estimate": 2.61,
       "moe": 2.41,
       "numerator": 157,
       "denominator": 6009
      },
      "snap_households_pct": {
       "estimate": 12.4,
       "moe": 3.29,
       "numerator": 745,
       "denominator": 6009
      },
      "median_household_income": {
       "estimate": 68651,
       "moe": 9681.0
      },
      "own_children_under_18": {
       "estimate": 2972,
       "moe": 424.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3078,
       "moe": 544.6549366341959
      }
     },
     "lines": {
      "b23008_E001": 2972,
      "b23008_M001": 424,
      "b23008_E003": 654,
      "b23008_M003": 226,
      "b23008_E008": 585,
      "b23008_M008": 291,
      "b23008_E016": 856,
      "b23008_M016": 276,
      "b23008_E021": 877,
      "b23008_M021": 303,
      "b11003_E001": 4036,
      "b11003_M001": 289,
      "b11003_E003": 946,
      "b11003_M003": 268,
      "b11003_E010": 225,
      "b11003_M010": 143,
      "b11003_E016": 549,
      "b11003_M016": 201,
      "b17020_E001": 14902,
      "b17020_M001": 46,
      "b17020_E003": 160,
      "b17020_M003": 168,
      "b17020_E004": 257,
      "b17020_M004": 234,
      "b17020_E005": 138,
      "b17020_M005": 153,
      "b17020_E011": 1079,
      "b17020_M011": 312,
      "b17020_E012": 580,
      "b17020_M012": 180,
      "b17020_E013": 864,
      "b17020_M013": 246,
      "b15003_E001": 10512,
      "b15003_M001": 530,
      "b15003_E022": 1151,
      "b15003_M022": 277,
      "b15003_E023": 454,
      "b15003_M023": 155,
      "b15003_E024": 11,
      "b15003_M024": 19,
      "b15003_E025": 62,
      "b15003_M025": 76,
      "c16002_E001": 6009,
      "c16002_M001": 339,
      "c16002_E004": 62,
      "c16002_M004": 102,
      "c16002_E007": 95,
      "c16002_M007": 99,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6009,
      "b22010_M001": 339,
      "b22010_E002": 745,
      "b22010_M002": 202,
      "b19013_E001": 68651,
      "b19013_M001": 9681
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 45.5,
       "moe": 11.75,
       "numerator": 1288,
       "denominator": 2831
      },
      "children_with_two_parents_pct": {
       "estimate": 54.5,
       "moe": 9.8,
       "numerator": 1543,
       "denominator": 2831
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.16,
       "moe": 10.37,
       "numerator": 786,
       "denominator": 1821
      },
      "children_below_poverty_pct": {
       "estimate": 11.8,
       "moe": 7.01,
       "numerator": 346,
       "denominator": 2931
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 14.39,
       "moe": 2.44,
       "numerator": 1563,
       "denominator": 10863
      },
      "limited_english_households_pct": {
       "estimate": 1.81,
       "moe": 1.96,
       "numerator": 111,
       "denominator": 6132
      },
      "snap_households_pct": {
       "estimate": 11.79,
       "moe": 3.87,
       "numerator": 723,
       "denominator": 6132
      },
      "median_household_income": {
       "estimate": 75631,
       "moe": 7622.0
      },
      "own_children_under_18": {
       "estimate": 2831,
       "moe": 299.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2931,
       "moe": 444.95730132227294
      }
     },
     "lines": {
      "b23008_E001": 2831,
      "b23008_M001": 299,
      "b23008_E003": 653,
      "b23008_M003": 221,
      "b23008_E008": 517,
      "b23008_M008": 201,
      "b23008_E016": 890,
      "b23008_M016": 234,
      "b23008_E021": 771,
      "b23008_M021": 298,
      "b11003_E001": 4219,
      "b11003_M001": 279,
      "b11003_E003": 1035,
      "b11003_M003": 232,
      "b11003_E010": 163,
      "b11003_M010": 124,
      "b11003_E016": 623,
      "b11003_M016": 202,
      "b17020_E001": 14940,
      "b17020_M001": 34,
      "b17020_E003": 114,
      "b17020_M003": 149,
      "b17020_E004": 112,
      "b17020_M004": 89,
      "b17020_E005": 120,
      "b17020_M005": 122,
      "b17020_E011": 1056,
      "b17020_M011": 262,
      "b17020_E012": 628,
      "b17020_M012": 176,
      "b17020_E013": 901,
      "b17020_M013": 231,
      "b15003_E001": 10863,
      "b15003_M001": 401,
      "b15003_E022": 1042,
      "b15003_M022": 220,
      "b15003_E023": 470,
      "b15003_M023": 152,
      "b15003_E024": 15,
      "b15003_M024": 23,
      "b15003_E025": 36,
      "b15003_M025": 41,
      "c16002_E001": 6132,
      "c16002_M001": 317,
      "c16002_E004": 23,
      "c16002_M004": 36,
      "c16002_E007": 88,
      "c16002_M007": 111,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6132,
      "b22010_M001": 317,
      "b22010_E002": 723,
      "b22010_M002": 240,
      "b19013_E001": 75631,
      "b19013_M001": 7622
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 41.21,
       "moe": 11.18,
       "numerator": 1165,
       "denominator": 2827
      },
      "children_with_two_parents_pct": {
       "estimate": 58.79,
       "moe": 10.17,
       "numerator": 1662,
       "denominator": 2827
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.62,
       "moe": 7.47,
       "numerator": 684,
       "denominator": 1771
      },
      "children_below_poverty_pct": {
       "estimate": 11.07,
       "moe": 6.19,
       "numerator": 325,
       "denominator": 2935
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 14.99,
       "moe": 2.83,
       "numerator": 1598,
       "denominator": 10662
      },
      "limited_english_households_pct": {
       "estimate": 0.87,
       "moe": 1.3,
       "numerator": 53,
       "denominator": 6060
      },
      "snap_households_pct": {
       "estimate": 11.34,
       "moe": 3.12,
       "numerator": 687,
       "denominator": 6060
      },
      "median_household_income": {
       "estimate": 76993,
       "moe": 7931.0
      },
      "own_children_under_18": {
       "estimate": 2827,
       "moe": 341.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2935,
       "moe": 421.37750295904505
      }
     },
     "lines": {
      "b23008_E001": 2827,
      "b23008_M001": 341,
      "b23008_E003": 741,
      "b23008_M003": 235,
      "b23008_E008": 502,
      "b23008_M008": 252,
      "b23008_E016": 921,
      "b23008_M016": 260,
      "b23008_E021": 663,
      "b23008_M021": 237,
      "b11003_E001": 4025,
      "b11003_M001": 273,
      "b11003_E003": 1087,
      "b11003_M003": 252,
      "b11003_E010": 155,
      "b11003_M010": 102,
      "b11003_E016": 529,
      "b11003_M016": 146,
      "b17020_E001": 15019,
      "b17020_M001": 25,
      "b17020_E003": 116,
      "b17020_M003": 127,
      "b17020_E004": 109,
      "b17020_M004": 94,
      "b17020_E005": 100,
      "b17020_M005": 101,
      "b17020_E011": 1127,
      "b17020_M011": 237,
      "b17020_E012": 612,
      "b17020_M012": 180,
      "b17020_E013": 871,
      "b17020_M013": 232,
      "b15003_E001": 10662,
      "b15003_M001": 428,
      "b15003_E022": 1057,
      "b15003_M022": 230,
      "b15003_E023": 411,
      "b15003_M023": 171,
      "b15003_E024": 105,
      "b15003_M024": 110,
      "b15003_E025": 25,
      "b15003_M025": 33,
      "c16002_E001": 6060,
      "c16002_M001": 303,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 53,
      "c16002_M007": 70,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6060,
      "b22010_M001": 303,
      "b22010_E002": 687,
      "b22010_M002": 192,
      "b19013_E001": 76993,
      "b19013_M001": 7931
     }
    }
   }
  },
  "0903300": {
   "name": "Plainville School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903300",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.05,
       "moe": 8.47,
       "numerator": 917,
       "denominator": 2775
      },
      "children_with_two_parents_pct": {
       "estimate": 66.95,
       "moe": 11.11,
       "numerator": 1858,
       "denominator": 2775
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.93,
       "moe": 10.49,
       "numerator": 548,
       "denominator": 1569
      },
      "children_below_poverty_pct": {
       "estimate": 11.5,
       "moe": 5.39,
       "numerator": 329,
       "denominator": 2861
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.02,
       "moe": 3.64,
       "numerator": 3411,
       "denominator": 13109
      },
      "limited_english_households_pct": {
       "estimate": 3.24,
       "moe": 1.49,
       "numerator": 259,
       "denominator": 7984
      },
      "snap_households_pct": {
       "estimate": 8.83,
       "moe": 3.6,
       "numerator": 705,
       "denominator": 7984
      },
      "median_household_income": {
       "estimate": 72197,
       "moe": 6743.0
      },
      "own_children_under_18": {
       "estimate": 2775,
       "moe": 348.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2861,
       "moe": 453.4434915179619
      }
     },
     "lines": {
      "b23008_E001": 2775,
      "b23008_M001": 348,
      "b23008_E003": 462,
      "b23008_M003": 215,
      "b23008_E008": 213,
      "b23008_M008": 117,
      "b23008_E016": 1396,
      "b23008_M016": 321,
      "b23008_E021": 704,
      "b23008_M021": 234,
      "b11003_E001": 4177,
      "b11003_M001": 307,
      "b11003_E003": 1021,
      "b11003_M003": 210,
      "b11003_E010": 158,
      "b11003_M010": 119,
      "b11003_E016": 390,
      "b11003_M016": 151,
      "b17020_E001": 17369,
      "b17020_M001": 67,
      "b17020_E003": 42,
      "b17020_M003": 53,
      "b17020_E004": 110,
      "b17020_M004": 91,
      "b17020_E005": 177,
      "b17020_M005": 124,
      "b17020_E011": 642,
      "b17020_M011": 250,
      "b17020_E012": 966,
      "b17020_M012": 241,
      "b17020_E013": 924,
      "b17020_M013": 242,
      "b15003_E001": 13109,
      "b15003_M001": 632,
      "b15003_E022": 2162,
      "b15003_M022": 407,
      "b15003_E023": 1068,
      "b15003_M023": 285,
      "b15003_E024": 109,
      "b15003_M024": 69,
      "b15003_E025": 72,
      "b15003_M025": 51,
      "c16002_E001": 7984,
      "c16002_M001": 422,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 195,
      "c16002_M007": 86,
      "c16002_E010": 64,
      "c16002_M010": 78,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 7984,
      "b22010_M001": 422,
      "b22010_E002": 705,
      "b22010_M002": 290,
      "b19013_E001": 72197,
      "b19013_M001": 6743
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.55,
       "moe": 9.07,
       "numerator": 936,
       "denominator": 2876
      },
      "children_with_two_parents_pct": {
       "estimate": 67.45,
       "moe": 10.68,
       "numerator": 1940,
       "denominator": 2876
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.53,
       "moe": 8.43,
       "numerator": 518,
       "denominator": 1545
      },
      "children_below_poverty_pct": {
       "estimate": 12.29,
       "moe": 5.99,
       "numerator": 369,
       "denominator": 3002
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.31,
       "moe": 3.74,
       "numerator": 3513,
       "denominator": 12865
      },
      "limited_english_households_pct": {
       "estimate": 2.93,
       "moe": 1.28,
       "numerator": 236,
       "denominator": 8046
      },
      "snap_households_pct": {
       "estimate": 9.26,
       "moe": 3.61,
       "numerator": 745,
       "denominator": 8046
      },
      "median_household_income": {
       "estimate": 78900,
       "moe": 6076.0
      },
      "own_children_under_18": {
       "estimate": 2876,
       "moe": 339.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3002,
       "moe": 461.8397990645674
      }
     },
     "lines": {
      "b23008_E001": 2876,
      "b23008_M001": 339,
      "b23008_E003": 439,
      "b23008_M003": 172,
      "b23008_E008": 238,
      "b23008_M008": 135,
      "b23008_E016": 1501,
      "b23008_M016": 342,
      "b23008_E021": 698,
      "b23008_M021": 249,
      "b11003_E001": 4016,
      "b11003_M001": 315,
      "b11003_E003": 1027,
      "b11003_M003": 176,
      "b11003_E010": 100,
      "b11003_M010": 75,
      "b11003_E016": 418,
      "b11003_M016": 132,
      "b17020_E001": 17352,
      "b17020_M001": 32,
      "b17020_E003": 40,
      "b17020_M003": 53,
      "b17020_E004": 105,
      "b17020_M004": 101,
      "b17020_E005": 224,
      "b17020_M005": 150,
      "b17020_E011": 649,
      "b17020_M011": 221,
      "b17020_E012": 1069,
      "b17020_M012": 239,
      "b17020_E013": 915,
      "b17020_M013": 268,
      "b15003_E001": 12865,
      "b15003_M001": 584,
      "b15003_E022": 2287,
      "b15003_M022": 412,
      "b15003_E023": 1093,
      "b15003_M023": 288,
      "b15003_E024": 83,
      "b15003_M024": 51,
      "b15003_E025": 50,
      "b15003_M025": 39,
      "c16002_E001": 8046,
      "c16002_M001": 351,
      "c16002_E004": 17,
      "c16002_M004": 26,
      "c16002_E007": 157,
      "c16002_M007": 69,
      "c16002_E010": 62,
      "c16002_M010": 70,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8046,
      "b22010_M001": 351,
      "b22010_E002": 745,
      "b22010_M002": 292,
      "b19013_E001": 78900,
      "b19013_M001": 6076
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.46,
       "moe": 8.54,
       "numerator": 782,
       "denominator": 2748
      },
      "children_with_two_parents_pct": {
       "estimate": 71.54,
       "moe": 10.2,
       "numerator": 1966,
       "denominator": 2748
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.44,
       "moe": 8.14,
       "numerator": 370,
       "denominator": 1514
      },
      "children_below_poverty_pct": {
       "estimate": 11.87,
       "moe": 5.79,
       "numerator": 335,
       "denominator": 2822
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.53,
       "moe": 3.91,
       "numerator": 3731,
       "denominator": 13079
      },
      "limited_english_households_pct": {
       "estimate": 2.77,
       "moe": 1.24,
       "numerator": 224,
       "denominator": 8096
      },
      "snap_households_pct": {
       "estimate": 9.94,
       "moe": 3.65,
       "numerator": 805,
       "denominator": 8096
      },
      "median_household_income": {
       "estimate": 81920,
       "moe": 5449.0
      },
      "own_children_under_18": {
       "estimate": 2748,
       "moe": 324.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2822,
       "moe": 438.545322629258
      }
     },
     "lines": {
      "b23008_E001": 2748,
      "b23008_M001": 324,
      "b23008_E003": 644,
      "b23008_M003": 195,
      "b23008_E008": 117,
      "b23008_M008": 94,
      "b23008_E016": 1322,
      "b23008_M016": 307,
      "b23008_E021": 665,
      "b23008_M021": 234,
      "b11003_E001": 4127,
      "b11003_M001": 334,
      "b11003_E003": 1144,
      "b11003_M003": 191,
      "b11003_E010": 38,
      "b11003_M010": 36,
      "b11003_E016": 332,
      "b11003_M016": 131,
      "b17020_E001": 17346,
      "b17020_M001": 26,
      "b17020_E003": 43,
      "b17020_M003": 54,
      "b17020_E004": 77,
      "b17020_M004": 68,
      "b17020_E005": 215,
      "b17020_M005": 148,
      "b17020_E011": 731,
      "b17020_M011": 203,
      "b17020_E012": 984,
      "b17020_M012": 238,
      "b17020_E013": 772,
      "b17020_M013": 255,
      "b15003_E001": 13079,
      "b15003_M001": 550,
      "b15003_E022": 2449,
      "b15003_M022": 413,
      "b15003_E023": 1090,
      "b15003_M023": 329,
      "b15003_E024": 101,
      "b15003_M024": 71,
      "b15003_E025": 91,
      "b15003_M025": 53,
      "c16002_E001": 8096,
      "c16002_M001": 408,
      "c16002_E004": 24,
      "c16002_M004": 31,
      "c16002_E007": 136,
      "c16002_M007": 70,
      "c16002_E010": 35,
      "c16002_M010": 54,
      "c16002_E013": 29,
      "c16002_M013": 38,
      "b22010_E001": 8096,
      "b22010_M001": 408,
      "b22010_E002": 805,
      "b22010_M002": 298,
      "b19013_E001": 81920,
      "b19013_M001": 5449
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.44,
       "moe": 7.24,
       "numerator": 510,
       "denominator": 2624
      },
      "children_with_two_parents_pct": {
       "estimate": 80.56,
       "moe": 8.76,
       "numerator": 2114,
       "denominator": 2624
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.96,
       "moe": 6.9,
       "numerator": 249,
       "denominator": 1560
      },
      "children_below_poverty_pct": {
       "estimate": 8.96,
       "moe": 4.69,
       "numerator": 243,
       "denominator": 2712
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.96,
       "moe": 3.79,
       "numerator": 3992,
       "denominator": 13323
      },
      "limited_english_households_pct": {
       "estimate": 3.07,
       "moe": 1.45,
       "numerator": 248,
       "denominator": 8087
      },
      "snap_households_pct": {
       "estimate": 10.44,
       "moe": 4.12,
       "numerator": 844,
       "denominator": 8087
      },
      "median_household_income": {
       "estimate": 84343,
       "moe": 7368.0
      },
      "own_children_under_18": {
       "estimate": 2624,
       "moe": 304.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2712,
       "moe": 390.7697531795418
      }
     },
     "lines": {
      "b23008_E001": 2624,
      "b23008_M001": 304,
      "b23008_E003": 630,
      "b23008_M003": 209,
      "b23008_E008": 86,
      "b23008_M008": 62,
      "b23008_E016": 1484,
      "b23008_M016": 263,
      "b23008_E021": 424,
      "b23008_M021": 189,
      "b11003_E001": 4173,
      "b11003_M001": 348,
      "b11003_E003": 1311,
      "b11003_M003": 195,
      "b11003_E010": 49,
      "b11003_M010": 43,
      "b11003_E016": 200,
      "b11003_M016": 105,
      "b17020_E001": 17413,
      "b17020_M001": 35,
      "b17020_E003": 36,
      "b17020_M003": 44,
      "b17020_E004": 121,
      "b17020_M004": 88,
      "b17020_E005": 86,
      "b17020_M005": 88,
      "b17020_E011": 693,
      "b17020_M011": 216,
      "b17020_E012": 999,
      "b17020_M012": 211,
      "b17020_E013": 777,
      "b17020_M013": 210,
      "b15003_E001": 13323,
      "b15003_M001": 605,
      "b15003_E022": 2609,
      "b15003_M022": 424,
      "b15003_E023": 1174,
      "b15003_M023": 313,
      "b15003_E024": 139,
      "b15003_M024": 87,
      "b15003_E025": 70,
      "b15003_M025": 43,
      "c16002_E001": 8087,
      "c16002_M001": 409,
      "c16002_E004": 21,
      "c16002_M004": 25,
      "c16002_E007": 156,
      "c16002_M007": 87,
      "c16002_E010": 36,
      "c16002_M010": 55,
      "c16002_E013": 35,
      "c16002_M013": 52,
      "b22010_E001": 8087,
      "b22010_M001": 409,
      "b22010_E002": 844,
      "b22010_M002": 336,
      "b19013_E001": 84343,
      "b19013_M001": 7368
     }
    }
   }
  },
  "0903330": {
   "name": "Plymouth School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903330",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.67,
       "moe": 12.46,
       "numerator": 638,
       "denominator": 1895
      },
      "children_with_two_parents_pct": {
       "estimate": 66.33,
       "moe": 6.17,
       "numerator": 1257,
       "denominator": 1895
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.45,
       "moe": 10.71,
       "numerator": 282,
       "denominator": 869
      },
      "children_below_poverty_pct": {
       "estimate": 19.06,
       "moe": 8.37,
       "numerator": 364,
       "denominator": 1910
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.06,
       "moe": 3.78,
       "numerator": 2311,
       "denominator": 8539
      },
      "limited_english_households_pct": {
       "estimate": 0.25,
       "moe": 0.89,
       "numerator": 12,
       "denominator": 4734
      },
      "snap_households_pct": {
       "estimate": 10.18,
       "moe": 2.67,
       "numerator": 482,
       "denominator": 4734
      },
      "median_household_income": {
       "estimate": 84550,
       "moe": 12783.0
      },
      "own_children_under_18": {
       "estimate": 1895,
       "moe": 315.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1910,
       "moe": 322.70419891907204
      }
     },
     "lines": {
      "b23008_E001": 1895,
      "b23008_M001": 315,
      "b23008_E003": 407,
      "b23008_M003": 139,
      "b23008_E008": 81,
      "b23008_M008": 63,
      "b23008_E016": 850,
      "b23008_M016": 195,
      "b23008_E021": 557,
      "b23008_M021": 251,
      "b11003_E001": 2962,
      "b11003_M001": 184,
      "b11003_E003": 587,
      "b11003_M003": 121,
      "b11003_E010": 145,
      "b11003_M010": 73,
      "b11003_E016": 137,
      "b11003_M016": 78,
      "b17020_E001": 11572,
      "b17020_M001": 128,
      "b17020_E003": 117,
      "b17020_M003": 110,
      "b17020_E004": 148,
      "b17020_M004": 101,
      "b17020_E005": 99,
      "b17020_M005": 84,
      "b17020_E011": 371,
      "b17020_M011": 141,
      "b17020_E012": 500,
      "b17020_M012": 150,
      "b17020_E013": 675,
      "b17020_M013": 180,
      "b15003_E001": 8539,
      "b15003_M001": 336,
      "b15003_E022": 1453,
      "b15003_M022": 278,
      "b15003_E023": 720,
      "b15003_M023": 172,
      "b15003_E024": 84,
      "b15003_M024": 57,
      "b15003_E025": 54,
      "b15003_M025": 48,
      "c16002_E001": 4734,
      "c16002_M001": 250,
      "c16002_E004": 12,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4734,
      "b22010_M001": 250,
      "b22010_E002": 482,
      "b22010_M002": 129,
      "b19013_E001": 84550,
      "b19013_M001": 12783
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 43.42,
       "moe": 14.72,
       "numerator": 908,
       "denominator": 2091
      },
      "children_with_two_parents_pct": {
       "estimate": 56.58,
       "moe": 8.36,
       "numerator": 1183,
       "denominator": 2091
      },
      "one_parent_families_with_children_pct": {
       "estimate": 41.21,
       "moe": 10.97,
       "numerator": 382,
       "denominator": 927
      },
      "children_below_poverty_pct": {
       "estimate": 13.3,
       "moe": 7.4,
       "numerator": 284,
       "denominator": 2135
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.79,
       "moe": 3.31,
       "numerator": 2127,
       "denominator": 8248
      },
      "limited_english_households_pct": {
       "estimate": 0.33,
       "moe": 0.96,
       "numerator": 15,
       "denominator": 4496
      },
      "snap_households_pct": {
       "estimate": 10.14,
       "moe": 2.93,
       "numerator": 456,
       "denominator": 4496
      },
      "median_household_income": {
       "estimate": 94600,
       "moe": 12928.0
      },
      "own_children_under_18": {
       "estimate": 2091,
       "moe": 330.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2135,
       "moe": 344.994202849845
      }
     },
     "lines": {
      "b23008_E001": 2091,
      "b23008_M001": 330,
      "b23008_E003": 336,
      "b23008_M003": 116,
      "b23008_E008": 147,
      "b23008_M008": 80,
      "b23008_E016": 847,
      "b23008_M016": 228,
      "b23008_E021": 761,
      "b23008_M021": 330,
      "b11003_E001": 3059,
      "b11003_M001": 176,
      "b11003_E003": 545,
      "b11003_M003": 116,
      "b11003_E010": 198,
      "b11003_M010": 81,
      "b11003_E016": 184,
      "b11003_M016": 93,
      "b17020_E001": 11576,
      "b17020_M001": 107,
      "b17020_E003": 99,
      "b17020_M003": 108,
      "b17020_E004": 115,
      "b17020_M004": 98,
      "b17020_E005": 70,
      "b17020_M005": 76,
      "b17020_E011": 384,
      "b17020_M011": 140,
      "b17020_E012": 620,
      "b17020_M012": 149,
      "b17020_E013": 847,
      "b17020_M013": 224,
      "b15003_E001": 8248,
      "b15003_M001": 360,
      "b15003_E022": 1364,
      "b15003_M022": 227,
      "b15003_E023": 634,
      "b15003_M023": 162,
      "b15003_E024": 99,
      "b15003_M024": 68,
      "b15003_E025": 30,
      "b15003_M025": 29,
      "c16002_E001": 4496,
      "c16002_M001": 252,
      "c16002_E004": 15,
      "c16002_M004": 23,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4496,
      "b22010_M001": 252,
      "b22010_E002": 456,
      "b22010_M002": 134,
      "b19013_E001": 94600,
      "b19013_M001": 12928
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 44.98,
       "moe": 14.97,
       "numerator": 936,
       "denominator": 2081
      },
      "children_with_two_parents_pct": {
       "estimate": 55.02,
       "moe": 4.55,
       "numerator": 1145,
       "denominator": 2081
      },
      "one_parent_families_with_children_pct": {
       "estimate": 45.59,
       "moe": 12.6,
       "numerator": 439,
       "denominator": 963
      },
      "children_below_poverty_pct": {
       "estimate": 10.91,
       "moe": 6.39,
       "numerator": 233,
       "denominator": 2135
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.64,
       "moe": 3.14,
       "numerator": 2340,
       "denominator": 8465
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.91,
       "numerator": 0,
       "denominator": 4609
      },
      "snap_households_pct": {
       "estimate": 11.22,
       "moe": 3.22,
       "numerator": 517,
       "denominator": 4609
      },
      "median_household_income": {
       "estimate": 99797,
       "moe": 10299.0
      },
      "own_children_under_18": {
       "estimate": 2081,
       "moe": 365.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2135,
       "moe": 303.19630604609944
      }
     },
     "lines": {
      "b23008_E001": 2081,
      "b23008_M001": 365,
      "b23008_E003": 365,
      "b23008_M003": 108,
      "b23008_E008": 166,
      "b23008_M008": 88,
      "b23008_E016": 780,
      "b23008_M016": 194,
      "b23008_E021": 770,
      "b23008_M021": 341,
      "b11003_E001": 3066,
      "b11003_M001": 161,
      "b11003_E003": 524,
      "b11003_M003": 108,
      "b11003_E010": 259,
      "b11003_M010": 104,
      "b11003_E016": 180,
      "b11003_M016": 104,
      "b17020_E001": 11602,
      "b17020_M001": 83,
      "b17020_E003": 65,
      "b17020_M003": 76,
      "b17020_E004": 101,
      "b17020_M004": 92,
      "b17020_E005": 67,
      "b17020_M005": 74,
      "b17020_E011": 466,
      "b17020_M011": 136,
      "b17020_E012": 615,
      "b17020_M012": 146,
      "b17020_E013": 821,
      "b17020_M013": 180,
      "b15003_E001": 8465,
      "b15003_M001": 366,
      "b15003_E022": 1531,
      "b15003_M022": 233,
      "b15003_E023": 667,
      "b15003_M023": 145,
      "b15003_E024": 112,
      "b15003_M024": 71,
      "b15003_E025": 30,
      "b15003_M025": 24,
      "c16002_E001": 4609,
      "c16002_M001": 240,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4609,
      "b22010_M001": 240,
      "b22010_E002": 517,
      "b22010_M002": 151,
      "b19013_E001": 99797,
      "b19013_M001": 10299
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.0,
       "moe": 10.28,
       "numerator": 685,
       "denominator": 1903
      },
      "children_with_two_parents_pct": {
       "estimate": 64.0,
       "moe": 8.28,
       "numerator": 1218,
       "denominator": 1903
      },
      "one_parent_families_with_children_pct": {
       "estimate": 40.1,
       "moe": 11.51,
       "numerator": 385,
       "denominator": 960
      },
      "children_below_poverty_pct": {
       "estimate": 13.19,
       "moe": 7.95,
       "numerator": 265,
       "denominator": 2009
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.34,
       "moe": 4.02,
       "numerator": 2510,
       "denominator": 8556
      },
      "limited_english_households_pct": {
       "estimate": 0.92,
       "moe": 1.36,
       "numerator": 44,
       "denominator": 4774
      },
      "snap_households_pct": {
       "estimate": 12.9,
       "moe": 3.29,
       "numerator": 616,
       "denominator": 4774
      },
      "median_household_income": {
       "estimate": 94514,
       "moe": 13668.0
      },
      "own_children_under_18": {
       "estimate": 1903,
       "moe": 259.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2009,
       "moe": 281.3485382936972
      }
     },
     "lines": {
      "b23008_E001": 1903,
      "b23008_M001": 259,
      "b23008_E003": 423,
      "b23008_M003": 109,
      "b23008_E008": 129,
      "b23008_M008": 70,
      "b23008_E016": 795,
      "b23008_M016": 201,
      "b23008_E021": 556,
      "b23008_M021": 205,
      "b11003_E001": 3027,
      "b11003_M001": 187,
      "b11003_E003": 575,
      "b11003_M003": 141,
      "b11003_E010": 240,
      "b11003_M010": 103,
      "b11003_E016": 145,
      "b11003_M016": 88,
      "b17020_E001": 11639,
      "b17020_M001": 67,
      "b17020_E003": 75,
      "b17020_M003": 92,
      "b17020_E004": 137,
      "b17020_M004": 113,
      "b17020_E005": 53,
      "b17020_M005": 75,
      "b17020_E011": 477,
      "b17020_M011": 119,
      "b17020_E012": 556,
      "b17020_M012": 133,
      "b17020_E013": 711,
      "b17020_M013": 143,
      "b15003_E001": 8556,
      "b15003_M001": 315,
      "b15003_E022": 1744,
      "b15003_M022": 300,
      "b15003_E023": 610,
      "b15003_M023": 173,
      "b15003_E024": 89,
      "b15003_M024": 60,
      "b15003_E025": 67,
      "b15003_M025": 56,
      "c16002_E001": 4774,
      "c16002_M001": 229,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 44,
      "c16002_M007": 54,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4774,
      "b22010_M001": 229,
      "b22010_E002": 616,
      "b22010_M002": 160,
      "b19013_E001": 94514,
      "b19013_M001": 13668
     }
    }
   }
  },
  "0903360": {
   "name": "Pomfret School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0903360",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.72,
       "moe": 17.87,
       "numerator": 275,
       "denominator": 792
      },
      "children_with_two_parents_pct": {
       "estimate": 65.28,
       "moe": 14.05,
       "numerator": 517,
       "denominator": 792
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.44,
       "moe": 18.12,
       "numerator": 164,
       "denominator": 438
      },
      "children_below_poverty_pct": {
       "estimate": 3.91,
       "moe": 4.98,
       "numerator": 31,
       "denominator": 792
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.65,
       "moe": 8.12,
       "numerator": 1310,
       "denominator": 3001
      },
      "limited_english_households_pct": {
       "estimate": 0.53,
       "moe": 1.6,
       "numerator": 9,
       "denominator": 1690
      },
      "snap_households_pct": {
       "estimate": 10.89,
       "moe": 5.85,
       "numerator": 184,
       "denominator": 1690
      },
      "median_household_income": {
       "estimate": 93467,
       "moe": 8474.0
      },
      "own_children_under_18": {
       "estimate": 792,
       "moe": 182.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 792,
       "moe": 201.19642143934865
      }
     },
     "lines": {
      "b23008_E001": 792,
      "b23008_M001": 182,
      "b23008_E003": 90,
      "b23008_M003": 98,
      "b23008_E008": 20,
      "b23008_M008": 25,
      "b23008_E016": 427,
      "b23008_M016": 130,
      "b23008_E021": 255,
      "b23008_M021": 153,
      "b11003_E001": 1113,
      "b11003_M001": 126,
      "b11003_E003": 274,
      "b11003_M003": 97,
      "b11003_E010": 15,
      "b11003_M010": 24,
      "b11003_E016": 149,
      "b11003_M016": 91,
      "b17020_E001": 4096,
      "b17020_M001": 82,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 20,
      "b17020_M004": 33,
      "b17020_E005": 11,
      "b17020_M005": 19,
      "b17020_E011": 110,
      "b17020_M011": 94,
      "b17020_E012": 296,
      "b17020_M012": 120,
      "b17020_E013": 355,
      "b17020_M013": 125,
      "b15003_E001": 3001,
      "b15003_M001": 178,
      "b15003_E022": 707,
      "b15003_M022": 150,
      "b15003_E023": 435,
      "b15003_M023": 189,
      "b15003_E024": 103,
      "b15003_M024": 65,
      "b15003_E025": 65,
      "b15003_M025": 54,
      "c16002_E001": 1690,
      "c16002_M001": 141,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 9,
      "c16002_M007": 15,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1690,
      "b22010_M001": 141,
      "b22010_E002": 184,
      "b22010_M002": 100,
      "b19013_E001": 93467,
      "b19013_M001": 8474
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.29,
       "moe": 19.25,
       "numerator": 358,
       "denominator": 935
      },
      "children_with_two_parents_pct": {
       "estimate": 61.71,
       "moe": 18.59,
       "numerator": 577,
       "denominator": 935
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.28,
       "moe": 15.08,
       "numerator": 164,
       "denominator": 452
      },
      "children_below_poverty_pct": {
       "estimate": 3.85,
       "moe": 5.0,
       "numerator": 36,
       "denominator": 935
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.45,
       "moe": 7.8,
       "numerator": 1195,
       "denominator": 2954
      },
      "limited_english_households_pct": {
       "estimate": 3.78,
       "moe": 4.36,
       "numerator": 64,
       "denominator": 1692
      },
      "snap_households_pct": {
       "estimate": 10.93,
       "moe": 5.59,
       "numerator": 185,
       "denominator": 1692
      },
      "median_household_income": {
       "estimate": 98750,
       "moe": 12393.0
      },
      "own_children_under_18": {
       "estimate": 935,
       "moe": 147.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 935,
       "moe": 212.55352267134978
      }
     },
     "lines": {
      "b23008_E001": 935,
      "b23008_M001": 147,
      "b23008_E003": 83,
      "b23008_M003": 80,
      "b23008_E008": 38,
      "b23008_M008": 31,
      "b23008_E016": 494,
      "b23008_M016": 179,
      "b23008_E021": 320,
      "b23008_M021": 186,
      "b11003_E001": 1062,
      "b11003_M001": 114,
      "b11003_E003": 288,
      "b11003_M003": 103,
      "b11003_E010": 18,
      "b11003_M010": 20,
      "b11003_E016": 146,
      "b11003_M016": 81,
      "b17020_E001": 4177,
      "b17020_M001": 25,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 25,
      "b17020_M004": 41,
      "b17020_E005": 11,
      "b17020_M005": 20,
      "b17020_E011": 121,
      "b17020_M011": 83,
      "b17020_E012": 329,
      "b17020_M012": 126,
      "b17020_E013": 449,
      "b17020_M013": 142,
      "b15003_E001": 2954,
      "b15003_M001": 164,
      "b15003_E022": 629,
      "b15003_M022": 134,
      "b15003_E023": 421,
      "b15003_M023": 185,
      "b15003_E024": 81,
      "b15003_M024": 50,
      "b15003_E025": 64,
      "b15003_M025": 53,
      "c16002_E001": 1692,
      "c16002_M001": 147,
      "c16002_E004": 31,
      "c16002_M004": 47,
      "c16002_E007": 33,
      "c16002_M007": 54,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1692,
      "b22010_M001": 147,
      "b22010_E002": 185,
      "b22010_M002": 96,
      "b19013_E001": 98750,
      "b19013_M001": 12393
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.82,
       "moe": 16.63,
       "numerator": 322,
       "denominator": 899
      },
      "children_with_two_parents_pct": {
       "estimate": 64.18,
       "moe": 17.06,
       "numerator": 577,
       "denominator": 899
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.65,
       "moe": 15.24,
       "numerator": 164,
       "denominator": 460
      },
      "children_below_poverty_pct": {
       "estimate": 8.14,
       "moe": 7.93,
       "numerator": 77,
       "denominator": 946
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.93,
       "moe": 9.01,
       "numerator": 1451,
       "denominator": 3092
      },
      "limited_english_households_pct": {
       "estimate": 1.88,
       "moe": 2.5,
       "numerator": 31,
       "denominator": 1651
      },
      "snap_households_pct": {
       "estimate": 9.45,
       "moe": 5.9,
       "numerator": 156,
       "denominator": 1651
      },
      "median_household_income": {
       "estimate": 105642,
       "moe": 8410.0
      },
      "own_children_under_18": {
       "estimate": 899,
       "moe": 146.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 946,
       "moe": 205.25350179716787
      }
     },
     "lines": {
      "b23008_E001": 899,
      "b23008_M001": 146,
      "b23008_E003": 109,
      "b23008_M003": 102,
      "b23008_E008": 45,
      "b23008_M008": 41,
      "b23008_E016": 468,
      "b23008_M016": 148,
      "b23008_E021": 277,
      "b23008_M021": 153,
      "b11003_E001": 1119,
      "b11003_M001": 127,
      "b11003_E003": 296,
      "b11003_M003": 96,
      "b11003_E010": 22,
      "b11003_M010": 27,
      "b11003_E016": 142,
      "b11003_M016": 79,
      "b17020_E001": 4228,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 21,
      "b17020_M004": 35,
      "b17020_E005": 56,
      "b17020_M005": 67,
      "b17020_E011": 154,
      "b17020_M011": 103,
      "b17020_E012": 297,
      "b17020_M012": 107,
      "b17020_E013": 418,
      "b17020_M013": 119,
      "b15003_E001": 3092,
      "b15003_M001": 165,
      "b15003_E022": 600,
      "b15003_M022": 145,
      "b15003_E023": 604,
      "b15003_M023": 224,
      "b15003_E024": 112,
      "b15003_M024": 65,
      "b15003_E025": 135,
      "b15003_M025": 90,
      "c16002_E001": 1651,
      "c16002_M001": 115,
      "c16002_E004": 10,
      "c16002_M004": 15,
      "c16002_E007": 21,
      "c16002_M007": 33,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1651,
      "b22010_M001": 115,
      "b22010_E002": 156,
      "b22010_M002": 98,
      "b19013_E001": 105642,
      "b19013_M001": 8410
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.38,
       "moe": 12.16,
       "numerator": 249,
       "denominator": 944
      },
      "children_with_two_parents_pct": {
       "estimate": 73.62,
       "moe": 18.69,
       "numerator": 695,
       "denominator": 944
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.88,
       "moe": 13.11,
       "numerator": 133,
       "denominator": 477
      },
      "children_below_poverty_pct": {
       "estimate": 6.0,
       "moe": 6.28,
       "numerator": 59,
       "denominator": 984
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.83,
       "moe": 9.52,
       "numerator": 1562,
       "denominator": 3073
      },
      "limited_english_households_pct": {
       "estimate": 1.96,
       "moe": 2.87,
       "numerator": 32,
       "denominator": 1634
      },
      "snap_households_pct": {
       "estimate": 11.26,
       "moe": 6.79,
       "numerator": 184,
       "denominator": 1634
      },
      "median_household_income": {
       "estimate": 108476,
       "moe": 7611.0
      },
      "own_children_under_18": {
       "estimate": 944,
       "moe": 161.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 984,
       "moe": 231.02813681454472
      }
     },
     "lines": {
      "b23008_E001": 944,
      "b23008_M001": 161,
      "b23008_E003": 159,
      "b23008_M003": 113,
      "b23008_E008": 39,
      "b23008_M008": 39,
      "b23008_E016": 536,
      "b23008_M016": 180,
      "b23008_E021": 210,
      "b23008_M021": 116,
      "b11003_E001": 1090,
      "b11003_M001": 131,
      "b11003_E003": 344,
      "b11003_M003": 85,
      "b11003_E010": 21,
      "b11003_M010": 25,
      "b11003_E016": 112,
      "b11003_M016": 65,
      "b17020_E001": 4266,
      "b17020_M001": 36,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 19,
      "b17020_M004": 28,
      "b17020_E005": 40,
      "b17020_M005": 55,
      "b17020_E011": 198,
      "b17020_M011": 110,
      "b17020_E012": 339,
      "b17020_M012": 135,
      "b17020_E013": 388,
      "b17020_M013": 138,
      "b15003_E001": 3073,
      "b15003_M001": 188,
      "b15003_E022": 561,
      "b15003_M022": 143,
      "b15003_E023": 742,
      "b15003_M023": 242,
      "b15003_E024": 60,
      "b15003_M024": 36,
      "b15003_E025": 199,
      "b15003_M025": 120,
      "c16002_E001": 1634,
      "c16002_M001": 132,
      "c16002_E004": 13,
      "c16002_M004": 21,
      "c16002_E007": 19,
      "c16002_M007": 37,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1634,
      "b22010_M001": 132,
      "b22010_E002": 184,
      "b22010_M002": 112,
      "b19013_E001": 108476,
      "b19013_M001": 7611
     }
    }
   }
  },
  "0903390": {
   "name": "Portland School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903390",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.0,
       "moe": 9.96,
       "numerator": 559,
       "denominator": 2150
      },
      "children_with_two_parents_pct": {
       "estimate": 74.0,
       "moe": 11.05,
       "numerator": 1591,
       "denominator": 2150
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.26,
       "moe": 12.23,
       "numerator": 271,
       "denominator": 1117
      },
      "children_below_poverty_pct": {
       "estimate": 7.71,
       "moe": 4.3,
       "numerator": 169,
       "denominator": 2193
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.87,
       "moe": 5.96,
       "numerator": 3112,
       "denominator": 6640
      },
      "limited_english_households_pct": {
       "estimate": 0.51,
       "moe": 1.14,
       "numerator": 18,
       "denominator": 3564
      },
      "snap_households_pct": {
       "estimate": 8.19,
       "moe": 2.99,
       "numerator": 292,
       "denominator": 3564
      },
      "median_household_income": {
       "estimate": 107034,
       "moe": 14244.0
      },
      "own_children_under_18": {
       "estimate": 2150,
       "moe": 260.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2193,
       "moe": 347.99568962847803
      }
     },
     "lines": {
      "b23008_E001": 2150,
      "b23008_M001": 260,
      "b23008_E003": 491,
      "b23008_M003": 188,
      "b23008_E008": 94,
      "b23008_M008": 50,
      "b23008_E016": 1100,
      "b23008_M016": 241,
      "b23008_E021": 465,
      "b23008_M021": 219,
      "b11003_E001": 2553,
      "b11003_M001": 195,
      "b11003_E003": 846,
      "b11003_M003": 155,
      "b11003_E010": 50,
      "b11003_M010": 48,
      "b11003_E016": 221,
      "b11003_M016": 138,
      "b17020_E001": 9394,
      "b17020_M001": 94,
      "b17020_E003": 33,
      "b17020_M003": 33,
      "b17020_E004": 82,
      "b17020_M004": 77,
      "b17020_E005": 54,
      "b17020_M005": 51,
      "b17020_E011": 552,
      "b17020_M011": 184,
      "b17020_E012": 581,
      "b17020_M012": 199,
      "b17020_E013": 891,
      "b17020_M013": 195,
      "b15003_E001": 6640,
      "b15003_M001": 297,
      "b15003_E022": 1999,
      "b15003_M022": 323,
      "b15003_E023": 769,
      "b15003_M023": 225,
      "b15003_E024": 186,
      "b15003_M024": 111,
      "b15003_E025": 158,
      "b15003_M025": 94,
      "c16002_E001": 3564,
      "c16002_M001": 212,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 18,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3564,
      "b22010_M001": 212,
      "b22010_E002": 292,
      "b22010_M002": 108,
      "b19013_E001": 107034,
      "b19013_M001": 14244
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.22,
       "moe": 8.88,
       "numerator": 441,
       "denominator": 2078
      },
      "children_with_two_parents_pct": {
       "estimate": 78.78,
       "moe": 10.75,
       "numerator": 1637,
       "denominator": 2078
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.56,
       "moe": 11.1,
       "numerator": 198,
       "denominator": 1067
      },
      "children_below_poverty_pct": {
       "estimate": 3.5,
       "moe": 2.43,
       "numerator": 75,
       "denominator": 2142
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.89,
       "moe": 5.23,
       "numerator": 3271,
       "denominator": 6690
      },
      "limited_english_households_pct": {
       "estimate": 0.95,
       "moe": 1.28,
       "numerator": 34,
       "denominator": 3569
      },
      "snap_households_pct": {
       "estimate": 7.9,
       "moe": 2.72,
       "numerator": 282,
       "denominator": 3569
      },
      "median_household_income": {
       "estimate": 116098,
       "moe": 12068.0
      },
      "own_children_under_18": {
       "estimate": 2078,
       "moe": 276.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2142,
       "moe": 363.9052074373215
      }
     },
     "lines": {
      "b23008_E001": 2078,
      "b23008_M001": 276,
      "b23008_E003": 460,
      "b23008_M003": 178,
      "b23008_E008": 49,
      "b23008_M008": 37,
      "b23008_E016": 1177,
      "b23008_M016": 256,
      "b23008_E021": 392,
      "b23008_M021": 190,
      "b11003_E001": 2611,
      "b11003_M001": 197,
      "b11003_E003": 869,
      "b11003_M003": 162,
      "b11003_E010": 59,
      "b11003_M010": 54,
      "b11003_E016": 139,
      "b11003_M016": 112,
      "b17020_E001": 9316,
      "b17020_M001": 46,
      "b17020_E003": 11,
      "b17020_M003": 17,
      "b17020_E004": 34,
      "b17020_M004": 41,
      "b17020_E005": 30,
      "b17020_M005": 30,
      "b17020_E011": 531,
      "b17020_M011": 175,
      "b17020_E012": 607,
      "b17020_M012": 196,
      "b17020_E013": 929,
      "b17020_M013": 246,
      "b15003_E001": 6690,
      "b15003_M001": 302,
      "b15003_E022": 1985,
      "b15003_M022": 265,
      "b15003_E023": 1007,
      "b15003_M023": 239,
      "b15003_E024": 154,
      "b15003_M024": 102,
      "b15003_E025": 125,
      "b15003_M025": 80,
      "c16002_E001": 3569,
      "c16002_M001": 170,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 17,
      "c16002_M007": 24,
      "c16002_E010": 17,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3569,
      "b22010_M001": 170,
      "b22010_E002": 282,
      "b22010_M002": 98,
      "b19013_E001": 116098,
      "b19013_M001": 12068
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.21,
       "moe": 8.58,
       "numerator": 341,
       "denominator": 2104
      },
      "children_with_two_parents_pct": {
       "estimate": 83.79,
       "moe": 8.66,
       "numerator": 1763,
       "denominator": 2104
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.56,
       "moe": 12.87,
       "numerator": 195,
       "denominator": 997
      },
      "children_below_poverty_pct": {
       "estimate": 3.89,
       "moe": 2.94,
       "numerator": 84,
       "denominator": 2161
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.85,
       "moe": 5.7,
       "numerator": 3370,
       "denominator": 6760
      },
      "limited_english_households_pct": {
       "estimate": 0.69,
       "moe": 1.13,
       "numerator": 25,
       "denominator": 3632
      },
      "snap_households_pct": {
       "estimate": 6.75,
       "moe": 2.9,
       "numerator": 245,
       "denominator": 3632
      },
      "median_household_income": {
       "estimate": 118955,
       "moe": 8396.0
      },
      "own_children_under_18": {
       "estimate": 2104,
       "moe": 257.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2161,
       "moe": 316.86590223626143
      }
     },
     "lines": {
      "b23008_E001": 2104,
      "b23008_M001": 257,
      "b23008_E003": 441,
      "b23008_M003": 156,
      "b23008_E008": 43,
      "b23008_M008": 44,
      "b23008_E016": 1322,
      "b23008_M016": 235,
      "b23008_E021": 298,
      "b23008_M021": 180,
      "b11003_E001": 2556,
      "b11003_M001": 192,
      "b11003_E003": 802,
      "b11003_M003": 155,
      "b11003_E010": 44,
      "b11003_M010": 44,
      "b11003_E016": 151,
      "b11003_M016": 127,
      "b17020_E001": 9334,
      "b17020_M001": 59,
      "b17020_E003": 43,
      "b17020_M003": 44,
      "b17020_E004": 28,
      "b17020_M004": 41,
      "b17020_E005": 13,
      "b17020_M005": 24,
      "b17020_E011": 478,
      "b17020_M011": 159,
      "b17020_E012": 659,
      "b17020_M012": 177,
      "b17020_E013": 940,
      "b17020_M013": 199,
      "b15003_E001": 6760,
      "b15003_M001": 293,
      "b15003_E022": 2159,
      "b15003_M022": 324,
      "b15003_E023": 970,
      "b15003_M023": 221,
      "b15003_E024": 146,
      "b15003_M024": 100,
      "b15003_E025": 95,
      "b15003_M025": 79,
      "c16002_E001": 3632,
      "c16002_M001": 185,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 7,
      "c16002_M007": 13,
      "c16002_E010": 18,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3632,
      "b22010_M001": 185,
      "b22010_E002": 245,
      "b22010_M002": 106,
      "b19013_E001": 118955,
      "b19013_M001": 8396
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.58,
       "moe": 7.07,
       "numerator": 191,
       "denominator": 1993
      },
      "children_with_two_parents_pct": {
       "estimate": 90.42,
       "moe": 11.28,
       "numerator": 1802,
       "denominator": 1993
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.29,
       "moe": 11.44,
       "numerator": 137,
       "denominator": 959
      },
      "children_below_poverty_pct": {
       "estimate": 0.92,
       "moe": 1.49,
       "numerator": 19,
       "denominator": 2059
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.11,
       "moe": 6.41,
       "numerator": 3563,
       "denominator": 6838
      },
      "limited_english_households_pct": {
       "estimate": 2.26,
       "moe": 2.54,
       "numerator": 85,
       "denominator": 3762
      },
      "snap_households_pct": {
       "estimate": 4.44,
       "moe": 2.22,
       "numerator": 167,
       "denominator": 3762
      },
      "median_household_income": {
       "estimate": 118929,
       "moe": 15490.0
      },
      "own_children_under_18": {
       "estimate": 1993,
       "moe": 296.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2059,
       "moe": 357.97485945244813
      }
     },
     "lines": {
      "b23008_E001": 1993,
      "b23008_M001": 296,
      "b23008_E003": 404,
      "b23008_M003": 169,
      "b23008_E008": 7,
      "b23008_M008": 14,
      "b23008_E016": 1398,
      "b23008_M016": 306,
      "b23008_E021": 184,
      "b23008_M021": 143,
      "b11003_E001": 2555,
      "b11003_M001": 221,
      "b11003_E003": 822,
      "b11003_M003": 137,
      "b11003_E010": 14,
      "b11003_M010": 24,
      "b11003_E016": 123,
      "b11003_M016": 110,
      "b17020_E001": 9338,
      "b17020_M001": 57,
      "b17020_E003": 7,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 12,
      "b17020_M005": 20,
      "b17020_E011": 449,
      "b17020_M011": 161,
      "b17020_E012": 681,
      "b17020_M012": 228,
      "b17020_E013": 910,
      "b17020_M013": 222,
      "b15003_E001": 6838,
      "b15003_M001": 310,
      "b15003_E022": 2173,
      "b15003_M022": 372,
      "b15003_E023": 1165,
      "b15003_M023": 251,
      "b15003_E024": 170,
      "b15003_M024": 119,
      "b15003_E025": 55,
      "b15003_M025": 54,
      "c16002_E001": 3762,
      "c16002_M001": 230,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 60,
      "c16002_M007": 84,
      "c16002_E010": 25,
      "c16002_M010": 37,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3762,
      "b22010_M001": 230,
      "b22010_E002": 167,
      "b22010_M002": 84,
      "b19013_E001": 118929,
      "b19013_M001": 15490
     }
    }
   }
  },
  "0903420": {
   "name": "Preston School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0903420",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.33,
       "moe": 5.88,
       "numerator": 139,
       "denominator": 907
      },
      "children_with_two_parents_pct": {
       "estimate": 84.67,
       "moe": 20.82,
       "numerator": 768,
       "denominator": 907
      },
      "one_parent_families_with_children_pct": {
       "estimate": 5.36,
       "moe": 4.78,
       "numerator": 21,
       "denominator": 392
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.4,
       "numerator": 0,
       "denominator": 938
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.42,
       "moe": 4.5,
       "numerator": 826,
       "denominator": 3383
      },
      "limited_english_households_pct": {
       "estimate": 1.09,
       "moe": 1.79,
       "numerator": 20,
       "denominator": 1835
      },
      "snap_households_pct": {
       "estimate": 5.56,
       "moe": 3.41,
       "numerator": 102,
       "denominator": 1835
      },
      "median_household_income": {
       "estimate": 95553,
       "moe": 19905.0
      },
      "own_children_under_18": {
       "estimate": 907,
       "moe": 266.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 938,
       "moe": 251.22101822896906
      }
     },
     "lines": {
      "b23008_E001": 907,
      "b23008_M001": 266,
      "b23008_E003": 229,
      "b23008_M003": 139,
      "b23008_E008": 78,
      "b23008_M008": 56,
      "b23008_E016": 539,
      "b23008_M016": 259,
      "b23008_E021": 61,
      "b23008_M021": 37,
      "b11003_E001": 1327,
      "b11003_M001": 138,
      "b11003_E003": 371,
      "b11003_M003": 92,
      "b11003_E010": 14,
      "b11003_M010": 16,
      "b11003_E016": 7,
      "b11003_M016": 11,
      "b17020_E001": 4778,
      "b17020_M001": 30,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 331,
      "b17020_M011": 147,
      "b17020_E012": 303,
      "b17020_M012": 136,
      "b17020_E013": 304,
      "b17020_M013": 150,
      "b15003_E001": 3383,
      "b15003_M001": 217,
      "b15003_E022": 427,
      "b15003_M022": 111,
      "b15003_E023": 308,
      "b15003_M023": 108,
      "b15003_E024": 43,
      "b15003_M024": 27,
      "b15003_E025": 48,
      "b15003_M025": 36,
      "c16002_E001": 1835,
      "c16002_M001": 144,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 20,
      "c16002_M010": 24,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1835,
      "b22010_M001": 144,
      "b22010_E002": 102,
      "b22010_M002": 63,
      "b19013_E001": 95553,
      "b19013_M001": 19905
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.56,
       "moe": 7.73,
       "numerator": 167,
       "denominator": 951
      },
      "children_with_two_parents_pct": {
       "estimate": 82.44,
       "moe": 24.92,
       "numerator": 784,
       "denominator": 951
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.3,
       "moe": 12.64,
       "numerator": 58,
       "denominator": 379
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.27,
       "numerator": 0,
       "denominator": 993
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.81,
       "moe": 5.01,
       "numerator": 931,
       "denominator": 3348
      },
      "limited_english_households_pct": {
       "estimate": 0.95,
       "moe": 1.68,
       "numerator": 17,
       "denominator": 1786
      },
      "snap_households_pct": {
       "estimate": 2.86,
       "moe": 2.0,
       "numerator": 51,
       "denominator": 1786
      },
      "median_household_income": {
       "estimate": 103816,
       "moe": 20359.0
      },
      "own_children_under_18": {
       "estimate": 951,
       "moe": 274.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 993,
       "moe": 286.5327206446063
      }
     },
     "lines": {
      "b23008_E001": 951,
      "b23008_M001": 274,
      "b23008_E003": 210,
      "b23008_M003": 148,
      "b23008_E008": 96,
      "b23008_M008": 66,
      "b23008_E016": 574,
      "b23008_M016": 292,
      "b23008_E021": 71,
      "b23008_M021": 58,
      "b11003_E001": 1262,
      "b11003_M001": 132,
      "b11003_E003": 321,
      "b11003_M003": 82,
      "b11003_E010": 26,
      "b11003_M010": 24,
      "b11003_E016": 32,
      "b11003_M016": 44,
      "b17020_E001": 4789,
      "b17020_M001": 26,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 338,
      "b17020_M011": 169,
      "b17020_E012": 295,
      "b17020_M012": 152,
      "b17020_E013": 360,
      "b17020_M013": 173,
      "b15003_E001": 3348,
      "b15003_M001": 225,
      "b15003_E022": 474,
      "b15003_M022": 138,
      "b15003_E023": 340,
      "b15003_M023": 101,
      "b15003_E024": 63,
      "b15003_M024": 35,
      "b15003_E025": 54,
      "b15003_M025": 40,
      "c16002_E001": 1786,
      "c16002_M001": 166,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 17,
      "c16002_M010": 20,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1786,
      "b22010_M001": 166,
      "b22010_E002": 51,
      "b22010_M002": 36,
      "b19013_E001": 103816,
      "b19013_M001": 20359
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.67,
       "moe": 8.74,
       "numerator": 144,
       "denominator": 919
      },
      "children_with_two_parents_pct": {
       "estimate": 84.33,
       "moe": 20.92,
       "numerator": 775,
       "denominator": 919
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.1,
       "moe": 12.74,
       "numerator": 66,
       "denominator": 410
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.62,
       "numerator": 0,
       "denominator": 926
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.44,
       "moe": 6.09,
       "numerator": 953,
       "denominator": 3473
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.48,
       "numerator": 0,
       "denominator": 1897
      },
      "snap_households_pct": {
       "estimate": 5.01,
       "moe": 3.14,
       "numerator": 95,
       "denominator": 1897
      },
      "median_household_income": {
       "estimate": 109375,
       "moe": 25453.0
      },
      "own_children_under_18": {
       "estimate": 919,
       "moe": 310.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 926,
       "moe": 293.3615516730166
      }
     },
     "lines": {
      "b23008_E001": 919,
      "b23008_M001": 310,
      "b23008_E003": 244,
      "b23008_M003": 133,
      "b23008_E008": 69,
      "b23008_M008": 59,
      "b23008_E016": 531,
      "b23008_M016": 296,
      "b23008_E021": 75,
      "b23008_M021": 73,
      "b11003_E001": 1396,
      "b11003_M001": 136,
      "b11003_E003": 344,
      "b11003_M003": 104,
      "b11003_E010": 24,
      "b11003_M010": 28,
      "b11003_E016": 42,
      "b11003_M016": 48,
      "b17020_E001": 4793,
      "b17020_M001": 40,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 313,
      "b17020_M011": 136,
      "b17020_E012": 294,
      "b17020_M012": 169,
      "b17020_E013": 319,
      "b17020_M013": 196,
      "b15003_E001": 3473,
      "b15003_M001": 250,
      "b15003_E022": 476,
      "b15003_M022": 165,
      "b15003_E023": 379,
      "b15003_M023": 129,
      "b15003_E024": 90,
      "b15003_M024": 74,
      "b15003_E025": 8,
      "b15003_M025": 13,
      "c16002_E001": 1897,
      "c16002_M001": 147,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1897,
      "b22010_M001": 147,
      "b22010_E002": 95,
      "b22010_M002": 60,
      "b19013_E001": 109375,
      "b19013_M001": 25453
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.43,
       "moe": 7.88,
       "numerator": 116,
       "denominator": 864
      },
      "children_with_two_parents_pct": {
       "estimate": 86.57,
       "moe": 23.52,
       "numerator": 748,
       "denominator": 864
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.41,
       "moe": 11.55,
       "numerator": 51,
       "denominator": 411
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 3.39,
       "numerator": 15,
       "denominator": 886
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.51,
       "moe": 6.21,
       "numerator": 1011,
       "denominator": 3546
      },
      "limited_english_households_pct": {
       "estimate": 0.51,
       "moe": 1.46,
       "numerator": 10,
       "denominator": 1947
      },
      "snap_households_pct": {
       "estimate": 4.31,
       "moe": 2.96,
       "numerator": 84,
       "denominator": 1947
      },
      "median_household_income": {
       "estimate": 116648,
       "moe": 26909.0
      },
      "own_children_under_18": {
       "estimate": 864,
       "moe": 271.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 886,
       "moe": 265.8984768666417
      }
     },
     "lines": {
      "b23008_E001": 864,
      "b23008_M001": 271,
      "b23008_E003": 219,
      "b23008_M003": 138,
      "b23008_E008": 49,
      "b23008_M008": 46,
      "b23008_E016": 529,
      "b23008_M016": 278,
      "b23008_E021": 67,
      "b23008_M021": 62,
      "b11003_E001": 1404,
      "b11003_M001": 137,
      "b11003_E003": 360,
      "b11003_M003": 99,
      "b11003_E010": 11,
      "b11003_M010": 18,
      "b11003_E016": 40,
      "b11003_M016": 46,
      "b17020_E001": 4805,
      "b17020_M001": 24,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 15,
      "b17020_M005": 23,
      "b17020_E011": 268,
      "b17020_M011": 142,
      "b17020_E012": 283,
      "b17020_M012": 159,
      "b17020_E013": 320,
      "b17020_M013": 156,
      "b15003_E001": 3546,
      "b15003_M001": 239,
      "b15003_E022": 526,
      "b15003_M022": 187,
      "b15003_E023": 393,
      "b15003_M023": 120,
      "b15003_E024": 77,
      "b15003_M024": 59,
      "b15003_E025": 15,
      "b15003_M025": 16,
      "c16002_E001": 1947,
      "c16002_M001": 168,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 10,
      "c16002_M010": 15,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1947,
      "b22010_M001": 168,
      "b22010_E002": 84,
      "b22010_M002": 58,
      "b19013_E001": 116648,
      "b19013_M001": 26909
     }
    }
   }
  },
  "0903480": {
   "name": "Putnam School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903480",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.96,
       "moe": 13.92,
       "numerator": 585,
       "denominator": 1775
      },
      "children_with_two_parents_pct": {
       "estimate": 67.04,
       "moe": 7.5,
       "numerator": 1190,
       "denominator": 1775
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.67,
       "moe": 17.24,
       "numerator": 351,
       "denominator": 984
      },
      "children_below_poverty_pct": {
       "estimate": 3.63,
       "moe": 3.57,
       "numerator": 68,
       "denominator": 1871
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.84,
       "moe": 3.79,
       "numerator": 1468,
       "denominator": 6723
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.01,
       "numerator": 0,
       "denominator": 3756
      },
      "snap_households_pct": {
       "estimate": 18.96,
       "moe": 5.26,
       "numerator": 712,
       "denominator": 3756
      },
      "median_household_income": {
       "estimate": 67070,
       "moe": 10189.0
      },
      "own_children_under_18": {
       "estimate": 1775,
       "moe": 285.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1871,
       "moe": 345.7152007071717
      }
     },
     "lines": {
      "b23008_E001": 1775,
      "b23008_M001": 285,
      "b23008_E003": 352,
      "b23008_M003": 149,
      "b23008_E008": 168,
      "b23008_M008": 115,
      "b23008_E016": 838,
      "b23008_M016": 179,
      "b23008_E021": 417,
      "b23008_M021": 238,
      "b11003_E001": 2285,
      "b11003_M001": 156,
      "b11003_E003": 633,
      "b11003_M003": 114,
      "b11003_E010": 159,
      "b11003_M010": 157,
      "b11003_E016": 192,
      "b11003_M016": 101,
      "b17020_E001": 9031,
      "b17020_M001": 121,
      "b17020_E003": 39,
      "b17020_M003": 58,
      "b17020_E004": 14,
      "b17020_M004": 25,
      "b17020_E005": 15,
      "b17020_M005": 25,
      "b17020_E011": 521,
      "b17020_M011": 199,
      "b17020_E012": 466,
      "b17020_M012": 190,
      "b17020_E013": 816,
      "b17020_M013": 198,
      "b15003_E001": 6723,
      "b15003_M001": 295,
      "b15003_E022": 755,
      "b15003_M022": 167,
      "b15003_E023": 633,
      "b15003_M023": 194,
      "b15003_E024": 66,
      "b15003_M024": 53,
      "b15003_E025": 14,
      "b15003_M025": 27,
      "c16002_E001": 3756,
      "c16002_M001": 249,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3756,
      "b22010_M001": 249,
      "b22010_E002": 712,
      "b22010_M002": 203,
      "b19013_E001": 67070,
      "b19013_M001": 10189
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.12,
       "moe": 21.19,
       "numerator": 820,
       "denominator": 1778
      },
      "children_with_two_parents_pct": {
       "estimate": 53.88,
       "moe": 10.85,
       "numerator": 958,
       "denominator": 1778
      },
      "one_parent_families_with_children_pct": {
       "estimate": 45.33,
       "moe": 20.23,
       "numerator": 461,
       "denominator": 1017
      },
      "children_below_poverty_pct": {
       "estimate": 3.75,
       "moe": 3.24,
       "numerator": 72,
       "denominator": 1920
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.15,
       "moe": 3.58,
       "numerator": 1224,
       "denominator": 6744
      },
      "limited_english_households_pct": {
       "estimate": 0.17,
       "moe": 0.87,
       "numerator": 7,
       "denominator": 4010
      },
      "snap_households_pct": {
       "estimate": 18.88,
       "moe": 4.89,
       "numerator": 757,
       "denominator": 4010
      },
      "median_household_income": {
       "estimate": 63721,
       "moe": 7171.0
      },
      "own_children_under_18": {
       "estimate": 1778,
       "moe": 324.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1920,
       "moe": 469.4880190164601
      }
     },
     "lines": {
      "b23008_E001": 1778,
      "b23008_M001": 324,
      "b23008_E003": 348,
      "b23008_M003": 197,
      "b23008_E008": 240,
      "b23008_M008": 170,
      "b23008_E016": 610,
      "b23008_M016": 170,
      "b23008_E021": 580,
      "b23008_M021": 368,
      "b11003_E001": 2210,
      "b11003_M001": 208,
      "b11003_E003": 556,
      "b11003_M003": 148,
      "b11003_E010": 181,
      "b11003_M010": 146,
      "b11003_E016": 280,
      "b11003_M016": 194,
      "b17020_E001": 9075,
      "b17020_M001": 27,
      "b17020_E003": 38,
      "b17020_M003": 55,
      "b17020_E004": 21,
      "b17020_M004": 26,
      "b17020_E005": 13,
      "b17020_M005": 22,
      "b17020_E011": 588,
      "b17020_M011": 207,
      "b17020_E012": 703,
      "b17020_M012": 363,
      "b17020_E013": 557,
      "b17020_M013": 204,
      "b15003_E001": 6744,
      "b15003_M001": 315,
      "b15003_E022": 698,
      "b15003_M022": 169,
      "b15003_E023": 469,
      "b15003_M023": 179,
      "b15003_E024": 43,
      "b15003_M024": 29,
      "b15003_E025": 14,
      "b15003_M025": 16,
      "c16002_E001": 4010,
      "c16002_M001": 295,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 7,
      "c16002_M007": 12,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4010,
      "b22010_M001": 295,
      "b22010_E002": 757,
      "b22010_M002": 204,
      "b19013_E001": 63721,
      "b19013_M001": 7171
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.66,
       "moe": 12.92,
       "numerator": 665,
       "denominator": 1559
      },
      "children_with_two_parents_pct": {
       "estimate": 57.34,
       "moe": 9.25,
       "numerator": 894,
       "denominator": 1559
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.94,
       "moe": 16.94,
       "numerator": 383,
       "denominator": 892
      },
      "children_below_poverty_pct": {
       "estimate": 8.43,
       "moe": 6.53,
       "numerator": 139,
       "denominator": 1649
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.89,
       "moe": 3.44,
       "numerator": 1443,
       "denominator": 6907
      },
      "limited_english_households_pct": {
       "estimate": 0.99,
       "moe": 1.16,
       "numerator": 41,
       "denominator": 4128
      },
      "snap_households_pct": {
       "estimate": 19.19,
       "moe": 5.39,
       "numerator": 792,
       "denominator": 4128
      },
      "median_household_income": {
       "estimate": 67416,
       "moe": 6758.0
      },
      "own_children_under_18": {
       "estimate": 1559,
       "moe": 244.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1649,
       "moe": 330.41035092744903
      }
     },
     "lines": {
      "b23008_E001": 1559,
      "b23008_M001": 244,
      "b23008_E003": 206,
      "b23008_M003": 116,
      "b23008_E008": 185,
      "b23008_M008": 101,
      "b23008_E016": 688,
      "b23008_M016": 164,
      "b23008_E021": 480,
      "b23008_M021": 203,
      "b11003_E001": 2285,
      "b11003_M001": 150,
      "b11003_E003": 509,
      "b11003_M003": 117,
      "b11003_E010": 213,
      "b11003_M010": 151,
      "b11003_E016": 170,
      "b11003_M016": 91,
      "b17020_E001": 9088,
      "b17020_M001": 49,
      "b17020_E003": 42,
      "b17020_M003": 64,
      "b17020_E004": 71,
      "b17020_M004": 83,
      "b17020_E005": 26,
      "b17020_M005": 37,
      "b17020_E011": 398,
      "b17020_M011": 151,
      "b17020_E012": 597,
      "b17020_M012": 204,
      "b17020_E013": 515,
      "b17020_M013": 180,
      "b15003_E001": 6907,
      "b15003_M001": 230,
      "b15003_E022": 858,
      "b15003_M022": 165,
      "b15003_E023": 490,
      "b15003_M023": 170,
      "b15003_E024": 79,
      "b15003_M024": 47,
      "b15003_E025": 16,
      "b15003_M025": 17,
      "c16002_E001": 4128,
      "c16002_M001": 257,
      "c16002_E004": 21,
      "c16002_M004": 33,
      "c16002_E007": 20,
      "c16002_M007": 22,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4128,
      "b22010_M001": 257,
      "b22010_E002": 792,
      "b22010_M002": 228,
      "b19013_E001": 67416,
      "b19013_M001": 6758
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 46.21,
       "moe": 13.97,
       "numerator": 737,
       "denominator": 1595
      },
      "children_with_two_parents_pct": {
       "estimate": 53.79,
       "moe": 10.84,
       "numerator": 858,
       "denominator": 1595
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.24,
       "moe": 16.01,
       "numerator": 453,
       "denominator": 939
      },
      "children_below_poverty_pct": {
       "estimate": 10.15,
       "moe": 6.35,
       "numerator": 173,
       "denominator": 1704
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.03,
       "moe": 3.57,
       "numerator": 1401,
       "denominator": 6996
      },
      "limited_english_households_pct": {
       "estimate": 1.03,
       "moe": 1.21,
       "numerator": 43,
       "denominator": 4166
      },
      "snap_households_pct": {
       "estimate": 17.09,
       "moe": 5.19,
       "numerator": 712,
       "denominator": 4166
      },
      "median_household_income": {
       "estimate": 70561,
       "moe": 6774.0
      },
      "own_children_under_18": {
       "estimate": 1595,
       "moe": 274.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1704,
       "moe": 330.9939576487764
      }
     },
     "lines": {
      "b23008_E001": 1595,
      "b23008_M001": 274,
      "b23008_E003": 210,
      "b23008_M003": 140,
      "b23008_E008": 251,
      "b23008_M008": 144,
      "b23008_E016": 648,
      "b23008_M016": 179,
      "b23008_E021": 486,
      "b23008_M021": 212,
      "b11003_E001": 2316,
      "b11003_M001": 182,
      "b11003_E003": 486,
      "b11003_M003": 128,
      "b11003_E010": 221,
      "b11003_M010": 144,
      "b11003_E016": 232,
      "b11003_M016": 117,
      "b17020_E001": 9148,
      "b17020_M001": 43,
      "b17020_E003": 56,
      "b17020_M003": 70,
      "b17020_E004": 74,
      "b17020_M004": 78,
      "b17020_E005": 43,
      "b17020_M005": 43,
      "b17020_E011": 456,
      "b17020_M011": 180,
      "b17020_E012": 581,
      "b17020_M012": 168,
      "b17020_E013": 494,
      "b17020_M013": 190,
      "b15003_E001": 6996,
      "b15003_M001": 278,
      "b15003_E022": 833,
      "b15003_M022": 180,
      "b15003_E023": 492,
      "b15003_M023": 179,
      "b15003_E024": 52,
      "b15003_M024": 27,
      "b15003_E025": 24,
      "b15003_M025": 20,
      "c16002_E001": 4166,
      "c16002_M001": 237,
      "c16002_E004": 21,
      "c16002_M004": 36,
      "c16002_E007": 22,
      "c16002_M007": 23,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4166,
      "b22010_M001": 237,
      "b22010_E002": 712,
      "b22010_M002": 220,
      "b19013_E001": 70561,
      "b19013_M001": 6774
     }
    }
   }
  },
  "0903510": {
   "name": "Redding School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0903510",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.22,
       "moe": 9.5,
       "numerator": 309,
       "denominator": 1905
      },
      "children_with_two_parents_pct": {
       "estimate": 83.78,
       "moe": 8.52,
       "numerator": 1596,
       "denominator": 1905
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.03,
       "moe": 7.88,
       "numerator": 159,
       "denominator": 1058
      },
      "children_below_poverty_pct": {
       "estimate": 4.14,
       "moe": 3.83,
       "numerator": 80,
       "denominator": 1934
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.29,
       "moe": 5.83,
       "numerator": 4501,
       "denominator": 6314
      },
      "limited_english_households_pct": {
       "estimate": 1.86,
       "moe": 1.9,
       "numerator": 62,
       "denominator": 3341
      },
      "snap_households_pct": {
       "estimate": 1.02,
       "moe": 0.69,
       "numerator": 34,
       "denominator": 3341
      },
      "median_household_income": {
       "estimate": 140475,
       "moe": 15833.0
      },
      "own_children_under_18": {
       "estimate": 1905,
       "moe": 201.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1934,
       "moe": 298.72227904861734
      }
     },
     "lines": {
      "b23008_E001": 1905,
      "b23008_M001": 201,
      "b23008_E003": 433,
      "b23008_M003": 123,
      "b23008_E008": 31,
      "b23008_M008": 38,
      "b23008_E016": 1163,
      "b23008_M016": 199,
      "b23008_E021": 278,
      "b23008_M021": 180,
      "b11003_E001": 2615,
      "b11003_M001": 119,
      "b11003_E003": 899,
      "b11003_M003": 121,
      "b11003_E010": 57,
      "b11003_M010": 49,
      "b11003_E016": 102,
      "b11003_M016": 71,
      "b17020_E001": 8705,
      "b17020_M001": 69,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 22,
      "b17020_M004": 38,
      "b17020_E005": 58,
      "b17020_M005": 62,
      "b17020_E011": 464,
      "b17020_M011": 133,
      "b17020_E012": 617,
      "b17020_M012": 179,
      "b17020_E013": 773,
      "b17020_M013": 184,
      "b15003_E001": 6314,
      "b15003_M001": 226,
      "b15003_E022": 2318,
      "b15003_M022": 292,
      "b15003_E023": 1404,
      "b15003_M023": 200,
      "b15003_E024": 428,
      "b15003_M024": 150,
      "b15003_E025": 351,
      "b15003_M025": 117,
      "c16002_E001": 3341,
      "c16002_M001": 163,
      "c16002_E004": 29,
      "c16002_M004": 46,
      "c16002_E007": 9,
      "c16002_M007": 14,
      "c16002_E010": 24,
      "c16002_M010": 37,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3341,
      "b22010_M001": 163,
      "b22010_E002": 34,
      "b22010_M002": 23,
      "b19013_E001": 140475,
      "b19013_M001": 15833
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.59,
       "moe": 6.07,
       "numerator": 218,
       "denominator": 1731
      },
      "children_with_two_parents_pct": {
       "estimate": 87.41,
       "moe": 10.9,
       "numerator": 1513,
       "denominator": 1731
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.33,
       "moe": 6.25,
       "numerator": 117,
       "denominator": 1033
      },
      "children_below_poverty_pct": {
       "estimate": 2.84,
       "moe": 3.1,
       "numerator": 50,
       "denominator": 1758
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.53,
       "moe": 6.44,
       "numerator": 4626,
       "denominator": 6467
      },
      "limited_english_households_pct": {
       "estimate": 2.61,
       "moe": 2.48,
       "numerator": 88,
       "denominator": 3374
      },
      "snap_households_pct": {
       "estimate": 0.95,
       "moe": 0.77,
       "numerator": 32,
       "denominator": 3374
      },
      "median_household_income": {
       "estimate": 165391,
       "moe": 23416.0
      },
      "own_children_under_18": {
       "estimate": 1731,
       "moe": 171.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1758,
       "moe": 283.3584302610388
      }
     },
     "lines": {
      "b23008_E001": 1731,
      "b23008_M001": 171,
      "b23008_E003": 415,
      "b23008_M003": 131,
      "b23008_E008": 32,
      "b23008_M008": 36,
      "b23008_E016": 1098,
      "b23008_M016": 202,
      "b23008_E021": 186,
      "b23008_M021": 101,
      "b11003_E001": 2650,
      "b11003_M001": 106,
      "b11003_E003": 916,
      "b11003_M003": 121,
      "b11003_E010": 60,
      "b11003_M010": 53,
      "b11003_E016": 57,
      "b11003_M016": 40,
      "b17020_E001": 8631,
      "b17020_M001": 24,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 50,
      "b17020_M005": 48,
      "b17020_E011": 447,
      "b17020_M011": 136,
      "b17020_E012": 584,
      "b17020_M012": 183,
      "b17020_E013": 677,
      "b17020_M013": 159,
      "b15003_E001": 6467,
      "b15003_M001": 183,
      "b15003_E022": 2389,
      "b15003_M022": 313,
      "b15003_E023": 1486,
      "b15003_M023": 230,
      "b15003_E024": 427,
      "b15003_M024": 158,
      "b15003_E025": 324,
      "b15003_M025": 122,
      "c16002_E001": 3374,
      "c16002_M001": 145,
      "c16002_E004": 39,
      "c16002_M004": 63,
      "c16002_E007": 23,
      "c16002_M007": 33,
      "c16002_E010": 26,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3374,
      "b22010_M001": 145,
      "b22010_E002": 32,
      "b22010_M002": 26,
      "b19013_E001": 165391,
      "b19013_M001": 23416
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.46,
       "moe": 6.08,
       "numerator": 230,
       "denominator": 1709
      },
      "children_with_two_parents_pct": {
       "estimate": 86.54,
       "moe": 6.68,
       "numerator": 1479,
       "denominator": 1709
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.99,
       "moe": 6.7,
       "numerator": 129,
       "denominator": 993
      },
      "children_below_poverty_pct": {
       "estimate": 3.37,
       "moe": 2.76,
       "numerator": 58,
       "denominator": 1723
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.55,
       "moe": 6.09,
       "numerator": 4778,
       "denominator": 6586
      },
      "limited_english_households_pct": {
       "estimate": 2.48,
       "moe": 2.4,
       "numerator": 86,
       "denominator": 3473
      },
      "snap_households_pct": {
       "estimate": 0.75,
       "moe": 0.78,
       "numerator": 26,
       "denominator": 3473
      },
      "median_household_income": {
       "estimate": 176719,
       "moe": 17266.0
      },
      "own_children_under_18": {
       "estimate": 1709,
       "moe": 167.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1723,
       "moe": 250.67109925158903
      }
     },
     "lines": {
      "b23008_E001": 1709,
      "b23008_M001": 167,
      "b23008_E003": 390,
      "b23008_M003": 116,
      "b23008_E008": 19,
      "b23008_M008": 22,
      "b23008_E016": 1089,
      "b23008_M016": 143,
      "b23008_E021": 211,
      "b23008_M021": 104,
      "b11003_E001": 2683,
      "b11003_M001": 121,
      "b11003_E003": 864,
      "b11003_M003": 118,
      "b11003_E010": 57,
      "b11003_M010": 53,
      "b11003_E016": 72,
      "b11003_M016": 44,
      "b17020_E001": 8601,
      "b17020_M001": 29,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 10,
      "b17020_M004": 17,
      "b17020_E005": 48,
      "b17020_M005": 41,
      "b17020_E011": 416,
      "b17020_M011": 112,
      "b17020_E012": 623,
      "b17020_M012": 165,
      "b17020_E013": 626,
      "b17020_M013": 144,
      "b15003_E001": 6586,
      "b15003_M001": 147,
      "b15003_E022": 2461,
      "b15003_M022": 296,
      "b15003_E023": 1441,
      "b15003_M023": 214,
      "b15003_E024": 508,
      "b15003_M024": 154,
      "b15003_E025": 368,
      "b15003_M025": 122,
      "c16002_E001": 3473,
      "c16002_M001": 138,
      "c16002_E004": 38,
      "c16002_M004": 63,
      "c16002_E007": 21,
      "c16002_M007": 33,
      "c16002_E010": 27,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3473,
      "b22010_M001": 138,
      "b22010_E002": 26,
      "b22010_M002": 27,
      "b19013_E001": 176719,
      "b19013_M001": 17266
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.68,
       "moe": 6.92,
       "numerator": 210,
       "denominator": 1656
      },
      "children_with_two_parents_pct": {
       "estimate": 87.32,
       "moe": 9.17,
       "numerator": 1446,
       "denominator": 1656
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.88,
       "moe": 6.65,
       "numerator": 115,
       "denominator": 968
      },
      "children_below_poverty_pct": {
       "estimate": 4.3,
       "moe": 3.59,
       "numerator": 72,
       "denominator": 1674
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.13,
       "moe": 6.16,
       "numerator": 4731,
       "denominator": 6559
      },
      "limited_english_households_pct": {
       "estimate": 3.88,
       "moe": 2.82,
       "numerator": 132,
       "denominator": 3399
      },
      "snap_households_pct": {
       "estimate": 0.47,
       "moe": 0.59,
       "numerator": 16,
       "denominator": 3399
      },
      "median_household_income": {
       "estimate": 186060,
       "moe": 14812.0
      },
      "own_children_under_18": {
       "estimate": 1656,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1674,
       "moe": 264.5694615786183
      }
     },
     "lines": {
      "b23008_E001": 1656,
      "b23008_M001": 157,
      "b23008_E003": 393,
      "b23008_M003": 125,
      "b23008_E008": 15,
      "b23008_M008": 17,
      "b23008_E016": 1053,
      "b23008_M016": 162,
      "b23008_E021": 195,
      "b23008_M021": 115,
      "b11003_E001": 2626,
      "b11003_M001": 116,
      "b11003_E003": 853,
      "b11003_M003": 126,
      "b11003_E010": 36,
      "b11003_M010": 44,
      "b11003_E016": 79,
      "b11003_M016": 50,
      "b17020_E001": 8643,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 12,
      "b17020_M004": 19,
      "b17020_E005": 60,
      "b17020_M005": 55,
      "b17020_E011": 413,
      "b17020_M011": 125,
      "b17020_E012": 627,
      "b17020_M012": 180,
      "b17020_E013": 562,
      "b17020_M013": 135,
      "b15003_E001": 6559,
      "b15003_M001": 191,
      "b15003_E022": 2564,
      "b15003_M022": 312,
      "b15003_E023": 1409,
      "b15003_M023": 212,
      "b15003_E024": 406,
      "b15003_M024": 156,
      "b15003_E025": 352,
      "b15003_M025": 124,
      "c16002_E001": 3399,
      "c16002_M001": 166,
      "c16002_E004": 38,
      "c16002_M004": 62,
      "c16002_E007": 59,
      "c16002_M007": 58,
      "c16002_E010": 35,
      "c16002_M010": 41,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3399,
      "b22010_M001": 166,
      "b22010_E002": 16,
      "b22010_M002": 20,
      "b19013_E001": 186060,
      "b19013_M001": 14812
     }
    }
   }
  },
  "0903515": {
   "name": "Regional School District 06, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903515",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.28,
       "moe": 9.35,
       "numerator": 336,
       "denominator": 1188
      },
      "children_with_two_parents_pct": {
       "estimate": 71.72,
       "moe": 12.38,
       "numerator": 852,
       "denominator": 1188
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.63,
       "moe": 11.0,
       "numerator": 147,
       "denominator": 622
      },
      "children_below_poverty_pct": {
       "estimate": 14.47,
       "moe": 6.13,
       "numerator": 172,
       "denominator": 1189
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.55,
       "moe": 3.72,
       "numerator": 2198,
       "denominator": 4934
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.49,
       "numerator": 0,
       "denominator": 2550
      },
      "snap_households_pct": {
       "estimate": 2.04,
       "moe": 1.17,
       "numerator": 52,
       "denominator": 2550
      },
      "median_household_income": {
       "estimate": 120547,
       "moe": 14099.0
      },
      "own_children_under_18": {
       "estimate": 1188,
       "moe": 125.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1189,
       "moe": 189.88417522268674
      }
     },
     "lines": {
      "b23008_E001": 1188,
      "b23008_M001": 125,
      "b23008_E003": 252,
      "b23008_M003": 99,
      "b23008_E008": 79,
      "b23008_M008": 69,
      "b23008_E016": 600,
      "b23008_M016": 141,
      "b23008_E021": 257,
      "b23008_M021": 94,
      "b11003_E001": 1843,
      "b11003_M001": 150,
      "b11003_E003": 475,
      "b11003_M003": 91,
      "b11003_E010": 78,
      "b11003_M010": 65,
      "b11003_E016": 69,
      "b11003_M016": 35,
      "b17020_E001": 6670,
      "b17020_M001": 355,
      "b17020_E003": 23,
      "b17020_M003": 29,
      "b17020_E004": 67,
      "b17020_M004": 47,
      "b17020_E005": 82,
      "b17020_M005": 55,
      "b17020_E011": 308,
      "b17020_M011": 109,
      "b17020_E012": 379,
      "b17020_M012": 100,
      "b17020_E013": 330,
      "b17020_M013": 90,
      "b15003_E001": 4934,
      "b15003_M001": 261,
      "b15003_E022": 1120,
      "b15003_M022": 155,
      "b15003_E023": 802,
      "b15003_M023": 126,
      "b15003_E024": 181,
      "b15003_M024": 69,
      "b15003_E025": 95,
      "b15003_M025": 50,
      "c16002_E001": 2550,
      "c16002_M001": 192,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2550,
      "b22010_M001": 192,
      "b22010_E002": 52,
      "b22010_M002": 30,
      "b19013_E001": 120547,
      "b19013_M001": 14099
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.62,
       "moe": 9.92,
       "numerator": 390,
       "denominator": 1160
      },
      "children_with_two_parents_pct": {
       "estimate": 66.38,
       "moe": 10.2,
       "numerator": 770,
       "denominator": 1160
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.24,
       "moe": 10.94,
       "numerator": 158,
       "denominator": 626
      },
      "children_below_poverty_pct": {
       "estimate": 18.26,
       "moe": 6.91,
       "numerator": 212,
       "denominator": 1161
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.36,
       "moe": 4.96,
       "numerator": 2289,
       "denominator": 4733
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.46,
       "numerator": 0,
       "denominator": 2608
      },
      "snap_households_pct": {
       "estimate": 3.49,
       "moe": 1.82,
       "numerator": 91,
       "denominator": 2608
      },
      "median_household_income": {
       "estimate": 129271,
       "moe": 16277.0
      },
      "own_children_under_18": {
       "estimate": 1160,
       "moe": 133.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1161,
       "moe": 187.104249016424
      }
     },
     "lines": {
      "b23008_E001": 1160,
      "b23008_M001": 133,
      "b23008_E003": 176,
      "b23008_M003": 77,
      "b23008_E008": 77,
      "b23008_M008": 68,
      "b23008_E016": 594,
      "b23008_M016": 126,
      "b23008_E021": 313,
      "b23008_M021": 103,
      "b11003_E001": 1819,
      "b11003_M001": 166,
      "b11003_E003": 468,
      "b11003_M003": 108,
      "b11003_E010": 86,
      "b11003_M010": 66,
      "b11003_E016": 72,
      "b11003_M016": 38,
      "b17020_E001": 6735,
      "b17020_M001": 344,
      "b17020_E003": 31,
      "b17020_M003": 25,
      "b17020_E004": 88,
      "b17020_M004": 57,
      "b17020_E005": 93,
      "b17020_M005": 61,
      "b17020_E011": 222,
      "b17020_M011": 87,
      "b17020_E012": 356,
      "b17020_M012": 110,
      "b17020_E013": 371,
      "b17020_M013": 88,
      "b15003_E001": 4733,
      "b15003_M001": 217,
      "b15003_E022": 1118,
      "b15003_M022": 176,
      "b15003_E023": 799,
      "b15003_M023": 135,
      "b15003_E024": 244,
      "b15003_M024": 96,
      "b15003_E025": 128,
      "b15003_M025": 88,
      "c16002_E001": 2608,
      "c16002_M001": 200,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2608,
      "b22010_M001": 200,
      "b22010_E002": 91,
      "b22010_M002": 48,
      "b19013_E001": 129271,
      "b19013_M001": 16277
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.4,
       "moe": 9.42,
       "numerator": 301,
       "denominator": 1140
      },
      "children_with_two_parents_pct": {
       "estimate": 73.6,
       "moe": 9.04,
       "numerator": 839,
       "denominator": 1140
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.34,
       "moe": 11.86,
       "numerator": 149,
       "denominator": 667
      },
      "children_below_poverty_pct": {
       "estimate": 10.17,
       "moe": 4.8,
       "numerator": 116,
       "denominator": 1141
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.75,
       "moe": 4.72,
       "numerator": 2470,
       "denominator": 4965
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.4,
       "numerator": 0,
       "denominator": 2709
      },
      "snap_households_pct": {
       "estimate": 2.51,
       "moe": 1.57,
       "numerator": 68,
       "denominator": 2709
      },
      "median_household_income": {
       "estimate": 137266,
       "moe": 21829.0
      },
      "own_children_under_18": {
       "estimate": 1140,
       "moe": 137.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1141,
       "moe": 180.79546454488286
      }
     },
     "lines": {
      "b23008_E001": 1140,
      "b23008_M001": 137,
      "b23008_E003": 284,
      "b23008_M003": 92,
      "b23008_E008": 92,
      "b23008_M008": 76,
      "b23008_E016": 555,
      "b23008_M016": 111,
      "b23008_E021": 209,
      "b23008_M021": 84,
      "b11003_E001": 1901,
      "b11003_M001": 178,
      "b11003_E003": 518,
      "b11003_M003": 100,
      "b11003_E010": 95,
      "b11003_M010": 78,
      "b11003_E016": 54,
      "b11003_M016": 32,
      "b17020_E001": 6755,
      "b17020_M001": 314,
      "b17020_E003": 25,
      "b17020_M003": 26,
      "b17020_E004": 45,
      "b17020_M004": 36,
      "b17020_E005": 46,
      "b17020_M005": 37,
      "b17020_E011": 351,
      "b17020_M011": 104,
      "b17020_E012": 332,
      "b17020_M012": 89,
      "b17020_E013": 342,
      "b17020_M013": 103,
      "b15003_E001": 4965,
      "b15003_M001": 265,
      "b15003_E022": 1301,
      "b15003_M022": 209,
      "b15003_E023": 872,
      "b15003_M023": 142,
      "b15003_E024": 182,
      "b15003_M024": 73,
      "b15003_E025": 115,
      "b15003_M025": 55,
      "c16002_E001": 2709,
      "c16002_M001": 226,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2709,
      "b22010_M001": 226,
      "b22010_E002": 68,
      "b22010_M002": 43,
      "b19013_E001": 137266,
      "b19013_M001": 21829
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.75,
       "moe": 9.51,
       "numerator": 246,
       "denominator": 1036
      },
      "children_with_two_parents_pct": {
       "estimate": 76.25,
       "moe": 11.05,
       "numerator": 790,
       "denominator": 1036
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.61,
       "moe": 11.42,
       "numerator": 174,
       "denominator": 737
      },
      "children_below_poverty_pct": {
       "estimate": 6.08,
       "moe": 3.44,
       "numerator": 63,
       "denominator": 1036
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.42,
       "moe": 4.77,
       "numerator": 2656,
       "denominator": 5165
      },
      "limited_english_households_pct": {
       "estimate": 0.1,
       "moe": 1.15,
       "numerator": 3,
       "denominator": 2874
      },
      "snap_households_pct": {
       "estimate": 3.06,
       "moe": 2.04,
       "numerator": 88,
       "denominator": 2874
      },
      "median_household_income": {
       "estimate": 133672,
       "moe": 16253.0
      },
      "own_children_under_18": {
       "estimate": 1036,
       "moe": 121.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1036,
       "moe": 169.9117417955569
      }
     },
     "lines": {
      "b23008_E001": 1036,
      "b23008_M001": 121,
      "b23008_E003": 272,
      "b23008_M003": 79,
      "b23008_E008": 75,
      "b23008_M008": 70,
      "b23008_E016": 518,
      "b23008_M016": 124,
      "b23008_E021": 171,
      "b23008_M021": 75,
      "b11003_E001": 1993,
      "b11003_M001": 181,
      "b11003_E003": 563,
      "b11003_M003": 114,
      "b11003_E010": 132,
      "b11003_M010": 88,
      "b11003_E016": 42,
      "b11003_M016": 23,
      "b17020_E001": 6775,
      "b17020_M001": 303,
      "b17020_E003": 9,
      "b17020_M003": 17,
      "b17020_E004": 33,
      "b17020_M004": 27,
      "b17020_E005": 21,
      "b17020_M005": 19,
      "b17020_E011": 338,
      "b17020_M011": 97,
      "b17020_E012": 308,
      "b17020_M012": 99,
      "b17020_E013": 327,
      "b17020_M013": 91,
      "b15003_E001": 5165,
      "b15003_M001": 244,
      "b15003_E022": 1370,
      "b15003_M022": 212,
      "b15003_E023": 1019,
      "b15003_M023": 153,
      "b15003_E024": 162,
      "b15003_M024": 70,
      "b15003_E025": 105,
      "b15003_M025": 56,
      "c16002_E001": 2874,
      "c16002_M001": 212,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2874,
      "b22010_M001": 212,
      "b22010_E002": 88,
      "b22010_M002": 59,
      "b19013_E001": 133672,
      "b19013_M001": 16253
     }
    }
   }
  },
  "0903520": {
   "name": "Regional School District 10, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903520",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.98,
       "moe": 8.22,
       "numerator": 728,
       "denominator": 3644
      },
      "children_with_two_parents_pct": {
       "estimate": 80.02,
       "moe": 6.76,
       "numerator": 2916,
       "denominator": 3644
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.16,
       "moe": 6.03,
       "numerator": 390,
       "denominator": 2035
      },
      "children_below_poverty_pct": {
       "estimate": 2.62,
       "moe": 1.79,
       "numerator": 96,
       "denominator": 3670
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.51,
       "moe": 4.06,
       "numerator": 4872,
       "denominator": 10475
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.78,
       "numerator": 0,
       "denominator": 5371
      },
      "snap_households_pct": {
       "estimate": 2.36,
       "moe": 1.21,
       "numerator": 127,
       "denominator": 5371
      },
      "median_household_income": {
       "estimate": 136344,
       "moe": 12180.0
      },
      "own_children_under_18": {
       "estimate": 3644,
       "moe": 290.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3670,
       "moe": 426.5852786958312
      }
     },
     "lines": {
      "b23008_E001": 3644,
      "b23008_M001": 290,
      "b23008_E003": 727,
      "b23008_M003": 190,
      "b23008_E008": 120,
      "b23008_M008": 85,
      "b23008_E016": 2189,
      "b23008_M016": 280,
      "b23008_E021": 608,
      "b23008_M021": 293,
      "b11003_E001": 4365,
      "b11003_M001": 148,
      "b11003_E003": 1645,
      "b11003_M003": 215,
      "b11003_E010": 198,
      "b11003_M010": 87,
      "b11003_E016": 192,
      "b11003_M016": 99,
      "b17020_E001": 14980,
      "b17020_M001": 45,
      "b17020_E003": 29,
      "b17020_M003": 42,
      "b17020_E004": 54,
      "b17020_M004": 48,
      "b17020_E005": 13,
      "b17020_M005": 19,
      "b17020_E011": 818,
      "b17020_M011": 209,
      "b17020_E012": 1294,
      "b17020_M012": 269,
      "b17020_E013": 1462,
      "b17020_M013": 248,
      "b15003_E001": 10475,
      "b15003_M001": 283,
      "b15003_E022": 2763,
      "b15003_M022": 320,
      "b15003_E023": 1726,
      "b15003_M023": 288,
      "b15003_E024": 256,
      "b15003_M024": 98,
      "b15003_E025": 127,
      "b15003_M025": 59,
      "c16002_E001": 5371,
      "c16002_M001": 191,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5371,
      "b22010_M001": 191,
      "b22010_E002": 127,
      "b22010_M002": 65,
      "b19013_E001": 136344,
      "b19013_M001": 12180
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.95,
       "moe": 7.92,
       "numerator": 882,
       "denominator": 3535
      },
      "children_with_two_parents_pct": {
       "estimate": 75.05,
       "moe": 7.17,
       "numerator": 2653,
       "denominator": 3535
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.33,
       "moe": 7.48,
       "numerator": 448,
       "denominator": 1841
      },
      "children_below_poverty_pct": {
       "estimate": 2.25,
       "moe": 1.64,
       "numerator": 81,
       "denominator": 3595
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.91,
       "moe": 4.14,
       "numerator": 4760,
       "denominator": 10368
      },
      "limited_english_households_pct": {
       "estimate": 1.04,
       "moe": 1.32,
       "numerator": 55,
       "denominator": 5275
      },
      "snap_households_pct": {
       "estimate": 3.03,
       "moe": 1.36,
       "numerator": 160,
       "denominator": 5275
      },
      "median_household_income": {
       "estimate": 135226,
       "moe": 12219.0
      },
      "own_children_under_18": {
       "estimate": 3535,
       "moe": 293.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3595,
       "moe": 422.29373663363754
      }
     },
     "lines": {
      "b23008_E001": 3535,
      "b23008_M001": 293,
      "b23008_E003": 574,
      "b23008_M003": 177,
      "b23008_E008": 77,
      "b23008_M008": 73,
      "b23008_E016": 2079,
      "b23008_M016": 285,
      "b23008_E021": 805,
      "b23008_M021": 280,
      "b11003_E001": 4060,
      "b11003_M001": 172,
      "b11003_E003": 1393,
      "b11003_M003": 208,
      "b11003_E010": 204,
      "b11003_M010": 92,
      "b11003_E016": 244,
      "b11003_M016": 120,
      "b17020_E001": 15030,
      "b17020_M001": 51,
      "b17020_E003": 16,
      "b17020_M003": 26,
      "b17020_E004": 49,
      "b17020_M004": 50,
      "b17020_E005": 16,
      "b17020_M005": 20,
      "b17020_E011": 635,
      "b17020_M011": 196,
      "b17020_E012": 1291,
      "b17020_M012": 254,
      "b17020_E013": 1588,
      "b17020_M013": 268,
      "b15003_E001": 10368,
      "b15003_M001": 313,
      "b15003_E022": 2789,
      "b15003_M022": 355,
      "b15003_E023": 1500,
      "b15003_M023": 254,
      "b15003_E024": 345,
      "b15003_M024": 103,
      "b15003_E025": 126,
      "b15003_M025": 63,
      "c16002_E001": 5275,
      "c16002_M001": 234,
      "c16002_E004": 28,
      "c16002_M004": 48,
      "c16002_E007": 27,
      "c16002_M007": 41,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5275,
      "b22010_M001": 234,
      "b22010_E002": 160,
      "b22010_M002": 72,
      "b19013_E001": 135226,
      "b19013_M001": 12219
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.27,
       "moe": 7.59,
       "numerator": 845,
       "denominator": 3482
      },
      "children_with_two_parents_pct": {
       "estimate": 75.73,
       "moe": 8.58,
       "numerator": 2637,
       "denominator": 3482
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.4,
       "moe": 6.02,
       "numerator": 342,
       "denominator": 1763
      },
      "children_below_poverty_pct": {
       "estimate": 2.38,
       "moe": 1.64,
       "numerator": 84,
       "denominator": 3534
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.14,
       "moe": 3.77,
       "numerator": 4915,
       "denominator": 10426
      },
      "limited_english_households_pct": {
       "estimate": 0.91,
       "moe": 1.17,
       "numerator": 49,
       "denominator": 5401
      },
      "snap_households_pct": {
       "estimate": 2.78,
       "moe": 1.07,
       "numerator": 150,
       "denominator": 5401
      },
      "median_household_income": {
       "estimate": 140504,
       "moe": 15812.0
      },
      "own_children_under_18": {
       "estimate": 3482,
       "moe": 276.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3534,
       "moe": 380.17890525382916
      }
     },
     "lines": {
      "b23008_E001": 3482,
      "b23008_M001": 276,
      "b23008_E003": 647,
      "b23008_M003": 165,
      "b23008_E008": 89,
      "b23008_M008": 72,
      "b23008_E016": 1990,
      "b23008_M016": 325,
      "b23008_E021": 756,
      "b23008_M021": 263,
      "b11003_E001": 4128,
      "b11003_M001": 161,
      "b11003_E003": 1421,
      "b11003_M003": 201,
      "b11003_E010": 156,
      "b11003_M010": 81,
      "b11003_E016": 186,
      "b11003_M016": 82,
      "b17020_E001": 15122,
      "b17020_M001": 37,
      "b17020_E003": 19,
      "b17020_M003": 31,
      "b17020_E004": 48,
      "b17020_M004": 44,
      "b17020_E005": 17,
      "b17020_M005": 23,
      "b17020_E011": 717,
      "b17020_M011": 171,
      "b17020_E012": 1242,
      "b17020_M012": 235,
      "b17020_E013": 1491,
      "b17020_M013": 238,
      "b15003_E001": 10426,
      "b15003_M001": 294,
      "b15003_E022": 2835,
      "b15003_M022": 290,
      "b15003_E023": 1650,
      "b15003_M023": 279,
      "b15003_E024": 307,
      "b15003_M024": 94,
      "b15003_E025": 123,
      "b15003_M025": 57,
      "c16002_E001": 5401,
      "c16002_M001": 215,
      "c16002_E004": 15,
      "c16002_M004": 25,
      "c16002_E007": 34,
      "c16002_M007": 50,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5401,
      "b22010_M001": 215,
      "b22010_E002": 150,
      "b22010_M002": 58,
      "b19013_E001": 140504,
      "b19013_M001": 15812
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.39,
       "moe": 6.6,
       "numerator": 830,
       "denominator": 3548
      },
      "children_with_two_parents_pct": {
       "estimate": 76.61,
       "moe": 7.68,
       "numerator": 2718,
       "denominator": 3548
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.63,
       "moe": 6.38,
       "numerator": 322,
       "denominator": 1728
      },
      "children_below_poverty_pct": {
       "estimate": 1.94,
       "moe": 1.69,
       "numerator": 70,
       "denominator": 3615
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.85,
       "moe": 3.48,
       "numerator": 4906,
       "denominator": 10471
      },
      "limited_english_households_pct": {
       "estimate": 1.25,
       "moe": 1.32,
       "numerator": 68,
       "denominator": 5451
      },
      "snap_households_pct": {
       "estimate": 2.42,
       "moe": 1.08,
       "numerator": 132,
       "denominator": 5451
      },
      "median_household_income": {
       "estimate": 149410,
       "moe": 10649.0
      },
      "own_children_under_18": {
       "estimate": 3548,
       "moe": 279.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3615,
       "moe": 381.9646580509773
      }
     },
     "lines": {
      "b23008_E001": 3548,
      "b23008_M001": 279,
      "b23008_E003": 661,
      "b23008_M003": 162,
      "b23008_E008": 41,
      "b23008_M008": 39,
      "b23008_E016": 2057,
      "b23008_M016": 306,
      "b23008_E021": 789,
      "b23008_M021": 240,
      "b11003_E001": 4197,
      "b11003_M001": 185,
      "b11003_E003": 1406,
      "b11003_M003": 195,
      "b11003_E010": 153,
      "b11003_M010": 81,
      "b11003_E016": 169,
      "b11003_M016": 86,
      "b17020_E001": 15250,
      "b17020_M001": 39,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 46,
      "b17020_M004": 50,
      "b17020_E005": 24,
      "b17020_M005": 29,
      "b17020_E011": 702,
      "b17020_M011": 161,
      "b17020_E012": 1174,
      "b17020_M012": 237,
      "b17020_E013": 1669,
      "b17020_M013": 245,
      "b15003_E001": 10471,
      "b15003_M001": 327,
      "b15003_E022": 2729,
      "b15003_M022": 290,
      "b15003_E023": 1693,
      "b15003_M023": 237,
      "b15003_E024": 324,
      "b15003_M024": 111,
      "b15003_E025": 160,
      "b15003_M025": 58,
      "c16002_E001": 5451,
      "c16002_M001": 230,
      "c16002_E004": 32,
      "c16002_M004": 37,
      "c16002_E007": 36,
      "c16002_M007": 54,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5451,
      "b22010_M001": 230,
      "b22010_E002": 132,
      "b22010_M002": 59,
      "b19013_E001": 149410,
      "b19013_M001": 10649
     }
    }
   }
  },
  "0903530": {
   "name": "Regional School District 12, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903530",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.61,
       "moe": 11.2,
       "numerator": 275,
       "denominator": 1165
      },
      "children_with_two_parents_pct": {
       "estimate": 76.39,
       "moe": 10.44,
       "numerator": 890,
       "denominator": 1165
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.65,
       "moe": 15.54,
       "numerator": 198,
       "denominator": 716
      },
      "children_below_poverty_pct": {
       "estimate": 10.38,
       "moe": 5.62,
       "numerator": 125,
       "denominator": 1204
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.2,
       "moe": 4.55,
       "numerator": 3344,
       "denominator": 5846
      },
      "limited_english_households_pct": {
       "estimate": 0.32,
       "moe": 0.97,
       "numerator": 10,
       "denominator": 3090
      },
      "snap_households_pct": {
       "estimate": 0.55,
       "moe": 0.42,
       "numerator": 17,
       "denominator": 3090
      },
      "median_household_income": {
       "estimate": 117632,
       "moe": 14437.0
      },
      "own_children_under_18": {
       "estimate": 1165,
       "moe": 151.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1204,
       "moe": 205.7668583615933
      }
     },
     "lines": {
      "b23008_E001": 1165,
      "b23008_M001": 151,
      "b23008_E003": 280,
      "b23008_M003": 102,
      "b23008_E008": 65,
      "b23008_M008": 54,
      "b23008_E016": 610,
      "b23008_M016": 133,
      "b23008_E021": 210,
      "b23008_M021": 124,
      "b11003_E001": 1985,
      "b11003_M001": 149,
      "b11003_E003": 518,
      "b11003_M003": 108,
      "b11003_E010": 80,
      "b11003_M010": 78,
      "b11003_E016": 118,
      "b11003_M016": 91,
      "b17020_E001": 7407,
      "b17020_M001": 295,
      "b17020_E003": 42,
      "b17020_M003": 48,
      "b17020_E004": 16,
      "b17020_M004": 23,
      "b17020_E005": 67,
      "b17020_M005": 47,
      "b17020_E011": 303,
      "b17020_M011": 104,
      "b17020_E012": 343,
      "b17020_M012": 119,
      "b17020_E013": 433,
      "b17020_M013": 111,
      "b15003_E001": 5846,
      "b15003_M001": 307,
      "b15003_E022": 1877,
      "b15003_M022": 224,
      "b15003_E023": 881,
      "b15003_M023": 185,
      "b15003_E024": 478,
      "b15003_M024": 120,
      "b15003_E025": 108,
      "b15003_M025": 52,
      "c16002_E001": 3090,
      "c16002_M001": 210,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 7,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3090,
      "b22010_M001": 210,
      "b22010_E002": 17,
      "b22010_M002": 13,
      "b19013_E001": 117632,
      "b19013_M001": 14437
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.09,
       "moe": 14.84,
       "numerator": 445,
       "denominator": 1268
      },
      "children_with_two_parents_pct": {
       "estimate": 64.91,
       "moe": 10.42,
       "numerator": 823,
       "denominator": 1268
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.24,
       "moe": 16.91,
       "numerator": 332,
       "denominator": 846
      },
      "children_below_poverty_pct": {
       "estimate": 12.99,
       "moe": 10.15,
       "numerator": 171,
       "denominator": 1316
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.35,
       "moe": 5.71,
       "numerator": 3202,
       "denominator": 5682
      },
      "limited_english_households_pct": {
       "estimate": 0.55,
       "moe": 1.12,
       "numerator": 17,
       "denominator": 3117
      },
      "snap_households_pct": {
       "estimate": 0.9,
       "moe": 0.54,
       "numerator": 28,
       "denominator": 3117
      },
      "median_household_income": {
       "estimate": 121118,
       "moe": 20963.0
      },
      "own_children_under_18": {
       "estimate": 1268,
       "moe": 169.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1316,
       "moe": 232.31013753170566
      }
     },
     "lines": {
      "b23008_E001": 1268,
      "b23008_M001": 169,
      "b23008_E003": 330,
      "b23008_M003": 111,
      "b23008_E008": 138,
      "b23008_M008": 122,
      "b23008_E016": 493,
      "b23008_M016": 131,
      "b23008_E021": 307,
      "b23008_M021": 155,
      "b11003_E001": 2021,
      "b11003_M001": 144,
      "b11003_E003": 514,
      "b11003_M003": 118,
      "b11003_E010": 127,
      "b11003_M010": 111,
      "b11003_E016": 205,
      "b11003_M016": 120,
      "b17020_E001": 7284,
      "b17020_M001": 311,
      "b17020_E003": 97,
      "b17020_M003": 122,
      "b17020_E004": 31,
      "b17020_M004": 43,
      "b17020_E005": 43,
      "b17020_M005": 45,
      "b17020_E011": 374,
      "b17020_M011": 115,
      "b17020_E012": 303,
      "b17020_M012": 96,
      "b17020_E013": 468,
      "b17020_M013": 113,
      "b15003_E001": 5682,
      "b15003_M001": 313,
      "b15003_E022": 1735,
      "b15003_M022": 281,
      "b15003_E023": 879,
      "b15003_M023": 196,
      "b15003_E024": 474,
      "b15003_M024": 128,
      "b15003_E025": 114,
      "b15003_M025": 50,
      "c16002_E001": 3117,
      "c16002_M001": 191,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 14,
      "c16002_M010": 22,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3117,
      "b22010_M001": 191,
      "b22010_E002": 28,
      "b22010_M002": 17,
      "b19013_E001": 121118,
      "b19013_M001": 20963
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.67,
       "moe": 10.92,
       "numerator": 382,
       "denominator": 1206
      },
      "children_with_two_parents_pct": {
       "estimate": 68.33,
       "moe": 9.3,
       "numerator": 824,
       "denominator": 1206
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.69,
       "moe": 14.19,
       "numerator": 218,
       "denominator": 688
      },
      "children_below_poverty_pct": {
       "estimate": 13.65,
       "moe": 9.1,
       "numerator": 171,
       "denominator": 1253
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.37,
       "moe": 4.93,
       "numerator": 3523,
       "denominator": 5836
      },
      "limited_english_households_pct": {
       "estimate": 0.8,
       "moe": 1.44,
       "numerator": 25,
       "denominator": 3127
      },
      "snap_households_pct": {
       "estimate": 1.66,
       "moe": 1.21,
       "numerator": 52,
       "denominator": 3127
      },
      "median_household_income": {
       "estimate": 121081,
       "moe": 15472.0
      },
      "own_children_under_18": {
       "estimate": 1206,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1253,
       "moe": 192.05728312146874
      }
     },
     "lines": {
      "b23008_E001": 1206,
      "b23008_M001": 157,
      "b23008_E003": 291,
      "b23008_M003": 80,
      "b23008_E008": 119,
      "b23008_M008": 99,
      "b23008_E016": 533,
      "b23008_M016": 133,
      "b23008_E021": 263,
      "b23008_M021": 100,
      "b11003_E001": 2040,
      "b11003_M001": 151,
      "b11003_E003": 470,
      "b11003_M003": 86,
      "b11003_E010": 85,
      "b11003_M010": 73,
      "b11003_E016": 133,
      "b11003_M016": 78,
      "b17020_E001": 7404,
      "b17020_M001": 318,
      "b17020_E003": 91,
      "b17020_M003": 96,
      "b17020_E004": 31,
      "b17020_M004": 38,
      "b17020_E005": 49,
      "b17020_M005": 55,
      "b17020_E011": 322,
      "b17020_M011": 84,
      "b17020_E012": 261,
      "b17020_M012": 73,
      "b17020_E013": 499,
      "b17020_M013": 104,
      "b15003_E001": 5836,
      "b15003_M001": 334,
      "b15003_E022": 1930,
      "b15003_M022": 253,
      "b15003_E023": 961,
      "b15003_M023": 190,
      "b15003_E024": 494,
      "b15003_M024": 137,
      "b15003_E025": 138,
      "b15003_M025": 67,
      "c16002_E001": 3127,
      "c16002_M001": 199,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 22,
      "c16002_M010": 36,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3127,
      "b22010_M001": 199,
      "b22010_E002": 52,
      "b22010_M002": 38,
      "b19013_E001": 121081,
      "b19013_M001": 15472
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.2,
       "moe": 13.15,
       "numerator": 353,
       "denominator": 1169
      },
      "children_with_two_parents_pct": {
       "estimate": 69.8,
       "moe": 9.53,
       "numerator": 816,
       "denominator": 1169
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.47,
       "moe": 12.05,
       "numerator": 167,
       "denominator": 631
      },
      "children_below_poverty_pct": {
       "estimate": 9.98,
       "moe": 6.63,
       "numerator": 123,
       "denominator": 1233
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.41,
       "moe": 4.61,
       "numerator": 3432,
       "denominator": 5876
      },
      "limited_english_households_pct": {
       "estimate": 1.09,
       "moe": 1.23,
       "numerator": 34,
       "denominator": 3130
      },
      "snap_households_pct": {
       "estimate": 1.28,
       "moe": 0.99,
       "numerator": 40,
       "denominator": 3130
      },
      "median_household_income": {
       "estimate": 124133,
       "moe": 13343.0
      },
      "own_children_under_18": {
       "estimate": 1169,
       "moe": 177.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1233,
       "moe": 200.0
      }
     },
     "lines": {
      "b23008_E001": 1169,
      "b23008_M001": 177,
      "b23008_E003": 189,
      "b23008_M003": 74,
      "b23008_E008": 76,
      "b23008_M008": 72,
      "b23008_E016": 627,
      "b23008_M016": 149,
      "b23008_E021": 277,
      "b23008_M021": 146,
      "b11003_E001": 2030,
      "b11003_M001": 163,
      "b11003_E003": 464,
      "b11003_M003": 93,
      "b11003_E010": 46,
      "b11003_M010": 33,
      "b11003_E016": 121,
      "b11003_M016": 76,
      "b17020_E001": 7447,
      "b17020_M001": 366,
      "b17020_E003": 57,
      "b17020_M003": 63,
      "b17020_E004": 28,
      "b17020_M004": 39,
      "b17020_E005": 38,
      "b17020_M005": 40,
      "b17020_E011": 211,
      "b17020_M011": 77,
      "b17020_E012": 279,
      "b17020_M012": 95,
      "b17020_E013": 620,
      "b17020_M013": 134,
      "b15003_E001": 5876,
      "b15003_M001": 335,
      "b15003_E022": 1834,
      "b15003_M022": 233,
      "b15003_E023": 957,
      "b15003_M023": 178,
      "b15003_E024": 499,
      "b15003_M024": 144,
      "b15003_E025": 142,
      "b15003_M025": 70,
      "c16002_E001": 3130,
      "c16002_M001": 197,
      "c16002_E004": 12,
      "c16002_M004": 20,
      "c16002_E007": 4,
      "c16002_M007": 7,
      "c16002_E010": 18,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3130,
      "b22010_M001": 197,
      "b22010_E002": 40,
      "b22010_M002": 31,
      "b19013_E001": 124133,
      "b19013_M001": 13343
     }
    }
   }
  },
  "0903535": {
   "name": "Regional School District 13, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903535",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.18,
       "moe": 10.66,
       "numerator": 478,
       "denominator": 2062
      },
      "children_with_two_parents_pct": {
       "estimate": 76.82,
       "moe": 10.89,
       "numerator": 1584,
       "denominator": 2062
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.98,
       "moe": 6.03,
       "numerator": 204,
       "denominator": 1362
      },
      "children_below_poverty_pct": {
       "estimate": 3.74,
       "moe": 2.87,
       "numerator": 78,
       "denominator": 2085
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.24,
       "moe": 5.51,
       "numerator": 3845,
       "denominator": 8691
      },
      "limited_english_households_pct": {
       "estimate": 0.52,
       "moe": 1.12,
       "numerator": 25,
       "denominator": 4814
      },
      "snap_households_pct": {
       "estimate": 6.27,
       "moe": 4.74,
       "numerator": 302,
       "denominator": 4814
      },
      "median_household_income": {
       "estimate": 120339,
       "moe": 20167.0
      },
      "own_children_under_18": {
       "estimate": 2062,
       "moe": 224.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2085,
       "moe": 338.1419820134731
      }
     },
     "lines": {
      "b23008_E001": 2062,
      "b23008_M001": 224,
      "b23008_E003": 566,
      "b23008_M003": 166,
      "b23008_E008": 50,
      "b23008_M008": 42,
      "b23008_E016": 1018,
      "b23008_M016": 229,
      "b23008_E021": 428,
      "b23008_M021": 222,
      "b11003_E001": 3272,
      "b11003_M001": 307,
      "b11003_E003": 1158,
      "b11003_M003": 320,
      "b11003_E010": 102,
      "b11003_M010": 67,
      "b11003_E016": 102,
      "b11003_M016": 69,
      "b17020_E001": 11467,
      "b17020_M001": 62,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 20,
      "b17020_M004": 33,
      "b17020_E005": 58,
      "b17020_M005": 47,
      "b17020_E011": 616,
      "b17020_M011": 168,
      "b17020_E012": 553,
      "b17020_M012": 216,
      "b17020_E013": 838,
      "b17020_M013": 189,
      "b15003_E001": 8691,
      "b15003_M001": 254,
      "b15003_E022": 1964,
      "b15003_M022": 284,
      "b15003_E023": 1375,
      "b15003_M023": 358,
      "b15003_E024": 292,
      "b15003_M024": 126,
      "b15003_E025": 214,
      "b15003_M025": 131,
      "c16002_E001": 4814,
      "c16002_M001": 308,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 25,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4814,
      "b22010_M001": 308,
      "b22010_E002": 302,
      "b22010_M002": 229,
      "b19013_E001": 120339,
      "b19013_M001": 20167
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.15,
       "moe": 7.41,
       "numerator": 304,
       "denominator": 1882
      },
      "children_with_two_parents_pct": {
       "estimate": 83.85,
       "moe": 7.78,
       "numerator": 1578,
       "denominator": 1882
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.01,
       "moe": 6.04,
       "numerator": 160,
       "denominator": 1332
      },
      "children_below_poverty_pct": {
       "estimate": 2.44,
       "moe": 2.92,
       "numerator": 46,
       "denominator": 1882
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.79,
       "moe": 5.95,
       "numerator": 3978,
       "denominator": 8881
      },
      "limited_english_households_pct": {
       "estimate": 0.57,
       "moe": 1.13,
       "numerator": 28,
       "denominator": 4909
      },
      "snap_households_pct": {
       "estimate": 5.38,
       "moe": 4.61,
       "numerator": 264,
       "denominator": 4909
      },
      "median_household_income": {
       "estimate": 132349,
       "moe": 18787.0
      },
      "own_children_under_18": {
       "estimate": 1882,
       "moe": 204.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1882,
       "moe": 277.2417717444469
      }
     },
     "lines": {
      "b23008_E001": 1882,
      "b23008_M001": 204,
      "b23008_E003": 496,
      "b23008_M003": 151,
      "b23008_E008": 46,
      "b23008_M008": 35,
      "b23008_E016": 1082,
      "b23008_M016": 167,
      "b23008_E021": 258,
      "b23008_M021": 139,
      "b11003_E001": 3367,
      "b11003_M001": 307,
      "b11003_E003": 1172,
      "b11003_M003": 312,
      "b11003_E010": 53,
      "b11003_M010": 53,
      "b11003_E016": 107,
      "b11003_M016": 72,
      "b17020_E001": 11388,
      "b17020_M001": 35,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 28,
      "b17020_M004": 43,
      "b17020_E005": 18,
      "b17020_M005": 28,
      "b17020_E011": 542,
      "b17020_M011": 147,
      "b17020_E012": 448,
      "b17020_M012": 148,
      "b17020_E013": 846,
      "b17020_M013": 174,
      "b15003_E001": 8881,
      "b15003_M001": 276,
      "b15003_E022": 2014,
      "b15003_M022": 335,
      "b15003_E023": 1512,
      "b15003_M023": 396,
      "b15003_E024": 185,
      "b15003_M024": 91,
      "b15003_E025": 267,
      "b15003_M025": 131,
      "c16002_E001": 4909,
      "c16002_M001": 284,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 28,
      "c16002_M010": 42,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4909,
      "b22010_M001": 284,
      "b22010_E002": 264,
      "b22010_M002": 227,
      "b19013_E001": 132349,
      "b19013_M001": 18787
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.28,
       "moe": 6.41,
       "numerator": 282,
       "denominator": 1846
      },
      "children_with_two_parents_pct": {
       "estimate": 84.72,
       "moe": 11.5,
       "numerator": 1564,
       "denominator": 1846
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.23,
       "moe": 5.39,
       "numerator": 168,
       "denominator": 1374
      },
      "children_below_poverty_pct": {
       "estimate": 2.93,
       "moe": 2.82,
       "numerator": 54,
       "denominator": 1846
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.99,
       "moe": 5.45,
       "numerator": 4083,
       "denominator": 8878
      },
      "limited_english_households_pct": {
       "estimate": 1.28,
       "moe": 1.38,
       "numerator": 61,
       "denominator": 4775
      },
      "snap_households_pct": {
       "estimate": 5.55,
       "moe": 4.85,
       "numerator": 265,
       "denominator": 4775
      },
      "median_household_income": {
       "estimate": 135969,
       "moe": 20645.0
      },
      "own_children_under_18": {
       "estimate": 1846,
       "moe": 236.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1846,
       "moe": 311.18001221158147
      }
     },
     "lines": {
      "b23008_E001": 1846,
      "b23008_M001": 236,
      "b23008_E003": 497,
      "b23008_M003": 178,
      "b23008_E008": 30,
      "b23008_M008": 30,
      "b23008_E016": 1067,
      "b23008_M016": 231,
      "b23008_E021": 252,
      "b23008_M021": 120,
      "b11003_E001": 3489,
      "b11003_M001": 290,
      "b11003_E003": 1206,
      "b11003_M003": 384,
      "b11003_E010": 55,
      "b11003_M010": 54,
      "b11003_E016": 113,
      "b11003_M016": 70,
      "b17020_E001": 11377,
      "b17020_M001": 38,
      "b17020_E003": 15,
      "b17020_M003": 26,
      "b17020_E004": 26,
      "b17020_M004": 41,
      "b17020_E005": 13,
      "b17020_M005": 21,
      "b17020_E011": 512,
      "b17020_M011": 175,
      "b17020_E012": 462,
      "b17020_M012": 149,
      "b17020_E013": 818,
      "b17020_M013": 203,
      "b15003_E001": 8878,
      "b15003_M001": 263,
      "b15003_E022": 2051,
      "b15003_M022": 324,
      "b15003_E023": 1543,
      "b15003_M023": 344,
      "b15003_E024": 231,
      "b15003_M024": 112,
      "b15003_E025": 258,
      "b15003_M025": 114,
      "c16002_E001": 4775,
      "c16002_M001": 299,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 37,
      "c16002_M010": 44,
      "c16002_E013": 24,
      "c16002_M013": 39,
      "b22010_E001": 4775,
      "b22010_M001": 299,
      "b22010_E002": 265,
      "b22010_M002": 232,
      "b19013_E001": 135969,
      "b19013_M001": 20645
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.38,
       "moe": 7.5,
       "numerator": 219,
       "denominator": 1769
      },
      "children_with_two_parents_pct": {
       "estimate": 87.62,
       "moe": 11.08,
       "numerator": 1550,
       "denominator": 1769
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.58,
       "moe": 6.07,
       "numerator": 155,
       "denominator": 1338
      },
      "children_below_poverty_pct": {
       "estimate": 3.96,
       "moe": 3.55,
       "numerator": 70,
       "denominator": 1769
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.5,
       "moe": 5.61,
       "numerator": 4059,
       "denominator": 8920
      },
      "limited_english_households_pct": {
       "estimate": 0.39,
       "moe": 0.98,
       "numerator": 19,
       "denominator": 4825
      },
      "snap_households_pct": {
       "estimate": 5.04,
       "moe": 4.84,
       "numerator": 243,
       "denominator": 4825
      },
      "median_household_income": {
       "estimate": 136875,
       "moe": 22417.0
      },
      "own_children_under_18": {
       "estimate": 1769,
       "moe": 221.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1769,
       "moe": 281.551061088393
      }
     },
     "lines": {
      "b23008_E001": 1769,
      "b23008_M001": 221,
      "b23008_E003": 571,
      "b23008_M003": 183,
      "b23008_E008": 9,
      "b23008_M008": 12,
      "b23008_E016": 979,
      "b23008_M016": 206,
      "b23008_E021": 210,
      "b23008_M021": 135,
      "b11003_E001": 3475,
      "b11003_M001": 296,
      "b11003_E003": 1183,
      "b11003_M003": 320,
      "b11003_E010": 57,
      "b11003_M010": 60,
      "b11003_E016": 98,
      "b11003_M016": 67,
      "b17020_E001": 11412,
      "b17020_M001": 22,
      "b17020_E003": 26,
      "b17020_M003": 41,
      "b17020_E004": 28,
      "b17020_M004": 42,
      "b17020_E005": 16,
      "b17020_M005": 25,
      "b17020_E011": 554,
      "b17020_M011": 184,
      "b17020_E012": 450,
      "b17020_M012": 116,
      "b17020_E013": 695,
      "b17020_M013": 167,
      "b15003_E001": 8920,
      "b15003_M001": 287,
      "b15003_E022": 2045,
      "b15003_M022": 305,
      "b15003_E023": 1448,
      "b15003_M023": 378,
      "b15003_E024": 293,
      "b15003_M024": 147,
      "b15003_E025": 273,
      "b15003_M025": 101,
      "c16002_E001": 4825,
      "c16002_M001": 301,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 19,
      "c16002_M013": 30,
      "b22010_E001": 4825,
      "b22010_M001": 301,
      "b22010_E002": 243,
      "b22010_M002": 234,
      "b19013_E001": 136875,
      "b19013_M001": 22417
     }
    }
   }
  },
  "0903536": {
   "name": "Regional School District 14, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903536",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.49,
       "moe": 11.72,
       "numerator": 560,
       "denominator": 2114
      },
      "children_with_two_parents_pct": {
       "estimate": 73.51,
       "moe": 4.45,
       "numerator": 1554,
       "denominator": 2114
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.74,
       "moe": 7.95,
       "numerator": 252,
       "denominator": 1108
      },
      "children_below_poverty_pct": {
       "estimate": 2.43,
       "moe": 2.38,
       "numerator": 53,
       "denominator": 2183
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.1,
       "moe": 5.02,
       "numerator": 4758,
       "denominator": 10102
      },
      "limited_english_households_pct": {
       "estimate": 0.14,
       "moe": 0.66,
       "numerator": 8,
       "denominator": 5841
      },
      "snap_households_pct": {
       "estimate": 2.71,
       "moe": 2.89,
       "numerator": 158,
       "denominator": 5841
      },
      "median_household_income": {
       "estimate": 102392,
       "moe": 12170.0
      },
      "own_children_under_18": {
       "estimate": 2114,
       "moe": 268.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2183,
       "moe": 317.5704646216332
      }
     },
     "lines": {
      "b23008_E001": 2114,
      "b23008_M001": 268,
      "b23008_E003": 352,
      "b23008_M003": 111,
      "b23008_E008": 44,
      "b23008_M008": 30,
      "b23008_E016": 1202,
      "b23008_M016": 188,
      "b23008_E021": 516,
      "b23008_M021": 256,
      "b11003_E001": 3747,
      "b11003_M001": 239,
      "b11003_E003": 856,
      "b11003_M003": 172,
      "b11003_E010": 89,
      "b11003_M010": 61,
      "b11003_E016": 163,
      "b11003_M016": 78,
      "b17020_E001": 13107,
      "b17020_M001": 87,
      "b17020_E003": 21,
      "b17020_M003": 37,
      "b17020_E004": 10,
      "b17020_M004": 15,
      "b17020_E005": 22,
      "b17020_M005": 34,
      "b17020_E011": 375,
      "b17020_M011": 108,
      "b17020_E012": 656,
      "b17020_M012": 161,
      "b17020_E013": 1099,
      "b17020_M013": 246,
      "b15003_E001": 10102,
      "b15003_M001": 365,
      "b15003_E022": 2372,
      "b15003_M022": 356,
      "b15003_E023": 1663,
      "b15003_M023": 309,
      "b15003_E024": 613,
      "b15003_M024": 246,
      "b15003_E025": 110,
      "b15003_M025": 67,
      "c16002_E001": 5841,
      "c16002_M001": 291,
      "c16002_E004": 8,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5841,
      "b22010_M001": 291,
      "b22010_E002": 158,
      "b22010_M002": 169,
      "b19013_E001": 102392,
      "b19013_M001": 12170
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.62,
       "moe": 10.66,
       "numerator": 753,
       "denominator": 2175
      },
      "children_with_two_parents_pct": {
       "estimate": 65.38,
       "moe": 5.64,
       "numerator": 1422,
       "denominator": 2175
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.77,
       "moe": 8.89,
       "numerator": 328,
       "denominator": 1181
      },
      "children_below_poverty_pct": {
       "estimate": 0.73,
       "moe": 1.76,
       "numerator": 16,
       "denominator": 2204
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.63,
       "moe": 5.22,
       "numerator": 4869,
       "denominator": 10223
      },
      "limited_english_households_pct": {
       "estimate": 0.17,
       "moe": 0.7,
       "numerator": 10,
       "denominator": 5799
      },
      "snap_households_pct": {
       "estimate": 2.86,
       "moe": 2.86,
       "numerator": 166,
       "denominator": 5799
      },
      "median_household_income": {
       "estimate": 118877,
       "moe": 9989.0
      },
      "own_children_under_18": {
       "estimate": 2175,
       "moe": 336.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2204,
       "moe": 397.2165656162895
      }
     },
     "lines": {
      "b23008_E001": 2175,
      "b23008_M001": 336,
      "b23008_E003": 436,
      "b23008_M003": 165,
      "b23008_E008": 143,
      "b23008_M008": 134,
      "b23008_E016": 986,
      "b23008_M016": 190,
      "b23008_E021": 610,
      "b23008_M021": 222,
      "b11003_E001": 3850,
      "b11003_M001": 242,
      "b11003_E003": 853,
      "b11003_M003": 168,
      "b11003_E010": 121,
      "b11003_M010": 59,
      "b11003_E016": 207,
      "b11003_M016": 104,
      "b17020_E001": 13150,
      "b17020_M001": 29,
      "b17020_E003": 16,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 563,
      "b17020_M011": 207,
      "b17020_E012": 619,
      "b17020_M012": 193,
      "b17020_E013": 1006,
      "b17020_M013": 276,
      "b15003_E001": 10223,
      "b15003_M001": 412,
      "b15003_E022": 2459,
      "b15003_M022": 397,
      "b15003_E023": 1665,
      "b15003_M023": 310,
      "b15003_E024": 634,
      "b15003_M024": 253,
      "b15003_E025": 111,
      "b15003_M025": 75,
      "c16002_E001": 5799,
      "c16002_M001": 268,
      "c16002_E004": 10,
      "c16002_M004": 18,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5799,
      "b22010_M001": 268,
      "b22010_E002": 166,
      "b22010_M002": 166,
      "b19013_E001": 118877,
      "b19013_M001": 9989
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.24,
       "moe": 14.69,
       "numerator": 860,
       "denominator": 2249
      },
      "children_with_two_parents_pct": {
       "estimate": 61.76,
       "moe": 5.78,
       "numerator": 1389,
       "denominator": 2249
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.52,
       "moe": 11.89,
       "numerator": 371,
       "denominator": 1177
      },
      "children_below_poverty_pct": {
       "estimate": 5.02,
       "moe": 4.73,
       "numerator": 115,
       "denominator": 2290
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.98,
       "moe": 4.68,
       "numerator": 4765,
       "denominator": 10142
      },
      "limited_english_households_pct": {
       "estimate": 1.04,
       "moe": 1.13,
       "numerator": 59,
       "denominator": 5661
      },
      "snap_households_pct": {
       "estimate": 4.52,
       "moe": 3.22,
       "numerator": 256,
       "denominator": 5661
      },
      "median_household_income": {
       "estimate": 127602,
       "moe": 11891.0
      },
      "own_children_under_18": {
       "estimate": 2249,
       "moe": 373.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2290,
       "moe": 414.2450965310272
      }
     },
     "lines": {
      "b23008_E001": 2249,
      "b23008_M001": 373,
      "b23008_E003": 408,
      "b23008_M003": 134,
      "b23008_E008": 167,
      "b23008_M008": 213,
      "b23008_E016": 981,
      "b23008_M016": 228,
      "b23008_E021": 693,
      "b23008_M021": 290,
      "b11003_E001": 3854,
      "b11003_M001": 269,
      "b11003_E003": 806,
      "b11003_M003": 163,
      "b11003_E010": 103,
      "b11003_M010": 65,
      "b11003_E016": 268,
      "b11003_M016": 143,
      "b17020_E001": 13168,
      "b17020_M001": 31,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 28,
      "b17020_M004": 44,
      "b17020_E005": 87,
      "b17020_M005": 99,
      "b17020_E011": 575,
      "b17020_M011": 234,
      "b17020_E012": 607,
      "b17020_M012": 187,
      "b17020_E013": 993,
      "b17020_M013": 264,
      "b15003_E001": 10142,
      "b15003_M001": 452,
      "b15003_E022": 2512,
      "b15003_M022": 380,
      "b15003_E023": 1499,
      "b15003_M023": 254,
      "b15003_E024": 636,
      "b15003_M024": 235,
      "b15003_E025": 118,
      "b15003_M025": 80,
      "c16002_E001": 5661,
      "c16002_M001": 347,
      "c16002_E004": 19,
      "c16002_M004": 22,
      "c16002_E007": 40,
      "c16002_M007": 52,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5661,
      "b22010_M001": 347,
      "b22010_E002": 256,
      "b22010_M002": 183,
      "b19013_E001": 127602,
      "b19013_M001": 11891
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.5,
       "moe": 11.43,
       "numerator": 716,
       "denominator": 2203
      },
      "children_with_two_parents_pct": {
       "estimate": 67.5,
       "moe": 8.3,
       "numerator": 1487,
       "denominator": 2203
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.59,
       "moe": 9.1,
       "numerator": 327,
       "denominator": 1185
      },
      "children_below_poverty_pct": {
       "estimate": 6.28,
       "moe": 4.86,
       "numerator": 141,
       "denominator": 2244
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.5,
       "moe": 5.18,
       "numerator": 4915,
       "denominator": 10347
      },
      "limited_english_households_pct": {
       "estimate": 0.86,
       "moe": 1.05,
       "numerator": 50,
       "denominator": 5821
      },
      "snap_households_pct": {
       "estimate": 5.22,
       "moe": 3.44,
       "numerator": 304,
       "denominator": 5821
      },
      "median_household_income": {
       "estimate": 122336,
       "moe": 17803.0
      },
      "own_children_under_18": {
       "estimate": 2203,
       "moe": 356.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2244,
       "moe": 381.3069629576675
      }
     },
     "lines": {
      "b23008_E001": 2203,
      "b23008_M001": 356,
      "b23008_E003": 483,
      "b23008_M003": 210,
      "b23008_E008": 146,
      "b23008_M008": 159,
      "b23008_E016": 1004,
      "b23008_M016": 217,
      "b23008_E021": 570,
      "b23008_M021": 227,
      "b11003_E001": 3869,
      "b11003_M001": 255,
      "b11003_E003": 858,
      "b11003_M003": 191,
      "b11003_E010": 79,
      "b11003_M010": 61,
      "b11003_E016": 248,
      "b11003_M016": 109,
      "b17020_E001": 13235,
      "b17020_M001": 41,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 64,
      "b17020_M004": 75,
      "b17020_E005": 77,
      "b17020_M005": 80,
      "b17020_E011": 629,
      "b17020_M011": 261,
      "b17020_E012": 705,
      "b17020_M012": 178,
      "b17020_E013": 769,
      "b17020_M013": 182,
      "b15003_E001": 10347,
      "b15003_M001": 388,
      "b15003_E022": 2663,
      "b15003_M022": 438,
      "b15003_E023": 1398,
      "b15003_M023": 246,
      "b15003_E024": 713,
      "b15003_M024": 248,
      "b15003_E025": 141,
      "b15003_M025": 89,
      "c16002_E001": 5821,
      "c16002_M001": 321,
      "c16002_E004": 9,
      "c16002_M004": 17,
      "c16002_E007": 41,
      "c16002_M007": 51,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5821,
      "b22010_M001": 321,
      "b22010_E002": 304,
      "b22010_M002": 201,
      "b19013_E001": 122336,
      "b19013_M001": 17803
     }
    }
   }
  },
  "0903537": {
   "name": "Regional School District 15, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903537",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.57,
       "moe": 3.35,
       "numerator": 732,
       "denominator": 5393
      },
      "children_with_two_parents_pct": {
       "estimate": 86.43,
       "moe": 7.09,
       "numerator": 4661,
       "denominator": 5393
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.91,
       "moe": 3.6,
       "numerator": 293,
       "denominator": 2686
      },
      "children_below_poverty_pct": {
       "estimate": 1.54,
       "moe": 1.02,
       "numerator": 84,
       "denominator": 5471
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.03,
       "moe": 3.6,
       "numerator": 10744,
       "denominator": 20261
      },
      "limited_english_households_pct": {
       "estimate": 0.8,
       "moe": 0.66,
       "numerator": 87,
       "denominator": 10935
      },
      "snap_households_pct": {
       "estimate": 4.67,
       "moe": 2.95,
       "numerator": 511,
       "denominator": 10935
      },
      "median_household_income": {
       "estimate": 112354,
       "moe": 9341.0
      },
      "own_children_under_18": {
       "estimate": 5393,
       "moe": 459.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5471,
       "moe": 568.0739388495128
      }
     },
     "lines": {
      "b23008_E001": 5393,
      "b23008_M001": 459,
      "b23008_E003": 1291,
      "b23008_M003": 309,
      "b23008_E008": 159,
      "b23008_M008": 106,
      "b23008_E016": 3370,
      "b23008_M016": 456,
      "b23008_E021": 573,
      "b23008_M021": 159,
      "b11003_E001": 7266,
      "b11003_M001": 220,
      "b11003_E003": 2393,
      "b11003_M003": 258,
      "b11003_E010": 46,
      "b11003_M010": 38,
      "b11003_E016": 247,
      "b11003_M016": 94,
      "b17020_E001": 27240,
      "b17020_M001": 104,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 8,
      "b17020_M004": 12,
      "b17020_E005": 76,
      "b17020_M005": 49,
      "b17020_E011": 1450,
      "b17020_M011": 316,
      "b17020_E012": 1598,
      "b17020_M012": 289,
      "b17020_E013": 2339,
      "b17020_M013": 369,
      "b15003_E001": 20261,
      "b15003_M001": 548,
      "b15003_E022": 5471,
      "b15003_M022": 563,
      "b15003_E023": 3626,
      "b15003_M023": 380,
      "b15003_E024": 953,
      "b15003_M024": 304,
      "b15003_E025": 694,
      "b15003_M025": 248,
      "c16002_E001": 10935,
      "c16002_M001": 433,
      "c16002_E004": 66,
      "c16002_M004": 60,
      "c16002_E007": 21,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10935,
      "b22010_M001": 433,
      "b22010_E002": 511,
      "b22010_M002": 323,
      "b19013_E001": 112354,
      "b19013_M001": 9341
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.3,
       "moe": 4.46,
       "numerator": 686,
       "denominator": 5578
      },
      "children_with_two_parents_pct": {
       "estimate": 87.7,
       "moe": 7.89,
       "numerator": 4892,
       "denominator": 5578
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.24,
       "moe": 4.71,
       "numerator": 276,
       "denominator": 2694
      },
      "children_below_poverty_pct": {
       "estimate": 1.11,
       "moe": 1.02,
       "numerator": 63,
       "denominator": 5672
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.87,
       "moe": 3.38,
       "numerator": 10622,
       "denominator": 20092
      },
      "limited_english_households_pct": {
       "estimate": 0.98,
       "moe": 0.82,
       "numerator": 106,
       "denominator": 10832
      },
      "snap_households_pct": {
       "estimate": 5.59,
       "moe": 2.37,
       "numerator": 606,
       "denominator": 10832
      },
      "median_household_income": {
       "estimate": 113854,
       "moe": 13980.0
      },
      "own_children_under_18": {
       "estimate": 5578,
       "moe": 490.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5672,
       "moe": 668.5499233415557
      }
     },
     "lines": {
      "b23008_E001": 5578,
      "b23008_M001": 490,
      "b23008_E003": 1649,
      "b23008_M003": 368,
      "b23008_E008": 104,
      "b23008_M008": 74,
      "b23008_E016": 3243,
      "b23008_M016": 493,
      "b23008_E021": 582,
      "b23008_M021": 245,
      "b11003_E001": 7097,
      "b11003_M001": 276,
      "b11003_E003": 2418,
      "b11003_M003": 247,
      "b11003_E010": 56,
      "b11003_M010": 45,
      "b11003_E016": 220,
      "b11003_M016": 122,
      "b17020_E001": 27272,
      "b17020_M001": 58,
      "b17020_E003": 18,
      "b17020_M003": 26,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 45,
      "b17020_M005": 46,
      "b17020_E011": 1735,
      "b17020_M011": 369,
      "b17020_E012": 1794,
      "b17020_M012": 345,
      "b17020_E013": 2080,
      "b17020_M013": 434,
      "b15003_E001": 20092,
      "b15003_M001": 553,
      "b15003_E022": 5597,
      "b15003_M022": 509,
      "b15003_E023": 3280,
      "b15003_M023": 394,
      "b15003_E024": 1050,
      "b15003_M024": 263,
      "b15003_E025": 695,
      "b15003_M025": 251,
      "c16002_E001": 10832,
      "c16002_M001": 431,
      "c16002_E004": 59,
      "c16002_M004": 66,
      "c16002_E007": 47,
      "c16002_M007": 48,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10832,
      "b22010_M001": 431,
      "b22010_E002": 606,
      "b22010_M002": 258,
      "b19013_E001": 113854,
      "b19013_M001": 13980
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.24,
       "moe": 3.7,
       "numerator": 679,
       "denominator": 5547
      },
      "children_with_two_parents_pct": {
       "estimate": 87.76,
       "moe": 7.61,
       "numerator": 4868,
       "denominator": 5547
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.09,
       "moe": 3.67,
       "numerator": 283,
       "denominator": 2806
      },
      "children_below_poverty_pct": {
       "estimate": 1.36,
       "moe": 1.11,
       "numerator": 77,
       "denominator": 5662
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.03,
       "moe": 3.58,
       "numerator": 10569,
       "denominator": 20314
      },
      "limited_english_households_pct": {
       "estimate": 1.12,
       "moe": 0.73,
       "numerator": 123,
       "denominator": 10984
      },
      "snap_households_pct": {
       "estimate": 5.44,
       "moe": 2.43,
       "numerator": 598,
       "denominator": 10984
      },
      "median_household_income": {
       "estimate": 120698,
       "moe": 12786.0
      },
      "own_children_under_18": {
       "estimate": 5547,
       "moe": 512.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5662,
       "moe": 648.8821156419708
      }
     },
     "lines": {
      "b23008_E001": 5547,
      "b23008_M001": 512,
      "b23008_E003": 1546,
      "b23008_M003": 351,
      "b23008_E008": 95,
      "b23008_M008": 78,
      "b23008_E016": 3322,
      "b23008_M016": 507,
      "b23008_E021": 584,
      "b23008_M021": 200,
      "b11003_E001": 7248,
      "b11003_M001": 284,
      "b11003_E003": 2523,
      "b11003_M003": 241,
      "b11003_E010": 63,
      "b11003_M010": 41,
      "b11003_E016": 220,
      "b11003_M016": 98,
      "b17020_E001": 27412,
      "b17020_M001": 65,
      "b17020_E003": 26,
      "b17020_M003": 28,
      "b17020_E004": 14,
      "b17020_M004": 21,
      "b17020_E005": 37,
      "b17020_M005": 53,
      "b17020_E011": 1628,
      "b17020_M011": 357,
      "b17020_E012": 1905,
      "b17020_M012": 314,
      "b17020_E013": 2052,
      "b17020_M013": 437,
      "b15003_E001": 20314,
      "b15003_M001": 549,
      "b15003_E022": 5578,
      "b15003_M022": 532,
      "b15003_E023": 3355,
      "b15003_M023": 466,
      "b15003_E024": 915,
      "b15003_M024": 255,
      "b15003_E025": 721,
      "b15003_M025": 215,
      "c16002_E001": 10984,
      "c16002_M001": 425,
      "c16002_E004": 65,
      "c16002_M004": 56,
      "c16002_E007": 50,
      "c16002_M007": 49,
      "c16002_E010": 8,
      "c16002_M010": 15,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10984,
      "b22010_M001": 425,
      "b22010_E002": 598,
      "b22010_M002": 268,
      "b19013_E001": 120698,
      "b19013_M001": 12786
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.3,
       "moe": 4.13,
       "numerator": 679,
       "denominator": 5107
      },
      "children_with_two_parents_pct": {
       "estimate": 86.7,
       "moe": 10.41,
       "numerator": 4428,
       "denominator": 5107
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.27,
       "moe": 5.27,
       "numerator": 327,
       "denominator": 2664
      },
      "children_below_poverty_pct": {
       "estimate": 1.59,
       "moe": 1.51,
       "numerator": 83,
       "denominator": 5209
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.21,
       "moe": 3.32,
       "numerator": 10919,
       "denominator": 20913
      },
      "limited_english_households_pct": {
       "estimate": 1.34,
       "moe": 0.75,
       "numerator": 153,
       "denominator": 11393
      },
      "snap_households_pct": {
       "estimate": 6.67,
       "moe": 2.73,
       "numerator": 760,
       "denominator": 11393
      },
      "median_household_income": {
       "estimate": 118167,
       "moe": 9038.0
      },
      "own_children_under_18": {
       "estimate": 5107,
       "moe": 524.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5209,
       "moe": 649.8615237110133
      }
     },
     "lines": {
      "b23008_E001": 5107,
      "b23008_M001": 524,
      "b23008_E003": 1484,
      "b23008_M003": 361,
      "b23008_E008": 80,
      "b23008_M008": 55,
      "b23008_E016": 2944,
      "b23008_M016": 599,
      "b23008_E021": 599,
      "b23008_M021": 215,
      "b11003_E001": 7449,
      "b11003_M001": 270,
      "b11003_E003": 2337,
      "b11003_M003": 257,
      "b11003_E010": 86,
      "b11003_M010": 58,
      "b11003_E016": 241,
      "b11003_M016": 133,
      "b17020_E001": 27520,
      "b17020_M001": 62,
      "b17020_E003": 14,
      "b17020_M003": 22,
      "b17020_E004": 18,
      "b17020_M004": 27,
      "b17020_E005": 51,
      "b17020_M005": 71,
      "b17020_E011": 1564,
      "b17020_M011": 356,
      "b17020_E012": 1798,
      "b17020_M012": 347,
      "b17020_E013": 1764,
      "b17020_M013": 411,
      "b15003_E001": 20913,
      "b15003_M001": 564,
      "b15003_E022": 5879,
      "b15003_M022": 506,
      "b15003_E023": 3386,
      "b15003_M023": 431,
      "b15003_E024": 994,
      "b15003_M024": 275,
      "b15003_E025": 660,
      "b15003_M025": 225,
      "c16002_E001": 11393,
      "c16002_M001": 412,
      "c16002_E004": 57,
      "c16002_M004": 47,
      "c16002_E007": 63,
      "c16002_M007": 53,
      "c16002_E010": 33,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11393,
      "b22010_M001": 412,
      "b22010_E002": 760,
      "b22010_M002": 312,
      "b19013_E001": 118167,
      "b19013_M001": 9038
     }
    }
   }
  },
  "0903538": {
   "name": "Regional School District 16, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903538",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.07,
       "moe": 10.29,
       "numerator": 821,
       "denominator": 3033
      },
      "children_with_two_parents_pct": {
       "estimate": 72.93,
       "moe": 10.7,
       "numerator": 2212,
       "denominator": 3033
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.5,
       "moe": 10.33,
       "numerator": 343,
       "denominator": 1400
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.19,
       "numerator": 0,
       "denominator": 3066
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.95,
       "moe": 4.55,
       "numerator": 3972,
       "denominator": 11366
      },
      "limited_english_households_pct": {
       "estimate": 0.66,
       "moe": 0.81,
       "numerator": 39,
       "denominator": 5869
      },
      "snap_households_pct": {
       "estimate": 3.17,
       "moe": 1.83,
       "numerator": 186,
       "denominator": 5869
      },
      "median_household_income": {
       "estimate": 106800,
       "moe": 9527.0
      },
      "own_children_under_18": {
       "estimate": 3033,
       "moe": 351.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3066,
       "moe": 431.3988873420978
      }
     },
     "lines": {
      "b23008_E001": 3033,
      "b23008_M001": 351,
      "b23008_E003": 484,
      "b23008_M003": 174,
      "b23008_E008": 167,
      "b23008_M008": 89,
      "b23008_E016": 1728,
      "b23008_M016": 375,
      "b23008_E021": 654,
      "b23008_M021": 314,
      "b11003_E001": 4107,
      "b11003_M001": 202,
      "b11003_E003": 1057,
      "b11003_M003": 175,
      "b11003_E010": 90,
      "b11003_M010": 70,
      "b11003_E016": 253,
      "b11003_M016": 139,
      "b17020_E001": 15237,
      "b17020_M001": 100,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 651,
      "b17020_M011": 187,
      "b17020_E012": 1044,
      "b17020_M012": 247,
      "b17020_E013": 1371,
      "b17020_M013": 298,
      "b15003_E001": 11366,
      "b15003_M001": 338,
      "b15003_E022": 2139,
      "b15003_M022": 390,
      "b15003_E023": 1372,
      "b15003_M023": 321,
      "b15003_E024": 302,
      "b15003_M024": 140,
      "b15003_E025": 159,
      "b15003_M025": 81,
      "c16002_E001": 5869,
      "c16002_M001": 258,
      "c16002_E004": 3,
      "c16002_M004": 5,
      "c16002_E007": 36,
      "c16002_M007": 37,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5869,
      "b22010_M001": 258,
      "b22010_E002": 186,
      "b22010_M002": 108,
      "b19013_E001": 106800,
      "b19013_M001": 9527
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.34,
       "moe": 9.76,
       "numerator": 816,
       "denominator": 3098
      },
      "children_with_two_parents_pct": {
       "estimate": 73.66,
       "moe": 11.48,
       "numerator": 2282,
       "denominator": 3098
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.99,
       "moe": 10.28,
       "numerator": 402,
       "denominator": 1436
      },
      "children_below_poverty_pct": {
       "estimate": 3.89,
       "moe": 2.56,
       "numerator": 123,
       "denominator": 3166
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.54,
       "moe": 4.65,
       "numerator": 4422,
       "denominator": 11474
      },
      "limited_english_households_pct": {
       "estimate": 1.87,
       "moe": 1.97,
       "numerator": 109,
       "denominator": 5821
      },
      "snap_households_pct": {
       "estimate": 4.16,
       "moe": 1.88,
       "numerator": 242,
       "denominator": 5821
      },
      "median_household_income": {
       "estimate": 118561,
       "moe": 10108.0
      },
      "own_children_under_18": {
       "estimate": 3098,
       "moe": 311.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3166,
       "moe": 455.71153156355393
      }
     },
     "lines": {
      "b23008_E001": 3098,
      "b23008_M001": 311,
      "b23008_E003": 680,
      "b23008_M003": 242,
      "b23008_E008": 148,
      "b23008_M008": 108,
      "b23008_E016": 1602,
      "b23008_M016": 347,
      "b23008_E021": 668,
      "b23008_M021": 294,
      "b11003_E001": 4016,
      "b11003_M001": 291,
      "b11003_E003": 1034,
      "b11003_M003": 193,
      "b11003_E010": 192,
      "b11003_M010": 123,
      "b11003_E016": 210,
      "b11003_M016": 108,
      "b17020_E001": 15338,
      "b17020_M001": 59,
      "b17020_E003": 69,
      "b17020_M003": 64,
      "b17020_E004": 14,
      "b17020_M004": 22,
      "b17020_E005": 40,
      "b17020_M005": 48,
      "b17020_E011": 759,
      "b17020_M011": 249,
      "b17020_E012": 1014,
      "b17020_M012": 248,
      "b17020_E013": 1270,
      "b17020_M013": 278,
      "b15003_E001": 11474,
      "b15003_M001": 360,
      "b15003_E022": 2273,
      "b15003_M022": 407,
      "b15003_E023": 1677,
      "b15003_M023": 312,
      "b15003_E024": 346,
      "b15003_M024": 190,
      "b15003_E025": 126,
      "b15003_M025": 73,
      "c16002_E001": 5821,
      "c16002_M001": 312,
      "c16002_E004": 78,
      "c16002_M004": 107,
      "c16002_E007": 31,
      "c16002_M007": 30,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5821,
      "b22010_M001": 312,
      "b22010_E002": 242,
      "b22010_M002": 110,
      "b19013_E001": 118561,
      "b19013_M001": 10108
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.5,
       "moe": 10.36,
       "numerator": 681,
       "denominator": 3026
      },
      "children_with_two_parents_pct": {
       "estimate": 77.5,
       "moe": 11.75,
       "numerator": 2345,
       "denominator": 3026
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.18,
       "moe": 11.13,
       "numerator": 377,
       "denominator": 1440
      },
      "children_below_poverty_pct": {
       "estimate": 3.52,
       "moe": 2.8,
       "numerator": 109,
       "denominator": 3096
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.4,
       "moe": 4.49,
       "numerator": 4635,
       "denominator": 11765
      },
      "limited_english_households_pct": {
       "estimate": 1.1,
       "moe": 1.27,
       "numerator": 65,
       "denominator": 5927
      },
      "snap_households_pct": {
       "estimate": 4.2,
       "moe": 1.79,
       "numerator": 249,
       "denominator": 5927
      },
      "median_household_income": {
       "estimate": 114568,
       "moe": 17940.0
      },
      "own_children_under_18": {
       "estimate": 3026,
       "moe": 313.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3096,
       "moe": 493.11560510695665
      }
     },
     "lines": {
      "b23008_E001": 3026,
      "b23008_M001": 313,
      "b23008_E003": 728,
      "b23008_M003": 269,
      "b23008_E008": 77,
      "b23008_M008": 64,
      "b23008_E016": 1617,
      "b23008_M016": 336,
      "b23008_E021": 604,
      "b23008_M021": 315,
      "b11003_E001": 4151,
      "b11003_M001": 271,
      "b11003_E003": 1063,
      "b11003_M003": 200,
      "b11003_E010": 89,
      "b11003_M010": 96,
      "b11003_E016": 288,
      "b11003_M016": 146,
      "b17020_E001": 15439,
      "b17020_M001": 40,
      "b17020_E003": 59,
      "b17020_M003": 69,
      "b17020_E004": 18,
      "b17020_M004": 29,
      "b17020_E005": 32,
      "b17020_M005": 47,
      "b17020_E011": 746,
      "b17020_M011": 276,
      "b17020_E012": 1143,
      "b17020_M012": 290,
      "b17020_E013": 1098,
      "b17020_M013": 274,
      "b15003_E001": 11765,
      "b15003_M001": 366,
      "b15003_E022": 2342,
      "b15003_M022": 397,
      "b15003_E023": 1797,
      "b15003_M023": 332,
      "b15003_E024": 277,
      "b15003_M024": 153,
      "b15003_E025": 219,
      "b15003_M025": 95,
      "c16002_E001": 5927,
      "c16002_M001": 306,
      "c16002_E004": 35,
      "c16002_M004": 60,
      "c16002_E007": 30,
      "c16002_M007": 35,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5927,
      "b22010_M001": 306,
      "b22010_E002": 249,
      "b22010_M002": 107,
      "b19013_E001": 114568,
      "b19013_M001": 17940
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.48,
       "moe": 8.7,
       "numerator": 660,
       "denominator": 3073
      },
      "children_with_two_parents_pct": {
       "estimate": 78.52,
       "moe": 11.34,
       "numerator": 2413,
       "denominator": 3073
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.39,
       "moe": 11.28,
       "numerator": 356,
       "denominator": 1590
      },
      "children_below_poverty_pct": {
       "estimate": 3.58,
       "moe": 2.84,
       "numerator": 112,
       "denominator": 3125
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.04,
       "moe": 5.47,
       "numerator": 4922,
       "denominator": 11709
      },
      "limited_english_households_pct": {
       "estimate": 1.1,
       "moe": 1.3,
       "numerator": 68,
       "denominator": 6178
      },
      "snap_households_pct": {
       "estimate": 4.78,
       "moe": 2.21,
       "numerator": 295,
       "denominator": 6178
      },
      "median_household_income": {
       "estimate": 120588,
       "moe": 17209.0
      },
      "own_children_under_18": {
       "estimate": 3073,
       "moe": 346.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3125,
       "moe": 472.3092207442069
      }
     },
     "lines": {
      "b23008_E001": 3073,
      "b23008_M001": 346,
      "b23008_E003": 722,
      "b23008_M003": 252,
      "b23008_E008": 112,
      "b23008_M008": 85,
      "b23008_E016": 1691,
      "b23008_M016": 363,
      "b23008_E021": 548,
      "b23008_M021": 264,
      "b11003_E001": 4411,
      "b11003_M001": 256,
      "b11003_E003": 1234,
      "b11003_M003": 210,
      "b11003_E010": 106,
      "b11003_M010": 106,
      "b11003_E016": 250,
      "b11003_M016": 158,
      "b17020_E001": 15565,
      "b17020_M001": 29,
      "b17020_E003": 59,
      "b17020_M003": 71,
      "b17020_E004": 21,
      "b17020_M004": 37,
      "b17020_E005": 32,
      "b17020_M005": 42,
      "b17020_E011": 775,
      "b17020_M011": 250,
      "b17020_E012": 988,
      "b17020_M012": 251,
      "b17020_E013": 1250,
      "b17020_M013": 299,
      "b15003_E001": 11709,
      "b15003_M001": 411,
      "b15003_E022": 2340,
      "b15003_M022": 408,
      "b15003_E023": 2058,
      "b15003_M023": 474,
      "b15003_E024": 311,
      "b15003_M024": 181,
      "b15003_E025": 213,
      "b15003_M025": 130,
      "c16002_E001": 6178,
      "c16002_M001": 293,
      "c16002_E004": 49,
      "c16002_M004": 70,
      "c16002_E007": 19,
      "c16002_M007": 26,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6178,
      "b22010_M001": 293,
      "b22010_E002": 295,
      "b22010_M002": 137,
      "b19013_E001": 120588,
      "b19013_M001": 17209
     }
    }
   }
  },
  "0903539": {
   "name": "Regional School District 17, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903539",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.59,
       "moe": 6.71,
       "numerator": 435,
       "denominator": 2981
      },
      "children_with_two_parents_pct": {
       "estimate": 85.41,
       "moe": 6.79,
       "numerator": 2546,
       "denominator": 2981
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.33,
       "moe": 8.37,
       "numerator": 273,
       "denominator": 1489
      },
      "children_below_poverty_pct": {
       "estimate": 1.37,
       "moe": 2.34,
       "numerator": 41,
       "denominator": 2998
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.79,
       "moe": 5.54,
       "numerator": 5553,
       "denominator": 10934
      },
      "limited_english_households_pct": {
       "estimate": 0.28,
       "moe": 0.81,
       "numerator": 15,
       "denominator": 5359
      },
      "snap_households_pct": {
       "estimate": 2.13,
       "moe": 1.34,
       "numerator": 114,
       "denominator": 5359
      },
      "median_household_income": {
       "estimate": 119375,
       "moe": 11709.0
      },
      "own_children_under_18": {
       "estimate": 2981,
       "moe": 281.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2998,
       "moe": 435.6650089231404
      }
     },
     "lines": {
      "b23008_E001": 2981,
      "b23008_M001": 281,
      "b23008_E003": 648,
      "b23008_M003": 236,
      "b23008_E008": 0,
      "b23008_M008": 21,
      "b23008_E016": 1898,
      "b23008_M016": 207,
      "b23008_E021": 435,
      "b23008_M021": 203,
      "b11003_E001": 4179,
      "b11003_M001": 225,
      "b11003_E003": 1216,
      "b11003_M003": 176,
      "b11003_E010": 139,
      "b11003_M010": 97,
      "b11003_E016": 134,
      "b11003_M016": 88,
      "b17020_E001": 14665,
      "b17020_M001": 42,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 41,
      "b17020_M005": 64,
      "b17020_E011": 648,
      "b17020_M011": 236,
      "b17020_E012": 1378,
      "b17020_M012": 247,
      "b17020_E013": 931,
      "b17020_M013": 261,
      "b15003_E001": 10934,
      "b15003_M001": 302,
      "b15003_E022": 2880,
      "b15003_M022": 426,
      "b15003_E023": 2070,
      "b15003_M023": 422,
      "b15003_E024": 414,
      "b15003_M024": 135,
      "b15003_E025": 189,
      "b15003_M025": 110,
      "c16002_E001": 5359,
      "c16002_M001": 310,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 15,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5359,
      "b22010_M001": 310,
      "b22010_E002": 114,
      "b22010_M002": 72,
      "b19013_E001": 119375,
      "b19013_M001": 11709
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.53,
       "moe": 7.92,
       "numerator": 497,
       "denominator": 3007
      },
      "children_with_two_parents_pct": {
       "estimate": 83.47,
       "moe": 8.37,
       "numerator": 2510,
       "denominator": 3007
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.42,
       "moe": 10.47,
       "numerator": 343,
       "denominator": 1601
      },
      "children_below_poverty_pct": {
       "estimate": 2.81,
       "moe": 3.57,
       "numerator": 85,
       "denominator": 3020
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.16,
       "moe": 5.21,
       "numerator": 5539,
       "denominator": 10826
      },
      "limited_english_households_pct": {
       "estimate": 0.36,
       "moe": 0.88,
       "numerator": 20,
       "denominator": 5552
      },
      "snap_households_pct": {
       "estimate": 3.1,
       "moe": 2.1,
       "numerator": 172,
       "denominator": 5552
      },
      "median_household_income": {
       "estimate": 120868,
       "moe": 8870.0
      },
      "own_children_under_18": {
       "estimate": 3007,
       "moe": 251.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3020,
       "moe": 439.3745554763043
      }
     },
     "lines": {
      "b23008_E001": 3007,
      "b23008_M001": 251,
      "b23008_E003": 658,
      "b23008_M003": 235,
      "b23008_E008": 31,
      "b23008_M008": 36,
      "b23008_E016": 1852,
      "b23008_M016": 228,
      "b23008_E021": 466,
      "b23008_M021": 239,
      "b11003_E001": 4312,
      "b11003_M001": 235,
      "b11003_E003": 1258,
      "b11003_M003": 227,
      "b11003_E010": 166,
      "b11003_M010": 136,
      "b11003_E016": 177,
      "b11003_M016": 116,
      "b17020_E001": 14604,
      "b17020_M001": 55,
      "b17020_E003": 12,
      "b17020_M003": 22,
      "b17020_E004": 9,
      "b17020_M004": 16,
      "b17020_E005": 64,
      "b17020_M005": 105,
      "b17020_E011": 677,
      "b17020_M011": 234,
      "b17020_E012": 1239,
      "b17020_M012": 255,
      "b17020_E013": 1019,
      "b17020_M013": 248,
      "b15003_E001": 10826,
      "b15003_M001": 323,
      "b15003_E022": 2923,
      "b15003_M022": 407,
      "b15003_E023": 2130,
      "b15003_M023": 399,
      "b15003_E024": 305,
      "b15003_M024": 109,
      "b15003_E025": 181,
      "b15003_M025": 94,
      "c16002_E001": 5552,
      "c16002_M001": 282,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 20,
      "c16002_M007": 33,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5552,
      "b22010_M001": 282,
      "b22010_E002": 172,
      "b22010_M002": 117,
      "b19013_E001": 120868,
      "b19013_M001": 8870
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.49,
       "moe": 7.2,
       "numerator": 418,
       "denominator": 2884
      },
      "children_with_two_parents_pct": {
       "estimate": 85.51,
       "moe": 8.84,
       "numerator": 2466,
       "denominator": 2884
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.67,
       "moe": 9.78,
       "numerator": 266,
       "denominator": 1505
      },
      "children_below_poverty_pct": {
       "estimate": 2.15,
       "moe": 2.43,
       "numerator": 62,
       "denominator": 2884
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.17,
       "moe": 5.11,
       "numerator": 5363,
       "denominator": 10908
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.74,
       "numerator": 0,
       "denominator": 5643
      },
      "snap_households_pct": {
       "estimate": 3.47,
       "moe": 1.87,
       "numerator": 196,
       "denominator": 5643
      },
      "median_household_income": {
       "estimate": 123383,
       "moe": 8028.0
      },
      "own_children_under_18": {
       "estimate": 2884,
       "moe": 257.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2884,
       "moe": 396.99748110032135
      }
     },
     "lines": {
      "b23008_E001": 2884,
      "b23008_M001": 257,
      "b23008_E003": 764,
      "b23008_M003": 241,
      "b23008_E008": 47,
      "b23008_M008": 46,
      "b23008_E016": 1702,
      "b23008_M016": 235,
      "b23008_E021": 371,
      "b23008_M021": 206,
      "b11003_E001": 4286,
      "b11003_M001": 251,
      "b11003_E003": 1239,
      "b11003_M003": 211,
      "b11003_E010": 153,
      "b11003_M010": 128,
      "b11003_E016": 113,
      "b11003_M016": 86,
      "b17020_E001": 14680,
      "b17020_M001": 28,
      "b17020_E003": 9,
      "b17020_M003": 16,
      "b17020_E004": 10,
      "b17020_M004": 16,
      "b17020_E005": 43,
      "b17020_M005": 67,
      "b17020_E011": 802,
      "b17020_M011": 239,
      "b17020_E012": 1030,
      "b17020_M012": 187,
      "b17020_E013": 990,
      "b17020_M013": 246,
      "b15003_E001": 10908,
      "b15003_M001": 315,
      "b15003_E022": 2838,
      "b15003_M022": 428,
      "b15003_E023": 2087,
      "b15003_M023": 367,
      "b15003_E024": 283,
      "b15003_M024": 97,
      "b15003_E025": 155,
      "b15003_M025": 88,
      "c16002_E001": 5643,
      "c16002_M001": 298,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5643,
      "b22010_M001": 298,
      "b22010_E002": 196,
      "b22010_M002": 106,
      "b19013_E001": 123383,
      "b19013_M001": 8028
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.22,
       "moe": 6.91,
       "numerator": 548,
       "denominator": 3007
      },
      "children_with_two_parents_pct": {
       "estimate": 81.78,
       "moe": 9.47,
       "numerator": 2459,
       "denominator": 3007
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.61,
       "moe": 9.6,
       "numerator": 411,
       "denominator": 1670
      },
      "children_below_poverty_pct": {
       "estimate": 3.53,
       "moe": 2.98,
       "numerator": 106,
       "denominator": 3007
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.92,
       "moe": 4.8,
       "numerator": 5657,
       "denominator": 11109
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.71,
       "numerator": 0,
       "denominator": 5905
      },
      "snap_households_pct": {
       "estimate": 3.83,
       "moe": 1.87,
       "numerator": 226,
       "denominator": 5905
      },
      "median_household_income": {
       "estimate": 126772,
       "moe": 9287.0
      },
      "own_children_under_18": {
       "estimate": 3007,
       "moe": 241.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3007,
       "moe": 421.6479574242
      }
     },
     "lines": {
      "b23008_E001": 3007,
      "b23008_M001": 241,
      "b23008_E003": 743,
      "b23008_M003": 231,
      "b23008_E008": 38,
      "b23008_M008": 43,
      "b23008_E016": 1716,
      "b23008_M016": 258,
      "b23008_E021": 510,
      "b23008_M021": 208,
      "b11003_E001": 4480,
      "b11003_M001": 201,
      "b11003_E003": 1259,
      "b11003_M003": 186,
      "b11003_E010": 189,
      "b11003_M010": 127,
      "b11003_E016": 222,
      "b11003_M016": 116,
      "b17020_E001": 14781,
      "b17020_M001": 25,
      "b17020_E003": 6,
      "b17020_M003": 10,
      "b17020_E004": 71,
      "b17020_M004": 76,
      "b17020_E005": 29,
      "b17020_M005": 49,
      "b17020_E011": 775,
      "b17020_M011": 234,
      "b17020_E012": 1001,
      "b17020_M012": 223,
      "b17020_E013": 1125,
      "b17020_M013": 255,
      "b15003_E001": 11109,
      "b15003_M001": 320,
      "b15003_E022": 2924,
      "b15003_M022": 391,
      "b15003_E023": 2285,
      "b15003_M023": 373,
      "b15003_E024": 251,
      "b15003_M024": 96,
      "b15003_E025": 197,
      "b15003_M025": 96,
      "c16002_E001": 5905,
      "c16002_M001": 308,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5905,
      "b22010_M001": 308,
      "b22010_E002": 226,
      "b22010_M002": 111,
      "b19013_E001": 126772,
      "b19013_M001": 9287
     }
    }
   }
  },
  "0903540": {
   "name": "Regional School District 18, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903540",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.9,
       "moe": 8.0,
       "numerator": 469,
       "denominator": 1811
      },
      "children_with_two_parents_pct": {
       "estimate": 74.1,
       "moe": 8.61,
       "numerator": 1342,
       "denominator": 1811
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.77,
       "moe": 9.54,
       "numerator": 269,
       "denominator": 1005
      },
      "children_below_poverty_pct": {
       "estimate": 6.24,
       "moe": 3.87,
       "numerator": 114,
       "denominator": 1827
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.94,
       "moe": 4.4,
       "numerator": 4000,
       "denominator": 7415
      },
      "limited_english_households_pct": {
       "estimate": 0.99,
       "moe": 1.31,
       "numerator": 40,
       "denominator": 4051
      },
      "snap_households_pct": {
       "estimate": 2.67,
       "moe": 1.4,
       "numerator": 108,
       "denominator": 4051
      },
      "median_household_income": {
       "estimate": 113687,
       "moe": 6119.0
      },
      "own_children_under_18": {
       "estimate": 1811,
       "moe": 199.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1827,
       "moe": 264.7583804150494
      }
     },
     "lines": {
      "b23008_E001": 1811,
      "b23008_M001": 199,
      "b23008_E003": 349,
      "b23008_M003": 112,
      "b23008_E008": 104,
      "b23008_M008": 79,
      "b23008_E016": 993,
      "b23008_M016": 183,
      "b23008_E021": 365,
      "b23008_M021": 132,
      "b11003_E001": 2917,
      "b11003_M001": 160,
      "b11003_E003": 736,
      "b11003_M003": 124,
      "b11003_E010": 55,
      "b11003_M010": 53,
      "b11003_E016": 214,
      "b11003_M016": 91,
      "b17020_E001": 9970,
      "b17020_M001": 369,
      "b17020_E003": 41,
      "b17020_M003": 56,
      "b17020_E004": 35,
      "b17020_M004": 35,
      "b17020_E005": 38,
      "b17020_M005": 30,
      "b17020_E011": 412,
      "b17020_M011": 124,
      "b17020_E012": 528,
      "b17020_M012": 148,
      "b17020_E013": 773,
      "b17020_M013": 166,
      "b15003_E001": 7415,
      "b15003_M001": 321,
      "b15003_E022": 2000,
      "b15003_M022": 258,
      "b15003_E023": 1345,
      "b15003_M023": 211,
      "b15003_E024": 383,
      "b15003_M024": 133,
      "b15003_E025": 272,
      "b15003_M025": 87,
      "c16002_E001": 4051,
      "c16002_M001": 186,
      "c16002_E004": 25,
      "c16002_M004": 41,
      "c16002_E007": 15,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4051,
      "b22010_M001": 186,
      "b22010_E002": 108,
      "b22010_M002": 57,
      "b19013_E001": 113687,
      "b19013_M001": 6119
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.65,
       "moe": 7.93,
       "numerator": 465,
       "denominator": 1813
      },
      "children_with_two_parents_pct": {
       "estimate": 74.35,
       "moe": 7.75,
       "numerator": 1348,
       "denominator": 1813
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.27,
       "moe": 8.95,
       "numerator": 291,
       "denominator": 1067
      },
      "children_below_poverty_pct": {
       "estimate": 2.6,
       "moe": 2.37,
       "numerator": 48,
       "denominator": 1844
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.14,
       "moe": 4.59,
       "numerator": 4079,
       "denominator": 7398
      },
      "limited_english_households_pct": {
       "estimate": 0.77,
       "moe": 1.18,
       "numerator": 31,
       "denominator": 4013
      },
      "snap_households_pct": {
       "estimate": 2.27,
       "moe": 1.07,
       "numerator": 91,
       "denominator": 4013
      },
      "median_household_income": {
       "estimate": 121918,
       "moe": 7099.0
      },
      "own_children_under_18": {
       "estimate": 1813,
       "moe": 205.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1844,
       "moe": 244.5812748351762
      }
     },
     "lines": {
      "b23008_E001": 1813,
      "b23008_M001": 205,
      "b23008_E003": 436,
      "b23008_M003": 128,
      "b23008_E008": 74,
      "b23008_M008": 64,
      "b23008_E016": 912,
      "b23008_M016": 163,
      "b23008_E021": 391,
      "b23008_M021": 139,
      "b11003_E001": 2894,
      "b11003_M001": 172,
      "b11003_E003": 776,
      "b11003_M003": 127,
      "b11003_E010": 53,
      "b11003_M010": 44,
      "b11003_E016": 238,
      "b11003_M016": 96,
      "b17020_E001": 9900,
      "b17020_M001": 327,
      "b17020_E003": 25,
      "b17020_M003": 28,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 23,
      "b17020_M005": 27,
      "b17020_E011": 485,
      "b17020_M011": 139,
      "b17020_E012": 527,
      "b17020_M012": 129,
      "b17020_E013": 784,
      "b17020_M013": 148,
      "b15003_E001": 7398,
      "b15003_M001": 341,
      "b15003_E022": 1959,
      "b15003_M022": 286,
      "b15003_E023": 1524,
      "b15003_M023": 227,
      "b15003_E024": 354,
      "b15003_M024": 112,
      "b15003_E025": 242,
      "b15003_M025": 70,
      "c16002_E001": 4013,
      "c16002_M001": 203,
      "c16002_E004": 23,
      "c16002_M004": 34,
      "c16002_E007": 8,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4013,
      "b22010_M001": 203,
      "b22010_E002": 91,
      "b22010_M002": 43,
      "b19013_E001": 121918,
      "b19013_M001": 7099
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.84,
       "moe": 6.3,
       "numerator": 323,
       "denominator": 1714
      },
      "children_with_two_parents_pct": {
       "estimate": 81.16,
       "moe": 9.89,
       "numerator": 1391,
       "denominator": 1714
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.67,
       "moe": 8.22,
       "numerator": 238,
       "denominator": 1050
      },
      "children_below_poverty_pct": {
       "estimate": 2.04,
       "moe": 1.74,
       "numerator": 36,
       "denominator": 1763
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.98,
       "moe": 4.27,
       "numerator": 4219,
       "denominator": 7536
      },
      "limited_english_households_pct": {
       "estimate": 0.49,
       "moe": 0.93,
       "numerator": 20,
       "denominator": 4059
      },
      "snap_households_pct": {
       "estimate": 2.17,
       "moe": 1.28,
       "numerator": 88,
       "denominator": 4059
      },
      "median_household_income": {
       "estimate": 127681,
       "moe": 5314.0
      },
      "own_children_under_18": {
       "estimate": 1714,
       "moe": 188.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1763,
       "moe": 243.18717071424635
      }
     },
     "lines": {
      "b23008_E001": 1714,
      "b23008_M001": 188,
      "b23008_E003": 419,
      "b23008_M003": 145,
      "b23008_E008": 49,
      "b23008_M008": 32,
      "b23008_E016": 972,
      "b23008_M016": 176,
      "b23008_E021": 274,
      "b23008_M021": 109,
      "b11003_E001": 2956,
      "b11003_M001": 198,
      "b11003_E003": 812,
      "b11003_M003": 156,
      "b11003_E010": 27,
      "b11003_M010": 23,
      "b11003_E016": 211,
      "b11003_M016": 93,
      "b17020_E001": 9898,
      "b17020_M001": 348,
      "b17020_E003": 7,
      "b17020_M003": 13,
      "b17020_E004": 7,
      "b17020_M004": 11,
      "b17020_E005": 22,
      "b17020_M005": 26,
      "b17020_E011": 461,
      "b17020_M011": 153,
      "b17020_E012": 558,
      "b17020_M012": 122,
      "b17020_E013": 708,
      "b17020_M013": 141,
      "b15003_E001": 7536,
      "b15003_M001": 326,
      "b15003_E022": 1907,
      "b15003_M022": 241,
      "b15003_E023": 1551,
      "b15003_M023": 234,
      "b15003_E024": 424,
      "b15003_M024": 126,
      "b15003_E025": 337,
      "b15003_M025": 90,
      "c16002_E001": 4059,
      "c16002_M001": 215,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 16,
      "c16002_M007": 22,
      "c16002_E010": 4,
      "c16002_M010": 7,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4059,
      "b22010_M001": 215,
      "b22010_E002": 88,
      "b22010_M002": 52,
      "b19013_E001": 127681,
      "b19013_M001": 5314
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.26,
       "moe": 5.42,
       "numerator": 231,
       "denominator": 1742
      },
      "children_with_two_parents_pct": {
       "estimate": 86.74,
       "moe": 10.74,
       "numerator": 1511,
       "denominator": 1742
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.48,
       "moe": 7.16,
       "numerator": 177,
       "denominator": 1074
      },
      "children_below_poverty_pct": {
       "estimate": 2.02,
       "moe": 1.7,
       "numerator": 36,
       "denominator": 1786
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.22,
       "moe": 4.4,
       "numerator": 4419,
       "denominator": 7590
      },
      "limited_english_households_pct": {
       "estimate": 1.15,
       "moe": 1.09,
       "numerator": 48,
       "denominator": 4183
      },
      "snap_households_pct": {
       "estimate": 1.34,
       "moe": 1.1,
       "numerator": 56,
       "denominator": 4183
      },
      "median_household_income": {
       "estimate": 132263,
       "moe": 8775.0
      },
      "own_children_under_18": {
       "estimate": 1742,
       "moe": 192.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1786,
       "moe": 250.0039999680005
      }
     },
     "lines": {
      "b23008_E001": 1742,
      "b23008_M001": 192,
      "b23008_E003": 486,
      "b23008_M003": 148,
      "b23008_E008": 42,
      "b23008_M008": 27,
      "b23008_E016": 1025,
      "b23008_M016": 202,
      "b23008_E021": 189,
      "b23008_M021": 94,
      "b11003_E001": 2919,
      "b11003_M001": 218,
      "b11003_E003": 897,
      "b11003_M003": 137,
      "b11003_E010": 15,
      "b11003_M010": 19,
      "b11003_E016": 162,
      "b11003_M016": 79,
      "b17020_E001": 9907,
      "b17020_M001": 335,
      "b17020_E003": 9,
      "b17020_M003": 13,
      "b17020_E004": 5,
      "b17020_M004": 10,
      "b17020_E005": 22,
      "b17020_M005": 26,
      "b17020_E011": 519,
      "b17020_M011": 146,
      "b17020_E012": 590,
      "b17020_M012": 160,
      "b17020_E013": 641,
      "b17020_M013": 121,
      "b15003_E001": 7590,
      "b15003_M001": 330,
      "b15003_E022": 2098,
      "b15003_M022": 275,
      "b15003_E023": 1435,
      "b15003_M023": 221,
      "b15003_E024": 542,
      "b15003_M024": 119,
      "b15003_E025": 344,
      "b15003_M025": 99,
      "c16002_E001": 4183,
      "c16002_M001": 231,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 37,
      "c16002_M007": 33,
      "c16002_E010": 11,
      "c16002_M010": 16,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4183,
      "b22010_M001": 231,
      "b22010_E002": 56,
      "b22010_M002": 46,
      "b19013_E001": 132263,
      "b19013_M001": 8775
     }
    }
   }
  },
  "0903570": {
   "name": "Regional High School District 11, Connecticut",
   "sumlevel": "960",
   "geo_id": "9600000US0903570",
   "geography": "secondary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.39,
       "moe": 9.28,
       "numerator": 281,
       "denominator": 956
      },
      "children_with_two_parents_pct": {
       "estimate": 70.61,
       "moe": 6.82,
       "numerator": 675,
       "denominator": 956
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.16,
       "moe": 13.68,
       "numerator": 183,
       "denominator": 569
      },
      "children_below_poverty_pct": {
       "estimate": 4.62,
       "moe": 2.82,
       "numerator": 46,
       "denominator": 995
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.0,
       "moe": 3.32,
       "numerator": 1102,
       "denominator": 3936
      },
      "limited_english_households_pct": {
       "estimate": 1.66,
       "moe": 2.38,
       "numerator": 36,
       "denominator": 2174
      },
      "snap_households_pct": {
       "estimate": 4.28,
       "moe": 2.05,
       "numerator": 93,
       "denominator": 2174
      },
      "median_household_income": {
       "estimate": 86728,
       "moe": 5717.0
      },
      "own_children_under_18": {
       "estimate": 956,
       "moe": 160.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 995,
       "moe": 162.64685671724493
      }
     },
     "lines": {
      "b23008_E001": 956,
      "b23008_M001": 160,
      "b23008_E003": 224,
      "b23008_M003": 76,
      "b23008_E008": 89,
      "b23008_M008": 62,
      "b23008_E016": 451,
      "b23008_M016": 106,
      "b23008_E021": 192,
      "b23008_M021": 79,
      "b11003_E001": 1556,
      "b11003_M001": 107,
      "b11003_E003": 386,
      "b11003_M003": 80,
      "b11003_E010": 80,
      "b11003_M010": 70,
      "b11003_E016": 103,
      "b11003_M016": 51,
      "b17020_E001": 5532,
      "b17020_M001": 185,
      "b17020_E003": 17,
      "b17020_M003": 19,
      "b17020_E004": 10,
      "b17020_M004": 14,
      "b17020_E005": 19,
      "b17020_M005": 17,
      "b17020_E011": 296,
      "b17020_M011": 86,
      "b17020_E012": 281,
      "b17020_M012": 86,
      "b17020_E013": 372,
      "b17020_M013": 104,
      "b15003_E001": 3936,
      "b15003_M001": 175,
      "b15003_E022": 661,
      "b15003_M022": 109,
      "b15003_E023": 334,
      "b15003_M023": 74,
      "b15003_E024": 42,
      "b15003_M024": 21,
      "b15003_E025": 65,
      "b15003_M025": 41,
      "c16002_E001": 2174,
      "c16002_M001": 133,
      "c16002_E004": 31,
      "c16002_M004": 44,
      "c16002_E007": 5,
      "c16002_M007": 5,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2174,
      "b22010_M001": 133,
      "b22010_E002": 93,
      "b22010_M002": 45,
      "b19013_E001": 86728,
      "b19013_M001": 5717
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.7,
       "moe": 9.13,
       "numerator": 258,
       "denominator": 814
      },
      "children_with_two_parents_pct": {
       "estimate": 68.3,
       "moe": 10.52,
       "numerator": 556,
       "denominator": 814
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.87,
       "moe": 14.73,
       "numerator": 169,
       "denominator": 499
      },
      "children_below_poverty_pct": {
       "estimate": 5.24,
       "moe": 3.25,
       "numerator": 47,
       "denominator": 897
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.92,
       "moe": 3.23,
       "numerator": 1093,
       "denominator": 3779
      },
      "limited_english_households_pct": {
       "estimate": 4.36,
       "moe": 5.09,
       "numerator": 97,
       "denominator": 2225
      },
      "snap_households_pct": {
       "estimate": 5.89,
       "moe": 2.94,
       "numerator": 131,
       "denominator": 2225
      },
      "median_household_income": {
       "estimate": 93271,
       "moe": 5352.0
      },
      "own_children_under_18": {
       "estimate": 814,
       "moe": 115.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 897,
       "moe": 143.8471410908121
      }
     },
     "lines": {
      "b23008_E001": 814,
      "b23008_M001": 115,
      "b23008_E003": 191,
      "b23008_M003": 71,
      "b23008_E008": 82,
      "b23008_M008": 50,
      "b23008_E016": 365,
      "b23008_M016": 92,
      "b23008_E021": 176,
      "b23008_M021": 66,
      "b11003_E001": 1537,
      "b11003_M001": 152,
      "b11003_E003": 330,
      "b11003_M003": 71,
      "b11003_E010": 75,
      "b11003_M010": 66,
      "b11003_E016": 94,
      "b11003_M016": 49,
      "b17020_E001": 5410,
      "b17020_M001": 237,
      "b17020_E003": 19,
      "b17020_M003": 22,
      "b17020_E004": 13,
      "b17020_M004": 14,
      "b17020_E005": 15,
      "b17020_M005": 15,
      "b17020_E011": 270,
      "b17020_M011": 87,
      "b17020_E012": 248,
      "b17020_M012": 73,
      "b17020_E013": 332,
      "b17020_M013": 83,
      "b15003_E001": 3779,
      "b15003_M001": 212,
      "b15003_E022": 582,
      "b15003_M022": 104,
      "b15003_E023": 373,
      "b15003_M023": 76,
      "b15003_E024": 56,
      "b15003_M024": 27,
      "b15003_E025": 82,
      "b15003_M025": 37,
      "c16002_E001": 2225,
      "c16002_M001": 153,
      "c16002_E004": 92,
      "c16002_M004": 110,
      "c16002_E007": 5,
      "c16002_M007": 5,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2225,
      "b22010_M001": 153,
      "b22010_E002": 131,
      "b22010_M002": 66,
      "b19013_E001": 93271,
      "b19013_M001": 5352
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.31,
       "moe": 8.69,
       "numerator": 293,
       "denominator": 854
      },
      "children_with_two_parents_pct": {
       "estimate": 65.69,
       "moe": 9.73,
       "numerator": 561,
       "denominator": 854
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.64,
       "moe": 14.66,
       "numerator": 198,
       "denominator": 526
      },
      "children_below_poverty_pct": {
       "estimate": 7.01,
       "moe": 3.19,
       "numerator": 66,
       "denominator": 942
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.1,
       "moe": 3.45,
       "numerator": 1053,
       "denominator": 3747
      },
      "limited_english_households_pct": {
       "estimate": 1.87,
       "moe": 2.36,
       "numerator": 40,
       "denominator": 2137
      },
      "snap_households_pct": {
       "estimate": 6.27,
       "moe": 2.31,
       "numerator": 134,
       "denominator": 2137
      },
      "median_household_income": {
       "estimate": 99152,
       "moe": 10202.0
      },
      "own_children_under_18": {
       "estimate": 854,
       "moe": 121.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 942,
       "moe": 146.96598245852678
      }
     },
     "lines": {
      "b23008_E001": 854,
      "b23008_M001": 121,
      "b23008_E003": 220,
      "b23008_M003": 69,
      "b23008_E008": 78,
      "b23008_M008": 51,
      "b23008_E016": 341,
      "b23008_M016": 92,
      "b23008_E021": 215,
      "b23008_M021": 68,
      "b11003_E001": 1471,
      "b11003_M001": 118,
      "b11003_E003": 328,
      "b11003_M003": 74,
      "b11003_E010": 87,
      "b11003_M010": 73,
      "b11003_E016": 111,
      "b11003_M016": 50,
      "b17020_E001": 5320,
      "b17020_M001": 215,
      "b17020_E003": 19,
      "b17020_M003": 18,
      "b17020_E004": 22,
      "b17020_M004": 18,
      "b17020_E005": 25,
      "b17020_M005": 19,
      "b17020_E011": 292,
      "b17020_M011": 81,
      "b17020_E012": 283,
      "b17020_M012": 77,
      "b17020_E013": 301,
      "b17020_M013": 90,
      "b15003_E001": 3747,
      "b15003_M001": 176,
      "b15003_E022": 611,
      "b15003_M022": 104,
      "b15003_E023": 324,
      "b15003_M023": 80,
      "b15003_E024": 50,
      "b15003_M024": 20,
      "b15003_E025": 68,
      "b15003_M025": 39,
      "c16002_E001": 2137,
      "c16002_M001": 132,
      "c16002_E004": 32,
      "c16002_M004": 42,
      "c16002_E007": 8,
      "c16002_M007": 8,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2137,
      "b22010_M001": 132,
      "b22010_E002": 134,
      "b22010_M002": 50,
      "b19013_E001": 99152,
      "b19013_M001": 10202
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.26,
       "moe": 8.74,
       "numerator": 261,
       "denominator": 809
      },
      "children_with_two_parents_pct": {
       "estimate": 67.74,
       "moe": 10.47,
       "numerator": 548,
       "denominator": 809
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.15,
       "moe": 14.9,
       "numerator": 185,
       "denominator": 498
      },
      "children_below_poverty_pct": {
       "estimate": 7.12,
       "moe": 3.57,
       "numerator": 65,
       "denominator": 913
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.36,
       "moe": 3.55,
       "numerator": 1122,
       "denominator": 3822
      },
      "limited_english_households_pct": {
       "estimate": 0.7,
       "moe": 1.73,
       "numerator": 15,
       "denominator": 2139
      },
      "snap_households_pct": {
       "estimate": 5.19,
       "moe": 1.99,
       "numerator": 111,
       "denominator": 2139
      },
      "median_household_income": {
       "estimate": 99736,
       "moe": 7995.0
      },
      "own_children_under_18": {
       "estimate": 809,
       "moe": 140.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 913,
       "moe": 152.73179105870526
      }
     },
     "lines": {
      "b23008_E001": 809,
      "b23008_M001": 140,
      "b23008_E003": 189,
      "b23008_M003": 62,
      "b23008_E008": 84,
      "b23008_M008": 53,
      "b23008_E016": 359,
      "b23008_M016": 111,
      "b23008_E021": 177,
      "b23008_M021": 65,
      "b11003_E001": 1501,
      "b11003_M001": 123,
      "b11003_E003": 313,
      "b11003_M003": 65,
      "b11003_E010": 90,
      "b11003_M010": 71,
      "b11003_E016": 95,
      "b11003_M016": 45,
      "b17020_E001": 5316,
      "b17020_M001": 210,
      "b17020_E003": 15,
      "b17020_M003": 14,
      "b17020_E004": 20,
      "b17020_M004": 19,
      "b17020_E005": 30,
      "b17020_M005": 25,
      "b17020_E011": 293,
      "b17020_M011": 85,
      "b17020_E012": 223,
      "b17020_M012": 78,
      "b17020_E013": 332,
      "b17020_M013": 94,
      "b15003_E001": 3822,
      "b15003_M001": 196,
      "b15003_E022": 662,
      "b15003_M022": 113,
      "b15003_E023": 345,
      "b15003_M023": 83,
      "b15003_E024": 52,
      "b15003_M024": 24,
      "b15003_E025": 63,
      "b15003_M025": 38,
      "c16002_E001": 2139,
      "c16002_M001": 129,
      "c16002_E004": 13,
      "c16002_M004": 25,
      "c16002_E007": 2,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2139,
      "b22010_M001": 129,
      "b22010_E002": 111,
      "b22010_M002": 43,
      "b19013_E001": 99736,
      "b19013_M001": 7995
     }
    }
   }
  },
  "0903600": {
   "name": "Regional High School District 01, Connecticut",
   "sumlevel": "960",
   "geo_id": "9600000US0903600",
   "geography": "secondary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 36.96,
       "moe": 11.44,
       "numerator": 886,
       "denominator": 2397
      },
      "children_with_two_parents_pct": {
       "estimate": 63.04,
       "moe": 12.64,
       "numerator": 1511,
       "denominator": 2397
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.73,
       "moe": 6.89,
       "numerator": 274,
       "denominator": 1065
      },
      "children_below_poverty_pct": {
       "estimate": 15.53,
       "moe": 4.25,
       "numerator": 383,
       "denominator": 2466
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.77,
       "moe": 3.91,
       "numerator": 5522,
       "denominator": 12065
      },
      "limited_english_households_pct": {
       "estimate": 1.05,
       "moe": 0.89,
       "numerator": 68,
       "denominator": 6452
      },
      "snap_households_pct": {
       "estimate": 5.07,
       "moe": 1.68,
       "numerator": 327,
       "denominator": 6452
      },
      "median_household_income": {
       "estimate": 83906,
       "moe": 7206.0
      },
      "own_children_under_18": {
       "estimate": 2397,
       "moe": 374.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2466,
       "moe": 455.45581563967323
      }
     },
     "lines": {
      "b23008_E001": 2397,
      "b23008_M001": 374,
      "b23008_E003": 312,
      "b23008_M003": 122,
      "b23008_E008": 232,
      "b23008_M008": 109,
      "b23008_E016": 1199,
      "b23008_M016": 364,
      "b23008_E021": 654,
      "b23008_M021": 287,
      "b11003_E001": 3847,
      "b11003_M001": 265,
      "b11003_E003": 791,
      "b11003_M003": 158,
      "b11003_E010": 112,
      "b11003_M010": 54,
      "b11003_E016": 162,
      "b11003_M016": 68,
      "b17020_E001": 14975,
      "b17020_M001": 299,
      "b17020_E003": 68,
      "b17020_M003": 44,
      "b17020_E004": 127,
      "b17020_M004": 71,
      "b17020_E005": 188,
      "b17020_M005": 95,
      "b17020_E011": 495,
      "b17020_M011": 146,
      "b17020_E012": 699,
      "b17020_M012": 259,
      "b17020_E013": 889,
      "b17020_M013": 321,
      "b15003_E001": 12065,
      "b15003_M001": 430,
      "b15003_E022": 3052,
      "b15003_M022": 398,
      "b15003_E023": 1711,
      "b15003_M023": 273,
      "b15003_E024": 568,
      "b15003_M024": 133,
      "b15003_E025": 191,
      "b15003_M025": 104,
      "c16002_E001": 6452,
      "c16002_M001": 457,
      "c16002_E004": 48,
      "c16002_M004": 49,
      "c16002_E007": 15,
      "c16002_M007": 21,
      "c16002_E010": 5,
      "c16002_M010": 7,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6452,
      "b22010_M001": 457,
      "b22010_E002": 327,
      "b22010_M002": 111,
      "b19013_E001": 83906,
      "b19013_M001": 7206
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.07,
       "moe": 10.0,
       "numerator": 910,
       "denominator": 2595
      },
      "children_with_two_parents_pct": {
       "estimate": 64.93,
       "moe": 11.76,
       "numerator": 1685,
       "denominator": 2595
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.65,
       "moe": 9.92,
       "numerator": 427,
       "denominator": 1393
      },
      "children_below_poverty_pct": {
       "estimate": 20.76,
       "moe": 7.01,
       "numerator": 549,
       "denominator": 2645
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.03,
       "moe": 3.8,
       "numerator": 5544,
       "denominator": 11789
      },
      "limited_english_households_pct": {
       "estimate": 0.57,
       "moe": 0.53,
       "numerator": 37,
       "denominator": 6546
      },
      "snap_households_pct": {
       "estimate": 5.19,
       "moe": 1.69,
       "numerator": 340,
       "denominator": 6546
      },
      "median_household_income": {
       "estimate": 90187,
       "moe": 7282.0
      },
      "own_children_under_18": {
       "estimate": 2595,
       "moe": 342.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2645,
       "moe": 424.85762321041153
      }
     },
     "lines": {
      "b23008_E001": 2595,
      "b23008_M001": 342,
      "b23008_E003": 405,
      "b23008_M003": 153,
      "b23008_E008": 312,
      "b23008_M008": 135,
      "b23008_E016": 1280,
      "b23008_M016": 345,
      "b23008_E021": 598,
      "b23008_M021": 252,
      "b11003_E001": 3806,
      "b11003_M001": 292,
      "b11003_E003": 966,
      "b11003_M003": 188,
      "b11003_E010": 128,
      "b11003_M010": 90,
      "b11003_E016": 299,
      "b11003_M016": 129,
      "b17020_E001": 15009,
      "b17020_M001": 275,
      "b17020_E003": 201,
      "b17020_M003": 135,
      "b17020_E004": 143,
      "b17020_M004": 94,
      "b17020_E005": 205,
      "b17020_M005": 123,
      "b17020_E011": 532,
      "b17020_M011": 133,
      "b17020_E012": 675,
      "b17020_M012": 239,
      "b17020_E013": 889,
      "b17020_M013": 252,
      "b15003_E001": 11789,
      "b15003_M001": 415,
      "b15003_E022": 3095,
      "b15003_M022": 374,
      "b15003_E023": 1759,
      "b15003_M023": 257,
      "b15003_E024": 495,
      "b15003_M024": 141,
      "b15003_E025": 195,
      "b15003_M025": 112,
      "c16002_E001": 6546,
      "c16002_M001": 373,
      "c16002_E004": 9,
      "c16002_M004": 12,
      "c16002_E007": 20,
      "c16002_M007": 22,
      "c16002_E010": 8,
      "c16002_M010": 12,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6546,
      "b22010_M001": 373,
      "b22010_E002": 340,
      "b22010_M002": 112,
      "b19013_E001": 90187,
      "b19013_M001": 7282
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.42,
       "moe": 9.73,
       "numerator": 769,
       "denominator": 2614
      },
      "children_with_two_parents_pct": {
       "estimate": 70.58,
       "moe": 11.62,
       "numerator": 1845,
       "denominator": 2614
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.94,
       "moe": 7.8,
       "numerator": 345,
       "denominator": 1330
      },
      "children_below_poverty_pct": {
       "estimate": 16.64,
       "moe": 5.16,
       "numerator": 441,
       "denominator": 2651
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.88,
       "moe": 3.98,
       "numerator": 6094,
       "denominator": 12218
      },
      "limited_english_households_pct": {
       "estimate": 0.46,
       "moe": 0.63,
       "numerator": 31,
       "denominator": 6760
      },
      "snap_households_pct": {
       "estimate": 4.81,
       "moe": 1.71,
       "numerator": 325,
       "denominator": 6760
      },
      "median_household_income": {
       "estimate": 96053,
       "moe": 5871.0
      },
      "own_children_under_18": {
       "estimate": 2614,
       "moe": 327.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2651,
       "moe": 406.2991508728513
      }
     },
     "lines": {
      "b23008_E001": 2614,
      "b23008_M001": 327,
      "b23008_E003": 439,
      "b23008_M003": 173,
      "b23008_E008": 229,
      "b23008_M008": 109,
      "b23008_E016": 1406,
      "b23008_M016": 340,
      "b23008_E021": 540,
      "b23008_M021": 249,
      "b11003_E001": 4212,
      "b11003_M001": 314,
      "b11003_E003": 985,
      "b11003_M003": 164,
      "b11003_E010": 104,
      "b11003_M010": 59,
      "b11003_E016": 241,
      "b11003_M016": 100,
      "b17020_E001": 15412,
      "b17020_M001": 230,
      "b17020_E003": 173,
      "b17020_M003": 99,
      "b17020_E004": 103,
      "b17020_M004": 59,
      "b17020_E005": 165,
      "b17020_M005": 100,
      "b17020_E011": 518,
      "b17020_M011": 170,
      "b17020_E012": 778,
      "b17020_M012": 231,
      "b17020_E013": 914,
      "b17020_M013": 244,
      "b15003_E001": 12218,
      "b15003_M001": 380,
      "b15003_E022": 3388,
      "b15003_M022": 354,
      "b15003_E023": 1937,
      "b15003_M023": 321,
      "b15003_E024": 568,
      "b15003_M024": 168,
      "b15003_E025": 201,
      "b15003_M025": 127,
      "c16002_E001": 6760,
      "c16002_M001": 370,
      "c16002_E004": 5,
      "c16002_M004": 7,
      "c16002_E007": 26,
      "c16002_M007": 30,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6760,
      "b22010_M001": 370,
      "b22010_E002": 325,
      "b22010_M002": 117,
      "b19013_E001": 96053,
      "b19013_M001": 5871
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.12,
       "moe": 10.43,
       "numerator": 842,
       "denominator": 2542
      },
      "children_with_two_parents_pct": {
       "estimate": 66.88,
       "moe": 9.95,
       "numerator": 1700,
       "denominator": 2542
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.8,
       "moe": 12.39,
       "numerator": 421,
       "denominator": 1324
      },
      "children_below_poverty_pct": {
       "estimate": 11.04,
       "moe": 4.33,
       "numerator": 287,
       "denominator": 2599
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.03,
       "moe": 4.44,
       "numerator": 6255,
       "denominator": 12257
      },
      "limited_english_households_pct": {
       "estimate": 0.77,
       "moe": 0.98,
       "numerator": 53,
       "denominator": 6841
      },
      "snap_households_pct": {
       "estimate": 3.61,
       "moe": 1.36,
       "numerator": 247,
       "denominator": 6841
      },
      "median_household_income": {
       "estimate": 99375,
       "moe": 5942.0
      },
      "own_children_under_18": {
       "estimate": 2542,
       "moe": 331.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2599,
       "moe": 445.4840064469206
      }
     },
     "lines": {
      "b23008_E001": 2542,
      "b23008_M001": 331,
      "b23008_E003": 475,
      "b23008_M003": 186,
      "b23008_E008": 241,
      "b23008_M008": 139,
      "b23008_E016": 1225,
      "b23008_M016": 280,
      "b23008_E021": 601,
      "b23008_M021": 251,
      "b11003_E001": 4147,
      "b11003_M001": 314,
      "b11003_E003": 903,
      "b11003_M003": 141,
      "b11003_E010": 131,
      "b11003_M010": 92,
      "b11003_E016": 290,
      "b11003_M016": 154,
      "b17020_E001": 15515,
      "b17020_M001": 280,
      "b17020_E003": 175,
      "b17020_M003": 103,
      "b17020_E004": 26,
      "b17020_M004": 30,
      "b17020_E005": 86,
      "b17020_M005": 60,
      "b17020_E011": 565,
      "b17020_M011": 171,
      "b17020_E012": 733,
      "b17020_M012": 295,
      "b17020_E013": 1014,
      "b17020_M013": 259,
      "b15003_E001": 12257,
      "b15003_M001": 389,
      "b15003_E022": 3341,
      "b15003_M022": 406,
      "b15003_E023": 2134,
      "b15003_M023": 363,
      "b15003_E024": 553,
      "b15003_M024": 155,
      "b15003_E025": 227,
      "b15003_M025": 120,
      "c16002_E001": 6841,
      "c16002_M001": 381,
      "c16002_E004": 40,
      "c16002_M004": 57,
      "c16002_E007": 13,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6841,
      "b22010_M001": 381,
      "b22010_E002": 247,
      "b22010_M002": 94,
      "b19013_E001": 99375,
      "b19013_M001": 5942
     }
    }
   }
  },
  "0903630": {
   "name": "Regional High School District 04, Connecticut",
   "sumlevel": "960",
   "geo_id": "9600000US0903630",
   "geography": "secondary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.91,
       "moe": 9.24,
       "numerator": 717,
       "denominator": 2664
      },
      "children_with_two_parents_pct": {
       "estimate": 73.09,
       "moe": 10.03,
       "numerator": 1947,
       "denominator": 2664
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.89,
       "moe": 11.25,
       "numerator": 403,
       "denominator": 1445
      },
      "children_below_poverty_pct": {
       "estimate": 4.52,
       "moe": 3.11,
       "numerator": 122,
       "denominator": 2702
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.59,
       "moe": 4.67,
       "numerator": 5410,
       "denominator": 11135
      },
      "limited_english_households_pct": {
       "estimate": 0.96,
       "moe": 1.13,
       "numerator": 63,
       "denominator": 6573
      },
      "snap_households_pct": {
       "estimate": 4.29,
       "moe": 2.52,
       "numerator": 282,
       "denominator": 6573
      },
      "median_household_income": {
       "estimate": 89572,
       "moe": 6828.0
      },
      "own_children_under_18": {
       "estimate": 2664,
       "moe": 279.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2702,
       "moe": 408.26339537117457
      }
     },
     "lines": {
      "b23008_E001": 2664,
      "b23008_M001": 279,
      "b23008_E003": 427,
      "b23008_M003": 168,
      "b23008_E008": 70,
      "b23008_M008": 76,
      "b23008_E016": 1520,
      "b23008_M016": 291,
      "b23008_E021": 647,
      "b23008_M021": 246,
      "b11003_E001": 4010,
      "b11003_M001": 226,
      "b11003_E003": 1042,
      "b11003_M003": 165,
      "b11003_E010": 89,
      "b11003_M010": 71,
      "b11003_E016": 314,
      "b11003_M016": 161,
      "b17020_E001": 14790,
      "b17020_M001": 116,
      "b17020_E003": 56,
      "b17020_M003": 61,
      "b17020_E004": 57,
      "b17020_M004": 59,
      "b17020_E005": 9,
      "b17020_M005": 14,
      "b17020_E011": 441,
      "b17020_M011": 178,
      "b17020_E012": 705,
      "b17020_M012": 246,
      "b17020_E013": 1434,
      "b17020_M013": 259,
      "b15003_E001": 11135,
      "b15003_M001": 333,
      "b15003_E022": 3070,
      "b15003_M022": 367,
      "b15003_E023": 1755,
      "b15003_M023": 345,
      "b15003_E024": 343,
      "b15003_M024": 140,
      "b15003_E025": 242,
      "b15003_M025": 154,
      "c16002_E001": 6573,
      "c16002_M001": 291,
      "c16002_E004": 42,
      "c16002_M004": 64,
      "c16002_E007": 21,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6573,
      "b22010_M001": 291,
      "b22010_E002": 282,
      "b22010_M002": 166,
      "b19013_E001": 89572,
      "b19013_M001": 6828
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.31,
       "moe": 9.4,
       "numerator": 689,
       "denominator": 2523
      },
      "children_with_two_parents_pct": {
       "estimate": 72.69,
       "moe": 9.66,
       "numerator": 1834,
       "denominator": 2523
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.27,
       "moe": 10.49,
       "numerator": 400,
       "denominator": 1467
      },
      "children_below_poverty_pct": {
       "estimate": 8.41,
       "moe": 4.56,
       "numerator": 215,
       "denominator": 2557
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.44,
       "moe": 4.17,
       "numerator": 5386,
       "denominator": 11119
      },
      "limited_english_households_pct": {
       "estimate": 1.01,
       "moe": 1.23,
       "numerator": 67,
       "denominator": 6603
      },
      "snap_households_pct": {
       "estimate": 5.92,
       "moe": 2.96,
       "numerator": 391,
       "denominator": 6603
      },
      "median_household_income": {
       "estimate": 95648,
       "moe": 8075.0
      },
      "own_children_under_18": {
       "estimate": 2523,
       "moe": 317.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2557,
       "moe": 423.6260143097919
      }
     },
     "lines": {
      "b23008_E001": 2523,
      "b23008_M001": 317,
      "b23008_E003": 507,
      "b23008_M003": 180,
      "b23008_E008": 217,
      "b23008_M008": 140,
      "b23008_E016": 1327,
      "b23008_M016": 283,
      "b23008_E021": 472,
      "b23008_M021": 210,
      "b11003_E001": 4068,
      "b11003_M001": 256,
      "b11003_E003": 1067,
      "b11003_M003": 189,
      "b11003_E010": 78,
      "b11003_M010": 59,
      "b11003_E016": 322,
      "b11003_M016": 158,
      "b17020_E001": 14751,
      "b17020_M001": 329,
      "b17020_E003": 130,
      "b17020_M003": 89,
      "b17020_E004": 80,
      "b17020_M004": 83,
      "b17020_E005": 5,
      "b17020_M005": 9,
      "b17020_E011": 594,
      "b17020_M011": 220,
      "b17020_E012": 592,
      "b17020_M012": 218,
      "b17020_E013": 1156,
      "b17020_M013": 262,
      "b15003_E001": 11119,
      "b15003_M001": 372,
      "b15003_E022": 3083,
      "b15003_M022": 360,
      "b15003_E023": 1790,
      "b15003_M023": 286,
      "b15003_E024": 380,
      "b15003_M024": 168,
      "b15003_E025": 133,
      "b15003_M025": 90,
      "c16002_E001": 6603,
      "c16002_M001": 296,
      "c16002_E004": 49,
      "c16002_M004": 73,
      "c16002_E007": 18,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6603,
      "b22010_M001": 296,
      "b22010_E002": 391,
      "b22010_M002": 196,
      "b19013_E001": 95648,
      "b19013_M001": 8075
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.81,
       "moe": 7.08,
       "numerator": 469,
       "denominator": 2494
      },
      "children_with_two_parents_pct": {
       "estimate": 81.19,
       "moe": 8.38,
       "numerator": 2025,
       "denominator": 2494
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.99,
       "moe": 10.24,
       "numerator": 272,
       "denominator": 1361
      },
      "children_below_poverty_pct": {
       "estimate": 8.74,
       "moe": 4.49,
       "numerator": 221,
       "denominator": 2529
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.82,
       "moe": 4.23,
       "numerator": 5432,
       "denominator": 11126
      },
      "limited_english_households_pct": {
       "estimate": 1.36,
       "moe": 1.29,
       "numerator": 91,
       "denominator": 6683
      },
      "snap_households_pct": {
       "estimate": 5.4,
       "moe": 2.51,
       "numerator": 361,
       "denominator": 6683
      },
      "median_household_income": {
       "estimate": 97906,
       "moe": 8661.0
      },
      "own_children_under_18": {
       "estimate": 2494,
       "moe": 279.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2529,
       "moe": 389.9269162291826
      }
     },
     "lines": {
      "b23008_E001": 2494,
      "b23008_M001": 279,
      "b23008_E003": 705,
      "b23008_M003": 187,
      "b23008_E008": 163,
      "b23008_M008": 98,
      "b23008_E016": 1320,
      "b23008_M016": 245,
      "b23008_E021": 306,
      "b23008_M021": 156,
      "b11003_E001": 3973,
      "b11003_M001": 296,
      "b11003_E003": 1089,
      "b11003_M003": 168,
      "b11003_E010": 37,
      "b11003_M010": 35,
      "b11003_E016": 235,
      "b11003_M016": 142,
      "b17020_E001": 14835,
      "b17020_M001": 338,
      "b17020_E003": 109,
      "b17020_M003": 73,
      "b17020_E004": 107,
      "b17020_M004": 93,
      "b17020_E005": 5,
      "b17020_M005": 8,
      "b17020_E011": 759,
      "b17020_M011": 200,
      "b17020_E012": 658,
      "b17020_M012": 201,
      "b17020_E013": 891,
      "b17020_M013": 240,
      "b15003_E001": 11126,
      "b15003_M001": 416,
      "b15003_E022": 3150,
      "b15003_M022": 387,
      "b15003_E023": 1751,
      "b15003_M023": 282,
      "b15003_E024": 364,
      "b15003_M024": 154,
      "b15003_E025": 167,
      "b15003_M025": 99,
      "c16002_E001": 6683,
      "c16002_M001": 246,
      "c16002_E004": 41,
      "c16002_M004": 64,
      "c16002_E007": 50,
      "c16002_M007": 50,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6683,
      "b22010_M001": 246,
      "b22010_E002": 361,
      "b22010_M002": 168,
      "b19013_E001": 97906,
      "b19013_M001": 8661
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.5,
       "moe": 7.37,
       "numerator": 523,
       "denominator": 2433
      },
      "children_with_two_parents_pct": {
       "estimate": 78.5,
       "moe": 7.81,
       "numerator": 1910,
       "denominator": 2433
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.17,
       "moe": 10.65,
       "numerator": 337,
       "denominator": 1339
      },
      "children_below_poverty_pct": {
       "estimate": 9.8,
       "moe": 4.63,
       "numerator": 244,
       "denominator": 2491
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.02,
       "moe": 4.04,
       "numerator": 5672,
       "denominator": 11340
      },
      "limited_english_households_pct": {
       "estimate": 1.48,
       "moe": 1.36,
       "numerator": 98,
       "denominator": 6625
      },
      "snap_households_pct": {
       "estimate": 5.34,
       "moe": 2.25,
       "numerator": 354,
       "denominator": 6625
      },
      "median_household_income": {
       "estimate": 103505,
       "moe": 9475.0
      },
      "own_children_under_18": {
       "estimate": 2433,
       "moe": 282.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2491,
       "moe": 380.7387555792029
      }
     },
     "lines": {
      "b23008_E001": 2433,
      "b23008_M001": 282,
      "b23008_E003": 683,
      "b23008_M003": 166,
      "b23008_E008": 140,
      "b23008_M008": 83,
      "b23008_E016": 1227,
      "b23008_M016": 240,
      "b23008_E021": 383,
      "b23008_M021": 170,
      "b11003_E001": 3993,
      "b11003_M001": 260,
      "b11003_E003": 1002,
      "b11003_M003": 148,
      "b11003_E010": 29,
      "b11003_M010": 26,
      "b11003_E016": 308,
      "b11003_M016": 150,
      "b17020_E001": 14922,
      "b17020_M001": 338,
      "b17020_E003": 109,
      "b17020_M003": 74,
      "b17020_E004": 115,
      "b17020_M004": 93,
      "b17020_E005": 20,
      "b17020_M005": 24,
      "b17020_E011": 714,
      "b17020_M011": 186,
      "b17020_E012": 661,
      "b17020_M012": 209,
      "b17020_E013": 872,
      "b17020_M013": 228,
      "b15003_E001": 11340,
      "b15003_M001": 353,
      "b15003_E022": 3188,
      "b15003_M022": 380,
      "b15003_E023": 1930,
      "b15003_M023": 267,
      "b15003_E024": 342,
      "b15003_M024": 122,
      "b15003_E025": 212,
      "b15003_M025": 104,
      "c16002_E001": 6625,
      "c16002_M001": 311,
      "c16002_E004": 43,
      "c16002_M004": 48,
      "c16002_E007": 55,
      "c16002_M007": 70,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6625,
      "b22010_M001": 311,
      "b22010_E002": 354,
      "b22010_M002": 150,
      "b19013_E001": 103505,
      "b19013_M001": 9475
     }
    }
   }
  },
  "0903660": {
   "name": "Regional High School District 05, Connecticut",
   "sumlevel": "960",
   "geo_id": "9600000US0903660",
   "geography": "secondary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.22,
       "moe": 5.71,
       "numerator": 962,
       "denominator": 6322
      },
      "children_with_two_parents_pct": {
       "estimate": 84.78,
       "moe": 4.22,
       "numerator": 5360,
       "denominator": 6322
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.64,
       "moe": 5.93,
       "numerator": 554,
       "denominator": 3329
      },
      "children_below_poverty_pct": {
       "estimate": 1.32,
       "moe": 1.35,
       "numerator": 85,
       "denominator": 6450
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 61.67,
       "moe": 3.39,
       "numerator": 12380,
       "denominator": 20073
      },
      "limited_english_households_pct": {
       "estimate": 2.1,
       "moe": 0.85,
       "numerator": 210,
       "denominator": 9994
      },
      "snap_households_pct": {
       "estimate": 2.17,
       "moe": 1.72,
       "numerator": 217,
       "denominator": 9994
      },
      "median_household_income": {
       "estimate": 145873,
       "moe": 10453.0
      },
      "own_children_under_18": {
       "estimate": 6322,
       "moe": 456.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6450,
       "moe": 553.3073287062083
      }
     },
     "lines": {
      "b23008_E001": 6322,
      "b23008_M001": 456,
      "b23008_E003": 1531,
      "b23008_M003": 303,
      "b23008_E008": 179,
      "b23008_M008": 140,
      "b23008_E016": 3829,
      "b23008_M016": 359,
      "b23008_E021": 783,
      "b23008_M021": 340,
      "b11003_E001": 8255,
      "b11003_M001": 302,
      "b11003_E003": 2775,
      "b11003_M003": 229,
      "b11003_E010": 105,
      "b11003_M010": 86,
      "b11003_E016": 449,
      "b11003_M016": 185,
      "b17020_E001": 28407,
      "b17020_M001": 149,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 15,
      "b17020_M004": 25,
      "b17020_E005": 70,
      "b17020_M005": 80,
      "b17020_E011": 1745,
      "b17020_M011": 297,
      "b17020_E012": 2291,
      "b17020_M012": 311,
      "b17020_E013": 2329,
      "b17020_M013": 337,
      "b15003_E001": 20073,
      "b15003_M001": 529,
      "b15003_E022": 5261,
      "b15003_M022": 471,
      "b15003_E023": 4233,
      "b15003_M023": 463,
      "b15003_E024": 1911,
      "b15003_M024": 295,
      "b15003_E025": 975,
      "b15003_M025": 214,
      "c16002_E001": 9994,
      "c16002_M001": 362,
      "c16002_E004": 19,
      "c16002_M004": 33,
      "c16002_E007": 98,
      "c16002_M007": 64,
      "c16002_E010": 80,
      "c16002_M010": 41,
      "c16002_E013": 13,
      "c16002_M013": 22,
      "b22010_E001": 9994,
      "b22010_M001": 362,
      "b22010_E002": 217,
      "b22010_M002": 172,
      "b19013_E001": 145873,
      "b19013_M001": 10453
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.54,
       "moe": 5.23,
       "numerator": 895,
       "denominator": 6608
      },
      "children_with_two_parents_pct": {
       "estimate": 86.46,
       "moe": 5.0,
       "numerator": 5713,
       "denominator": 6608
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.0,
       "moe": 5.03,
       "numerator": 487,
       "denominator": 3478
      },
      "children_below_poverty_pct": {
       "estimate": 0.92,
       "moe": 1.05,
       "numerator": 62,
       "denominator": 6720
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 61.95,
       "moe": 3.74,
       "numerator": 12381,
       "denominator": 19985
      },
      "limited_english_households_pct": {
       "estimate": 1.86,
       "moe": 0.78,
       "numerator": 188,
       "denominator": 10114
      },
      "snap_households_pct": {
       "estimate": 2.33,
       "moe": 1.7,
       "numerator": 236,
       "denominator": 10114
      },
      "median_household_income": {
       "estimate": 157759,
       "moe": 10490.0
      },
      "own_children_under_18": {
       "estimate": 6608,
       "moe": 435.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6720,
       "moe": 569.5489443410461
      }
     },
     "lines": {
      "b23008_E001": 6608,
      "b23008_M001": 435,
      "b23008_E003": 1631,
      "b23008_M003": 271,
      "b23008_E008": 162,
      "b23008_M008": 132,
      "b23008_E016": 4082,
      "b23008_M016": 421,
      "b23008_E021": 733,
      "b23008_M021": 325,
      "b11003_E001": 8323,
      "b11003_M001": 265,
      "b11003_E003": 2991,
      "b11003_M003": 248,
      "b11003_E010": 121,
      "b11003_M010": 108,
      "b11003_E016": 366,
      "b11003_M016": 144,
      "b17020_E001": 28348,
      "b17020_M001": 109,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 8,
      "b17020_M004": 14,
      "b17020_E005": 54,
      "b17020_M005": 65,
      "b17020_E011": 1833,
      "b17020_M011": 298,
      "b17020_E012": 2348,
      "b17020_M012": 306,
      "b17020_E013": 2477,
      "b17020_M013": 370,
      "b15003_E001": 19985,
      "b15003_M001": 540,
      "b15003_E022": 5071,
      "b15003_M022": 474,
      "b15003_E023": 4243,
      "b15003_M023": 534,
      "b15003_E024": 1962,
      "b15003_M024": 325,
      "b15003_E025": 1105,
      "b15003_M025": 232,
      "c16002_E001": 10114,
      "c16002_M001": 331,
      "c16002_E004": 21,
      "c16002_M004": 38,
      "c16002_E007": 68,
      "c16002_M007": 44,
      "c16002_E010": 88,
      "c16002_M010": 50,
      "c16002_E013": 11,
      "c16002_M013": 20,
      "b22010_E001": 10114,
      "b22010_M001": 331,
      "b22010_E002": 236,
      "b22010_M002": 172,
      "b19013_E001": 157759,
      "b19013_M001": 10490
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.7,
       "moe": 5.81,
       "numerator": 972,
       "denominator": 6614
      },
      "children_with_two_parents_pct": {
       "estimate": 85.3,
       "moe": 6.83,
       "numerator": 5642,
       "denominator": 6614
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.55,
       "moe": 5.39,
       "numerator": 510,
       "denominator": 3506
      },
      "children_below_poverty_pct": {
       "estimate": 1.32,
       "moe": 0.97,
       "numerator": 88,
       "denominator": 6688
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 63.68,
       "moe": 3.21,
       "numerator": 12713,
       "denominator": 19963
      },
      "limited_english_households_pct": {
       "estimate": 1.64,
       "moe": 0.72,
       "numerator": 168,
       "denominator": 10253
      },
      "snap_households_pct": {
       "estimate": 3.12,
       "moe": 1.81,
       "numerator": 320,
       "denominator": 10253
      },
      "median_household_income": {
       "estimate": 165222,
       "moe": 8822.0
      },
      "own_children_under_18": {
       "estimate": 6614,
       "moe": 416.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6688,
       "moe": 595.1688835952364
      }
     },
     "lines": {
      "b23008_E001": 6614,
      "b23008_M001": 416,
      "b23008_E003": 1514,
      "b23008_M003": 314,
      "b23008_E008": 273,
      "b23008_M008": 162,
      "b23008_E016": 4128,
      "b23008_M016": 481,
      "b23008_E021": 699,
      "b23008_M021": 354,
      "b11003_E001": 8250,
      "b11003_M001": 312,
      "b11003_E003": 2996,
      "b11003_M003": 285,
      "b11003_E010": 141,
      "b11003_M010": 111,
      "b11003_E016": 369,
      "b11003_M016": 161,
      "b17020_E001": 28339,
      "b17020_M001": 132,
      "b17020_E003": 39,
      "b17020_M003": 54,
      "b17020_E004": 18,
      "b17020_M004": 22,
      "b17020_E005": 31,
      "b17020_M005": 30,
      "b17020_E011": 1748,
      "b17020_M011": 325,
      "b17020_E012": 2444,
      "b17020_M012": 349,
      "b17020_E013": 2408,
      "b17020_M013": 350,
      "b15003_E001": 19963,
      "b15003_M001": 467,
      "b15003_E022": 4895,
      "b15003_M022": 401,
      "b15003_E023": 4528,
      "b15003_M023": 446,
      "b15003_E024": 2060,
      "b15003_M024": 280,
      "b15003_E025": 1230,
      "b15003_M025": 245,
      "c16002_E001": 10253,
      "c16002_M001": 311,
      "c16002_E004": 22,
      "c16002_M004": 38,
      "c16002_E007": 74,
      "c16002_M007": 48,
      "c16002_E010": 63,
      "c16002_M010": 38,
      "c16002_E013": 9,
      "c16002_M013": 16,
      "b22010_E001": 10253,
      "b22010_M001": 311,
      "b22010_E002": 320,
      "b22010_M002": 186,
      "b19013_E001": 165222,
      "b19013_M001": 8822
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.92,
       "moe": 5.36,
       "numerator": 778,
       "denominator": 6529
      },
      "children_with_two_parents_pct": {
       "estimate": 88.08,
       "moe": 6.51,
       "numerator": 5751,
       "denominator": 6529
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.89,
       "moe": 5.07,
       "numerator": 415,
       "denominator": 3489
      },
      "children_below_poverty_pct": {
       "estimate": 1.69,
       "moe": 1.11,
       "numerator": 111,
       "denominator": 6577
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 63.13,
       "moe": 3.49,
       "numerator": 12704,
       "denominator": 20124
      },
      "limited_english_households_pct": {
       "estimate": 1.22,
       "moe": 0.67,
       "numerator": 127,
       "denominator": 10381
      },
      "snap_households_pct": {
       "estimate": 3.13,
       "moe": 1.81,
       "numerator": 325,
       "denominator": 10381
      },
      "median_household_income": {
       "estimate": 161250,
       "moe": 14142.0
      },
      "own_children_under_18": {
       "estimate": 6529,
       "moe": 461.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6577,
       "moe": 623.162900051022
      }
     },
     "lines": {
      "b23008_E001": 6529,
      "b23008_M001": 461,
      "b23008_E003": 1541,
      "b23008_M003": 320,
      "b23008_E008": 189,
      "b23008_M008": 103,
      "b23008_E016": 4210,
      "b23008_M016": 493,
      "b23008_E021": 589,
      "b23008_M021": 339,
      "b11003_E001": 8340,
      "b11003_M001": 271,
      "b11003_E003": 3074,
      "b11003_M003": 260,
      "b11003_E010": 116,
      "b11003_M010": 113,
      "b11003_E016": 299,
      "b11003_M016": 141,
      "b17020_E001": 28530,
      "b17020_M001": 35,
      "b17020_E003": 49,
      "b17020_M003": 60,
      "b17020_E004": 12,
      "b17020_M004": 20,
      "b17020_E005": 50,
      "b17020_M005": 38,
      "b17020_E011": 1681,
      "b17020_M011": 336,
      "b17020_E012": 2487,
      "b17020_M012": 314,
      "b17020_E013": 2298,
      "b17020_M013": 414,
      "b15003_E001": 20124,
      "b15003_M001": 490,
      "b15003_E022": 4827,
      "b15003_M022": 439,
      "b15003_E023": 4553,
      "b15003_M023": 464,
      "b15003_E024": 1922,
      "b15003_M024": 313,
      "b15003_E025": 1402,
      "b15003_M025": 287,
      "c16002_E001": 10381,
      "c16002_M001": 306,
      "c16002_E004": 22,
      "c16002_M004": 39,
      "c16002_E007": 30,
      "c16002_M007": 23,
      "c16002_E010": 75,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 10381,
      "b22010_M001": 306,
      "b22010_E002": 325,
      "b22010_M002": 188,
      "b19013_E001": 161250,
      "b19013_M001": 14142
     }
    }
   }
  },
  "0903720": {
   "name": "Regional High School District 07, Connecticut",
   "sumlevel": "960",
   "geo_id": "9600000US0903720",
   "geography": "secondary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.66,
       "moe": 6.27,
       "numerator": 544,
       "denominator": 2916
      },
      "children_with_two_parents_pct": {
       "estimate": 81.34,
       "moe": 8.15,
       "numerator": 2372,
       "denominator": 2916
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.5,
       "moe": 6.69,
       "numerator": 282,
       "denominator": 1524
      },
      "children_below_poverty_pct": {
       "estimate": 4.93,
       "moe": 2.07,
       "numerator": 146,
       "denominator": 2960
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.61,
       "moe": 4.01,
       "numerator": 4037,
       "denominator": 9702
      },
      "limited_english_households_pct": {
       "estimate": 0.08,
       "moe": 0.7,
       "numerator": 4,
       "denominator": 5240
      },
      "snap_households_pct": {
       "estimate": 2.04,
       "moe": 0.95,
       "numerator": 107,
       "denominator": 5240
      },
      "median_household_income": {
       "estimate": 104133,
       "moe": 8760.0
      },
      "own_children_under_18": {
       "estimate": 2916,
       "moe": 334.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2960,
       "moe": 431.4324976169505
      }
     },
     "lines": {
      "b23008_E001": 2916,
      "b23008_M001": 334,
      "b23008_E003": 704,
      "b23008_M003": 224,
      "b23008_E008": 86,
      "b23008_M008": 48,
      "b23008_E016": 1668,
      "b23008_M016": 283,
      "b23008_E021": 458,
      "b23008_M021": 187,
      "b11003_E001": 3772,
      "b11003_M001": 208,
      "b11003_E003": 1242,
      "b11003_M003": 167,
      "b11003_E010": 68,
      "b11003_M010": 42,
      "b11003_E016": 214,
      "b11003_M016": 100,
      "b17020_E001": 13381,
      "b17020_M001": 217,
      "b17020_E003": 43,
      "b17020_M003": 40,
      "b17020_E004": 72,
      "b17020_M004": 45,
      "b17020_E005": 31,
      "b17020_M005": 24,
      "b17020_E011": 767,
      "b17020_M011": 216,
      "b17020_E012": 630,
      "b17020_M012": 221,
      "b17020_E013": 1417,
      "b17020_M013": 294,
      "b15003_E001": 9702,
      "b15003_M001": 412,
      "b15003_E022": 2418,
      "b15003_M022": 337,
      "b15003_E023": 1348,
      "b15003_M023": 247,
      "b15003_E024": 175,
      "b15003_M024": 69,
      "b15003_E025": 96,
      "b15003_M025": 40,
      "c16002_E001": 5240,
      "c16002_M001": 221,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 4,
      "c16002_M007": 5,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5240,
      "b22010_M001": 221,
      "b22010_E002": 107,
      "b22010_M002": 50,
      "b19013_E001": 104133,
      "b19013_M001": 8760
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.54,
       "moe": 7.58,
       "numerator": 633,
       "denominator": 2689
      },
      "children_with_two_parents_pct": {
       "estimate": 76.46,
       "moe": 6.75,
       "numerator": 2056,
       "denominator": 2689
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.19,
       "moe": 6.96,
       "numerator": 352,
       "denominator": 1518
      },
      "children_below_poverty_pct": {
       "estimate": 4.53,
       "moe": 1.81,
       "numerator": 124,
       "denominator": 2736
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 44.95,
       "moe": 3.83,
       "numerator": 4595,
       "denominator": 10223
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.77,
       "numerator": 0,
       "denominator": 5448
      },
      "snap_households_pct": {
       "estimate": 1.69,
       "moe": 0.84,
       "numerator": 92,
       "denominator": 5448
      },
      "median_household_income": {
       "estimate": 111678,
       "moe": 7689.0
      },
      "own_children_under_18": {
       "estimate": 2689,
       "moe": 247.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2736,
       "moe": 346.24268945351037
      }
     },
     "lines": {
      "b23008_E001": 2689,
      "b23008_M001": 247,
      "b23008_E003": 668,
      "b23008_M003": 139,
      "b23008_E008": 97,
      "b23008_M008": 73,
      "b23008_E016": 1388,
      "b23008_M016": 222,
      "b23008_E021": 536,
      "b23008_M021": 199,
      "b11003_E001": 4148,
      "b11003_M001": 203,
      "b11003_E003": 1166,
      "b11003_M003": 163,
      "b11003_E010": 87,
      "b11003_M010": 50,
      "b11003_E016": 265,
      "b11003_M016": 104,
      "b17020_E001": 13747,
      "b17020_M001": 241,
      "b17020_E003": 42,
      "b17020_M003": 32,
      "b17020_E004": 53,
      "b17020_M004": 35,
      "b17020_E005": 29,
      "b17020_M005": 21,
      "b17020_E011": 742,
      "b17020_M011": 149,
      "b17020_E012": 708,
      "b17020_M012": 183,
      "b17020_E013": 1162,
      "b17020_M013": 248,
      "b15003_E001": 10223,
      "b15003_M001": 366,
      "b15003_E022": 2708,
      "b15003_M022": 324,
      "b15003_E023": 1531,
      "b15003_M023": 239,
      "b15003_E024": 228,
      "b15003_M024": 117,
      "b15003_E025": 128,
      "b15003_M025": 69,
      "c16002_E001": 5448,
      "c16002_M001": 233,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5448,
      "b22010_M001": 233,
      "b22010_E002": 92,
      "b22010_M002": 46,
      "b19013_E001": 111678,
      "b19013_M001": 7689
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.45,
       "moe": 8.35,
       "numerator": 565,
       "denominator": 2517
      },
      "children_with_two_parents_pct": {
       "estimate": 77.55,
       "moe": 7.25,
       "numerator": 1952,
       "denominator": 2517
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.14,
       "moe": 6.93,
       "numerator": 293,
       "denominator": 1455
      },
      "children_below_poverty_pct": {
       "estimate": 5.11,
       "moe": 2.31,
       "numerator": 131,
       "denominator": 2562
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.39,
       "moe": 4.01,
       "numerator": 4841,
       "denominator": 10216
      },
      "limited_english_households_pct": {
       "estimate": 0.06,
       "moe": 0.68,
       "numerator": 3,
       "denominator": 5362
      },
      "snap_households_pct": {
       "estimate": 2.31,
       "moe": 1.13,
       "numerator": 124,
       "denominator": 5362
      },
      "median_household_income": {
       "estimate": 116559,
       "moe": 8811.0
      },
      "own_children_under_18": {
       "estimate": 2517,
       "moe": 248.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2562,
       "moe": 336.7179828877573
      }
     },
     "lines": {
      "b23008_E001": 2517,
      "b23008_M001": 248,
      "b23008_E003": 731,
      "b23008_M003": 155,
      "b23008_E008": 79,
      "b23008_M008": 44,
      "b23008_E016": 1221,
      "b23008_M016": 215,
      "b23008_E021": 486,
      "b23008_M021": 213,
      "b11003_E001": 4020,
      "b11003_M001": 203,
      "b11003_E003": 1162,
      "b11003_M003": 139,
      "b11003_E010": 58,
      "b11003_M010": 32,
      "b11003_E016": 235,
      "b11003_M016": 102,
      "b17020_E001": 13499,
      "b17020_M001": 231,
      "b17020_E003": 40,
      "b17020_M003": 39,
      "b17020_E004": 60,
      "b17020_M004": 42,
      "b17020_E005": 31,
      "b17020_M005": 23,
      "b17020_E011": 789,
      "b17020_M011": 170,
      "b17020_E012": 392,
      "b17020_M012": 131,
      "b17020_E013": 1250,
      "b17020_M013": 252,
      "b15003_E001": 10216,
      "b15003_M001": 338,
      "b15003_E022": 2917,
      "b15003_M022": 341,
      "b15003_E023": 1557,
      "b15003_M023": 234,
      "b15003_E024": 266,
      "b15003_M024": 139,
      "b15003_E025": 101,
      "b15003_M025": 52,
      "c16002_E001": 5362,
      "c16002_M001": 219,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 3,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5362,
      "b22010_M001": 219,
      "b22010_E002": 124,
      "b22010_M002": 61,
      "b19013_E001": 116559,
      "b19013_M001": 8811
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.95,
       "moe": 11.98,
       "numerator": 691,
       "denominator": 2307
      },
      "children_with_two_parents_pct": {
       "estimate": 70.05,
       "moe": 10.16,
       "numerator": 1616,
       "denominator": 2307
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.37,
       "moe": 9.86,
       "numerator": 284,
       "denominator": 1215
      },
      "children_below_poverty_pct": {
       "estimate": 3.32,
       "moe": 2.06,
       "numerator": 78,
       "denominator": 2349
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.21,
       "moe": 4.13,
       "numerator": 4824,
       "denominator": 10440
      },
      "limited_english_households_pct": {
       "estimate": 0.04,
       "moe": 0.67,
       "numerator": 2,
       "denominator": 5460
      },
      "snap_households_pct": {
       "estimate": 4.56,
       "moe": 2.34,
       "numerator": 249,
       "denominator": 5460
      },
      "median_household_income": {
       "estimate": 113415,
       "moe": 12017.0
      },
      "own_children_under_18": {
       "estimate": 2307,
       "moe": 258.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2349,
       "moe": 351.8280830178285
      }
     },
     "lines": {
      "b23008_E001": 2307,
      "b23008_M001": 258,
      "b23008_E003": 569,
      "b23008_M003": 160,
      "b23008_E008": 107,
      "b23008_M008": 71,
      "b23008_E016": 1047,
      "b23008_M016": 249,
      "b23008_E021": 584,
      "b23008_M021": 278,
      "b11003_E001": 4091,
      "b11003_M001": 183,
      "b11003_E003": 931,
      "b11003_M003": 188,
      "b11003_E010": 40,
      "b11003_M010": 29,
      "b11003_E016": 244,
      "b11003_M016": 128,
      "b17020_E001": 13538,
      "b17020_M001": 234,
      "b17020_E003": 18,
      "b17020_M003": 24,
      "b17020_E004": 42,
      "b17020_M004": 41,
      "b17020_E005": 18,
      "b17020_M005": 15,
      "b17020_E011": 680,
      "b17020_M011": 167,
      "b17020_E012": 580,
      "b17020_M012": 154,
      "b17020_E013": 1011,
      "b17020_M013": 264,
      "b15003_E001": 10440,
      "b15003_M001": 352,
      "b15003_E022": 2805,
      "b15003_M022": 367,
      "b15003_E023": 1589,
      "b15003_M023": 232,
      "b15003_E024": 309,
      "b15003_M024": 145,
      "b15003_E025": 121,
      "b15003_M025": 53,
      "c16002_E001": 5460,
      "c16002_M001": 216,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 2,
      "c16002_M007": 3,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5460,
      "b22010_M001": 216,
      "b22010_E002": 249,
      "b22010_M002": 128,
      "b19013_E001": 113415,
      "b19013_M001": 12017
     }
    }
   }
  },
  "0903750": {
   "name": "Regional High School District 08, Connecticut",
   "sumlevel": "960",
   "geo_id": "9600000US0903750",
   "geography": "secondary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.8,
       "moe": 8.32,
       "numerator": 822,
       "denominator": 3771
      },
      "children_with_two_parents_pct": {
       "estimate": 78.2,
       "moe": 7.73,
       "numerator": 2949,
       "denominator": 3771
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.46,
       "moe": 8.28,
       "numerator": 513,
       "denominator": 2284
      },
      "children_below_poverty_pct": {
       "estimate": 7.0,
       "moe": 5.19,
       "numerator": 267,
       "denominator": 3815
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.02,
       "moe": 3.86,
       "numerator": 6590,
       "denominator": 13174
      },
      "limited_english_households_pct": {
       "estimate": 0.13,
       "moe": 0.56,
       "numerator": 9,
       "denominator": 6923
      },
      "snap_households_pct": {
       "estimate": 3.08,
       "moe": 1.77,
       "numerator": 213,
       "denominator": 6923
      },
      "median_household_income": {
       "estimate": 122745,
       "moe": 8446.0
      },
      "own_children_under_18": {
       "estimate": 3771,
       "moe": 297.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3815,
       "moe": 503.1321893896275
      }
     },
     "lines": {
      "b23008_E001": 3771,
      "b23008_M001": 297,
      "b23008_E003": 902,
      "b23008_M003": 204,
      "b23008_E008": 54,
      "b23008_M008": 47,
      "b23008_E016": 2047,
      "b23008_M016": 312,
      "b23008_E021": 768,
      "b23008_M021": 317,
      "b11003_E001": 5417,
      "b11003_M001": 196,
      "b11003_E003": 1771,
      "b11003_M003": 230,
      "b11003_E010": 226,
      "b11003_M010": 151,
      "b11003_E016": 287,
      "b11003_M016": 133,
      "b17020_E001": 18149,
      "b17020_M001": 126,
      "b17020_E003": 78,
      "b17020_M003": 104,
      "b17020_E004": 79,
      "b17020_M004": 108,
      "b17020_E005": 110,
      "b17020_M005": 134,
      "b17020_E011": 878,
      "b17020_M011": 185,
      "b17020_E012": 741,
      "b17020_M012": 160,
      "b17020_E013": 1929,
      "b17020_M013": 391,
      "b15003_E001": 13174,
      "b15003_M001": 352,
      "b15003_E022": 3818,
      "b15003_M022": 398,
      "b15003_E023": 2235,
      "b15003_M023": 333,
      "b15003_E024": 361,
      "b15003_M024": 122,
      "b15003_E025": 176,
      "b15003_M025": 78,
      "c16002_E001": 6923,
      "c16002_M001": 226,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 9,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6923,
      "b22010_M001": 226,
      "b22010_E002": 213,
      "b22010_M002": 123,
      "b19013_E001": 122745,
      "b19013_M001": 8446
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.63,
       "moe": 6.38,
       "numerator": 831,
       "denominator": 3841
      },
      "children_with_two_parents_pct": {
       "estimate": 78.37,
       "moe": 8.07,
       "numerator": 3010,
       "denominator": 3841
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.77,
       "moe": 7.39,
       "numerator": 510,
       "denominator": 2240
      },
      "children_below_poverty_pct": {
       "estimate": 5.43,
       "moe": 4.05,
       "numerator": 211,
       "denominator": 3886
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.49,
       "moe": 3.68,
       "numerator": 6824,
       "denominator": 13252
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.62,
       "numerator": 0,
       "denominator": 6782
      },
      "snap_households_pct": {
       "estimate": 3.3,
       "moe": 1.85,
       "numerator": 224,
       "denominator": 6782
      },
      "median_household_income": {
       "estimate": 133125,
       "moe": 8939.0
      },
      "own_children_under_18": {
       "estimate": 3841,
       "moe": 273.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3886,
       "moe": 449.75882426029176
      }
     },
     "lines": {
      "b23008_E001": 3841,
      "b23008_M001": 273,
      "b23008_E003": 888,
      "b23008_M003": 208,
      "b23008_E008": 76,
      "b23008_M008": 60,
      "b23008_E016": 2122,
      "b23008_M016": 314,
      "b23008_E021": 755,
      "b23008_M021": 245,
      "b11003_E001": 5431,
      "b11003_M001": 217,
      "b11003_E003": 1730,
      "b11003_M003": 219,
      "b11003_E010": 222,
      "b11003_M010": 122,
      "b11003_E016": 288,
      "b11003_M016": 129,
      "b17020_E001": 18295,
      "b17020_M001": 52,
      "b17020_E003": 68,
      "b17020_M003": 90,
      "b17020_E004": 81,
      "b17020_M004": 109,
      "b17020_E005": 62,
      "b17020_M005": 73,
      "b17020_E011": 902,
      "b17020_M011": 184,
      "b17020_E012": 979,
      "b17020_M012": 211,
      "b17020_E013": 1794,
      "b17020_M013": 314,
      "b15003_E001": 13252,
      "b15003_M001": 382,
      "b15003_E022": 3934,
      "b15003_M022": 407,
      "b15003_E023": 2329,
      "b15003_M023": 293,
      "b15003_E024": 407,
      "b15003_M024": 133,
      "b15003_E025": 154,
      "b15003_M025": 89,
      "c16002_E001": 6782,
      "c16002_M001": 236,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6782,
      "b22010_M001": 236,
      "b22010_E002": 224,
      "b22010_M002": 126,
      "b19013_E001": 133125,
      "b19013_M001": 8939
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.73,
       "moe": 6.91,
       "numerator": 818,
       "denominator": 3765
      },
      "children_with_two_parents_pct": {
       "estimate": 78.27,
       "moe": 7.6,
       "numerator": 2947,
       "denominator": 3765
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.48,
       "moe": 7.08,
       "numerator": 512,
       "denominator": 2181
      },
      "children_below_poverty_pct": {
       "estimate": 3.84,
       "moe": 3.42,
       "numerator": 146,
       "denominator": 3804
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.84,
       "moe": 3.67,
       "numerator": 6645,
       "denominator": 13333
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.62,
       "numerator": 0,
       "denominator": 6776
      },
      "snap_households_pct": {
       "estimate": 3.28,
       "moe": 1.96,
       "numerator": 222,
       "denominator": 6776
      },
      "median_household_income": {
       "estimate": 139060,
       "moe": 8754.0
      },
      "own_children_under_18": {
       "estimate": 3765,
       "moe": 306.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3804,
       "moe": 435.83827275722354
      }
     },
     "lines": {
      "b23008_E001": 3765,
      "b23008_M001": 306,
      "b23008_E003": 883,
      "b23008_M003": 180,
      "b23008_E008": 81,
      "b23008_M008": 75,
      "b23008_E016": 2064,
      "b23008_M016": 327,
      "b23008_E021": 737,
      "b23008_M021": 258,
      "b11003_E001": 5525,
      "b11003_M001": 216,
      "b11003_E003": 1669,
      "b11003_M003": 202,
      "b11003_E010": 179,
      "b11003_M010": 91,
      "b11003_E016": 333,
      "b11003_M016": 139,
      "b17020_E001": 18250,
      "b17020_M001": 50,
      "b17020_E003": 12,
      "b17020_M003": 19,
      "b17020_E004": 84,
      "b17020_M004": 114,
      "b17020_E005": 50,
      "b17020_M005": 62,
      "b17020_E011": 962,
      "b17020_M011": 187,
      "b17020_E012": 1043,
      "b17020_M012": 213,
      "b17020_E013": 1653,
      "b17020_M013": 304,
      "b15003_E001": 13333,
      "b15003_M001": 375,
      "b15003_E022": 3743,
      "b15003_M022": 363,
      "b15003_E023": 2250,
      "b15003_M023": 339,
      "b15003_E024": 418,
      "b15003_M024": 133,
      "b15003_E025": 234,
      "b15003_M025": 102,
      "c16002_E001": 6776,
      "c16002_M001": 236,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6776,
      "b22010_M001": 236,
      "b22010_E002": 222,
      "b22010_M002": 133,
      "b19013_E001": 139060,
      "b19013_M001": 8754
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.58,
       "moe": 6.43,
       "numerator": 804,
       "denominator": 3725
      },
      "children_with_two_parents_pct": {
       "estimate": 78.42,
       "moe": 8.04,
       "numerator": 2921,
       "denominator": 3725
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.99,
       "moe": 7.74,
       "numerator": 477,
       "denominator": 2169
      },
      "children_below_poverty_pct": {
       "estimate": 3.68,
       "moe": 3.67,
       "numerator": 138,
       "denominator": 3748
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.35,
       "moe": 4.02,
       "numerator": 6584,
       "denominator": 13341
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 0.62,
       "numerator": 0,
       "denominator": 6779
      },
      "snap_households_pct": {
       "estimate": 3.22,
       "moe": 1.99,
       "numerator": 218,
       "denominator": 6779
      },
      "median_household_income": {
       "estimate": 141770,
       "moe": 9694.0
      },
      "own_children_under_18": {
       "estimate": 3725,
       "moe": 314.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3748,
       "moe": 488.94784997993395
      }
     },
     "lines": {
      "b23008_E001": 3725,
      "b23008_M001": 314,
      "b23008_E003": 749,
      "b23008_M003": 171,
      "b23008_E008": 98,
      "b23008_M008": 95,
      "b23008_E016": 2172,
      "b23008_M016": 348,
      "b23008_E021": 706,
      "b23008_M021": 230,
      "b11003_E001": 5382,
      "b11003_M001": 241,
      "b11003_E003": 1692,
      "b11003_M003": 219,
      "b11003_E010": 100,
      "b11003_M010": 72,
      "b11003_E016": 377,
      "b11003_M016": 164,
      "b17020_E001": 18237,
      "b17020_M001": 127,
      "b17020_E003": 10,
      "b17020_M003": 17,
      "b17020_E004": 85,
      "b17020_M004": 114,
      "b17020_E005": 43,
      "b17020_M005": 77,
      "b17020_E011": 850,
      "b17020_M011": 192,
      "b17020_E012": 1185,
      "b17020_M012": 204,
      "b17020_E013": 1575,
      "b17020_M013": 376,
      "b15003_E001": 13341,
      "b15003_M001": 354,
      "b15003_E022": 3455,
      "b15003_M022": 392,
      "b15003_E023": 2503,
      "b15003_M023": 371,
      "b15003_E024": 422,
      "b15003_M024": 134,
      "b15003_E025": 204,
      "b15003_M025": 94,
      "c16002_E001": 6779,
      "c16002_M001": 249,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6779,
      "b22010_M001": 249,
      "b22010_E002": 218,
      "b22010_M002": 135,
      "b19013_E001": 141770,
      "b19013_M001": 9694
     }
    }
   }
  },
  "0903780": {
   "name": "Regional High School District 09, Connecticut",
   "sumlevel": "960",
   "geo_id": "9600000US0903780",
   "geography": "secondary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.8,
       "moe": 7.84,
       "numerator": 618,
       "denominator": 3679
      },
      "children_with_two_parents_pct": {
       "estimate": 83.2,
       "moe": 5.59,
       "numerator": 3061,
       "denominator": 3679
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.6,
       "moe": 6.29,
       "numerator": 278,
       "denominator": 1904
      },
      "children_below_poverty_pct": {
       "estimate": 7.44,
       "moe": 3.78,
       "numerator": 276,
       "denominator": 3708
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.27,
       "moe": 4.64,
       "numerator": 8306,
       "denominator": 11654
      },
      "limited_english_households_pct": {
       "estimate": 1.35,
       "moe": 1.11,
       "numerator": 82,
       "denominator": 6060
      },
      "snap_households_pct": {
       "estimate": 1.32,
       "moe": 0.84,
       "numerator": 80,
       "denominator": 6060
      },
      "median_household_income": {
       "estimate": 150924,
       "moe": 11472.0
      },
      "own_children_under_18": {
       "estimate": 3679,
       "moe": 303.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3708,
       "moe": 429.6172715336291
      }
     },
     "lines": {
      "b23008_E001": 3679,
      "b23008_M001": 303,
      "b23008_E003": 795,
      "b23008_M003": 164,
      "b23008_E008": 115,
      "b23008_M008": 127,
      "b23008_E016": 2266,
      "b23008_M016": 281,
      "b23008_E021": 503,
      "b23008_M021": 264,
      "b11003_E001": 4848,
      "b11003_M001": 177,
      "b11003_E003": 1626,
      "b11003_M003": 165,
      "b11003_E010": 61,
      "b11003_M010": 50,
      "b11003_E016": 217,
      "b11003_M016": 113,
      "b17020_E001": 16296,
      "b17020_M001": 73,
      "b17020_E003": 63,
      "b17020_M003": 70,
      "b17020_E004": 74,
      "b17020_M004": 67,
      "b17020_E005": 139,
      "b17020_M005": 106,
      "b17020_E011": 847,
      "b17020_M011": 191,
      "b17020_E012": 1058,
      "b17020_M012": 211,
      "b17020_E013": 1527,
      "b17020_M013": 288,
      "b15003_E001": 11654,
      "b15003_M001": 277,
      "b15003_E022": 4093,
      "b15003_M022": 384,
      "b15003_E023": 2719,
      "b15003_M023": 310,
      "b15003_E024": 997,
      "b15003_M024": 259,
      "b15003_E025": 497,
      "b15003_M025": 144,
      "c16002_E001": 6060,
      "c16002_M001": 197,
      "c16002_E004": 29,
      "c16002_M004": 46,
      "c16002_E007": 20,
      "c16002_M007": 22,
      "c16002_E010": 33,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6060,
      "b22010_M001": 197,
      "b22010_E002": 80,
      "b22010_M002": 51,
      "b19013_E001": 150924,
      "b19013_M001": 11472
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.74,
       "moe": 5.61,
       "numerator": 534,
       "denominator": 3624
      },
      "children_with_two_parents_pct": {
       "estimate": 85.26,
       "moe": 6.07,
       "numerator": 3090,
       "denominator": 3624
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.41,
       "moe": 5.28,
       "numerator": 231,
       "denominator": 1862
      },
      "children_below_poverty_pct": {
       "estimate": 7.83,
       "moe": 4.22,
       "numerator": 286,
       "denominator": 3651
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.17,
       "moe": 4.91,
       "numerator": 8342,
       "denominator": 11722
      },
      "limited_english_households_pct": {
       "estimate": 1.6,
       "moe": 1.42,
       "numerator": 97,
       "denominator": 6060
      },
      "snap_households_pct": {
       "estimate": 1.39,
       "moe": 0.91,
       "numerator": 84,
       "denominator": 6060
      },
      "median_household_income": {
       "estimate": 171607,
       "moe": 17030.0
      },
      "own_children_under_18": {
       "estimate": 3624,
       "moe": 283.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3651,
       "moe": 394.55671328720285
      }
     },
     "lines": {
      "b23008_E001": 3624,
      "b23008_M001": 283,
      "b23008_E003": 785,
      "b23008_M003": 161,
      "b23008_E008": 94,
      "b23008_M008": 113,
      "b23008_E016": 2305,
      "b23008_M016": 284,
      "b23008_E021": 440,
      "b23008_M021": 174,
      "b11003_E001": 4845,
      "b11003_M001": 244,
      "b11003_E003": 1631,
      "b11003_M003": 178,
      "b11003_E010": 75,
      "b11003_M010": 57,
      "b11003_E016": 156,
      "b11003_M016": 84,
      "b17020_E001": 16246,
      "b17020_M001": 59,
      "b17020_E003": 75,
      "b17020_M003": 87,
      "b17020_E004": 67,
      "b17020_M004": 71,
      "b17020_E005": 144,
      "b17020_M005": 110,
      "b17020_E011": 804,
      "b17020_M011": 175,
      "b17020_E012": 1134,
      "b17020_M012": 202,
      "b17020_E013": 1427,
      "b17020_M013": 244,
      "b15003_E001": 11722,
      "b15003_M001": 320,
      "b15003_E022": 4212,
      "b15003_M022": 425,
      "b15003_E023": 2760,
      "b15003_M023": 355,
      "b15003_E024": 910,
      "b15003_M024": 247,
      "b15003_E025": 460,
      "b15003_M025": 127,
      "c16002_E001": 6060,
      "c16002_M001": 258,
      "c16002_E004": 39,
      "c16002_M004": 63,
      "c16002_E007": 32,
      "c16002_M007": 37,
      "c16002_E010": 26,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6060,
      "b22010_M001": 258,
      "b22010_E002": 84,
      "b22010_M002": 55,
      "b19013_E001": 171607,
      "b19013_M001": 17030
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.86,
       "moe": 5.92,
       "numerator": 609,
       "denominator": 3613
      },
      "children_with_two_parents_pct": {
       "estimate": 83.14,
       "moe": 3.4,
       "numerator": 3004,
       "denominator": 3613
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.27,
       "moe": 5.42,
       "numerator": 281,
       "denominator": 1840
      },
      "children_below_poverty_pct": {
       "estimate": 7.8,
       "moe": 4.02,
       "numerator": 283,
       "denominator": 3627
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.56,
       "moe": 4.61,
       "numerator": 8517,
       "denominator": 11738
      },
      "limited_english_households_pct": {
       "estimate": 1.55,
       "moe": 1.39,
       "numerator": 94,
       "denominator": 6074
      },
      "snap_households_pct": {
       "estimate": 1.09,
       "moe": 0.67,
       "numerator": 66,
       "denominator": 6074
      },
      "median_household_income": {
       "estimate": 182829,
       "moe": 13409.0
      },
      "own_children_under_18": {
       "estimate": 3613,
       "moe": 308.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3627,
       "moe": 418.0035885013429
      }
     },
     "lines": {
      "b23008_E001": 3613,
      "b23008_M001": 308,
      "b23008_E003": 718,
      "b23008_M003": 158,
      "b23008_E008": 134,
      "b23008_M008": 121,
      "b23008_E016": 2286,
      "b23008_M016": 236,
      "b23008_E021": 475,
      "b23008_M021": 184,
      "b11003_E001": 4833,
      "b11003_M001": 215,
      "b11003_E003": 1559,
      "b11003_M003": 150,
      "b11003_E010": 70,
      "b11003_M010": 56,
      "b11003_E016": 211,
      "b11003_M016": 87,
      "b17020_E001": 16200,
      "b17020_M001": 38,
      "b17020_E003": 67,
      "b17020_M003": 77,
      "b17020_E004": 68,
      "b17020_M004": 60,
      "b17020_E005": 148,
      "b17020_M005": 113,
      "b17020_E011": 792,
      "b17020_M011": 195,
      "b17020_E012": 1180,
      "b17020_M012": 248,
      "b17020_E013": 1372,
      "b17020_M013": 230,
      "b15003_E001": 11738,
      "b15003_M001": 306,
      "b15003_E022": 4193,
      "b15003_M022": 402,
      "b15003_E023": 2756,
      "b15003_M023": 308,
      "b15003_E024": 1058,
      "b15003_M024": 258,
      "b15003_E025": 510,
      "b15003_M025": 139,
      "c16002_E001": 6074,
      "c16002_M001": 215,
      "c16002_E004": 38,
      "c16002_M004": 63,
      "c16002_E007": 29,
      "c16002_M007": 35,
      "c16002_E010": 27,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6074,
      "b22010_M001": 215,
      "b22010_E002": 66,
      "b22010_M002": 41,
      "b19013_E001": 182829,
      "b19013_M001": 13409
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.03,
       "moe": 6.99,
       "numerator": 612,
       "denominator": 3593
      },
      "children_with_two_parents_pct": {
       "estimate": 82.97,
       "moe": 5.57,
       "numerator": 2981,
       "denominator": 3593
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.21,
       "moe": 5.81,
       "numerator": 253,
       "denominator": 1781
      },
      "children_below_poverty_pct": {
       "estimate": 7.75,
       "moe": 3.83,
       "numerator": 280,
       "denominator": 3611
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.54,
       "moe": 4.34,
       "numerator": 8524,
       "denominator": 11750
      },
      "limited_english_households_pct": {
       "estimate": 2.39,
       "moe": 1.64,
       "numerator": 142,
       "denominator": 5938
      },
      "snap_households_pct": {
       "estimate": 1.16,
       "moe": 0.76,
       "numerator": 69,
       "denominator": 5938
      },
      "median_household_income": {
       "estimate": 193889,
       "moe": 11662.0
      },
      "own_children_under_18": {
       "estimate": 3593,
       "moe": 292.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3611,
       "moe": 437.53285590913055
      }
     },
     "lines": {
      "b23008_E001": 3593,
      "b23008_M001": 292,
      "b23008_E003": 827,
      "b23008_M003": 181,
      "b23008_E008": 149,
      "b23008_M008": 134,
      "b23008_E016": 2154,
      "b23008_M016": 257,
      "b23008_E021": 463,
      "b23008_M021": 218,
      "b11003_E001": 4790,
      "b11003_M001": 206,
      "b11003_E003": 1528,
      "b11003_M003": 161,
      "b11003_E010": 47,
      "b11003_M010": 43,
      "b11003_E016": 206,
      "b11003_M016": 98,
      "b17020_E001": 16304,
      "b17020_M001": 40,
      "b17020_E003": 65,
      "b17020_M003": 62,
      "b17020_E004": 71,
      "b17020_M004": 52,
      "b17020_E005": 144,
      "b17020_M005": 117,
      "b17020_E011": 916,
      "b17020_M011": 209,
      "b17020_E012": 1150,
      "b17020_M012": 229,
      "b17020_E013": 1265,
      "b17020_M013": 274,
      "b15003_E001": 11750,
      "b15003_M001": 332,
      "b15003_E022": 4459,
      "b15003_M022": 387,
      "b15003_E023": 2686,
      "b15003_M023": 312,
      "b15003_E024": 914,
      "b15003_M024": 226,
      "b15003_E025": 465,
      "b15003_M025": 142,
      "c16002_E001": 5938,
      "c16002_M001": 227,
      "c16002_E004": 38,
      "c16002_M004": 62,
      "c16002_E007": 69,
      "c16002_M007": 60,
      "c16002_E010": 35,
      "c16002_M010": 41,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5938,
      "b22010_M001": 227,
      "b22010_E002": 69,
      "b22010_M002": 45,
      "b19013_E001": 193889,
      "b19013_M001": 11662
     }
    }
   }
  },
  "0903810": {
   "name": "Ridgefield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903810",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.76,
       "moe": 3.35,
       "numerator": 718,
       "denominator": 6671
      },
      "children_with_two_parents_pct": {
       "estimate": 89.24,
       "moe": 7.58,
       "numerator": 5953,
       "denominator": 6671
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.3,
       "moe": 3.77,
       "numerator": 371,
       "denominator": 3282
      },
      "children_below_poverty_pct": {
       "estimate": 2.79,
       "moe": 1.89,
       "numerator": 187,
       "denominator": 6712
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.05,
       "moe": 3.72,
       "numerator": 12532,
       "denominator": 17156
      },
      "limited_english_households_pct": {
       "estimate": 1.22,
       "moe": 0.76,
       "numerator": 111,
       "denominator": 9125
      },
      "snap_households_pct": {
       "estimate": 1.73,
       "moe": 1.02,
       "numerator": 158,
       "denominator": 9125
      },
      "median_household_income": {
       "estimate": 160258,
       "moe": 18149.0
      },
      "own_children_under_18": {
       "estimate": 6671,
       "moe": 631.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6712,
       "moe": 704.6069826506122
      }
     },
     "lines": {
      "b23008_E001": 6671,
      "b23008_M001": 631,
      "b23008_E003": 1458,
      "b23008_M003": 336,
      "b23008_E008": 117,
      "b23008_M008": 102,
      "b23008_E016": 4495,
      "b23008_M016": 678,
      "b23008_E021": 601,
      "b23008_M021": 210,
      "b11003_E001": 6968,
      "b11003_M001": 263,
      "b11003_E003": 2911,
      "b11003_M003": 244,
      "b11003_E010": 63,
      "b11003_M010": 61,
      "b11003_E016": 308,
      "b11003_M016": 112,
      "b17020_E001": 24936,
      "b17020_M001": 109,
      "b17020_E003": 31,
      "b17020_M003": 44,
      "b17020_E004": 65,
      "b17020_M004": 93,
      "b17020_E005": 91,
      "b17020_M005": 77,
      "b17020_E011": 1544,
      "b17020_M011": 338,
      "b17020_E012": 2419,
      "b17020_M012": 468,
      "b17020_E013": 2562,
      "b17020_M013": 383,
      "b15003_E001": 17156,
      "b15003_M001": 545,
      "b15003_E022": 6662,
      "b15003_M022": 536,
      "b15003_E023": 4057,
      "b15003_M023": 450,
      "b15003_E024": 1121,
      "b15003_M024": 203,
      "b15003_E025": 692,
      "b15003_M025": 184,
      "c16002_E001": 9125,
      "c16002_M001": 379,
      "c16002_E004": 39,
      "c16002_M004": 48,
      "c16002_E007": 26,
      "c16002_M007": 33,
      "c16002_E010": 27,
      "c16002_M010": 24,
      "c16002_E013": 19,
      "c16002_M013": 29,
      "b22010_E001": 9125,
      "b22010_M001": 379,
      "b22010_E002": 158,
      "b22010_M002": 93,
      "b19013_E001": 160258,
      "b19013_M001": 18149
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.17,
       "moe": 3.82,
       "numerator": 652,
       "denominator": 6412
      },
      "children_with_two_parents_pct": {
       "estimate": 89.83,
       "moe": 8.0,
       "numerator": 5760,
       "denominator": 6412
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.32,
       "moe": 3.2,
       "numerator": 317,
       "denominator": 3402
      },
      "children_below_poverty_pct": {
       "estimate": 3.25,
       "moe": 2.48,
       "numerator": 210,
       "denominator": 6471
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.24,
       "moe": 3.28,
       "numerator": 12486,
       "denominator": 17284
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 0.78,
       "numerator": 104,
       "denominator": 9191
      },
      "snap_households_pct": {
       "estimate": 1.86,
       "moe": 0.98,
       "numerator": 171,
       "denominator": 9191
      },
      "median_household_income": {
       "estimate": 169363,
       "moe": 10778.0
      },
      "own_children_under_18": {
       "estimate": 6412,
       "moe": 563.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6471,
       "moe": 666.4232889087835
      }
     },
     "lines": {
      "b23008_E001": 6412,
      "b23008_M001": 563,
      "b23008_E003": 1487,
      "b23008_M003": 275,
      "b23008_E008": 114,
      "b23008_M008": 110,
      "b23008_E016": 4273,
      "b23008_M016": 666,
      "b23008_E021": 538,
      "b23008_M021": 226,
      "b11003_E001": 7033,
      "b11003_M001": 235,
      "b11003_E003": 3085,
      "b11003_M003": 233,
      "b11003_E010": 68,
      "b11003_M010": 60,
      "b11003_E016": 249,
      "b11003_M016": 94,
      "b17020_E001": 24905,
      "b17020_M001": 49,
      "b17020_E003": 40,
      "b17020_M003": 61,
      "b17020_E004": 87,
      "b17020_M004": 133,
      "b17020_E005": 83,
      "b17020_M005": 69,
      "b17020_E011": 1568,
      "b17020_M011": 283,
      "b17020_E012": 2165,
      "b17020_M012": 414,
      "b17020_E013": 2528,
      "b17020_M013": 408,
      "b15003_E001": 17284,
      "b15003_M001": 513,
      "b15003_E022": 6406,
      "b15003_M022": 429,
      "b15003_E023": 4101,
      "b15003_M023": 397,
      "b15003_E024": 1193,
      "b15003_M024": 233,
      "b15003_E025": 786,
      "b15003_M025": 251,
      "c16002_E001": 9191,
      "c16002_M001": 330,
      "c16002_E004": 40,
      "c16002_M004": 51,
      "c16002_E007": 27,
      "c16002_M007": 35,
      "c16002_E010": 21,
      "c16002_M010": 26,
      "c16002_E013": 16,
      "c16002_M013": 25,
      "b22010_E001": 9191,
      "b22010_M001": 330,
      "b22010_E002": 171,
      "b22010_M002": 90,
      "b19013_E001": 169363,
      "b19013_M001": 10778
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.32,
       "moe": 2.9,
       "numerator": 447,
       "denominator": 6110
      },
      "children_with_two_parents_pct": {
       "estimate": 92.68,
       "moe": 7.68,
       "numerator": 5663,
       "denominator": 6110
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.29,
       "moe": 3.27,
       "numerator": 243,
       "denominator": 3333
      },
      "children_below_poverty_pct": {
       "estimate": 1.35,
       "moe": 1.22,
       "numerator": 83,
       "denominator": 6170
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.82,
       "moe": 3.72,
       "numerator": 12483,
       "denominator": 17380
      },
      "limited_english_households_pct": {
       "estimate": 1.72,
       "moe": 1.25,
       "numerator": 159,
       "denominator": 9237
      },
      "snap_households_pct": {
       "estimate": 2.32,
       "moe": 1.4,
       "numerator": 214,
       "denominator": 9237
      },
      "median_household_income": {
       "estimate": 168810,
       "moe": 12561.0
      },
      "own_children_under_18": {
       "estimate": 6110,
       "moe": 566.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6170,
       "moe": 629.2765687676604
      }
     },
     "lines": {
      "b23008_E001": 6110,
      "b23008_M001": 566,
      "b23008_E003": 1404,
      "b23008_M003": 297,
      "b23008_E008": 75,
      "b23008_M008": 47,
      "b23008_E016": 4259,
      "b23008_M016": 638,
      "b23008_E021": 372,
      "b23008_M021": 176,
      "b11003_E001": 6939,
      "b11003_M001": 282,
      "b11003_E003": 3090,
      "b11003_M003": 223,
      "b11003_E010": 45,
      "b11003_M010": 40,
      "b11003_E016": 198,
      "b11003_M016": 103,
      "b17020_E001": 24898,
      "b17020_M001": 23,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 83,
      "b17020_M005": 67,
      "b17020_E011": 1485,
      "b17020_M011": 305,
      "b17020_E012": 1974,
      "b17020_M012": 384,
      "b17020_E013": 2628,
      "b17020_M013": 387,
      "b15003_E001": 17380,
      "b15003_M001": 604,
      "b15003_E022": 6526,
      "b15003_M022": 513,
      "b15003_E023": 4067,
      "b15003_M023": 461,
      "b15003_E024": 1037,
      "b15003_M024": 205,
      "b15003_E025": 853,
      "b15003_M025": 299,
      "c16002_E001": 9237,
      "c16002_M001": 387,
      "c16002_E004": 30,
      "c16002_M004": 37,
      "c16002_E007": 92,
      "c16002_M007": 104,
      "c16002_E010": 22,
      "c16002_M010": 27,
      "c16002_E013": 15,
      "c16002_M013": 23,
      "b22010_E001": 9237,
      "b22010_M001": 387,
      "b22010_E002": 214,
      "b22010_M002": 130,
      "b19013_E001": 168810,
      "b19013_M001": 12561
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 8.5,
       "moe": 3.59,
       "numerator": 525,
       "denominator": 6175
      },
      "children_with_two_parents_pct": {
       "estimate": 91.5,
       "moe": 8.61,
       "numerator": 5650,
       "denominator": 6175
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.71,
       "moe": 4.68,
       "numerator": 276,
       "denominator": 3167
      },
      "children_below_poverty_pct": {
       "estimate": 1.91,
       "moe": 1.45,
       "numerator": 119,
       "denominator": 6217
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.56,
       "moe": 4.09,
       "numerator": 12833,
       "denominator": 17685
      },
      "limited_english_households_pct": {
       "estimate": 2.28,
       "moe": 1.84,
       "numerator": 210,
       "denominator": 9194
      },
      "snap_households_pct": {
       "estimate": 3.59,
       "moe": 1.79,
       "numerator": 330,
       "denominator": 9194
      },
      "median_household_income": {
       "estimate": 179219,
       "moe": 12450.0
      },
      "own_children_under_18": {
       "estimate": 6175,
       "moe": 537.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6217,
       "moe": 620.4804589993145
      }
     },
     "lines": {
      "b23008_E001": 6175,
      "b23008_M001": 537,
      "b23008_E003": 1335,
      "b23008_M003": 297,
      "b23008_E008": 43,
      "b23008_M008": 34,
      "b23008_E016": 4315,
      "b23008_M016": 660,
      "b23008_E021": 482,
      "b23008_M021": 224,
      "b11003_E001": 6967,
      "b11003_M001": 248,
      "b11003_E003": 2891,
      "b11003_M003": 225,
      "b11003_E010": 48,
      "b11003_M010": 49,
      "b11003_E016": 228,
      "b11003_M016": 142,
      "b17020_E001": 25024,
      "b17020_M001": 32,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 119,
      "b17020_M005": 84,
      "b17020_E011": 1382,
      "b17020_M011": 299,
      "b17020_E012": 2144,
      "b17020_M012": 333,
      "b17020_E013": 2572,
      "b17020_M013": 420,
      "b15003_E001": 17685,
      "b15003_M001": 505,
      "b15003_E022": 7033,
      "b15003_M022": 597,
      "b15003_E023": 3980,
      "b15003_M023": 443,
      "b15003_E024": 981,
      "b15003_M024": 185,
      "b15003_E025": 839,
      "b15003_M025": 265,
      "c16002_E001": 9194,
      "c16002_M001": 393,
      "c16002_E004": 108,
      "c16002_M004": 133,
      "c16002_E007": 84,
      "c16002_M007": 97,
      "c16002_E010": 18,
      "c16002_M010": 31,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9194,
      "b22010_M001": 393,
      "b22010_E002": 330,
      "b22010_M002": 165,
      "b19013_E001": 179219,
      "b19013_M001": 12450
     }
    }
   }
  },
  "0903840": {
   "name": "Rocky Hill School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903840",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.87,
       "moe": 6.16,
       "numerator": 574,
       "denominator": 3618
      },
      "children_with_two_parents_pct": {
       "estimate": 84.13,
       "moe": 10.44,
       "numerator": 3044,
       "denominator": 3618
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.01,
       "moe": 6.85,
       "numerator": 321,
       "denominator": 2291
      },
      "children_below_poverty_pct": {
       "estimate": 3.53,
       "moe": 3.25,
       "numerator": 131,
       "denominator": 3713
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.73,
       "moe": 4.11,
       "numerator": 7627,
       "denominator": 15650
      },
      "limited_english_households_pct": {
       "estimate": 3.07,
       "moe": 1.38,
       "numerator": 273,
       "denominator": 8894
      },
      "snap_households_pct": {
       "estimate": 6.33,
       "moe": 2.85,
       "numerator": 563,
       "denominator": 8894
      },
      "median_household_income": {
       "estimate": 86410,
       "moe": 6055.0
      },
      "own_children_under_18": {
       "estimate": 3618,
       "moe": 390.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3713,
       "moe": 488.356427212748
      }
     },
     "lines": {
      "b23008_E001": 3618,
      "b23008_M001": 390,
      "b23008_E003": 990,
      "b23008_M003": 249,
      "b23008_E008": 138,
      "b23008_M008": 121,
      "b23008_E016": 2054,
      "b23008_M016": 434,
      "b23008_E021": 436,
      "b23008_M021": 197,
      "b11003_E001": 5593,
      "b11003_M001": 306,
      "b11003_E003": 1970,
      "b11003_M003": 264,
      "b11003_E010": 101,
      "b11003_M010": 98,
      "b11003_E016": 220,
      "b11003_M016": 130,
      "b17020_E001": 20434,
      "b17020_M001": 135,
      "b17020_E003": 21,
      "b17020_M003": 35,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 110,
      "b17020_M005": 114,
      "b17020_E011": 1107,
      "b17020_M011": 250,
      "b17020_E012": 1603,
      "b17020_M012": 305,
      "b17020_E013": 872,
      "b17020_M013": 261,
      "b15003_E001": 15650,
      "b15003_M001": 444,
      "b15003_E022": 4753,
      "b15003_M022": 570,
      "b15003_E023": 2320,
      "b15003_M023": 321,
      "b15003_E024": 351,
      "b15003_M024": 145,
      "b15003_E025": 203,
      "b15003_M025": 103,
      "c16002_E001": 8894,
      "c16002_M001": 446,
      "c16002_E004": 142,
      "c16002_M004": 95,
      "c16002_E007": 96,
      "c16002_M007": 58,
      "c16002_E010": 35,
      "c16002_M010": 47,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8894,
      "b22010_M001": 446,
      "b22010_E002": 563,
      "b22010_M002": 255,
      "b19013_E001": 86410,
      "b19013_M001": 6055
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.83,
       "moe": 5.92,
       "numerator": 563,
       "denominator": 3556
      },
      "children_with_two_parents_pct": {
       "estimate": 84.17,
       "moe": 9.09,
       "numerator": 2993,
       "denominator": 3556
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.42,
       "moe": 6.5,
       "numerator": 319,
       "denominator": 2212
      },
      "children_below_poverty_pct": {
       "estimate": 2.44,
       "moe": 2.6,
       "numerator": 89,
       "denominator": 3652
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.89,
       "moe": 4.01,
       "numerator": 7448,
       "denominator": 15551
      },
      "limited_english_households_pct": {
       "estimate": 2.38,
       "moe": 1.31,
       "numerator": 209,
       "denominator": 8768
      },
      "snap_households_pct": {
       "estimate": 5.2,
       "moe": 2.67,
       "numerator": 456,
       "denominator": 8768
      },
      "median_household_income": {
       "estimate": 96773,
       "moe": 6201.0
      },
      "own_children_under_18": {
       "estimate": 3556,
       "moe": 371.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3652,
       "moe": 445.7723634322792
      }
     },
     "lines": {
      "b23008_E001": 3556,
      "b23008_M001": 371,
      "b23008_E003": 968,
      "b23008_M003": 227,
      "b23008_E008": 176,
      "b23008_M008": 115,
      "b23008_E016": 2025,
      "b23008_M016": 388,
      "b23008_E021": 387,
      "b23008_M021": 186,
      "b11003_E001": 5620,
      "b11003_M001": 293,
      "b11003_E003": 1893,
      "b11003_M003": 258,
      "b11003_E010": 99,
      "b11003_M010": 83,
      "b11003_E016": 220,
      "b11003_M016": 125,
      "b17020_E001": 20404,
      "b17020_M001": 46,
      "b17020_E003": 19,
      "b17020_M003": 31,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 70,
      "b17020_M005": 87,
      "b17020_E011": 1169,
      "b17020_M011": 257,
      "b17020_E012": 1510,
      "b17020_M012": 247,
      "b17020_E013": 884,
      "b17020_M013": 250,
      "b15003_E001": 15551,
      "b15003_M001": 486,
      "b15003_E022": 4442,
      "b15003_M022": 543,
      "b15003_E023": 2426,
      "b15003_M023": 341,
      "b15003_E024": 316,
      "b15003_M024": 111,
      "b15003_E025": 264,
      "b15003_M025": 138,
      "c16002_E001": 8768,
      "c16002_M001": 453,
      "c16002_E004": 44,
      "c16002_M004": 55,
      "c16002_E007": 119,
      "c16002_M007": 87,
      "c16002_E010": 46,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8768,
      "b22010_M001": 453,
      "b22010_E002": 456,
      "b22010_M002": 235,
      "b19013_E001": 96773,
      "b19013_M001": 6201
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.69,
       "moe": 5.34,
       "numerator": 494,
       "denominator": 3609
      },
      "children_with_two_parents_pct": {
       "estimate": 86.31,
       "moe": 8.82,
       "numerator": 3115,
       "denominator": 3609
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.34,
       "moe": 5.88,
       "numerator": 351,
       "denominator": 2288
      },
      "children_below_poverty_pct": {
       "estimate": 2.58,
       "moe": 2.99,
       "numerator": 96,
       "denominator": 3726
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.06,
       "moe": 4.36,
       "numerator": 7737,
       "denominator": 15770
      },
      "limited_english_households_pct": {
       "estimate": 2.26,
       "moe": 1.1,
       "numerator": 202,
       "denominator": 8926
      },
      "snap_households_pct": {
       "estimate": 4.72,
       "moe": 2.67,
       "numerator": 421,
       "denominator": 8926
      },
      "median_household_income": {
       "estimate": 100061,
       "moe": 6232.0
      },
      "own_children_under_18": {
       "estimate": 3609,
       "moe": 351.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3726,
       "moe": 447.4606127917853
      }
     },
     "lines": {
      "b23008_E001": 3609,
      "b23008_M001": 351,
      "b23008_E003": 958,
      "b23008_M003": 226,
      "b23008_E008": 184,
      "b23008_M008": 129,
      "b23008_E016": 2157,
      "b23008_M016": 377,
      "b23008_E021": 310,
      "b23008_M021": 151,
      "b11003_E001": 5798,
      "b11003_M001": 276,
      "b11003_E003": 1937,
      "b11003_M003": 258,
      "b11003_E010": 102,
      "b11003_M010": 67,
      "b11003_E016": 249,
      "b11003_M016": 125,
      "b17020_E001": 20415,
      "b17020_M001": 48,
      "b17020_E003": 58,
      "b17020_M003": 89,
      "b17020_E004": 0,
      "b17020_M004": 25,
      "b17020_E005": 38,
      "b17020_M005": 63,
      "b17020_E011": 1142,
      "b17020_M011": 248,
      "b17020_E012": 1354,
      "b17020_M012": 241,
      "b17020_E013": 1134,
      "b17020_M013": 261,
      "b15003_E001": 15770,
      "b15003_M001": 438,
      "b15003_E022": 4799,
      "b15003_M022": 584,
      "b15003_E023": 2434,
      "b15003_M023": 384,
      "b15003_E024": 278,
      "b15003_M024": 136,
      "b15003_E025": 226,
      "b15003_M025": 113,
      "c16002_E001": 8926,
      "c16002_M001": 406,
      "c16002_E004": 35,
      "c16002_M004": 39,
      "c16002_E007": 114,
      "c16002_M007": 69,
      "c16002_E010": 53,
      "c16002_M010": 53,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8926,
      "b22010_M001": 406,
      "b22010_E002": 421,
      "b22010_M002": 239,
      "b19013_E001": 100061,
      "b19013_M001": 6232
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.76,
       "moe": 5.82,
       "numerator": 715,
       "denominator": 3444
      },
      "children_with_two_parents_pct": {
       "estimate": 79.24,
       "moe": 7.87,
       "numerator": 2729,
       "denominator": 3444
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.67,
       "moe": 6.64,
       "numerator": 388,
       "denominator": 2078
      },
      "children_below_poverty_pct": {
       "estimate": 7.71,
       "moe": 3.68,
       "numerator": 271,
       "denominator": 3517
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.26,
       "moe": 4.78,
       "numerator": 7302,
       "denominator": 16134
      },
      "limited_english_households_pct": {
       "estimate": 3.03,
       "moe": 1.36,
       "numerator": 276,
       "denominator": 9108
      },
      "snap_households_pct": {
       "estimate": 6.19,
       "moe": 2.69,
       "numerator": 564,
       "denominator": 9108
      },
      "median_household_income": {
       "estimate": 99941,
       "moe": 8909.0
      },
      "own_children_under_18": {
       "estimate": 3444,
       "moe": 368.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3517,
       "moe": 448.08369753875223
      }
     },
     "lines": {
      "b23008_E001": 3444,
      "b23008_M001": 368,
      "b23008_E003": 915,
      "b23008_M003": 238,
      "b23008_E008": 277,
      "b23008_M008": 144,
      "b23008_E016": 1814,
      "b23008_M016": 319,
      "b23008_E021": 438,
      "b23008_M021": 159,
      "b11003_E001": 5493,
      "b11003_M001": 313,
      "b11003_E003": 1690,
      "b11003_M003": 249,
      "b11003_E010": 89,
      "b11003_M010": 71,
      "b11003_E016": 299,
      "b11003_M016": 130,
      "b17020_E001": 20541,
      "b17020_M001": 37,
      "b17020_E003": 133,
      "b17020_M003": 118,
      "b17020_E004": 45,
      "b17020_M004": 28,
      "b17020_E005": 93,
      "b17020_M005": 57,
      "b17020_E011": 1116,
      "b17020_M011": 246,
      "b17020_E012": 1190,
      "b17020_M012": 259,
      "b17020_E013": 940,
      "b17020_M013": 235,
      "b15003_E001": 16134,
      "b15003_M001": 426,
      "b15003_E022": 4360,
      "b15003_M022": 650,
      "b15003_E023": 2403,
      "b15003_M023": 415,
      "b15003_E024": 291,
      "b15003_M024": 153,
      "b15003_E025": 248,
      "b15003_M025": 113,
      "c16002_E001": 9108,
      "c16002_M001": 389,
      "c16002_E004": 68,
      "c16002_M004": 58,
      "c16002_E007": 155,
      "c16002_M007": 98,
      "c16002_E010": 53,
      "c16002_M010": 44,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9108,
      "b22010_M001": 389,
      "b22010_E002": 564,
      "b22010_M002": 246,
      "b19013_E001": 99941,
      "b19013_M001": 8909
     }
    }
   }
  },
  "0903900": {
   "name": "Salem School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0903900",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.72,
       "moe": 9.28,
       "numerator": 158,
       "denominator": 945
      },
      "children_with_two_parents_pct": {
       "estimate": 83.28,
       "moe": 18.33,
       "numerator": 787,
       "denominator": 945
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.31,
       "moe": 14.16,
       "numerator": 101,
       "denominator": 523
      },
      "children_below_poverty_pct": {
       "estimate": 6.67,
       "moe": 4.67,
       "numerator": 63,
       "denominator": 945
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.71,
       "moe": 8.06,
       "numerator": 1686,
       "denominator": 2973
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.57,
       "numerator": 0,
       "denominator": 1652
      },
      "snap_households_pct": {
       "estimate": 2.97,
       "moe": 3.32,
       "numerator": 49,
       "denominator": 1652
      },
      "median_household_income": {
       "estimate": 108953,
       "moe": 10861.0
      },
      "own_children_under_18": {
       "estimate": 945,
       "moe": 175.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 945,
       "moe": 257.58105520398817
      }
     },
     "lines": {
      "b23008_E001": 945,
      "b23008_M001": 175,
      "b23008_E003": 189,
      "b23008_M003": 87,
      "b23008_E008": 36,
      "b23008_M008": 34,
      "b23008_E016": 598,
      "b23008_M016": 209,
      "b23008_E021": 122,
      "b23008_M021": 86,
      "b11003_E001": 1325,
      "b11003_M001": 151,
      "b11003_E003": 422,
      "b11003_M003": 120,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 101,
      "b11003_M016": 78,
      "b17020_E001": 4167,
      "b17020_M001": 22,
      "b17020_E003": 23,
      "b17020_M003": 27,
      "b17020_E004": 23,
      "b17020_M004": 27,
      "b17020_E005": 17,
      "b17020_M005": 28,
      "b17020_E011": 202,
      "b17020_M011": 89,
      "b17020_E012": 452,
      "b17020_M012": 213,
      "b17020_E013": 228,
      "b17020_M013": 104,
      "b15003_E001": 2973,
      "b15003_M001": 180,
      "b15003_E022": 962,
      "b15003_M022": 182,
      "b15003_E023": 519,
      "b15003_M023": 151,
      "b15003_E024": 114,
      "b15003_M024": 96,
      "b15003_E025": 91,
      "b15003_M025": 52,
      "c16002_E001": 1652,
      "c16002_M001": 138,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1652,
      "b22010_M001": 138,
      "b22010_E002": 49,
      "b22010_M002": 55,
      "b19013_E001": 108953,
      "b19013_M001": 10861
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.03,
       "moe": 10.1,
       "numerator": 185,
       "denominator": 1026
      },
      "children_with_two_parents_pct": {
       "estimate": 81.97,
       "moe": 19.64,
       "numerator": 841,
       "denominator": 1026
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.09,
       "moe": 12.93,
       "numerator": 97,
       "denominator": 508
      },
      "children_below_poverty_pct": {
       "estimate": 6.49,
       "moe": 4.22,
       "numerator": 68,
       "denominator": 1047
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.38,
       "moe": 7.72,
       "numerator": 1588,
       "denominator": 2920
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.62,
       "numerator": 0,
       "denominator": 1603
      },
      "snap_households_pct": {
       "estimate": 2.74,
       "moe": 2.49,
       "numerator": 44,
       "denominator": 1603
      },
      "median_household_income": {
       "estimate": 114434,
       "moe": 5836.0
      },
      "own_children_under_18": {
       "estimate": 1026,
       "moe": 173.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1047,
       "moe": 323.04643629051225
      }
     },
     "lines": {
      "b23008_E001": 1026,
      "b23008_M001": 173,
      "b23008_E003": 143,
      "b23008_M003": 91,
      "b23008_E008": 40,
      "b23008_M008": 39,
      "b23008_E016": 698,
      "b23008_M016": 229,
      "b23008_E021": 145,
      "b23008_M021": 101,
      "b11003_E001": 1260,
      "b11003_M001": 141,
      "b11003_E003": 411,
      "b11003_M003": 109,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 97,
      "b11003_M016": 69,
      "b17020_E001": 4211,
      "b17020_M001": 24,
      "b17020_E003": 26,
      "b17020_M003": 31,
      "b17020_E004": 25,
      "b17020_M004": 30,
      "b17020_E005": 17,
      "b17020_M005": 23,
      "b17020_E011": 157,
      "b17020_M011": 92,
      "b17020_E012": 456,
      "b17020_M012": 263,
      "b17020_E013": 366,
      "b17020_M013": 156,
      "b15003_E001": 2920,
      "b15003_M001": 163,
      "b15003_E022": 1073,
      "b15003_M022": 199,
      "b15003_E023": 343,
      "b15003_M023": 106,
      "b15003_E024": 106,
      "b15003_M024": 77,
      "b15003_E025": 66,
      "b15003_M025": 44,
      "c16002_E001": 1603,
      "c16002_M001": 132,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1603,
      "b22010_M001": 132,
      "b22010_E002": 44,
      "b22010_M002": 40,
      "b19013_E001": 114434,
      "b19013_M001": 5836
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.23,
       "moe": 10.01,
       "numerator": 140,
       "denominator": 984
      },
      "children_with_two_parents_pct": {
       "estimate": 85.77,
       "moe": 14.6,
       "numerator": 844,
       "denominator": 984
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.45,
       "moe": 12.69,
       "numerator": 76,
       "denominator": 492
      },
      "children_below_poverty_pct": {
       "estimate": 9.6,
       "moe": 4.93,
       "numerator": 96,
       "denominator": 1000
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.62,
       "moe": 7.3,
       "numerator": 1566,
       "denominator": 2976
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.67,
       "numerator": 0,
       "denominator": 1673
      },
      "snap_households_pct": {
       "estimate": 3.23,
       "moe": 2.13,
       "numerator": 54,
       "denominator": 1673
      },
      "median_household_income": {
       "estimate": 118378,
       "moe": 9895.0
      },
      "own_children_under_18": {
       "estimate": 984,
       "moe": 181.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1000,
       "moe": 289.17814578560393
      }
     },
     "lines": {
      "b23008_E001": 984,
      "b23008_M001": 181,
      "b23008_E003": 100,
      "b23008_M003": 56,
      "b23008_E008": 38,
      "b23008_M008": 39,
      "b23008_E016": 744,
      "b23008_M016": 204,
      "b23008_E021": 102,
      "b23008_M021": 94,
      "b11003_E001": 1261,
      "b11003_M001": 136,
      "b11003_E003": 416,
      "b11003_M003": 97,
      "b11003_E010": 11,
      "b11003_M010": 16,
      "b11003_E016": 65,
      "b11003_M016": 63,
      "b17020_E001": 4236,
      "b17020_M001": 21,
      "b17020_E003": 25,
      "b17020_M003": 31,
      "b17020_E004": 37,
      "b17020_M004": 33,
      "b17020_E005": 34,
      "b17020_M005": 34,
      "b17020_E011": 113,
      "b17020_M011": 61,
      "b17020_E012": 463,
      "b17020_M012": 244,
      "b17020_E013": 328,
      "b17020_M013": 131,
      "b15003_E001": 2976,
      "b15003_M001": 183,
      "b15003_E022": 1045,
      "b15003_M022": 189,
      "b15003_E023": 329,
      "b15003_M023": 114,
      "b15003_E024": 94,
      "b15003_M024": 63,
      "b15003_E025": 98,
      "b15003_M025": 62,
      "c16002_E001": 1673,
      "c16002_M001": 144,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1673,
      "b22010_M001": 144,
      "b22010_E002": 54,
      "b22010_M002": 36,
      "b19013_E001": 118378,
      "b19013_M001": 9895
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.62,
       "moe": 10.59,
       "numerator": 193,
       "denominator": 936
      },
      "children_with_two_parents_pct": {
       "estimate": 79.38,
       "moe": 16.83,
       "numerator": 743,
       "denominator": 936
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.3,
       "moe": 11.19,
       "numerator": 108,
       "denominator": 507
      },
      "children_below_poverty_pct": {
       "estimate": 8.43,
       "moe": 5.37,
       "numerator": 83,
       "denominator": 984
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.61,
       "moe": 7.17,
       "numerator": 1613,
       "denominator": 3187
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.59,
       "numerator": 0,
       "denominator": 1764
      },
      "snap_households_pct": {
       "estimate": 3.12,
       "moe": 2.42,
       "numerator": 55,
       "denominator": 1764
      },
      "median_household_income": {
       "estimate": 123245,
       "moe": 7876.0
      },
      "own_children_under_18": {
       "estimate": 936,
       "moe": 177.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 984,
       "moe": 254.5957580165074
      }
     },
     "lines": {
      "b23008_E001": 936,
      "b23008_M001": 177,
      "b23008_E003": 68,
      "b23008_M003": 46,
      "b23008_E008": 35,
      "b23008_M008": 34,
      "b23008_E016": 675,
      "b23008_M016": 206,
      "b23008_E021": 158,
      "b23008_M021": 100,
      "b11003_E001": 1329,
      "b11003_M001": 147,
      "b11003_E003": 399,
      "b11003_M003": 113,
      "b11003_E010": 27,
      "b11003_M010": 29,
      "b11003_E016": 81,
      "b11003_M016": 56,
      "b17020_E001": 4271,
      "b17020_M001": 50,
      "b17020_E003": 11,
      "b17020_M003": 21,
      "b17020_E004": 26,
      "b17020_M004": 31,
      "b17020_E005": 46,
      "b17020_M005": 43,
      "b17020_E011": 117,
      "b17020_M011": 64,
      "b17020_E012": 510,
      "b17020_M012": 216,
      "b17020_E013": 274,
      "b17020_M013": 104,
      "b15003_E001": 3187,
      "b15003_M001": 177,
      "b15003_E022": 992,
      "b15003_M022": 193,
      "b15003_E023": 459,
      "b15003_M023": 133,
      "b15003_E024": 74,
      "b15003_M024": 46,
      "b15003_E025": 88,
      "b15003_M025": 57,
      "c16002_E001": 1764,
      "c16002_M001": 164,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1764,
      "b22010_M001": 164,
      "b22010_E002": 55,
      "b22010_M002": 43,
      "b19013_E001": 123245,
      "b19013_M001": 7876
     }
    }
   }
  },
  "0903930": {
   "name": "Salisbury School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0903930",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 55.56,
       "moe": 24.69,
       "numerator": 485,
       "denominator": 873
      },
      "children_with_two_parents_pct": {
       "estimate": 44.44,
       "moe": 20.99,
       "numerator": 388,
       "denominator": 873
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.27,
       "moe": 16.77,
       "numerator": 89,
       "denominator": 294
      },
      "children_below_poverty_pct": {
       "estimate": 5.96,
       "moe": 4.31,
       "numerator": 52,
       "denominator": 873
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.68,
       "moe": 9.31,
       "numerator": 1533,
       "denominator": 3025
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.74,
       "numerator": 0,
       "denominator": 1493
      },
      "snap_households_pct": {
       "estimate": 1.07,
       "moe": 1.19,
       "numerator": 16,
       "denominator": 1493
      },
      "median_household_income": {
       "estimate": 87688,
       "moe": 17619.0
      },
      "own_children_under_18": {
       "estimate": 873,
       "moe": 232.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 873,
       "moe": 308.9207017990216
      }
     },
     "lines": {
      "b23008_E001": 873,
      "b23008_M001": 232,
      "b23008_E003": 69,
      "b23008_M003": 68,
      "b23008_E008": 91,
      "b23008_M008": 83,
      "b23008_E016": 319,
      "b23008_M016": 199,
      "b23008_E021": 394,
      "b23008_M021": 237,
      "b11003_E001": 968,
      "b11003_M001": 179,
      "b11003_E003": 205,
      "b11003_M003": 97,
      "b11003_E010": 30,
      "b11003_M010": 32,
      "b11003_E016": 59,
      "b11003_M016": 51,
      "b17020_E001": 3943,
      "b17020_M001": 64,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 19,
      "b17020_M004": 25,
      "b17020_E005": 33,
      "b17020_M005": 31,
      "b17020_E011": 160,
      "b17020_M011": 83,
      "b17020_E012": 361,
      "b17020_M012": 242,
      "b17020_E013": 300,
      "b17020_M013": 168,
      "b15003_E001": 3025,
      "b15003_M001": 210,
      "b15003_E022": 746,
      "b15003_M022": 241,
      "b15003_E023": 619,
      "b15003_M023": 166,
      "b15003_E024": 130,
      "b15003_M024": 62,
      "b15003_E025": 38,
      "b15003_M025": 34,
      "c16002_E001": 1493,
      "c16002_M001": 293,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1493,
      "b22010_M001": 293,
      "b22010_E002": 16,
      "b22010_M002": 18,
      "b19013_E001": 87688,
      "b19013_M001": 17619
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.81,
       "moe": 21.27,
       "numerator": 448,
       "denominator": 937
      },
      "children_with_two_parents_pct": {
       "estimate": 52.19,
       "moe": 17.85,
       "numerator": 489,
       "denominator": 937
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.0,
       "moe": 15.6,
       "numerator": 120,
       "denominator": 400
      },
      "children_below_poverty_pct": {
       "estimate": 3.95,
       "moe": 2.99,
       "numerator": 37,
       "denominator": 937
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.23,
       "moe": 8.5,
       "numerator": 1726,
       "denominator": 3016
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.58,
       "numerator": 0,
       "denominator": 1648
      },
      "snap_households_pct": {
       "estimate": 0.67,
       "moe": 1.03,
       "numerator": 11,
       "denominator": 1648
      },
      "median_household_income": {
       "estimate": 99083,
       "moe": 23657.0
      },
      "own_children_under_18": {
       "estimate": 937,
       "moe": 255.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 937,
       "moe": 276.69116357411923
      }
     },
     "lines": {
      "b23008_E001": 937,
      "b23008_M001": 255,
      "b23008_E003": 121,
      "b23008_M003": 78,
      "b23008_E008": 121,
      "b23008_M008": 96,
      "b23008_E016": 368,
      "b23008_M016": 199,
      "b23008_E021": 327,
      "b23008_M021": 213,
      "b11003_E001": 981,
      "b11003_M001": 132,
      "b11003_E003": 280,
      "b11003_M003": 99,
      "b11003_E010": 34,
      "b11003_M010": 32,
      "b11003_E016": 86,
      "b11003_M016": 65,
      "b17020_E001": 4060,
      "b17020_M001": 28,
      "b17020_E003": 11,
      "b17020_M003": 16,
      "b17020_E004": 13,
      "b17020_M004": 18,
      "b17020_E005": 13,
      "b17020_M005": 18,
      "b17020_E011": 231,
      "b17020_M011": 97,
      "b17020_E012": 344,
      "b17020_M012": 214,
      "b17020_E013": 325,
      "b17020_M013": 143,
      "b15003_E001": 3016,
      "b15003_M001": 218,
      "b15003_E022": 865,
      "b15003_M022": 225,
      "b15003_E023": 699,
      "b15003_M023": 160,
      "b15003_E024": 122,
      "b15003_M024": 63,
      "b15003_E025": 40,
      "b15003_M025": 34,
      "c16002_E001": 1648,
      "c16002_M001": 270,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1648,
      "b22010_M001": 270,
      "b22010_E002": 11,
      "b22010_M002": 17,
      "b19013_E001": 99083,
      "b19013_M001": 23657
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.81,
       "moe": 23.42,
       "numerator": 328,
       "denominator": 916
      },
      "children_with_two_parents_pct": {
       "estimate": 64.19,
       "moe": 14.16,
       "numerator": 588,
       "denominator": 916
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.64,
       "moe": 10.07,
       "numerator": 46,
       "denominator": 364
      },
      "children_below_poverty_pct": {
       "estimate": 5.46,
       "moe": 4.22,
       "numerator": 50,
       "denominator": 916
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.36,
       "moe": 8.19,
       "numerator": 1693,
       "denominator": 3058
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.79,
       "numerator": 0,
       "denominator": 1564
      },
      "snap_households_pct": {
       "estimate": 0.64,
       "moe": 1.02,
       "numerator": 10,
       "denominator": 1564
      },
      "median_household_income": {
       "estimate": 99382,
       "moe": 24502.0
      },
      "own_children_under_18": {
       "estimate": 916,
       "moe": 228.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 916,
       "moe": 281.89891805397195
      }
     },
     "lines": {
      "b23008_E001": 916,
      "b23008_M001": 228,
      "b23008_E003": 100,
      "b23008_M003": 74,
      "b23008_E008": 84,
      "b23008_M008": 83,
      "b23008_E016": 488,
      "b23008_M016": 181,
      "b23008_E021": 244,
      "b23008_M021": 214,
      "b11003_E001": 1032,
      "b11003_M001": 164,
      "b11003_E003": 318,
      "b11003_M003": 83,
      "b11003_E010": 20,
      "b11003_M010": 30,
      "b11003_E016": 26,
      "b11003_M016": 24,
      "b17020_E001": 4132,
      "b17020_M001": 19,
      "b17020_E003": 16,
      "b17020_M003": 24,
      "b17020_E004": 17,
      "b17020_M004": 24,
      "b17020_E005": 17,
      "b17020_M005": 24,
      "b17020_E011": 168,
      "b17020_M011": 97,
      "b17020_E012": 352,
      "b17020_M012": 209,
      "b17020_E013": 346,
      "b17020_M013": 157,
      "b15003_E001": 3058,
      "b15003_M001": 206,
      "b15003_E022": 894,
      "b15003_M022": 196,
      "b15003_E023": 683,
      "b15003_M023": 182,
      "b15003_E024": 90,
      "b15003_M024": 57,
      "b15003_E025": 26,
      "b15003_M025": 30,
      "c16002_E001": 1564,
      "c16002_M001": 241,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1564,
      "b22010_M001": 241,
      "b22010_E002": 10,
      "b22010_M002": 16,
      "b19013_E001": 99382,
      "b19013_M001": 24502
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.34,
       "moe": 26.2,
       "numerator": 287,
       "denominator": 812
      },
      "children_with_two_parents_pct": {
       "estimate": 64.66,
       "moe": 14.88,
       "numerator": 525,
       "denominator": 812
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.29,
       "moe": 7.74,
       "numerator": 20,
       "denominator": 318
      },
      "children_below_poverty_pct": {
       "estimate": 1.97,
       "moe": 3.67,
       "numerator": 16,
       "denominator": 812
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.8,
       "moe": 11.67,
       "numerator": 1877,
       "denominator": 3192
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.8,
       "numerator": 0,
       "denominator": 1557
      },
      "snap_households_pct": {
       "estimate": 0.96,
       "moe": 1.53,
       "numerator": 15,
       "denominator": 1557
      },
      "median_household_income": {
       "estimate": 124256,
       "moe": 25966.0
      },
      "own_children_under_18": {
       "estimate": 812,
       "moe": 225.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 812,
       "moe": 283.57362359711806
      }
     },
     "lines": {
      "b23008_E001": 812,
      "b23008_M001": 225,
      "b23008_E003": 160,
      "b23008_M003": 119,
      "b23008_E008": 85,
      "b23008_M008": 84,
      "b23008_E016": 365,
      "b23008_M016": 147,
      "b23008_E021": 202,
      "b23008_M021": 211,
      "b11003_E001": 1018,
      "b11003_M001": 178,
      "b11003_E003": 298,
      "b11003_M003": 84,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 20,
      "b11003_M016": 21,
      "b17020_E001": 4139,
      "b17020_M001": 37,
      "b17020_E003": 16,
      "b17020_M003": 23,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 229,
      "b17020_M011": 89,
      "b17020_E012": 317,
      "b17020_M012": 236,
      "b17020_E013": 250,
      "b17020_M013": 126,
      "b15003_E001": 3192,
      "b15003_M001": 231,
      "b15003_E022": 963,
      "b15003_M022": 282,
      "b15003_E023": 764,
      "b15003_M023": 271,
      "b15003_E024": 124,
      "b15003_M024": 60,
      "b15003_E025": 26,
      "b15003_M025": 24,
      "c16002_E001": 1557,
      "c16002_M001": 241,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1557,
      "b22010_M001": 241,
      "b22010_E002": 15,
      "b22010_M002": 24,
      "b19013_E001": 124256,
      "b19013_M001": 25966
     }
    }
   }
  },
  "0903960": {
   "name": "Scotland School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0903960",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.64,
       "moe": 8.29,
       "numerator": 33,
       "denominator": 261
      },
      "children_with_two_parents_pct": {
       "estimate": 87.36,
       "moe": 12.62,
       "numerator": 228,
       "denominator": 261
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.56,
       "moe": 6.49,
       "numerator": 13,
       "denominator": 136
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 8.1,
       "numerator": 0,
       "denominator": 278
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.64,
       "moe": 4.71,
       "numerator": 298,
       "denominator": 1078
      },
      "limited_english_households_pct": {
       "estimate": 4.74,
       "moe": 8.06,
       "numerator": 28,
       "denominator": 591
      },
      "snap_households_pct": {
       "estimate": 2.2,
       "moe": 1.67,
       "numerator": 13,
       "denominator": 591
      },
      "median_household_income": {
       "estimate": 89625,
       "moe": 13724.0
      },
      "own_children_under_18": {
       "estimate": 261,
       "moe": 71.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 278,
       "moe": 84.4748483277715
      }
     },
     "lines": {
      "b23008_E001": 261,
      "b23008_M001": 71,
      "b23008_E003": 48,
      "b23008_M003": 24,
      "b23008_E008": 11,
      "b23008_M008": 15,
      "b23008_E016": 180,
      "b23008_M016": 66,
      "b23008_E021": 22,
      "b23008_M021": 18,
      "b11003_E001": 424,
      "b11003_M001": 60,
      "b11003_E003": 123,
      "b11003_M003": 35,
      "b11003_E010": 11,
      "b11003_M010": 9,
      "b11003_E016": 2,
      "b11003_M016": 3,
      "b17020_E001": 1639,
      "b17020_M001": 288,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 59,
      "b17020_M011": 24,
      "b17020_E012": 105,
      "b17020_M012": 62,
      "b17020_E013": 114,
      "b17020_M013": 47,
      "b15003_E001": 1078,
      "b15003_M001": 136,
      "b15003_E022": 205,
      "b15003_M022": 49,
      "b15003_E023": 81,
      "b15003_M023": 36,
      "b15003_E024": 12,
      "b15003_M024": 11,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 591,
      "c16002_M001": 74,
      "c16002_E004": 26,
      "c16002_M004": 44,
      "c16002_E007": 2,
      "c16002_M007": 3,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 591,
      "b22010_M001": 74,
      "b22010_E002": 13,
      "b22010_M002": 10,
      "b19013_E001": 89625,
      "b19013_M001": 13724
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.9,
       "moe": 10.25,
       "numerator": 25,
       "denominator": 210
      },
      "children_with_two_parents_pct": {
       "estimate": 88.1,
       "moe": 21.13,
       "numerator": 185,
       "denominator": 210
      },
      "one_parent_families_with_children_pct": {
       "estimate": 9.73,
       "moe": 8.56,
       "numerator": 11,
       "denominator": 113
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 9.04,
       "numerator": 0,
       "denominator": 249
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.92,
       "moe": 4.7,
       "numerator": 294,
       "denominator": 1053
      },
      "limited_english_households_pct": {
       "estimate": 12.46,
       "moe": 17.19,
       "numerator": 78,
       "denominator": 626
      },
      "snap_households_pct": {
       "estimate": 2.56,
       "moe": 2.35,
       "numerator": 16,
       "denominator": 626
      },
      "median_household_income": {
       "estimate": 90317,
       "moe": 8621.0
      },
      "own_children_under_18": {
       "estimate": 210,
       "moe": 63.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 249,
       "moe": 90.04443347592343
      }
     },
     "lines": {
      "b23008_E001": 210,
      "b23008_M001": 63,
      "b23008_E003": 52,
      "b23008_M003": 45,
      "b23008_E008": 10,
      "b23008_M008": 14,
      "b23008_E016": 133,
      "b23008_M016": 55,
      "b23008_E021": 15,
      "b23008_M021": 18,
      "b11003_E001": 410,
      "b11003_M001": 79,
      "b11003_E003": 102,
      "b11003_M003": 39,
      "b11003_E010": 10,
      "b11003_M010": 10,
      "b11003_E016": 1,
      "b11003_M016": 3,
      "b17020_E001": 1542,
      "b17020_M001": 241,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 78,
      "b17020_M011": 60,
      "b17020_E012": 87,
      "b17020_M012": 49,
      "b17020_E013": 84,
      "b17020_M013": 40,
      "b15003_E001": 1053,
      "b15003_M001": 169,
      "b15003_E022": 195,
      "b15003_M022": 55,
      "b15003_E023": 83,
      "b15003_M023": 35,
      "b15003_E024": 16,
      "b15003_M024": 16,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 626,
      "c16002_M001": 119,
      "c16002_E004": 77,
      "c16002_M004": 107,
      "c16002_E007": 1,
      "c16002_M007": 3,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 626,
      "b22010_M001": 119,
      "b22010_E002": 16,
      "b22010_M002": 15,
      "b19013_E001": 90317,
      "b19013_M001": 8621
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.02,
       "moe": 15.61,
       "numerator": 55,
       "denominator": 229
      },
      "children_with_two_parents_pct": {
       "estimate": 75.98,
       "moe": 19.52,
       "numerator": 174,
       "denominator": 229
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.87,
       "moe": 13.19,
       "numerator": 24,
       "denominator": 115
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 9.26,
       "numerator": 0,
       "denominator": 262
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.07,
       "moe": 4.5,
       "numerator": 302,
       "denominator": 1039
      },
      "limited_english_households_pct": {
       "estimate": 5.46,
       "moe": 7.86,
       "numerator": 30,
       "denominator": 549
      },
      "snap_households_pct": {
       "estimate": 2.55,
       "moe": 1.98,
       "numerator": 14,
       "denominator": 549
      },
      "median_household_income": {
       "estimate": 94946,
       "moe": 7623.0
      },
      "own_children_under_18": {
       "estimate": 229,
       "moe": 49.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 262,
       "moe": 71.54019849007969
      }
     },
     "lines": {
      "b23008_E001": 229,
      "b23008_M001": 49,
      "b23008_E003": 66,
      "b23008_M003": 28,
      "b23008_E008": 8,
      "b23008_M008": 11,
      "b23008_E016": 108,
      "b23008_M016": 51,
      "b23008_E021": 47,
      "b23008_M021": 36,
      "b11003_E001": 390,
      "b11003_M001": 61,
      "b11003_E003": 91,
      "b11003_M003": 33,
      "b11003_E010": 13,
      "b11003_M010": 13,
      "b11003_E016": 11,
      "b11003_M016": 11,
      "b17020_E001": 1524,
      "b17020_M001": 233,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 87,
      "b17020_M011": 37,
      "b17020_E012": 114,
      "b17020_M012": 44,
      "b17020_E013": 61,
      "b17020_M013": 35,
      "b15003_E001": 1039,
      "b15003_M001": 126,
      "b15003_E022": 204,
      "b15003_M022": 43,
      "b15003_E023": 81,
      "b15003_M023": 39,
      "b15003_E024": 13,
      "b15003_M024": 11,
      "b15003_E025": 4,
      "b15003_M025": 6,
      "c16002_E001": 549,
      "c16002_M001": 64,
      "c16002_E004": 26,
      "c16002_M004": 38,
      "c16002_E007": 4,
      "c16002_M007": 6,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 549,
      "b22010_M001": 64,
      "b22010_E002": 14,
      "b22010_M002": 11,
      "b19013_E001": 94946,
      "b19013_M001": 7623
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.6,
       "moe": 10.02,
       "numerator": 39,
       "denominator": 235
      },
      "children_with_two_parents_pct": {
       "estimate": 83.4,
       "moe": 17.94,
       "numerator": 196,
       "denominator": 235
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.88,
       "moe": 9.7,
       "numerator": 18,
       "denominator": 121
      },
      "children_below_poverty_pct": {
       "estimate": 4.18,
       "moe": 9.84,
       "numerator": 11,
       "denominator": 263
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.77,
       "moe": 5.56,
       "numerator": 386,
       "denominator": 1143
      },
      "limited_english_households_pct": {
       "estimate": 2.69,
       "moe": 5.75,
       "numerator": 15,
       "denominator": 558
      },
      "snap_households_pct": {
       "estimate": 4.66,
       "moe": 2.46,
       "numerator": 26,
       "denominator": 558
      },
      "median_household_income": {
       "estimate": 99881,
       "moe": 12102.0
      },
      "own_children_under_18": {
       "estimate": 235,
       "moe": 70.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 263,
       "moe": 78.10249675906654
      }
     },
     "lines": {
      "b23008_E001": 235,
      "b23008_M001": 70,
      "b23008_E003": 74,
      "b23008_M003": 31,
      "b23008_E008": 16,
      "b23008_M008": 17,
      "b23008_E016": 122,
      "b23008_M016": 65,
      "b23008_E021": 23,
      "b23008_M021": 20,
      "b11003_E001": 418,
      "b11003_M001": 58,
      "b11003_E003": 103,
      "b11003_M003": 32,
      "b11003_E010": 12,
      "b11003_M010": 10,
      "b11003_E016": 6,
      "b11003_M016": 8,
      "b17020_E001": 1599,
      "b17020_M001": 251,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 11,
      "b17020_M005": 17,
      "b17020_E011": 104,
      "b17020_M011": 45,
      "b17020_E012": 78,
      "b17020_M012": 45,
      "b17020_E013": 70,
      "b17020_M013": 37,
      "b15003_E001": 1143,
      "b15003_M001": 130,
      "b15003_E022": 236,
      "b15003_M022": 62,
      "b15003_E023": 131,
      "b15003_M023": 43,
      "b15003_E024": 15,
      "b15003_M024": 15,
      "b15003_E025": 4,
      "b15003_M025": 7,
      "c16002_E001": 558,
      "c16002_M001": 56,
      "c16002_E004": 13,
      "c16002_M004": 25,
      "c16002_E007": 2,
      "c16002_M007": 4,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 558,
      "b22010_M001": 56,
      "b22010_E002": 26,
      "b22010_M002": 14,
      "b19013_E001": 99881,
      "b19013_M001": 12102
     }
    }
   }
  },
  "0903990": {
   "name": "Seymour School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0903990",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.75,
       "moe": 8.4,
       "numerator": 843,
       "denominator": 3406
      },
      "children_with_two_parents_pct": {
       "estimate": 75.25,
       "moe": 9.84,
       "numerator": 2563,
       "denominator": 3406
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.96,
       "moe": 8.19,
       "numerator": 447,
       "denominator": 1722
      },
      "children_below_poverty_pct": {
       "estimate": 6.46,
       "moe": 6.07,
       "numerator": 223,
       "denominator": 3454
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 31.35,
       "moe": 4.47,
       "numerator": 3716,
       "denominator": 11855
      },
      "limited_english_households_pct": {
       "estimate": 2.78,
       "moe": 1.81,
       "numerator": 179,
       "denominator": 6432
      },
      "snap_households_pct": {
       "estimate": 8.21,
       "moe": 2.93,
       "numerator": 528,
       "denominator": 6432
      },
      "median_household_income": {
       "estimate": 83781,
       "moe": 9394.0
      },
      "own_children_under_18": {
       "estimate": 3406,
       "moe": 346.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3454,
       "moe": 557.8153816452178
      }
     },
     "lines": {
      "b23008_E001": 3406,
      "b23008_M001": 346,
      "b23008_E003": 535,
      "b23008_M003": 170,
      "b23008_E008": 76,
      "b23008_M008": 62,
      "b23008_E016": 2028,
      "b23008_M016": 389,
      "b23008_E021": 767,
      "b23008_M021": 292,
      "b11003_E001": 4150,
      "b11003_M001": 192,
      "b11003_E003": 1275,
      "b11003_M003": 214,
      "b11003_E010": 89,
      "b11003_M010": 67,
      "b11003_E016": 358,
      "b11003_M016": 142,
      "b17020_E001": 16497,
      "b17020_M001": 148,
      "b17020_E003": 18,
      "b17020_M003": 29,
      "b17020_E004": 42,
      "b17020_M004": 66,
      "b17020_E005": 163,
      "b17020_M005": 200,
      "b17020_E011": 617,
      "b17020_M011": 190,
      "b17020_E012": 1069,
      "b17020_M012": 210,
      "b17020_E013": 1545,
      "b17020_M013": 431,
      "b15003_E001": 11855,
      "b15003_M001": 514,
      "b15003_E022": 1934,
      "b15003_M022": 379,
      "b15003_E023": 1524,
      "b15003_M023": 390,
      "b15003_E024": 154,
      "b15003_M024": 77,
      "b15003_E025": 104,
      "b15003_M025": 72,
      "c16002_E001": 6432,
      "c16002_M001": 390,
      "c16002_E004": 76,
      "c16002_M004": 98,
      "c16002_E007": 103,
      "c16002_M007": 57,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6432,
      "b22010_M001": 390,
      "b22010_E002": 528,
      "b22010_M002": 191,
      "b19013_E001": 83781,
      "b19013_M001": 9394
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.0,
       "moe": 8.4,
       "numerator": 1071,
       "denominator": 3455
      },
      "children_with_two_parents_pct": {
       "estimate": 69.0,
       "moe": 12.0,
       "numerator": 2384,
       "denominator": 3455
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.83,
       "moe": 9.42,
       "numerator": 541,
       "denominator": 1755
      },
      "children_below_poverty_pct": {
       "estimate": 8.89,
       "moe": 7.06,
       "numerator": 309,
       "denominator": 3477
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.22,
       "moe": 4.76,
       "numerator": 4208,
       "denominator": 11947
      },
      "limited_english_households_pct": {
       "estimate": 4.64,
       "moe": 3.04,
       "numerator": 300,
       "denominator": 6465
      },
      "snap_households_pct": {
       "estimate": 9.91,
       "moe": 3.24,
       "numerator": 641,
       "denominator": 6465
      },
      "median_household_income": {
       "estimate": 96747,
       "moe": 10110.0
      },
      "own_children_under_18": {
       "estimate": 3455,
       "moe": 431.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3477,
       "moe": 650.3406799516696
      }
     },
     "lines": {
      "b23008_E001": 3455,
      "b23008_M001": 431,
      "b23008_E003": 709,
      "b23008_M003": 287,
      "b23008_E008": 173,
      "b23008_M008": 127,
      "b23008_E016": 1675,
      "b23008_M016": 422,
      "b23008_E021": 898,
      "b23008_M021": 293,
      "b11003_E001": 4339,
      "b11003_M001": 260,
      "b11003_E003": 1214,
      "b11003_M003": 250,
      "b11003_E010": 103,
      "b11003_M010": 96,
      "b11003_E016": 438,
      "b11003_M016": 166,
      "b17020_E001": 16579,
      "b17020_M001": 61,
      "b17020_E003": 85,
      "b17020_M003": 99,
      "b17020_E004": 82,
      "b17020_M004": 130,
      "b17020_E005": 142,
      "b17020_M005": 192,
      "b17020_E011": 797,
      "b17020_M011": 317,
      "b17020_E012": 1189,
      "b17020_M012": 308,
      "b17020_E013": 1182,
      "b17020_M013": 405,
      "b15003_E001": 11947,
      "b15003_M001": 569,
      "b15003_E022": 2013,
      "b15003_M022": 454,
      "b15003_E023": 1823,
      "b15003_M023": 369,
      "b15003_E024": 206,
      "b15003_M024": 109,
      "b15003_E025": 166,
      "b15003_M025": 99,
      "c16002_E001": 6465,
      "c16002_M001": 380,
      "c16002_E004": 114,
      "c16002_M004": 153,
      "c16002_E007": 186,
      "c16002_M007": 121,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6465,
      "b22010_M001": 380,
      "b22010_E002": 641,
      "b22010_M002": 213,
      "b19013_E001": 96747,
      "b19013_M001": 10110
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.67,
       "moe": 10.56,
       "numerator": 1367,
       "denominator": 3535
      },
      "children_with_two_parents_pct": {
       "estimate": 61.33,
       "moe": 12.78,
       "numerator": 2168,
       "denominator": 3535
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.44,
       "moe": 9.96,
       "numerator": 712,
       "denominator": 1852
      },
      "children_below_poverty_pct": {
       "estimate": 9.0,
       "moe": 5.77,
       "numerator": 324,
       "denominator": 3600
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.72,
       "moe": 4.36,
       "numerator": 4180,
       "denominator": 12038
      },
      "limited_english_households_pct": {
       "estimate": 3.61,
       "moe": 2.21,
       "numerator": 227,
       "denominator": 6287
      },
      "snap_households_pct": {
       "estimate": 11.32,
       "moe": 2.75,
       "numerator": 712,
       "denominator": 6287
      },
      "median_household_income": {
       "estimate": 103682,
       "moe": 13065.0
      },
      "own_children_under_18": {
       "estimate": 3535,
       "moe": 329.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3600,
       "moe": 562.2695083320809
      }
     },
     "lines": {
      "b23008_E001": 3535,
      "b23008_M001": 329,
      "b23008_E003": 641,
      "b23008_M003": 218,
      "b23008_E008": 175,
      "b23008_M008": 86,
      "b23008_E016": 1527,
      "b23008_M016": 444,
      "b23008_E021": 1192,
      "b23008_M021": 385,
      "b11003_E001": 4507,
      "b11003_M001": 258,
      "b11003_E003": 1140,
      "b11003_M003": 246,
      "b11003_E010": 121,
      "b11003_M010": 82,
      "b11003_E016": 591,
      "b11003_M016": 209,
      "b17020_E001": 16655,
      "b17020_M001": 52,
      "b17020_E003": 100,
      "b17020_M003": 89,
      "b17020_E004": 101,
      "b17020_M004": 112,
      "b17020_E005": 123,
      "b17020_M005": 159,
      "b17020_E011": 752,
      "b17020_M011": 242,
      "b17020_E012": 830,
      "b17020_M012": 246,
      "b17020_E013": 1694,
      "b17020_M013": 389,
      "b15003_E001": 12038,
      "b15003_M001": 481,
      "b15003_E022": 2037,
      "b15003_M022": 406,
      "b15003_E023": 1795,
      "b15003_M023": 346,
      "b15003_E024": 219,
      "b15003_M024": 109,
      "b15003_E025": 129,
      "b15003_M025": 81,
      "c16002_E001": 6287,
      "c16002_M001": 341,
      "c16002_E004": 75,
      "c16002_M004": 105,
      "c16002_E007": 152,
      "c16002_M007": 87,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6287,
      "b22010_M001": 341,
      "b22010_E002": 712,
      "b22010_M002": 177,
      "b19013_E001": 103682,
      "b19013_M001": 13065
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.57,
       "moe": 9.42,
       "numerator": 1072,
       "denominator": 3193
      },
      "children_with_two_parents_pct": {
       "estimate": 66.43,
       "moe": 12.22,
       "numerator": 2121,
       "denominator": 3193
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.47,
       "moe": 7.62,
       "numerator": 558,
       "denominator": 1667
      },
      "children_below_poverty_pct": {
       "estimate": 6.93,
       "moe": 5.06,
       "numerator": 223,
       "denominator": 3220
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.27,
       "moe": 4.49,
       "numerator": 4100,
       "denominator": 12322
      },
      "limited_english_households_pct": {
       "estimate": 4.39,
       "moe": 2.62,
       "numerator": 280,
       "denominator": 6378
      },
      "snap_households_pct": {
       "estimate": 12.28,
       "moe": 3.49,
       "numerator": 783,
       "denominator": 6378
      },
      "median_household_income": {
       "estimate": 107708,
       "moe": 14986.0
      },
      "own_children_under_18": {
       "estimate": 3193,
       "moe": 366.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3220,
       "moe": 594.7217836938546
      }
     },
     "lines": {
      "b23008_E001": 3193,
      "b23008_M001": 366,
      "b23008_E003": 617,
      "b23008_M003": 230,
      "b23008_E008": 228,
      "b23008_M008": 127,
      "b23008_E016": 1504,
      "b23008_M016": 398,
      "b23008_E021": 844,
      "b23008_M021": 299,
      "b11003_E001": 4435,
      "b11003_M001": 235,
      "b11003_E003": 1109,
      "b11003_M003": 295,
      "b11003_E010": 123,
      "b11003_M010": 85,
      "b11003_E016": 435,
      "b11003_M016": 148,
      "b17020_E001": 16739,
      "b17020_M001": 64,
      "b17020_E003": 128,
      "b17020_M003": 128,
      "b17020_E004": 95,
      "b17020_M004": 107,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 744,
      "b17020_M011": 238,
      "b17020_E012": 885,
      "b17020_M012": 210,
      "b17020_E013": 1368,
      "b17020_M013": 474,
      "b15003_E001": 12322,
      "b15003_M001": 480,
      "b15003_E022": 2192,
      "b15003_M022": 449,
      "b15003_E023": 1568,
      "b15003_M023": 334,
      "b15003_E024": 229,
      "b15003_M024": 117,
      "b15003_E025": 111,
      "b15003_M025": 71,
      "c16002_E001": 6378,
      "c16002_M001": 373,
      "c16002_E004": 94,
      "c16002_M004": 122,
      "c16002_E007": 186,
      "c16002_M007": 111,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6378,
      "b22010_M001": 373,
      "b22010_E002": 783,
      "b22010_M002": 227,
      "b19013_E001": 107708,
      "b19013_M001": 14986
     }
    }
   }
  },
  "0904020": {
   "name": "Sharon School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0904020",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.55,
       "moe": 8.12,
       "numerator": 20,
       "denominator": 265
      },
      "children_with_two_parents_pct": {
       "estimate": 92.45,
       "moe": 15.98,
       "numerator": 245,
       "denominator": 265
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.55,
       "moe": 16.7,
       "numerator": 35,
       "denominator": 179
      },
      "children_below_poverty_pct": {
       "estimate": 38.64,
       "moe": 13.68,
       "numerator": 114,
       "denominator": 295
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.83,
       "moe": 12.22,
       "numerator": 1289,
       "denominator": 2229
      },
      "limited_english_households_pct": {
       "estimate": 0.94,
       "moe": 2.35,
       "numerator": 12,
       "denominator": 1281
      },
      "snap_households_pct": {
       "estimate": 0.86,
       "moe": 1.4,
       "numerator": 11,
       "denominator": 1281
      },
      "median_household_income": {
       "estimate": 93385,
       "moe": 30088.0
      },
      "own_children_under_18": {
       "estimate": 265,
       "moe": 72.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 295,
       "moe": 98.69143833180262
      }
     },
     "lines": {
      "b23008_E001": 265,
      "b23008_M001": 72,
      "b23008_E003": 54,
      "b23008_M003": 40,
      "b23008_E008": 20,
      "b23008_M008": 18,
      "b23008_E016": 191,
      "b23008_M016": 68,
      "b23008_E021": 0,
      "b23008_M021": 13,
      "b11003_E001": 737,
      "b11003_M001": 105,
      "b11003_E003": 144,
      "b11003_M003": 45,
      "b11003_E010": 35,
      "b11003_M010": 29,
      "b11003_E016": 0,
      "b11003_M016": 13,
      "b17020_E001": 2654,
      "b17020_M001": 24,
      "b17020_E003": 45,
      "b17020_M003": 37,
      "b17020_E004": 39,
      "b17020_M004": 33,
      "b17020_E005": 30,
      "b17020_M005": 25,
      "b17020_E011": 29,
      "b17020_M011": 22,
      "b17020_E012": 64,
      "b17020_M012": 58,
      "b17020_E013": 88,
      "b17020_M013": 53,
      "b15003_E001": 2229,
      "b15003_M001": 136,
      "b15003_E022": 808,
      "b15003_M022": 233,
      "b15003_E023": 188,
      "b15003_M023": 77,
      "b15003_E024": 219,
      "b15003_M024": 100,
      "b15003_E025": 74,
      "b15003_M025": 101,
      "c16002_E001": 1281,
      "c16002_M001": 139,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 12,
      "c16002_M007": 20,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1281,
      "b22010_M001": 139,
      "b22010_E002": 11,
      "b22010_M002": 18,
      "b19013_E001": 93385,
      "b19013_M001": 30088
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.41,
       "moe": 20.94,
       "numerator": 69,
       "denominator": 338
      },
      "children_with_two_parents_pct": {
       "estimate": 79.59,
       "moe": 13.03,
       "numerator": 269,
       "denominator": 338
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.63,
       "moe": 32.07,
       "numerator": 64,
       "denominator": 216
      },
      "children_below_poverty_pct": {
       "estimate": 20.28,
       "moe": 11.35,
       "numerator": 72,
       "denominator": 355
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.23,
       "moe": 11.92,
       "numerator": 1237,
       "denominator": 2200
      },
      "limited_english_households_pct": {
       "estimate": 0.85,
       "moe": 2.22,
       "numerator": 11,
       "denominator": 1298
      },
      "snap_households_pct": {
       "estimate": 2.47,
       "moe": 2.22,
       "numerator": 32,
       "denominator": 1298
      },
      "median_household_income": {
       "estimate": 102963,
       "moe": 31071.0
      },
      "own_children_under_18": {
       "estimate": 338,
       "moe": 124.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 355,
       "moe": 138.2678559897419
      }
     },
     "lines": {
      "b23008_E001": 338,
      "b23008_M001": 124,
      "b23008_E003": 68,
      "b23008_M003": 68,
      "b23008_E008": 31,
      "b23008_M008": 41,
      "b23008_E016": 201,
      "b23008_M016": 84,
      "b23008_E021": 38,
      "b23008_M021": 63,
      "b11003_E001": 743,
      "b11003_M001": 110,
      "b11003_E003": 152,
      "b11003_M003": 58,
      "b11003_E010": 38,
      "b11003_M010": 68,
      "b11003_E016": 26,
      "b11003_M016": 31,
      "b17020_E001": 2660,
      "b17020_M001": 36,
      "b17020_E003": 28,
      "b17020_M003": 29,
      "b17020_E004": 27,
      "b17020_M004": 28,
      "b17020_E005": 17,
      "b17020_M005": 28,
      "b17020_E011": 71,
      "b17020_M011": 78,
      "b17020_E012": 105,
      "b17020_M012": 80,
      "b17020_E013": 107,
      "b17020_M013": 65,
      "b15003_E001": 2200,
      "b15003_M001": 145,
      "b15003_E022": 792,
      "b15003_M022": 218,
      "b15003_E023": 202,
      "b15003_M023": 88,
      "b15003_E024": 176,
      "b15003_M024": 107,
      "b15003_E025": 67,
      "b15003_M025": 93,
      "c16002_E001": 1298,
      "c16002_M001": 152,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 11,
      "c16002_M007": 18,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1298,
      "b22010_M001": 152,
      "b22010_E002": 32,
      "b22010_M002": 29,
      "b19013_E001": 102963,
      "b19013_M001": 31071
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.64,
       "moe": 25.36,
       "numerator": 39,
       "denominator": 165
      },
      "children_with_two_parents_pct": {
       "estimate": 76.36,
       "moe": 19.43,
       "numerator": 126,
       "denominator": 165
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.24,
       "moe": 32.17,
       "numerator": 24,
       "denominator": 85
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 14.7,
       "numerator": 0,
       "denominator": 165
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.62,
       "moe": 12.03,
       "numerator": 1455,
       "denominator": 2482
      },
      "limited_english_households_pct": {
       "estimate": 0.9,
       "moe": 2.27,
       "numerator": 13,
       "denominator": 1439
      },
      "snap_households_pct": {
       "estimate": 1.95,
       "moe": 2.14,
       "numerator": 28,
       "denominator": 1439
      },
      "median_household_income": {
       "estimate": 106951,
       "moe": 25442.0
      },
      "own_children_under_18": {
       "estimate": 165,
       "moe": 117.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 165,
       "moe": 107.8563859954523
      }
     },
     "lines": {
      "b23008_E001": 165,
      "b23008_M001": 117,
      "b23008_E003": 42,
      "b23008_M003": 71,
      "b23008_E008": 10,
      "b23008_M008": 20,
      "b23008_E016": 84,
      "b23008_M016": 63,
      "b23008_E021": 29,
      "b23008_M021": 46,
      "b11003_E001": 826,
      "b11003_M001": 117,
      "b11003_E003": 61,
      "b11003_M003": 44,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 24,
      "b11003_M016": 28,
      "b17020_E001": 2680,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 0,
      "b17020_M005": 14,
      "b17020_E011": 52,
      "b17020_M011": 73,
      "b17020_E012": 66,
      "b17020_M012": 60,
      "b17020_E013": 47,
      "b17020_M013": 46,
      "b15003_E001": 2482,
      "b15003_M001": 137,
      "b15003_E022": 875,
      "b15003_M022": 236,
      "b15003_E023": 252,
      "b15003_M023": 105,
      "b15003_E024": 243,
      "b15003_M024": 132,
      "b15003_E025": 85,
      "b15003_M025": 107,
      "c16002_E001": 1439,
      "c16002_M001": 149,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 13,
      "c16002_M007": 22,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1439,
      "b22010_M001": 149,
      "b22010_E002": 28,
      "b22010_M002": 31,
      "b19013_E001": 106951,
      "b19013_M001": 25442
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.51,
       "moe": 19.01,
       "numerator": 31,
       "denominator": 177
      },
      "children_with_two_parents_pct": {
       "estimate": 82.49,
       "moe": 70.61,
       "numerator": 146,
       "denominator": 177
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.03,
       "moe": 22.86,
       "numerator": 22,
       "denominator": 122
      },
      "children_below_poverty_pct": {
       "estimate": 9.69,
       "moe": 16.68,
       "numerator": 19,
       "denominator": 196
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.76,
       "moe": 11.04,
       "numerator": 1386,
       "denominator": 2442
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.9,
       "numerator": 0,
       "denominator": 1473
      },
      "snap_households_pct": {
       "estimate": 1.97,
       "moe": 2.3,
       "numerator": 29,
       "denominator": 1473
      },
      "median_household_income": {
       "estimate": 100518,
       "moe": 14994.0
      },
      "own_children_under_18": {
       "estimate": 177,
       "moe": 112.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 196,
       "moe": 106.60206376989143
      }
     },
     "lines": {
      "b23008_E001": 177,
      "b23008_M001": 112,
      "b23008_E003": 41,
      "b23008_M003": 58,
      "b23008_E008": 10,
      "b23008_M008": 19,
      "b23008_E016": 105,
      "b23008_M016": 61,
      "b23008_E021": 21,
      "b23008_M021": 34,
      "b11003_E001": 750,
      "b11003_M001": 138,
      "b11003_E003": 100,
      "b11003_M003": 60,
      "b11003_E010": 0,
      "b11003_M010": 14,
      "b11003_E016": 22,
      "b11003_M016": 27,
      "b17020_E001": 2677,
      "b17020_M001": 15,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 19,
      "b17020_M005": 28,
      "b17020_E011": 51,
      "b17020_M011": 62,
      "b17020_E012": 47,
      "b17020_M012": 50,
      "b17020_E013": 79,
      "b17020_M013": 62,
      "b15003_E001": 2442,
      "b15003_M001": 136,
      "b15003_E022": 794,
      "b15003_M022": 220,
      "b15003_E023": 296,
      "b15003_M023": 98,
      "b15003_E024": 210,
      "b15003_M024": 105,
      "b15003_E025": 86,
      "b15003_M025": 98,
      "c16002_E001": 1473,
      "c16002_M001": 148,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1473,
      "b22010_M001": 148,
      "b22010_E002": 29,
      "b22010_M002": 34,
      "b19013_E001": 100518,
      "b19013_M001": 14994
     }
    }
   }
  },
  "0904050": {
   "name": "Shelton School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904050",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.81,
       "moe": 5.58,
       "numerator": 1583,
       "denominator": 6649
      },
      "children_with_two_parents_pct": {
       "estimate": 76.19,
       "moe": 6.47,
       "numerator": 5066,
       "denominator": 6649
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.23,
       "moe": 5.25,
       "numerator": 734,
       "denominator": 3628
      },
      "children_below_poverty_pct": {
       "estimate": 6.99,
       "moe": 3.35,
       "numerator": 487,
       "denominator": 6965
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.44,
       "moe": 2.94,
       "numerator": 12649,
       "denominator": 30521
      },
      "limited_english_households_pct": {
       "estimate": 3.47,
       "moe": 1.65,
       "numerator": 562,
       "denominator": 16204
      },
      "snap_households_pct": {
       "estimate": 4.25,
       "moe": 1.1,
       "numerator": 689,
       "denominator": 16204
      },
      "median_household_income": {
       "estimate": 103647,
       "moe": 2612.0
      },
      "own_children_under_18": {
       "estimate": 6649,
       "moe": 524.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6965,
       "moe": 675.692237634857
      }
     },
     "lines": {
      "b23008_E001": 6649,
      "b23008_M001": 524,
      "b23008_E003": 1684,
      "b23008_M003": 363,
      "b23008_E008": 304,
      "b23008_M008": 160,
      "b23008_E016": 3382,
      "b23008_M016": 461,
      "b23008_E021": 1279,
      "b23008_M021": 357,
      "b11003_E001": 11032,
      "b11003_M001": 381,
      "b11003_E003": 2894,
      "b11003_M003": 348,
      "b11003_E010": 311,
      "b11003_M010": 160,
      "b11003_E016": 423,
      "b11003_M016": 132,
      "b17020_E001": 40506,
      "b17020_M001": 164,
      "b17020_E003": 121,
      "b17020_M003": 146,
      "b17020_E004": 91,
      "b17020_M004": 69,
      "b17020_E005": 275,
      "b17020_M005": 175,
      "b17020_E011": 2012,
      "b17020_M011": 389,
      "b17020_E012": 2263,
      "b17020_M012": 356,
      "b17020_E013": 2203,
      "b17020_M013": 349,
      "b15003_E001": 30521,
      "b15003_M001": 701,
      "b15003_E022": 6991,
      "b15003_M022": 700,
      "b15003_E023": 4714,
      "b15003_M023": 586,
      "b15003_E024": 602,
      "b15003_M024": 185,
      "b15003_E025": 342,
      "b15003_M025": 139,
      "c16002_E001": 16204,
      "c16002_M001": 616,
      "c16002_E004": 112,
      "c16002_M004": 70,
      "c16002_E007": 365,
      "c16002_M007": 250,
      "c16002_E010": 55,
      "c16002_M010": 58,
      "c16002_E013": 30,
      "c16002_M013": 35,
      "b22010_E001": 16204,
      "b22010_M001": 616,
      "b22010_E002": 689,
      "b22010_M002": 180,
      "b19013_E001": 103647,
      "b19013_M001": 2612
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.86,
       "moe": 5.06,
       "numerator": 1610,
       "denominator": 7364
      },
      "children_with_two_parents_pct": {
       "estimate": 78.14,
       "moe": 6.2,
       "numerator": 5754,
       "denominator": 7364
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.03,
       "moe": 4.63,
       "numerator": 657,
       "denominator": 3857
      },
      "children_below_poverty_pct": {
       "estimate": 6.56,
       "moe": 2.89,
       "numerator": 490,
       "denominator": 7472
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.22,
       "moe": 2.71,
       "numerator": 13379,
       "denominator": 30955
      },
      "limited_english_households_pct": {
       "estimate": 4.52,
       "moe": 1.71,
       "numerator": 713,
       "denominator": 15774
      },
      "snap_households_pct": {
       "estimate": 3.78,
       "moe": 1.09,
       "numerator": 596,
       "denominator": 15774
      },
      "median_household_income": {
       "estimate": 112366,
       "moe": 2945.0
      },
      "own_children_under_18": {
       "estimate": 7364,
       "moe": 545.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7472,
       "moe": 703.1948520858213
      }
     },
     "lines": {
      "b23008_E001": 7364,
      "b23008_M001": 545,
      "b23008_E003": 2514,
      "b23008_M003": 453,
      "b23008_E008": 484,
      "b23008_M008": 252,
      "b23008_E016": 3240,
      "b23008_M016": 430,
      "b23008_E021": 1126,
      "b23008_M021": 299,
      "b11003_E001": 11077,
      "b11003_M001": 457,
      "b11003_E003": 3200,
      "b11003_M003": 387,
      "b11003_E010": 224,
      "b11003_M010": 132,
      "b11003_E016": 433,
      "b11003_M016": 141,
      "b17020_E001": 40778,
      "b17020_M001": 34,
      "b17020_E003": 117,
      "b17020_M003": 128,
      "b17020_E004": 98,
      "b17020_M004": 73,
      "b17020_E005": 275,
      "b17020_M005": 164,
      "b17020_E011": 2917,
      "b17020_M011": 492,
      "b17020_E012": 1983,
      "b17020_M012": 307,
      "b17020_E013": 2082,
      "b17020_M013": 331,
      "b15003_E001": 30955,
      "b15003_M001": 619,
      "b15003_E022": 7617,
      "b15003_M022": 677,
      "b15003_E023": 4646,
      "b15003_M023": 493,
      "b15003_E024": 701,
      "b15003_M024": 215,
      "b15003_E025": 415,
      "b15003_M025": 162,
      "c16002_E001": 15774,
      "c16002_M001": 518,
      "c16002_E004": 168,
      "c16002_M004": 93,
      "c16002_E007": 323,
      "c16002_M007": 207,
      "c16002_E010": 190,
      "c16002_M010": 145,
      "c16002_E013": 32,
      "c16002_M013": 33,
      "b22010_E001": 15774,
      "b22010_M001": 518,
      "b22010_E002": 596,
      "b22010_M002": 173,
      "b19013_E001": 112366,
      "b19013_M001": 2945
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.56,
       "moe": 6.91,
       "numerator": 2052,
       "denominator": 7725
      },
      "children_with_two_parents_pct": {
       "estimate": 73.44,
       "moe": 5.8,
       "numerator": 5673,
       "denominator": 7725
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.97,
       "moe": 6.25,
       "numerator": 875,
       "denominator": 4172
      },
      "children_below_poverty_pct": {
       "estimate": 5.43,
       "moe": 2.86,
       "numerator": 424,
       "denominator": 7807
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.54,
       "moe": 3.07,
       "numerator": 13458,
       "denominator": 30907
      },
      "limited_english_households_pct": {
       "estimate": 3.93,
       "moe": 1.7,
       "numerator": 618,
       "denominator": 15741
      },
      "snap_households_pct": {
       "estimate": 3.75,
       "moe": 1.16,
       "numerator": 590,
       "denominator": 15741
      },
      "median_household_income": {
       "estimate": 114739,
       "moe": 7568.0
      },
      "own_children_under_18": {
       "estimate": 7725,
       "moe": 532.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7807,
       "moe": 747.3111801652642
      }
     },
     "lines": {
      "b23008_E001": 7725,
      "b23008_M001": 532,
      "b23008_E003": 2209,
      "b23008_M003": 409,
      "b23008_E008": 638,
      "b23008_M008": 283,
      "b23008_E016": 3464,
      "b23008_M016": 431,
      "b23008_E021": 1414,
      "b23008_M021": 474,
      "b11003_E001": 11096,
      "b11003_M001": 469,
      "b11003_E003": 3297,
      "b11003_M003": 385,
      "b11003_E010": 229,
      "b11003_M010": 158,
      "b11003_E016": 646,
      "b11003_M016": 230,
      "b17020_E001": 41023,
      "b17020_M001": 63,
      "b17020_E003": 99,
      "b17020_M003": 126,
      "b17020_E004": 73,
      "b17020_M004": 59,
      "b17020_E005": 252,
      "b17020_M005": 179,
      "b17020_E011": 2777,
      "b17020_M011": 464,
      "b17020_E012": 2295,
      "b17020_M012": 408,
      "b17020_E013": 2311,
      "b17020_M013": 354,
      "b15003_E001": 30907,
      "b15003_M001": 716,
      "b15003_E022": 7632,
      "b15003_M022": 765,
      "b15003_E023": 4610,
      "b15003_M023": 582,
      "b15003_E024": 800,
      "b15003_M024": 211,
      "b15003_E025": 416,
      "b15003_M025": 167,
      "c16002_E001": 15741,
      "c16002_M001": 501,
      "c16002_E004": 186,
      "c16002_M004": 85,
      "c16002_E007": 282,
      "c16002_M007": 225,
      "c16002_E010": 115,
      "c16002_M010": 111,
      "c16002_E013": 35,
      "c16002_M013": 41,
      "b22010_E001": 15741,
      "b22010_M001": 501,
      "b22010_E002": 590,
      "b22010_M002": 184,
      "b19013_E001": 114739,
      "b19013_M001": 7568
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.71,
       "moe": 6.04,
       "numerator": 2166,
       "denominator": 7816
      },
      "children_with_two_parents_pct": {
       "estimate": 72.29,
       "moe": 6.45,
       "numerator": 5650,
       "denominator": 7816
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.55,
       "moe": 5.79,
       "numerator": 924,
       "denominator": 4288
      },
      "children_below_poverty_pct": {
       "estimate": 7.03,
       "moe": 2.65,
       "numerator": 558,
       "denominator": 7932
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.75,
       "moe": 2.65,
       "numerator": 13085,
       "denominator": 31345
      },
      "limited_english_households_pct": {
       "estimate": 3.85,
       "moe": 1.59,
       "numerator": 620,
       "denominator": 16096
      },
      "snap_households_pct": {
       "estimate": 4.31,
       "moe": 0.89,
       "numerator": 694,
       "denominator": 16096
      },
      "median_household_income": {
       "estimate": 108185,
       "moe": 10854.0
      },
      "own_children_under_18": {
       "estimate": 7816,
       "moe": 661.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7932,
       "moe": 775.8279448434428
      }
     },
     "lines": {
      "b23008_E001": 7816,
      "b23008_M001": 661,
      "b23008_E003": 1947,
      "b23008_M003": 445,
      "b23008_E008": 618,
      "b23008_M008": 280,
      "b23008_E016": 3703,
      "b23008_M016": 533,
      "b23008_E021": 1548,
      "b23008_M021": 422,
      "b11003_E001": 11178,
      "b11003_M001": 428,
      "b11003_E003": 3364,
      "b11003_M003": 414,
      "b11003_E010": 314,
      "b11003_M010": 170,
      "b11003_E016": 610,
      "b11003_M016": 210,
      "b17020_E001": 41515,
      "b17020_M001": 83,
      "b17020_E003": 122,
      "b17020_M003": 133,
      "b17020_E004": 38,
      "b17020_M004": 39,
      "b17020_E005": 398,
      "b17020_M005": 167,
      "b17020_E011": 2474,
      "b17020_M011": 455,
      "b17020_E012": 2501,
      "b17020_M012": 437,
      "b17020_E013": 2399,
      "b17020_M013": 396,
      "b15003_E001": 31345,
      "b15003_M001": 732,
      "b15003_E022": 7810,
      "b15003_M022": 668,
      "b15003_E023": 4171,
      "b15003_M023": 529,
      "b15003_E024": 713,
      "b15003_M024": 190,
      "b15003_E025": 391,
      "b15003_M025": 143,
      "c16002_E001": 16096,
      "c16002_M001": 528,
      "c16002_E004": 191,
      "c16002_M004": 91,
      "c16002_E007": 285,
      "c16002_M007": 225,
      "c16002_E010": 107,
      "c16002_M010": 76,
      "c16002_E013": 37,
      "c16002_M013": 32,
      "b22010_E001": 16096,
      "b22010_M001": 528,
      "b22010_E002": 694,
      "b22010_M002": 145,
      "b19013_E001": 108185,
      "b19013_M001": 10854
     }
    }
   }
  },
  "0904080": {
   "name": "Sherman School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0904080",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.79,
       "moe": 8.69,
       "numerator": 76,
       "denominator": 551
      },
      "children_with_two_parents_pct": {
       "estimate": 86.21,
       "moe": 8.77,
       "numerator": 475,
       "denominator": 551
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.36,
       "moe": 12.47,
       "numerator": 50,
       "denominator": 288
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.09,
       "numerator": 0,
       "denominator": 551
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.01,
       "moe": 9.53,
       "numerator": 1699,
       "denominator": 2831
      },
      "limited_english_households_pct": {
       "estimate": 2.17,
       "moe": 3.02,
       "numerator": 34,
       "denominator": 1566
      },
      "snap_households_pct": {
       "estimate": 2.55,
       "moe": 2.86,
       "numerator": 40,
       "denominator": 1566
      },
      "median_household_income": {
       "estimate": 123889,
       "moe": 27960.0
      },
      "own_children_under_18": {
       "estimate": 551,
       "moe": 103.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 551,
       "moe": 110.58028757423268
      }
     },
     "lines": {
      "b23008_E001": 551,
      "b23008_M001": 103,
      "b23008_E003": 101,
      "b23008_M003": 44,
      "b23008_E008": 24,
      "b23008_M008": 27,
      "b23008_E016": 374,
      "b23008_M016": 91,
      "b23008_E021": 52,
      "b23008_M021": 42,
      "b11003_E001": 1068,
      "b11003_M001": 118,
      "b11003_E003": 238,
      "b11003_M003": 61,
      "b11003_E010": 18,
      "b11003_M010": 22,
      "b11003_E016": 32,
      "b11003_M016": 31,
      "b17020_E001": 3545,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 125,
      "b17020_M011": 46,
      "b17020_E012": 181,
      "b17020_M012": 47,
      "b17020_E013": 245,
      "b17020_M013": 86,
      "b15003_E001": 2831,
      "b15003_M001": 134,
      "b15003_E022": 1048,
      "b15003_M022": 216,
      "b15003_E023": 476,
      "b15003_M023": 155,
      "b15003_E024": 75,
      "b15003_M024": 50,
      "b15003_E025": 100,
      "b15003_M025": 78,
      "c16002_E001": 1566,
      "c16002_M001": 137,
      "c16002_E004": 25,
      "c16002_M004": 41,
      "c16002_E007": 9,
      "c16002_M007": 15,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1566,
      "b22010_M001": 137,
      "b22010_E002": 40,
      "b22010_M002": 45,
      "b19013_E001": 123889,
      "b19013_M001": 27960
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.13,
       "moe": 10.48,
       "numerator": 79,
       "denominator": 522
      },
      "children_with_two_parents_pct": {
       "estimate": 84.87,
       "moe": 10.27,
       "numerator": 443,
       "denominator": 522
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.65,
       "moe": 14.04,
       "numerator": 48,
       "denominator": 272
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.31,
       "numerator": 0,
       "denominator": 522
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 63.47,
       "moe": 9.2,
       "numerator": 1788,
       "denominator": 2817
      },
      "limited_english_households_pct": {
       "estimate": 1.72,
       "moe": 3.02,
       "numerator": 27,
       "denominator": 1573
      },
      "snap_households_pct": {
       "estimate": 2.29,
       "moe": 2.53,
       "numerator": 36,
       "denominator": 1573
      },
      "median_household_income": {
       "estimate": 113490,
       "moe": 43522.0
      },
      "own_children_under_18": {
       "estimate": 522,
       "moe": 86.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 522,
       "moe": 94.55157322858251
      }
     },
     "lines": {
      "b23008_E001": 522,
      "b23008_M001": 86,
      "b23008_E003": 108,
      "b23008_M003": 46,
      "b23008_E008": 28,
      "b23008_M008": 35,
      "b23008_E016": 335,
      "b23008_M016": 78,
      "b23008_E021": 51,
      "b23008_M021": 44,
      "b11003_E001": 1029,
      "b11003_M001": 174,
      "b11003_E003": 224,
      "b11003_M003": 43,
      "b11003_E010": 12,
      "b11003_M010": 14,
      "b11003_E016": 36,
      "b11003_M016": 37,
      "b17020_E001": 3499,
      "b17020_M001": 194,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 136,
      "b17020_M011": 54,
      "b17020_E012": 220,
      "b17020_M012": 51,
      "b17020_E013": 166,
      "b17020_M013": 54,
      "b15003_E001": 2817,
      "b15003_M001": 215,
      "b15003_E022": 1080,
      "b15003_M022": 222,
      "b15003_E023": 545,
      "b15003_M023": 158,
      "b15003_E024": 78,
      "b15003_M024": 50,
      "b15003_E025": 85,
      "b15003_M025": 95,
      "c16002_E001": 1573,
      "c16002_M001": 176,
      "c16002_E004": 27,
      "c16002_M004": 42,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1573,
      "b22010_M001": 176,
      "b22010_E002": 36,
      "b22010_M002": 40,
      "b19013_E001": 113490,
      "b19013_M001": 43522
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 4.15,
       "moe": 5.82,
       "numerator": 19,
       "denominator": 458
      },
      "children_with_two_parents_pct": {
       "estimate": 95.85,
       "moe": 8.61,
       "numerator": 439,
       "denominator": 458
      },
      "one_parent_families_with_children_pct": {
       "estimate": 6.38,
       "moe": 7.7,
       "numerator": 15,
       "denominator": 235
      },
      "children_below_poverty_pct": {
       "estimate": 0.84,
       "moe": 4.46,
       "numerator": 4,
       "denominator": 479
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 62.16,
       "moe": 9.97,
       "numerator": 1764,
       "denominator": 2838
      },
      "limited_english_households_pct": {
       "estimate": 1.51,
       "moe": 2.83,
       "numerator": 24,
       "denominator": 1592
      },
      "snap_households_pct": {
       "estimate": 3.39,
       "moe": 2.86,
       "numerator": 54,
       "denominator": 1592
      },
      "median_household_income": {
       "estimate": 107375,
       "moe": 44924.0
      },
      "own_children_under_18": {
       "estimate": 458,
       "moe": 91.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 479,
       "moe": 92.04890004774636
      }
     },
     "lines": {
      "b23008_E001": 458,
      "b23008_M001": 91,
      "b23008_E003": 97,
      "b23008_M003": 51,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 342,
      "b23008_M016": 81,
      "b23008_E021": 19,
      "b23008_M021": 23,
      "b11003_E001": 990,
      "b11003_M001": 158,
      "b11003_E003": 220,
      "b11003_M003": 48,
      "b11003_E010": 4,
      "b11003_M010": 7,
      "b11003_E016": 11,
      "b11003_M016": 17,
      "b17020_E001": 3508,
      "b17020_M001": 217,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 4,
      "b17020_M005": 8,
      "b17020_E011": 97,
      "b17020_M011": 51,
      "b17020_E012": 190,
      "b17020_M012": 50,
      "b17020_E013": 188,
      "b17020_M013": 54,
      "b15003_E001": 2838,
      "b15003_M001": 240,
      "b15003_E022": 1007,
      "b15003_M022": 251,
      "b15003_E023": 548,
      "b15003_M023": 151,
      "b15003_E024": 113,
      "b15003_M024": 83,
      "b15003_E025": 96,
      "b15003_M025": 98,
      "c16002_E001": 1592,
      "c16002_M001": 197,
      "c16002_E004": 24,
      "c16002_M004": 38,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1592,
      "b22010_M001": 197,
      "b22010_E002": 54,
      "b22010_M002": 46,
      "b19013_E001": 107375,
      "b19013_M001": 44924
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.05,
       "moe": 8.81,
       "numerator": 39,
       "denominator": 431
      },
      "children_with_two_parents_pct": {
       "estimate": 90.95,
       "moe": 15.28,
       "numerator": 392,
       "denominator": 431
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.5,
       "moe": 11.55,
       "numerator": 28,
       "denominator": 224
      },
      "children_below_poverty_pct": {
       "estimate": 0.87,
       "moe": 4.66,
       "numerator": 4,
       "denominator": 458
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.65,
       "moe": 10.05,
       "numerator": 1672,
       "denominator": 2803
      },
      "limited_english_households_pct": {
       "estimate": 2.59,
       "moe": 3.9,
       "numerator": 41,
       "denominator": 1582
      },
      "snap_households_pct": {
       "estimate": 3.16,
       "moe": 2.75,
       "numerator": 50,
       "denominator": 1582
      },
      "median_household_income": {
       "estimate": 116000,
       "moe": 34249.0
      },
      "own_children_under_18": {
       "estimate": 431,
       "moe": 78.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 458,
       "moe": 107.82393055347222
      }
     },
     "lines": {
      "b23008_E001": 431,
      "b23008_M001": 78,
      "b23008_E003": 83,
      "b23008_M003": 53,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 309,
      "b23008_M016": 81,
      "b23008_E021": 39,
      "b23008_M021": 36,
      "b11003_E001": 1015,
      "b11003_M001": 136,
      "b11003_E003": 196,
      "b11003_M003": 45,
      "b11003_E010": 4,
      "b11003_M010": 6,
      "b11003_E016": 24,
      "b11003_M016": 26,
      "b17020_E001": 3554,
      "b17020_M001": 195,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 14,
      "b17020_E005": 4,
      "b17020_M005": 8,
      "b17020_E011": 83,
      "b17020_M011": 53,
      "b17020_E012": 181,
      "b17020_M012": 60,
      "b17020_E013": 190,
      "b17020_M013": 69,
      "b15003_E001": 2803,
      "b15003_M001": 238,
      "b15003_E022": 957,
      "b15003_M022": 242,
      "b15003_E023": 512,
      "b15003_M023": 158,
      "b15003_E024": 113,
      "b15003_M024": 83,
      "b15003_E025": 90,
      "b15003_M025": 95,
      "c16002_E001": 1582,
      "c16002_M001": 192,
      "c16002_E004": 41,
      "c16002_M004": 57,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1582,
      "b22010_M001": 192,
      "b22010_E002": 50,
      "b22010_M002": 44,
      "b19013_E001": 116000,
      "b19013_M001": 34249
     }
    }
   }
  },
  "0904110": {
   "name": "Simsbury School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904110",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.25,
       "moe": 6.62,
       "numerator": 934,
       "denominator": 6126
      },
      "children_with_two_parents_pct": {
       "estimate": 84.75,
       "moe": 4.64,
       "numerator": 5192,
       "denominator": 6126
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.24,
       "moe": 4.89,
       "numerator": 435,
       "denominator": 3055
      },
      "children_below_poverty_pct": {
       "estimate": 7.17,
       "moe": 4.68,
       "numerator": 446,
       "denominator": 6220
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.47,
       "moe": 2.8,
       "numerator": 11306,
       "denominator": 17010
      },
      "limited_english_households_pct": {
       "estimate": 1.76,
       "moe": 1.2,
       "numerator": 160,
       "denominator": 9110
      },
      "snap_households_pct": {
       "estimate": 3.34,
       "moe": 1.73,
       "numerator": 304,
       "denominator": 9110
      },
      "median_household_income": {
       "estimate": 134688,
       "moe": 6483.0
      },
      "own_children_under_18": {
       "estimate": 6126,
       "moe": 503.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6220,
       "moe": 609.9868851049176
      }
     },
     "lines": {
      "b23008_E001": 6126,
      "b23008_M001": 503,
      "b23008_E003": 1419,
      "b23008_M003": 204,
      "b23008_E008": 172,
      "b23008_M008": 102,
      "b23008_E016": 3773,
      "b23008_M016": 470,
      "b23008_E021": 762,
      "b23008_M021": 400,
      "b11003_E001": 6462,
      "b11003_M001": 238,
      "b11003_E003": 2620,
      "b11003_M003": 205,
      "b11003_E010": 91,
      "b11003_M010": 54,
      "b11003_E016": 344,
      "b11003_M016": 144,
      "b17020_E001": 24120,
      "b17020_M001": 153,
      "b17020_E003": 17,
      "b17020_M003": 19,
      "b17020_E004": 262,
      "b17020_M004": 263,
      "b17020_E005": 167,
      "b17020_M005": 131,
      "b17020_E011": 1610,
      "b17020_M011": 220,
      "b17020_E012": 2138,
      "b17020_M012": 377,
      "b17020_E013": 2026,
      "b17020_M013": 308,
      "b15003_E001": 17010,
      "b15003_M001": 498,
      "b15003_E022": 6252,
      "b15003_M022": 414,
      "b15003_E023": 3560,
      "b15003_M023": 302,
      "b15003_E024": 909,
      "b15003_M024": 198,
      "b15003_E025": 585,
      "b15003_M025": 187,
      "c16002_E001": 9110,
      "c16002_M001": 297,
      "c16002_E004": 75,
      "c16002_M004": 92,
      "c16002_E007": 53,
      "c16002_M007": 51,
      "c16002_E010": 19,
      "c16002_M010": 19,
      "c16002_E013": 13,
      "c16002_M013": 23,
      "b22010_E001": 9110,
      "b22010_M001": 297,
      "b22010_E002": 304,
      "b22010_M002": 158,
      "b19013_E001": 134688,
      "b19013_M001": 6483
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.02,
       "moe": 6.9,
       "numerator": 968,
       "denominator": 6042
      },
      "children_with_two_parents_pct": {
       "estimate": 83.98,
       "moe": 5.95,
       "numerator": 5074,
       "denominator": 6042
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.09,
       "moe": 4.79,
       "numerator": 461,
       "denominator": 3055
      },
      "children_below_poverty_pct": {
       "estimate": 7.79,
       "moe": 5.06,
       "numerator": 474,
       "denominator": 6087
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 67.46,
       "moe": 3.46,
       "numerator": 11618,
       "denominator": 17222
      },
      "limited_english_households_pct": {
       "estimate": 1.61,
       "moe": 0.92,
       "numerator": 148,
       "denominator": 9187
      },
      "snap_households_pct": {
       "estimate": 3.32,
       "moe": 1.5,
       "numerator": 305,
       "denominator": 9187
      },
      "median_household_income": {
       "estimate": 143874,
       "moe": 7599.0
      },
      "own_children_under_18": {
       "estimate": 6042,
       "moe": 457.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6087,
       "moe": 604.7065403979025
      }
     },
     "lines": {
      "b23008_E001": 6042,
      "b23008_M001": 457,
      "b23008_E003": 1237,
      "b23008_M003": 238,
      "b23008_E008": 147,
      "b23008_M008": 89,
      "b23008_E016": 3837,
      "b23008_M016": 469,
      "b23008_E021": 821,
      "b23008_M021": 414,
      "b11003_E001": 6524,
      "b11003_M001": 223,
      "b11003_E003": 2594,
      "b11003_M003": 214,
      "b11003_E010": 104,
      "b11003_M010": 50,
      "b11003_E016": 357,
      "b11003_M016": 143,
      "b17020_E001": 24233,
      "b17020_M001": 49,
      "b17020_E003": 14,
      "b17020_M003": 16,
      "b17020_E004": 294,
      "b17020_M004": 282,
      "b17020_E005": 166,
      "b17020_M005": 132,
      "b17020_E011": 1404,
      "b17020_M011": 229,
      "b17020_E012": 2216,
      "b17020_M012": 355,
      "b17020_E013": 1993,
      "b17020_M013": 300,
      "b15003_E001": 17222,
      "b15003_M001": 506,
      "b15003_E022": 6553,
      "b15003_M022": 493,
      "b15003_E023": 3368,
      "b15003_M023": 370,
      "b15003_E024": 1010,
      "b15003_M024": 224,
      "b15003_E025": 687,
      "b15003_M025": 205,
      "c16002_E001": 9187,
      "c16002_M001": 283,
      "c16002_E004": 71,
      "c16002_M004": 69,
      "c16002_E007": 61,
      "c16002_M007": 45,
      "c16002_E010": 5,
      "c16002_M010": 8,
      "c16002_E013": 11,
      "c16002_M013": 19,
      "b22010_E001": 9187,
      "b22010_M001": 283,
      "b22010_E002": 305,
      "b22010_M002": 138,
      "b19013_E001": 143874,
      "b19013_M001": 7599
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.69,
       "moe": 6.62,
       "numerator": 845,
       "denominator": 6173
      },
      "children_with_two_parents_pct": {
       "estimate": 86.31,
       "moe": 4.93,
       "numerator": 5328,
       "denominator": 6173
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.01,
       "moe": 5.04,
       "numerator": 440,
       "denominator": 3140
      },
      "children_below_poverty_pct": {
       "estimate": 6.67,
       "moe": 4.63,
       "numerator": 414,
       "denominator": 6204
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 69.49,
       "moe": 3.34,
       "numerator": 12051,
       "denominator": 17342
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 0.77,
       "numerator": 105,
       "denominator": 9286
      },
      "snap_households_pct": {
       "estimate": 2.62,
       "moe": 1.3,
       "numerator": 243,
       "denominator": 9286
      },
      "median_household_income": {
       "estimate": 153715,
       "moe": 9217.0
      },
      "own_children_under_18": {
       "estimate": 6173,
       "moe": 506.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6204,
       "moe": 606.4239441183041
      }
     },
     "lines": {
      "b23008_E001": 6173,
      "b23008_M001": 506,
      "b23008_E003": 1391,
      "b23008_M003": 222,
      "b23008_E008": 59,
      "b23008_M008": 47,
      "b23008_E016": 3937,
      "b23008_M016": 484,
      "b23008_E021": 786,
      "b23008_M021": 412,
      "b11003_E001": 6787,
      "b11003_M001": 264,
      "b11003_E003": 2700,
      "b11003_M003": 216,
      "b11003_E010": 75,
      "b11003_M010": 46,
      "b11003_E016": 365,
      "b11003_M016": 156,
      "b17020_E001": 24447,
      "b17020_M001": 49,
      "b17020_E003": 6,
      "b17020_M003": 11,
      "b17020_E004": 257,
      "b17020_M004": 262,
      "b17020_E005": 151,
      "b17020_M005": 124,
      "b17020_E011": 1466,
      "b17020_M011": 228,
      "b17020_E012": 2339,
      "b17020_M012": 363,
      "b17020_E013": 1985,
      "b17020_M013": 316,
      "b15003_E001": 17342,
      "b15003_M001": 532,
      "b15003_E022": 6834,
      "b15003_M022": 489,
      "b15003_E023": 3545,
      "b15003_M023": 381,
      "b15003_E024": 1067,
      "b15003_M024": 223,
      "b15003_E025": 605,
      "b15003_M025": 193,
      "c16002_E001": 9286,
      "c16002_M001": 309,
      "c16002_E004": 69,
      "c16002_M004": 64,
      "c16002_E007": 9,
      "c16002_M007": 13,
      "c16002_E010": 18,
      "c16002_M010": 24,
      "c16002_E013": 9,
      "c16002_M013": 18,
      "b22010_E001": 9286,
      "b22010_M001": 309,
      "b22010_E002": 243,
      "b22010_M002": 121,
      "b19013_E001": 153715,
      "b19013_M001": 9217
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.33,
       "moe": 6.96,
       "numerator": 1015,
       "denominator": 6217
      },
      "children_with_two_parents_pct": {
       "estimate": 83.67,
       "moe": 6.6,
       "numerator": 5202,
       "denominator": 6217
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.15,
       "moe": 5.04,
       "numerator": 467,
       "denominator": 3083
      },
      "children_below_poverty_pct": {
       "estimate": 6.71,
       "moe": 4.59,
       "numerator": 418,
       "denominator": 6226
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.88,
       "moe": 2.89,
       "numerator": 12597,
       "denominator": 17524
      },
      "limited_english_households_pct": {
       "estimate": 0.74,
       "moe": 0.76,
       "numerator": 69,
       "denominator": 9358
      },
      "snap_households_pct": {
       "estimate": 3.17,
       "moe": 1.54,
       "numerator": 297,
       "denominator": 9358
      },
      "median_household_income": {
       "estimate": 157907,
       "moe": 10516.0
      },
      "own_children_under_18": {
       "estimate": 6217,
       "moe": 497.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6226,
       "moe": 674.1683765944529
      }
     },
     "lines": {
      "b23008_E001": 6217,
      "b23008_M001": 497,
      "b23008_E003": 1401,
      "b23008_M003": 283,
      "b23008_E008": 124,
      "b23008_M008": 84,
      "b23008_E016": 3801,
      "b23008_M016": 511,
      "b23008_E021": 891,
      "b23008_M021": 432,
      "b11003_E001": 6915,
      "b11003_M001": 232,
      "b11003_E003": 2616,
      "b11003_M003": 227,
      "b11003_E010": 103,
      "b11003_M010": 53,
      "b11003_E016": 364,
      "b11003_M016": 152,
      "b17020_E001": 24793,
      "b17020_M001": 58,
      "b17020_E003": 17,
      "b17020_M003": 19,
      "b17020_E004": 245,
      "b17020_M004": 260,
      "b17020_E005": 156,
      "b17020_M005": 125,
      "b17020_E011": 1508,
      "b17020_M011": 296,
      "b17020_E012": 2273,
      "b17020_M012": 401,
      "b17020_E013": 2027,
      "b17020_M013": 350,
      "b15003_E001": 17524,
      "b15003_M001": 510,
      "b15003_E022": 7272,
      "b15003_M022": 429,
      "b15003_E023": 3737,
      "b15003_M023": 367,
      "b15003_E024": 992,
      "b15003_M024": 189,
      "b15003_E025": 596,
      "b15003_M025": 190,
      "c16002_E001": 9358,
      "c16002_M001": 264,
      "c16002_E004": 46,
      "c16002_M004": 61,
      "c16002_E007": 9,
      "c16002_M007": 13,
      "c16002_E010": 14,
      "c16002_M010": 22,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9358,
      "b22010_M001": 264,
      "b22010_E002": 297,
      "b22010_M002": 144,
      "b19013_E001": 157907,
      "b19013_M001": 10516
     }
    }
   }
  },
  "0904140": {
   "name": "Somers School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904140",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.66,
       "moe": 19.08,
       "numerator": 505,
       "denominator": 2048
      },
      "children_with_two_parents_pct": {
       "estimate": 75.34,
       "moe": 6.43,
       "numerator": 1543,
       "denominator": 2048
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.77,
       "moe": 12.87,
       "numerator": 189,
       "denominator": 956
      },
      "children_below_poverty_pct": {
       "estimate": 1.62,
       "moe": 2.84,
       "numerator": 34,
       "denominator": 2096
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.93,
       "moe": 4.05,
       "numerator": 2961,
       "denominator": 7606
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.26,
       "numerator": 0,
       "denominator": 3340
      },
      "snap_households_pct": {
       "estimate": 1.2,
       "moe": 0.92,
       "numerator": 40,
       "denominator": 3340
      },
      "median_household_income": {
       "estimate": 107139,
       "moe": 8341.0
      },
      "own_children_under_18": {
       "estimate": 2048,
       "moe": 367.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2096,
       "moe": 432.7343295834062
      }
     },
     "lines": {
      "b23008_E001": 2048,
      "b23008_M001": 367,
      "b23008_E003": 513,
      "b23008_M003": 157,
      "b23008_E008": 43,
      "b23008_M008": 41,
      "b23008_E016": 1030,
      "b23008_M016": 263,
      "b23008_E021": 462,
      "b23008_M021": 399,
      "b11003_E001": 2570,
      "b11003_M001": 186,
      "b11003_E003": 767,
      "b11003_M003": 128,
      "b11003_E010": 43,
      "b11003_M010": 45,
      "b11003_E016": 146,
      "b11003_M016": 120,
      "b17020_E001": 8843,
      "b17020_M001": 301,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 34,
      "b17020_M005": 52,
      "b17020_E011": 556,
      "b17020_M011": 156,
      "b17020_E012": 964,
      "b17020_M012": 384,
      "b17020_E013": 542,
      "b17020_M013": 109,
      "b15003_E001": 7606,
      "b15003_M001": 359,
      "b15003_E022": 1735,
      "b15003_M022": 254,
      "b15003_E023": 998,
      "b15003_M023": 188,
      "b15003_E024": 174,
      "b15003_M024": 115,
      "b15003_E025": 54,
      "b15003_M025": 37,
      "c16002_E001": 3340,
      "c16002_M001": 240,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3340,
      "b22010_M001": 240,
      "b22010_E002": 40,
      "b22010_M002": 31,
      "b19013_E001": 107139,
      "b19013_M001": 8341
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.52,
       "moe": 20.19,
       "numerator": 622,
       "denominator": 2107
      },
      "children_with_two_parents_pct": {
       "estimate": 70.48,
       "moe": 18.3,
       "numerator": 1485,
       "denominator": 2107
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.85,
       "moe": 15.5,
       "numerator": 258,
       "denominator": 998
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.71,
       "numerator": 0,
       "denominator": 2122
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.46,
       "moe": 4.28,
       "numerator": 2803,
       "denominator": 7482
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.22,
       "numerator": 0,
       "denominator": 3430
      },
      "snap_households_pct": {
       "estimate": 1.22,
       "moe": 1.22,
       "numerator": 42,
       "denominator": 3430
      },
      "median_household_income": {
       "estimate": 105450,
       "moe": 13453.0
      },
      "own_children_under_18": {
       "estimate": 2107,
       "moe": 391.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2122,
       "moe": 508.02854250524155
      }
     },
     "lines": {
      "b23008_E001": 2107,
      "b23008_M001": 391,
      "b23008_E003": 439,
      "b23008_M003": 136,
      "b23008_E008": 58,
      "b23008_M008": 49,
      "b23008_E016": 1046,
      "b23008_M016": 233,
      "b23008_E021": 564,
      "b23008_M021": 438,
      "b11003_E001": 2576,
      "b11003_M001": 151,
      "b11003_E003": 740,
      "b11003_M003": 118,
      "b11003_E010": 49,
      "b11003_M010": 48,
      "b11003_E016": 209,
      "b11003_M016": 156,
      "b17020_E001": 8905,
      "b17020_M001": 69,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 497,
      "b17020_M011": 140,
      "b17020_E012": 1079,
      "b17020_M012": 463,
      "b17020_E013": 546,
      "b17020_M013": 151,
      "b15003_E001": 7482,
      "b15003_M001": 382,
      "b15003_E022": 1728,
      "b15003_M022": 265,
      "b15003_E023": 856,
      "b15003_M023": 199,
      "b15003_E024": 183,
      "b15003_M024": 110,
      "b15003_E025": 36,
      "b15003_M025": 32,
      "c16002_E001": 3430,
      "c16002_M001": 210,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3430,
      "b22010_M001": 210,
      "b22010_E002": 42,
      "b22010_M002": 42,
      "b19013_E001": 105450,
      "b19013_M001": 13453
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 25.0,
       "moe": 20.77,
       "numerator": 547,
       "denominator": 2188
      },
      "children_with_two_parents_pct": {
       "estimate": 75.0,
       "moe": 7.83,
       "numerator": 1641,
       "denominator": 2188
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.79,
       "moe": 16.35,
       "numerator": 191,
       "denominator": 965
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.65,
       "numerator": 0,
       "denominator": 2203
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.21,
       "moe": 4.7,
       "numerator": 2731,
       "denominator": 7340
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.23,
       "numerator": 0,
       "denominator": 3404
      },
      "snap_households_pct": {
       "estimate": 1.29,
       "moe": 1.29,
       "numerator": 44,
       "denominator": 3404
      },
      "median_household_income": {
       "estimate": 115119,
       "moe": 11599.0
      },
      "own_children_under_18": {
       "estimate": 2188,
       "moe": 393.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2203,
       "moe": 552.0199271765467
      }
     },
     "lines": {
      "b23008_E001": 2188,
      "b23008_M001": 393,
      "b23008_E003": 519,
      "b23008_M003": 184,
      "b23008_E008": 39,
      "b23008_M008": 30,
      "b23008_E016": 1122,
      "b23008_M016": 287,
      "b23008_E021": 508,
      "b23008_M021": 464,
      "b11003_E001": 2550,
      "b11003_M001": 164,
      "b11003_E003": 774,
      "b11003_M003": 142,
      "b11003_E010": 7,
      "b11003_M010": 13,
      "b11003_E016": 184,
      "b11003_M016": 163,
      "b17020_E001": 9071,
      "b17020_M001": 71,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 558,
      "b17020_M011": 189,
      "b17020_E012": 1067,
      "b17020_M012": 489,
      "b17020_E013": 578,
      "b17020_M013": 169,
      "b15003_E001": 7340,
      "b15003_M001": 372,
      "b15003_E022": 1609,
      "b15003_M022": 278,
      "b15003_E023": 891,
      "b15003_M023": 222,
      "b15003_E024": 190,
      "b15003_M024": 102,
      "b15003_E025": 41,
      "b15003_M025": 37,
      "c16002_E001": 3404,
      "c16002_M001": 207,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3404,
      "b22010_M001": 207,
      "b22010_E002": 44,
      "b22010_M002": 44,
      "b19013_E001": 115119,
      "b19013_M001": 11599
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.21,
       "moe": 21.0,
       "numerator": 449,
       "denominator": 2117
      },
      "children_with_two_parents_pct": {
       "estimate": 78.79,
       "moe": 19.92,
       "numerator": 1668,
       "denominator": 2117
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.4,
       "moe": 15.45,
       "numerator": 164,
       "denominator": 1000
      },
      "children_below_poverty_pct": {
       "estimate": 1.25,
       "moe": 2.29,
       "numerator": 27,
       "denominator": 2159
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.16,
       "moe": 4.61,
       "numerator": 2734,
       "denominator": 7358
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.23,
       "numerator": 0,
       "denominator": 3423
      },
      "snap_households_pct": {
       "estimate": 0.96,
       "moe": 1.49,
       "numerator": 33,
       "denominator": 3423
      },
      "median_household_income": {
       "estimate": 124705,
       "moe": 14643.0
      },
      "own_children_under_18": {
       "estimate": 2117,
       "moe": 405.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2159,
       "moe": 525.8868699634932
      }
     },
     "lines": {
      "b23008_E001": 2117,
      "b23008_M001": 405,
      "b23008_E003": 380,
      "b23008_M003": 161,
      "b23008_E008": 26,
      "b23008_M008": 28,
      "b23008_E016": 1288,
      "b23008_M016": 224,
      "b23008_E021": 423,
      "b23008_M021": 452,
      "b11003_E001": 2622,
      "b11003_M001": 147,
      "b11003_E003": 836,
      "b11003_M003": 111,
      "b11003_E010": 9,
      "b11003_M010": 15,
      "b11003_E016": 155,
      "b11003_M016": 157,
      "b17020_E001": 9235,
      "b17020_M001": 70,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 27,
      "b17020_M004": 40,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 406,
      "b17020_M011": 165,
      "b17020_E012": 992,
      "b17020_M012": 465,
      "b17020_E013": 734,
      "b17020_M013": 175,
      "b15003_E001": 7358,
      "b15003_M001": 375,
      "b15003_E022": 1580,
      "b15003_M022": 277,
      "b15003_E023": 866,
      "b15003_M023": 205,
      "b15003_E024": 198,
      "b15003_M024": 116,
      "b15003_E025": 90,
      "b15003_M025": 45,
      "c16002_E001": 3423,
      "c16002_M001": 196,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3423,
      "b22010_M001": 196,
      "b22010_E002": 33,
      "b22010_M002": 51,
      "b19013_E001": 124705,
      "b19013_M001": 14643
     }
    }
   }
  },
  "0904170": {
   "name": "South Windsor School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904170",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.8,
       "moe": 5.69,
       "numerator": 1102,
       "denominator": 6191
      },
      "children_with_two_parents_pct": {
       "estimate": 82.2,
       "moe": 5.0,
       "numerator": 5089,
       "denominator": 6191
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.52,
       "moe": 4.96,
       "numerator": 579,
       "denominator": 3731
      },
      "children_below_poverty_pct": {
       "estimate": 7.04,
       "moe": 3.3,
       "numerator": 440,
       "denominator": 6254
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.01,
       "moe": 2.99,
       "numerator": 10134,
       "denominator": 18421
      },
      "limited_english_households_pct": {
       "estimate": 2.09,
       "moe": 0.86,
       "numerator": 207,
       "denominator": 9926
      },
      "snap_households_pct": {
       "estimate": 3.84,
       "moe": 1.54,
       "numerator": 381,
       "denominator": 9926
      },
      "median_household_income": {
       "estimate": 126996,
       "moe": 7646.0
      },
      "own_children_under_18": {
       "estimate": 6191,
       "moe": 495.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6254,
       "moe": 625.6884208613741
      }
     },
     "lines": {
      "b23008_E001": 6191,
      "b23008_M001": 495,
      "b23008_E003": 1707,
      "b23008_M003": 281,
      "b23008_E008": 244,
      "b23008_M008": 168,
      "b23008_E016": 3382,
      "b23008_M016": 427,
      "b23008_E021": 858,
      "b23008_M021": 322,
      "b11003_E001": 7516,
      "b11003_M001": 276,
      "b11003_E003": 3152,
      "b11003_M003": 316,
      "b11003_E010": 192,
      "b11003_M010": 115,
      "b11003_E016": 387,
      "b11003_M016": 156,
      "b17020_E001": 26704,
      "b17020_M001": 42,
      "b17020_E003": 196,
      "b17020_M003": 164,
      "b17020_E004": 78,
      "b17020_M004": 87,
      "b17020_E005": 166,
      "b17020_M005": 100,
      "b17020_E011": 1769,
      "b17020_M011": 291,
      "b17020_E012": 1938,
      "b17020_M012": 296,
      "b17020_E013": 2107,
      "b17020_M013": 418,
      "b15003_E001": 18421,
      "b15003_M001": 595,
      "b15003_E022": 5219,
      "b15003_M022": 386,
      "b15003_E023": 3798,
      "b15003_M023": 456,
      "b15003_E024": 800,
      "b15003_M024": 202,
      "b15003_E025": 317,
      "b15003_M025": 113,
      "c16002_E001": 9926,
      "c16002_M001": 287,
      "c16002_E004": 50,
      "c16002_M004": 47,
      "c16002_E007": 107,
      "c16002_M007": 60,
      "c16002_E010": 27,
      "c16002_M010": 27,
      "c16002_E013": 23,
      "c16002_M013": 27,
      "b22010_E001": 9926,
      "b22010_M001": 287,
      "b22010_E002": 381,
      "b22010_M002": 153,
      "b19013_E001": 126996,
      "b19013_M001": 7646
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.21,
       "moe": 5.11,
       "numerator": 1081,
       "denominator": 6280
      },
      "children_with_two_parents_pct": {
       "estimate": 82.79,
       "moe": 5.63,
       "numerator": 5199,
       "denominator": 6280
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.29,
       "moe": 4.9,
       "numerator": 534,
       "denominator": 3738
      },
      "children_below_poverty_pct": {
       "estimate": 7.42,
       "moe": 3.71,
       "numerator": 471,
       "denominator": 6351
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 55.97,
       "moe": 3.41,
       "numerator": 10216,
       "denominator": 18253
      },
      "limited_english_households_pct": {
       "estimate": 1.8,
       "moe": 0.9,
       "numerator": 178,
       "denominator": 9865
      },
      "snap_households_pct": {
       "estimate": 4.05,
       "moe": 1.32,
       "numerator": 400,
       "denominator": 9865
      },
      "median_household_income": {
       "estimate": 134080,
       "moe": 11897.0
      },
      "own_children_under_18": {
       "estimate": 6280,
       "moe": 485.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6351,
       "moe": 720.9604704836458
      }
     },
     "lines": {
      "b23008_E001": 6280,
      "b23008_M001": 485,
      "b23008_E003": 1563,
      "b23008_M003": 238,
      "b23008_E008": 305,
      "b23008_M008": 203,
      "b23008_E016": 3636,
      "b23008_M016": 479,
      "b23008_E021": 776,
      "b23008_M021": 262,
      "b11003_E001": 7367,
      "b11003_M001": 357,
      "b11003_E003": 3204,
      "b11003_M003": 280,
      "b11003_E010": 208,
      "b11003_M010": 124,
      "b11003_E016": 326,
      "b11003_M016": 143,
      "b17020_E001": 26764,
      "b17020_M001": 46,
      "b17020_E003": 224,
      "b17020_M003": 189,
      "b17020_E004": 112,
      "b17020_M004": 110,
      "b17020_E005": 135,
      "b17020_M005": 103,
      "b17020_E011": 1655,
      "b17020_M011": 277,
      "b17020_E012": 2044,
      "b17020_M012": 384,
      "b17020_E013": 2181,
      "b17020_M013": 487,
      "b15003_E001": 18253,
      "b15003_M001": 583,
      "b15003_E022": 5304,
      "b15003_M022": 443,
      "b15003_E023": 3838,
      "b15003_M023": 484,
      "b15003_E024": 753,
      "b15003_M024": 229,
      "b15003_E025": 321,
      "b15003_M025": 104,
      "c16002_E001": 9865,
      "c16002_M001": 306,
      "c16002_E004": 33,
      "c16002_M004": 43,
      "c16002_E007": 89,
      "c16002_M007": 63,
      "c16002_E010": 27,
      "c16002_M010": 26,
      "c16002_E013": 29,
      "c16002_M013": 37,
      "b22010_E001": 9865,
      "b22010_M001": 306,
      "b22010_E002": 400,
      "b22010_M002": 131,
      "b19013_E001": 134080,
      "b19013_M001": 11897
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.6,
       "moe": 4.74,
       "numerator": 1050,
       "denominator": 6326
      },
      "children_with_two_parents_pct": {
       "estimate": 83.4,
       "moe": 6.82,
       "numerator": 5276,
       "denominator": 6326
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.57,
       "moe": 3.32,
       "numerator": 410,
       "denominator": 3545
      },
      "children_below_poverty_pct": {
       "estimate": 5.18,
       "moe": 3.15,
       "numerator": 335,
       "denominator": 6467
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.0,
       "moe": 3.58,
       "numerator": 10591,
       "denominator": 17952
      },
      "limited_english_households_pct": {
       "estimate": 1.79,
       "moe": 0.84,
       "numerator": 174,
       "denominator": 9720
      },
      "snap_households_pct": {
       "estimate": 3.6,
       "moe": 1.11,
       "numerator": 350,
       "denominator": 9720
      },
      "median_household_income": {
       "estimate": 143025,
       "moe": 11871.0
      },
      "own_children_under_18": {
       "estimate": 6326,
       "moe": 513.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6467,
       "moe": 648.2275834920943
      }
     },
     "lines": {
      "b23008_E001": 6326,
      "b23008_M001": 513,
      "b23008_E003": 1505,
      "b23008_M003": 258,
      "b23008_E008": 378,
      "b23008_M008": 196,
      "b23008_E016": 3771,
      "b23008_M016": 550,
      "b23008_E021": 672,
      "b23008_M021": 242,
      "b11003_E001": 7311,
      "b11003_M001": 323,
      "b11003_E003": 3135,
      "b11003_M003": 293,
      "b11003_E010": 109,
      "b11003_M010": 54,
      "b11003_E016": 301,
      "b11003_M016": 111,
      "b17020_E001": 26717,
      "b17020_M001": 63,
      "b17020_E003": 172,
      "b17020_M003": 167,
      "b17020_E004": 107,
      "b17020_M004": 109,
      "b17020_E005": 56,
      "b17020_M005": 54,
      "b17020_E011": 1725,
      "b17020_M011": 272,
      "b17020_E012": 2037,
      "b17020_M012": 315,
      "b17020_E013": 2370,
      "b17020_M013": 452,
      "b15003_E001": 17952,
      "b15003_M001": 599,
      "b15003_E022": 5272,
      "b15003_M022": 470,
      "b15003_E023": 4285,
      "b15003_M023": 522,
      "b15003_E024": 733,
      "b15003_M024": 187,
      "b15003_E025": 301,
      "b15003_M025": 101,
      "c16002_E001": 9720,
      "c16002_M001": 287,
      "c16002_E004": 21,
      "c16002_M004": 24,
      "c16002_E007": 107,
      "c16002_M007": 69,
      "c16002_E010": 24,
      "c16002_M010": 24,
      "c16002_E013": 22,
      "c16002_M013": 27,
      "b22010_E001": 9720,
      "b22010_M001": 287,
      "b22010_E002": 350,
      "b22010_M002": 108,
      "b19013_E001": 143025,
      "b19013_M001": 11871
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.18,
       "moe": 4.73,
       "numerator": 1121,
       "denominator": 6167
      },
      "children_with_two_parents_pct": {
       "estimate": 81.82,
       "moe": 5.19,
       "numerator": 5046,
       "denominator": 6167
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.09,
       "moe": 3.63,
       "numerator": 478,
       "denominator": 3652
      },
      "children_below_poverty_pct": {
       "estimate": 7.15,
       "moe": 3.84,
       "numerator": 449,
       "denominator": 6276
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 58.89,
       "moe": 3.65,
       "numerator": 10712,
       "denominator": 18191
      },
      "limited_english_households_pct": {
       "estimate": 1.93,
       "moe": 0.87,
       "numerator": 190,
       "denominator": 9835
      },
      "snap_households_pct": {
       "estimate": 4.12,
       "moe": 1.3,
       "numerator": 405,
       "denominator": 9835
      },
      "median_household_income": {
       "estimate": 144961,
       "moe": 10079.0
      },
      "own_children_under_18": {
       "estimate": 6167,
       "moe": 404.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6276,
       "moe": 616.6603603281145
      }
     },
     "lines": {
      "b23008_E001": 6167,
      "b23008_M001": 404,
      "b23008_E003": 1310,
      "b23008_M003": 265,
      "b23008_E008": 413,
      "b23008_M008": 201,
      "b23008_E016": 3736,
      "b23008_M016": 376,
      "b23008_E021": 708,
      "b23008_M021": 224,
      "b11003_E001": 7446,
      "b11003_M001": 237,
      "b11003_E003": 3174,
      "b11003_M003": 275,
      "b11003_E010": 105,
      "b11003_M010": 45,
      "b11003_E016": 373,
      "b11003_M016": 131,
      "b17020_E001": 26818,
      "b17020_M001": 43,
      "b17020_E003": 260,
      "b17020_M003": 209,
      "b17020_E004": 105,
      "b17020_M004": 95,
      "b17020_E005": 84,
      "b17020_M005": 85,
      "b17020_E011": 1463,
      "b17020_M011": 267,
      "b17020_E012": 1848,
      "b17020_M012": 241,
      "b17020_E013": 2516,
      "b17020_M013": 437,
      "b15003_E001": 18191,
      "b15003_M001": 570,
      "b15003_E022": 5460,
      "b15003_M022": 494,
      "b15003_E023": 4137,
      "b15003_M023": 517,
      "b15003_E024": 692,
      "b15003_M024": 163,
      "b15003_E025": 423,
      "b15003_M025": 129,
      "c16002_E001": 9835,
      "c16002_M001": 332,
      "c16002_E004": 12,
      "c16002_M004": 19,
      "c16002_E007": 125,
      "c16002_M007": 73,
      "c16002_E010": 25,
      "c16002_M010": 27,
      "c16002_E013": 28,
      "c16002_M013": 32,
      "b22010_E001": 9835,
      "b22010_M001": 332,
      "b22010_E002": 405,
      "b22010_M002": 129,
      "b19013_E001": 144961,
      "b19013_M001": 10079
     }
    }
   }
  },
  "0904230": {
   "name": "Southington School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904230",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.35,
       "moe": 4.19,
       "numerator": 1580,
       "denominator": 8612
      },
      "children_with_two_parents_pct": {
       "estimate": 81.65,
       "moe": 6.23,
       "numerator": 7032,
       "denominator": 8612
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.1,
       "moe": 4.6,
       "numerator": 956,
       "denominator": 4757
      },
      "children_below_poverty_pct": {
       "estimate": 7.71,
       "moe": 2.89,
       "numerator": 673,
       "denominator": 8728
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.44,
       "moe": 2.49,
       "numerator": 13166,
       "denominator": 31771
      },
      "limited_english_households_pct": {
       "estimate": 2.11,
       "moe": 0.81,
       "numerator": 362,
       "denominator": 17149
      },
      "snap_households_pct": {
       "estimate": 4.35,
       "moe": 1.27,
       "numerator": 746,
       "denominator": 17149
      },
      "median_household_income": {
       "estimate": 104963,
       "moe": 6348.0
      },
      "own_children_under_18": {
       "estimate": 8612,
       "moe": 504.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8728,
       "moe": 743.3834811185947
      }
     },
     "lines": {
      "b23008_E001": 8612,
      "b23008_M001": 504,
      "b23008_E003": 2205,
      "b23008_M003": 396,
      "b23008_E008": 204,
      "b23008_M008": 84,
      "b23008_E016": 4827,
      "b23008_M016": 548,
      "b23008_E021": 1376,
      "b23008_M021": 363,
      "b11003_E001": 12200,
      "b11003_M001": 401,
      "b11003_E003": 3801,
      "b11003_M003": 313,
      "b11003_E010": 201,
      "b11003_M010": 98,
      "b11003_E016": 755,
      "b11003_M016": 211,
      "b17020_E001": 43194,
      "b17020_M001": 131,
      "b17020_E003": 238,
      "b17020_M003": 180,
      "b17020_E004": 203,
      "b17020_M004": 114,
      "b17020_E005": 232,
      "b17020_M005": 146,
      "b17020_E011": 2198,
      "b17020_M011": 401,
      "b17020_E012": 2891,
      "b17020_M012": 391,
      "b17020_E013": 2966,
      "b17020_M013": 415,
      "b15003_E001": 31771,
      "b15003_M001": 596,
      "b15003_E022": 7822,
      "b15003_M022": 583,
      "b15003_E023": 4354,
      "b15003_M023": 529,
      "b15003_E024": 725,
      "b15003_M024": 247,
      "b15003_E025": 265,
      "b15003_M025": 77,
      "c16002_E001": 17149,
      "c16002_M001": 436,
      "c16002_E004": 39,
      "c16002_M004": 48,
      "c16002_E007": 236,
      "c16002_M007": 116,
      "c16002_E010": 80,
      "c16002_M010": 59,
      "c16002_E013": 7,
      "c16002_M013": 12,
      "b22010_E001": 17149,
      "b22010_M001": 436,
      "b22010_E002": 746,
      "b22010_M002": 219,
      "b19013_E001": 104963,
      "b19013_M001": 6348
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.07,
       "moe": 3.78,
       "numerator": 1773,
       "denominator": 8836
      },
      "children_with_two_parents_pct": {
       "estimate": 79.93,
       "moe": 5.09,
       "numerator": 7063,
       "denominator": 8836
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.0,
       "moe": 3.8,
       "numerator": 1037,
       "denominator": 4938
      },
      "children_below_poverty_pct": {
       "estimate": 6.61,
       "moe": 2.66,
       "numerator": 591,
       "denominator": 8945
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.62,
       "moe": 2.53,
       "numerator": 13101,
       "denominator": 31481
      },
      "limited_english_households_pct": {
       "estimate": 2.0,
       "moe": 0.82,
       "numerator": 340,
       "denominator": 17020
      },
      "snap_households_pct": {
       "estimate": 4.18,
       "moe": 1.14,
       "numerator": 711,
       "denominator": 17020
      },
      "median_household_income": {
       "estimate": 118790,
       "moe": 7361.0
      },
      "own_children_under_18": {
       "estimate": 8836,
       "moe": 504.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8945,
       "moe": 730.2903532157603
      }
     },
     "lines": {
      "b23008_E001": 8836,
      "b23008_M001": 504,
      "b23008_E003": 2052,
      "b23008_M003": 392,
      "b23008_E008": 209,
      "b23008_M008": 90,
      "b23008_E016": 5011,
      "b23008_M016": 459,
      "b23008_E021": 1564,
      "b23008_M021": 337,
      "b11003_E001": 12213,
      "b11003_M001": 319,
      "b11003_E003": 3901,
      "b11003_M003": 356,
      "b11003_E010": 266,
      "b11003_M010": 111,
      "b11003_E016": 771,
      "b11003_M016": 174,
      "b17020_E001": 43268,
      "b17020_M001": 36,
      "b17020_E003": 129,
      "b17020_M003": 110,
      "b17020_E004": 171,
      "b17020_M004": 97,
      "b17020_E005": 291,
      "b17020_M005": 194,
      "b17020_E011": 2158,
      "b17020_M011": 397,
      "b17020_E012": 3019,
      "b17020_M012": 371,
      "b17020_E013": 3177,
      "b17020_M013": 423,
      "b15003_E001": 31481,
      "b15003_M001": 572,
      "b15003_E022": 7992,
      "b15003_M022": 581,
      "b15003_E023": 4204,
      "b15003_M023": 547,
      "b15003_E024": 668,
      "b15003_M024": 216,
      "b15003_E025": 237,
      "b15003_M025": 86,
      "c16002_E001": 17020,
      "c16002_M001": 390,
      "c16002_E004": 33,
      "c16002_M004": 39,
      "c16002_E007": 222,
      "c16002_M007": 113,
      "c16002_E010": 85,
      "c16002_M010": 68,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 17020,
      "b22010_M001": 390,
      "b22010_E002": 711,
      "b22010_M002": 194,
      "b19013_E001": 118790,
      "b19013_M001": 7361
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.24,
       "moe": 4.15,
       "numerator": 1982,
       "denominator": 8527
      },
      "children_with_two_parents_pct": {
       "estimate": 76.76,
       "moe": 5.85,
       "numerator": 6545,
       "denominator": 8527
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.82,
       "moe": 4.56,
       "numerator": 1133,
       "denominator": 4757
      },
      "children_below_poverty_pct": {
       "estimate": 5.5,
       "moe": 2.38,
       "numerator": 473,
       "denominator": 8593
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.19,
       "moe": 2.84,
       "numerator": 13693,
       "denominator": 31703
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 0.7,
       "numerator": 315,
       "denominator": 17349
      },
      "snap_households_pct": {
       "estimate": 4.35,
       "moe": 1.23,
       "numerator": 755,
       "denominator": 17349
      },
      "median_household_income": {
       "estimate": 121584,
       "moe": 9631.0
      },
      "own_children_under_18": {
       "estimate": 8527,
       "moe": 506.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8593,
       "moe": 692.7185575686565
      }
     },
     "lines": {
      "b23008_E001": 8527,
      "b23008_M001": 506,
      "b23008_E003": 2040,
      "b23008_M003": 358,
      "b23008_E008": 299,
      "b23008_M008": 127,
      "b23008_E016": 4505,
      "b23008_M016": 521,
      "b23008_E021": 1683,
      "b23008_M021": 351,
      "b11003_E001": 12204,
      "b11003_M001": 396,
      "b11003_E003": 3624,
      "b11003_M003": 305,
      "b11003_E010": 231,
      "b11003_M010": 94,
      "b11003_E016": 902,
      "b11003_M016": 216,
      "b17020_E001": 43279,
      "b17020_M001": 55,
      "b17020_E003": 52,
      "b17020_M003": 46,
      "b17020_E004": 145,
      "b17020_M004": 89,
      "b17020_E005": 276,
      "b17020_M005": 182,
      "b17020_E011": 2287,
      "b17020_M011": 397,
      "b17020_E012": 2810,
      "b17020_M012": 380,
      "b17020_E013": 3023,
      "b17020_M013": 367,
      "b15003_E001": 31703,
      "b15003_M001": 615,
      "b15003_E022": 8112,
      "b15003_M022": 670,
      "b15003_E023": 4452,
      "b15003_M023": 597,
      "b15003_E024": 740,
      "b15003_M024": 233,
      "b15003_E025": 389,
      "b15003_M025": 144,
      "c16002_E001": 17349,
      "c16002_M001": 400,
      "c16002_E004": 72,
      "c16002_M004": 65,
      "c16002_E007": 201,
      "c16002_M007": 90,
      "c16002_E010": 42,
      "c16002_M010": 38,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 17349,
      "b22010_M001": 400,
      "b22010_E002": 755,
      "b22010_M002": 214,
      "b19013_E001": 121584,
      "b19013_M001": 9631
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.99,
       "moe": 4.02,
       "numerator": 2028,
       "denominator": 8115
      },
      "children_with_two_parents_pct": {
       "estimate": 75.01,
       "moe": 6.22,
       "numerator": 6087,
       "denominator": 8115
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.01,
       "moe": 4.22,
       "numerator": 1116,
       "denominator": 4648
      },
      "children_below_poverty_pct": {
       "estimate": 6.38,
       "moe": 2.71,
       "numerator": 520,
       "denominator": 8147
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.35,
       "moe": 2.67,
       "numerator": 13897,
       "denominator": 32054
      },
      "limited_english_households_pct": {
       "estimate": 1.93,
       "moe": 0.69,
       "numerator": 333,
       "denominator": 17281
      },
      "snap_households_pct": {
       "estimate": 5.29,
       "moe": 1.5,
       "numerator": 914,
       "denominator": 17281
      },
      "median_household_income": {
       "estimate": 124309,
       "moe": 8844.0
      },
      "own_children_under_18": {
       "estimate": 8115,
       "moe": 527.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8147,
       "moe": 683.5751604615252
      }
     },
     "lines": {
      "b23008_E001": 8115,
      "b23008_M001": 527,
      "b23008_E003": 1912,
      "b23008_M003": 388,
      "b23008_E008": 313,
      "b23008_M008": 140,
      "b23008_E016": 4175,
      "b23008_M016": 510,
      "b23008_E021": 1715,
      "b23008_M021": 323,
      "b11003_E001": 12346,
      "b11003_M001": 361,
      "b11003_E003": 3532,
      "b11003_M003": 321,
      "b11003_E010": 280,
      "b11003_M010": 84,
      "b11003_E016": 836,
      "b11003_M016": 200,
      "b17020_E001": 43428,
      "b17020_M001": 59,
      "b17020_E003": 66,
      "b17020_M003": 59,
      "b17020_E004": 166,
      "b17020_M004": 93,
      "b17020_E005": 288,
      "b17020_M005": 196,
      "b17020_E011": 2170,
      "b17020_M011": 352,
      "b17020_E012": 2630,
      "b17020_M012": 411,
      "b17020_E013": 2827,
      "b17020_M013": 352,
      "b15003_E001": 32054,
      "b15003_M001": 618,
      "b15003_E022": 8101,
      "b15003_M022": 631,
      "b15003_E023": 4684,
      "b15003_M023": 585,
      "b15003_E024": 762,
      "b15003_M024": 208,
      "b15003_E025": 350,
      "b15003_M025": 134,
      "c16002_E001": 17281,
      "c16002_M001": 362,
      "c16002_E004": 71,
      "c16002_M004": 58,
      "c16002_E007": 201,
      "c16002_M007": 92,
      "c16002_E010": 61,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 17281,
      "b22010_M001": 362,
      "b22010_E002": 914,
      "b22010_M002": 260,
      "b19013_E001": 124309,
      "b19013_M001": 8844
     }
    }
   }
  },
  "0904260": {
   "name": "Sprague School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0904260",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.54,
       "moe": 9.84,
       "numerator": 121,
       "denominator": 589
      },
      "children_with_two_parents_pct": {
       "estimate": 79.46,
       "moe": 11.31,
       "numerator": 468,
       "denominator": 589
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.11,
       "moe": 17.81,
       "numerator": 79,
       "denominator": 281
      },
      "children_below_poverty_pct": {
       "estimate": 18.27,
       "moe": 10.46,
       "numerator": 110,
       "denominator": 602
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.2,
       "moe": 5.96,
       "numerator": 459,
       "denominator": 2165
      },
      "limited_english_households_pct": {
       "estimate": 1.46,
       "moe": 3.02,
       "numerator": 17,
       "denominator": 1163
      },
      "snap_households_pct": {
       "estimate": 14.19,
       "moe": 5.85,
       "numerator": 165,
       "denominator": 1163
      },
      "median_household_income": {
       "estimate": 78399,
       "moe": 6790.0
      },
      "own_children_under_18": {
       "estimate": 589,
       "moe": 160.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 602,
       "moe": 151.04635050208927
      }
     },
     "lines": {
      "b23008_E001": 589,
      "b23008_M001": 160,
      "b23008_E003": 226,
      "b23008_M003": 91,
      "b23008_E008": 37,
      "b23008_M008": 29,
      "b23008_E016": 242,
      "b23008_M016": 111,
      "b23008_E021": 84,
      "b23008_M021": 60,
      "b11003_E001": 747,
      "b11003_M001": 112,
      "b11003_E003": 202,
      "b11003_M003": 63,
      "b11003_E010": 37,
      "b11003_M010": 36,
      "b11003_E016": 42,
      "b11003_M016": 42,
      "b17020_E001": 2885,
      "b17020_M001": 108,
      "b17020_E003": 45,
      "b17020_M003": 48,
      "b17020_E004": 18,
      "b17020_M004": 20,
      "b17020_E005": 47,
      "b17020_M005": 45,
      "b17020_E011": 218,
      "b17020_M011": 86,
      "b17020_E012": 120,
      "b17020_M012": 69,
      "b17020_E013": 154,
      "b17020_M013": 77,
      "b15003_E001": 2165,
      "b15003_M001": 164,
      "b15003_E022": 231,
      "b15003_M022": 89,
      "b15003_E023": 205,
      "b15003_M023": 97,
      "b15003_E024": 4,
      "b15003_M024": 8,
      "b15003_E025": 19,
      "b15003_M025": 21,
      "c16002_E001": 1163,
      "c16002_M001": 115,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 17,
      "c16002_M007": 27,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1163,
      "b22010_M001": 115,
      "b22010_E002": 165,
      "b22010_M002": 70,
      "b19013_E001": 78399,
      "b19013_M001": 6790
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.6,
       "moe": 8.11,
       "numerator": 78,
       "denominator": 619
      },
      "children_with_two_parents_pct": {
       "estimate": 87.4,
       "moe": 15.58,
       "numerator": 541,
       "denominator": 619
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.84,
       "moe": 12.04,
       "numerator": 52,
       "denominator": 276
      },
      "children_below_poverty_pct": {
       "estimate": 17.85,
       "moe": 12.15,
       "numerator": 113,
       "denominator": 633
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.64,
       "moe": 6.31,
       "numerator": 461,
       "denominator": 2130
      },
      "limited_english_households_pct": {
       "estimate": 2.44,
       "moe": 3.33,
       "numerator": 27,
       "denominator": 1106
      },
      "snap_households_pct": {
       "estimate": 10.76,
       "moe": 5.26,
       "numerator": 119,
       "denominator": 1106
      },
      "median_household_income": {
       "estimate": 94464,
       "moe": 15401.0
      },
      "own_children_under_18": {
       "estimate": 619,
       "moe": 149.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 633,
       "moe": 180.55470085267788
      }
     },
     "lines": {
      "b23008_E001": 619,
      "b23008_M001": 149,
      "b23008_E003": 234,
      "b23008_M003": 119,
      "b23008_E008": 8,
      "b23008_M008": 13,
      "b23008_E016": 307,
      "b23008_M016": 110,
      "b23008_E021": 70,
      "b23008_M021": 52,
      "b11003_E001": 776,
      "b11003_M001": 94,
      "b11003_E003": 224,
      "b11003_M003": 60,
      "b11003_E010": 40,
      "b11003_M010": 34,
      "b11003_E016": 12,
      "b11003_M016": 11,
      "b17020_E001": 2909,
      "b17020_M001": 86,
      "b17020_E003": 55,
      "b17020_M003": 73,
      "b17020_E004": 40,
      "b17020_M004": 35,
      "b17020_E005": 18,
      "b17020_M005": 20,
      "b17020_E011": 187,
      "b17020_M011": 111,
      "b17020_E012": 138,
      "b17020_M012": 77,
      "b17020_E013": 195,
      "b17020_M013": 86,
      "b15003_E001": 2130,
      "b15003_M001": 166,
      "b15003_E022": 244,
      "b15003_M022": 94,
      "b15003_E023": 191,
      "b15003_M023": 100,
      "b15003_E024": 4,
      "b15003_M024": 7,
      "b15003_E025": 22,
      "b15003_M025": 22,
      "c16002_E001": 1106,
      "c16002_M001": 94,
      "c16002_E004": 13,
      "c16002_M004": 20,
      "c16002_E007": 14,
      "c16002_M007": 25,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1106,
      "b22010_M001": 94,
      "b22010_E002": 119,
      "b22010_M002": 59,
      "b19013_E001": 94464,
      "b19013_M001": 15401
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.56,
       "moe": 12.73,
       "numerator": 108,
       "denominator": 582
      },
      "children_with_two_parents_pct": {
       "estimate": 81.44,
       "moe": 12.34,
       "numerator": 474,
       "denominator": 582
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.65,
       "moe": 11.9,
       "numerator": 48,
       "denominator": 272
      },
      "children_below_poverty_pct": {
       "estimate": 17.28,
       "moe": 13.47,
       "numerator": 103,
       "denominator": 596
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.96,
       "moe": 6.08,
       "numerator": 447,
       "denominator": 2133
      },
      "limited_english_households_pct": {
       "estimate": 2.31,
       "moe": 3.17,
       "numerator": 25,
       "denominator": 1081
      },
      "snap_households_pct": {
       "estimate": 10.64,
       "moe": 5.0,
       "numerator": 115,
       "denominator": 1081
      },
      "median_household_income": {
       "estimate": 89838,
       "moe": 11567.0
      },
      "own_children_under_18": {
       "estimate": 582,
       "moe": 157.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 596,
       "moe": 159.80300372646317
      }
     },
     "lines": {
      "b23008_E001": 582,
      "b23008_M001": 157,
      "b23008_E003": 168,
      "b23008_M003": 97,
      "b23008_E008": 13,
      "b23008_M008": 16,
      "b23008_E016": 306,
      "b23008_M016": 110,
      "b23008_E021": 95,
      "b23008_M021": 78,
      "b11003_E001": 783,
      "b11003_M001": 107,
      "b11003_E003": 224,
      "b11003_M003": 58,
      "b11003_E010": 32,
      "b11003_M010": 30,
      "b11003_E016": 16,
      "b11003_M016": 17,
      "b17020_E001": 2873,
      "b17020_M001": 119,
      "b17020_E003": 59,
      "b17020_M003": 79,
      "b17020_E004": 25,
      "b17020_M004": 23,
      "b17020_E005": 19,
      "b17020_M005": 21,
      "b17020_E011": 122,
      "b17020_M011": 74,
      "b17020_E012": 179,
      "b17020_M012": 85,
      "b17020_E013": 192,
      "b17020_M013": 75,
      "b15003_E001": 2133,
      "b15003_M001": 158,
      "b15003_E022": 217,
      "b15003_M022": 83,
      "b15003_E023": 201,
      "b15003_M023": 103,
      "b15003_E024": 4,
      "b15003_M024": 6,
      "b15003_E025": 25,
      "b15003_M025": 20,
      "c16002_E001": 1081,
      "c16002_M001": 93,
      "c16002_E004": 10,
      "c16002_M004": 16,
      "c16002_E007": 15,
      "c16002_M007": 23,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1081,
      "b22010_M001": 93,
      "b22010_E002": 115,
      "b22010_M002": 55,
      "b19013_E001": 89838,
      "b19013_M001": 11567
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.58,
       "moe": 9.32,
       "numerator": 76,
       "denominator": 409
      },
      "children_with_two_parents_pct": {
       "estimate": 81.42,
       "moe": 12.39,
       "numerator": 333,
       "denominator": 409
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.14,
       "moe": 9.6,
       "numerator": 40,
       "denominator": 209
      },
      "children_below_poverty_pct": {
       "estimate": 4.65,
       "moe": 4.85,
       "numerator": 19,
       "denominator": 409
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.18,
       "moe": 5.24,
       "numerator": 437,
       "denominator": 2279
      },
      "limited_english_households_pct": {
       "estimate": 0.92,
       "moe": 2.46,
       "numerator": 11,
       "denominator": 1201
      },
      "snap_households_pct": {
       "estimate": 7.91,
       "moe": 3.56,
       "numerator": 95,
       "denominator": 1201
      },
      "median_household_income": {
       "estimate": 92850,
       "moe": 11458.0
      },
      "own_children_under_18": {
       "estimate": 409,
       "moe": 160.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 409,
       "moe": 127.11805536586846
      }
     },
     "lines": {
      "b23008_E001": 409,
      "b23008_M001": 160,
      "b23008_E003": 59,
      "b23008_M003": 43,
      "b23008_E008": 18,
      "b23008_M008": 20,
      "b23008_E016": 274,
      "b23008_M016": 133,
      "b23008_E021": 58,
      "b23008_M021": 44,
      "b11003_E001": 760,
      "b11003_M001": 111,
      "b11003_E003": 169,
      "b11003_M003": 63,
      "b11003_E010": 7,
      "b11003_M010": 13,
      "b11003_E016": 33,
      "b11003_M016": 20,
      "b17020_E001": 2865,
      "b17020_M001": 125,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 13,
      "b17020_M004": 13,
      "b17020_E005": 6,
      "b17020_M005": 8,
      "b17020_E011": 77,
      "b17020_M011": 45,
      "b17020_E012": 122,
      "b17020_M012": 67,
      "b17020_E013": 191,
      "b17020_M013": 96,
      "b15003_E001": 2279,
      "b15003_M001": 182,
      "b15003_E022": 180,
      "b15003_M022": 63,
      "b15003_E023": 215,
      "b15003_M023": 101,
      "b15003_E024": 0,
      "b15003_M024": 14,
      "b15003_E025": 42,
      "b15003_M025": 33,
      "c16002_E001": 1201,
      "c16002_M001": 133,
      "c16002_E004": 11,
      "c16002_M004": 17,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1201,
      "b22010_M001": 133,
      "b22010_E002": 95,
      "b22010_M002": 44,
      "b19013_E001": 92850,
      "b19013_M001": 11458
     }
    }
   }
  },
  "0904290": {
   "name": "Stafford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904290",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.45,
       "moe": 10.38,
       "numerator": 689,
       "denominator": 2191
      },
      "children_with_two_parents_pct": {
       "estimate": 68.55,
       "moe": 12.43,
       "numerator": 1502,
       "denominator": 2191
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.64,
       "moe": 12.4,
       "numerator": 336,
       "denominator": 1062
      },
      "children_below_poverty_pct": {
       "estimate": 9.34,
       "moe": 5.37,
       "numerator": 209,
       "denominator": 2238
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.96,
       "moe": 3.62,
       "numerator": 2161,
       "denominator": 8325
      },
      "limited_english_households_pct": {
       "estimate": 0.11,
       "moe": 0.79,
       "numerator": 5,
       "denominator": 4747
      },
      "snap_households_pct": {
       "estimate": 6.43,
       "moe": 2.95,
       "numerator": 305,
       "denominator": 4747
      },
      "median_household_income": {
       "estimate": 85684,
       "moe": 11221.0
      },
      "own_children_under_18": {
       "estimate": 2191,
       "moe": 309.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2238,
       "moe": 341.73820389298004
      }
     },
     "lines": {
      "b23008_E001": 2191,
      "b23008_M001": 309,
      "b23008_E003": 446,
      "b23008_M003": 172,
      "b23008_E008": 177,
      "b23008_M008": 113,
      "b23008_E016": 1056,
      "b23008_M016": 299,
      "b23008_E021": 512,
      "b23008_M021": 220,
      "b11003_E001": 3195,
      "b11003_M001": 225,
      "b11003_E003": 726,
      "b11003_M003": 162,
      "b11003_E010": 72,
      "b11003_M010": 65,
      "b11003_E016": 264,
      "b11003_M016": 134,
      "b17020_E001": 11263,
      "b17020_M001": 88,
      "b17020_E003": 101,
      "b17020_M003": 101,
      "b17020_E004": 72,
      "b17020_M004": 59,
      "b17020_E005": 36,
      "b17020_M005": 42,
      "b17020_E011": 522,
      "b17020_M011": 173,
      "b17020_E012": 821,
      "b17020_M012": 169,
      "b17020_E013": 686,
      "b17020_M013": 207,
      "b15003_E001": 8325,
      "b15003_M001": 378,
      "b15003_E022": 1573,
      "b15003_M022": 276,
      "b15003_E023": 442,
      "b15003_M023": 135,
      "b15003_E024": 73,
      "b15003_M024": 49,
      "b15003_E025": 73,
      "b15003_M025": 59,
      "c16002_E001": 4747,
      "c16002_M001": 223,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 5,
      "c16002_M007": 9,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4747,
      "b22010_M001": 223,
      "b22010_E002": 305,
      "b22010_M002": 141,
      "b19013_E001": 85684,
      "b19013_M001": 11221
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.01,
       "moe": 7.86,
       "numerator": 508,
       "denominator": 2208
      },
      "children_with_two_parents_pct": {
       "estimate": 76.99,
       "moe": 13.26,
       "numerator": 1700,
       "denominator": 2208
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.89,
       "moe": 8.79,
       "numerator": 260,
       "denominator": 967
      },
      "children_below_poverty_pct": {
       "estimate": 8.23,
       "moe": 4.43,
       "numerator": 185,
       "denominator": 2249
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.4,
       "moe": 3.44,
       "numerator": 2333,
       "denominator": 8514
      },
      "limited_english_households_pct": {
       "estimate": 0.13,
       "moe": 0.8,
       "numerator": 6,
       "denominator": 4693
      },
      "snap_households_pct": {
       "estimate": 9.27,
       "moe": 3.04,
       "numerator": 435,
       "denominator": 4693
      },
      "median_household_income": {
       "estimate": 92292,
       "moe": 13957.0
      },
      "own_children_under_18": {
       "estimate": 2208,
       "moe": 383.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2249,
       "moe": 378.96833640820176
      }
     },
     "lines": {
      "b23008_E001": 2208,
      "b23008_M001": 383,
      "b23008_E003": 386,
      "b23008_M003": 189,
      "b23008_E008": 147,
      "b23008_M008": 91,
      "b23008_E016": 1314,
      "b23008_M016": 370,
      "b23008_E021": 361,
      "b23008_M021": 172,
      "b11003_E001": 3029,
      "b11003_M001": 199,
      "b11003_E003": 707,
      "b11003_M003": 150,
      "b11003_E010": 69,
      "b11003_M010": 56,
      "b11003_E016": 191,
      "b11003_M016": 80,
      "b17020_E001": 11283,
      "b17020_M001": 75,
      "b17020_E003": 78,
      "b17020_M003": 74,
      "b17020_E004": 72,
      "b17020_M004": 62,
      "b17020_E005": 35,
      "b17020_M005": 40,
      "b17020_E011": 455,
      "b17020_M011": 188,
      "b17020_E012": 821,
      "b17020_M012": 228,
      "b17020_E013": 788,
      "b17020_M013": 213,
      "b15003_E001": 8514,
      "b15003_M001": 400,
      "b15003_E022": 1670,
      "b15003_M022": 238,
      "b15003_E023": 522,
      "b15003_M023": 189,
      "b15003_E024": 53,
      "b15003_M024": 42,
      "b15003_E025": 88,
      "b15003_M025": 59,
      "c16002_E001": 4693,
      "c16002_M001": 227,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 6,
      "c16002_M007": 10,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4693,
      "b22010_M001": 227,
      "b22010_E002": 435,
      "b22010_M002": 144,
      "b19013_E001": 92292,
      "b19013_M001": 13957
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.07,
       "moe": 8.54,
       "numerator": 826,
       "denominator": 2355
      },
      "children_with_two_parents_pct": {
       "estimate": 64.93,
       "moe": 15.49,
       "numerator": 1529,
       "denominator": 2355
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.17,
       "moe": 9.56,
       "numerator": 344,
       "denominator": 1037
      },
      "children_below_poverty_pct": {
       "estimate": 6.76,
       "moe": 3.95,
       "numerator": 161,
       "denominator": 2382
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.6,
       "moe": 3.57,
       "numerator": 2308,
       "denominator": 8362
      },
      "limited_english_households_pct": {
       "estimate": 0.11,
       "moe": 0.83,
       "numerator": 5,
       "denominator": 4569
      },
      "snap_households_pct": {
       "estimate": 8.84,
       "moe": 3.32,
       "numerator": 404,
       "denominator": 4569
      },
      "median_household_income": {
       "estimate": 97509,
       "moe": 16441.0
      },
      "own_children_under_18": {
       "estimate": 2355,
       "moe": 381.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2382,
       "moe": 425.833300717546
      }
     },
     "lines": {
      "b23008_E001": 2355,
      "b23008_M001": 381,
      "b23008_E003": 419,
      "b23008_M003": 185,
      "b23008_E008": 357,
      "b23008_M008": 179,
      "b23008_E016": 1110,
      "b23008_M016": 400,
      "b23008_E021": 469,
      "b23008_M021": 162,
      "b11003_E001": 3054,
      "b11003_M001": 224,
      "b11003_E003": 693,
      "b11003_M003": 160,
      "b11003_E010": 132,
      "b11003_M010": 72,
      "b11003_E016": 212,
      "b11003_M016": 95,
      "b17020_E001": 11229,
      "b17020_M001": 75,
      "b17020_E003": 81,
      "b17020_M003": 75,
      "b17020_E004": 43,
      "b17020_M004": 45,
      "b17020_E005": 37,
      "b17020_M005": 45,
      "b17020_E011": 695,
      "b17020_M011": 239,
      "b17020_E012": 663,
      "b17020_M012": 263,
      "b17020_E013": 863,
      "b17020_M013": 213,
      "b15003_E001": 8362,
      "b15003_M001": 403,
      "b15003_E022": 1771,
      "b15003_M022": 249,
      "b15003_E023": 413,
      "b15003_M023": 188,
      "b15003_E024": 16,
      "b15003_M024": 20,
      "b15003_E025": 108,
      "b15003_M025": 63,
      "c16002_E001": 4569,
      "c16002_M001": 226,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 5,
      "c16002_M007": 10,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4569,
      "b22010_M001": 226,
      "b22010_E002": 404,
      "b22010_M002": 153,
      "b19013_E001": 97509,
      "b19013_M001": 16441
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.43,
       "moe": 7.23,
       "numerator": 779,
       "denominator": 2402
      },
      "children_with_two_parents_pct": {
       "estimate": 67.57,
       "moe": 15.86,
       "numerator": 1623,
       "denominator": 2402
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.94,
       "moe": 7.92,
       "numerator": 339,
       "denominator": 1029
      },
      "children_below_poverty_pct": {
       "estimate": 6.02,
       "moe": 3.36,
       "numerator": 146,
       "denominator": 2426
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.47,
       "moe": 4.07,
       "numerator": 2422,
       "denominator": 8507
      },
      "limited_english_households_pct": {
       "estimate": 0.13,
       "moe": 0.82,
       "numerator": 6,
       "denominator": 4606
      },
      "snap_households_pct": {
       "estimate": 11.96,
       "moe": 3.18,
       "numerator": 551,
       "denominator": 4606
      },
      "median_household_income": {
       "estimate": 93235,
       "moe": 15529.0
      },
      "own_children_under_18": {
       "estimate": 2402,
       "moe": 438.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2426,
       "moe": 437.6242680656547
      }
     },
     "lines": {
      "b23008_E001": 2402,
      "b23008_M001": 438,
      "b23008_E003": 482,
      "b23008_M003": 200,
      "b23008_E008": 381,
      "b23008_M008": 189,
      "b23008_E016": 1141,
      "b23008_M016": 439,
      "b23008_E021": 398,
      "b23008_M021": 121,
      "b11003_E001": 3061,
      "b11003_M001": 223,
      "b11003_E003": 690,
      "b11003_M003": 156,
      "b11003_E010": 126,
      "b11003_M010": 55,
      "b11003_E016": 213,
      "b11003_M016": 86,
      "b17020_E001": 11318,
      "b17020_M001": 73,
      "b17020_E003": 67,
      "b17020_M003": 66,
      "b17020_E004": 60,
      "b17020_M004": 47,
      "b17020_E005": 19,
      "b17020_M005": 28,
      "b17020_E011": 796,
      "b17020_M011": 259,
      "b17020_E012": 653,
      "b17020_M012": 267,
      "b17020_E013": 831,
      "b17020_M013": 214,
      "b15003_E001": 8507,
      "b15003_M001": 444,
      "b15003_E022": 1706,
      "b15003_M022": 296,
      "b15003_E023": 606,
      "b15003_M023": 210,
      "b15003_E024": 20,
      "b15003_M024": 23,
      "b15003_E025": 90,
      "b15003_M025": 62,
      "c16002_E001": 4606,
      "c16002_M001": 276,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 6,
      "c16002_M007": 10,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4606,
      "b22010_M001": 276,
      "b22010_E002": 551,
      "b22010_M002": 150,
      "b19013_E001": 93235,
      "b19013_M001": 15529
     }
    }
   }
  },
  "0904320": {
   "name": "Stamford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904320",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.06,
       "moe": 3.7,
       "numerator": 8721,
       "denominator": 25605
      },
      "children_with_two_parents_pct": {
       "estimate": 65.94,
       "moe": 3.64,
       "numerator": 16884,
       "denominator": 25605
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.96,
       "moe": 3.66,
       "numerator": 4303,
       "denominator": 13898
      },
      "children_below_poverty_pct": {
       "estimate": 13.92,
       "moe": 2.5,
       "numerator": 3636,
       "denominator": 26114
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.31,
       "moe": 1.71,
       "numerator": 50565,
       "denominator": 96659
      },
      "limited_english_households_pct": {
       "estimate": 11.2,
       "moe": 1.46,
       "numerator": 5889,
       "denominator": 52577
      },
      "snap_households_pct": {
       "estimate": 8.05,
       "moe": 1.13,
       "numerator": 4235,
       "denominator": 52577
      },
      "median_household_income": {
       "estimate": 99791,
       "moe": 3612.0
      },
      "own_children_under_18": {
       "estimate": 25605,
       "moe": 1156.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 26114,
       "moe": 1421.0967595487648
      }
     },
     "lines": {
      "b23008_E001": 25605,
      "b23008_M001": 1156,
      "b23008_E003": 6332,
      "b23008_M003": 717,
      "b23008_E008": 3003,
      "b23008_M008": 613,
      "b23008_E016": 10552,
      "b23008_M016": 968,
      "b23008_E021": 5718,
      "b23008_M021": 822,
      "b11003_E001": 32668,
      "b11003_M001": 939,
      "b11003_E003": 9595,
      "b11003_M003": 622,
      "b11003_E010": 891,
      "b11003_M010": 293,
      "b11003_E016": 3412,
      "b11003_M016": 491,
      "b17020_E001": 133893,
      "b17020_M001": 278,
      "b17020_E003": 1301,
      "b17020_M003": 491,
      "b17020_E004": 914,
      "b17020_M004": 295,
      "b17020_E005": 1421,
      "b17020_M005": 370,
      "b17020_E011": 8054,
      "b17020_M011": 751,
      "b17020_E012": 7217,
      "b17020_M012": 722,
      "b17020_E013": 7207,
      "b17020_M013": 685,
      "b15003_E001": 96659,
      "b15003_M001": 1419,
      "b15003_E022": 28206,
      "b15003_M022": 1347,
      "b15003_E023": 15880,
      "b15003_M023": 978,
      "b15003_E024": 4475,
      "b15003_M024": 590,
      "b15003_E025": 2004,
      "b15003_M025": 422,
      "c16002_E001": 52577,
      "c16002_M001": 1055,
      "c16002_E004": 3378,
      "c16002_M004": 551,
      "c16002_E007": 1671,
      "c16002_M007": 432,
      "c16002_E010": 570,
      "c16002_M010": 269,
      "c16002_E013": 270,
      "c16002_M013": 207,
      "b22010_E001": 52577,
      "b22010_M001": 1055,
      "b22010_E002": 4235,
      "b22010_M002": 600,
      "b19013_E001": 99791,
      "b19013_M001": 3612
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.45,
       "moe": 4.39,
       "numerator": 9263,
       "denominator": 24732
      },
      "children_with_two_parents_pct": {
       "estimate": 62.55,
       "moe": 3.26,
       "numerator": 15469,
       "denominator": 24732
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.81,
       "moe": 3.95,
       "numerator": 4756,
       "denominator": 13663
      },
      "children_below_poverty_pct": {
       "estimate": 15.4,
       "moe": 2.7,
       "numerator": 3908,
       "denominator": 25375
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.38,
       "moe": 1.85,
       "numerator": 48639,
       "denominator": 96539
      },
      "limited_english_households_pct": {
       "estimate": 11.14,
       "moe": 1.35,
       "numerator": 5963,
       "denominator": 53520
      },
      "snap_households_pct": {
       "estimate": 9.17,
       "moe": 1.26,
       "numerator": 4907,
       "denominator": 53520
      },
      "median_household_income": {
       "estimate": 100718,
       "moe": 5108.0
      },
      "own_children_under_18": {
       "estimate": 24732,
       "moe": 1138.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 25375,
       "moe": 1453.9731771941324
      }
     },
     "lines": {
      "b23008_E001": 24732,
      "b23008_M001": 1138,
      "b23008_E003": 6131,
      "b23008_M003": 704,
      "b23008_E008": 3067,
      "b23008_M008": 708,
      "b23008_E016": 9338,
      "b23008_M016": 813,
      "b23008_E021": 6196,
      "b23008_M021": 927,
      "b11003_E001": 33003,
      "b11003_M001": 1048,
      "b11003_E003": 8907,
      "b11003_M003": 648,
      "b11003_E010": 994,
      "b11003_M010": 317,
      "b11003_E016": 3762,
      "b11003_M016": 538,
      "b17020_E001": 133989,
      "b17020_M001": 299,
      "b17020_E003": 1349,
      "b17020_M003": 531,
      "b17020_E004": 1021,
      "b17020_M004": 284,
      "b17020_E005": 1538,
      "b17020_M005": 394,
      "b17020_E011": 7883,
      "b17020_M011": 796,
      "b17020_E012": 6541,
      "b17020_M012": 675,
      "b17020_E013": 7043,
      "b17020_M013": 712,
      "b15003_E001": 96539,
      "b15003_M001": 1106,
      "b15003_E022": 27645,
      "b15003_M022": 1397,
      "b15003_E023": 14517,
      "b15003_M023": 1005,
      "b15003_E024": 4396,
      "b15003_M024": 609,
      "b15003_E025": 2081,
      "b15003_M025": 391,
      "c16002_E001": 53520,
      "c16002_M001": 1104,
      "c16002_E004": 3776,
      "c16002_M004": 572,
      "c16002_E007": 1436,
      "c16002_M007": 334,
      "c16002_E010": 491,
      "c16002_M010": 237,
      "c16002_E013": 260,
      "c16002_M013": 208,
      "b22010_E001": 53520,
      "b22010_M001": 1104,
      "b22010_E002": 4907,
      "b22010_M002": 684,
      "b19013_E001": 100718,
      "b19013_M001": 5108
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.76,
       "moe": 3.99,
       "numerator": 8840,
       "denominator": 23408
      },
      "children_with_two_parents_pct": {
       "estimate": 62.24,
       "moe": 3.56,
       "numerator": 14568,
       "denominator": 23408
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.42,
       "moe": 4.14,
       "numerator": 4283,
       "denominator": 12814
      },
      "children_below_poverty_pct": {
       "estimate": 13.79,
       "moe": 2.78,
       "numerator": 3339,
       "denominator": 24206
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.71,
       "moe": 1.89,
       "numerator": 50736,
       "denominator": 98123
      },
      "limited_english_households_pct": {
       "estimate": 9.93,
       "moe": 1.37,
       "numerator": 5379,
       "denominator": 54165
      },
      "snap_households_pct": {
       "estimate": 9.43,
       "moe": 1.11,
       "numerator": 5109,
       "denominator": 54165
      },
      "median_household_income": {
       "estimate": 107474,
       "moe": 5305.0
      },
      "own_children_under_18": {
       "estimate": 23408,
       "moe": 1177.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 24206,
       "moe": 1427.0073580749329
      }
     },
     "lines": {
      "b23008_E001": 23408,
      "b23008_M001": 1177,
      "b23008_E003": 5730,
      "b23008_M003": 786,
      "b23008_E008": 3118,
      "b23008_M008": 707,
      "b23008_E016": 8838,
      "b23008_M016": 783,
      "b23008_E021": 5722,
      "b23008_M021": 756,
      "b11003_E001": 32824,
      "b11003_M001": 1132,
      "b11003_E003": 8531,
      "b11003_M003": 586,
      "b11003_E010": 852,
      "b11003_M010": 263,
      "b11003_E016": 3431,
      "b11003_M016": 539,
      "b17020_E001": 134458,
      "b17020_M001": 359,
      "b17020_E003": 1024,
      "b17020_M003": 459,
      "b17020_E004": 903,
      "b17020_M004": 345,
      "b17020_E005": 1412,
      "b17020_M005": 404,
      "b17020_E011": 7887,
      "b17020_M011": 888,
      "b17020_E012": 6334,
      "b17020_M012": 690,
      "b17020_E013": 6646,
      "b17020_M013": 528,
      "b15003_E001": 98123,
      "b15003_M001": 1520,
      "b15003_E022": 28383,
      "b15003_M022": 1557,
      "b15003_E023": 15611,
      "b15003_M023": 1045,
      "b15003_E024": 4706,
      "b15003_M024": 656,
      "b15003_E025": 2036,
      "b15003_M025": 321,
      "c16002_E001": 54165,
      "c16002_M001": 1044,
      "c16002_E004": 3410,
      "c16002_M004": 604,
      "c16002_E007": 1219,
      "c16002_M007": 336,
      "c16002_E010": 465,
      "c16002_M010": 199,
      "c16002_E013": 285,
      "c16002_M013": 206,
      "b22010_E001": 54165,
      "b22010_M001": 1044,
      "b22010_E002": 5109,
      "b22010_M002": 607,
      "b19013_E001": 107474,
      "b19013_M001": 5305
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.47,
       "moe": 4.15,
       "numerator": 8484,
       "denominator": 23920
      },
      "children_with_two_parents_pct": {
       "estimate": 64.53,
       "moe": 3.5,
       "numerator": 15436,
       "denominator": 23920
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.26,
       "moe": 4.8,
       "numerator": 3940,
       "denominator": 12602
      },
      "children_below_poverty_pct": {
       "estimate": 15.68,
       "moe": 3.11,
       "numerator": 3878,
       "denominator": 24725
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.72,
       "moe": 1.55,
       "numerator": 51182,
       "denominator": 98962
      },
      "limited_english_households_pct": {
       "estimate": 9.67,
       "moe": 1.17,
       "numerator": 5348,
       "denominator": 55291
      },
      "snap_households_pct": {
       "estimate": 9.76,
       "moe": 1.2,
       "numerator": 5396,
       "denominator": 55291
      },
      "median_household_income": {
       "estimate": 111586,
       "moe": 4563.0
      },
      "own_children_under_18": {
       "estimate": 23920,
       "moe": 1293.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 24725,
       "moe": 1575.7677493844071
      }
     },
     "lines": {
      "b23008_E001": 23920,
      "b23008_M001": 1293,
      "b23008_E003": 5662,
      "b23008_M003": 728,
      "b23008_E008": 3480,
      "b23008_M008": 802,
      "b23008_E016": 9774,
      "b23008_M016": 931,
      "b23008_E021": 5004,
      "b23008_M021": 743,
      "b11003_E001": 32611,
      "b11003_M001": 909,
      "b11003_E003": 8662,
      "b11003_M003": 581,
      "b11003_E010": 900,
      "b11003_M010": 306,
      "b11003_E016": 3040,
      "b11003_M016": 590,
      "b17020_E001": 135843,
      "b17020_M001": 331,
      "b17020_E003": 1567,
      "b17020_M003": 661,
      "b17020_E004": 1053,
      "b17020_M004": 300,
      "b17020_E005": 1258,
      "b17020_M005": 353,
      "b17020_E011": 7676,
      "b17020_M011": 900,
      "b17020_E012": 6334,
      "b17020_M012": 745,
      "b17020_E013": 6837,
      "b17020_M013": 683,
      "b15003_E001": 98962,
      "b15003_M001": 1430,
      "b15003_E022": 29209,
      "b15003_M022": 1306,
      "b15003_E023": 15262,
      "b15003_M023": 863,
      "b15003_E024": 4834,
      "b15003_M024": 562,
      "b15003_E025": 1877,
      "b15003_M025": 354,
      "c16002_E001": 55291,
      "c16002_M001": 1100,
      "c16002_E004": 3308,
      "c16002_M004": 489,
      "c16002_E007": 1292,
      "c16002_M007": 338,
      "c16002_E010": 450,
      "c16002_M010": 192,
      "c16002_E013": 298,
      "c16002_M013": 207,
      "b22010_E001": 55291,
      "b22010_M001": 1100,
      "b22010_E002": 5396,
      "b22010_M002": 671,
      "b19013_E001": 111586,
      "b19013_M001": 4563
     }
    }
   }
  },
  "0904350": {
   "name": "Sterling School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0904350",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.79,
       "moe": 13.61,
       "numerator": 230,
       "denominator": 799
      },
      "children_with_two_parents_pct": {
       "estimate": 71.21,
       "moe": 18.19,
       "numerator": 569,
       "denominator": 799
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.49,
       "moe": 13.7,
       "numerator": 159,
       "denominator": 448
      },
      "children_below_poverty_pct": {
       "estimate": 28.99,
       "moe": 16.31,
       "numerator": 265,
       "denominator": 914
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.67,
       "moe": 5.31,
       "numerator": 442,
       "denominator": 2367
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.07,
       "numerator": 0,
       "denominator": 1255
      },
      "snap_households_pct": {
       "estimate": 11.79,
       "moe": 4.72,
       "numerator": 148,
       "denominator": 1255
      },
      "median_household_income": {
       "estimate": 86394,
       "moe": 17591.0
      },
      "own_children_under_18": {
       "estimate": 799,
       "moe": 189.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 914,
       "moe": 273.6347931093559
      }
     },
     "lines": {
      "b23008_E001": 799,
      "b23008_M001": 189,
      "b23008_E003": 174,
      "b23008_M003": 114,
      "b23008_E008": 93,
      "b23008_M008": 98,
      "b23008_E016": 395,
      "b23008_M016": 162,
      "b23008_E021": 137,
      "b23008_M021": 72,
      "b11003_E001": 1028,
      "b11003_M001": 84,
      "b11003_E003": 289,
      "b11003_M003": 83,
      "b11003_E010": 28,
      "b11003_M010": 26,
      "b11003_E016": 131,
      "b11003_M016": 68,
      "b17020_E001": 3599,
      "b17020_M001": 14,
      "b17020_E003": 85,
      "b17020_M003": 100,
      "b17020_E004": 41,
      "b17020_M004": 49,
      "b17020_E005": 139,
      "b17020_M005": 127,
      "b17020_E011": 198,
      "b17020_M011": 117,
      "b17020_E012": 84,
      "b17020_M012": 41,
      "b17020_E013": 367,
      "b17020_M013": 176,
      "b15003_E001": 2367,
      "b15003_M001": 153,
      "b15003_E022": 242,
      "b15003_M022": 89,
      "b15003_E023": 183,
      "b15003_M023": 90,
      "b15003_E024": 17,
      "b15003_M024": 20,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 1255,
      "c16002_M001": 83,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1255,
      "b22010_M001": 83,
      "b22010_E002": 148,
      "b22010_M002": 60,
      "b19013_E001": 86394,
      "b19013_M001": 17591
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.85,
       "moe": 14.57,
       "numerator": 205,
       "denominator": 624
      },
      "children_with_two_parents_pct": {
       "estimate": 67.15,
       "moe": 18.96,
       "numerator": 419,
       "denominator": 624
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.99,
       "moe": 19.73,
       "numerator": 135,
       "denominator": 365
      },
      "children_below_poverty_pct": {
       "estimate": 35.34,
       "moe": 16.15,
       "numerator": 287,
       "denominator": 812
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 12.15,
       "moe": 4.48,
       "numerator": 281,
       "denominator": 2313
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.16,
       "numerator": 0,
       "denominator": 1205
      },
      "snap_households_pct": {
       "estimate": 10.62,
       "moe": 5.23,
       "numerator": 128,
       "denominator": 1205
      },
      "median_household_income": {
       "estimate": 82703,
       "moe": 22594.0
      },
      "own_children_under_18": {
       "estimate": 624,
       "moe": 166.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 812,
       "moe": 237.39629314713403
      }
     },
     "lines": {
      "b23008_E001": 624,
      "b23008_M001": 166,
      "b23008_E003": 142,
      "b23008_M003": 89,
      "b23008_E008": 102,
      "b23008_M008": 83,
      "b23008_E016": 277,
      "b23008_M016": 136,
      "b23008_E021": 103,
      "b23008_M021": 66,
      "b11003_E001": 978,
      "b11003_M001": 117,
      "b11003_E003": 230,
      "b11003_M003": 77,
      "b11003_E010": 9,
      "b11003_M010": 15,
      "b11003_E016": 126,
      "b11003_M016": 82,
      "b17020_E001": 3610,
      "b17020_M001": 22,
      "b17020_E003": 84,
      "b17020_M003": 86,
      "b17020_E004": 53,
      "b17020_M004": 62,
      "b17020_E005": 150,
      "b17020_M005": 114,
      "b17020_E011": 194,
      "b17020_M011": 82,
      "b17020_E012": 65,
      "b17020_M012": 41,
      "b17020_E013": 266,
      "b17020_M013": 154,
      "b15003_E001": 2313,
      "b15003_M001": 172,
      "b15003_E022": 188,
      "b15003_M022": 93,
      "b15003_E023": 79,
      "b15003_M023": 46,
      "b15003_E024": 14,
      "b15003_M024": 16,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 1205,
      "c16002_M001": 148,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1205,
      "b22010_M001": 148,
      "b22010_E002": 128,
      "b22010_M002": 65,
      "b19013_E001": 82703,
      "b19013_M001": 22594
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.92,
       "moe": 12.47,
       "numerator": 191,
       "denominator": 684
      },
      "children_with_two_parents_pct": {
       "estimate": 72.08,
       "moe": 17.78,
       "numerator": 493,
       "denominator": 684
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.55,
       "moe": 16.56,
       "numerator": 118,
       "denominator": 374
      },
      "children_below_poverty_pct": {
       "estimate": 32.08,
       "moe": 14.88,
       "numerator": 264,
       "denominator": 823
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 13.97,
       "moe": 4.09,
       "numerator": 340,
       "denominator": 2433
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.2,
       "numerator": 0,
       "denominator": 1272
      },
      "snap_households_pct": {
       "estimate": 9.36,
       "moe": 5.04,
       "numerator": 119,
       "denominator": 1272
      },
      "median_household_income": {
       "estimate": 89167,
       "moe": 23273.0
      },
      "own_children_under_18": {
       "estimate": 684,
       "moe": 206.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 823,
       "moe": 253.2923212416831
      }
     },
     "lines": {
      "b23008_E001": 684,
      "b23008_M001": 206,
      "b23008_E003": 162,
      "b23008_M003": 106,
      "b23008_E008": 108,
      "b23008_M008": 85,
      "b23008_E016": 331,
      "b23008_M016": 160,
      "b23008_E021": 83,
      "b23008_M021": 58,
      "b11003_E001": 1009,
      "b11003_M001": 104,
      "b11003_E003": 256,
      "b11003_M003": 75,
      "b11003_E010": 24,
      "b11003_M010": 28,
      "b11003_E016": 94,
      "b11003_M016": 64,
      "b17020_E001": 3601,
      "b17020_M001": 27,
      "b17020_E003": 77,
      "b17020_M003": 83,
      "b17020_E004": 39,
      "b17020_M004": 44,
      "b17020_E005": 148,
      "b17020_M005": 113,
      "b17020_E011": 206,
      "b17020_M011": 109,
      "b17020_E012": 94,
      "b17020_M012": 69,
      "b17020_E013": 259,
      "b17020_M013": 161,
      "b15003_E001": 2433,
      "b15003_M001": 169,
      "b15003_E022": 206,
      "b15003_M022": 84,
      "b15003_E023": 125,
      "b15003_M023": 55,
      "b15003_E024": 9,
      "b15003_M024": 14,
      "b15003_E025": 0,
      "b15003_M025": 14,
      "c16002_E001": 1272,
      "c16002_M001": 114,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1272,
      "b22010_M001": 114,
      "b22010_E002": 119,
      "b22010_M002": 65,
      "b19013_E001": 89167,
      "b19013_M001": 23273
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.54,
       "moe": 10.43,
       "numerator": 177,
       "denominator": 752
      },
      "children_with_two_parents_pct": {
       "estimate": 76.46,
       "moe": 22.2,
       "numerator": 575,
       "denominator": 752
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.88,
       "moe": 14.17,
       "numerator": 107,
       "denominator": 448
      },
      "children_below_poverty_pct": {
       "estimate": 15.71,
       "moe": 9.51,
       "numerator": 129,
       "denominator": 821
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 18.02,
       "moe": 5.5,
       "numerator": 443,
       "denominator": 2458
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.29,
       "numerator": 0,
       "denominator": 1225
      },
      "snap_households_pct": {
       "estimate": 9.06,
       "moe": 5.13,
       "numerator": 111,
       "denominator": 1225
      },
      "median_household_income": {
       "estimate": 102695,
       "moe": 11817.0
      },
      "own_children_under_18": {
       "estimate": 752,
       "moe": 206.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 821,
       "moe": 272.6884669361724
      }
     },
     "lines": {
      "b23008_E001": 752,
      "b23008_M001": 206,
      "b23008_E003": 170,
      "b23008_M003": 109,
      "b23008_E008": 95,
      "b23008_M008": 74,
      "b23008_E016": 405,
      "b23008_M016": 202,
      "b23008_E021": 82,
      "b23008_M021": 55,
      "b11003_E001": 955,
      "b11003_M001": 89,
      "b11003_E003": 341,
      "b11003_M003": 104,
      "b11003_E010": 12,
      "b11003_M010": 21,
      "b11003_E016": 95,
      "b11003_M016": 67,
      "b17020_E001": 3622,
      "b17020_M001": 21,
      "b17020_E003": 52,
      "b17020_M003": 61,
      "b17020_E004": 30,
      "b17020_M004": 36,
      "b17020_E005": 47,
      "b17020_M005": 54,
      "b17020_E011": 224,
      "b17020_M011": 124,
      "b17020_E012": 140,
      "b17020_M012": 95,
      "b17020_E013": 328,
      "b17020_M013": 205,
      "b15003_E001": 2458,
      "b15003_M001": 187,
      "b15003_E022": 286,
      "b15003_M022": 119,
      "b15003_E023": 149,
      "b15003_M023": 70,
      "b15003_E024": 8,
      "b15003_M024": 12,
      "b15003_E025": 0,
      "b15003_M025": 14,
      "c16002_E001": 1225,
      "c16002_M001": 132,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1225,
      "b22010_M001": 132,
      "b22010_E002": 111,
      "b22010_M002": 64,
      "b19013_E001": 102695,
      "b19013_M001": 11817
     }
    }
   }
  },
  "0904380": {
   "name": "Stonington School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904380",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.8,
       "moe": 9.18,
       "numerator": 1088,
       "denominator": 3219
      },
      "children_with_two_parents_pct": {
       "estimate": 66.2,
       "moe": 8.11,
       "numerator": 2131,
       "denominator": 3219
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.09,
       "moe": 8.1,
       "numerator": 634,
       "denominator": 2039
      },
      "children_below_poverty_pct": {
       "estimate": 10.63,
       "moe": 5.04,
       "numerator": 349,
       "denominator": 3282
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.62,
       "moe": 4.38,
       "numerator": 7001,
       "denominator": 14108
      },
      "limited_english_households_pct": {
       "estimate": 1.07,
       "moe": 0.66,
       "numerator": 89,
       "denominator": 8324
      },
      "snap_households_pct": {
       "estimate": 6.07,
       "moe": 1.32,
       "numerator": 505,
       "denominator": 8324
      },
      "median_household_income": {
       "estimate": 90718,
       "moe": 6957.0
      },
      "own_children_under_18": {
       "estimate": 3219,
       "moe": 337.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3282,
       "moe": 457.5663886257381
      }
     },
     "lines": {
      "b23008_E001": 3219,
      "b23008_M001": 337,
      "b23008_E003": 616,
      "b23008_M003": 179,
      "b23008_E008": 419,
      "b23008_M008": 188,
      "b23008_E016": 1515,
      "b23008_M016": 293,
      "b23008_E021": 669,
      "b23008_M021": 255,
      "b11003_E001": 5385,
      "b11003_M001": 237,
      "b11003_E003": 1405,
      "b11003_M003": 318,
      "b11003_E010": 188,
      "b11003_M010": 107,
      "b11003_E016": 446,
      "b11003_M016": 172,
      "b17020_E001": 18088,
      "b17020_M001": 113,
      "b17020_E003": 176,
      "b17020_M003": 129,
      "b17020_E004": 121,
      "b17020_M004": 102,
      "b17020_E005": 52,
      "b17020_M005": 52,
      "b17020_E011": 874,
      "b17020_M011": 240,
      "b17020_E012": 925,
      "b17020_M012": 247,
      "b17020_E013": 1134,
      "b17020_M013": 247,
      "b15003_E001": 14108,
      "b15003_M001": 310,
      "b15003_E022": 3715,
      "b15003_M022": 457,
      "b15003_E023": 2459,
      "b15003_M023": 419,
      "b15003_E024": 440,
      "b15003_M024": 108,
      "b15003_E025": 387,
      "b15003_M025": 98,
      "c16002_E001": 8324,
      "c16002_M001": 279,
      "c16002_E004": 23,
      "c16002_M004": 34,
      "c16002_E007": 31,
      "c16002_M007": 26,
      "c16002_E010": 26,
      "c16002_M010": 31,
      "c16002_E013": 9,
      "c16002_M013": 15,
      "b22010_E001": 8324,
      "b22010_M001": 279,
      "b22010_E002": 505,
      "b22010_M002": 111,
      "b19013_E001": 90718,
      "b19013_M001": 6957
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.97,
       "moe": 8.36,
       "numerator": 1083,
       "denominator": 3285
      },
      "children_with_two_parents_pct": {
       "estimate": 67.03,
       "moe": 7.19,
       "numerator": 2202,
       "denominator": 3285
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.19,
       "moe": 8.17,
       "numerator": 615,
       "denominator": 1972
      },
      "children_below_poverty_pct": {
       "estimate": 9.59,
       "moe": 5.46,
       "numerator": 317,
       "denominator": 3307
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 50.48,
       "moe": 3.97,
       "numerator": 7193,
       "denominator": 14249
      },
      "limited_english_households_pct": {
       "estimate": 0.82,
       "moe": 0.62,
       "numerator": 68,
       "denominator": 8323
      },
      "snap_households_pct": {
       "estimate": 5.59,
       "moe": 1.51,
       "numerator": 465,
       "denominator": 8323
      },
      "median_household_income": {
       "estimate": 102174,
       "moe": 8172.0
      },
      "own_children_under_18": {
       "estimate": 3285,
       "moe": 269.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3307,
       "moe": 429.32738091111776
      }
     },
     "lines": {
      "b23008_E001": 3285,
      "b23008_M001": 269,
      "b23008_E003": 674,
      "b23008_M003": 171,
      "b23008_E008": 360,
      "b23008_M008": 173,
      "b23008_E016": 1528,
      "b23008_M016": 243,
      "b23008_E021": 723,
      "b23008_M021": 231,
      "b11003_E001": 5257,
      "b11003_M001": 287,
      "b11003_E003": 1357,
      "b11003_M003": 263,
      "b11003_E010": 210,
      "b11003_M010": 103,
      "b11003_E016": 405,
      "b11003_M016": 160,
      "b17020_E001": 18045,
      "b17020_M001": 36,
      "b17020_E003": 148,
      "b17020_M003": 130,
      "b17020_E004": 124,
      "b17020_M004": 123,
      "b17020_E005": 45,
      "b17020_M005": 47,
      "b17020_E011": 901,
      "b17020_M011": 208,
      "b17020_E012": 968,
      "b17020_M012": 238,
      "b17020_E013": 1121,
      "b17020_M013": 224,
      "b15003_E001": 14249,
      "b15003_M001": 278,
      "b15003_E022": 4005,
      "b15003_M022": 374,
      "b15003_E023": 2447,
      "b15003_M023": 422,
      "b15003_E024": 426,
      "b15003_M024": 115,
      "b15003_E025": 315,
      "b15003_M025": 90,
      "c16002_E001": 8323,
      "c16002_M001": 323,
      "c16002_E004": 20,
      "c16002_M004": 30,
      "c16002_E007": 27,
      "c16002_M007": 24,
      "c16002_E010": 21,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8323,
      "b22010_M001": 323,
      "b22010_E002": 465,
      "b22010_M002": 127,
      "b19013_E001": 102174,
      "b19013_M001": 8172
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.82,
       "moe": 8.54,
       "numerator": 942,
       "denominator": 3268
      },
      "children_with_two_parents_pct": {
       "estimate": 71.18,
       "moe": 6.76,
       "numerator": 2326,
       "denominator": 3268
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.48,
       "moe": 8.54,
       "numerator": 590,
       "denominator": 1936
      },
      "children_below_poverty_pct": {
       "estimate": 9.48,
       "moe": 5.01,
       "numerator": 312,
       "denominator": 3292
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 51.68,
       "moe": 4.33,
       "numerator": 7375,
       "denominator": 14271
      },
      "limited_english_households_pct": {
       "estimate": 1.09,
       "moe": 0.81,
       "numerator": 91,
       "denominator": 8364
      },
      "snap_households_pct": {
       "estimate": 5.28,
       "moe": 1.61,
       "numerator": 442,
       "denominator": 8364
      },
      "median_household_income": {
       "estimate": 108922,
       "moe": 6752.0
      },
      "own_children_under_18": {
       "estimate": 3268,
       "moe": 297.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3292,
       "moe": 444.8269326378519
      }
     },
     "lines": {
      "b23008_E001": 3268,
      "b23008_M001": 297,
      "b23008_E003": 703,
      "b23008_M003": 192,
      "b23008_E008": 268,
      "b23008_M008": 162,
      "b23008_E016": 1623,
      "b23008_M016": 238,
      "b23008_E021": 674,
      "b23008_M021": 243,
      "b11003_E001": 5211,
      "b11003_M001": 284,
      "b11003_E003": 1346,
      "b11003_M003": 256,
      "b11003_E010": 178,
      "b11003_M010": 109,
      "b11003_E016": 412,
      "b11003_M016": 158,
      "b17020_E001": 18103,
      "b17020_M001": 36,
      "b17020_E003": 136,
      "b17020_M003": 126,
      "b17020_E004": 123,
      "b17020_M004": 105,
      "b17020_E005": 53,
      "b17020_M005": 45,
      "b17020_E011": 848,
      "b17020_M011": 214,
      "b17020_E012": 986,
      "b17020_M012": 218,
      "b17020_E013": 1146,
      "b17020_M013": 275,
      "b15003_E001": 14271,
      "b15003_M001": 309,
      "b15003_E022": 3995,
      "b15003_M022": 443,
      "b15003_E023": 2588,
      "b15003_M023": 434,
      "b15003_E024": 420,
      "b15003_M024": 119,
      "b15003_E025": 372,
      "b15003_M025": 92,
      "c16002_E001": 8364,
      "c16002_M001": 338,
      "c16002_E004": 35,
      "c16002_M004": 50,
      "c16002_E007": 32,
      "c16002_M007": 27,
      "c16002_E010": 24,
      "c16002_M010": 30,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8364,
      "b22010_M001": 338,
      "b22010_E002": 442,
      "b22010_M002": 136,
      "b19013_E001": 108922,
      "b19013_M001": 6752
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.56,
       "moe": 9.95,
       "numerator": 993,
       "denominator": 2959
      },
      "children_with_two_parents_pct": {
       "estimate": 66.44,
       "moe": 8.88,
       "numerator": 1966,
       "denominator": 2959
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.65,
       "moe": 7.93,
       "numerator": 596,
       "denominator": 1883
      },
      "children_below_poverty_pct": {
       "estimate": 11.84,
       "moe": 5.66,
       "numerator": 352,
       "denominator": 2972
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.38,
       "moe": 4.13,
       "numerator": 7856,
       "denominator": 14717
      },
      "limited_english_households_pct": {
       "estimate": 1.11,
       "moe": 0.76,
       "numerator": 97,
       "denominator": 8702
      },
      "snap_households_pct": {
       "estimate": 6.03,
       "moe": 1.6,
       "numerator": 525,
       "denominator": 8702
      },
      "median_household_income": {
       "estimate": 114797,
       "moe": 11865.0
      },
      "own_children_under_18": {
       "estimate": 2959,
       "moe": 345.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2972,
       "moe": 420.760026618499
      }
     },
     "lines": {
      "b23008_E001": 2959,
      "b23008_M001": 345,
      "b23008_E003": 618,
      "b23008_M003": 192,
      "b23008_E008": 223,
      "b23008_M008": 151,
      "b23008_E016": 1348,
      "b23008_M016": 291,
      "b23008_E021": 770,
      "b23008_M021": 278,
      "b11003_E001": 5334,
      "b11003_M001": 320,
      "b11003_E003": 1287,
      "b11003_M003": 308,
      "b11003_E010": 151,
      "b11003_M010": 97,
      "b11003_E016": 445,
      "b11003_M016": 161,
      "b17020_E001": 18193,
      "b17020_M001": 30,
      "b17020_E003": 140,
      "b17020_M003": 127,
      "b17020_E004": 125,
      "b17020_M004": 102,
      "b17020_E005": 87,
      "b17020_M005": 65,
      "b17020_E011": 712,
      "b17020_M011": 210,
      "b17020_E012": 929,
      "b17020_M012": 210,
      "b17020_E013": 979,
      "b17020_M013": 241,
      "b15003_E001": 14717,
      "b15003_M001": 308,
      "b15003_E022": 4360,
      "b15003_M022": 460,
      "b15003_E023": 2635,
      "b15003_M023": 402,
      "b15003_E024": 501,
      "b15003_M024": 109,
      "b15003_E025": 360,
      "b15003_M025": 106,
      "c16002_E001": 8702,
      "c16002_M001": 322,
      "c16002_E004": 36,
      "c16002_M004": 47,
      "c16002_E007": 52,
      "c16002_M007": 39,
      "c16002_E010": 9,
      "c16002_M010": 15,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8702,
      "b22010_M001": 322,
      "b22010_E002": 525,
      "b22010_M002": 141,
      "b19013_E001": 114797,
      "b19013_M001": 11865
     }
    }
   }
  },
  "0904440": {
   "name": "Stratford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904440",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.38,
       "moe": 5.86,
       "numerator": 3328,
       "denominator": 9680
      },
      "children_with_two_parents_pct": {
       "estimate": 65.62,
       "moe": 4.65,
       "numerator": 6352,
       "denominator": 9680
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.64,
       "moe": 5.99,
       "numerator": 1694,
       "denominator": 5035
      },
      "children_below_poverty_pct": {
       "estimate": 9.96,
       "moe": 2.62,
       "numerator": 989,
       "denominator": 9929
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.08,
       "moe": 2.1,
       "numerator": 12826,
       "denominator": 37638
      },
      "limited_english_households_pct": {
       "estimate": 3.47,
       "moe": 1.31,
       "numerator": 700,
       "denominator": 20187
      },
      "snap_households_pct": {
       "estimate": 9.51,
       "moe": 1.4,
       "numerator": 1919,
       "denominator": 20187
      },
      "median_household_income": {
       "estimate": 86113,
       "moe": 5539.0
      },
      "own_children_under_18": {
       "estimate": 9680,
       "moe": 584.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9929,
       "moe": 781.2957186622745
      }
     },
     "lines": {
      "b23008_E001": 9680,
      "b23008_M001": 584,
      "b23008_E003": 2095,
      "b23008_M003": 390,
      "b23008_E008": 746,
      "b23008_M008": 262,
      "b23008_E016": 4257,
      "b23008_M016": 444,
      "b23008_E021": 2582,
      "b23008_M021": 542,
      "b11003_E001": 13849,
      "b11003_M001": 440,
      "b11003_E003": 3341,
      "b11003_M003": 346,
      "b11003_E010": 306,
      "b11003_M010": 139,
      "b11003_E016": 1388,
      "b11003_M016": 314,
      "b17020_E001": 51962,
      "b17020_M001": 155,
      "b17020_E003": 185,
      "b17020_M003": 95,
      "b17020_E004": 336,
      "b17020_M004": 177,
      "b17020_E005": 468,
      "b17020_M005": 182,
      "b17020_E011": 2656,
      "b17020_M011": 416,
      "b17020_E012": 2876,
      "b17020_M012": 433,
      "b17020_E013": 3408,
      "b17020_M013": 420,
      "b15003_E001": 37638,
      "b15003_M001": 694,
      "b15003_E022": 7656,
      "b15003_M022": 589,
      "b15003_E023": 4019,
      "b15003_M023": 534,
      "b15003_E024": 824,
      "b15003_M024": 198,
      "b15003_E025": 327,
      "b15003_M025": 104,
      "c16002_E001": 20187,
      "c16002_M001": 574,
      "c16002_E004": 394,
      "c16002_M004": 228,
      "c16002_E007": 285,
      "c16002_M007": 128,
      "c16002_E010": 21,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 20187,
      "b22010_M001": 574,
      "b22010_E002": 1919,
      "b22010_M002": 288,
      "b19013_E001": 86113,
      "b19013_M001": 5539
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.78,
       "moe": 4.22,
       "numerator": 2664,
       "denominator": 8947
      },
      "children_with_two_parents_pct": {
       "estimate": 70.22,
       "moe": 4.09,
       "numerator": 6283,
       "denominator": 8947
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.73,
       "moe": 6.24,
       "numerator": 1406,
       "denominator": 4576
      },
      "children_below_poverty_pct": {
       "estimate": 8.0,
       "moe": 1.94,
       "numerator": 733,
       "denominator": 9167
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.49,
       "moe": 2.3,
       "numerator": 14699,
       "denominator": 39205
      },
      "limited_english_households_pct": {
       "estimate": 2.72,
       "moe": 0.75,
       "numerator": 566,
       "denominator": 20821
      },
      "snap_households_pct": {
       "estimate": 9.01,
       "moe": 1.44,
       "numerator": 1875,
       "denominator": 20821
      },
      "median_household_income": {
       "estimate": 91025,
       "moe": 6906.0
      },
      "own_children_under_18": {
       "estimate": 8947,
       "moe": 545.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9167,
       "moe": 691.3573605596457
      }
     },
     "lines": {
      "b23008_E001": 8947,
      "b23008_M001": 545,
      "b23008_E003": 2016,
      "b23008_M003": 316,
      "b23008_E008": 620,
      "b23008_M008": 189,
      "b23008_E016": 4267,
      "b23008_M016": 425,
      "b23008_E021": 2044,
      "b23008_M021": 365,
      "b11003_E001": 13628,
      "b11003_M001": 494,
      "b11003_E003": 3170,
      "b11003_M003": 267,
      "b11003_E010": 248,
      "b11003_M010": 115,
      "b11003_E016": 1158,
      "b11003_M016": 290,
      "b17020_E001": 52102,
      "b17020_M001": 79,
      "b17020_E003": 126,
      "b17020_M003": 65,
      "b17020_E004": 260,
      "b17020_M004": 112,
      "b17020_E005": 347,
      "b17020_M005": 134,
      "b17020_E011": 2517,
      "b17020_M011": 332,
      "b17020_E012": 2651,
      "b17020_M012": 415,
      "b17020_E013": 3266,
      "b17020_M013": 401,
      "b15003_E001": 39205,
      "b15003_M001": 639,
      "b15003_E022": 8544,
      "b15003_M022": 710,
      "b15003_E023": 4612,
      "b15003_M023": 519,
      "b15003_E024": 1135,
      "b15003_M024": 266,
      "b15003_E025": 408,
      "b15003_M025": 158,
      "c16002_E001": 20821,
      "c16002_M001": 605,
      "c16002_E004": 163,
      "c16002_M004": 80,
      "c16002_E007": 401,
      "c16002_M007": 131,
      "c16002_E010": 2,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 31,
      "b22010_E001": 20821,
      "b22010_M001": 605,
      "b22010_E002": 1875,
      "b22010_M002": 305,
      "b19013_E001": 91025,
      "b19013_M001": 6906
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 32.78,
       "moe": 4.66,
       "numerator": 2924,
       "denominator": 8921
      },
      "children_with_two_parents_pct": {
       "estimate": 67.22,
       "moe": 4.87,
       "numerator": 5997,
       "denominator": 8921
      },
      "one_parent_families_with_children_pct": {
       "estimate": 31.76,
       "moe": 6.23,
       "numerator": 1433,
       "denominator": 4512
      },
      "children_below_poverty_pct": {
       "estimate": 8.47,
       "moe": 2.91,
       "numerator": 775,
       "denominator": 9151
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.5,
       "moe": 2.23,
       "numerator": 14560,
       "denominator": 38823
      },
      "limited_english_households_pct": {
       "estimate": 2.64,
       "moe": 0.85,
       "numerator": 545,
       "denominator": 20679
      },
      "snap_households_pct": {
       "estimate": 10.94,
       "moe": 1.66,
       "numerator": 2262,
       "denominator": 20679
      },
      "median_household_income": {
       "estimate": 93820,
       "moe": 6936.0
      },
      "own_children_under_18": {
       "estimate": 8921,
       "moe": 660.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9151,
       "moe": 728.3563688195497
      }
     },
     "lines": {
      "b23008_E001": 8921,
      "b23008_M001": 660,
      "b23008_E003": 1895,
      "b23008_M003": 390,
      "b23008_E008": 885,
      "b23008_M008": 277,
      "b23008_E016": 4102,
      "b23008_M016": 483,
      "b23008_E021": 2039,
      "b23008_M021": 378,
      "b11003_E001": 13892,
      "b11003_M001": 556,
      "b11003_E003": 3079,
      "b11003_M003": 285,
      "b11003_E010": 305,
      "b11003_M010": 144,
      "b11003_E016": 1128,
      "b11003_M016": 276,
      "b17020_E001": 52101,
      "b17020_M001": 75,
      "b17020_E003": 127,
      "b17020_M003": 80,
      "b17020_E004": 422,
      "b17020_M004": 240,
      "b17020_E005": 226,
      "b17020_M005": 103,
      "b17020_E011": 2659,
      "b17020_M011": 374,
      "b17020_E012": 2571,
      "b17020_M012": 377,
      "b17020_E013": 3146,
      "b17020_M013": 417,
      "b15003_E001": 38823,
      "b15003_M001": 745,
      "b15003_E022": 8300,
      "b15003_M022": 670,
      "b15003_E023": 4789,
      "b15003_M023": 538,
      "b15003_E024": 1044,
      "b15003_M024": 252,
      "b15003_E025": 427,
      "b15003_M025": 158,
      "c16002_E001": 20679,
      "c16002_M001": 632,
      "c16002_E004": 222,
      "c16002_M004": 123,
      "c16002_E007": 321,
      "c16002_M007": 121,
      "c16002_E010": 2,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 20679,
      "b22010_M001": 632,
      "b22010_E002": 2262,
      "b22010_M002": 351,
      "b19013_E001": 93820,
      "b19013_M001": 6936
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.93,
       "moe": 4.63,
       "numerator": 2866,
       "denominator": 9267
      },
      "children_with_two_parents_pct": {
       "estimate": 69.07,
       "moe": 5.17,
       "numerator": 6401,
       "denominator": 9267
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.13,
       "moe": 5.7,
       "numerator": 1443,
       "denominator": 4789
      },
      "children_below_poverty_pct": {
       "estimate": 8.64,
       "moe": 2.52,
       "numerator": 819,
       "denominator": 9480
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.74,
       "moe": 2.38,
       "numerator": 14595,
       "denominator": 38673
      },
      "limited_english_households_pct": {
       "estimate": 2.75,
       "moe": 0.95,
       "numerator": 566,
       "denominator": 20613
      },
      "snap_households_pct": {
       "estimate": 11.33,
       "moe": 1.74,
       "numerator": 2336,
       "denominator": 20613
      },
      "median_household_income": {
       "estimate": 95815,
       "moe": 6955.0
      },
      "own_children_under_18": {
       "estimate": 9267,
       "moe": 607.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9480,
       "moe": 720.231212875421
      }
     },
     "lines": {
      "b23008_E001": 9267,
      "b23008_M001": 607,
      "b23008_E003": 1892,
      "b23008_M003": 315,
      "b23008_E008": 743,
      "b23008_M008": 255,
      "b23008_E016": 4509,
      "b23008_M016": 553,
      "b23008_E021": 2123,
      "b23008_M021": 393,
      "b11003_E001": 13916,
      "b11003_M001": 470,
      "b11003_E003": 3346,
      "b11003_M003": 339,
      "b11003_E010": 389,
      "b11003_M010": 177,
      "b11003_E016": 1054,
      "b11003_M016": 249,
      "b17020_E001": 52463,
      "b17020_M001": 99,
      "b17020_E003": 132,
      "b17020_M003": 97,
      "b17020_E004": 405,
      "b17020_M004": 195,
      "b17020_E005": 282,
      "b17020_M005": 116,
      "b17020_E011": 2510,
      "b17020_M011": 371,
      "b17020_E012": 2674,
      "b17020_M012": 369,
      "b17020_E013": 3477,
      "b17020_M013": 429,
      "b15003_E001": 38673,
      "b15003_M001": 727,
      "b15003_E022": 8505,
      "b15003_M022": 738,
      "b15003_E023": 4642,
      "b15003_M023": 536,
      "b15003_E024": 1043,
      "b15003_M024": 263,
      "b15003_E025": 405,
      "b15003_M025": 156,
      "c16002_E001": 20613,
      "c16002_M001": 591,
      "c16002_E004": 287,
      "c16002_M004": 156,
      "c16002_E007": 229,
      "c16002_M007": 104,
      "c16002_E010": 50,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 20613,
      "b22010_M001": 591,
      "b22010_E002": 2336,
      "b22010_M002": 364,
      "b19013_E001": 95815,
      "b19013_M001": 6955
     }
    }
   }
  },
  "0904470": {
   "name": "Suffield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904470",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.96,
       "moe": 8.07,
       "numerator": 610,
       "denominator": 2546
      },
      "children_with_two_parents_pct": {
       "estimate": 76.04,
       "moe": 8.24,
       "numerator": 1936,
       "denominator": 2546
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.85,
       "moe": 11.1,
       "numerator": 440,
       "denominator": 1474
      },
      "children_below_poverty_pct": {
       "estimate": 2.19,
       "moe": 3.53,
       "numerator": 58,
       "denominator": 2645
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.93,
       "moe": 3.03,
       "numerator": 4724,
       "denominator": 11542
      },
      "limited_english_households_pct": {
       "estimate": 0.69,
       "moe": 0.98,
       "numerator": 36,
       "denominator": 5209
      },
      "snap_households_pct": {
       "estimate": 1.67,
       "moe": 0.97,
       "numerator": 87,
       "denominator": 5209
      },
      "median_household_income": {
       "estimate": 115965,
       "moe": 10408.0
      },
      "own_children_under_18": {
       "estimate": 2546,
       "moe": 353.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2645,
       "moe": 388.4070030264645
      }
     },
     "lines": {
      "b23008_E001": 2546,
      "b23008_M001": 353,
      "b23008_E003": 535,
      "b23008_M003": 182,
      "b23008_E008": 50,
      "b23008_M008": 43,
      "b23008_E016": 1401,
      "b23008_M016": 288,
      "b23008_E021": 560,
      "b23008_M021": 218,
      "b11003_E001": 3986,
      "b11003_M001": 192,
      "b11003_E003": 1034,
      "b11003_M003": 180,
      "b11003_E010": 150,
      "b11003_M010": 110,
      "b11003_E016": 290,
      "b11003_M016": 143,
      "b17020_E001": 13594,
      "b17020_M001": 261,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 58,
      "b17020_M004": 89,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 604,
      "b17020_M011": 186,
      "b17020_E012": 801,
      "b17020_M012": 206,
      "b17020_E013": 1182,
      "b17020_M013": 255,
      "b15003_E001": 11542,
      "b15003_M001": 439,
      "b15003_E022": 2728,
      "b15003_M022": 270,
      "b15003_E023": 1534,
      "b15003_M023": 250,
      "b15003_E024": 317,
      "b15003_M024": 126,
      "b15003_E025": 145,
      "b15003_M025": 60,
      "c16002_E001": 5209,
      "c16002_M001": 292,
      "c16002_E004": 21,
      "c16002_M004": 33,
      "c16002_E007": 15,
      "c16002_M007": 25,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5209,
      "b22010_M001": 292,
      "b22010_E002": 87,
      "b22010_M002": 51,
      "b19013_E001": 115965,
      "b19013_M001": 10408
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.91,
       "moe": 8.33,
       "numerator": 563,
       "denominator": 2570
      },
      "children_with_two_parents_pct": {
       "estimate": 78.09,
       "moe": 10.12,
       "numerator": 2007,
       "denominator": 2570
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.02,
       "moe": 10.05,
       "numerator": 371,
       "denominator": 1426
      },
      "children_below_poverty_pct": {
       "estimate": 3.5,
       "moe": 3.76,
       "numerator": 94,
       "denominator": 2687
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.96,
       "moe": 3.76,
       "numerator": 4774,
       "denominator": 11377
      },
      "limited_english_households_pct": {
       "estimate": 0.94,
       "moe": 1.23,
       "numerator": 50,
       "denominator": 5307
      },
      "snap_households_pct": {
       "estimate": 2.51,
       "moe": 1.54,
       "numerator": 133,
       "denominator": 5307
      },
      "median_household_income": {
       "estimate": 121141,
       "moe": 11057.0
      },
      "own_children_under_18": {
       "estimate": 2570,
       "moe": 333.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2687,
       "moe": 385.28820381631203
      }
     },
     "lines": {
      "b23008_E001": 2570,
      "b23008_M001": 333,
      "b23008_E003": 564,
      "b23008_M003": 198,
      "b23008_E008": 46,
      "b23008_M008": 38,
      "b23008_E016": 1443,
      "b23008_M016": 310,
      "b23008_E021": 517,
      "b23008_M021": 223,
      "b11003_E001": 3929,
      "b11003_M001": 230,
      "b11003_E003": 1055,
      "b11003_M003": 173,
      "b11003_E010": 108,
      "b11003_M010": 94,
      "b11003_E016": 263,
      "b11003_M016": 124,
      "b17020_E001": 13863,
      "b17020_M001": 87,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 76,
      "b17020_M004": 96,
      "b17020_E005": 18,
      "b17020_M005": 27,
      "b17020_E011": 631,
      "b17020_M011": 204,
      "b17020_E012": 902,
      "b17020_M012": 213,
      "b17020_E013": 1060,
      "b17020_M013": 226,
      "b15003_E001": 11377,
      "b15003_M001": 397,
      "b15003_E022": 2880,
      "b15003_M022": 337,
      "b15003_E023": 1438,
      "b15003_M023": 266,
      "b15003_E024": 296,
      "b15003_M024": 151,
      "b15003_E025": 160,
      "b15003_M025": 60,
      "c16002_E001": 5307,
      "c16002_M001": 261,
      "c16002_E004": 35,
      "c16002_M004": 53,
      "c16002_E007": 15,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5307,
      "b22010_M001": 261,
      "b22010_E002": 133,
      "b22010_M002": 82,
      "b19013_E001": 121141,
      "b19013_M001": 11057
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.54,
       "moe": 6.57,
       "numerator": 458,
       "denominator": 2470
      },
      "children_with_two_parents_pct": {
       "estimate": 81.46,
       "moe": 9.58,
       "numerator": 2012,
       "denominator": 2470
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.06,
       "moe": 7.66,
       "numerator": 302,
       "denominator": 1369
      },
      "children_below_poverty_pct": {
       "estimate": 3.55,
       "moe": 3.02,
       "numerator": 90,
       "denominator": 2538
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.19,
       "moe": 3.59,
       "numerator": 4564,
       "denominator": 11357
      },
      "limited_english_households_pct": {
       "estimate": 1.41,
       "moe": 1.15,
       "numerator": 75,
       "denominator": 5326
      },
      "snap_households_pct": {
       "estimate": 3.04,
       "moe": 1.74,
       "numerator": 162,
       "denominator": 5326
      },
      "median_household_income": {
       "estimate": 125352,
       "moe": 16356.0
      },
      "own_children_under_18": {
       "estimate": 2470,
       "moe": 351.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2538,
       "moe": 388.4057157148952
      }
     },
     "lines": {
      "b23008_E001": 2470,
      "b23008_M001": 351,
      "b23008_E003": 533,
      "b23008_M003": 213,
      "b23008_E008": 89,
      "b23008_M008": 73,
      "b23008_E016": 1479,
      "b23008_M016": 304,
      "b23008_E021": 369,
      "b23008_M021": 159,
      "b11003_E001": 3850,
      "b11003_M001": 212,
      "b11003_E003": 1067,
      "b11003_M003": 184,
      "b11003_E010": 96,
      "b11003_M010": 59,
      "b11003_E016": 206,
      "b11003_M016": 99,
      "b17020_E001": 13845,
      "b17020_M001": 70,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 72,
      "b17020_M004": 70,
      "b17020_E005": 18,
      "b17020_M005": 27,
      "b17020_E011": 636,
      "b17020_M011": 224,
      "b17020_E012": 860,
      "b17020_M012": 218,
      "b17020_E013": 952,
      "b17020_M013": 217,
      "b15003_E001": 11357,
      "b15003_M001": 316,
      "b15003_E022": 2858,
      "b15003_M022": 316,
      "b15003_E023": 1196,
      "b15003_M023": 233,
      "b15003_E024": 345,
      "b15003_M024": 153,
      "b15003_E025": 165,
      "b15003_M025": 71,
      "c16002_E001": 5326,
      "c16002_M001": 270,
      "c16002_E004": 23,
      "c16002_M004": 36,
      "c16002_E007": 42,
      "c16002_M007": 41,
      "c16002_E010": 10,
      "c16002_M010": 18,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5326,
      "b22010_M001": 270,
      "b22010_E002": 162,
      "b22010_M002": 93,
      "b19013_E001": 125352,
      "b19013_M001": 16356
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.79,
       "moe": 5.18,
       "numerator": 337,
       "denominator": 2444
      },
      "children_with_two_parents_pct": {
       "estimate": 86.21,
       "moe": 3.79,
       "numerator": 2107,
       "denominator": 2444
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.92,
       "moe": 6.08,
       "numerator": 178,
       "denominator": 1279
      },
      "children_below_poverty_pct": {
       "estimate": 6.46,
       "moe": 3.91,
       "numerator": 164,
       "denominator": 2540
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.37,
       "moe": 3.35,
       "numerator": 4666,
       "denominator": 11559
      },
      "limited_english_households_pct": {
       "estimate": 2.1,
       "moe": 1.37,
       "numerator": 111,
       "denominator": 5297
      },
      "snap_households_pct": {
       "estimate": 3.36,
       "moe": 1.79,
       "numerator": 178,
       "denominator": 5297
      },
      "median_household_income": {
       "estimate": 119472,
       "moe": 12973.0
      },
      "own_children_under_18": {
       "estimate": 2444,
       "moe": 322.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2540,
       "moe": 336.986646619714
      }
     },
     "lines": {
      "b23008_E001": 2444,
      "b23008_M001": 322,
      "b23008_E003": 640,
      "b23008_M003": 173,
      "b23008_E008": 96,
      "b23008_M008": 81,
      "b23008_E016": 1467,
      "b23008_M016": 236,
      "b23008_E021": 241,
      "b23008_M021": 107,
      "b11003_E001": 3834,
      "b11003_M001": 231,
      "b11003_E003": 1101,
      "b11003_M003": 162,
      "b11003_E010": 25,
      "b11003_M010": 30,
      "b11003_E016": 153,
      "b11003_M016": 76,
      "b17020_E001": 13883,
      "b17020_M001": 93,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 107,
      "b17020_M004": 87,
      "b17020_E005": 57,
      "b17020_M005": 48,
      "b17020_E011": 757,
      "b17020_M011": 193,
      "b17020_E012": 825,
      "b17020_M012": 189,
      "b17020_E013": 794,
      "b17020_M013": 174,
      "b15003_E001": 11559,
      "b15003_M001": 378,
      "b15003_E022": 2905,
      "b15003_M022": 285,
      "b15003_E023": 1315,
      "b15003_M023": 272,
      "b15003_E024": 261,
      "b15003_M024": 108,
      "b15003_E025": 185,
      "b15003_M025": 78,
      "c16002_E001": 5297,
      "c16002_M001": 273,
      "c16002_E004": 31,
      "c16002_M004": 45,
      "c16002_E007": 57,
      "c16002_M007": 47,
      "c16002_E010": 23,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5297,
      "b22010_M001": 273,
      "b22010_E002": 178,
      "b22010_M002": 95,
      "b19013_E001": 119472,
      "b19013_M001": 12973
     }
    }
   }
  },
  "0904500": {
   "name": "Thomaston School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904500",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.12,
       "moe": 9.57,
       "numerator": 301,
       "denominator": 1574
      },
      "children_with_two_parents_pct": {
       "estimate": 80.88,
       "moe": 10.72,
       "numerator": 1273,
       "denominator": 1574
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.79,
       "moe": 10.42,
       "numerator": 114,
       "denominator": 771
      },
      "children_below_poverty_pct": {
       "estimate": 1.71,
       "moe": 1.68,
       "numerator": 27,
       "denominator": 1583
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.68,
       "moe": 5.33,
       "numerator": 1758,
       "denominator": 5220
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.24,
       "numerator": 0,
       "denominator": 3071
      },
      "snap_households_pct": {
       "estimate": 7.36,
       "moe": 3.54,
       "numerator": 226,
       "denominator": 3071
      },
      "median_household_income": {
       "estimate": 81013,
       "moe": 17503.0
      },
      "own_children_under_18": {
       "estimate": 1574,
       "moe": 288.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1583,
       "moe": 324.48882877535243
      }
     },
     "lines": {
      "b23008_E001": 1574,
      "b23008_M001": 288,
      "b23008_E003": 393,
      "b23008_M003": 160,
      "b23008_E008": 53,
      "b23008_M008": 54,
      "b23008_E016": 880,
      "b23008_M016": 239,
      "b23008_E021": 248,
      "b23008_M021": 151,
      "b11003_E001": 1981,
      "b11003_M001": 150,
      "b11003_E003": 657,
      "b11003_M003": 196,
      "b11003_E010": 73,
      "b11003_M010": 76,
      "b11003_E016": 41,
      "b11003_M016": 41,
      "b17020_E001": 7492,
      "b17020_M001": 16,
      "b17020_E003": 9,
      "b17020_M003": 17,
      "b17020_E004": 8,
      "b17020_M004": 15,
      "b17020_E005": 10,
      "b17020_M005": 15,
      "b17020_E011": 437,
      "b17020_M011": 168,
      "b17020_E012": 551,
      "b17020_M012": 217,
      "b17020_E013": 568,
      "b17020_M013": 171,
      "b15003_E001": 5220,
      "b15003_M001": 300,
      "b15003_E022": 1105,
      "b15003_M022": 233,
      "b15003_E023": 598,
      "b15003_M023": 168,
      "b15003_E024": 10,
      "b15003_M024": 16,
      "b15003_E025": 45,
      "b15003_M025": 70,
      "c16002_E001": 3071,
      "c16002_M001": 238,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3071,
      "b22010_M001": 238,
      "b22010_E002": 226,
      "b22010_M002": 110,
      "b19013_E001": 81013,
      "b19013_M001": 17503
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.55,
       "moe": 7.61,
       "numerator": 246,
       "denominator": 1691
      },
      "children_with_two_parents_pct": {
       "estimate": 85.45,
       "moe": 9.01,
       "numerator": 1445,
       "denominator": 1691
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.82,
       "moe": 11.28,
       "numerator": 124,
       "denominator": 784
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.95,
       "numerator": 0,
       "denominator": 1691
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.35,
       "moe": 6.55,
       "numerator": 1761,
       "denominator": 5126
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.27,
       "numerator": 0,
       "denominator": 2984
      },
      "snap_households_pct": {
       "estimate": 6.77,
       "moe": 3.7,
       "numerator": 202,
       "denominator": 2984
      },
      "median_household_income": {
       "estimate": 91967,
       "moe": 17161.0
      },
      "own_children_under_18": {
       "estimate": 1691,
       "moe": 399.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1691,
       "moe": 375.01733293275925
      }
     },
     "lines": {
      "b23008_E001": 1691,
      "b23008_M001": 399,
      "b23008_E003": 487,
      "b23008_M003": 258,
      "b23008_E008": 59,
      "b23008_M008": 79,
      "b23008_E016": 958,
      "b23008_M016": 270,
      "b23008_E021": 187,
      "b23008_M021": 117,
      "b11003_E001": 1929,
      "b11003_M001": 179,
      "b11003_E003": 660,
      "b11003_M003": 195,
      "b11003_E010": 103,
      "b11003_M010": 92,
      "b11003_E016": 21,
      "b11003_M016": 23,
      "b17020_E001": 7464,
      "b17020_M001": 46,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 546,
      "b17020_M011": 255,
      "b17020_E012": 560,
      "b17020_M012": 219,
      "b17020_E013": 585,
      "b17020_M013": 163,
      "b15003_E001": 5126,
      "b15003_M001": 358,
      "b15003_E022": 1137,
      "b15003_M022": 285,
      "b15003_E023": 591,
      "b15003_M023": 213,
      "b15003_E024": 33,
      "b15003_M024": 30,
      "b15003_E025": 0,
      "b15003_M025": 19,
      "c16002_E001": 2984,
      "c16002_M001": 286,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2984,
      "b22010_M001": 286,
      "b22010_E002": 202,
      "b22010_M002": 112,
      "b19013_E001": 91967,
      "b19013_M001": 17161
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.34,
       "moe": 8.07,
       "numerator": 197,
       "denominator": 1597
      },
      "children_with_two_parents_pct": {
       "estimate": 87.66,
       "moe": 11.51,
       "numerator": 1400,
       "denominator": 1597
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.21,
       "moe": 10.61,
       "numerator": 124,
       "denominator": 765
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.06,
       "numerator": 0,
       "denominator": 1597
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.03,
       "moe": 6.06,
       "numerator": 1922,
       "denominator": 5334
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.25,
       "numerator": 0,
       "denominator": 3038
      },
      "snap_households_pct": {
       "estimate": 3.92,
       "moe": 2.74,
       "numerator": 119,
       "denominator": 3038
      },
      "median_household_income": {
       "estimate": 104074,
       "moe": 14083.0
      },
      "own_children_under_18": {
       "estimate": 1597,
       "moe": 370.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1597,
       "moe": 383.69128215272235
      }
     },
     "lines": {
      "b23008_E001": 1597,
      "b23008_M001": 370,
      "b23008_E003": 449,
      "b23008_M003": 271,
      "b23008_E008": 52,
      "b23008_M008": 69,
      "b23008_E016": 951,
      "b23008_M016": 256,
      "b23008_E021": 145,
      "b23008_M021": 118,
      "b11003_E001": 1990,
      "b11003_M001": 191,
      "b11003_E003": 641,
      "b11003_M003": 211,
      "b11003_E010": 103,
      "b11003_M010": 86,
      "b11003_E016": 21,
      "b11003_M016": 24,
      "b17020_E001": 7459,
      "b17020_M001": 38,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 501,
      "b17020_M011": 260,
      "b17020_E012": 541,
      "b17020_M012": 190,
      "b17020_E013": 555,
      "b17020_M013": 206,
      "b15003_E001": 5334,
      "b15003_M001": 356,
      "b15003_E022": 1277,
      "b15003_M022": 286,
      "b15003_E023": 601,
      "b15003_M023": 193,
      "b15003_E024": 32,
      "b15003_M024": 36,
      "b15003_E025": 12,
      "b15003_M025": 22,
      "c16002_E001": 3038,
      "c16002_M001": 282,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3038,
      "b22010_M001": 282,
      "b22010_E002": 119,
      "b22010_M002": 84,
      "b19013_E001": 104074,
      "b19013_M001": 14083
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.67,
       "moe": 8.65,
       "numerator": 177,
       "denominator": 1517
      },
      "children_with_two_parents_pct": {
       "estimate": 88.33,
       "moe": 30.98,
       "numerator": 1340,
       "denominator": 1517
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.53,
       "moe": 11.75,
       "numerator": 110,
       "denominator": 813
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 2.17,
       "numerator": 0,
       "denominator": 1517
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.97,
       "moe": 4.59,
       "numerator": 1836,
       "denominator": 5405
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.23,
       "numerator": 0,
       "denominator": 3097
      },
      "snap_households_pct": {
       "estimate": 4.13,
       "moe": 2.2,
       "numerator": 128,
       "denominator": 3097
      },
      "median_household_income": {
       "estimate": 103218,
       "moe": 15497.0
      },
      "own_children_under_18": {
       "estimate": 1517,
       "moe": 377.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1517,
       "moe": 361.8950124000053
      }
     },
     "lines": {
      "b23008_E001": 1517,
      "b23008_M001": 377,
      "b23008_E003": 479,
      "b23008_M003": 232,
      "b23008_E008": 62,
      "b23008_M008": 74,
      "b23008_E016": 861,
      "b23008_M016": 237,
      "b23008_E021": 115,
      "b23008_M021": 117,
      "b11003_E001": 2022,
      "b11003_M001": 191,
      "b11003_E003": 703,
      "b11003_M003": 194,
      "b11003_E010": 85,
      "b11003_M010": 96,
      "b11003_E016": 25,
      "b11003_M016": 28,
      "b17020_E001": 7470,
      "b17020_M001": 39,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 541,
      "b17020_M011": 235,
      "b17020_E012": 498,
      "b17020_M012": 202,
      "b17020_E013": 478,
      "b17020_M013": 184,
      "b15003_E001": 5405,
      "b15003_M001": 365,
      "b15003_E022": 1263,
      "b15003_M022": 227,
      "b15003_E023": 536,
      "b15003_M023": 155,
      "b15003_E024": 29,
      "b15003_M024": 32,
      "b15003_E025": 8,
      "b15003_M025": 19,
      "c16002_E001": 3097,
      "c16002_M001": 278,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3097,
      "b22010_M001": 278,
      "b22010_E002": 128,
      "b22010_M002": 69,
      "b19013_E001": 103218,
      "b19013_M001": 15497
     }
    }
   }
  },
  "0904530": {
   "name": "Thompson School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904530",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.7,
       "moe": 12.18,
       "numerator": 415,
       "denominator": 1446
      },
      "children_with_two_parents_pct": {
       "estimate": 71.3,
       "moe": 6.01,
       "numerator": 1031,
       "denominator": 1446
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.93,
       "moe": 16.26,
       "numerator": 308,
       "denominator": 834
      },
      "children_below_poverty_pct": {
       "estimate": 4.32,
       "moe": 4.56,
       "numerator": 65,
       "denominator": 1505
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.01,
       "moe": 4.3,
       "numerator": 1943,
       "denominator": 7193
      },
      "limited_english_households_pct": {
       "estimate": 1.53,
       "moe": 1.62,
       "numerator": 58,
       "denominator": 3802
      },
      "snap_households_pct": {
       "estimate": 10.89,
       "moe": 4.2,
       "numerator": 414,
       "denominator": 3802
      },
      "median_household_income": {
       "estimate": 81649,
       "moe": 15963.0
      },
      "own_children_under_18": {
       "estimate": 1446,
       "moe": 215.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1505,
       "moe": 255.44079548889601
      }
     },
     "lines": {
      "b23008_E001": 1446,
      "b23008_M001": 215,
      "b23008_E003": 293,
      "b23008_M003": 119,
      "b23008_E008": 160,
      "b23008_M008": 104,
      "b23008_E016": 738,
      "b23008_M016": 130,
      "b23008_E021": 255,
      "b23008_M021": 155,
      "b11003_E001": 2438,
      "b11003_M001": 236,
      "b11003_E003": 526,
      "b11003_M003": 98,
      "b11003_E010": 142,
      "b11003_M010": 119,
      "b11003_E016": 166,
      "b11003_M016": 93,
      "b17020_E001": 9165,
      "b17020_M001": 51,
      "b17020_E003": 29,
      "b17020_M003": 48,
      "b17020_E004": 32,
      "b17020_M004": 50,
      "b17020_E005": 4,
      "b17020_M005": 6,
      "b17020_E011": 449,
      "b17020_M011": 145,
      "b17020_E012": 479,
      "b17020_M012": 99,
      "b17020_E013": 512,
      "b17020_M013": 172,
      "b15003_E001": 7193,
      "b15003_M001": 281,
      "b15003_E022": 1207,
      "b15003_M022": 269,
      "b15003_E023": 654,
      "b15003_M023": 160,
      "b15003_E024": 27,
      "b15003_M024": 27,
      "b15003_E025": 55,
      "b15003_M025": 52,
      "c16002_E001": 3802,
      "c16002_M001": 194,
      "c16002_E004": 46,
      "c16002_M004": 53,
      "c16002_E007": 12,
      "c16002_M007": 17,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3802,
      "b22010_M001": 194,
      "b22010_E002": 414,
      "b22010_M002": 161,
      "b19013_E001": 81649,
      "b19013_M001": 15963
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.49,
       "moe": 10.79,
       "numerator": 342,
       "denominator": 1456
      },
      "children_with_two_parents_pct": {
       "estimate": 76.51,
       "moe": 5.1,
       "numerator": 1114,
       "denominator": 1456
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.84,
       "moe": 15.36,
       "numerator": 270,
       "denominator": 775
      },
      "children_below_poverty_pct": {
       "estimate": 5.88,
       "moe": 5.69,
       "numerator": 87,
       "denominator": 1480
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.67,
       "moe": 4.46,
       "numerator": 1892,
       "denominator": 7094
      },
      "limited_english_households_pct": {
       "estimate": 1.41,
       "moe": 1.84,
       "numerator": 54,
       "denominator": 3819
      },
      "snap_households_pct": {
       "estimate": 11.26,
       "moe": 4.37,
       "numerator": 430,
       "denominator": 3819
      },
      "median_household_income": {
       "estimate": 95905,
       "moe": 18367.0
      },
      "own_children_under_18": {
       "estimate": 1456,
       "moe": 295.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1480,
       "moe": 297.44579338091165
      }
     },
     "lines": {
      "b23008_E001": 1456,
      "b23008_M001": 295,
      "b23008_E003": 410,
      "b23008_M003": 169,
      "b23008_E008": 144,
      "b23008_M008": 95,
      "b23008_E016": 704,
      "b23008_M016": 167,
      "b23008_E021": 198,
      "b23008_M021": 143,
      "b11003_E001": 2550,
      "b11003_M001": 240,
      "b11003_E003": 505,
      "b11003_M003": 161,
      "b11003_E010": 86,
      "b11003_M010": 92,
      "b11003_E016": 184,
      "b11003_M016": 106,
      "b17020_E001": 9215,
      "b17020_M001": 26,
      "b17020_E003": 45,
      "b17020_M003": 60,
      "b17020_E004": 37,
      "b17020_M004": 61,
      "b17020_E005": 5,
      "b17020_M005": 8,
      "b17020_E011": 528,
      "b17020_M011": 182,
      "b17020_E012": 432,
      "b17020_M012": 133,
      "b17020_E013": 433,
      "b17020_M013": 174,
      "b15003_E001": 7094,
      "b15003_M001": 365,
      "b15003_E022": 1155,
      "b15003_M022": 267,
      "b15003_E023": 623,
      "b15003_M023": 178,
      "b15003_E024": 40,
      "b15003_M024": 38,
      "b15003_E025": 74,
      "b15003_M025": 72,
      "c16002_E001": 3819,
      "c16002_M001": 242,
      "c16002_E004": 44,
      "c16002_M004": 63,
      "c16002_E007": 10,
      "c16002_M007": 16,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3819,
      "b22010_M001": 242,
      "b22010_E002": 430,
      "b22010_M002": 169,
      "b19013_E001": 95905,
      "b19013_M001": 18367
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.58,
       "moe": 14.45,
       "numerator": 389,
       "denominator": 1125
      },
      "children_with_two_parents_pct": {
       "estimate": 65.42,
       "moe": 6.46,
       "numerator": 736,
       "denominator": 1125
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.91,
       "moe": 16.59,
       "numerator": 321,
       "denominator": 748
      },
      "children_below_poverty_pct": {
       "estimate": 8.05,
       "moe": 7.04,
       "numerator": 91,
       "denominator": 1130
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.49,
       "moe": 4.61,
       "numerator": 1851,
       "denominator": 7557
      },
      "limited_english_households_pct": {
       "estimate": 0.77,
       "moe": 1.1,
       "numerator": 31,
       "denominator": 4006
      },
      "snap_households_pct": {
       "estimate": 10.88,
       "moe": 4.92,
       "numerator": 436,
       "denominator": 4006
      },
      "median_household_income": {
       "estimate": 88421,
       "moe": 16885.0
      },
      "own_children_under_18": {
       "estimate": 1125,
       "moe": 271.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1130,
       "moe": 253.24888943487986
      }
     },
     "lines": {
      "b23008_E001": 1125,
      "b23008_M001": 271,
      "b23008_E003": 240,
      "b23008_M003": 114,
      "b23008_E008": 104,
      "b23008_M008": 93,
      "b23008_E016": 496,
      "b23008_M016": 154,
      "b23008_E021": 285,
      "b23008_M021": 163,
      "b11003_E001": 2551,
      "b11003_M001": 260,
      "b11003_E003": 427,
      "b11003_M003": 138,
      "b11003_E010": 125,
      "b11003_M010": 113,
      "b11003_E016": 196,
      "b11003_M016": 102,
      "b17020_E001": 9237,
      "b17020_M001": 33,
      "b17020_E003": 42,
      "b17020_M003": 58,
      "b17020_E004": 33,
      "b17020_M004": 55,
      "b17020_E005": 16,
      "b17020_M005": 19,
      "b17020_E011": 302,
      "b17020_M011": 132,
      "b17020_E012": 393,
      "b17020_M012": 125,
      "b17020_E013": 344,
      "b17020_M013": 156,
      "b15003_E001": 7557,
      "b15003_M001": 318,
      "b15003_E022": 1155,
      "b15003_M022": 296,
      "b15003_E023": 611,
      "b15003_M023": 188,
      "b15003_E024": 34,
      "b15003_M024": 32,
      "b15003_E025": 51,
      "b15003_M025": 58,
      "c16002_E001": 4006,
      "c16002_M001": 246,
      "c16002_E004": 18,
      "c16002_M004": 28,
      "c16002_E007": 13,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4006,
      "b22010_M001": 246,
      "b22010_E002": 436,
      "b22010_M002": 199,
      "b19013_E001": 88421,
      "b19013_M001": 16885
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 30.5,
       "moe": 15.41,
       "numerator": 316,
       "denominator": 1036
      },
      "children_with_two_parents_pct": {
       "estimate": 69.5,
       "moe": 12.33,
       "numerator": 720,
       "denominator": 1036
      },
      "one_parent_families_with_children_pct": {
       "estimate": 42.27,
       "moe": 22.03,
       "numerator": 298,
       "denominator": 705
      },
      "children_below_poverty_pct": {
       "estimate": 8.36,
       "moe": 9.21,
       "numerator": 87,
       "denominator": 1041
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 21.86,
       "moe": 4.69,
       "numerator": 1678,
       "denominator": 7676
      },
      "limited_english_households_pct": {
       "estimate": 0.56,
       "moe": 0.98,
       "numerator": 23,
       "denominator": 4130
      },
      "snap_households_pct": {
       "estimate": 11.91,
       "moe": 6.11,
       "numerator": 492,
       "denominator": 4130
      },
      "median_household_income": {
       "estimate": 93629,
       "moe": 17531.0
      },
      "own_children_under_18": {
       "estimate": 1036,
       "moe": 261.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1041,
       "moe": 289.75679457089524
      }
     },
     "lines": {
      "b23008_E001": 1036,
      "b23008_M001": 261,
      "b23008_E003": 204,
      "b23008_M003": 102,
      "b23008_E008": 74,
      "b23008_M008": 79,
      "b23008_E016": 516,
      "b23008_M016": 197,
      "b23008_E021": 242,
      "b23008_M021": 160,
      "b11003_E001": 2531,
      "b11003_M001": 296,
      "b11003_E003": 407,
      "b11003_M003": 163,
      "b11003_E010": 142,
      "b11003_M010": 137,
      "b11003_E016": 156,
      "b11003_M016": 128,
      "b17020_E001": 9309,
      "b17020_M001": 27,
      "b17020_E003": 9,
      "b17020_M003": 14,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 78,
      "b17020_M005": 96,
      "b17020_E011": 269,
      "b17020_M011": 128,
      "b17020_E012": 377,
      "b17020_M012": 169,
      "b17020_E013": 308,
      "b17020_M013": 171,
      "b15003_E001": 7676,
      "b15003_M001": 306,
      "b15003_E022": 955,
      "b15003_M022": 277,
      "b15003_E023": 643,
      "b15003_M023": 233,
      "b15003_E024": 38,
      "b15003_M024": 30,
      "b15003_E025": 42,
      "b15003_M025": 47,
      "c16002_E001": 4130,
      "c16002_M001": 250,
      "c16002_E004": 15,
      "c16002_M004": 27,
      "c16002_E007": 8,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 4130,
      "b22010_M001": 250,
      "b22010_E002": 492,
      "b22010_M002": 254,
      "b19013_E001": 93629,
      "b19013_M001": 17531
     }
    }
   }
  },
  "0904560": {
   "name": "Tolland School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904560",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.74,
       "moe": 8.1,
       "numerator": 524,
       "denominator": 2954
      },
      "children_with_two_parents_pct": {
       "estimate": 82.26,
       "moe": 8.79,
       "numerator": 2430,
       "denominator": 2954
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.12,
       "moe": 8.6,
       "numerator": 278,
       "denominator": 1725
      },
      "children_below_poverty_pct": {
       "estimate": 4.43,
       "moe": 3.49,
       "numerator": 135,
       "denominator": 3050
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 53.42,
       "moe": 5.95,
       "numerator": 5351,
       "denominator": 10016
      },
      "limited_english_households_pct": {
       "estimate": 2.42,
       "moe": 2.07,
       "numerator": 131,
       "denominator": 5411
      },
      "snap_households_pct": {
       "estimate": 1.2,
       "moe": 1.0,
       "numerator": 65,
       "denominator": 5411
      },
      "median_household_income": {
       "estimate": 121120,
       "moe": 14658.0
      },
      "own_children_under_18": {
       "estimate": 2954,
       "moe": 335.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3050,
       "moe": 459.9782603558564
      }
     },
     "lines": {
      "b23008_E001": 2954,
      "b23008_M001": 335,
      "b23008_E003": 799,
      "b23008_M003": 231,
      "b23008_E008": 64,
      "b23008_M008": 83,
      "b23008_E016": 1631,
      "b23008_M016": 300,
      "b23008_E021": 460,
      "b23008_M021": 232,
      "b11003_E001": 4289,
      "b11003_M001": 319,
      "b11003_E003": 1447,
      "b11003_M003": 246,
      "b11003_E010": 127,
      "b11003_M010": 110,
      "b11003_E016": 151,
      "b11003_M016": 110,
      "b17020_E001": 14415,
      "b17020_M001": 105,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 26,
      "b17020_M004": 41,
      "b17020_E005": 109,
      "b17020_M005": 98,
      "b17020_E011": 863,
      "b17020_M011": 238,
      "b17020_E012": 827,
      "b17020_M012": 187,
      "b17020_E013": 1225,
      "b17020_M013": 329,
      "b15003_E001": 10016,
      "b15003_M001": 528,
      "b15003_E022": 2821,
      "b15003_M022": 497,
      "b15003_E023": 1889,
      "b15003_M023": 370,
      "b15003_E024": 258,
      "b15003_M024": 144,
      "b15003_E025": 383,
      "b15003_M025": 175,
      "c16002_E001": 5411,
      "c16002_M001": 272,
      "c16002_E004": 18,
      "c16002_M004": 29,
      "c16002_E007": 113,
      "c16002_M007": 104,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5411,
      "b22010_M001": 272,
      "b22010_E002": 65,
      "b22010_M002": 54,
      "b19013_E001": 121120,
      "b19013_M001": 14658
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.38,
       "moe": 7.8,
       "numerator": 659,
       "denominator": 3233
      },
      "children_with_two_parents_pct": {
       "estimate": 79.62,
       "moe": 7.57,
       "numerator": 2574,
       "denominator": 3233
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.79,
       "moe": 8.49,
       "numerator": 407,
       "denominator": 1868
      },
      "children_below_poverty_pct": {
       "estimate": 5.38,
       "moe": 4.18,
       "numerator": 181,
       "denominator": 3364
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.78,
       "moe": 6.44,
       "numerator": 5546,
       "denominator": 10125
      },
      "limited_english_households_pct": {
       "estimate": 3.18,
       "moe": 3.24,
       "numerator": 169,
       "denominator": 5319
      },
      "snap_households_pct": {
       "estimate": 1.03,
       "moe": 0.92,
       "numerator": 55,
       "denominator": 5319
      },
      "median_household_income": {
       "estimate": 132846,
       "moe": 17588.0
      },
      "own_children_under_18": {
       "estimate": 3233,
       "moe": 446.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3364,
       "moe": 518.4881869435407
      }
     },
     "lines": {
      "b23008_E001": 3233,
      "b23008_M001": 446,
      "b23008_E003": 825,
      "b23008_M003": 213,
      "b23008_E008": 81,
      "b23008_M008": 99,
      "b23008_E016": 1749,
      "b23008_M016": 375,
      "b23008_E021": 578,
      "b23008_M021": 249,
      "b11003_E001": 4291,
      "b11003_M001": 279,
      "b11003_E003": 1461,
      "b11003_M003": 196,
      "b11003_E010": 144,
      "b11003_M010": 121,
      "b11003_E016": 263,
      "b11003_M016": 117,
      "b17020_E001": 14467,
      "b17020_M001": 23,
      "b17020_E003": 24,
      "b17020_M003": 41,
      "b17020_E004": 22,
      "b17020_M004": 38,
      "b17020_E005": 135,
      "b17020_M005": 132,
      "b17020_E011": 882,
      "b17020_M011": 230,
      "b17020_E012": 967,
      "b17020_M012": 234,
      "b17020_E013": 1334,
      "b17020_M013": 375,
      "b15003_E001": 10125,
      "b15003_M001": 536,
      "b15003_E022": 3056,
      "b15003_M022": 607,
      "b15003_E023": 1842,
      "b15003_M023": 324,
      "b15003_E024": 338,
      "b15003_M024": 139,
      "b15003_E025": 310,
      "b15003_M025": 137,
      "c16002_E001": 5319,
      "c16002_M001": 269,
      "c16002_E004": 30,
      "c16002_M004": 44,
      "c16002_E007": 139,
      "c16002_M007": 164,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5319,
      "b22010_M001": 269,
      "b22010_E002": 55,
      "b22010_M002": 49,
      "b19013_E001": 132846,
      "b19013_M001": 17588
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.3,
       "moe": 8.62,
       "numerator": 802,
       "denominator": 3300
      },
      "children_with_two_parents_pct": {
       "estimate": 75.7,
       "moe": 9.95,
       "numerator": 2498,
       "denominator": 3300
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.66,
       "moe": 7.86,
       "numerator": 440,
       "denominator": 1860
      },
      "children_below_poverty_pct": {
       "estimate": 3.28,
       "moe": 2.75,
       "numerator": 112,
       "denominator": 3416
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.52,
       "moe": 7.45,
       "numerator": 5586,
       "denominator": 9884
      },
      "limited_english_households_pct": {
       "estimate": 2.42,
       "moe": 2.99,
       "numerator": 126,
       "denominator": 5198
      },
      "snap_households_pct": {
       "estimate": 0.94,
       "moe": 0.86,
       "numerator": 49,
       "denominator": 5198
      },
      "median_household_income": {
       "estimate": 132500,
       "moe": 17838.0
      },
      "own_children_under_18": {
       "estimate": 3300,
       "moe": 397.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3416,
       "moe": 471.40428508871236
      }
     },
     "lines": {
      "b23008_E001": 3300,
      "b23008_M001": 397,
      "b23008_E003": 755,
      "b23008_M003": 256,
      "b23008_E008": 154,
      "b23008_M008": 125,
      "b23008_E016": 1743,
      "b23008_M016": 364,
      "b23008_E021": 648,
      "b23008_M021": 273,
      "b11003_E001": 4245,
      "b11003_M001": 227,
      "b11003_E003": 1420,
      "b11003_M003": 203,
      "b11003_E010": 150,
      "b11003_M010": 111,
      "b11003_E016": 290,
      "b11003_M016": 113,
      "b17020_E001": 14437,
      "b17020_M001": 29,
      "b17020_E003": 9,
      "b17020_M003": 18,
      "b17020_E004": 8,
      "b17020_M004": 17,
      "b17020_E005": 95,
      "b17020_M005": 92,
      "b17020_E011": 920,
      "b17020_M011": 265,
      "b17020_E012": 997,
      "b17020_M012": 222,
      "b17020_E013": 1387,
      "b17020_M013": 306,
      "b15003_E001": 9884,
      "b15003_M001": 435,
      "b15003_E022": 3123,
      "b15003_M022": 670,
      "b15003_E023": 1882,
      "b15003_M023": 335,
      "b15003_E024": 333,
      "b15003_M024": 143,
      "b15003_E025": 248,
      "b15003_M025": 144,
      "c16002_E001": 5198,
      "c16002_M001": 282,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 126,
      "c16002_M007": 151,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5198,
      "b22010_M001": 282,
      "b22010_E002": 49,
      "b22010_M002": 45,
      "b19013_E001": 132500,
      "b19013_M001": 17838
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.96,
       "moe": 8.31,
       "numerator": 726,
       "denominator": 3162
      },
      "children_with_two_parents_pct": {
       "estimate": 77.04,
       "moe": 7.61,
       "numerator": 2436,
       "denominator": 3162
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.14,
       "moe": 9.02,
       "numerator": 404,
       "denominator": 1746
      },
      "children_below_poverty_pct": {
       "estimate": 3.81,
       "moe": 2.94,
       "numerator": 126,
       "denominator": 3307
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 56.18,
       "moe": 7.31,
       "numerator": 5575,
       "denominator": 9924
      },
      "limited_english_households_pct": {
       "estimate": 2.37,
       "moe": 2.9,
       "numerator": 126,
       "denominator": 5320
      },
      "snap_households_pct": {
       "estimate": 1.11,
       "moe": 0.84,
       "numerator": 59,
       "denominator": 5320
      },
      "median_household_income": {
       "estimate": 133264,
       "moe": 15911.0
      },
      "own_children_under_18": {
       "estimate": 3162,
       "moe": 399.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3307,
       "moe": 474.0506302073651
      }
     },
     "lines": {
      "b23008_E001": 3162,
      "b23008_M001": 399,
      "b23008_E003": 593,
      "b23008_M003": 210,
      "b23008_E008": 147,
      "b23008_M008": 122,
      "b23008_E016": 1843,
      "b23008_M016": 329,
      "b23008_E021": 579,
      "b23008_M021": 250,
      "b11003_E001": 4165,
      "b11003_M001": 237,
      "b11003_E003": 1342,
      "b11003_M003": 180,
      "b11003_E010": 152,
      "b11003_M010": 103,
      "b11003_E016": 252,
      "b11003_M016": 132,
      "b17020_E001": 14488,
      "b17020_M001": 29,
      "b17020_E003": 35,
      "b17020_M003": 51,
      "b17020_E004": 31,
      "b17020_M004": 43,
      "b17020_E005": 60,
      "b17020_M005": 73,
      "b17020_E011": 724,
      "b17020_M011": 230,
      "b17020_E012": 996,
      "b17020_M012": 258,
      "b17020_E013": 1461,
      "b17020_M013": 309,
      "b15003_E001": 9924,
      "b15003_M001": 492,
      "b15003_E022": 3121,
      "b15003_M022": 696,
      "b15003_E023": 1897,
      "b15003_M023": 273,
      "b15003_E024": 359,
      "b15003_M024": 173,
      "b15003_E025": 198,
      "b15003_M025": 117,
      "c16002_E001": 5320,
      "c16002_M001": 278,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 126,
      "c16002_M007": 150,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5320,
      "b22010_M001": 278,
      "b22010_E002": 59,
      "b22010_M002": 45,
      "b19013_E001": 133264,
      "b19013_M001": 15911
     }
    }
   }
  },
  "0904590": {
   "name": "Torrington School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904590",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.33,
       "moe": 6.65,
       "numerator": 2281,
       "denominator": 5799
      },
      "children_with_two_parents_pct": {
       "estimate": 60.67,
       "moe": 6.22,
       "numerator": 3518,
       "denominator": 5799
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.0,
       "moe": 7.18,
       "numerator": 1150,
       "denominator": 2949
      },
      "children_below_poverty_pct": {
       "estimate": 17.04,
       "moe": 4.86,
       "numerator": 1006,
       "denominator": 5903
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.46,
       "moe": 1.87,
       "numerator": 5892,
       "denominator": 26228
      },
      "limited_english_households_pct": {
       "estimate": 3.21,
       "moe": 1.02,
       "numerator": 462,
       "denominator": 14389
      },
      "snap_households_pct": {
       "estimate": 13.52,
       "moe": 2.11,
       "numerator": 1945,
       "denominator": 14389
      },
      "median_household_income": {
       "estimate": 63135,
       "moe": 5026.0
      },
      "own_children_under_18": {
       "estimate": 5799,
       "moe": 503.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5903,
       "moe": 576.8795368185632
      }
     },
     "lines": {
      "b23008_E001": 5799,
      "b23008_M001": 503,
      "b23008_E003": 1026,
      "b23008_M003": 198,
      "b23008_E008": 712,
      "b23008_M008": 229,
      "b23008_E016": 2492,
      "b23008_M016": 429,
      "b23008_E021": 1569,
      "b23008_M021": 368,
      "b11003_E001": 8682,
      "b11003_M001": 433,
      "b11003_E003": 1799,
      "b11003_M003": 231,
      "b11003_E010": 338,
      "b11003_M010": 134,
      "b11003_E016": 812,
      "b11003_M016": 211,
      "b17020_E001": 34639,
      "b17020_M001": 245,
      "b17020_E003": 330,
      "b17020_M003": 136,
      "b17020_E004": 484,
      "b17020_M004": 254,
      "b17020_E005": 192,
      "b17020_M005": 95,
      "b17020_E011": 1426,
      "b17020_M011": 292,
      "b17020_E012": 1718,
      "b17020_M012": 265,
      "b17020_E013": 1753,
      "b17020_M013": 292,
      "b15003_E001": 26228,
      "b15003_M001": 531,
      "b15003_E022": 3551,
      "b15003_M022": 429,
      "b15003_E023": 2046,
      "b15003_M023": 246,
      "b15003_E024": 216,
      "b15003_M024": 90,
      "b15003_E025": 79,
      "b15003_M025": 37,
      "c16002_E001": 14389,
      "c16002_M001": 466,
      "c16002_E004": 276,
      "c16002_M004": 128,
      "c16002_E007": 134,
      "c16002_M007": 66,
      "c16002_E010": 43,
      "c16002_M010": 31,
      "c16002_E013": 9,
      "c16002_M013": 13,
      "b22010_E001": 14389,
      "b22010_M001": 466,
      "b22010_E002": 1945,
      "b22010_M002": 310,
      "b19013_E001": 63135,
      "b19013_M001": 5026
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.53,
       "moe": 7.16,
       "numerator": 2715,
       "denominator": 6383
      },
      "children_with_two_parents_pct": {
       "estimate": 57.47,
       "moe": 5.76,
       "numerator": 3668,
       "denominator": 6383
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.41,
       "moe": 8.88,
       "numerator": 1614,
       "denominator": 3478
      },
      "children_below_poverty_pct": {
       "estimate": 20.1,
       "moe": 4.84,
       "numerator": 1311,
       "denominator": 6524
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.6,
       "moe": 2.32,
       "numerator": 6279,
       "denominator": 25521
      },
      "limited_english_households_pct": {
       "estimate": 4.43,
       "moe": 1.34,
       "numerator": 649,
       "denominator": 14645
      },
      "snap_households_pct": {
       "estimate": 16.46,
       "moe": 2.82,
       "numerator": 2411,
       "denominator": 14645
      },
      "median_household_income": {
       "estimate": 66616,
       "moe": 5308.0
      },
      "own_children_under_18": {
       "estimate": 6383,
       "moe": 485.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6524,
       "moe": 608.2729650411894
      }
     },
     "lines": {
      "b23008_E001": 6383,
      "b23008_M001": 485,
      "b23008_E003": 1131,
      "b23008_M003": 296,
      "b23008_E008": 1008,
      "b23008_M008": 294,
      "b23008_E016": 2537,
      "b23008_M016": 354,
      "b23008_E021": 1707,
      "b23008_M021": 406,
      "b11003_E001": 8880,
      "b11003_M001": 410,
      "b11003_E003": 1864,
      "b11003_M003": 286,
      "b11003_E010": 415,
      "b11003_M010": 182,
      "b11003_E016": 1199,
      "b11003_M016": 333,
      "b17020_E001": 34751,
      "b17020_M001": 166,
      "b17020_E003": 483,
      "b17020_M003": 173,
      "b17020_E004": 557,
      "b17020_M004": 252,
      "b17020_E005": 271,
      "b17020_M005": 145,
      "b17020_E011": 1683,
      "b17020_M011": 307,
      "b17020_E012": 1663,
      "b17020_M012": 267,
      "b17020_E013": 1867,
      "b17020_M013": 300,
      "b15003_E001": 25521,
      "b15003_M001": 528,
      "b15003_E022": 3981,
      "b15003_M022": 500,
      "b15003_E023": 2016,
      "b15003_M023": 329,
      "b15003_E024": 217,
      "b15003_M024": 94,
      "b15003_E025": 65,
      "b15003_M025": 33,
      "c16002_E001": 14645,
      "c16002_M001": 489,
      "c16002_E004": 503,
      "c16002_M004": 185,
      "c16002_E007": 95,
      "c16002_M007": 51,
      "c16002_E010": 51,
      "c16002_M010": 40,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 14645,
      "b22010_M001": 489,
      "b22010_E002": 2411,
      "b22010_M002": 421,
      "b19013_E001": 66616,
      "b19013_M001": 5308
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.46,
       "moe": 7.28,
       "numerator": 2033,
       "denominator": 5900
      },
      "children_with_two_parents_pct": {
       "estimate": 65.54,
       "moe": 6.24,
       "numerator": 3867,
       "denominator": 5900
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.57,
       "moe": 7.59,
       "numerator": 1171,
       "denominator": 3202
      },
      "children_below_poverty_pct": {
       "estimate": 18.9,
       "moe": 6.12,
       "numerator": 1136,
       "denominator": 6009
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.54,
       "moe": 2.22,
       "numerator": 6413,
       "denominator": 26135
      },
      "limited_english_households_pct": {
       "estimate": 3.72,
       "moe": 1.18,
       "numerator": 564,
       "denominator": 15167
      },
      "snap_households_pct": {
       "estimate": 15.53,
       "moe": 2.11,
       "numerator": 2356,
       "denominator": 15167
      },
      "median_household_income": {
       "estimate": 69611,
       "moe": 4240.0
      },
      "own_children_under_18": {
       "estimate": 5900,
       "moe": 410.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6009,
       "moe": 629.1518099791178
      }
     },
     "lines": {
      "b23008_E001": 5900,
      "b23008_M001": 410,
      "b23008_E003": 1038,
      "b23008_M003": 259,
      "b23008_E008": 662,
      "b23008_M008": 253,
      "b23008_E016": 2829,
      "b23008_M016": 375,
      "b23008_E021": 1371,
      "b23008_M021": 375,
      "b11003_E001": 8830,
      "b11003_M001": 507,
      "b11003_E003": 2031,
      "b11003_M003": 264,
      "b11003_E010": 337,
      "b11003_M010": 191,
      "b11003_E016": 834,
      "b11003_M016": 206,
      "b17020_E001": 34787,
      "b17020_M001": 214,
      "b17020_E003": 400,
      "b17020_M003": 253,
      "b17020_E004": 452,
      "b17020_M004": 261,
      "b17020_E005": 284,
      "b17020_M005": 131,
      "b17020_E011": 1337,
      "b17020_M011": 254,
      "b17020_E012": 1661,
      "b17020_M012": 291,
      "b17020_E013": 1875,
      "b17020_M013": 312,
      "b15003_E001": 26135,
      "b15003_M001": 450,
      "b15003_E022": 3963,
      "b15003_M022": 471,
      "b15003_E023": 2201,
      "b15003_M023": 348,
      "b15003_E024": 178,
      "b15003_M024": 69,
      "b15003_E025": 71,
      "b15003_M025": 34,
      "c16002_E001": 15167,
      "c16002_M001": 436,
      "c16002_E004": 408,
      "c16002_M004": 163,
      "c16002_E007": 112,
      "c16002_M007": 57,
      "c16002_E010": 44,
      "c16002_M010": 38,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 15167,
      "b22010_M001": 436,
      "b22010_E002": 2356,
      "b22010_M002": 327,
      "b19013_E001": 69611,
      "b19013_M001": 4240
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.46,
       "moe": 6.81,
       "numerator": 2423,
       "denominator": 6141
      },
      "children_with_two_parents_pct": {
       "estimate": 60.54,
       "moe": 6.12,
       "numerator": 3718,
       "denominator": 6141
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.61,
       "moe": 8.51,
       "numerator": 1258,
       "denominator": 3345
      },
      "children_below_poverty_pct": {
       "estimate": 16.84,
       "moe": 4.74,
       "numerator": 1058,
       "denominator": 6282
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.82,
       "moe": 2.36,
       "numerator": 6525,
       "denominator": 26285
      },
      "limited_english_households_pct": {
       "estimate": 5.18,
       "moe": 1.53,
       "numerator": 797,
       "denominator": 15396
      },
      "snap_households_pct": {
       "estimate": 16.03,
       "moe": 2.15,
       "numerator": 2468,
       "denominator": 15396
      },
      "median_household_income": {
       "estimate": 70856,
       "moe": 4937.0
      },
      "own_children_under_18": {
       "estimate": 6141,
       "moe": 452.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 6282,
       "moe": 564.4200563410199
      }
     },
     "lines": {
      "b23008_E001": 6141,
      "b23008_M001": 452,
      "b23008_E003": 1083,
      "b23008_M003": 248,
      "b23008_E008": 908,
      "b23008_M008": 243,
      "b23008_E016": 2635,
      "b23008_M016": 393,
      "b23008_E021": 1515,
      "b23008_M021": 384,
      "b11003_E001": 9208,
      "b11003_M001": 461,
      "b11003_E003": 2087,
      "b11003_M003": 263,
      "b11003_E010": 313,
      "b11003_M010": 169,
      "b11003_E016": 945,
      "b11003_M016": 278,
      "b17020_E001": 35005,
      "b17020_M001": 76,
      "b17020_E003": 314,
      "b17020_M003": 160,
      "b17020_E004": 435,
      "b17020_M004": 216,
      "b17020_E005": 309,
      "b17020_M005": 159,
      "b17020_E011": 1767,
      "b17020_M011": 276,
      "b17020_E012": 1720,
      "b17020_M012": 229,
      "b17020_E013": 1737,
      "b17020_M013": 304,
      "b15003_E001": 26285,
      "b15003_M001": 565,
      "b15003_E022": 4139,
      "b15003_M022": 503,
      "b15003_E023": 2082,
      "b15003_M023": 371,
      "b15003_E024": 211,
      "b15003_M024": 91,
      "b15003_E025": 93,
      "b15003_M025": 66,
      "c16002_E001": 15396,
      "c16002_M001": 487,
      "c16002_E004": 685,
      "c16002_M004": 227,
      "c16002_E007": 74,
      "c16002_M007": 51,
      "c16002_E010": 38,
      "c16002_M010": 30,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 15396,
      "b22010_M001": 487,
      "b22010_E002": 2468,
      "b22010_M002": 340,
      "b19013_E001": 70856,
      "b19013_M001": 4937
     }
    }
   }
  },
  "0904620": {
   "name": "Trumbull School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904620",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.54,
       "moe": 3.58,
       "numerator": 1556,
       "denominator": 9408
      },
      "children_with_two_parents_pct": {
       "estimate": 83.46,
       "moe": 4.59,
       "numerator": 7852,
       "denominator": 9408
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.3,
       "moe": 3.84,
       "numerator": 761,
       "denominator": 4975
      },
      "children_below_poverty_pct": {
       "estimate": 5.54,
       "moe": 2.03,
       "numerator": 526,
       "denominator": 9501
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 57.61,
       "moe": 3.47,
       "numerator": 14223,
       "denominator": 24687
      },
      "limited_english_households_pct": {
       "estimate": 2.15,
       "moe": 0.86,
       "numerator": 264,
       "denominator": 12282
      },
      "snap_households_pct": {
       "estimate": 2.91,
       "moe": 0.96,
       "numerator": 357,
       "denominator": 12282
      },
      "median_household_income": {
       "estimate": 138801,
       "moe": 13916.0
      },
      "own_children_under_18": {
       "estimate": 9408,
       "moe": 767.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9501,
       "moe": 899.8799919989332
      }
     },
     "lines": {
      "b23008_E001": 9408,
      "b23008_M001": 767,
      "b23008_E003": 2244,
      "b23008_M003": 415,
      "b23008_E008": 229,
      "b23008_M008": 129,
      "b23008_E016": 5608,
      "b23008_M016": 651,
      "b23008_E021": 1327,
      "b23008_M021": 336,
      "b11003_E001": 10056,
      "b11003_M001": 325,
      "b11003_E003": 4214,
      "b11003_M003": 334,
      "b11003_E010": 259,
      "b11003_M010": 115,
      "b11003_E016": 502,
      "b11003_M016": 164,
      "b17020_E001": 36623,
      "b17020_M001": 161,
      "b17020_E003": 122,
      "b17020_M003": 113,
      "b17020_E004": 170,
      "b17020_M004": 103,
      "b17020_E005": 234,
      "b17020_M005": 128,
      "b17020_E011": 2351,
      "b17020_M011": 394,
      "b17020_E012": 3087,
      "b17020_M012": 431,
      "b17020_E013": 3537,
      "b17020_M013": 655,
      "b15003_E001": 24687,
      "b15003_M001": 588,
      "b15003_E022": 8253,
      "b15003_M022": 669,
      "b15003_E023": 4529,
      "b15003_M023": 569,
      "b15003_E024": 1006,
      "b15003_M024": 241,
      "b15003_E025": 435,
      "b15003_M025": 138,
      "c16002_E001": 12282,
      "c16002_M001": 390,
      "c16002_E004": 32,
      "c16002_M004": 31,
      "c16002_E007": 166,
      "c16002_M007": 90,
      "c16002_E010": 57,
      "c16002_M010": 45,
      "c16002_E013": 9,
      "c16002_M013": 13,
      "b22010_E001": 12282,
      "b22010_M001": 390,
      "b22010_E002": 357,
      "b22010_M002": 118,
      "b19013_E001": 138801,
      "b19013_M001": 13916
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.91,
       "moe": 3.35,
       "numerator": 1278,
       "denominator": 9899
      },
      "children_with_two_parents_pct": {
       "estimate": 87.09,
       "moe": 5.77,
       "numerator": 8621,
       "denominator": 9899
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.25,
       "moe": 3.95,
       "numerator": 642,
       "denominator": 4845
      },
      "children_below_poverty_pct": {
       "estimate": 5.34,
       "moe": 2.08,
       "numerator": 538,
       "denominator": 10071
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.91,
       "moe": 3.88,
       "numerator": 14789,
       "denominator": 24686
      },
      "limited_english_households_pct": {
       "estimate": 2.62,
       "moe": 1.07,
       "numerator": 310,
       "denominator": 11820
      },
      "snap_households_pct": {
       "estimate": 2.97,
       "moe": 1.03,
       "numerator": 351,
       "denominator": 11820
      },
      "median_household_income": {
       "estimate": 153846,
       "moe": 9290.0
      },
      "own_children_under_18": {
       "estimate": 9899,
       "moe": 596.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10071,
       "moe": 883.3787409712778
      }
     },
     "lines": {
      "b23008_E001": 9899,
      "b23008_M001": 596,
      "b23008_E003": 2437,
      "b23008_M003": 392,
      "b23008_E008": 180,
      "b23008_M008": 116,
      "b23008_E016": 6184,
      "b23008_M016": 665,
      "b23008_E021": 1098,
      "b23008_M021": 320,
      "b11003_E001": 9874,
      "b11003_M001": 327,
      "b11003_E003": 4203,
      "b11003_M003": 331,
      "b11003_E010": 211,
      "b11003_M010": 122,
      "b11003_E016": 431,
      "b11003_M016": 156,
      "b17020_E001": 36682,
      "b17020_M001": 83,
      "b17020_E003": 104,
      "b17020_M003": 76,
      "b17020_E004": 166,
      "b17020_M004": 129,
      "b17020_E005": 268,
      "b17020_M005": 154,
      "b17020_E011": 2525,
      "b17020_M011": 408,
      "b17020_E012": 3450,
      "b17020_M012": 481,
      "b17020_E013": 3558,
      "b17020_M013": 580,
      "b15003_E001": 24686,
      "b15003_M001": 607,
      "b15003_E022": 8335,
      "b15003_M022": 712,
      "b15003_E023": 4970,
      "b15003_M023": 677,
      "b15003_E024": 987,
      "b15003_M024": 232,
      "b15003_E025": 497,
      "b15003_M025": 170,
      "c16002_E001": 11820,
      "c16002_M001": 378,
      "c16002_E004": 11,
      "c16002_M004": 13,
      "c16002_E007": 228,
      "c16002_M007": 114,
      "c16002_E010": 59,
      "c16002_M010": 51,
      "c16002_E013": 12,
      "c16002_M013": 15,
      "b22010_E001": 11820,
      "b22010_M001": 378,
      "b22010_E002": 351,
      "b22010_M002": 122,
      "b19013_E001": 153846,
      "b19013_M001": 9290
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.52,
       "moe": 3.0,
       "numerator": 1224,
       "denominator": 9780
      },
      "children_with_two_parents_pct": {
       "estimate": 87.48,
       "moe": 5.17,
       "numerator": 8556,
       "denominator": 9780
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.75,
       "moe": 3.99,
       "numerator": 700,
       "denominator": 5090
      },
      "children_below_poverty_pct": {
       "estimate": 6.4,
       "moe": 2.43,
       "numerator": 637,
       "denominator": 9950
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 59.51,
       "moe": 4.39,
       "numerator": 14624,
       "denominator": 24575
      },
      "limited_english_households_pct": {
       "estimate": 2.71,
       "moe": 1.08,
       "numerator": 322,
       "denominator": 11886
      },
      "snap_households_pct": {
       "estimate": 3.67,
       "moe": 1.05,
       "numerator": 436,
       "denominator": 11886
      },
      "median_household_income": {
       "estimate": 163227,
       "moe": 9574.0
      },
      "own_children_under_18": {
       "estimate": 9780,
       "moe": 526.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 9950,
       "moe": 840.4183482052257
      }
     },
     "lines": {
      "b23008_E001": 9780,
      "b23008_M001": 526,
      "b23008_E003": 2586,
      "b23008_M003": 362,
      "b23008_E008": 244,
      "b23008_M008": 121,
      "b23008_E016": 5970,
      "b23008_M016": 580,
      "b23008_E021": 980,
      "b23008_M021": 275,
      "b11003_E001": 9797,
      "b11003_M001": 286,
      "b11003_E003": 4390,
      "b11003_M003": 314,
      "b11003_E010": 237,
      "b11003_M010": 139,
      "b11003_E016": 463,
      "b11003_M016": 157,
      "b17020_E001": 36699,
      "b17020_M001": 35,
      "b17020_E003": 138,
      "b17020_M003": 103,
      "b17020_E004": 166,
      "b17020_M004": 112,
      "b17020_E005": 333,
      "b17020_M005": 196,
      "b17020_E011": 2711,
      "b17020_M011": 402,
      "b17020_E012": 3231,
      "b17020_M012": 469,
      "b17020_E013": 3371,
      "b17020_M013": 513,
      "b15003_E001": 24575,
      "b15003_M001": 521,
      "b15003_E022": 8308,
      "b15003_M022": 885,
      "b15003_E023": 4800,
      "b15003_M023": 624,
      "b15003_E024": 1037,
      "b15003_M024": 238,
      "b15003_E025": 479,
      "b15003_M025": 177,
      "c16002_E001": 11886,
      "c16002_M001": 360,
      "c16002_E004": 35,
      "c16002_M004": 32,
      "c16002_E007": 198,
      "c16002_M007": 109,
      "c16002_E010": 76,
      "c16002_M010": 59,
      "c16002_E013": 13,
      "c16002_M013": 15,
      "b22010_E001": 11886,
      "b22010_M001": 360,
      "b22010_E002": 436,
      "b22010_M002": 126,
      "b19013_E001": 163227,
      "b19013_M001": 9574
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.5,
       "moe": 3.01,
       "numerator": 1034,
       "denominator": 9844
      },
      "children_with_two_parents_pct": {
       "estimate": 89.5,
       "moe": 4.76,
       "numerator": 8810,
       "denominator": 9844
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.26,
       "moe": 3.76,
       "numerator": 562,
       "denominator": 4989
      },
      "children_below_poverty_pct": {
       "estimate": 4.68,
       "moe": 1.74,
       "numerator": 469,
       "denominator": 10025
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 60.08,
       "moe": 3.82,
       "numerator": 14913,
       "denominator": 24823
      },
      "limited_english_households_pct": {
       "estimate": 2.78,
       "moe": 1.2,
       "numerator": 338,
       "denominator": 12153
      },
      "snap_households_pct": {
       "estimate": 3.96,
       "moe": 0.99,
       "numerator": 481,
       "denominator": 12153
      },
      "median_household_income": {
       "estimate": 163073,
       "moe": 11187.0
      },
      "own_children_under_18": {
       "estimate": 9844,
       "moe": 547.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10025,
       "moe": 769.8480369527482
      }
     },
     "lines": {
      "b23008_E001": 9844,
      "b23008_M001": 547,
      "b23008_E003": 2733,
      "b23008_M003": 401,
      "b23008_E008": 170,
      "b23008_M008": 86,
      "b23008_E016": 6077,
      "b23008_M016": 546,
      "b23008_E021": 864,
      "b23008_M021": 289,
      "b11003_E001": 9884,
      "b11003_M001": 354,
      "b11003_E003": 4427,
      "b11003_M003": 350,
      "b11003_E010": 136,
      "b11003_M010": 74,
      "b11003_E016": 426,
      "b11003_M016": 178,
      "b17020_E001": 37012,
      "b17020_M001": 40,
      "b17020_E003": 158,
      "b17020_M003": 112,
      "b17020_E004": 106,
      "b17020_M004": 64,
      "b17020_E005": 205,
      "b17020_M005": 123,
      "b17020_E011": 2766,
      "b17020_M011": 399,
      "b17020_E012": 3133,
      "b17020_M012": 460,
      "b17020_E013": 3657,
      "b17020_M013": 436,
      "b15003_E001": 24823,
      "b15003_M001": 503,
      "b15003_E022": 8187,
      "b15003_M022": 739,
      "b15003_E023": 5161,
      "b15003_M023": 594,
      "b15003_E024": 1093,
      "b15003_M024": 246,
      "b15003_E025": 472,
      "b15003_M025": 172,
      "c16002_E001": 12153,
      "c16002_M001": 343,
      "c16002_E004": 81,
      "c16002_M004": 56,
      "c16002_E007": 204,
      "c16002_M007": 127,
      "c16002_E010": 51,
      "c16002_M010": 44,
      "c16002_E013": 2,
      "c16002_M013": 5,
      "b22010_E001": 12153,
      "b22010_M001": 343,
      "b22010_E002": 481,
      "b22010_M002": 121,
      "b19013_E001": 163073,
      "b19013_M001": 11187
     }
    }
   }
  },
  "0904650": {
   "name": "Union School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0904650",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.46,
       "moe": 25.23,
       "numerator": 39,
       "denominator": 142
      },
      "children_with_two_parents_pct": {
       "estimate": 72.54,
       "moe": 32.94,
       "numerator": 103,
       "denominator": 142
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.17,
       "moe": 20.87,
       "numerator": 21,
       "denominator": 72
      },
      "children_below_poverty_pct": {
       "estimate": 9.15,
       "moe": 7.67,
       "numerator": 13,
       "denominator": 142
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 32.4,
       "moe": 4.43,
       "numerator": 243,
       "denominator": 750
      },
      "limited_english_households_pct": {
       "estimate": 1.21,
       "moe": 5.71,
       "numerator": 5,
       "denominator": 413
      },
      "snap_households_pct": {
       "estimate": 0.73,
       "moe": 0.96,
       "numerator": 3,
       "denominator": 413
      },
      "median_household_income": {
       "estimate": 89792,
       "moe": 15677.0
      },
      "own_children_under_18": {
       "estimate": 142,
       "moe": 49.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 142,
       "moe": 42.930175867331364
      }
     },
     "lines": {
      "b23008_E001": 142,
      "b23008_M001": 49,
      "b23008_E003": 33,
      "b23008_M003": 14,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 70,
      "b23008_M016": 27,
      "b23008_E021": 39,
      "b23008_M021": 36,
      "b11003_E001": 340,
      "b11003_M001": 51,
      "b11003_E003": 51,
      "b11003_M003": 14,
      "b11003_E010": 2,
      "b11003_M010": 3,
      "b11003_E016": 19,
      "b11003_M016": 16,
      "b17020_E001": 932,
      "b17020_M001": 118,
      "b17020_E003": 4,
      "b17020_M003": 7,
      "b17020_E004": 4,
      "b17020_M004": 6,
      "b17020_E005": 5,
      "b17020_M005": 7,
      "b17020_E011": 29,
      "b17020_M011": 14,
      "b17020_E012": 54,
      "b17020_M012": 27,
      "b17020_E013": 46,
      "b17020_M013": 28,
      "b15003_E001": 750,
      "b15003_M001": 91,
      "b15003_E022": 146,
      "b15003_M022": 33,
      "b15003_E023": 75,
      "b15003_M023": 26,
      "b15003_E024": 7,
      "b15003_M024": 8,
      "b15003_E025": 15,
      "b15003_M025": 12,
      "c16002_E001": 413,
      "c16002_M001": 53,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 5,
      "c16002_M010": 7,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 413,
      "b22010_M001": 53,
      "b22010_E002": 3,
      "b22010_M002": 4,
      "b19013_E001": 89792,
      "b19013_M001": 15677
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.58,
       "moe": 25.29,
       "numerator": 59,
       "denominator": 157
      },
      "children_with_two_parents_pct": {
       "estimate": 62.42,
       "moe": 11.3,
       "numerator": 98,
       "denominator": 157
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.19,
       "moe": 26.4,
       "numerator": 29,
       "denominator": 74
      },
      "children_below_poverty_pct": {
       "estimate": 12.5,
       "moe": 7.07,
       "numerator": 20,
       "denominator": 160
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.75,
       "moe": 3.53,
       "numerator": 216,
       "denominator": 726
      },
      "limited_english_households_pct": {
       "estimate": 1.26,
       "moe": 4.85,
       "numerator": 5,
       "denominator": 397
      },
      "snap_households_pct": {
       "estimate": 1.51,
       "moe": 1.49,
       "numerator": 6,
       "denominator": 397
      },
      "median_household_income": {
       "estimate": 100547,
       "moe": 20899.0
      },
      "own_children_under_18": {
       "estimate": 157,
       "moe": 44.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 160,
       "moe": 46.561786907291264
      }
     },
     "lines": {
      "b23008_E001": 157,
      "b23008_M001": 44,
      "b23008_E003": 30,
      "b23008_M003": 13,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 68,
      "b23008_M016": 30,
      "b23008_E021": 59,
      "b23008_M021": 41,
      "b11003_E001": 311,
      "b11003_M001": 72,
      "b11003_E003": 45,
      "b11003_M003": 12,
      "b11003_E010": 6,
      "b11003_M010": 6,
      "b11003_E016": 23,
      "b11003_M016": 21,
      "b17020_E001": 917,
      "b17020_M001": 156,
      "b17020_E003": 6,
      "b17020_M003": 7,
      "b17020_E004": 6,
      "b17020_M004": 7,
      "b17020_E005": 8,
      "b17020_M005": 8,
      "b17020_E011": 24,
      "b17020_M011": 11,
      "b17020_E012": 63,
      "b17020_M012": 34,
      "b17020_E013": 53,
      "b17020_M013": 27,
      "b15003_E001": 726,
      "b15003_M001": 149,
      "b15003_E022": 113,
      "b15003_M022": 29,
      "b15003_E023": 79,
      "b15003_M023": 40,
      "b15003_E024": 9,
      "b15003_M024": 10,
      "b15003_E025": 15,
      "b15003_M025": 9,
      "c16002_E001": 397,
      "c16002_M001": 68,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 2,
      "c16002_M007": 3,
      "c16002_E010": 3,
      "c16002_M010": 5,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 397,
      "b22010_M001": 68,
      "b22010_E002": 6,
      "b22010_M002": 6,
      "b19013_E001": 100547,
      "b19013_M001": 20899
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.38,
       "moe": 20.89,
       "numerator": 76,
       "denominator": 193
      },
      "children_with_two_parents_pct": {
       "estimate": 60.62,
       "moe": 6.8,
       "numerator": 117,
       "denominator": 193
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.0,
       "moe": 22.74,
       "numerator": 43,
       "denominator": 100
      },
      "children_below_poverty_pct": {
       "estimate": 17.26,
       "moe": 8.57,
       "numerator": 34,
       "denominator": 197
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.71,
       "moe": 4.46,
       "numerator": 203,
       "denominator": 760
      },
      "limited_english_households_pct": {
       "estimate": 0.72,
       "moe": 5.05,
       "numerator": 3,
       "denominator": 414
      },
      "snap_households_pct": {
       "estimate": 4.35,
       "moe": 3.33,
       "numerator": 18,
       "denominator": 414
      },
      "median_household_income": {
       "estimate": 89375,
       "moe": 23241.0
      },
      "own_children_under_18": {
       "estimate": 193,
       "moe": 62.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 197,
       "moe": 58.137767414994535
      }
     },
     "lines": {
      "b23008_E001": 193,
      "b23008_M001": 62,
      "b23008_E003": 30,
      "b23008_M003": 17,
      "b23008_E008": 0,
      "b23008_M008": 14,
      "b23008_E016": 87,
      "b23008_M016": 36,
      "b23008_E021": 76,
      "b23008_M021": 45,
      "b11003_E001": 331,
      "b11003_M001": 57,
      "b11003_E003": 57,
      "b11003_M003": 20,
      "b11003_E010": 11,
      "b11003_M010": 10,
      "b11003_E016": 32,
      "b11003_M016": 25,
      "b17020_E001": 991,
      "b17020_M001": 134,
      "b17020_E003": 10,
      "b17020_M003": 11,
      "b17020_E004": 10,
      "b17020_M004": 11,
      "b17020_E005": 14,
      "b17020_M005": 12,
      "b17020_E011": 20,
      "b17020_M011": 13,
      "b17020_E012": 77,
      "b17020_M012": 40,
      "b17020_E013": 66,
      "b17020_M013": 35,
      "b15003_E001": 760,
      "b15003_M001": 98,
      "b15003_E022": 126,
      "b15003_M022": 30,
      "b15003_E023": 68,
      "b15003_M023": 26,
      "b15003_E024": 0,
      "b15003_M024": 14,
      "b15003_E025": 9,
      "b15003_M025": 8,
      "c16002_E001": 414,
      "c16002_M001": 55,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 2,
      "c16002_M007": 3,
      "c16002_E010": 1,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 414,
      "b22010_M001": 55,
      "b22010_E002": 18,
      "b22010_M002": 14,
      "b19013_E001": 89375,
      "b19013_M001": 23241
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 48.1,
       "moe": 25.38,
       "numerator": 76,
       "denominator": 158
      },
      "children_with_two_parents_pct": {
       "estimate": 51.9,
       "moe": 13.28,
       "numerator": 82,
       "denominator": 158
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.67,
       "moe": 24.67,
       "numerator": 41,
       "denominator": 86
      },
      "children_below_poverty_pct": {
       "estimate": 10.0,
       "moe": 7.04,
       "numerator": 16,
       "denominator": 160
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 23.99,
       "moe": 4.82,
       "numerator": 179,
       "denominator": 746
      },
      "limited_english_households_pct": {
       "estimate": 1.18,
       "moe": 4.89,
       "numerator": 5,
       "denominator": 425
      },
      "snap_households_pct": {
       "estimate": 4.47,
       "moe": 3.49,
       "numerator": 19,
       "denominator": 425
      },
      "median_household_income": {
       "estimate": 88958,
       "moe": 13898.0
      },
      "own_children_under_18": {
       "estimate": 158,
       "moe": 48.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 160,
       "moe": 51.16639522186413
      }
     },
     "lines": {
      "b23008_E001": 158,
      "b23008_M001": 48,
      "b23008_E003": 14,
      "b23008_M003": 10,
      "b23008_E008": 4,
      "b23008_M008": 5,
      "b23008_E016": 68,
      "b23008_M016": 31,
      "b23008_E021": 72,
      "b23008_M021": 46,
      "b11003_E001": 318,
      "b11003_M001": 49,
      "b11003_E003": 45,
      "b11003_M003": 14,
      "b11003_E010": 10,
      "b11003_M010": 8,
      "b11003_E016": 31,
      "b11003_M016": 24,
      "b17020_E001": 944,
      "b17020_M001": 112,
      "b17020_E003": 3,
      "b17020_M003": 4,
      "b17020_E004": 2,
      "b17020_M004": 4,
      "b17020_E005": 11,
      "b17020_M005": 11,
      "b17020_E011": 15,
      "b17020_M011": 11,
      "b17020_E012": 72,
      "b17020_M012": 38,
      "b17020_E013": 57,
      "b17020_M013": 30,
      "b15003_E001": 746,
      "b15003_M001": 88,
      "b15003_E022": 100,
      "b15003_M022": 28,
      "b15003_E023": 70,
      "b15003_M023": 26,
      "b15003_E024": 0,
      "b15003_M024": 14,
      "b15003_E025": 9,
      "b15003_M025": 9,
      "c16002_E001": 425,
      "c16002_M001": 47,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 2,
      "c16002_M007": 2,
      "c16002_E010": 3,
      "c16002_M010": 6,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 425,
      "b22010_M001": 47,
      "b22010_E002": 19,
      "b22010_M002": 15,
      "b19013_E001": 88958,
      "b19013_M001": 13898
     }
    }
   }
  },
  "0904680": {
   "name": "Vernon School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904680",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 45.17,
       "moe": 8.48,
       "numerator": 2202,
       "denominator": 4875
      },
      "children_with_two_parents_pct": {
       "estimate": 54.83,
       "moe": 6.89,
       "numerator": 2673,
       "denominator": 4875
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.9,
       "moe": 7.29,
       "numerator": 1278,
       "denominator": 3372
      },
      "children_below_poverty_pct": {
       "estimate": 10.53,
       "moe": 3.83,
       "numerator": 535,
       "denominator": 5083
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.15,
       "moe": 2.83,
       "numerator": 7457,
       "denominator": 21214
      },
      "limited_english_households_pct": {
       "estimate": 3.21,
       "moe": 1.15,
       "numerator": 439,
       "denominator": 13695
      },
      "snap_households_pct": {
       "estimate": 13.34,
       "moe": 2.51,
       "numerator": 1827,
       "denominator": 13695
      },
      "median_household_income": {
       "estimate": 68566,
       "moe": 1980.0
      },
      "own_children_under_18": {
       "estimate": 4875,
       "moe": 395.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5083,
       "moe": 557.9767020225845
      }
     },
     "lines": {
      "b23008_E001": 4875,
      "b23008_M001": 395,
      "b23008_E003": 1123,
      "b23008_M003": 280,
      "b23008_E008": 790,
      "b23008_M008": 277,
      "b23008_E016": 1550,
      "b23008_M016": 285,
      "b23008_E021": 1412,
      "b23008_M021": 355,
      "b11003_E001": 7816,
      "b11003_M001": 466,
      "b11003_E003": 2094,
      "b11003_M003": 396,
      "b11003_E010": 310,
      "b11003_M010": 168,
      "b11003_E016": 968,
      "b11003_M016": 262,
      "b17020_E001": 29733,
      "b17020_M001": 139,
      "b17020_E003": 256,
      "b17020_M003": 160,
      "b17020_E004": 199,
      "b17020_M004": 110,
      "b17020_E005": 80,
      "b17020_M005": 61,
      "b17020_E011": 1666,
      "b17020_M011": 288,
      "b17020_E012": 1408,
      "b17020_M012": 293,
      "b17020_E013": 1474,
      "b17020_M013": 318,
      "b15003_E001": 21214,
      "b15003_M001": 612,
      "b15003_E022": 4483,
      "b15003_M022": 536,
      "b15003_E023": 2304,
      "b15003_M023": 272,
      "b15003_E024": 336,
      "b15003_M024": 144,
      "b15003_E025": 334,
      "b15003_M025": 161,
      "c16002_E001": 13695,
      "c16002_M001": 389,
      "c16002_E004": 140,
      "c16002_M004": 91,
      "c16002_E007": 154,
      "c16002_M007": 97,
      "c16002_E010": 97,
      "c16002_M010": 62,
      "c16002_E013": 48,
      "c16002_M013": 59,
      "b22010_E001": 13695,
      "b22010_M001": 389,
      "b22010_E002": 1827,
      "b22010_M002": 347,
      "b19013_E001": 68566,
      "b19013_M001": 1980
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 48.67,
       "moe": 8.51,
       "numerator": 2523,
       "denominator": 5184
      },
      "children_with_two_parents_pct": {
       "estimate": 51.33,
       "moe": 7.43,
       "numerator": 2661,
       "denominator": 5184
      },
      "one_parent_families_with_children_pct": {
       "estimate": 43.93,
       "moe": 8.06,
       "numerator": 1285,
       "denominator": 2925
      },
      "children_below_poverty_pct": {
       "estimate": 11.14,
       "moe": 5.28,
       "numerator": 595,
       "denominator": 5339
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 35.63,
       "moe": 2.96,
       "numerator": 8009,
       "denominator": 22480
      },
      "limited_english_households_pct": {
       "estimate": 4.12,
       "moe": 1.38,
       "numerator": 535,
       "denominator": 12980
      },
      "snap_households_pct": {
       "estimate": 13.37,
       "moe": 2.34,
       "numerator": 1735,
       "denominator": 12980
      },
      "median_household_income": {
       "estimate": 79875,
       "moe": 6592.0
      },
      "own_children_under_18": {
       "estimate": 5184,
       "moe": 490.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5339,
       "moe": 692.2261191258244
      }
     },
     "lines": {
      "b23008_E001": 5184,
      "b23008_M001": 490,
      "b23008_E003": 1209,
      "b23008_M003": 294,
      "b23008_E008": 946,
      "b23008_M008": 348,
      "b23008_E016": 1452,
      "b23008_M016": 354,
      "b23008_E021": 1577,
      "b23008_M021": 361,
      "b11003_E001": 7592,
      "b11003_M001": 356,
      "b11003_E003": 1640,
      "b11003_M003": 301,
      "b11003_E010": 225,
      "b11003_M010": 150,
      "b11003_E016": 1060,
      "b11003_M016": 261,
      "b17020_E001": 30023,
      "b17020_M001": 44,
      "b17020_E003": 317,
      "b17020_M003": 254,
      "b17020_E004": 240,
      "b17020_M004": 139,
      "b17020_E005": 38,
      "b17020_M005": 41,
      "b17020_E011": 1880,
      "b17020_M011": 439,
      "b17020_E012": 1151,
      "b17020_M012": 263,
      "b17020_E013": 1713,
      "b17020_M013": 363,
      "b15003_E001": 22480,
      "b15003_M001": 582,
      "b15003_E022": 4932,
      "b15003_M022": 571,
      "b15003_E023": 2469,
      "b15003_M023": 356,
      "b15003_E024": 345,
      "b15003_M024": 134,
      "b15003_E025": 263,
      "b15003_M025": 126,
      "c16002_E001": 12980,
      "c16002_M001": 450,
      "c16002_E004": 210,
      "c16002_M004": 120,
      "c16002_E007": 152,
      "c16002_M007": 93,
      "c16002_E010": 126,
      "c16002_M010": 80,
      "c16002_E013": 47,
      "c16002_M013": 55,
      "b22010_E001": 12980,
      "b22010_M001": 450,
      "b22010_E002": 1735,
      "b22010_M002": 309,
      "b19013_E001": 79875,
      "b19013_M001": 6592
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.41,
       "moe": 7.19,
       "numerator": 1954,
       "denominator": 4958
      },
      "children_with_two_parents_pct": {
       "estimate": 60.59,
       "moe": 9.04,
       "numerator": 3004,
       "denominator": 4958
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.16,
       "moe": 6.16,
       "numerator": 1001,
       "denominator": 2768
      },
      "children_below_poverty_pct": {
       "estimate": 11.05,
       "moe": 5.41,
       "numerator": 562,
       "denominator": 5086
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.24,
       "moe": 3.38,
       "numerator": 8306,
       "denominator": 22919
      },
      "limited_english_households_pct": {
       "estimate": 3.61,
       "moe": 1.28,
       "numerator": 487,
       "denominator": 13497
      },
      "snap_households_pct": {
       "estimate": 13.52,
       "moe": 2.22,
       "numerator": 1825,
       "denominator": 13497
      },
      "median_household_income": {
       "estimate": 80766,
       "moe": 5175.0
      },
      "own_children_under_18": {
       "estimate": 4958,
       "moe": 455.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5086,
       "moe": 598.1663648183505
      }
     },
     "lines": {
      "b23008_E001": 4958,
      "b23008_M001": 455,
      "b23008_E003": 1288,
      "b23008_M003": 342,
      "b23008_E008": 476,
      "b23008_M008": 197,
      "b23008_E016": 1716,
      "b23008_M016": 400,
      "b23008_E021": 1478,
      "b23008_M021": 347,
      "b11003_E001": 7440,
      "b11003_M001": 374,
      "b11003_E003": 1767,
      "b11003_M003": 333,
      "b11003_E010": 165,
      "b11003_M010": 92,
      "b11003_E016": 836,
      "b11003_M016": 204,
      "b17020_E001": 30137,
      "b17020_M001": 47,
      "b17020_E003": 218,
      "b17020_M003": 226,
      "b17020_E004": 288,
      "b17020_M004": 159,
      "b17020_E005": 56,
      "b17020_M005": 60,
      "b17020_E011": 1575,
      "b17020_M011": 279,
      "b17020_E012": 1220,
      "b17020_M012": 257,
      "b17020_E013": 1729,
      "b17020_M013": 366,
      "b15003_E001": 22919,
      "b15003_M001": 562,
      "b15003_E022": 5069,
      "b15003_M022": 670,
      "b15003_E023": 2555,
      "b15003_M023": 381,
      "b15003_E024": 364,
      "b15003_M024": 159,
      "b15003_E025": 318,
      "b15003_M025": 144,
      "c16002_E001": 13497,
      "c16002_M001": 453,
      "c16002_E004": 107,
      "c16002_M004": 79,
      "c16002_E007": 177,
      "c16002_M007": 109,
      "c16002_E010": 133,
      "c16002_M010": 88,
      "c16002_E013": 70,
      "c16002_M013": 64,
      "b22010_E001": 13497,
      "b22010_M001": 453,
      "b22010_E002": 1825,
      "b22010_M002": 306,
      "b19013_E001": 80766,
      "b19013_M001": 5175
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 47.0,
       "moe": 9.3,
       "numerator": 2338,
       "denominator": 4974
      },
      "children_with_two_parents_pct": {
       "estimate": 53.0,
       "moe": 8.64,
       "numerator": 2636,
       "denominator": 4974
      },
      "one_parent_families_with_children_pct": {
       "estimate": 44.28,
       "moe": 7.1,
       "numerator": 1311,
       "denominator": 2961
      },
      "children_below_poverty_pct": {
       "estimate": 16.79,
       "moe": 7.48,
       "numerator": 861,
       "denominator": 5127
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.95,
       "moe": 3.37,
       "numerator": 8591,
       "denominator": 22635
      },
      "limited_english_households_pct": {
       "estimate": 4.02,
       "moe": 1.37,
       "numerator": 547,
       "denominator": 13611
      },
      "snap_households_pct": {
       "estimate": 13.7,
       "moe": 2.13,
       "numerator": 1865,
       "denominator": 13611
      },
      "median_household_income": {
       "estimate": 85356,
       "moe": 5752.0
      },
      "own_children_under_18": {
       "estimate": 4974,
       "moe": 429.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5127,
       "moe": 718.0863457830123
      }
     },
     "lines": {
      "b23008_E001": 4974,
      "b23008_M001": 429,
      "b23008_E003": 938,
      "b23008_M003": 250,
      "b23008_E008": 799,
      "b23008_M008": 400,
      "b23008_E016": 1698,
      "b23008_M016": 417,
      "b23008_E021": 1539,
      "b23008_M021": 308,
      "b11003_E001": 7550,
      "b11003_M001": 362,
      "b11003_E003": 1650,
      "b11003_M003": 333,
      "b11003_E010": 322,
      "b11003_M010": 150,
      "b11003_E016": 989,
      "b11003_M016": 244,
      "b17020_E001": 30319,
      "b17020_M001": 58,
      "b17020_E003": 334,
      "b17020_M003": 327,
      "b17020_E004": 385,
      "b17020_M004": 187,
      "b17020_E005": 142,
      "b17020_M005": 140,
      "b17020_E011": 1427,
      "b17020_M011": 310,
      "b17020_E012": 1134,
      "b17020_M012": 347,
      "b17020_E013": 1705,
      "b17020_M013": 371,
      "b15003_E001": 22635,
      "b15003_M001": 566,
      "b15003_E022": 5345,
      "b15003_M022": 638,
      "b15003_E023": 2685,
      "b15003_M023": 431,
      "b15003_E024": 271,
      "b15003_M024": 126,
      "b15003_E025": 290,
      "b15003_M025": 135,
      "c16002_E001": 13611,
      "c16002_M001": 414,
      "c16002_E004": 112,
      "c16002_M004": 79,
      "c16002_E007": 155,
      "c16002_M007": 115,
      "c16002_E010": 185,
      "c16002_M010": 103,
      "c16002_E013": 95,
      "c16002_M013": 72,
      "b22010_E001": 13611,
      "b22010_M001": 414,
      "b22010_E002": 1865,
      "b22010_M002": 295,
      "b19013_E001": 85356,
      "b19013_M001": 5752
     }
    }
   }
  },
  "0904710": {
   "name": "Voluntown School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0904710",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.83,
       "moe": 12.68,
       "numerator": 118,
       "denominator": 424
      },
      "children_with_two_parents_pct": {
       "estimate": 72.17,
       "moe": 16.79,
       "numerator": 306,
       "denominator": 424
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.44,
       "moe": 15.17,
       "numerator": 68,
       "denominator": 231
      },
      "children_below_poverty_pct": {
       "estimate": 11.51,
       "moe": 9.26,
       "numerator": 51,
       "denominator": 443
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.75,
       "moe": 5.58,
       "numerator": 451,
       "denominator": 1822
      },
      "limited_english_households_pct": {
       "estimate": 1.8,
       "moe": 2.8,
       "numerator": 19,
       "denominator": 1053
      },
      "snap_households_pct": {
       "estimate": 3.89,
       "moe": 2.83,
       "numerator": 41,
       "denominator": 1053
      },
      "median_household_income": {
       "estimate": 84583,
       "moe": 22690.0
      },
      "own_children_under_18": {
       "estimate": 424,
       "moe": 81.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 443,
       "moe": 105.88200980336556
      }
     },
     "lines": {
      "b23008_E001": 424,
      "b23008_M001": 81,
      "b23008_E003": 65,
      "b23008_M003": 42,
      "b23008_E008": 23,
      "b23008_M008": 22,
      "b23008_E016": 241,
      "b23008_M016": 82,
      "b23008_E021": 95,
      "b23008_M021": 54,
      "b11003_E001": 787,
      "b11003_M001": 106,
      "b11003_E003": 163,
      "b11003_M003": 38,
      "b11003_E010": 15,
      "b11003_M010": 16,
      "b11003_E016": 53,
      "b11003_M016": 35,
      "b17020_E001": 2554,
      "b17020_M001": 23,
      "b17020_E003": 9,
      "b17020_M003": 14,
      "b17020_E004": 20,
      "b17020_M004": 26,
      "b17020_E005": 22,
      "b17020_M005": 31,
      "b17020_E011": 79,
      "b17020_M011": 44,
      "b17020_E012": 106,
      "b17020_M012": 49,
      "b17020_E013": 207,
      "b17020_M013": 71,
      "b15003_E001": 1822,
      "b15003_M001": 121,
      "b15003_E022": 267,
      "b15003_M022": 79,
      "b15003_E023": 163,
      "b15003_M023": 67,
      "b15003_E024": 3,
      "b15003_M024": 6,
      "b15003_E025": 18,
      "b15003_M025": 22,
      "c16002_E001": 1053,
      "c16002_M001": 95,
      "c16002_E004": 15,
      "c16002_M004": 22,
      "c16002_E007": 4,
      "c16002_M007": 7,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1053,
      "b22010_M001": 95,
      "b22010_E002": 41,
      "b22010_M002": 30,
      "b19013_E001": 84583,
      "b19013_M001": 22690
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.38,
       "moe": 12.31,
       "numerator": 94,
       "denominator": 402
      },
      "children_with_two_parents_pct": {
       "estimate": 76.62,
       "moe": 15.87,
       "numerator": 308,
       "denominator": 402
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.98,
       "moe": 7.68,
       "numerator": 39,
       "denominator": 279
      },
      "children_below_poverty_pct": {
       "estimate": 11.69,
       "moe": 9.61,
       "numerator": 49,
       "denominator": 419
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 24.06,
       "moe": 5.76,
       "numerator": 433,
       "denominator": 1800
      },
      "limited_english_households_pct": {
       "estimate": 4.45,
       "moe": 7.49,
       "numerator": 47,
       "denominator": 1057
      },
      "snap_households_pct": {
       "estimate": 5.01,
       "moe": 7.08,
       "numerator": 53,
       "denominator": 1057
      },
      "median_household_income": {
       "estimate": 84250,
       "moe": 14462.0
      },
      "own_children_under_18": {
       "estimate": 402,
       "moe": 97.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 419,
       "moe": 102.89800775525248
      }
     },
     "lines": {
      "b23008_E001": 402,
      "b23008_M001": 97,
      "b23008_E003": 70,
      "b23008_M003": 43,
      "b23008_E008": 18,
      "b23008_M008": 19,
      "b23008_E016": 238,
      "b23008_M016": 88,
      "b23008_E021": 76,
      "b23008_M021": 51,
      "b11003_E001": 797,
      "b11003_M001": 100,
      "b11003_E003": 240,
      "b11003_M003": 97,
      "b11003_E010": 17,
      "b11003_M010": 16,
      "b11003_E016": 22,
      "b11003_M016": 20,
      "b17020_E001": 2567,
      "b17020_M001": 36,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 31,
      "b17020_M004": 34,
      "b17020_E005": 18,
      "b17020_M005": 21,
      "b17020_E011": 88,
      "b17020_M011": 47,
      "b17020_E012": 125,
      "b17020_M012": 57,
      "b17020_E013": 157,
      "b17020_M013": 58,
      "b15003_E001": 1800,
      "b15003_M001": 116,
      "b15003_E022": 240,
      "b15003_M022": 79,
      "b15003_E023": 174,
      "b15003_M023": 70,
      "b15003_E024": 4,
      "b15003_M024": 6,
      "b15003_E025": 15,
      "b15003_M025": 19,
      "c16002_E001": 1057,
      "c16002_M001": 89,
      "c16002_E004": 47,
      "c16002_M004": 76,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 1057,
      "b22010_M001": 89,
      "b22010_E002": 53,
      "b22010_M002": 75,
      "b19013_E001": 84250,
      "b19013_M001": 14462
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.77,
       "moe": 13.74,
       "numerator": 91,
       "denominator": 418
      },
      "children_with_two_parents_pct": {
       "estimate": 78.23,
       "moe": 16.95,
       "numerator": 327,
       "denominator": 418
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.65,
       "moe": 12.76,
       "numerator": 45,
       "denominator": 255
      },
      "children_below_poverty_pct": {
       "estimate": 9.86,
       "moe": 9.4,
       "numerator": 43,
       "denominator": 436
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 25.33,
       "moe": 5.83,
       "numerator": 474,
       "denominator": 1871
      },
      "limited_english_households_pct": {
       "estimate": 1.82,
       "moe": 3.17,
       "numerator": 20,
       "denominator": 1099
      },
      "snap_households_pct": {
       "estimate": 3.0,
       "moe": 2.63,
       "numerator": 33,
       "denominator": 1099
      },
      "median_household_income": {
       "estimate": 92438,
       "moe": 25722.0
      },
      "own_children_under_18": {
       "estimate": 418,
       "moe": 80.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 436,
       "moe": 102.34744745229361
      }
     },
     "lines": {
      "b23008_E001": 418,
      "b23008_M001": 80,
      "b23008_E003": 59,
      "b23008_M003": 37,
      "b23008_E008": 19,
      "b23008_M008": 24,
      "b23008_E016": 268,
      "b23008_M016": 87,
      "b23008_E021": 72,
      "b23008_M021": 55,
      "b11003_E001": 775,
      "b11003_M001": 87,
      "b11003_E003": 210,
      "b11003_M003": 64,
      "b11003_E010": 20,
      "b11003_M010": 21,
      "b11003_E016": 25,
      "b11003_M016": 28,
      "b17020_E001": 2587,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 24,
      "b17020_M004": 31,
      "b17020_E005": 19,
      "b17020_M005": 25,
      "b17020_E011": 78,
      "b17020_M011": 42,
      "b17020_E012": 152,
      "b17020_M012": 52,
      "b17020_E013": 163,
      "b17020_M013": 65,
      "b15003_E001": 1871,
      "b15003_M001": 112,
      "b15003_E022": 274,
      "b15003_M022": 91,
      "b15003_E023": 162,
      "b15003_M023": 61,
      "b15003_E024": 6,
      "b15003_M024": 9,
      "b15003_E025": 32,
      "b15003_M025": 25,
      "c16002_E001": 1099,
      "c16002_M001": 77,
      "c16002_E004": 20,
      "c16002_M004": 25,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1099,
      "b22010_M001": 77,
      "b22010_E002": 33,
      "b22010_M002": 29,
      "b19013_E001": 92438,
      "b19013_M001": 25722
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.11,
       "moe": 11.17,
       "numerator": 95,
       "denominator": 394
      },
      "children_with_two_parents_pct": {
       "estimate": 75.89,
       "moe": 13.8,
       "numerator": 299,
       "denominator": 394
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.9,
       "moe": 9.57,
       "numerator": 45,
       "denominator": 283
      },
      "children_below_poverty_pct": {
       "estimate": 13.82,
       "moe": 11.17,
       "numerator": 59,
       "denominator": 427
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.67,
       "moe": 5.66,
       "numerator": 507,
       "denominator": 1901
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 2.51,
       "numerator": 0,
       "denominator": 1117
      },
      "snap_households_pct": {
       "estimate": 2.78,
       "moe": 2.23,
       "numerator": 31,
       "denominator": 1117
      },
      "median_household_income": {
       "estimate": 101964,
       "moe": 25129.0
      },
      "own_children_under_18": {
       "estimate": 394,
       "moe": 73.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 427,
       "moe": 112.20516922138658
      }
     },
     "lines": {
      "b23008_E001": 394,
      "b23008_M001": 73,
      "b23008_E003": 52,
      "b23008_M003": 29,
      "b23008_E008": 17,
      "b23008_M008": 22,
      "b23008_E016": 247,
      "b23008_M016": 72,
      "b23008_E021": 78,
      "b23008_M021": 42,
      "b11003_E001": 816,
      "b11003_M001": 80,
      "b11003_E003": 238,
      "b11003_M003": 75,
      "b11003_E010": 36,
      "b11003_M010": 27,
      "b11003_E016": 9,
      "b11003_M016": 13,
      "b17020_E001": 2604,
      "b17020_M001": 19,
      "b17020_E003": 0,
      "b17020_M003": 14,
      "b17020_E004": 28,
      "b17020_M004": 36,
      "b17020_E005": 31,
      "b17020_M005": 32,
      "b17020_E011": 69,
      "b17020_M011": 35,
      "b17020_E012": 126,
      "b17020_M012": 68,
      "b17020_E013": 173,
      "b17020_M013": 65,
      "b15003_E001": 1901,
      "b15003_M001": 96,
      "b15003_E022": 307,
      "b15003_M022": 88,
      "b15003_E023": 135,
      "b15003_M023": 51,
      "b15003_E024": 4,
      "b15003_M024": 6,
      "b15003_E025": 61,
      "b15003_M025": 43,
      "c16002_E001": 1117,
      "c16002_M001": 92,
      "c16002_E004": 0,
      "c16002_M004": 14,
      "c16002_E007": 0,
      "c16002_M007": 14,
      "c16002_E010": 0,
      "c16002_M010": 14,
      "c16002_E013": 0,
      "c16002_M013": 14,
      "b22010_E001": 1117,
      "b22010_M001": 92,
      "b22010_E002": 31,
      "b22010_M002": 25,
      "b19013_E001": 101964,
      "b19013_M001": 25129
     }
    }
   }
  },
  "0904740": {
   "name": "Wallingford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904740",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.27,
       "moe": 5.1,
       "numerator": 1842,
       "denominator": 7589
      },
      "children_with_two_parents_pct": {
       "estimate": 75.73,
       "moe": 5.81,
       "numerator": 5747,
       "denominator": 7589
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.97,
       "moe": 5.61,
       "numerator": 855,
       "denominator": 4077
      },
      "children_below_poverty_pct": {
       "estimate": 8.0,
       "moe": 3.07,
       "numerator": 610,
       "denominator": 7625
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.85,
       "moe": 2.48,
       "numerator": 12481,
       "denominator": 33874
      },
      "limited_english_households_pct": {
       "estimate": 3.36,
       "moe": 1.37,
       "numerator": 615,
       "denominator": 18280
      },
      "snap_households_pct": {
       "estimate": 8.16,
       "moe": 1.53,
       "numerator": 1492,
       "denominator": 18280
      },
      "median_household_income": {
       "estimate": 88573,
       "moe": 4373.0
      },
      "own_children_under_18": {
       "estimate": 7589,
       "moe": 563.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7625,
       "moe": 668.3748948008146
      }
     },
     "lines": {
      "b23008_E001": 7589,
      "b23008_M001": 563,
      "b23008_E003": 1943,
      "b23008_M003": 373,
      "b23008_E008": 734,
      "b23008_M008": 214,
      "b23008_E016": 3804,
      "b23008_M016": 487,
      "b23008_E021": 1108,
      "b23008_M021": 350,
      "b11003_E001": 11586,
      "b11003_M001": 436,
      "b11003_E003": 3222,
      "b11003_M003": 316,
      "b11003_E010": 232,
      "b11003_M010": 88,
      "b11003_E016": 623,
      "b11003_M016": 227,
      "b17020_E001": 43561,
      "b17020_M001": 238,
      "b17020_E003": 325,
      "b17020_M003": 160,
      "b17020_E004": 79,
      "b17020_M004": 53,
      "b17020_E005": 206,
      "b17020_M005": 171,
      "b17020_E011": 2352,
      "b17020_M011": 385,
      "b17020_E012": 2192,
      "b17020_M012": 343,
      "b17020_E013": 2471,
      "b17020_M013": 351,
      "b15003_E001": 33874,
      "b15003_M001": 663,
      "b15003_E022": 7479,
      "b15003_M022": 693,
      "b15003_E023": 3967,
      "b15003_M023": 487,
      "b15003_E024": 684,
      "b15003_M024": 183,
      "b15003_E025": 351,
      "b15003_M025": 126,
      "c16002_E001": 18280,
      "c16002_M001": 665,
      "c16002_E004": 387,
      "c16002_M004": 227,
      "c16002_E007": 147,
      "c16002_M007": 92,
      "c16002_E010": 81,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 18280,
      "b22010_M001": 665,
      "b22010_E002": 1492,
      "b22010_M002": 285,
      "b19013_E001": 88573,
      "b19013_M001": 4373
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.67,
       "moe": 4.97,
       "numerator": 1798,
       "denominator": 7932
      },
      "children_with_two_parents_pct": {
       "estimate": 77.33,
       "moe": 5.7,
       "numerator": 6134,
       "denominator": 7932
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.49,
       "moe": 5.81,
       "numerator": 918,
       "denominator": 4272
      },
      "children_below_poverty_pct": {
       "estimate": 7.41,
       "moe": 3.03,
       "numerator": 592,
       "denominator": 7989
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.93,
       "moe": 2.68,
       "numerator": 12548,
       "denominator": 33081
      },
      "limited_english_households_pct": {
       "estimate": 3.25,
       "moe": 1.14,
       "numerator": 599,
       "denominator": 18431
      },
      "snap_households_pct": {
       "estimate": 6.54,
       "moe": 1.51,
       "numerator": 1205,
       "denominator": 18431
      },
      "median_household_income": {
       "estimate": 98465,
       "moe": 5153.0
      },
      "own_children_under_18": {
       "estimate": 7932,
       "moe": 494.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7989,
       "moe": 685.7229761354071
      }
     },
     "lines": {
      "b23008_E001": 7932,
      "b23008_M001": 494,
      "b23008_E003": 2141,
      "b23008_M003": 431,
      "b23008_E008": 639,
      "b23008_M008": 234,
      "b23008_E016": 3993,
      "b23008_M016": 406,
      "b23008_E021": 1159,
      "b23008_M021": 336,
      "b11003_E001": 11434,
      "b11003_M001": 420,
      "b11003_E003": 3354,
      "b11003_M003": 337,
      "b11003_E010": 258,
      "b11003_M010": 116,
      "b11003_E016": 660,
      "b11003_M016": 238,
      "b17020_E001": 43451,
      "b17020_M001": 39,
      "b17020_E003": 316,
      "b17020_M003": 175,
      "b17020_E004": 111,
      "b17020_M004": 86,
      "b17020_E005": 165,
      "b17020_M005": 152,
      "b17020_E011": 2464,
      "b17020_M011": 445,
      "b17020_E012": 2285,
      "b17020_M012": 279,
      "b17020_E013": 2648,
      "b17020_M013": 365,
      "b15003_E001": 33081,
      "b15003_M001": 584,
      "b15003_E022": 7237,
      "b15003_M022": 678,
      "b15003_E023": 4228,
      "b15003_M023": 569,
      "b15003_E024": 687,
      "b15003_M024": 183,
      "b15003_E025": 396,
      "b15003_M025": 129,
      "c16002_E001": 18431,
      "c16002_M001": 580,
      "c16002_E004": 347,
      "c16002_M004": 185,
      "c16002_E007": 156,
      "c16002_M007": 87,
      "c16002_E010": 96,
      "c16002_M010": 48,
      "c16002_E013": 0,
      "c16002_M013": 28,
      "b22010_E001": 18431,
      "b22010_M001": 580,
      "b22010_E002": 1205,
      "b22010_M002": 281,
      "b19013_E001": 98465,
      "b19013_M001": 5153
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 18.33,
       "moe": 4.38,
       "numerator": 1438,
       "denominator": 7845
      },
      "children_with_two_parents_pct": {
       "estimate": 81.67,
       "moe": 5.86,
       "numerator": 6407,
       "denominator": 7845
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.64,
       "moe": 5.9,
       "numerator": 794,
       "denominator": 4259
      },
      "children_below_poverty_pct": {
       "estimate": 5.18,
       "moe": 2.63,
       "numerator": 412,
       "denominator": 7951
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.01,
       "moe": 2.73,
       "numerator": 13011,
       "denominator": 33351
      },
      "limited_english_households_pct": {
       "estimate": 3.14,
       "moe": 1.3,
       "numerator": 585,
       "denominator": 18654
      },
      "snap_households_pct": {
       "estimate": 5.73,
       "moe": 1.41,
       "numerator": 1068,
       "denominator": 18654
      },
      "median_household_income": {
       "estimate": 101572,
       "moe": 5754.0
      },
      "own_children_under_18": {
       "estimate": 7845,
       "moe": 621.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7951,
       "moe": 765.9856395520741
      }
     },
     "lines": {
      "b23008_E001": 7845,
      "b23008_M001": 621,
      "b23008_E003": 2131,
      "b23008_M003": 443,
      "b23008_E008": 430,
      "b23008_M008": 180,
      "b23008_E016": 4276,
      "b23008_M016": 522,
      "b23008_E021": 1008,
      "b23008_M021": 314,
      "b11003_E001": 11464,
      "b11003_M001": 411,
      "b11003_E003": 3465,
      "b11003_M003": 365,
      "b11003_E010": 217,
      "b11003_M010": 122,
      "b11003_E016": 577,
      "b11003_M016": 235,
      "b17020_E001": 43435,
      "b17020_M001": 52,
      "b17020_E003": 143,
      "b17020_M003": 120,
      "b17020_E004": 72,
      "b17020_M004": 53,
      "b17020_E005": 197,
      "b17020_M005": 168,
      "b17020_E011": 2455,
      "b17020_M011": 460,
      "b17020_E012": 2491,
      "b17020_M012": 426,
      "b17020_E013": 2593,
      "b17020_M013": 385,
      "b15003_E001": 33351,
      "b15003_M001": 748,
      "b15003_E022": 7477,
      "b15003_M022": 730,
      "b15003_E023": 4401,
      "b15003_M023": 552,
      "b15003_E024": 650,
      "b15003_M024": 190,
      "b15003_E025": 483,
      "b15003_M025": 194,
      "c16002_E001": 18654,
      "c16002_M001": 658,
      "c16002_E004": 404,
      "c16002_M004": 222,
      "c16002_E007": 126,
      "c16002_M007": 88,
      "c16002_E010": 55,
      "c16002_M010": 38,
      "c16002_E013": 0,
      "c16002_M013": 29,
      "b22010_E001": 18654,
      "b22010_M001": 658,
      "b22010_E002": 1068,
      "b22010_M002": 266,
      "b19013_E001": 101572,
      "b19013_M001": 5754
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.95,
       "moe": 6.27,
       "numerator": 1807,
       "denominator": 8233
      },
      "children_with_two_parents_pct": {
       "estimate": 78.05,
       "moe": 4.47,
       "numerator": 6426,
       "denominator": 8233
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.0,
       "moe": 6.13,
       "numerator": 956,
       "denominator": 4553
      },
      "children_below_poverty_pct": {
       "estimate": 5.12,
       "moe": 3.68,
       "numerator": 426,
       "denominator": 8327
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.36,
       "moe": 2.9,
       "numerator": 13333,
       "denominator": 33039
      },
      "limited_english_households_pct": {
       "estimate": 3.29,
       "moe": 1.22,
       "numerator": 609,
       "denominator": 18538
      },
      "snap_households_pct": {
       "estimate": 6.11,
       "moe": 1.68,
       "numerator": 1133,
       "denominator": 18538
      },
      "median_household_income": {
       "estimate": 104773,
       "moe": 5444.0
      },
      "own_children_under_18": {
       "estimate": 8233,
       "moe": 673.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 8327,
       "moe": 777.3917931133567
      }
     },
     "lines": {
      "b23008_E001": 8233,
      "b23008_M001": 673,
      "b23008_E003": 2267,
      "b23008_M003": 435,
      "b23008_E008": 534,
      "b23008_M008": 341,
      "b23008_E016": 4159,
      "b23008_M016": 471,
      "b23008_E021": 1273,
      "b23008_M021": 415,
      "b11003_E001": 11780,
      "b11003_M001": 437,
      "b11003_E003": 3597,
      "b11003_M003": 349,
      "b11003_E010": 264,
      "b11003_M010": 181,
      "b11003_E016": 692,
      "b11003_M016": 233,
      "b17020_E001": 43841,
      "b17020_M001": 42,
      "b17020_E003": 164,
      "b17020_M003": 232,
      "b17020_E004": 71,
      "b17020_M004": 69,
      "b17020_E005": 191,
      "b17020_M005": 192,
      "b17020_E011": 2673,
      "b17020_M011": 445,
      "b17020_E012": 2269,
      "b17020_M012": 380,
      "b17020_E013": 2959,
      "b17020_M013": 408,
      "b15003_E001": 33039,
      "b15003_M001": 712,
      "b15003_E022": 7826,
      "b15003_M022": 802,
      "b15003_E023": 4351,
      "b15003_M023": 556,
      "b15003_E024": 775,
      "b15003_M024": 182,
      "b15003_E025": 381,
      "b15003_M025": 132,
      "c16002_E001": 18538,
      "c16002_M001": 707,
      "c16002_E004": 395,
      "c16002_M004": 203,
      "c16002_E007": 162,
      "c16002_M007": 96,
      "c16002_E010": 38,
      "c16002_M010": 30,
      "c16002_E013": 14,
      "c16002_M013": 23,
      "b22010_E001": 18538,
      "b22010_M001": 707,
      "b22010_E002": 1133,
      "b22010_M002": 314,
      "b19013_E001": 104773,
      "b19013_M001": 5444
     }
    }
   }
  },
  "0904830": {
   "name": "Waterbury School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904830",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 59.26,
       "moe": 4.19,
       "numerator": 15019,
       "denominator": 25343
      },
      "children_with_two_parents_pct": {
       "estimate": 40.74,
       "moe": 3.55,
       "numerator": 10324,
       "denominator": 25343
      },
      "one_parent_families_with_children_pct": {
       "estimate": 56.63,
       "moe": 4.13,
       "numerator": 7006,
       "denominator": 12371
      },
      "children_below_poverty_pct": {
       "estimate": 32.22,
       "moe": 3.32,
       "numerator": 8488,
       "denominator": 26341
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.63,
       "moe": 1.34,
       "numerator": 13409,
       "denominator": 76061
      },
      "limited_english_households_pct": {
       "estimate": 9.99,
       "moe": 1.48,
       "numerator": 4505,
       "denominator": 45114
      },
      "snap_households_pct": {
       "estimate": 27.71,
       "moe": 1.4,
       "numerator": 12501,
       "denominator": 45114
      },
      "median_household_income": {
       "estimate": 48787,
       "moe": 2383.0
      },
      "own_children_under_18": {
       "estimate": 25343,
       "moe": 1318.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 26341,
       "moe": 1733.99567473509
      }
     },
     "lines": {
      "b23008_E001": 25343,
      "b23008_M001": 1318,
      "b23008_E003": 3035,
      "b23008_M003": 484,
      "b23008_E008": 5825,
      "b23008_M008": 989,
      "b23008_E016": 7289,
      "b23008_M016": 929,
      "b23008_E021": 9194,
      "b23008_M021": 871,
      "b11003_E001": 26791,
      "b11003_M001": 788,
      "b11003_E003": 5365,
      "b11003_M003": 562,
      "b11003_E010": 1433,
      "b11003_M010": 391,
      "b11003_E016": 5573,
      "b11003_M016": 617,
      "b17020_E001": 111920,
      "b17020_M001": 333,
      "b17020_E003": 2812,
      "b17020_M003": 631,
      "b17020_E004": 3042,
      "b17020_M004": 596,
      "b17020_E005": 2634,
      "b17020_M005": 569,
      "b17020_E011": 6268,
      "b17020_M011": 973,
      "b17020_E012": 5755,
      "b17020_M012": 707,
      "b17020_E013": 5830,
      "b17020_M013": 695,
      "b15003_E001": 76061,
      "b15003_M001": 1420,
      "b15003_E022": 7727,
      "b15003_M022": 741,
      "b15003_E023": 4441,
      "b15003_M023": 657,
      "b15003_E024": 955,
      "b15003_M024": 292,
      "b15003_E025": 286,
      "b15003_M025": 176,
      "c16002_E001": 45114,
      "c16002_M001": 1033,
      "c16002_E004": 3529,
      "c16002_M004": 626,
      "c16002_E007": 818,
      "c16002_M007": 234,
      "c16002_E010": 77,
      "c16002_M010": 65,
      "c16002_E013": 81,
      "c16002_M013": 68,
      "b22010_E001": 45114,
      "b22010_M001": 1033,
      "b22010_E002": 12501,
      "b22010_M002": 694,
      "b19013_E001": 48787,
      "b19013_M001": 2383
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 57.28,
       "moe": 4.11,
       "numerator": 13991,
       "denominator": 24424
      },
      "children_with_two_parents_pct": {
       "estimate": 42.72,
       "moe": 3.64,
       "numerator": 10433,
       "denominator": 24424
      },
      "one_parent_families_with_children_pct": {
       "estimate": 56.21,
       "moe": 4.02,
       "numerator": 7514,
       "denominator": 13368
      },
      "children_below_poverty_pct": {
       "estimate": 30.4,
       "moe": 2.98,
       "numerator": 7655,
       "denominator": 25180
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 16.67,
       "moe": 1.37,
       "numerator": 12745,
       "denominator": 76440
      },
      "limited_english_households_pct": {
       "estimate": 8.93,
       "moe": 1.31,
       "numerator": 4103,
       "denominator": 45968
      },
      "snap_households_pct": {
       "estimate": 28.38,
       "moe": 1.83,
       "numerator": 13045,
       "denominator": 45968
      },
      "median_household_income": {
       "estimate": 51451,
       "moe": 1652.0
      },
      "own_children_under_18": {
       "estimate": 24424,
       "moe": 1094.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 25180,
       "moe": 1443.5643387116488
      }
     },
     "lines": {
      "b23008_E001": 24424,
      "b23008_M001": 1094,
      "b23008_E003": 3020,
      "b23008_M003": 582,
      "b23008_E008": 5307,
      "b23008_M008": 778,
      "b23008_E016": 7413,
      "b23008_M016": 818,
      "b23008_E021": 8684,
      "b23008_M021": 891,
      "b11003_E001": 27583,
      "b11003_M001": 967,
      "b11003_E003": 5854,
      "b11003_M003": 509,
      "b11003_E010": 1574,
      "b11003_M010": 378,
      "b11003_E016": 5940,
      "b11003_M016": 631,
      "b17020_E001": 112426,
      "b17020_M001": 302,
      "b17020_E003": 2655,
      "b17020_M003": 546,
      "b17020_E004": 2531,
      "b17020_M004": 440,
      "b17020_E005": 2469,
      "b17020_M005": 512,
      "b17020_E011": 5931,
      "b17020_M011": 699,
      "b17020_E012": 5509,
      "b17020_M012": 661,
      "b17020_E013": 6085,
      "b17020_M013": 636,
      "b15003_E001": 76440,
      "b15003_M001": 1207,
      "b15003_E022": 7494,
      "b15003_M022": 891,
      "b15003_E023": 4134,
      "b15003_M023": 489,
      "b15003_E024": 840,
      "b15003_M024": 261,
      "b15003_E025": 277,
      "b15003_M025": 193,
      "c16002_E001": 45968,
      "c16002_M001": 926,
      "c16002_E004": 3184,
      "c16002_M004": 527,
      "c16002_E007": 718,
      "c16002_M007": 265,
      "c16002_E010": 188,
      "c16002_M010": 149,
      "c16002_E013": 13,
      "c16002_M013": 19,
      "b22010_E001": 45968,
      "b22010_M001": 926,
      "b22010_E002": 13045,
      "b22010_M002": 881,
      "b19013_E001": 51451,
      "b19013_M001": 1652
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 60.02,
       "moe": 3.77,
       "numerator": 14564,
       "denominator": 24267
      },
      "children_with_two_parents_pct": {
       "estimate": 39.98,
       "moe": 4.03,
       "numerator": 9703,
       "denominator": 24267
      },
      "one_parent_families_with_children_pct": {
       "estimate": 60.18,
       "moe": 4.4,
       "numerator": 7697,
       "denominator": 12791
      },
      "children_below_poverty_pct": {
       "estimate": 34.59,
       "moe": 3.34,
       "numerator": 8694,
       "denominator": 25134
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.02,
       "moe": 1.47,
       "numerator": 13088,
       "denominator": 76910
      },
      "limited_english_households_pct": {
       "estimate": 8.97,
       "moe": 1.44,
       "numerator": 4122,
       "denominator": 45962
      },
      "snap_households_pct": {
       "estimate": 28.58,
       "moe": 1.52,
       "numerator": 13138,
       "denominator": 45962
      },
      "median_household_income": {
       "estimate": 51642,
       "moe": 2274.0
      },
      "own_children_under_18": {
       "estimate": 24267,
       "moe": 1251.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 25134,
       "moe": 1615.7543130067763
      }
     },
     "lines": {
      "b23008_E001": 24267,
      "b23008_M001": 1251,
      "b23008_E003": 2690,
      "b23008_M003": 428,
      "b23008_E008": 5613,
      "b23008_M008": 797,
      "b23008_E016": 7013,
      "b23008_M016": 1011,
      "b23008_E021": 8951,
      "b23008_M021": 874,
      "b11003_E001": 27506,
      "b11003_M001": 846,
      "b11003_E003": 5094,
      "b11003_M003": 574,
      "b11003_E010": 1544,
      "b11003_M010": 406,
      "b11003_E016": 6153,
      "b11003_M016": 720,
      "b17020_E001": 112614,
      "b17020_M001": 286,
      "b17020_E003": 2908,
      "b17020_M003": 592,
      "b17020_E004": 2843,
      "b17020_M004": 631,
      "b17020_E005": 2943,
      "b17020_M005": 520,
      "b17020_E011": 5616,
      "b17020_M011": 727,
      "b17020_E012": 5433,
      "b17020_M012": 782,
      "b17020_E013": 5391,
      "b17020_M013": 672,
      "b15003_E001": 76910,
      "b15003_M001": 1415,
      "b15003_E022": 7569,
      "b15003_M022": 809,
      "b15003_E023": 4038,
      "b15003_M023": 727,
      "b15003_E024": 1087,
      "b15003_M024": 321,
      "b15003_E025": 394,
      "b15003_M025": 236,
      "c16002_E001": 45962,
      "c16002_M001": 1169,
      "c16002_E004": 3055,
      "c16002_M004": 559,
      "c16002_E007": 968,
      "c16002_M007": 365,
      "c16002_E010": 84,
      "c16002_M010": 60,
      "c16002_E013": 15,
      "c16002_M013": 21,
      "b22010_E001": 45962,
      "b22010_M001": 1169,
      "b22010_E002": 13138,
      "b22010_M002": 775,
      "b19013_E001": 51642,
      "b19013_M001": 2274
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 59.08,
       "moe": 4.29,
       "numerator": 14966,
       "denominator": 25333
      },
      "children_with_two_parents_pct": {
       "estimate": 40.92,
       "moe": 4.28,
       "numerator": 10367,
       "denominator": 25333
      },
      "one_parent_families_with_children_pct": {
       "estimate": 59.09,
       "moe": 3.99,
       "numerator": 7977,
       "denominator": 13499
      },
      "children_below_poverty_pct": {
       "estimate": 34.94,
       "moe": 3.65,
       "numerator": 9146,
       "denominator": 26177
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 17.3,
       "moe": 1.45,
       "numerator": 13467,
       "denominator": 77847
      },
      "limited_english_households_pct": {
       "estimate": 9.27,
       "moe": 1.35,
       "numerator": 4233,
       "denominator": 45663
      },
      "snap_households_pct": {
       "estimate": 29.51,
       "moe": 1.43,
       "numerator": 13477,
       "denominator": 45663
      },
      "median_household_income": {
       "estimate": 51886,
       "moe": 2278.0
      },
      "own_children_under_18": {
       "estimate": 25333,
       "moe": 1241.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 26177,
       "moe": 1789.367486012865
      }
     },
     "lines": {
      "b23008_E001": 25333,
      "b23008_M001": 1241,
      "b23008_E003": 2893,
      "b23008_M003": 533,
      "b23008_E008": 5549,
      "b23008_M008": 812,
      "b23008_E016": 7474,
      "b23008_M016": 1071,
      "b23008_E021": 9417,
      "b23008_M021": 1029,
      "b11003_E001": 27765,
      "b11003_M001": 1006,
      "b11003_E003": 5522,
      "b11003_M003": 661,
      "b11003_E010": 1294,
      "b11003_M010": 378,
      "b11003_E016": 6683,
      "b11003_M016": 733,
      "b17020_E001": 113291,
      "b17020_M001": 271,
      "b17020_E003": 2471,
      "b17020_M003": 491,
      "b17020_E004": 2986,
      "b17020_M004": 673,
      "b17020_E005": 3689,
      "b17020_M005": 781,
      "b17020_E011": 6059,
      "b17020_M011": 829,
      "b17020_E012": 5253,
      "b17020_M012": 720,
      "b17020_E013": 5719,
      "b17020_M013": 832,
      "b15003_E001": 77847,
      "b15003_M001": 1290,
      "b15003_E022": 8055,
      "b15003_M022": 875,
      "b15003_E023": 4034,
      "b15003_M023": 649,
      "b15003_E024": 967,
      "b15003_M024": 299,
      "b15003_E025": 411,
      "b15003_M025": 233,
      "c16002_E001": 45663,
      "c16002_M001": 1010,
      "c16002_E004": 3219,
      "c16002_M004": 527,
      "c16002_E007": 900,
      "c16002_M007": 322,
      "c16002_E010": 114,
      "c16002_M010": 91,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 45663,
      "b22010_M001": 1010,
      "b22010_E002": 13477,
      "b22010_M002": 718,
      "b19013_E001": 51886,
      "b19013_M001": 2278
     }
    }
   }
  },
  "0904860": {
   "name": "Waterford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904860",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 27.57,
       "moe": 8.34,
       "numerator": 985,
       "denominator": 3573
      },
      "children_with_two_parents_pct": {
       "estimate": 72.43,
       "moe": 9.08,
       "numerator": 2588,
       "denominator": 3573
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.37,
       "moe": 8.03,
       "numerator": 542,
       "denominator": 2136
      },
      "children_below_poverty_pct": {
       "estimate": 10.83,
       "moe": 6.35,
       "numerator": 403,
       "denominator": 3722
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.65,
       "moe": 3.18,
       "numerator": 5757,
       "denominator": 14521
      },
      "limited_english_households_pct": {
       "estimate": 0.82,
       "moe": 0.53,
       "numerator": 67,
       "denominator": 8191
      },
      "snap_households_pct": {
       "estimate": 8.5,
       "moe": 2.72,
       "numerator": 696,
       "denominator": 8191
      },
      "median_household_income": {
       "estimate": 95880,
       "moe": 4621.0
      },
      "own_children_under_18": {
       "estimate": 3573,
       "moe": 314.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3722,
       "moe": 494.85048246919996
      }
     },
     "lines": {
      "b23008_E001": 3573,
      "b23008_M001": 314,
      "b23008_E003": 901,
      "b23008_M003": 254,
      "b23008_E008": 143,
      "b23008_M008": 87,
      "b23008_E016": 1687,
      "b23008_M016": 304,
      "b23008_E021": 842,
      "b23008_M021": 298,
      "b11003_E001": 5481,
      "b11003_M001": 294,
      "b11003_E003": 1594,
      "b11003_M003": 275,
      "b11003_E010": 187,
      "b11003_M010": 125,
      "b11003_E016": 355,
      "b11003_M016": 145,
      "b17020_E001": 19146,
      "b17020_M001": 176,
      "b17020_E003": 49,
      "b17020_M003": 45,
      "b17020_E004": 88,
      "b17020_M004": 84,
      "b17020_E005": 266,
      "b17020_M005": 223,
      "b17020_E011": 1009,
      "b17020_M011": 249,
      "b17020_E012": 1126,
      "b17020_M012": 225,
      "b17020_E013": 1184,
      "b17020_M013": 271,
      "b15003_E001": 14521,
      "b15003_M001": 377,
      "b15003_E022": 3070,
      "b15003_M022": 337,
      "b15003_E023": 2264,
      "b15003_M023": 325,
      "b15003_E024": 278,
      "b15003_M024": 112,
      "b15003_E025": 145,
      "b15003_M025": 57,
      "c16002_E001": 8191,
      "c16002_M001": 362,
      "c16002_E004": 21,
      "c16002_M004": 24,
      "c16002_E007": 37,
      "c16002_M007": 25,
      "c16002_E010": 9,
      "c16002_M010": 15,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 8191,
      "b22010_M001": 362,
      "b22010_E002": 696,
      "b22010_M002": 225,
      "b19013_E001": 95880,
      "b19013_M001": 4621
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.73,
       "moe": 9.02,
       "numerator": 888,
       "denominator": 3591
      },
      "children_with_two_parents_pct": {
       "estimate": 75.27,
       "moe": 7.7,
       "numerator": 2703,
       "denominator": 3591
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.85,
       "moe": 8.49,
       "numerator": 501,
       "denominator": 2101
      },
      "children_below_poverty_pct": {
       "estimate": 7.46,
       "moe": 6.58,
       "numerator": 277,
       "denominator": 3711
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.63,
       "moe": 3.54,
       "numerator": 5471,
       "denominator": 14539
      },
      "limited_english_households_pct": {
       "estimate": 0.91,
       "moe": 0.65,
       "numerator": 73,
       "denominator": 8023
      },
      "snap_households_pct": {
       "estimate": 8.11,
       "moe": 2.99,
       "numerator": 651,
       "denominator": 8023
      },
      "median_household_income": {
       "estimate": 102906,
       "moe": 6192.0
      },
      "own_children_under_18": {
       "estimate": 3591,
       "moe": 399.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3711,
       "moe": 516.162765026692
      }
     },
     "lines": {
      "b23008_E001": 3591,
      "b23008_M001": 399,
      "b23008_E003": 1051,
      "b23008_M003": 277,
      "b23008_E008": 146,
      "b23008_M008": 92,
      "b23008_E016": 1652,
      "b23008_M016": 300,
      "b23008_E021": 742,
      "b23008_M021": 326,
      "b11003_E001": 5358,
      "b11003_M001": 230,
      "b11003_E003": 1600,
      "b11003_M003": 232,
      "b11003_E010": 179,
      "b11003_M010": 105,
      "b11003_E016": 322,
      "b11003_M016": 161,
      "b17020_E001": 19179,
      "b17020_M001": 25,
      "b17020_E003": 14,
      "b17020_M003": 24,
      "b17020_E004": 13,
      "b17020_M004": 22,
      "b17020_E005": 250,
      "b17020_M005": 245,
      "b17020_E011": 1202,
      "b17020_M011": 303,
      "b17020_E012": 1062,
      "b17020_M012": 227,
      "b17020_E013": 1170,
      "b17020_M013": 249,
      "b15003_E001": 14539,
      "b15003_M001": 426,
      "b15003_E022": 3154,
      "b15003_M022": 391,
      "b15003_E023": 1956,
      "b15003_M023": 352,
      "b15003_E024": 262,
      "b15003_M024": 106,
      "b15003_E025": 99,
      "b15003_M025": 51,
      "c16002_E001": 8023,
      "c16002_M001": 311,
      "c16002_E004": 15,
      "c16002_M004": 18,
      "c16002_E007": 27,
      "c16002_M007": 31,
      "c16002_E010": 21,
      "c16002_M010": 34,
      "c16002_E013": 10,
      "c16002_M013": 16,
      "b22010_E001": 8023,
      "b22010_M001": 311,
      "b22010_E002": 651,
      "b22010_M002": 241,
      "b19013_E001": 102906,
      "b19013_M001": 6192
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.6,
       "moe": 7.86,
       "numerator": 725,
       "denominator": 3519
      },
      "children_with_two_parents_pct": {
       "estimate": 79.4,
       "moe": 6.31,
       "numerator": 2794,
       "denominator": 3519
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.6,
       "moe": 7.53,
       "numerator": 440,
       "denominator": 2136
      },
      "children_below_poverty_pct": {
       "estimate": 6.3,
       "moe": 6.43,
       "numerator": 229,
       "denominator": 3634
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 39.48,
       "moe": 3.77,
       "numerator": 5791,
       "denominator": 14667
      },
      "limited_english_households_pct": {
       "estimate": 0.76,
       "moe": 0.58,
       "numerator": 61,
       "denominator": 8047
      },
      "snap_households_pct": {
       "estimate": 9.12,
       "moe": 2.67,
       "numerator": 734,
       "denominator": 8047
      },
      "median_household_income": {
       "estimate": 109485,
       "moe": 5214.0
      },
      "own_children_under_18": {
       "estimate": 3519,
       "moe": 368.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3634,
       "moe": 470.21484451259084
      }
     },
     "lines": {
      "b23008_E001": 3519,
      "b23008_M001": 368,
      "b23008_E003": 913,
      "b23008_M003": 256,
      "b23008_E008": 99,
      "b23008_M008": 67,
      "b23008_E016": 1881,
      "b23008_M016": 263,
      "b23008_E021": 626,
      "b23008_M021": 279,
      "b11003_E001": 5444,
      "b11003_M001": 267,
      "b11003_E003": 1696,
      "b11003_M003": 265,
      "b11003_E010": 176,
      "b11003_M010": 114,
      "b11003_E016": 264,
      "b11003_M016": 131,
      "b17020_E001": 19254,
      "b17020_M001": 54,
      "b17020_E003": 11,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 218,
      "b17020_M005": 234,
      "b17020_E011": 1016,
      "b17020_M011": 264,
      "b17020_E012": 1113,
      "b17020_M012": 198,
      "b17020_E013": 1276,
      "b17020_M013": 238,
      "b15003_E001": 14667,
      "b15003_M001": 385,
      "b15003_E022": 3313,
      "b15003_M022": 455,
      "b15003_E023": 2020,
      "b15003_M023": 321,
      "b15003_E024": 329,
      "b15003_M024": 119,
      "b15003_E025": 129,
      "b15003_M025": 64,
      "c16002_E001": 8047,
      "c16002_M001": 355,
      "c16002_E004": 12,
      "c16002_M004": 15,
      "c16002_E007": 13,
      "c16002_M007": 16,
      "c16002_E010": 24,
      "c16002_M010": 36,
      "c16002_E013": 12,
      "c16002_M013": 21,
      "b22010_E001": 8047,
      "b22010_M001": 355,
      "b22010_E002": 734,
      "b22010_M002": 217,
      "b19013_E001": 109485,
      "b19013_M001": 5214
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.89,
       "moe": 7.57,
       "numerator": 744,
       "denominator": 3561
      },
      "children_with_two_parents_pct": {
       "estimate": 79.11,
       "moe": 7.49,
       "numerator": 2817,
       "denominator": 3561
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.21,
       "moe": 6.81,
       "numerator": 437,
       "denominator": 2162
      },
      "children_below_poverty_pct": {
       "estimate": 5.02,
       "moe": 6.14,
       "numerator": 186,
       "denominator": 3705
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 40.56,
       "moe": 4.2,
       "numerator": 5901,
       "denominator": 14548
      },
      "limited_english_households_pct": {
       "estimate": 1.05,
       "moe": 0.72,
       "numerator": 85,
       "denominator": 8106
      },
      "snap_households_pct": {
       "estimate": 9.7,
       "moe": 3.08,
       "numerator": 786,
       "denominator": 8106
      },
      "median_household_income": {
       "estimate": 104820,
       "moe": 9365.0
      },
      "own_children_under_18": {
       "estimate": 3561,
       "moe": 346.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3705,
       "moe": 505.92489561198704
      }
     },
     "lines": {
      "b23008_E001": 3561,
      "b23008_M001": 346,
      "b23008_E003": 884,
      "b23008_M003": 294,
      "b23008_E008": 111,
      "b23008_M008": 74,
      "b23008_E016": 1933,
      "b23008_M016": 244,
      "b23008_E021": 633,
      "b23008_M021": 269,
      "b11003_E001": 5490,
      "b11003_M001": 234,
      "b11003_E003": 1725,
      "b11003_M003": 281,
      "b11003_E010": 144,
      "b11003_M010": 85,
      "b11003_E016": 293,
      "b11003_M016": 137,
      "b17020_E001": 19303,
      "b17020_M001": 47,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 186,
      "b17020_M005": 227,
      "b17020_E011": 1060,
      "b17020_M011": 317,
      "b17020_E012": 1150,
      "b17020_M012": 228,
      "b17020_E013": 1309,
      "b17020_M013": 226,
      "b15003_E001": 14548,
      "b15003_M001": 415,
      "b15003_E022": 3415,
      "b15003_M022": 525,
      "b15003_E023": 2057,
      "b15003_M023": 331,
      "b15003_E024": 265,
      "b15003_M024": 94,
      "b15003_E025": 164,
      "b15003_M025": 84,
      "c16002_E001": 8106,
      "c16002_M001": 304,
      "c16002_E004": 37,
      "c16002_M004": 39,
      "c16002_E007": 14,
      "c16002_M007": 16,
      "c16002_E010": 24,
      "c16002_M010": 37,
      "c16002_E013": 10,
      "c16002_M013": 17,
      "b22010_E001": 8106,
      "b22010_M001": 304,
      "b22010_E002": 786,
      "b22010_M002": 251,
      "b19013_E001": 104820,
      "b19013_M001": 9365
     }
    }
   }
  },
  "0904890": {
   "name": "Watertown School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904890",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.09,
       "moe": 6.3,
       "numerator": 761,
       "denominator": 3608
      },
      "children_with_two_parents_pct": {
       "estimate": 78.91,
       "moe": 9.23,
       "numerator": 2847,
       "denominator": 3608
      },
      "one_parent_families_with_children_pct": {
       "estimate": 18.4,
       "moe": 6.1,
       "numerator": 352,
       "denominator": 1913
      },
      "children_below_poverty_pct": {
       "estimate": 5.26,
       "moe": 3.98,
       "numerator": 194,
       "denominator": 3688
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.68,
       "moe": 3.73,
       "numerator": 5653,
       "denominator": 16783
      },
      "limited_english_households_pct": {
       "estimate": 1.37,
       "moe": 0.96,
       "numerator": 120,
       "denominator": 8735
      },
      "snap_households_pct": {
       "estimate": 7.57,
       "moe": 2.65,
       "numerator": 661,
       "denominator": 8735
      },
      "median_household_income": {
       "estimate": 81357,
       "moe": 6992.0
      },
      "own_children_under_18": {
       "estimate": 3608,
       "moe": 436.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3688,
       "moe": 485.09792825779004
      }
     },
     "lines": {
      "b23008_E001": 3608,
      "b23008_M001": 436,
      "b23008_E003": 843,
      "b23008_M003": 252,
      "b23008_E008": 146,
      "b23008_M008": 82,
      "b23008_E016": 2004,
      "b23008_M016": 407,
      "b23008_E021": 615,
      "b23008_M021": 231,
      "b11003_E001": 6027,
      "b11003_M001": 368,
      "b11003_E003": 1561,
      "b11003_M003": 243,
      "b11003_E010": 44,
      "b11003_M010": 45,
      "b11003_E016": 308,
      "b11003_M016": 119,
      "b17020_E001": 22044,
      "b17020_M001": 82,
      "b17020_E003": 30,
      "b17020_M003": 33,
      "b17020_E004": 114,
      "b17020_M004": 123,
      "b17020_E005": 50,
      "b17020_M005": 77,
      "b17020_E011": 959,
      "b17020_M011": 257,
      "b17020_E012": 1227,
      "b17020_M012": 260,
      "b17020_E013": 1308,
      "b17020_M013": 282,
      "b15003_E001": 16783,
      "b15003_M001": 563,
      "b15003_E022": 3536,
      "b15003_M022": 531,
      "b15003_E023": 1639,
      "b15003_M023": 343,
      "b15003_E024": 251,
      "b15003_M024": 129,
      "b15003_E025": 227,
      "b15003_M025": 107,
      "c16002_E001": 8735,
      "c16002_M001": 329,
      "c16002_E004": 17,
      "c16002_M004": 27,
      "c16002_E007": 99,
      "c16002_M007": 75,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 4,
      "c16002_M013": 7,
      "b22010_E001": 8735,
      "b22010_M001": 329,
      "b22010_E002": 661,
      "b22010_M002": 233,
      "b19013_E001": 81357,
      "b19013_M001": 6992
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.2,
       "moe": 7.02,
       "numerator": 816,
       "denominator": 4039
      },
      "children_with_two_parents_pct": {
       "estimate": 79.8,
       "moe": 5.43,
       "numerator": 3223,
       "denominator": 4039
      },
      "one_parent_families_with_children_pct": {
       "estimate": 16.11,
       "moe": 8.03,
       "numerator": 345,
       "denominator": 2142
      },
      "children_below_poverty_pct": {
       "estimate": 11.62,
       "moe": 5.45,
       "numerator": 474,
       "denominator": 4078
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.8,
       "moe": 4.11,
       "numerator": 6123,
       "denominator": 16637
      },
      "limited_english_households_pct": {
       "estimate": 2.4,
       "moe": 1.37,
       "numerator": 211,
       "denominator": 8796
      },
      "snap_households_pct": {
       "estimate": 9.89,
       "moe": 3.31,
       "numerator": 870,
       "denominator": 8796
      },
      "median_household_income": {
       "estimate": 84536,
       "moe": 6012.0
      },
      "own_children_under_18": {
       "estimate": 4039,
       "moe": 581.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4078,
       "moe": 588.8913312318326
      }
     },
     "lines": {
      "b23008_E001": 4039,
      "b23008_M001": 581,
      "b23008_E003": 1037,
      "b23008_M003": 326,
      "b23008_E008": 231,
      "b23008_M008": 158,
      "b23008_E016": 2186,
      "b23008_M016": 396,
      "b23008_E021": 585,
      "b23008_M021": 263,
      "b11003_E001": 6117,
      "b11003_M001": 352,
      "b11003_E003": 1797,
      "b11003_M003": 279,
      "b11003_E010": 49,
      "b11003_M010": 50,
      "b11003_E016": 296,
      "b11003_M016": 173,
      "b17020_E001": 22065,
      "b17020_M001": 40,
      "b17020_E003": 147,
      "b17020_M003": 128,
      "b17020_E004": 224,
      "b17020_M004": 152,
      "b17020_E005": 103,
      "b17020_M005": 121,
      "b17020_E011": 1121,
      "b17020_M011": 318,
      "b17020_E012": 1196,
      "b17020_M012": 292,
      "b17020_E013": 1287,
      "b17020_M013": 326,
      "b15003_E001": 16637,
      "b15003_M001": 604,
      "b15003_E022": 3755,
      "b15003_M022": 631,
      "b15003_E023": 1940,
      "b15003_M023": 301,
      "b15003_E024": 249,
      "b15003_M024": 138,
      "b15003_E025": 179,
      "b15003_M025": 92,
      "c16002_E001": 8796,
      "c16002_M001": 355,
      "c16002_E004": 45,
      "c16002_M004": 60,
      "c16002_E007": 162,
      "c16002_M007": 101,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 4,
      "c16002_M013": 8,
      "b22010_E001": 8796,
      "b22010_M001": 355,
      "b22010_E002": 870,
      "b22010_M002": 293,
      "b19013_E001": 84536,
      "b19013_M001": 6012
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.1,
       "moe": 5.89,
       "numerator": 643,
       "denominator": 3760
      },
      "children_with_two_parents_pct": {
       "estimate": 82.9,
       "moe": 7.88,
       "numerator": 3117,
       "denominator": 3760
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.35,
       "moe": 7.8,
       "numerator": 269,
       "denominator": 2015
      },
      "children_below_poverty_pct": {
       "estimate": 6.35,
       "moe": 4.1,
       "numerator": 241,
       "denominator": 3794
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.2,
       "moe": 3.79,
       "numerator": 6332,
       "denominator": 17021
      },
      "limited_english_households_pct": {
       "estimate": 2.08,
       "moe": 1.15,
       "numerator": 178,
       "denominator": 8560
      },
      "snap_households_pct": {
       "estimate": 8.63,
       "moe": 2.77,
       "numerator": 739,
       "denominator": 8560
      },
      "median_household_income": {
       "estimate": 97664,
       "moe": 5871.0
      },
      "own_children_under_18": {
       "estimate": 3760,
       "moe": 602.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3794,
       "moe": 542.480414392999
      }
     },
     "lines": {
      "b23008_E001": 3760,
      "b23008_M001": 602,
      "b23008_E003": 916,
      "b23008_M003": 332,
      "b23008_E008": 206,
      "b23008_M008": 143,
      "b23008_E016": 2201,
      "b23008_M016": 476,
      "b23008_E021": 437,
      "b23008_M021": 198,
      "b11003_E001": 5897,
      "b11003_M001": 330,
      "b11003_E003": 1746,
      "b11003_M003": 332,
      "b11003_E010": 70,
      "b11003_M010": 61,
      "b11003_E016": 199,
      "b11003_M016": 153,
      "b17020_E001": 22038,
      "b17020_M001": 43,
      "b17020_E003": 66,
      "b17020_M003": 86,
      "b17020_E004": 111,
      "b17020_M004": 120,
      "b17020_E005": 64,
      "b17020_M005": 60,
      "b17020_E011": 1056,
      "b17020_M011": 318,
      "b17020_E012": 1218,
      "b17020_M012": 263,
      "b17020_E013": 1279,
      "b17020_M013": 314,
      "b15003_E001": 17021,
      "b15003_M001": 714,
      "b15003_E022": 3691,
      "b15003_M022": 582,
      "b15003_E023": 2047,
      "b15003_M023": 327,
      "b15003_E024": 327,
      "b15003_M024": 147,
      "b15003_E025": 267,
      "b15003_M025": 140,
      "c16002_E001": 8560,
      "c16002_M001": 442,
      "c16002_E004": 38,
      "c16002_M004": 56,
      "c16002_E007": 136,
      "c16002_M007": 77,
      "c16002_E010": 0,
      "c16002_M010": 25,
      "c16002_E013": 4,
      "c16002_M013": 8,
      "b22010_E001": 8560,
      "b22010_M001": 442,
      "b22010_E002": 739,
      "b22010_M002": 240,
      "b19013_E001": 97664,
      "b19013_M001": 5871
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 19.09,
       "moe": 7.27,
       "numerator": 729,
       "denominator": 3818
      },
      "children_with_two_parents_pct": {
       "estimate": 80.91,
       "moe": 9.35,
       "numerator": 3089,
       "denominator": 3818
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.24,
       "moe": 9.21,
       "numerator": 379,
       "denominator": 2198
      },
      "children_below_poverty_pct": {
       "estimate": 6.59,
       "moe": 4.08,
       "numerator": 259,
       "denominator": 3930
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 38.59,
       "moe": 4.0,
       "numerator": 6563,
       "denominator": 17005
      },
      "limited_english_households_pct": {
       "estimate": 2.36,
       "moe": 1.21,
       "numerator": 207,
       "denominator": 8772
      },
      "snap_households_pct": {
       "estimate": 8.03,
       "moe": 2.81,
       "numerator": 704,
       "denominator": 8772
      },
      "median_household_income": {
       "estimate": 101691,
       "moe": 6987.0
      },
      "own_children_under_18": {
       "estimate": 3818,
       "moe": 527.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3930,
       "moe": 544.3482341295874
      }
     },
     "lines": {
      "b23008_E001": 3818,
      "b23008_M001": 527,
      "b23008_E003": 941,
      "b23008_M003": 281,
      "b23008_E008": 175,
      "b23008_M008": 130,
      "b23008_E016": 2148,
      "b23008_M016": 480,
      "b23008_E021": 554,
      "b23008_M021": 265,
      "b11003_E001": 6169,
      "b11003_M001": 363,
      "b11003_E003": 1819,
      "b11003_M003": 256,
      "b11003_E010": 189,
      "b11003_M010": 134,
      "b11003_E016": 190,
      "b11003_M016": 162,
      "b17020_E001": 22131,
      "b17020_M001": 39,
      "b17020_E003": 55,
      "b17020_M003": 69,
      "b17020_E004": 115,
      "b17020_M004": 118,
      "b17020_E005": 89,
      "b17020_M005": 91,
      "b17020_E011": 1061,
      "b17020_M011": 268,
      "b17020_E012": 1079,
      "b17020_M012": 262,
      "b17020_E013": 1531,
      "b17020_M013": 359,
      "b15003_E001": 17005,
      "b15003_M001": 601,
      "b15003_E022": 3594,
      "b15003_M022": 577,
      "b15003_E023": 2342,
      "b15003_M023": 385,
      "b15003_E024": 313,
      "b15003_M024": 142,
      "b15003_E025": 314,
      "b15003_M025": 126,
      "c16002_E001": 8772,
      "c16002_M001": 475,
      "c16002_E004": 33,
      "c16002_M004": 52,
      "c16002_E007": 130,
      "c16002_M007": 79,
      "c16002_E010": 39,
      "c16002_M010": 48,
      "c16002_E013": 5,
      "c16002_M013": 8,
      "b22010_E001": 8772,
      "b22010_M001": 475,
      "b22010_E002": 704,
      "b22010_M002": 249,
      "b19013_E001": 101691,
      "b19013_M001": 6987
     }
    }
   }
  },
  "0904920": {
   "name": "West Hartford School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904920",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.06,
       "moe": 5.1,
       "numerator": 4099,
       "denominator": 14105
      },
      "children_with_two_parents_pct": {
       "estimate": 70.94,
       "moe": 3.9,
       "numerator": 10006,
       "denominator": 14105
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.45,
       "moe": 4.39,
       "numerator": 2047,
       "denominator": 7457
      },
      "children_below_poverty_pct": {
       "estimate": 6.68,
       "moe": 1.59,
       "numerator": 950,
       "denominator": 14217
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 65.56,
       "moe": 2.42,
       "numerator": 29218,
       "denominator": 44567
      },
      "limited_english_households_pct": {
       "estimate": 5.24,
       "moe": 1.2,
       "numerator": 1353,
       "denominator": 25805
      },
      "snap_households_pct": {
       "estimate": 5.94,
       "moe": 0.85,
       "numerator": 1534,
       "denominator": 25805
      },
      "median_household_income": {
       "estimate": 111997,
       "moe": 6848.0
      },
      "own_children_under_18": {
       "estimate": 14105,
       "moe": 740.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 14217,
       "moe": 854.7373865696995
      }
     },
     "lines": {
      "b23008_E001": 14105,
      "b23008_M001": 740,
      "b23008_E003": 3226,
      "b23008_M003": 402,
      "b23008_E008": 769,
      "b23008_M008": 252,
      "b23008_E016": 6780,
      "b23008_M016": 645,
      "b23008_E021": 3330,
      "b23008_M021": 707,
      "b11003_E001": 16161,
      "b11003_M001": 479,
      "b11003_E003": 5410,
      "b11003_M003": 385,
      "b11003_E010": 434,
      "b11003_M010": 126,
      "b11003_E016": 1613,
      "b11003_M016": 335,
      "b17020_E001": 63021,
      "b17020_M001": 254,
      "b17020_E003": 188,
      "b17020_M003": 99,
      "b17020_E004": 371,
      "b17020_M004": 156,
      "b17020_E005": 391,
      "b17020_M005": 142,
      "b17020_E011": 3823,
      "b17020_M011": 415,
      "b17020_E012": 4260,
      "b17020_M012": 469,
      "b17020_E013": 5184,
      "b17020_M013": 533,
      "b15003_E001": 44567,
      "b15003_M001": 740,
      "b15003_E022": 14018,
      "b15003_M022": 939,
      "b15003_E023": 9133,
      "b15003_M023": 476,
      "b15003_E024": 4093,
      "b15003_M024": 464,
      "b15003_E025": 1974,
      "b15003_M025": 282,
      "c16002_E001": 25805,
      "c16002_M001": 509,
      "c16002_E004": 495,
      "c16002_M004": 189,
      "c16002_E007": 657,
      "c16002_M007": 233,
      "c16002_E010": 168,
      "c16002_M010": 69,
      "c16002_E013": 33,
      "c16002_M013": 35,
      "b22010_E001": 25805,
      "b22010_M001": 509,
      "b22010_E002": 1534,
      "b22010_M002": 221,
      "b19013_E001": 111997,
      "b19013_M001": 6848
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.06,
       "moe": 5.14,
       "numerator": 3890,
       "denominator": 13865
      },
      "children_with_two_parents_pct": {
       "estimate": 71.94,
       "moe": 4.38,
       "numerator": 9975,
       "denominator": 13865
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.91,
       "moe": 4.47,
       "numerator": 2037,
       "denominator": 7570
      },
      "children_below_poverty_pct": {
       "estimate": 5.39,
       "moe": 1.82,
       "numerator": 754,
       "denominator": 13996
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.19,
       "moe": 2.49,
       "numerator": 30013,
       "denominator": 45347
      },
      "limited_english_households_pct": {
       "estimate": 5.0,
       "moe": 1.0,
       "numerator": 1305,
       "denominator": 26100
      },
      "snap_households_pct": {
       "estimate": 6.39,
       "moe": 1.07,
       "numerator": 1667,
       "denominator": 26100
      },
      "median_household_income": {
       "estimate": 124150,
       "moe": 4904.0
      },
      "own_children_under_18": {
       "estimate": 13865,
       "moe": 620.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13996,
       "moe": 795.9811555558335
      }
     },
     "lines": {
      "b23008_E001": 13865,
      "b23008_M001": 620,
      "b23008_E003": 3035,
      "b23008_M003": 411,
      "b23008_E008": 771,
      "b23008_M008": 304,
      "b23008_E016": 6940,
      "b23008_M016": 631,
      "b23008_E021": 3119,
      "b23008_M021": 668,
      "b11003_E001": 16084,
      "b11003_M001": 509,
      "b11003_E003": 5533,
      "b11003_M003": 413,
      "b11003_E010": 468,
      "b11003_M010": 156,
      "b11003_E016": 1569,
      "b11003_M016": 335,
      "b17020_E001": 62860,
      "b17020_M001": 78,
      "b17020_E003": 100,
      "b17020_M003": 81,
      "b17020_E004": 326,
      "b17020_M004": 190,
      "b17020_E005": 328,
      "b17020_M005": 155,
      "b17020_E011": 3737,
      "b17020_M011": 458,
      "b17020_E012": 4356,
      "b17020_M012": 400,
      "b17020_E013": 5149,
      "b17020_M013": 444,
      "b15003_E001": 45347,
      "b15003_M001": 614,
      "b15003_E022": 14797,
      "b15003_M022": 901,
      "b15003_E023": 9215,
      "b15003_M023": 595,
      "b15003_E024": 3951,
      "b15003_M024": 434,
      "b15003_E025": 2050,
      "b15003_M025": 294,
      "c16002_E001": 26100,
      "c16002_M001": 538,
      "c16002_E004": 417,
      "c16002_M004": 185,
      "c16002_E007": 676,
      "c16002_M007": 171,
      "c16002_E010": 187,
      "c16002_M010": 73,
      "c16002_E013": 25,
      "c16002_M013": 27,
      "b22010_E001": 26100,
      "b22010_M001": 538,
      "b22010_E002": 1667,
      "b22010_M002": 282,
      "b19013_E001": 124150,
      "b19013_M001": 4904
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.39,
       "moe": 4.97,
       "numerator": 3320,
       "denominator": 13614
      },
      "children_with_two_parents_pct": {
       "estimate": 75.61,
       "moe": 3.84,
       "numerator": 10294,
       "denominator": 13614
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.32,
       "moe": 4.24,
       "numerator": 1849,
       "denominator": 7302
      },
      "children_below_poverty_pct": {
       "estimate": 4.74,
       "moe": 1.36,
       "numerator": 653,
       "denominator": 13768
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.3,
       "moe": 2.29,
       "numerator": 30090,
       "denominator": 45386
      },
      "limited_english_households_pct": {
       "estimate": 4.97,
       "moe": 1.12,
       "numerator": 1307,
       "denominator": 26276
      },
      "snap_households_pct": {
       "estimate": 6.41,
       "moe": 1.11,
       "numerator": 1683,
       "denominator": 26276
      },
      "median_household_income": {
       "estimate": 125616,
       "moe": 8309.0
      },
      "own_children_under_18": {
       "estimate": 13614,
       "moe": 635.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13768,
       "moe": 791.3696986870295
      }
     },
     "lines": {
      "b23008_E001": 13614,
      "b23008_M001": 635,
      "b23008_E003": 3260,
      "b23008_M003": 348,
      "b23008_E008": 668,
      "b23008_M008": 277,
      "b23008_E016": 7034,
      "b23008_M016": 619,
      "b23008_E021": 2652,
      "b23008_M021": 636,
      "b11003_E001": 16022,
      "b11003_M001": 423,
      "b11003_E003": 5453,
      "b11003_M003": 393,
      "b11003_E010": 415,
      "b11003_M010": 141,
      "b11003_E016": 1434,
      "b11003_M016": 305,
      "b17020_E001": 62609,
      "b17020_M001": 86,
      "b17020_E003": 124,
      "b17020_M003": 84,
      "b17020_E004": 199,
      "b17020_M004": 113,
      "b17020_E005": 330,
      "b17020_M005": 130,
      "b17020_E011": 3843,
      "b17020_M011": 418,
      "b17020_E012": 4318,
      "b17020_M012": 504,
      "b17020_E013": 4954,
      "b17020_M013": 401,
      "b15003_E001": 45386,
      "b15003_M001": 682,
      "b15003_E022": 14760,
      "b15003_M022": 816,
      "b15003_E023": 9316,
      "b15003_M023": 589,
      "b15003_E024": 3918,
      "b15003_M024": 434,
      "b15003_E025": 2096,
      "b15003_M025": 285,
      "c16002_E001": 26276,
      "c16002_M001": 556,
      "c16002_E004": 487,
      "c16002_M004": 178,
      "c16002_E007": 615,
      "c16002_M007": 222,
      "c16002_E010": 179,
      "c16002_M010": 76,
      "c16002_E013": 26,
      "c16002_M013": 27,
      "b22010_E001": 26276,
      "b22010_M001": 556,
      "b22010_E002": 1683,
      "b22010_M002": 295,
      "b19013_E001": 125616,
      "b19013_M001": 8309
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.41,
       "moe": 4.91,
       "numerator": 3154,
       "denominator": 13470
      },
      "children_with_two_parents_pct": {
       "estimate": 76.59,
       "moe": 4.55,
       "numerator": 10316,
       "denominator": 13470
      },
      "one_parent_families_with_children_pct": {
       "estimate": 25.68,
       "moe": 4.13,
       "numerator": 1903,
       "denominator": 7410
      },
      "children_below_poverty_pct": {
       "estimate": 5.25,
       "moe": 1.53,
       "numerator": 714,
       "denominator": 13607
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 66.6,
       "moe": 2.57,
       "numerator": 29912,
       "denominator": 44914
      },
      "limited_english_households_pct": {
       "estimate": 4.38,
       "moe": 0.97,
       "numerator": 1134,
       "denominator": 25885
      },
      "snap_households_pct": {
       "estimate": 6.46,
       "moe": 0.94,
       "numerator": 1672,
       "denominator": 25885
      },
      "median_household_income": {
       "estimate": 129890,
       "moe": 6691.0
      },
      "own_children_under_18": {
       "estimate": 13470,
       "moe": 650.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 13607,
       "moe": 817.2257949918126
      }
     },
     "lines": {
      "b23008_E001": 13470,
      "b23008_M001": 650,
      "b23008_E003": 3242,
      "b23008_M003": 425,
      "b23008_E008": 469,
      "b23008_M008": 224,
      "b23008_E016": 7074,
      "b23008_M016": 665,
      "b23008_E021": 2685,
      "b23008_M021": 640,
      "b11003_E001": 16034,
      "b11003_M001": 436,
      "b11003_E003": 5507,
      "b11003_M003": 410,
      "b11003_E010": 395,
      "b11003_M010": 146,
      "b11003_E016": 1508,
      "b11003_M016": 301,
      "b17020_E001": 62469,
      "b17020_M001": 55,
      "b17020_E003": 104,
      "b17020_M003": 68,
      "b17020_E004": 225,
      "b17020_M004": 136,
      "b17020_E005": 385,
      "b17020_M005": 148,
      "b17020_E011": 3637,
      "b17020_M011": 453,
      "b17020_E012": 4275,
      "b17020_M012": 477,
      "b17020_E013": 4981,
      "b17020_M013": 436,
      "b15003_E001": 44914,
      "b15003_M001": 704,
      "b15003_E022": 14666,
      "b15003_M022": 1002,
      "b15003_E023": 9708,
      "b15003_M023": 535,
      "b15003_E024": 3653,
      "b15003_M024": 425,
      "b15003_E025": 1885,
      "b15003_M025": 289,
      "c16002_E001": 25885,
      "c16002_M001": 470,
      "c16002_E004": 474,
      "c16002_M004": 157,
      "c16002_E007": 537,
      "c16002_M007": 184,
      "c16002_E010": 106,
      "c16002_M010": 66,
      "c16002_E013": 17,
      "c16002_M013": 19,
      "b22010_E001": 25885,
      "b22010_M001": 470,
      "b22010_E002": 1672,
      "b22010_M002": 246,
      "b19013_E001": 129890,
      "b19013_M001": 6691
     }
    }
   }
  },
  "0904950": {
   "name": "West Haven School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904950",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.55,
       "moe": 7.33,
       "numerator": 4529,
       "denominator": 10643
      },
      "children_with_two_parents_pct": {
       "estimate": 57.45,
       "moe": 7.76,
       "numerator": 6114,
       "denominator": 10643
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.72,
       "moe": 5.64,
       "numerator": 2218,
       "denominator": 5729
      },
      "children_below_poverty_pct": {
       "estimate": 13.73,
       "moe": 3.98,
       "numerator": 1555,
       "denominator": 11324
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.11,
       "moe": 2.71,
       "numerator": 9568,
       "denominator": 36643
      },
      "limited_english_households_pct": {
       "estimate": 9.83,
       "moe": 2.1,
       "numerator": 1999,
       "denominator": 20341
      },
      "snap_households_pct": {
       "estimate": 17.15,
       "moe": 2.13,
       "numerator": 3488,
       "denominator": 20341
      },
      "median_household_income": {
       "estimate": 66868,
       "moe": 3232.0
      },
      "own_children_under_18": {
       "estimate": 10643,
       "moe": 870.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11324,
       "moe": 1185.7537687057968
      }
     },
     "lines": {
      "b23008_E001": 10643,
      "b23008_M001": 870,
      "b23008_E003": 1838,
      "b23008_M003": 478,
      "b23008_E008": 1539,
      "b23008_M008": 485,
      "b23008_E016": 4276,
      "b23008_M016": 839,
      "b23008_E021": 2990,
      "b23008_M021": 714,
      "b11003_E001": 12829,
      "b11003_M001": 502,
      "b11003_E003": 3511,
      "b11003_M003": 490,
      "b11003_E010": 534,
      "b11003_M010": 210,
      "b11003_E016": 1684,
      "b11003_M016": 348,
      "b17020_E001": 52200,
      "b17020_M001": 641,
      "b17020_E003": 592,
      "b17020_M003": 361,
      "b17020_E004": 527,
      "b17020_M004": 234,
      "b17020_E005": 436,
      "b17020_M005": 211,
      "b17020_E011": 2853,
      "b17020_M011": 614,
      "b17020_E012": 3378,
      "b17020_M012": 577,
      "b17020_E013": 3538,
      "b17020_M013": 683,
      "b15003_E001": 36643,
      "b15003_M001": 1070,
      "b15003_E022": 5523,
      "b15003_M022": 669,
      "b15003_E023": 3326,
      "b15003_M023": 753,
      "b15003_E024": 559,
      "b15003_M024": 201,
      "b15003_E025": 160,
      "b15003_M025": 104,
      "c16002_E001": 20341,
      "c16002_M001": 641,
      "c16002_E004": 1133,
      "c16002_M004": 339,
      "c16002_E007": 384,
      "c16002_M007": 157,
      "c16002_E010": 95,
      "c16002_M010": 70,
      "c16002_E013": 387,
      "c16002_M013": 205,
      "b22010_E001": 20341,
      "b22010_M001": 641,
      "b22010_E002": 3488,
      "b22010_M002": 447,
      "b19013_E001": 66868,
      "b19013_M001": 3232
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.17,
       "moe": 7.25,
       "numerator": 4370,
       "denominator": 10362
      },
      "children_with_two_parents_pct": {
       "estimate": 57.83,
       "moe": 6.1,
       "numerator": 5992,
       "denominator": 10362
      },
      "one_parent_families_with_children_pct": {
       "estimate": 37.46,
       "moe": 6.14,
       "numerator": 2082,
       "denominator": 5558
      },
      "children_below_poverty_pct": {
       "estimate": 11.03,
       "moe": 2.68,
       "numerator": 1215,
       "denominator": 11017
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.72,
       "moe": 3.0,
       "numerator": 9589,
       "denominator": 35892
      },
      "limited_english_households_pct": {
       "estimate": 7.7,
       "moe": 1.79,
       "numerator": 1572,
       "denominator": 20405
      },
      "snap_households_pct": {
       "estimate": 17.94,
       "moe": 2.41,
       "numerator": 3660,
       "denominator": 20405
      },
      "median_household_income": {
       "estimate": 72827,
       "moe": 3218.0
      },
      "own_children_under_18": {
       "estimate": 10362,
       "moe": 867.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11017,
       "moe": 1041.982725384639
      }
     },
     "lines": {
      "b23008_E001": 10362,
      "b23008_M001": 867,
      "b23008_E003": 1778,
      "b23008_M003": 494,
      "b23008_E008": 1392,
      "b23008_M008": 413,
      "b23008_E016": 4214,
      "b23008_M016": 638,
      "b23008_E021": 2978,
      "b23008_M021": 726,
      "b11003_E001": 12956,
      "b11003_M001": 536,
      "b11003_E003": 3476,
      "b11003_M003": 504,
      "b11003_E010": 513,
      "b11003_M010": 232,
      "b11003_E016": 1569,
      "b11003_M016": 351,
      "b17020_E001": 51614,
      "b17020_M001": 88,
      "b17020_E003": 308,
      "b17020_M003": 207,
      "b17020_E004": 452,
      "b17020_M004": 168,
      "b17020_E005": 455,
      "b17020_M005": 171,
      "b17020_E011": 2972,
      "b17020_M011": 597,
      "b17020_E012": 3391,
      "b17020_M012": 579,
      "b17020_E013": 3439,
      "b17020_M013": 542,
      "b15003_E001": 35892,
      "b15003_M001": 938,
      "b15003_E022": 5573,
      "b15003_M022": 692,
      "b15003_E023": 2948,
      "b15003_M023": 822,
      "b15003_E024": 670,
      "b15003_M024": 212,
      "b15003_E025": 398,
      "b15003_M025": 146,
      "c16002_E001": 20405,
      "c16002_M001": 584,
      "c16002_E004": 746,
      "c16002_M004": 265,
      "c16002_E007": 355,
      "c16002_M007": 130,
      "c16002_E010": 88,
      "c16002_M010": 60,
      "c16002_E013": 383,
      "c16002_M013": 211,
      "b22010_E001": 20405,
      "b22010_M001": 584,
      "b22010_E002": 3660,
      "b22010_M002": 502,
      "b19013_E001": 72827,
      "b19013_M001": 3218
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 40.83,
       "moe": 8.11,
       "numerator": 4569,
       "denominator": 11190
      },
      "children_with_two_parents_pct": {
       "estimate": 59.17,
       "moe": 6.33,
       "numerator": 6621,
       "denominator": 11190
      },
      "one_parent_families_with_children_pct": {
       "estimate": 38.4,
       "moe": 6.09,
       "numerator": 2274,
       "denominator": 5922
      },
      "children_below_poverty_pct": {
       "estimate": 14.6,
       "moe": 3.98,
       "numerator": 1713,
       "denominator": 11734
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 29.04,
       "moe": 3.15,
       "numerator": 10399,
       "denominator": 35813
      },
      "limited_english_households_pct": {
       "estimate": 8.11,
       "moe": 1.89,
       "numerator": 1681,
       "denominator": 20730
      },
      "snap_households_pct": {
       "estimate": 17.52,
       "moe": 2.26,
       "numerator": 3631,
       "denominator": 20730
      },
      "median_household_income": {
       "estimate": 73566,
       "moe": 3509.0
      },
      "own_children_under_18": {
       "estimate": 11190,
       "moe": 933.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 11734,
       "moe": 1126.980478979117
      }
     },
     "lines": {
      "b23008_E001": 11190,
      "b23008_M001": 933,
      "b23008_E003": 2216,
      "b23008_M003": 553,
      "b23008_E008": 1365,
      "b23008_M008": 543,
      "b23008_E016": 4405,
      "b23008_M016": 708,
      "b23008_E021": 3204,
      "b23008_M021": 821,
      "b11003_E001": 12983,
      "b11003_M001": 447,
      "b11003_E003": 3648,
      "b11003_M003": 514,
      "b11003_E010": 660,
      "b11003_M010": 283,
      "b11003_E016": 1614,
      "b11003_M016": 344,
      "b17020_E001": 52099,
      "b17020_M001": 94,
      "b17020_E003": 560,
      "b17020_M003": 332,
      "b17020_E004": 526,
      "b17020_M004": 246,
      "b17020_E005": 627,
      "b17020_M005": 272,
      "b17020_E011": 3136,
      "b17020_M011": 621,
      "b17020_E012": 3583,
      "b17020_M012": 606,
      "b17020_E013": 3302,
      "b17020_M013": 522,
      "b15003_E001": 35813,
      "b15003_M001": 857,
      "b15003_E022": 6193,
      "b15003_M022": 782,
      "b15003_E023": 3097,
      "b15003_M023": 797,
      "b15003_E024": 629,
      "b15003_M024": 226,
      "b15003_E025": 480,
      "b15003_M025": 201,
      "c16002_E001": 20730,
      "c16002_M001": 557,
      "c16002_E004": 814,
      "c16002_M004": 278,
      "c16002_E007": 331,
      "c16002_M007": 157,
      "c16002_E010": 114,
      "c16002_M010": 65,
      "c16002_E013": 422,
      "c16002_M013": 224,
      "b22010_E001": 20730,
      "b22010_M001": 557,
      "b22010_E002": 3631,
      "b22010_M002": 479,
      "b19013_E001": 73566,
      "b19013_M001": 3509
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.69,
       "moe": 6.75,
       "numerator": 4447,
       "denominator": 10417
      },
      "children_with_two_parents_pct": {
       "estimate": 57.31,
       "moe": 7.49,
       "numerator": 5970,
       "denominator": 10417
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.22,
       "moe": 6.13,
       "numerator": 2146,
       "denominator": 5472
      },
      "children_below_poverty_pct": {
       "estimate": 16.7,
       "moe": 4.6,
       "numerator": 1833,
       "denominator": 10975
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 30.48,
       "moe": 3.13,
       "numerator": 10922,
       "denominator": 35839
      },
      "limited_english_households_pct": {
       "estimate": 8.98,
       "moe": 1.93,
       "numerator": 1881,
       "denominator": 20938
      },
      "snap_households_pct": {
       "estimate": 17.34,
       "moe": 2.67,
       "numerator": 3631,
       "denominator": 20938
      },
      "median_household_income": {
       "estimate": 74382,
       "moe": 4572.0
      },
      "own_children_under_18": {
       "estimate": 10417,
       "moe": 860.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 10975,
       "moe": 1147.6728627967118
      }
     },
     "lines": {
      "b23008_E001": 10417,
      "b23008_M001": 860,
      "b23008_E003": 2063,
      "b23008_M003": 565,
      "b23008_E008": 1385,
      "b23008_M008": 445,
      "b23008_E016": 3907,
      "b23008_M016": 730,
      "b23008_E021": 3062,
      "b23008_M021": 657,
      "b11003_E001": 12645,
      "b11003_M001": 478,
      "b11003_E003": 3326,
      "b11003_M003": 553,
      "b11003_E010": 629,
      "b11003_M010": 309,
      "b11003_E016": 1517,
      "b11003_M016": 305,
      "b17020_E001": 51730,
      "b17020_M001": 168,
      "b17020_E003": 654,
      "b17020_M003": 379,
      "b17020_E004": 624,
      "b17020_M004": 288,
      "b17020_E005": 555,
      "b17020_M005": 254,
      "b17020_E011": 2858,
      "b17020_M011": 624,
      "b17020_E012": 3311,
      "b17020_M012": 600,
      "b17020_E013": 2973,
      "b17020_M013": 526,
      "b15003_E001": 35839,
      "b15003_M001": 932,
      "b15003_E022": 6289,
      "b15003_M022": 716,
      "b15003_E023": 3364,
      "b15003_M023": 843,
      "b15003_E024": 733,
      "b15003_M024": 261,
      "b15003_E025": 536,
      "b15003_M025": 211,
      "c16002_E001": 20938,
      "c16002_M001": 708,
      "c16002_E004": 908,
      "c16002_M004": 303,
      "c16002_E007": 284,
      "c16002_M007": 135,
      "c16002_E010": 144,
      "c16002_M010": 69,
      "c16002_E013": 545,
      "c16002_M013": 228,
      "b22010_E001": 20938,
      "b22010_M001": 708,
      "b22010_E002": 3631,
      "b22010_M002": 573,
      "b19013_E001": 74382,
      "b19013_M001": 4572
     }
    }
   }
  },
  "0904980": {
   "name": "Westbrook School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0904980",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.85,
       "moe": 15.77,
       "numerator": 111,
       "denominator": 508
      },
      "children_with_two_parents_pct": {
       "estimate": 78.15,
       "moe": 24.95,
       "numerator": 397,
       "denominator": 508
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.48,
       "moe": 15.95,
       "numerator": 95,
       "denominator": 388
      },
      "children_below_poverty_pct": {
       "estimate": 3.21,
       "moe": 7.24,
       "numerator": 17,
       "denominator": 530
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 48.26,
       "moe": 6.76,
       "numerator": 2800,
       "denominator": 5802
      },
      "limited_english_households_pct": {
       "estimate": 8.63,
       "moe": 4.82,
       "numerator": 301,
       "denominator": 3488
      },
      "snap_households_pct": {
       "estimate": 4.9,
       "moe": 2.21,
       "numerator": 171,
       "denominator": 3488
      },
      "median_household_income": {
       "estimate": 64695,
       "moe": 21335.0
      },
      "own_children_under_18": {
       "estimate": 508,
       "moe": 203.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 530,
       "moe": 183.79880304289253
      }
     },
     "lines": {
      "b23008_E001": 508,
      "b23008_M001": 203,
      "b23008_E003": 68,
      "b23008_M003": 60,
      "b23008_E008": 37,
      "b23008_M008": 48,
      "b23008_E016": 329,
      "b23008_M016": 194,
      "b23008_E021": 74,
      "b23008_M021": 78,
      "b11003_E001": 1821,
      "b11003_M001": 208,
      "b11003_E003": 293,
      "b11003_M003": 155,
      "b11003_E010": 37,
      "b11003_M010": 42,
      "b11003_E016": 58,
      "b11003_M016": 62,
      "b17020_E001": 6790,
      "b17020_M001": 27,
      "b17020_E003": 17,
      "b17020_M003": 28,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 88,
      "b17020_M011": 72,
      "b17020_E012": 118,
      "b17020_M012": 76,
      "b17020_E013": 307,
      "b17020_M013": 146,
      "b15003_E001": 5802,
      "b15003_M001": 254,
      "b15003_E022": 1594,
      "b15003_M022": 306,
      "b15003_E023": 819,
      "b15003_M023": 232,
      "b15003_E024": 245,
      "b15003_M024": 103,
      "b15003_E025": 142,
      "b15003_M025": 103,
      "c16002_E001": 3488,
      "c16002_M001": 253,
      "c16002_E004": 241,
      "c16002_M004": 138,
      "c16002_E007": 60,
      "c16002_M007": 95,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3488,
      "b22010_M001": 253,
      "b22010_E002": 171,
      "b22010_M002": 78,
      "b19013_E001": 64695,
      "b19013_M001": 21335
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 21.05,
       "moe": 18.51,
       "numerator": 157,
       "denominator": 746
      },
      "children_with_two_parents_pct": {
       "estimate": 78.95,
       "moe": 10.33,
       "numerator": 589,
       "denominator": 746
      },
      "one_parent_families_with_children_pct": {
       "estimate": 21.05,
       "moe": 16.8,
       "numerator": 108,
       "denominator": 513
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.3,
       "numerator": 0,
       "denominator": 766
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.99,
       "moe": 6.72,
       "numerator": 2665,
       "denominator": 5671
      },
      "limited_english_households_pct": {
       "estimate": 7.67,
       "moe": 4.96,
       "numerator": 258,
       "denominator": 3363
      },
      "snap_households_pct": {
       "estimate": 6.07,
       "moe": 3.34,
       "numerator": 204,
       "denominator": 3363
      },
      "median_household_income": {
       "estimate": 76779,
       "moe": 17146.0
      },
      "own_children_under_18": {
       "estimate": 746,
       "moe": 161.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 766,
       "moe": 185.52627846210896
      }
     },
     "lines": {
      "b23008_E001": 746,
      "b23008_M001": 161,
      "b23008_E003": 138,
      "b23008_M003": 82,
      "b23008_E008": 15,
      "b23008_M008": 25,
      "b23008_E016": 451,
      "b23008_M016": 124,
      "b23008_E021": 142,
      "b23008_M021": 140,
      "b11003_E001": 1804,
      "b11003_M001": 160,
      "b11003_E003": 405,
      "b11003_M003": 84,
      "b11003_E010": 15,
      "b11003_M010": 23,
      "b11003_E016": 93,
      "b11003_M016": 87,
      "b17020_E001": 6795,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 153,
      "b17020_M011": 87,
      "b17020_E012": 205,
      "b17020_M012": 82,
      "b17020_E013": 408,
      "b17020_M013": 138,
      "b15003_E001": 5671,
      "b15003_M001": 230,
      "b15003_E022": 1508,
      "b15003_M022": 256,
      "b15003_E023": 732,
      "b15003_M023": 251,
      "b15003_E024": 219,
      "b15003_M024": 111,
      "b15003_E025": 206,
      "b15003_M025": 127,
      "c16002_E001": 3363,
      "c16002_M001": 202,
      "c16002_E004": 203,
      "c16002_M004": 140,
      "c16002_E007": 55,
      "c16002_M007": 88,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3363,
      "b22010_M001": 202,
      "b22010_E002": 204,
      "b22010_M002": 113,
      "b19013_E001": 76779,
      "b19013_M001": 17146
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.68,
       "moe": 18.66,
       "numerator": 176,
       "denominator": 713
      },
      "children_with_two_parents_pct": {
       "estimate": 75.32,
       "moe": 2.85,
       "numerator": 537,
       "denominator": 713
      },
      "one_parent_families_with_children_pct": {
       "estimate": 27.5,
       "moe": 17.76,
       "numerator": 121,
       "denominator": 440
      },
      "children_below_poverty_pct": {
       "estimate": 4.36,
       "moe": 4.01,
       "numerator": 32,
       "denominator": 734
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.42,
       "moe": 6.23,
       "numerator": 2615,
       "denominator": 5758
      },
      "limited_english_households_pct": {
       "estimate": 10.77,
       "moe": 6.18,
       "numerator": 378,
       "denominator": 3510
      },
      "snap_households_pct": {
       "estimate": 7.12,
       "moe": 3.65,
       "numerator": 250,
       "denominator": 3510
      },
      "median_household_income": {
       "estimate": 76172,
       "moe": 20703.0
      },
      "own_children_under_18": {
       "estimate": 713,
       "moe": 179.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 734,
       "moe": 165.41463055002117
      }
     },
     "lines": {
      "b23008_E001": 713,
      "b23008_M001": 179,
      "b23008_E003": 88,
      "b23008_M003": 70,
      "b23008_E008": 28,
      "b23008_M008": 34,
      "b23008_E016": 449,
      "b23008_M016": 117,
      "b23008_E021": 148,
      "b23008_M021": 136,
      "b11003_E001": 1897,
      "b11003_M001": 168,
      "b11003_E003": 319,
      "b11003_M003": 81,
      "b11003_E010": 29,
      "b11003_M010": 30,
      "b11003_E016": 92,
      "b11003_M016": 79,
      "b17020_E001": 6801,
      "b17020_M001": 21,
      "b17020_E003": 11,
      "b17020_M003": 18,
      "b17020_E004": 12,
      "b17020_M004": 20,
      "b17020_E005": 9,
      "b17020_M005": 14,
      "b17020_E011": 105,
      "b17020_M011": 77,
      "b17020_E012": 222,
      "b17020_M012": 88,
      "b17020_E013": 375,
      "b17020_M013": 113,
      "b15003_E001": 5758,
      "b15003_M001": 245,
      "b15003_E022": 1481,
      "b15003_M022": 232,
      "b15003_E023": 766,
      "b15003_M023": 258,
      "b15003_E024": 184,
      "b15003_M024": 83,
      "b15003_E025": 184,
      "b15003_M025": 118,
      "c16002_E001": 3510,
      "c16002_M001": 226,
      "c16002_E004": 320,
      "c16002_M004": 201,
      "c16002_E007": 58,
      "c16002_M007": 81,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3510,
      "b22010_M001": 226,
      "b22010_E002": 250,
      "b22010_M002": 129,
      "b19013_E001": 76172,
      "b19013_M001": 20703
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.62,
       "moe": 19.09,
       "numerator": 182,
       "denominator": 636
      },
      "children_with_two_parents_pct": {
       "estimate": 71.38,
       "moe": 15.26,
       "numerator": 454,
       "denominator": 636
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.13,
       "moe": 17.88,
       "numerator": 128,
       "denominator": 375
      },
      "children_below_poverty_pct": {
       "estimate": 5.31,
       "moe": 4.57,
       "numerator": 35,
       "denominator": 659
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 41.78,
       "moe": 6.07,
       "numerator": 2461,
       "denominator": 5891
      },
      "limited_english_households_pct": {
       "estimate": 10.11,
       "moe": 5.96,
       "numerator": 356,
       "denominator": 3523
      },
      "snap_households_pct": {
       "estimate": 7.21,
       "moe": 3.46,
       "numerator": 254,
       "denominator": 3523
      },
      "median_household_income": {
       "estimate": 91202,
       "moe": 22831.0
      },
      "own_children_under_18": {
       "estimate": 636,
       "moe": 180.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 659,
       "moe": 161.16761461286197
      }
     },
     "lines": {
      "b23008_E001": 636,
      "b23008_M001": 180,
      "b23008_E003": 96,
      "b23008_M003": 83,
      "b23008_E008": 31,
      "b23008_M008": 39,
      "b23008_E016": 358,
      "b23008_M016": 138,
      "b23008_E021": 151,
      "b23008_M021": 126,
      "b11003_E001": 1941,
      "b11003_M001": 181,
      "b11003_E003": 247,
      "b11003_M003": 92,
      "b11003_E010": 24,
      "b11003_M010": 27,
      "b11003_E016": 104,
      "b11003_M016": 74,
      "b17020_E001": 6821,
      "b17020_M001": 23,
      "b17020_E003": 12,
      "b17020_M003": 18,
      "b17020_E004": 13,
      "b17020_M004": 20,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 115,
      "b17020_M011": 89,
      "b17020_E012": 189,
      "b17020_M012": 75,
      "b17020_E013": 320,
      "b17020_M013": 107,
      "b15003_E001": 5891,
      "b15003_M001": 215,
      "b15003_E022": 1280,
      "b15003_M022": 227,
      "b15003_E023": 849,
      "b15003_M023": 249,
      "b15003_E024": 134,
      "b15003_M024": 73,
      "b15003_E025": 198,
      "b15003_M025": 130,
      "c16002_E001": 3523,
      "c16002_M001": 221,
      "c16002_E004": 301,
      "c16002_M004": 197,
      "c16002_E007": 55,
      "c16002_M007": 71,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3523,
      "b22010_M001": 221,
      "b22010_E002": 254,
      "b22010_M002": 123,
      "b19013_E001": 91202,
      "b19013_M001": 22831
     }
    }
   }
  },
  "0905010": {
   "name": "Weston School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0905010",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.9,
       "moe": 6.66,
       "numerator": 406,
       "denominator": 2920
      },
      "children_with_two_parents_pct": {
       "estimate": 86.1,
       "moe": 7.52,
       "numerator": 2514,
       "denominator": 2920
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.95,
       "moe": 7.35,
       "numerator": 229,
       "denominator": 1532
      },
      "children_below_poverty_pct": {
       "estimate": 1.16,
       "moe": 1.73,
       "numerator": 34,
       "denominator": 2920
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 78.87,
       "moe": 5.11,
       "numerator": 5357,
       "denominator": 6792
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.19,
       "numerator": 0,
       "denominator": 3525
      },
      "snap_households_pct": {
       "estimate": 0.0,
       "moe": 0.6,
       "numerator": 0,
       "denominator": 3525
      },
      "median_household_income": {
       "estimate": 204792,
       "moe": 25372.0
      },
      "own_children_under_18": {
       "estimate": 2920,
       "moe": 287.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2920,
       "moe": 350.50392294523607
      }
     },
     "lines": {
      "b23008_E001": 2920,
      "b23008_M001": 287,
      "b23008_E003": 402,
      "b23008_M003": 120,
      "b23008_E008": 22,
      "b23008_M008": 25,
      "b23008_E016": 2112,
      "b23008_M016": 308,
      "b23008_E021": 384,
      "b23008_M021": 197,
      "b11003_E001": 2992,
      "b11003_M001": 192,
      "b11003_E003": 1303,
      "b11003_M003": 146,
      "b11003_E010": 74,
      "b11003_M010": 62,
      "b11003_E016": 155,
      "b11003_M016": 98,
      "b17020_E001": 10339,
      "b17020_M001": 59,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 34,
      "b17020_M005": 41,
      "b17020_E011": 424,
      "b17020_M011": 125,
      "b17020_E012": 935,
      "b17020_M012": 187,
      "b17020_E013": 1527,
      "b17020_M013": 264,
      "b15003_E001": 6792,
      "b15003_M001": 319,
      "b15003_E022": 2319,
      "b15003_M022": 283,
      "b15003_E023": 2073,
      "b15003_M023": 273,
      "b15003_E024": 676,
      "b15003_M024": 143,
      "b15003_E025": 289,
      "b15003_M025": 94,
      "c16002_E001": 3525,
      "c16002_M001": 224,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 0,
      "c16002_M007": 21,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3525,
      "b22010_M001": 224,
      "b22010_E002": 0,
      "b22010_M002": 21,
      "b19013_E001": 204792,
      "b19013_M001": 25372
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.84,
       "moe": 5.57,
       "numerator": 330,
       "denominator": 2786
      },
      "children_with_two_parents_pct": {
       "estimate": 88.16,
       "moe": 8.08,
       "numerator": 2456,
       "denominator": 2786
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.95,
       "moe": 5.24,
       "numerator": 180,
       "denominator": 1506
      },
      "children_below_poverty_pct": {
       "estimate": 1.58,
       "moe": 1.84,
       "numerator": 44,
       "denominator": 2786
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 78.93,
       "moe": 4.47,
       "numerator": 5406,
       "denominator": 6849
      },
      "limited_english_households_pct": {
       "estimate": 1.49,
       "moe": 1.59,
       "numerator": 53,
       "denominator": 3549
      },
      "snap_households_pct": {
       "estimate": 0.65,
       "moe": 0.7,
       "numerator": 23,
       "denominator": 3549
      },
      "median_household_income": {
       "estimate": 220754,
       "moe": 16364.0
      },
      "own_children_under_18": {
       "estimate": 2786,
       "moe": 269.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2786,
       "moe": 319.91873968243874
      }
     },
     "lines": {
      "b23008_E001": 2786,
      "b23008_M001": 269,
      "b23008_E003": 478,
      "b23008_M003": 141,
      "b23008_E008": 20,
      "b23008_M008": 21,
      "b23008_E016": 1978,
      "b23008_M016": 295,
      "b23008_E021": 310,
      "b23008_M021": 157,
      "b11003_E001": 3020,
      "b11003_M001": 229,
      "b11003_E003": 1326,
      "b11003_M003": 133,
      "b11003_E010": 64,
      "b11003_M010": 47,
      "b11003_E016": 116,
      "b11003_M016": 66,
      "b17020_E001": 10336,
      "b17020_M001": 54,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 13,
      "b17020_M004": 23,
      "b17020_E005": 31,
      "b17020_M005": 41,
      "b17020_E011": 498,
      "b17020_M011": 144,
      "b17020_E012": 842,
      "b17020_M012": 160,
      "b17020_E013": 1402,
      "b17020_M013": 231,
      "b15003_E001": 6849,
      "b15003_M001": 330,
      "b15003_E022": 2335,
      "b15003_M022": 259,
      "b15003_E023": 2155,
      "b15003_M023": 262,
      "b15003_E024": 660,
      "b15003_M024": 137,
      "b15003_E025": 256,
      "b15003_M025": 83,
      "c16002_E001": 3549,
      "c16002_M001": 249,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 10,
      "c16002_M007": 17,
      "c16002_E010": 43,
      "c16002_M010": 45,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3549,
      "b22010_M001": 249,
      "b22010_E002": 23,
      "b22010_M002": 25,
      "b19013_E001": 220754,
      "b19013_M001": 16364
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 13.45,
       "moe": 5.78,
       "numerator": 375,
       "denominator": 2789
      },
      "children_with_two_parents_pct": {
       "estimate": 86.55,
       "moe": 9.84,
       "numerator": 2414,
       "denominator": 2789
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.72,
       "moe": 5.46,
       "numerator": 210,
       "denominator": 1531
      },
      "children_below_poverty_pct": {
       "estimate": 1.36,
       "moe": 1.59,
       "numerator": 38,
       "denominator": 2789
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 80.67,
       "moe": 5.5,
       "numerator": 5588,
       "denominator": 6927
      },
      "limited_english_households_pct": {
       "estimate": 1.18,
       "moe": 1.48,
       "numerator": 42,
       "denominator": 3549
      },
      "snap_households_pct": {
       "estimate": 0.85,
       "moe": 0.82,
       "numerator": 30,
       "denominator": 3549
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 2789,
       "moe": 231.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2789,
       "moe": 362.50103448128255
      }
     },
     "lines": {
      "b23008_E001": 2789,
      "b23008_M001": 231,
      "b23008_E003": 680,
      "b23008_M003": 192,
      "b23008_E008": 56,
      "b23008_M008": 54,
      "b23008_E016": 1734,
      "b23008_M016": 280,
      "b23008_E021": 319,
      "b23008_M021": 155,
      "b11003_E001": 3085,
      "b11003_M001": 239,
      "b11003_E003": 1321,
      "b11003_M003": 158,
      "b11003_E010": 71,
      "b11003_M010": 46,
      "b11003_E016": 139,
      "b11003_M016": 74,
      "b17020_E001": 10335,
      "b17020_M001": 37,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 12,
      "b17020_M004": 20,
      "b17020_E005": 26,
      "b17020_M005": 34,
      "b17020_E011": 736,
      "b17020_M011": 200,
      "b17020_E012": 837,
      "b17020_M012": 177,
      "b17020_E013": 1178,
      "b17020_M013": 241,
      "b15003_E001": 6927,
      "b15003_M001": 290,
      "b15003_E022": 2468,
      "b15003_M022": 292,
      "b15003_E023": 2172,
      "b15003_M023": 295,
      "b15003_E024": 697,
      "b15003_M024": 145,
      "b15003_E025": 251,
      "b15003_M025": 80,
      "c16002_E001": 3549,
      "c16002_M001": 223,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 10,
      "c16002_M007": 19,
      "c16002_E010": 32,
      "c16002_M010": 39,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3549,
      "b22010_M001": 223,
      "b22010_E002": 30,
      "b22010_M002": 29,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 10.15,
       "moe": 4.31,
       "numerator": 278,
       "denominator": 2740
      },
      "children_with_two_parents_pct": {
       "estimate": 89.85,
       "moe": 6.88,
       "numerator": 2462,
       "denominator": 2740
      },
      "one_parent_families_with_children_pct": {
       "estimate": 11.91,
       "moe": 6.23,
       "numerator": 165,
       "denominator": 1385
      },
      "children_below_poverty_pct": {
       "estimate": 0.77,
       "moe": 1.18,
       "numerator": 21,
       "denominator": 2740
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 83.72,
       "moe": 6.88,
       "numerator": 5869,
       "denominator": 7010
      },
      "limited_english_households_pct": {
       "estimate": 1.04,
       "moe": 1.39,
       "numerator": 37,
       "denominator": 3568
      },
      "snap_households_pct": {
       "estimate": 0.87,
       "moe": 0.81,
       "numerator": 31,
       "denominator": 3568
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 2740,
       "moe": 256.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2740,
       "moe": 312.8625896459978
      }
     },
     "lines": {
      "b23008_E001": 2740,
      "b23008_M001": 256,
      "b23008_E003": 673,
      "b23008_M003": 161,
      "b23008_E008": 43,
      "b23008_M008": 31,
      "b23008_E016": 1789,
      "b23008_M016": 250,
      "b23008_E021": 235,
      "b23008_M021": 117,
      "b11003_E001": 3071,
      "b11003_M001": 236,
      "b11003_E003": 1220,
      "b11003_M003": 135,
      "b11003_E010": 52,
      "b11003_M010": 33,
      "b11003_E016": 113,
      "b11003_M016": 82,
      "b17020_E001": 10396,
      "b17020_M001": 24,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 14,
      "b17020_M004": 22,
      "b17020_E005": 7,
      "b17020_M005": 11,
      "b17020_E011": 716,
      "b17020_M011": 160,
      "b17020_E012": 905,
      "b17020_M012": 166,
      "b17020_E013": 1098,
      "b17020_M013": 209,
      "b15003_E001": 7010,
      "b15003_M001": 286,
      "b15003_E022": 2582,
      "b15003_M022": 349,
      "b15003_E023": 2180,
      "b15003_M023": 352,
      "b15003_E024": 778,
      "b15003_M024": 177,
      "b15003_E025": 329,
      "b15003_M025": 115,
      "c16002_E001": 3568,
      "c16002_M001": 227,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 11,
      "c16002_M007": 19,
      "c16002_E010": 26,
      "c16002_M010": 35,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 3568,
      "b22010_M001": 227,
      "b22010_E002": 31,
      "b22010_M002": 29,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    }
   }
  },
  "0905040": {
   "name": "Westport School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0905040",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.37,
       "moe": 2.31,
       "numerator": 539,
       "denominator": 7318
      },
      "children_with_two_parents_pct": {
       "estimate": 92.63,
       "moe": 5.45,
       "numerator": 6779,
       "denominator": 7318
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.95,
       "moe": 2.38,
       "numerator": 282,
       "denominator": 3547
      },
      "children_below_poverty_pct": {
       "estimate": 2.68,
       "moe": 1.89,
       "numerator": 197,
       "denominator": 7356
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 79.23,
       "moe": 4.56,
       "numerator": 14210,
       "denominator": 17935
      },
      "limited_english_households_pct": {
       "estimate": 1.32,
       "moe": 0.74,
       "numerator": 125,
       "denominator": 9478
      },
      "snap_households_pct": {
       "estimate": 1.72,
       "moe": 0.84,
       "numerator": 163,
       "denominator": 9478
      },
      "median_household_income": {
       "estimate": 236892,
       "moe": 27007.0
      },
      "own_children_under_18": {
       "estimate": 7318,
       "moe": 451.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7356,
       "moe": 659.5149732947691
      }
     },
     "lines": {
      "b23008_E001": 7318,
      "b23008_M001": 451,
      "b23008_E003": 1562,
      "b23008_M003": 387,
      "b23008_E008": 45,
      "b23008_M008": 43,
      "b23008_E016": 5217,
      "b23008_M016": 429,
      "b23008_E021": 494,
      "b23008_M021": 167,
      "b11003_E001": 7338,
      "b11003_M001": 254,
      "b11003_E003": 3265,
      "b11003_M003": 245,
      "b11003_E010": 101,
      "b11003_M010": 50,
      "b11003_E016": 181,
      "b11003_M016": 71,
      "b17020_E001": 26965,
      "b17020_M001": 139,
      "b17020_E003": 19,
      "b17020_M003": 29,
      "b17020_E004": 98,
      "b17020_M004": 115,
      "b17020_E005": 80,
      "b17020_M005": 74,
      "b17020_E011": 1588,
      "b17020_M011": 385,
      "b17020_E012": 2639,
      "b17020_M012": 368,
      "b17020_E013": 2932,
      "b17020_M013": 363,
      "b15003_E001": 17935,
      "b15003_M001": 512,
      "b15003_E022": 6747,
      "b15003_M022": 553,
      "b15003_E023": 4727,
      "b15003_M023": 478,
      "b15003_E024": 2112,
      "b15003_M024": 494,
      "b15003_E025": 624,
      "b15003_M025": 232,
      "c16002_E001": 9478,
      "c16002_M001": 380,
      "c16002_E004": 15,
      "c16002_M004": 24,
      "c16002_E007": 49,
      "c16002_M007": 47,
      "c16002_E010": 57,
      "c16002_M010": 45,
      "c16002_E013": 4,
      "c16002_M013": 9,
      "b22010_E001": 9478,
      "b22010_M001": 380,
      "b22010_E002": 163,
      "b22010_M002": 80,
      "b19013_E001": 236892,
      "b19013_M001": 27007
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.58,
       "moe": 3.02,
       "numerator": 539,
       "denominator": 7114
      },
      "children_with_two_parents_pct": {
       "estimate": 92.42,
       "moe": 5.8,
       "numerator": 6575,
       "denominator": 7114
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.93,
       "moe": 2.93,
       "numerator": 285,
       "denominator": 3595
      },
      "children_below_poverty_pct": {
       "estimate": 3.68,
       "moe": 2.41,
       "numerator": 264,
       "denominator": 7165
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 79.25,
       "moe": 4.27,
       "numerator": 14402,
       "denominator": 18172
      },
      "limited_english_households_pct": {
       "estimate": 1.49,
       "moe": 0.83,
       "numerator": 145,
       "denominator": 9725
      },
      "snap_households_pct": {
       "estimate": 1.94,
       "moe": 0.82,
       "numerator": 189,
       "denominator": 9725
      },
      "median_household_income": {
       "estimate": 242868,
       "moe": 36358.0
      },
      "own_children_under_18": {
       "estimate": 7114,
       "moe": 469.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7165,
       "moe": 649.0593193229722
      }
     },
     "lines": {
      "b23008_E001": 7114,
      "b23008_M001": 469,
      "b23008_E003": 1739,
      "b23008_M003": 412,
      "b23008_E008": 90,
      "b23008_M008": 82,
      "b23008_E016": 4836,
      "b23008_M016": 434,
      "b23008_E021": 449,
      "b23008_M021": 202,
      "b11003_E001": 7445,
      "b11003_M001": 289,
      "b11003_E003": 3310,
      "b11003_M003": 248,
      "b11003_E010": 117,
      "b11003_M010": 62,
      "b11003_E016": 168,
      "b11003_M016": 88,
      "b17020_E001": 26979,
      "b17020_M001": 207,
      "b17020_E003": 32,
      "b17020_M003": 49,
      "b17020_E004": 104,
      "b17020_M004": 125,
      "b17020_E005": 128,
      "b17020_M005": 111,
      "b17020_E011": 1797,
      "b17020_M011": 411,
      "b17020_E012": 2556,
      "b17020_M012": 369,
      "b17020_E013": 2548,
      "b17020_M013": 293,
      "b15003_E001": 18172,
      "b15003_M001": 516,
      "b15003_E022": 6766,
      "b15003_M022": 556,
      "b15003_E023": 4942,
      "b15003_M023": 487,
      "b15003_E024": 2146,
      "b15003_M024": 433,
      "b15003_E025": 548,
      "b15003_M025": 189,
      "c16002_E001": 9725,
      "c16002_M001": 404,
      "c16002_E004": 19,
      "c16002_M004": 28,
      "c16002_E007": 44,
      "c16002_M007": 44,
      "c16002_E010": 76,
      "c16002_M010": 61,
      "c16002_E013": 6,
      "c16002_M013": 10,
      "b22010_E001": 9725,
      "b22010_M001": 404,
      "b22010_E002": 189,
      "b22010_M002": 80,
      "b19013_E001": 242868,
      "b19013_M001": 36358
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.29,
       "moe": 2.95,
       "numerator": 689,
       "denominator": 7418
      },
      "children_with_two_parents_pct": {
       "estimate": 90.71,
       "moe": 5.71,
       "numerator": 6729,
       "denominator": 7418
      },
      "one_parent_families_with_children_pct": {
       "estimate": 8.74,
       "moe": 2.98,
       "numerator": 319,
       "denominator": 3648
      },
      "children_below_poverty_pct": {
       "estimate": 2.31,
       "moe": 1.64,
       "numerator": 173,
       "denominator": 7484
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 77.69,
       "moe": 3.84,
       "numerator": 14074,
       "denominator": 18116
      },
      "limited_english_households_pct": {
       "estimate": 1.45,
       "moe": 0.92,
       "numerator": 141,
       "denominator": 9698
      },
      "snap_households_pct": {
       "estimate": 2.38,
       "moe": 0.97,
       "numerator": 231,
       "denominator": 9698
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 7418,
       "moe": 543.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7484,
       "moe": 645.0
      }
     },
     "lines": {
      "b23008_E001": 7418,
      "b23008_M001": 543,
      "b23008_E003": 1915,
      "b23008_M003": 391,
      "b23008_E008": 93,
      "b23008_M008": 70,
      "b23008_E016": 4814,
      "b23008_M016": 519,
      "b23008_E021": 596,
      "b23008_M021": 213,
      "b11003_E001": 7499,
      "b11003_M001": 301,
      "b11003_E003": 3329,
      "b11003_M003": 253,
      "b11003_E010": 116,
      "b11003_M010": 68,
      "b11003_E016": 203,
      "b11003_M016": 88,
      "b17020_E001": 27075,
      "b17020_M001": 185,
      "b17020_E003": 39,
      "b17020_M003": 55,
      "b17020_E004": 37,
      "b17020_M004": 45,
      "b17020_E005": 97,
      "b17020_M005": 101,
      "b17020_E011": 1969,
      "b17020_M011": 387,
      "b17020_E012": 2724,
      "b17020_M012": 402,
      "b17020_E013": 2618,
      "b17020_M013": 299,
      "b15003_E001": 18116,
      "b15003_M001": 572,
      "b15003_E022": 6723,
      "b15003_M022": 522,
      "b15003_E023": 4685,
      "b15003_M023": 418,
      "b15003_E024": 2056,
      "b15003_M024": 438,
      "b15003_E025": 610,
      "b15003_M025": 204,
      "c16002_E001": 9698,
      "c16002_M001": 394,
      "c16002_E004": 21,
      "c16002_M004": 31,
      "c16002_E007": 33,
      "c16002_M007": 47,
      "c16002_E010": 84,
      "c16002_M010": 69,
      "c16002_E013": 3,
      "c16002_M013": 6,
      "b22010_E001": 9698,
      "b22010_M001": 394,
      "b22010_E002": 231,
      "b22010_M002": 95,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.83,
       "moe": 2.99,
       "numerator": 588,
       "denominator": 7512
      },
      "children_with_two_parents_pct": {
       "estimate": 92.17,
       "moe": 4.83,
       "numerator": 6924,
       "denominator": 7512
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.52,
       "moe": 2.77,
       "numerator": 274,
       "denominator": 3642
      },
      "children_below_poverty_pct": {
       "estimate": 1.45,
       "moe": 0.96,
       "numerator": 109,
       "denominator": 7536
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 79.87,
       "moe": 3.83,
       "numerator": 14549,
       "denominator": 18215
      },
      "limited_english_households_pct": {
       "estimate": 1.21,
       "moe": 0.77,
       "numerator": 118,
       "denominator": 9778
      },
      "snap_households_pct": {
       "estimate": 2.28,
       "moe": 1.0,
       "numerator": 223,
       "denominator": 9778
      },
      "median_household_income": {
       "estimate": 250001,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 7512,
       "moe": 532.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 7536,
       "moe": 663.3973168471516
      }
     },
     "lines": {
      "b23008_E001": 7512,
      "b23008_M001": 532,
      "b23008_E003": 1848,
      "b23008_M003": 370,
      "b23008_E008": 62,
      "b23008_M008": 58,
      "b23008_E016": 5076,
      "b23008_M016": 485,
      "b23008_E021": 526,
      "b23008_M021": 221,
      "b11003_E001": 7467,
      "b11003_M001": 323,
      "b11003_E003": 3368,
      "b11003_M003": 226,
      "b11003_E010": 145,
      "b11003_M010": 77,
      "b11003_E016": 129,
      "b11003_M016": 68,
      "b17020_E001": 27318,
      "b17020_M001": 212,
      "b17020_E003": 0,
      "b17020_M003": 25,
      "b17020_E004": 53,
      "b17020_M004": 53,
      "b17020_E005": 56,
      "b17020_M005": 44,
      "b17020_E011": 1910,
      "b17020_M011": 382,
      "b17020_E012": 2927,
      "b17020_M012": 431,
      "b17020_E013": 2590,
      "b17020_M013": 321,
      "b15003_E001": 18215,
      "b15003_M001": 584,
      "b15003_E022": 6989,
      "b15003_M022": 507,
      "b15003_E023": 4996,
      "b15003_M023": 465,
      "b15003_E024": 1872,
      "b15003_M024": 438,
      "b15003_E025": 692,
      "b15003_M025": 201,
      "c16002_E001": 9778,
      "c16002_M001": 392,
      "c16002_E004": 17,
      "c16002_M004": 23,
      "c16002_E007": 26,
      "c16002_M007": 40,
      "c16002_E010": 75,
      "c16002_M010": 54,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9778,
      "b22010_M001": 392,
      "b22010_E002": 223,
      "b22010_M002": 98,
      "b19013_E001": 250001,
      "b19013_M001": null
     }
    }
   }
  },
  "0905070": {
   "name": "Wethersfield School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0905070",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 15.46,
       "moe": 4.53,
       "numerator": 777,
       "denominator": 5025
      },
      "children_with_two_parents_pct": {
       "estimate": 84.54,
       "moe": 7.43,
       "numerator": 4248,
       "denominator": 5025
      },
      "one_parent_families_with_children_pct": {
       "estimate": 15.49,
       "moe": 5.12,
       "numerator": 458,
       "denominator": 2956
      },
      "children_below_poverty_pct": {
       "estimate": 5.38,
       "moe": 2.8,
       "numerator": 275,
       "denominator": 5114
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 49.86,
       "moe": 3.86,
       "numerator": 9921,
       "denominator": 19899
      },
      "limited_english_households_pct": {
       "estimate": 4.15,
       "moe": 1.8,
       "numerator": 473,
       "denominator": 11411
      },
      "snap_households_pct": {
       "estimate": 7.22,
       "moe": 2.37,
       "numerator": 824,
       "denominator": 11411
      },
      "median_household_income": {
       "estimate": 100557,
       "moe": 7740.0
      },
      "own_children_under_18": {
       "estimate": 5025,
       "moe": 447.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5114,
       "moe": 589.0
      }
     },
     "lines": {
      "b23008_E001": 5025,
      "b23008_M001": 447,
      "b23008_E003": 1456,
      "b23008_M003": 296,
      "b23008_E008": 103,
      "b23008_M008": 68,
      "b23008_E016": 2792,
      "b23008_M016": 441,
      "b23008_E021": 674,
      "b23008_M021": 228,
      "b11003_E001": 7465,
      "b11003_M001": 273,
      "b11003_E003": 2498,
      "b11003_M003": 241,
      "b11003_E010": 111,
      "b11003_M010": 69,
      "b11003_E016": 347,
      "b11003_M016": 142,
      "b17020_E001": 27140,
      "b17020_M001": 41,
      "b17020_E003": 73,
      "b17020_M003": 102,
      "b17020_E004": 10,
      "b17020_M004": 16,
      "b17020_E005": 192,
      "b17020_M005": 104,
      "b17020_E011": 1486,
      "b17020_M011": 303,
      "b17020_E012": 1561,
      "b17020_M012": 410,
      "b17020_E013": 1792,
      "b17020_M013": 256,
      "b15003_E001": 19899,
      "b15003_M001": 403,
      "b15003_E022": 5213,
      "b15003_M022": 616,
      "b15003_E023": 3748,
      "b15003_M023": 451,
      "b15003_E024": 554,
      "b15003_M024": 149,
      "b15003_E025": 406,
      "b15003_M025": 159,
      "c16002_E001": 11411,
      "c16002_M001": 307,
      "c16002_E004": 158,
      "c16002_M004": 96,
      "c16002_E007": 295,
      "c16002_M007": 178,
      "c16002_E010": 20,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11411,
      "b22010_M001": 307,
      "b22010_E002": 824,
      "b22010_M002": 271,
      "b19013_E001": 100557,
      "b19013_M001": 7740
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.51,
       "moe": 3.84,
       "numerator": 768,
       "denominator": 5293
      },
      "children_with_two_parents_pct": {
       "estimate": 85.49,
       "moe": 6.26,
       "numerator": 4525,
       "denominator": 5293
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.97,
       "moe": 4.28,
       "numerator": 427,
       "denominator": 3057
      },
      "children_below_poverty_pct": {
       "estimate": 7.72,
       "moe": 3.2,
       "numerator": 419,
       "denominator": 5427
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 52.63,
       "moe": 3.2,
       "numerator": 10435,
       "denominator": 19827
      },
      "limited_english_households_pct": {
       "estimate": 4.27,
       "moe": 1.91,
       "numerator": 485,
       "denominator": 11362
      },
      "snap_households_pct": {
       "estimate": 6.31,
       "moe": 1.86,
       "numerator": 717,
       "denominator": 11362
      },
      "median_household_income": {
       "estimate": 108656,
       "moe": 7959.0
      },
      "own_children_under_18": {
       "estimate": 5293,
       "moe": 496.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5427,
       "moe": 603.8725030997851
      }
     },
     "lines": {
      "b23008_E001": 5293,
      "b23008_M001": 496,
      "b23008_E003": 1507,
      "b23008_M003": 289,
      "b23008_E008": 120,
      "b23008_M008": 60,
      "b23008_E016": 3018,
      "b23008_M016": 454,
      "b23008_E021": 648,
      "b23008_M021": 207,
      "b11003_E001": 7606,
      "b11003_M001": 248,
      "b11003_E003": 2630,
      "b11003_M003": 237,
      "b11003_E010": 81,
      "b11003_M010": 59,
      "b11003_E016": 346,
      "b11003_M016": 123,
      "b17020_E001": 27110,
      "b17020_M001": 51,
      "b17020_E003": 153,
      "b17020_M003": 130,
      "b17020_E004": 44,
      "b17020_M004": 57,
      "b17020_E005": 222,
      "b17020_M005": 110,
      "b17020_E011": 1518,
      "b17020_M011": 267,
      "b17020_E012": 1606,
      "b17020_M012": 400,
      "b17020_E013": 1884,
      "b17020_M013": 318,
      "b15003_E001": 19827,
      "b15003_M001": 513,
      "b15003_E022": 5670,
      "b15003_M022": 475,
      "b15003_E023": 3793,
      "b15003_M023": 444,
      "b15003_E024": 556,
      "b15003_M024": 149,
      "b15003_E025": 416,
      "b15003_M025": 178,
      "c16002_E001": 11362,
      "c16002_M001": 366,
      "c16002_E004": 92,
      "c16002_M004": 69,
      "c16002_E007": 338,
      "c16002_M007": 196,
      "c16002_E010": 55,
      "c16002_M010": 58,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11362,
      "b22010_M001": 366,
      "b22010_E002": 717,
      "b22010_M002": 213,
      "b19013_E001": 108656,
      "b19013_M001": 7959
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 16.18,
       "moe": 4.78,
       "numerator": 872,
       "denominator": 5391
      },
      "children_with_two_parents_pct": {
       "estimate": 83.82,
       "moe": 6.63,
       "numerator": 4519,
       "denominator": 5391
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.83,
       "moe": 5.41,
       "numerator": 540,
       "denominator": 3029
      },
      "children_below_poverty_pct": {
       "estimate": 8.03,
       "moe": 4.84,
       "numerator": 443,
       "denominator": 5514
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.47,
       "moe": 3.58,
       "numerator": 10696,
       "denominator": 19638
      },
      "limited_english_households_pct": {
       "estimate": 4.03,
       "moe": 1.72,
       "numerator": 457,
       "denominator": 11333
      },
      "snap_households_pct": {
       "estimate": 6.48,
       "moe": 2.09,
       "numerator": 734,
       "denominator": 11333
      },
      "median_household_income": {
       "estimate": 118523,
       "moe": 11177.0
      },
      "own_children_under_18": {
       "estimate": 5391,
       "moe": 473.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5514,
       "moe": 646.2561411700473
      }
     },
     "lines": {
      "b23008_E001": 5391,
      "b23008_M001": 473,
      "b23008_E003": 1503,
      "b23008_M003": 302,
      "b23008_E008": 196,
      "b23008_M008": 108,
      "b23008_E016": 3016,
      "b23008_M016": 440,
      "b23008_E021": 676,
      "b23008_M021": 246,
      "b11003_E001": 7713,
      "b11003_M001": 274,
      "b11003_E003": 2489,
      "b11003_M003": 268,
      "b11003_E010": 104,
      "b11003_M010": 80,
      "b11003_E016": 436,
      "b11003_M016": 154,
      "b17020_E001": 27118,
      "b17020_M001": 42,
      "b17020_E003": 235,
      "b17020_M003": 209,
      "b17020_E004": 56,
      "b17020_M004": 73,
      "b17020_E005": 152,
      "b17020_M005": 158,
      "b17020_E011": 1490,
      "b17020_M011": 290,
      "b17020_E012": 1652,
      "b17020_M012": 402,
      "b17020_E013": 1929,
      "b17020_M013": 313,
      "b15003_E001": 19638,
      "b15003_M001": 470,
      "b15003_E022": 5640,
      "b15003_M022": 507,
      "b15003_E023": 3970,
      "b15003_M023": 501,
      "b15003_E024": 575,
      "b15003_M024": 132,
      "b15003_E025": 511,
      "b15003_M025": 184,
      "c16002_E001": 11333,
      "c16002_M001": 388,
      "c16002_E004": 68,
      "c16002_M004": 49,
      "c16002_E007": 334,
      "c16002_M007": 177,
      "c16002_E010": 55,
      "c16002_M010": 62,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11333,
      "b22010_M001": 388,
      "b22010_E002": 734,
      "b22010_M002": 238,
      "b19013_E001": 118523,
      "b19013_M001": 11177
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 17.61,
       "moe": 6.44,
       "numerator": 991,
       "denominator": 5626
      },
      "children_with_two_parents_pct": {
       "estimate": 82.39,
       "moe": 8.24,
       "numerator": 4635,
       "denominator": 5626
      },
      "one_parent_families_with_children_pct": {
       "estimate": 17.38,
       "moe": 4.29,
       "numerator": 526,
       "denominator": 3026
      },
      "children_below_poverty_pct": {
       "estimate": 10.46,
       "moe": 5.9,
       "numerator": 600,
       "denominator": 5734
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 54.8,
       "moe": 3.57,
       "numerator": 10771,
       "denominator": 19655
      },
      "limited_english_households_pct": {
       "estimate": 4.91,
       "moe": 1.9,
       "numerator": 550,
       "denominator": 11212
      },
      "snap_households_pct": {
       "estimate": 6.77,
       "moe": 1.69,
       "numerator": 759,
       "denominator": 11212
      },
      "median_household_income": {
       "estimate": 126806,
       "moe": 11712.0
      },
      "own_children_under_18": {
       "estimate": 5626,
       "moe": 442.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5734,
       "moe": 727.7891178081738
      }
     },
     "lines": {
      "b23008_E001": 5626,
      "b23008_M001": 442,
      "b23008_E003": 1538,
      "b23008_M003": 369,
      "b23008_E008": 237,
      "b23008_M008": 127,
      "b23008_E016": 3097,
      "b23008_M016": 460,
      "b23008_E021": 754,
      "b23008_M021": 348,
      "b11003_E001": 7596,
      "b11003_M001": 285,
      "b11003_E003": 2500,
      "b11003_M003": 251,
      "b11003_E010": 97,
      "b11003_M010": 61,
      "b11003_E016": 429,
      "b11003_M016": 125,
      "b17020_E001": 27207,
      "b17020_M001": 45,
      "b17020_E003": 264,
      "b17020_M003": 220,
      "b17020_E004": 105,
      "b17020_M004": 73,
      "b17020_E005": 231,
      "b17020_M005": 258,
      "b17020_E011": 1564,
      "b17020_M011": 366,
      "b17020_E012": 1613,
      "b17020_M012": 432,
      "b17020_E013": 1957,
      "b17020_M013": 298,
      "b15003_E001": 19655,
      "b15003_M001": 493,
      "b15003_E022": 5647,
      "b15003_M022": 502,
      "b15003_E023": 3945,
      "b15003_M023": 504,
      "b15003_E024": 591,
      "b15003_M024": 139,
      "b15003_E025": 588,
      "b15003_M025": 202,
      "c16002_E001": 11212,
      "c16002_M001": 393,
      "c16002_E004": 102,
      "c16002_M004": 89,
      "c16002_E007": 390,
      "c16002_M007": 187,
      "c16002_E010": 58,
      "c16002_M010": 49,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11212,
      "b22010_M001": 393,
      "b22010_E002": 759,
      "b22010_M002": 191,
      "b19013_E001": 126806,
      "b19013_M001": 11712
     }
    }
   }
  },
  "0905100": {
   "name": "Willington School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0905100",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 49.46,
       "moe": 24.02,
       "numerator": 410,
       "denominator": 829
      },
      "children_with_two_parents_pct": {
       "estimate": 50.54,
       "moe": 19.04,
       "numerator": 419,
       "denominator": 829
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.61,
       "moe": 13.29,
       "numerator": 146,
       "denominator": 410
      },
      "children_below_poverty_pct": {
       "estimate": 5.95,
       "moe": 8.29,
       "numerator": 50,
       "denominator": 840
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.15,
       "moe": 7.22,
       "numerator": 1316,
       "denominator": 3640
      },
      "limited_english_households_pct": {
       "estimate": 3.89,
       "moe": 3.98,
       "numerator": 99,
       "denominator": 2542
      },
      "snap_households_pct": {
       "estimate": 6.02,
       "moe": 3.58,
       "numerator": 153,
       "denominator": 2542
      },
      "median_household_income": {
       "estimate": 78351,
       "moe": 8444.0
      },
      "own_children_under_18": {
       "estimate": 829,
       "moe": 186.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 840,
       "moe": 254.76263462289756
      }
     },
     "lines": {
      "b23008_E001": 829,
      "b23008_M001": 186,
      "b23008_E003": 185,
      "b23008_M003": 97,
      "b23008_E008": 84,
      "b23008_M008": 90,
      "b23008_E016": 234,
      "b23008_M016": 156,
      "b23008_E021": 326,
      "b23008_M021": 200,
      "b11003_E001": 1408,
      "b11003_M001": 198,
      "b11003_E003": 264,
      "b11003_M003": 109,
      "b11003_E010": 24,
      "b11003_M010": 34,
      "b11003_E016": 122,
      "b11003_M016": 63,
      "b17020_E001": 5532,
      "b17020_M001": 66,
      "b17020_E003": 50,
      "b17020_M003": 66,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 230,
      "b17020_M011": 113,
      "b17020_E012": 303,
      "b17020_M012": 136,
      "b17020_E013": 257,
      "b17020_M013": 169,
      "b15003_E001": 3640,
      "b15003_M001": 303,
      "b15003_E022": 583,
      "b15003_M022": 168,
      "b15003_E023": 476,
      "b15003_M023": 181,
      "b15003_E024": 47,
      "b15003_M024": 63,
      "b15003_E025": 210,
      "b15003_M025": 127,
      "c16002_E001": 2542,
      "c16002_M001": 238,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 99,
      "c16002_M010": 96,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2542,
      "b22010_M001": 238,
      "b22010_E002": 153,
      "b22010_M002": 92,
      "b19013_E001": 78351,
      "b19013_M001": 8444
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 45.85,
       "moe": 24.82,
       "numerator": 309,
       "denominator": 674
      },
      "children_with_two_parents_pct": {
       "estimate": 54.15,
       "moe": 22.94,
       "numerator": 365,
       "denominator": 674
      },
      "one_parent_families_with_children_pct": {
       "estimate": 35.2,
       "moe": 17.71,
       "numerator": 126,
       "denominator": 358
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 4.76,
       "numerator": 0,
       "denominator": 691
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.22,
       "moe": 7.36,
       "numerator": 1391,
       "denominator": 3840
      },
      "limited_english_households_pct": {
       "estimate": 1.54,
       "moe": 2.12,
       "numerator": 41,
       "denominator": 2660
      },
      "snap_households_pct": {
       "estimate": 10.71,
       "moe": 6.81,
       "numerator": 285,
       "denominator": 2660
      },
      "median_household_income": {
       "estimate": 85893,
       "moe": 9366.0
      },
      "own_children_under_18": {
       "estimate": 674,
       "moe": 230.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 691,
       "moe": 268.2032811134122
      }
     },
     "lines": {
      "b23008_E001": 674,
      "b23008_M001": 230,
      "b23008_E003": 164,
      "b23008_M003": 90,
      "b23008_E008": 93,
      "b23008_M008": 109,
      "b23008_E016": 201,
      "b23008_M016": 177,
      "b23008_E021": 216,
      "b23008_M021": 165,
      "b11003_E001": 1471,
      "b11003_M001": 214,
      "b11003_E003": 232,
      "b11003_M003": 92,
      "b11003_E010": 28,
      "b11003_M010": 32,
      "b11003_E016": 98,
      "b11003_M016": 69,
      "b17020_E001": 5545,
      "b17020_M001": 68,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 274,
      "b17020_M011": 120,
      "b17020_E012": 161,
      "b17020_M012": 113,
      "b17020_E013": 256,
      "b17020_M013": 209,
      "b15003_E001": 3840,
      "b15003_M001": 352,
      "b15003_E022": 694,
      "b15003_M022": 212,
      "b15003_E023": 542,
      "b15003_M023": 203,
      "b15003_E024": 45,
      "b15003_M024": 71,
      "b15003_E025": 110,
      "b15003_M025": 71,
      "c16002_E001": 2660,
      "c16002_M001": 250,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 41,
      "c16002_M010": 46,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2660,
      "b22010_M001": 250,
      "b22010_E002": 285,
      "b22010_M002": 183,
      "b19013_E001": 85893,
      "b19013_M001": 9366
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 42.33,
       "moe": 26.39,
       "numerator": 265,
       "denominator": 626
      },
      "children_with_two_parents_pct": {
       "estimate": 57.67,
       "moe": 26.74,
       "numerator": 361,
       "denominator": 626
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.67,
       "moe": 21.0,
       "numerator": 101,
       "denominator": 300
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 5.13,
       "numerator": 0,
       "denominator": 642
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.88,
       "moe": 7.99,
       "numerator": 1449,
       "denominator": 3825
      },
      "limited_english_households_pct": {
       "estimate": 1.93,
       "moe": 2.57,
       "numerator": 50,
       "denominator": 2589
      },
      "snap_households_pct": {
       "estimate": 11.74,
       "moe": 7.0,
       "numerator": 304,
       "denominator": 2589
      },
      "median_household_income": {
       "estimate": 88370,
       "moe": 9061.0
      },
      "own_children_under_18": {
       "estimate": 626,
       "moe": 223.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 642,
       "moe": 249.7378625679334
      }
     },
     "lines": {
      "b23008_E001": 626,
      "b23008_M001": 223,
      "b23008_E003": 158,
      "b23008_M003": 92,
      "b23008_E008": 96,
      "b23008_M008": 138,
      "b23008_E016": 203,
      "b23008_M016": 190,
      "b23008_E021": 169,
      "b23008_M021": 131,
      "b11003_E001": 1473,
      "b11003_M001": 236,
      "b11003_E003": 199,
      "b11003_M003": 101,
      "b11003_E010": 26,
      "b11003_M010": 34,
      "b11003_E016": 75,
      "b11003_M016": 68,
      "b17020_E001": 5526,
      "b17020_M001": 63,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 270,
      "b17020_M011": 119,
      "b17020_E012": 157,
      "b17020_M012": 105,
      "b17020_E013": 215,
      "b17020_M013": 190,
      "b15003_E001": 3825,
      "b15003_M001": 366,
      "b15003_E022": 798,
      "b15003_M022": 213,
      "b15003_E023": 531,
      "b15003_M023": 243,
      "b15003_E024": 46,
      "b15003_M024": 72,
      "b15003_E025": 74,
      "b15003_M025": 55,
      "c16002_E001": 2589,
      "c16002_M001": 272,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 50,
      "c16002_M010": 58,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2589,
      "b22010_M001": 272,
      "b22010_E002": 304,
      "b22010_M002": 184,
      "b19013_E001": 88370,
      "b19013_M001": 9061
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 57.65,
       "moe": 27.16,
       "numerator": 407,
       "denominator": 706
      },
      "children_with_two_parents_pct": {
       "estimate": 42.35,
       "moe": 25.6,
       "numerator": 299,
       "denominator": 706
      },
      "one_parent_families_with_children_pct": {
       "estimate": 48.63,
       "moe": 25.85,
       "numerator": 124,
       "denominator": 255
      },
      "children_below_poverty_pct": {
       "estimate": 0.84,
       "moe": 4.22,
       "numerator": 6,
       "denominator": 716
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 33.24,
       "moe": 8.22,
       "numerator": 1306,
       "denominator": 3929
      },
      "limited_english_households_pct": {
       "estimate": 4.87,
       "moe": 4.94,
       "numerator": 128,
       "denominator": 2627
      },
      "snap_households_pct": {
       "estimate": 10.28,
       "moe": 6.74,
       "numerator": 270,
       "denominator": 2627
      },
      "median_household_income": {
       "estimate": 91114,
       "moe": 11616.0
      },
      "own_children_under_18": {
       "estimate": 706,
       "moe": 225.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 716,
       "moe": 256.8423641068583
      }
     },
     "lines": {
      "b23008_E001": 706,
      "b23008_M001": 225,
      "b23008_E003": 123,
      "b23008_M003": 102,
      "b23008_E008": 120,
      "b23008_M008": 120,
      "b23008_E016": 176,
      "b23008_M016": 177,
      "b23008_E021": 287,
      "b23008_M021": 198,
      "b11003_E001": 1448,
      "b11003_M001": 207,
      "b11003_E003": 131,
      "b11003_M003": 79,
      "b11003_E010": 26,
      "b11003_M010": 43,
      "b11003_E016": 98,
      "b11003_M016": 76,
      "b17020_E001": 5575,
      "b17020_M001": 26,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 6,
      "b17020_M005": 14,
      "b17020_E011": 253,
      "b17020_M011": 140,
      "b17020_E012": 238,
      "b17020_M012": 135,
      "b17020_E013": 219,
      "b17020_M013": 165,
      "b15003_E001": 3929,
      "b15003_M001": 373,
      "b15003_E022": 721,
      "b15003_M022": 250,
      "b15003_E023": 508,
      "b15003_M023": 226,
      "b15003_E024": 43,
      "b15003_M024": 68,
      "b15003_E025": 34,
      "b15003_M025": 39,
      "c16002_E001": 2627,
      "c16002_M001": 251,
      "c16002_E004": 94,
      "c16002_M004": 122,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 34,
      "c16002_M010": 37,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 2627,
      "b22010_M001": 251,
      "b22010_E002": 270,
      "b22010_M002": 179,
      "b19013_E001": 91114,
      "b19013_M001": 11616
     }
    }
   }
  },
  "0905130": {
   "name": "Wilton School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0905130",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.81,
       "moe": 3.43,
       "numerator": 492,
       "denominator": 5014
      },
      "children_with_two_parents_pct": {
       "estimate": 90.19,
       "moe": 4.77,
       "numerator": 4522,
       "denominator": 5014
      },
      "one_parent_families_with_children_pct": {
       "estimate": 12.95,
       "moe": 4.51,
       "numerator": 323,
       "denominator": 2494
      },
      "children_below_poverty_pct": {
       "estimate": 2.25,
       "moe": 1.3,
       "numerator": 114,
       "denominator": 5059
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 75.13,
       "moe": 5.01,
       "numerator": 9064,
       "denominator": 12064
      },
      "limited_english_households_pct": {
       "estimate": 0.81,
       "moe": 0.77,
       "numerator": 50,
       "denominator": 6198
      },
      "snap_households_pct": {
       "estimate": 1.31,
       "moe": 0.72,
       "numerator": 81,
       "denominator": 6198
      },
      "median_household_income": {
       "estimate": 209635,
       "moe": 11933.0
      },
      "own_children_under_18": {
       "estimate": 5014,
       "moe": 308.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5059,
       "moe": 420.22612960167055
      }
     },
     "lines": {
      "b23008_E001": 5014,
      "b23008_M001": 308,
      "b23008_E003": 951,
      "b23008_M003": 164,
      "b23008_E008": 70,
      "b23008_M008": 65,
      "b23008_E016": 3571,
      "b23008_M016": 328,
      "b23008_E021": 422,
      "b23008_M021": 162,
      "b11003_E001": 5016,
      "b11003_M001": 195,
      "b11003_E003": 2171,
      "b11003_M003": 165,
      "b11003_E010": 133,
      "b11003_M010": 78,
      "b11003_E016": 190,
      "b11003_M016": 85,
      "b17020_E001": 18259,
      "b17020_M001": 134,
      "b17020_E003": 55,
      "b17020_M003": 51,
      "b17020_E004": 19,
      "b17020_M004": 17,
      "b17020_E005": 40,
      "b17020_M005": 39,
      "b17020_E011": 974,
      "b17020_M011": 179,
      "b17020_E012": 1641,
      "b17020_M012": 233,
      "b17020_E013": 2330,
      "b17020_M013": 293,
      "b15003_E001": 12064,
      "b15003_M001": 324,
      "b15003_E022": 4732,
      "b15003_M022": 405,
      "b15003_E023": 3113,
      "b15003_M023": 450,
      "b15003_E024": 751,
      "b15003_M024": 206,
      "b15003_E025": 468,
      "b15003_M025": 123,
      "c16002_E001": 6198,
      "c16002_M001": 194,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 33,
      "c16002_M007": 32,
      "c16002_E010": 17,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6198,
      "b22010_M001": 194,
      "b22010_E002": 81,
      "b22010_M002": 45,
      "b19013_E001": 209635,
      "b19013_M001": 11933
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 9.98,
       "moe": 3.3,
       "numerator": 490,
       "denominator": 4909
      },
      "children_with_two_parents_pct": {
       "estimate": 90.02,
       "moe": 5.36,
       "numerator": 4419,
       "denominator": 4909
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.67,
       "moe": 4.83,
       "numerator": 335,
       "denominator": 2450
      },
      "children_below_poverty_pct": {
       "estimate": 1.15,
       "moe": 0.96,
       "numerator": 57,
       "denominator": 4951
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 75.85,
       "moe": 4.32,
       "numerator": 9147,
       "denominator": 12060
      },
      "limited_english_households_pct": {
       "estimate": 0.6,
       "moe": 0.76,
       "numerator": 37,
       "denominator": 6210
      },
      "snap_households_pct": {
       "estimate": 1.22,
       "moe": 0.8,
       "numerator": 76,
       "denominator": 6210
      },
      "median_household_income": {
       "estimate": 230545,
       "moe": 21343.0
      },
      "own_children_under_18": {
       "estimate": 4909,
       "moe": 358.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4951,
       "moe": 462.4716207509386
      }
     },
     "lines": {
      "b23008_E001": 4909,
      "b23008_M001": 358,
      "b23008_E003": 1080,
      "b23008_M003": 215,
      "b23008_E008": 83,
      "b23008_M008": 73,
      "b23008_E016": 3339,
      "b23008_M016": 356,
      "b23008_E021": 407,
      "b23008_M021": 149,
      "b11003_E001": 4941,
      "b11003_M001": 193,
      "b11003_E003": 2115,
      "b11003_M003": 174,
      "b11003_E010": 166,
      "b11003_M010": 103,
      "b11003_E016": 169,
      "b11003_M016": 65,
      "b17020_E001": 18218,
      "b17020_M001": 39,
      "b17020_E003": 35,
      "b17020_M003": 40,
      "b17020_E004": 9,
      "b17020_M004": 15,
      "b17020_E005": 13,
      "b17020_M005": 21,
      "b17020_E011": 1138,
      "b17020_M011": 209,
      "b17020_E012": 1462,
      "b17020_M012": 218,
      "b17020_E013": 2294,
      "b17020_M013": 347,
      "b15003_E001": 12060,
      "b15003_M001": 337,
      "b15003_E022": 4764,
      "b15003_M022": 390,
      "b15003_E023": 3099,
      "b15003_M023": 340,
      "b15003_E024": 873,
      "b15003_M024": 222,
      "b15003_E025": 411,
      "b15003_M025": 142,
      "c16002_E001": 6210,
      "c16002_M001": 203,
      "c16002_E004": 17,
      "c16002_M004": 28,
      "c16002_E007": 20,
      "c16002_M007": 24,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6210,
      "b22010_M001": 203,
      "b22010_E002": 76,
      "b22010_M002": 50,
      "b19013_E001": 230545,
      "b19013_M001": 21343
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.95,
       "moe": 3.13,
       "numerator": 383,
       "denominator": 4816
      },
      "children_with_two_parents_pct": {
       "estimate": 92.05,
       "moe": 6.17,
       "numerator": 4433,
       "denominator": 4816
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.62,
       "moe": 4.29,
       "numerator": 262,
       "denominator": 2467
      },
      "children_below_poverty_pct": {
       "estimate": 0.83,
       "moe": 0.89,
       "numerator": 40,
       "denominator": 4837
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.92,
       "moe": 5.08,
       "numerator": 8947,
       "denominator": 12104
      },
      "limited_english_households_pct": {
       "estimate": 1.9,
       "moe": 1.18,
       "numerator": 118,
       "denominator": 6203
      },
      "snap_households_pct": {
       "estimate": 1.74,
       "moe": 1.27,
       "numerator": 108,
       "denominator": 6203
      },
      "median_household_income": {
       "estimate": 227165,
       "moe": 18404.0
      },
      "own_children_under_18": {
       "estimate": 4816,
       "moe": 374.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4837,
       "moe": 483.20182118862095
      }
     },
     "lines": {
      "b23008_E001": 4816,
      "b23008_M001": 374,
      "b23008_E003": 1023,
      "b23008_M003": 211,
      "b23008_E008": 90,
      "b23008_M008": 70,
      "b23008_E016": 3410,
      "b23008_M016": 403,
      "b23008_E021": 293,
      "b23008_M021": 137,
      "b11003_E001": 4946,
      "b11003_M001": 209,
      "b11003_E003": 2205,
      "b11003_M003": 198,
      "b11003_E010": 104,
      "b11003_M010": 82,
      "b11003_E016": 158,
      "b11003_M016": 71,
      "b17020_E001": 18200,
      "b17020_M001": 45,
      "b17020_E003": 20,
      "b17020_M003": 32,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 20,
      "b17020_M005": 20,
      "b17020_E011": 1093,
      "b17020_M011": 209,
      "b17020_E012": 1565,
      "b17020_M012": 237,
      "b17020_E013": 2139,
      "b17020_M013": 363,
      "b15003_E001": 12104,
      "b15003_M001": 333,
      "b15003_E022": 4619,
      "b15003_M022": 486,
      "b15003_E023": 3077,
      "b15003_M023": 363,
      "b15003_E024": 836,
      "b15003_M024": 226,
      "b15003_E025": 415,
      "b15003_M025": 138,
      "c16002_E001": 6203,
      "c16002_M001": 192,
      "c16002_E004": 78,
      "c16002_M004": 62,
      "c16002_E007": 20,
      "c16002_M007": 23,
      "c16002_E010": 20,
      "c16002_M010": 23,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6203,
      "b22010_M001": 192,
      "b22010_E002": 108,
      "b22010_M002": 79,
      "b19013_E001": 227165,
      "b19013_M001": 18404
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 7.43,
       "moe": 2.9,
       "numerator": 375,
       "denominator": 5049
      },
      "children_with_two_parents_pct": {
       "estimate": 92.57,
       "moe": 3.28,
       "numerator": 4674,
       "denominator": 5049
      },
      "one_parent_families_with_children_pct": {
       "estimate": 7.89,
       "moe": 3.4,
       "numerator": 194,
       "denominator": 2460
      },
      "children_below_poverty_pct": {
       "estimate": 1.13,
       "moe": 0.93,
       "numerator": 58,
       "denominator": 5115
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 75.2,
       "moe": 4.27,
       "numerator": 9149,
       "denominator": 12167
      },
      "limited_english_households_pct": {
       "estimate": 2.06,
       "moe": 1.13,
       "numerator": 126,
       "denominator": 6122
      },
      "snap_households_pct": {
       "estimate": 1.83,
       "moe": 1.22,
       "numerator": 112,
       "denominator": 6122
      },
      "median_household_income": {
       "estimate": 242199,
       "moe": 15893.0
      },
      "own_children_under_18": {
       "estimate": 5049,
       "moe": 473.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5115,
       "moe": 486.49665980353865
      }
     },
     "lines": {
      "b23008_E001": 5049,
      "b23008_M001": 473,
      "b23008_E003": 1212,
      "b23008_M003": 194,
      "b23008_E008": 89,
      "b23008_M008": 63,
      "b23008_E016": 3462,
      "b23008_M016": 426,
      "b23008_E021": 286,
      "b23008_M021": 137,
      "b11003_E001": 4965,
      "b11003_M001": 185,
      "b11003_E003": 2266,
      "b11003_M003": 207,
      "b11003_E010": 57,
      "b11003_M010": 60,
      "b11003_E016": 137,
      "b11003_M016": 61,
      "b17020_E001": 18546,
      "b17020_M001": 30,
      "b17020_E003": 20,
      "b17020_M003": 30,
      "b17020_E004": 17,
      "b17020_M004": 27,
      "b17020_E005": 21,
      "b17020_M005": 26,
      "b17020_E011": 1281,
      "b17020_M011": 198,
      "b17020_E012": 1658,
      "b17020_M012": 227,
      "b17020_E013": 2118,
      "b17020_M013": 379,
      "b15003_E001": 12167,
      "b15003_M001": 401,
      "b15003_E022": 4649,
      "b15003_M022": 391,
      "b15003_E023": 3290,
      "b15003_M023": 359,
      "b15003_E024": 863,
      "b15003_M024": 263,
      "b15003_E025": 347,
      "b15003_M025": 99,
      "c16002_E001": 6122,
      "c16002_M001": 229,
      "c16002_E004": 84,
      "c16002_M004": 58,
      "c16002_E007": 21,
      "c16002_M007": 23,
      "c16002_E010": 21,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6122,
      "b22010_M001": 229,
      "b22010_E002": 112,
      "b22010_M002": 75,
      "b19013_E001": 242199,
      "b19013_M001": 15893
     }
    }
   }
  },
  "0905160": {
   "name": "Winchester School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0905160",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 29.61,
       "moe": 12.77,
       "numerator": 382,
       "denominator": 1290
      },
      "children_with_two_parents_pct": {
       "estimate": 70.39,
       "moe": 14.08,
       "numerator": 908,
       "denominator": 1290
      },
      "one_parent_families_with_children_pct": {
       "estimate": 36.05,
       "moe": 11.55,
       "numerator": 274,
       "denominator": 760
      },
      "children_below_poverty_pct": {
       "estimate": 5.28,
       "moe": 3.66,
       "numerator": 69,
       "denominator": 1306
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.21,
       "moe": 5.54,
       "numerator": 2253,
       "denominator": 8279
      },
      "limited_english_households_pct": {
       "estimate": 1.89,
       "moe": 1.57,
       "numerator": 89,
       "denominator": 4714
      },
      "snap_households_pct": {
       "estimate": 12.43,
       "moe": 4.44,
       "numerator": 586,
       "denominator": 4714
      },
      "median_household_income": {
       "estimate": 65537,
       "moe": 8973.0
      },
      "own_children_under_18": {
       "estimate": 1290,
       "moe": 212.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1306,
       "moe": 262.7546383986399
      }
     },
     "lines": {
      "b23008_E001": 1290,
      "b23008_M001": 212,
      "b23008_E003": 430,
      "b23008_M003": 175,
      "b23008_E008": 45,
      "b23008_M008": 50,
      "b23008_E016": 478,
      "b23008_M016": 157,
      "b23008_E021": 337,
      "b23008_M021": 169,
      "b11003_E001": 2600,
      "b11003_M001": 251,
      "b11003_E003": 486,
      "b11003_M003": 173,
      "b11003_E010": 41,
      "b11003_M010": 38,
      "b11003_E016": 233,
      "b11003_M016": 109,
      "b17020_E001": 10209,
      "b17020_M001": 97,
      "b17020_E003": 5,
      "b17020_M003": 18,
      "b17020_E004": 46,
      "b17020_M004": 37,
      "b17020_E005": 18,
      "b17020_M005": 28,
      "b17020_E011": 470,
      "b17020_M011": 179,
      "b17020_E012": 498,
      "b17020_M012": 121,
      "b17020_E013": 269,
      "b17020_M013": 141,
      "b15003_E001": 8279,
      "b15003_M001": 253,
      "b15003_E022": 1310,
      "b15003_M022": 335,
      "b15003_E023": 729,
      "b15003_M023": 291,
      "b15003_E024": 73,
      "b15003_M024": 60,
      "b15003_E025": 141,
      "b15003_M025": 122,
      "c16002_E001": 4714,
      "c16002_M001": 277,
      "c16002_E004": 27,
      "c16002_M004": 44,
      "c16002_E007": 62,
      "c16002_M007": 52,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4714,
      "b22010_M001": 277,
      "b22010_E002": 586,
      "b22010_M002": 212,
      "b19013_E001": 65537,
      "b19013_M001": 8973
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 37.97,
       "moe": 15.26,
       "numerator": 540,
       "denominator": 1422
      },
      "children_with_two_parents_pct": {
       "estimate": 62.03,
       "moe": 16.01,
       "numerator": 882,
       "denominator": 1422
      },
      "one_parent_families_with_children_pct": {
       "estimate": 46.23,
       "moe": 15.61,
       "numerator": 423,
       "denominator": 915
      },
      "children_below_poverty_pct": {
       "estimate": 9.28,
       "moe": 8.03,
       "numerator": 136,
       "denominator": 1466
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.1,
       "moe": 4.41,
       "numerator": 2111,
       "denominator": 8088
      },
      "limited_english_households_pct": {
       "estimate": 1.74,
       "moe": 1.61,
       "numerator": 84,
       "denominator": 4814
      },
      "snap_households_pct": {
       "estimate": 11.67,
       "moe": 4.13,
       "numerator": 562,
       "denominator": 4814
      },
      "median_household_income": {
       "estimate": 73000,
       "moe": 10660.0
      },
      "own_children_under_18": {
       "estimate": 1422,
       "moe": 198.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1466,
       "moe": 316.6575437282365
      }
     },
     "lines": {
      "b23008_E001": 1422,
      "b23008_M001": 198,
      "b23008_E003": 381,
      "b23008_M003": 164,
      "b23008_E008": 63,
      "b23008_M008": 59,
      "b23008_E016": 501,
      "b23008_M016": 200,
      "b23008_E021": 477,
      "b23008_M021": 222,
      "b11003_E001": 2808,
      "b11003_M001": 256,
      "b11003_E003": 492,
      "b11003_M003": 158,
      "b11003_E010": 63,
      "b11003_M010": 56,
      "b11003_E016": 360,
      "b11003_M016": 172,
      "b17020_E001": 10082,
      "b17020_M001": 169,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 59,
      "b17020_M004": 86,
      "b17020_E005": 77,
      "b17020_M005": 83,
      "b17020_E011": 444,
      "b17020_M011": 168,
      "b17020_E012": 506,
      "b17020_M012": 179,
      "b17020_E013": 380,
      "b17020_M013": 159,
      "b15003_E001": 8088,
      "b15003_M001": 271,
      "b15003_E022": 1193,
      "b15003_M022": 251,
      "b15003_E023": 775,
      "b15003_M023": 246,
      "b15003_E024": 71,
      "b15003_M024": 65,
      "b15003_E025": 72,
      "b15003_M025": 69,
      "c16002_E001": 4814,
      "c16002_M001": 295,
      "c16002_E004": 38,
      "c16002_M004": 60,
      "c16002_E007": 46,
      "c16002_M007": 39,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 4814,
      "b22010_M001": 295,
      "b22010_E002": 562,
      "b22010_M002": 202,
      "b19013_E001": 73000,
      "b19013_M001": 10660
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.43,
       "moe": 12.87,
       "numerator": 474,
       "denominator": 1338
      },
      "children_with_two_parents_pct": {
       "estimate": 64.57,
       "moe": 19.95,
       "numerator": 864,
       "denominator": 1338
      },
      "one_parent_families_with_children_pct": {
       "estimate": 47.05,
       "moe": 11.95,
       "numerator": 391,
       "denominator": 831
      },
      "children_below_poverty_pct": {
       "estimate": 9.36,
       "moe": 5.61,
       "numerator": 129,
       "denominator": 1378
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.23,
       "moe": 5.1,
       "numerator": 2318,
       "denominator": 8210
      },
      "limited_english_households_pct": {
       "estimate": 1.32,
       "moe": 1.38,
       "numerator": 66,
       "denominator": 5001
      },
      "snap_households_pct": {
       "estimate": 11.14,
       "moe": 3.46,
       "numerator": 557,
       "denominator": 5001
      },
      "median_household_income": {
       "estimate": 68890,
       "moe": 11219.0
      },
      "own_children_under_18": {
       "estimate": 1338,
       "moe": 225.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1378,
       "moe": 305.707376423926
      }
     },
     "lines": {
      "b23008_E001": 1338,
      "b23008_M001": 225,
      "b23008_E003": 442,
      "b23008_M003": 202,
      "b23008_E008": 188,
      "b23008_M008": 151,
      "b23008_E016": 422,
      "b23008_M016": 227,
      "b23008_E021": 286,
      "b23008_M021": 115,
      "b11003_E001": 2750,
      "b11003_M001": 270,
      "b11003_E003": 440,
      "b11003_M003": 154,
      "b11003_E010": 129,
      "b11003_M010": 88,
      "b11003_E016": 262,
      "b11003_M016": 108,
      "b17020_E001": 10084,
      "b17020_M001": 105,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 52,
      "b17020_M004": 24,
      "b17020_E005": 77,
      "b17020_M005": 76,
      "b17020_E011": 630,
      "b17020_M011": 176,
      "b17020_E012": 385,
      "b17020_M012": 202,
      "b17020_E013": 234,
      "b17020_M013": 122,
      "b15003_E001": 8210,
      "b15003_M001": 228,
      "b15003_E022": 1227,
      "b15003_M022": 264,
      "b15003_E023": 932,
      "b15003_M023": 319,
      "b15003_E024": 58,
      "b15003_M024": 53,
      "b15003_E025": 101,
      "b15003_M025": 70,
      "c16002_E001": 5001,
      "c16002_M001": 244,
      "c16002_E004": 30,
      "c16002_M004": 50,
      "c16002_E007": 36,
      "c16002_M007": 37,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5001,
      "b22010_M001": 244,
      "b22010_E002": 557,
      "b22010_M002": 175,
      "b19013_E001": 68890,
      "b19013_M001": 11219
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.33,
       "moe": 12.69,
       "numerator": 573,
       "denominator": 1457
      },
      "children_with_two_parents_pct": {
       "estimate": 60.67,
       "moe": 16.02,
       "numerator": 884,
       "denominator": 1457
      },
      "one_parent_families_with_children_pct": {
       "estimate": 50.61,
       "moe": 12.95,
       "numerator": 456,
       "denominator": 901
      },
      "children_below_poverty_pct": {
       "estimate": 8.56,
       "moe": 6.65,
       "numerator": 128,
       "denominator": 1495
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 27.79,
       "moe": 4.86,
       "numerator": 2247,
       "denominator": 8087
      },
      "limited_english_households_pct": {
       "estimate": 1.13,
       "moe": 1.16,
       "numerator": 57,
       "denominator": 5043
      },
      "snap_households_pct": {
       "estimate": 14.77,
       "moe": 4.07,
       "numerator": 745,
       "denominator": 5043
      },
      "median_household_income": {
       "estimate": 66519,
       "moe": 11612.0
      },
      "own_children_under_18": {
       "estimate": 1457,
       "moe": 245.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1495,
       "moe": 287.0
      }
     },
     "lines": {
      "b23008_E001": 1457,
      "b23008_M001": 245,
      "b23008_E003": 287,
      "b23008_M003": 161,
      "b23008_E008": 239,
      "b23008_M008": 158,
      "b23008_E016": 597,
      "b23008_M016": 225,
      "b23008_E021": 334,
      "b23008_M021": 136,
      "b11003_E001": 2791,
      "b11003_M001": 273,
      "b11003_E003": 445,
      "b11003_M003": 156,
      "b11003_E010": 231,
      "b11003_M010": 117,
      "b11003_E016": 225,
      "b11003_M016": 114,
      "b17020_E001": 10132,
      "b17020_M001": 134,
      "b17020_E003": 7,
      "b17020_M003": 14,
      "b17020_E004": 30,
      "b17020_M004": 26,
      "b17020_E005": 91,
      "b17020_M005": 98,
      "b17020_E011": 519,
      "b17020_M011": 143,
      "b17020_E012": 444,
      "b17020_M012": 180,
      "b17020_E013": 404,
      "b17020_M013": 138,
      "b15003_E001": 8087,
      "b15003_M001": 324,
      "b15003_E022": 1171,
      "b15003_M022": 241,
      "b15003_E023": 875,
      "b15003_M023": 308,
      "b15003_E024": 77,
      "b15003_M024": 62,
      "b15003_E025": 124,
      "b15003_M025": 78,
      "c16002_E001": 5043,
      "c16002_M001": 298,
      "c16002_E004": 25,
      "c16002_M004": 39,
      "c16002_E007": 32,
      "c16002_M007": 32,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5043,
      "b22010_M001": 298,
      "b22010_E002": 745,
      "b22010_M002": 210,
      "b19013_E001": 66519,
      "b19013_M001": 11612
     }
    }
   }
  },
  "0905190": {
   "name": "Windham School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0905190",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 61.92,
       "moe": 7.05,
       "numerator": 2776,
       "denominator": 4483
      },
      "children_with_two_parents_pct": {
       "estimate": 38.08,
       "moe": 9.1,
       "numerator": 1707,
       "denominator": 4483
      },
      "one_parent_families_with_children_pct": {
       "estimate": 61.6,
       "moe": 9.05,
       "numerator": 1317,
       "denominator": 2138
      },
      "children_below_poverty_pct": {
       "estimate": 34.81,
       "moe": 7.04,
       "numerator": 1590,
       "denominator": 4568
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 19.7,
       "moe": 2.78,
       "numerator": 2886,
       "denominator": 14648
      },
      "limited_english_households_pct": {
       "estimate": 7.97,
       "moe": 2.03,
       "numerator": 706,
       "denominator": 8862
      },
      "snap_households_pct": {
       "estimate": 29.56,
       "moe": 3.95,
       "numerator": 2620,
       "denominator": 8862
      },
      "median_household_income": {
       "estimate": 49528,
       "moe": 4201.0
      },
      "own_children_under_18": {
       "estimate": 4483,
       "moe": 402.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4568,
       "moe": 629.0596156168349
      }
     },
     "lines": {
      "b23008_E001": 4483,
      "b23008_M001": 402,
      "b23008_E003": 413,
      "b23008_M003": 180,
      "b23008_E008": 635,
      "b23008_M008": 233,
      "b23008_E016": 1294,
      "b23008_M016": 397,
      "b23008_E021": 2141,
      "b23008_M021": 328,
      "b11003_E001": 4716,
      "b11003_M001": 339,
      "b11003_E003": 821,
      "b11003_M003": 199,
      "b11003_E010": 227,
      "b11003_M010": 197,
      "b11003_E016": 1090,
      "b11003_M016": 214,
      "b17020_E001": 21146,
      "b17020_M001": 470,
      "b17020_E003": 164,
      "b17020_M003": 109,
      "b17020_E004": 879,
      "b17020_M004": 298,
      "b17020_E005": 547,
      "b17020_M005": 225,
      "b17020_E011": 884,
      "b17020_M011": 214,
      "b17020_E012": 807,
      "b17020_M012": 221,
      "b17020_E013": 1287,
      "b17020_M013": 387,
      "b15003_E001": 14648,
      "b15003_M001": 488,
      "b15003_E022": 1569,
      "b15003_M022": 273,
      "b15003_E023": 891,
      "b15003_M023": 258,
      "b15003_E024": 133,
      "b15003_M024": 96,
      "b15003_E025": 293,
      "b15003_M025": 158,
      "c16002_E001": 8862,
      "c16002_M001": 475,
      "c16002_E004": 624,
      "c16002_M004": 172,
      "c16002_E007": 52,
      "c16002_M007": 53,
      "c16002_E010": 30,
      "c16002_M010": 28,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 8862,
      "b22010_M001": 475,
      "b22010_E002": 2620,
      "b22010_M002": 377,
      "b19013_E001": 49528,
      "b19013_M001": 4201
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 53.88,
       "moe": 6.94,
       "numerator": 2091,
       "denominator": 3881
      },
      "children_with_two_parents_pct": {
       "estimate": 46.12,
       "moe": 11.43,
       "numerator": 1790,
       "denominator": 3881
      },
      "one_parent_families_with_children_pct": {
       "estimate": 55.52,
       "moe": 7.26,
       "numerator": 1081,
       "denominator": 1947
      },
      "children_below_poverty_pct": {
       "estimate": 27.64,
       "moe": 7.13,
       "numerator": 1098,
       "denominator": 3973
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.57,
       "moe": 2.86,
       "numerator": 3377,
       "denominator": 14964
      },
      "limited_english_households_pct": {
       "estimate": 4.18,
       "moe": 1.24,
       "numerator": 389,
       "denominator": 9307
      },
      "snap_households_pct": {
       "estimate": 25.64,
       "moe": 3.39,
       "numerator": 2386,
       "denominator": 9307
      },
      "median_household_income": {
       "estimate": 54533,
       "moe": 3092.0
      },
      "own_children_under_18": {
       "estimate": 3881,
       "moe": 533.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3973,
       "moe": 639.3324643720198
      }
     },
     "lines": {
      "b23008_E001": 3881,
      "b23008_M001": 533,
      "b23008_E003": 475,
      "b23008_M003": 207,
      "b23008_E008": 383,
      "b23008_M008": 168,
      "b23008_E016": 1315,
      "b23008_M016": 463,
      "b23008_E021": 1708,
      "b23008_M021": 356,
      "b11003_E001": 4722,
      "b11003_M001": 316,
      "b11003_E003": 866,
      "b11003_M003": 231,
      "b11003_E010": 117,
      "b11003_M010": 99,
      "b11003_E016": 964,
      "b11003_M016": 207,
      "b17020_E001": 21064,
      "b17020_M001": 72,
      "b17020_E003": 76,
      "b17020_M003": 56,
      "b17020_E004": 519,
      "b17020_M004": 240,
      "b17020_E005": 503,
      "b17020_M005": 225,
      "b17020_E011": 782,
      "b17020_M011": 266,
      "b17020_E012": 841,
      "b17020_M012": 273,
      "b17020_E013": 1252,
      "b17020_M013": 390,
      "b15003_E001": 14964,
      "b15003_M001": 580,
      "b15003_E022": 1745,
      "b15003_M022": 281,
      "b15003_E023": 1164,
      "b15003_M023": 298,
      "b15003_E024": 126,
      "b15003_M024": 67,
      "b15003_E025": 342,
      "b15003_M025": 166,
      "c16002_E001": 9307,
      "c16002_M001": 503,
      "c16002_E004": 324,
      "c16002_M004": 102,
      "c16002_E007": 33,
      "c16002_M007": 37,
      "c16002_E010": 32,
      "c16002_M010": 36,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9307,
      "b22010_M001": 503,
      "b22010_E002": 2386,
      "b22010_M002": 341,
      "b19013_E001": 54533,
      "b19013_M001": 3092
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 58.98,
       "moe": 8.26,
       "numerator": 2604,
       "denominator": 4415
      },
      "children_with_two_parents_pct": {
       "estimate": 41.02,
       "moe": 9.46,
       "numerator": 1811,
       "denominator": 4415
      },
      "one_parent_families_with_children_pct": {
       "estimate": 63.72,
       "moe": 9.35,
       "numerator": 1447,
       "denominator": 2271
      },
      "children_below_poverty_pct": {
       "estimate": 28.55,
       "moe": 8.23,
       "numerator": 1278,
       "denominator": 4476
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 20.99,
       "moe": 2.93,
       "numerator": 3126,
       "denominator": 14893
      },
      "limited_english_households_pct": {
       "estimate": 4.77,
       "moe": 1.44,
       "numerator": 448,
       "denominator": 9399
      },
      "snap_households_pct": {
       "estimate": 29.13,
       "moe": 3.85,
       "numerator": 2738,
       "denominator": 9399
      },
      "median_household_income": {
       "estimate": 55034,
       "moe": 3988.0
      },
      "own_children_under_18": {
       "estimate": 4415,
       "moe": 531.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4476,
       "moe": 666.02177141592
      }
     },
     "lines": {
      "b23008_E001": 4415,
      "b23008_M001": 531,
      "b23008_E003": 625,
      "b23008_M003": 244,
      "b23008_E008": 565,
      "b23008_M008": 215,
      "b23008_E016": 1186,
      "b23008_M016": 403,
      "b23008_E021": 2039,
      "b23008_M021": 430,
      "b11003_E001": 5125,
      "b11003_M001": 353,
      "b11003_E003": 824,
      "b11003_M003": 221,
      "b11003_E010": 279,
      "b11003_M010": 174,
      "b11003_E016": 1168,
      "b11003_M016": 281,
      "b17020_E001": 21469,
      "b17020_M001": 60,
      "b17020_E003": 139,
      "b17020_M003": 105,
      "b17020_E004": 605,
      "b17020_M004": 338,
      "b17020_E005": 534,
      "b17020_M005": 216,
      "b17020_E011": 1051,
      "b17020_M011": 286,
      "b17020_E012": 926,
      "b17020_M012": 270,
      "b17020_E013": 1221,
      "b17020_M013": 342,
      "b15003_E001": 14893,
      "b15003_M001": 674,
      "b15003_E022": 1659,
      "b15003_M022": 359,
      "b15003_E023": 1060,
      "b15003_M023": 252,
      "b15003_E024": 90,
      "b15003_M024": 48,
      "b15003_E025": 317,
      "b15003_M025": 127,
      "c16002_E001": 9399,
      "c16002_M001": 445,
      "c16002_E004": 413,
      "c16002_M004": 130,
      "c16002_E007": 23,
      "c16002_M007": 28,
      "c16002_E010": 12,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 9399,
      "b22010_M001": 445,
      "b22010_E002": 2738,
      "b22010_M002": 384,
      "b19013_E001": 55034,
      "b19013_M001": 3988
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 56.28,
       "moe": 7.84,
       "numerator": 2590,
       "denominator": 4602
      },
      "children_with_two_parents_pct": {
       "estimate": 43.72,
       "moe": 9.98,
       "numerator": 2012,
       "denominator": 4602
      },
      "one_parent_families_with_children_pct": {
       "estimate": 63.74,
       "moe": 8.56,
       "numerator": 1510,
       "denominator": 2369
      },
      "children_below_poverty_pct": {
       "estimate": 27.08,
       "moe": 8.34,
       "numerator": 1269,
       "denominator": 4686
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 22.68,
       "moe": 2.54,
       "numerator": 3403,
       "denominator": 15002
      },
      "limited_english_households_pct": {
       "estimate": 6.41,
       "moe": 2.03,
       "numerator": 596,
       "denominator": 9297
      },
      "snap_households_pct": {
       "estimate": 28.3,
       "moe": 3.7,
       "numerator": 2631,
       "denominator": 9297
      },
      "median_household_income": {
       "estimate": 55736,
       "moe": 4979.0
      },
      "own_children_under_18": {
       "estimate": 4602,
       "moe": 498.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 4686,
       "moe": 696.9978479163333
      }
     },
     "lines": {
      "b23008_E001": 4602,
      "b23008_M001": 498,
      "b23008_E003": 679,
      "b23008_M003": 277,
      "b23008_E008": 693,
      "b23008_M008": 295,
      "b23008_E016": 1333,
      "b23008_M016": 426,
      "b23008_E021": 1897,
      "b23008_M021": 349,
      "b11003_E001": 5031,
      "b11003_M001": 315,
      "b11003_E003": 859,
      "b11003_M003": 222,
      "b11003_E010": 316,
      "b11003_M010": 178,
      "b11003_E016": 1194,
      "b11003_M016": 267,
      "b17020_E001": 21383,
      "b17020_M001": 127,
      "b17020_E003": 269,
      "b17020_M003": 162,
      "b17020_E004": 568,
      "b17020_M004": 344,
      "b17020_E005": 432,
      "b17020_M005": 209,
      "b17020_E011": 1122,
      "b17020_M011": 330,
      "b17020_E012": 1048,
      "b17020_M012": 274,
      "b17020_E013": 1247,
      "b17020_M013": 337,
      "b15003_E001": 15002,
      "b15003_M001": 584,
      "b15003_E022": 1874,
      "b15003_M022": 286,
      "b15003_E023": 1166,
      "b15003_M023": 253,
      "b15003_E024": 107,
      "b15003_M024": 52,
      "b15003_E025": 256,
      "b15003_M025": 117,
      "c16002_E001": 9297,
      "c16002_M001": 450,
      "c16002_E004": 548,
      "c16002_M004": 186,
      "c16002_E007": 25,
      "c16002_M007": 31,
      "c16002_E010": 12,
      "c16002_M010": 21,
      "c16002_E013": 11,
      "c16002_M013": 18,
      "b22010_E001": 9297,
      "b22010_M001": 450,
      "b22010_E002": 2631,
      "b22010_M002": 367,
      "b19013_E001": 55736,
      "b19013_M001": 4979
     }
    }
   }
  },
  "0905220": {
   "name": "Windsor School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0905220",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.67,
       "moe": 7.32,
       "numerator": 1926,
       "denominator": 5399
      },
      "children_with_two_parents_pct": {
       "estimate": 64.33,
       "moe": 6.24,
       "numerator": 3473,
       "denominator": 5399
      },
      "one_parent_families_with_children_pct": {
       "estimate": 28.72,
       "moe": 6.78,
       "numerator": 784,
       "denominator": 2730
      },
      "children_below_poverty_pct": {
       "estimate": 4.27,
       "moe": 1.7,
       "numerator": 242,
       "denominator": 5668
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.48,
       "moe": 3.71,
       "numerator": 9110,
       "denominator": 21446
      },
      "limited_english_households_pct": {
       "estimate": 2.44,
       "moe": 1.02,
       "numerator": 275,
       "denominator": 11278
      },
      "snap_households_pct": {
       "estimate": 7.53,
       "moe": 1.55,
       "numerator": 849,
       "denominator": 11278
      },
      "median_household_income": {
       "estimate": 96080,
       "moe": 3627.0
      },
      "own_children_under_18": {
       "estimate": 5399,
       "moe": 460.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5668,
       "moe": 509.53410091965384
      }
     },
     "lines": {
      "b23008_E001": 5399,
      "b23008_M001": 460,
      "b23008_E003": 979,
      "b23008_M003": 216,
      "b23008_E008": 522,
      "b23008_M008": 212,
      "b23008_E016": 2494,
      "b23008_M016": 393,
      "b23008_E021": 1404,
      "b23008_M021": 372,
      "b11003_E001": 7732,
      "b11003_M001": 324,
      "b11003_E003": 1946,
      "b11003_M003": 261,
      "b11003_E010": 84,
      "b11003_M010": 59,
      "b11003_E016": 700,
      "b11003_M016": 200,
      "b17020_E001": 29140,
      "b17020_M001": 145,
      "b17020_E003": 42,
      "b17020_M003": 42,
      "b17020_E004": 77,
      "b17020_M004": 56,
      "b17020_E005": 123,
      "b17020_M005": 70,
      "b17020_E011": 1488,
      "b17020_M011": 272,
      "b17020_E012": 1681,
      "b17020_M012": 260,
      "b17020_E013": 2257,
      "b17020_M013": 329,
      "b15003_E001": 21446,
      "b15003_M001": 559,
      "b15003_E022": 5303,
      "b15003_M022": 686,
      "b15003_E023": 2939,
      "b15003_M023": 408,
      "b15003_E024": 540,
      "b15003_M024": 139,
      "b15003_E025": 328,
      "b15003_M025": 178,
      "c16002_E001": 11278,
      "c16002_M001": 424,
      "c16002_E004": 97,
      "c16002_M004": 63,
      "c16002_E007": 125,
      "c16002_M007": 86,
      "c16002_E010": 53,
      "c16002_M010": 35,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11278,
      "b22010_M001": 424,
      "b22010_E002": 849,
      "b22010_M002": 178,
      "b19013_E001": 96080,
      "b19013_M001": 3627
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.06,
       "moe": 8.66,
       "numerator": 2050,
       "denominator": 5386
      },
      "children_with_two_parents_pct": {
       "estimate": 61.94,
       "moe": 8.88,
       "numerator": 3336,
       "denominator": 5386
      },
      "one_parent_families_with_children_pct": {
       "estimate": 32.37,
       "moe": 7.72,
       "numerator": 904,
       "denominator": 2793
      },
      "children_below_poverty_pct": {
       "estimate": 4.83,
       "moe": 1.69,
       "numerator": 276,
       "denominator": 5710
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 42.81,
       "moe": 3.63,
       "numerator": 9061,
       "denominator": 21166
      },
      "limited_english_households_pct": {
       "estimate": 2.14,
       "moe": 0.95,
       "numerator": 240,
       "denominator": 11217
      },
      "snap_households_pct": {
       "estimate": 8.32,
       "moe": 2.02,
       "numerator": 933,
       "denominator": 11217
      },
      "median_household_income": {
       "estimate": 103521,
       "moe": 4295.0
      },
      "own_children_under_18": {
       "estimate": 5386,
       "moe": 397.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5710,
       "moe": 638.4817930058773
      }
     },
     "lines": {
      "b23008_E001": 5386,
      "b23008_M001": 397,
      "b23008_E003": 936,
      "b23008_M003": 312,
      "b23008_E008": 550,
      "b23008_M008": 266,
      "b23008_E016": 2400,
      "b23008_M016": 438,
      "b23008_E021": 1500,
      "b23008_M021": 412,
      "b11003_E001": 7787,
      "b11003_M001": 305,
      "b11003_E003": 1889,
      "b11003_M003": 254,
      "b11003_E010": 77,
      "b11003_M010": 57,
      "b11003_E016": 827,
      "b11003_M016": 237,
      "b17020_E001": 29143,
      "b17020_M001": 38,
      "b17020_E003": 42,
      "b17020_M003": 44,
      "b17020_E004": 89,
      "b17020_M004": 57,
      "b17020_E005": 145,
      "b17020_M005": 71,
      "b17020_E011": 1480,
      "b17020_M011": 397,
      "b17020_E012": 1887,
      "b17020_M012": 360,
      "b17020_E013": 2067,
      "b17020_M013": 332,
      "b15003_E001": 21166,
      "b15003_M001": 580,
      "b15003_E022": 5216,
      "b15003_M022": 676,
      "b15003_E023": 2902,
      "b15003_M023": 356,
      "b15003_E024": 563,
      "b15003_M024": 156,
      "b15003_E025": 380,
      "b15003_M025": 208,
      "c16002_E001": 11217,
      "c16002_M001": 378,
      "c16002_E004": 113,
      "c16002_M004": 67,
      "c16002_E007": 95,
      "c16002_M007": 75,
      "c16002_E010": 32,
      "c16002_M010": 27,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11217,
      "b22010_M001": 378,
      "b22010_E002": 933,
      "b22010_M002": 229,
      "b19013_E001": 103521,
      "b19013_M001": 4295
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.37,
       "moe": 8.64,
       "numerator": 1830,
       "denominator": 5324
      },
      "children_with_two_parents_pct": {
       "estimate": 65.63,
       "moe": 7.15,
       "numerator": 3494,
       "denominator": 5324
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.95,
       "moe": 8.39,
       "numerator": 846,
       "denominator": 2825
      },
      "children_below_poverty_pct": {
       "estimate": 4.04,
       "moe": 1.66,
       "numerator": 228,
       "denominator": 5645
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.87,
       "moe": 3.76,
       "numerator": 9295,
       "denominator": 21188
      },
      "limited_english_households_pct": {
       "estimate": 2.52,
       "moe": 1.1,
       "numerator": 286,
       "denominator": 11360
      },
      "snap_households_pct": {
       "estimate": 7.22,
       "moe": 1.66,
       "numerator": 820,
       "denominator": 11360
      },
      "median_household_income": {
       "estimate": 107548,
       "moe": 5204.0
      },
      "own_children_under_18": {
       "estimate": 5324,
       "moe": 474.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5645,
       "moe": 640.8806441140191
      }
     },
     "lines": {
      "b23008_E001": 5324,
      "b23008_M001": 474,
      "b23008_E003": 972,
      "b23008_M003": 279,
      "b23008_E008": 507,
      "b23008_M008": 281,
      "b23008_E016": 2522,
      "b23008_M016": 405,
      "b23008_E021": 1323,
      "b23008_M021": 399,
      "b11003_E001": 8052,
      "b11003_M001": 323,
      "b11003_E003": 1979,
      "b11003_M003": 234,
      "b11003_E010": 165,
      "b11003_M010": 130,
      "b11003_E016": 681,
      "b11003_M016": 224,
      "b17020_E001": 29099,
      "b17020_M001": 36,
      "b17020_E003": 25,
      "b17020_M003": 32,
      "b17020_E004": 85,
      "b17020_M004": 52,
      "b17020_E005": 118,
      "b17020_M005": 76,
      "b17020_E011": 1522,
      "b17020_M011": 378,
      "b17020_E012": 1730,
      "b17020_M012": 376,
      "b17020_E013": 2165,
      "b17020_M013": 342,
      "b15003_E001": 21188,
      "b15003_M001": 518,
      "b15003_E022": 5193,
      "b15003_M022": 639,
      "b15003_E023": 3038,
      "b15003_M023": 454,
      "b15003_E024": 588,
      "b15003_M024": 157,
      "b15003_E025": 476,
      "b15003_M025": 221,
      "c16002_E001": 11360,
      "c16002_M001": 367,
      "c16002_E004": 103,
      "c16002_M004": 87,
      "c16002_E007": 142,
      "c16002_M007": 82,
      "c16002_E010": 41,
      "c16002_M010": 26,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11360,
      "b22010_M001": 367,
      "b22010_E002": 820,
      "b22010_M002": 190,
      "b19013_E001": 107548,
      "b19013_M001": 5204
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 39.22,
       "moe": 7.78,
       "numerator": 2132,
       "denominator": 5436
      },
      "children_with_two_parents_pct": {
       "estimate": 60.78,
       "moe": 7.76,
       "numerator": 3304,
       "denominator": 5436
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.49,
       "moe": 7.45,
       "numerator": 1005,
       "denominator": 3001
      },
      "children_below_poverty_pct": {
       "estimate": 8.85,
       "moe": 4.41,
       "numerator": 501,
       "denominator": 5658
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 43.24,
       "moe": 3.8,
       "numerator": 9312,
       "denominator": 21536
      },
      "limited_english_households_pct": {
       "estimate": 2.12,
       "moe": 1.05,
       "numerator": 247,
       "denominator": 11643
      },
      "snap_households_pct": {
       "estimate": 7.2,
       "moe": 1.71,
       "numerator": 838,
       "denominator": 11643
      },
      "median_household_income": {
       "estimate": 104725,
       "moe": 7536.0
      },
      "own_children_under_18": {
       "estimate": 5436,
       "moe": 437.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 5658,
       "moe": 660.9583950597798
      }
     },
     "lines": {
      "b23008_E001": 5436,
      "b23008_M001": 437,
      "b23008_E003": 905,
      "b23008_M003": 288,
      "b23008_E008": 543,
      "b23008_M008": 216,
      "b23008_E016": 2399,
      "b23008_M016": 407,
      "b23008_E021": 1589,
      "b23008_M021": 402,
      "b11003_E001": 8292,
      "b11003_M001": 323,
      "b11003_E003": 1996,
      "b11003_M003": 279,
      "b11003_E010": 311,
      "b11003_M010": 192,
      "b11003_E016": 694,
      "b11003_M016": 171,
      "b17020_E001": 29185,
      "b17020_M001": 56,
      "b17020_E003": 67,
      "b17020_M003": 58,
      "b17020_E004": 186,
      "b17020_M004": 153,
      "b17020_E005": 248,
      "b17020_M005": 197,
      "b17020_E011": 1468,
      "b17020_M011": 354,
      "b17020_E012": 1711,
      "b17020_M012": 372,
      "b17020_E013": 1978,
      "b17020_M013": 328,
      "b15003_E001": 21536,
      "b15003_M001": 560,
      "b15003_E022": 5283,
      "b15003_M022": 718,
      "b15003_E023": 3053,
      "b15003_M023": 371,
      "b15003_E024": 543,
      "b15003_M024": 175,
      "b15003_E025": 433,
      "b15003_M025": 210,
      "c16002_E001": 11643,
      "c16002_M001": 337,
      "c16002_E004": 111,
      "c16002_M004": 80,
      "c16002_E007": 101,
      "c16002_M007": 85,
      "c16002_E010": 35,
      "c16002_M010": 25,
      "c16002_E013": 0,
      "c16002_M013": 25,
      "b22010_E001": 11643,
      "b22010_M001": 337,
      "b22010_E002": 838,
      "b22010_M002": 200,
      "b19013_E001": 104725,
      "b19013_M001": 7536
     }
    }
   }
  },
  "0905250": {
   "name": "Windsor Locks School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0905250",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 31.49,
       "moe": 9.99,
       "numerator": 741,
       "denominator": 2353
      },
      "children_with_two_parents_pct": {
       "estimate": 68.51,
       "moe": 15.13,
       "numerator": 1612,
       "denominator": 2353
      },
      "one_parent_families_with_children_pct": {
       "estimate": 24.03,
       "moe": 9.22,
       "numerator": 333,
       "denominator": 1386
      },
      "children_below_poverty_pct": {
       "estimate": 8.72,
       "moe": 7.24,
       "numerator": 207,
       "denominator": 2374
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.68,
       "moe": 3.78,
       "numerator": 2444,
       "denominator": 9160
      },
      "limited_english_households_pct": {
       "estimate": 4.61,
       "moe": 3.6,
       "numerator": 247,
       "denominator": 5357
      },
      "snap_households_pct": {
       "estimate": 9.95,
       "moe": 4.48,
       "numerator": 533,
       "denominator": 5357
      },
      "median_household_income": {
       "estimate": 79678,
       "moe": 12190.0
      },
      "own_children_under_18": {
       "estimate": 2353,
       "moe": 272.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2374,
       "moe": 495.24741291600907
      }
     },
     "lines": {
      "b23008_E001": 2353,
      "b23008_M001": 272,
      "b23008_E003": 470,
      "b23008_M003": 277,
      "b23008_E008": 162,
      "b23008_M008": 128,
      "b23008_E016": 1142,
      "b23008_M016": 291,
      "b23008_E021": 579,
      "b23008_M021": 215,
      "b11003_E001": 3433,
      "b11003_M001": 202,
      "b11003_E003": 1053,
      "b11003_M003": 233,
      "b11003_E010": 54,
      "b11003_M010": 57,
      "b11003_E016": 279,
      "b11003_M016": 132,
      "b17020_E001": 12515,
      "b17020_M001": 46,
      "b17020_E003": 52,
      "b17020_M003": 73,
      "b17020_E004": 85,
      "b17020_M004": 134,
      "b17020_E005": 70,
      "b17020_M005": 90,
      "b17020_E011": 595,
      "b17020_M011": 293,
      "b17020_E012": 753,
      "b17020_M012": 256,
      "b17020_E013": 819,
      "b17020_M013": 250,
      "b15003_E001": 9160,
      "b15003_M001": 316,
      "b15003_E022": 1581,
      "b15003_M022": 302,
      "b15003_E023": 765,
      "b15003_M023": 185,
      "b15003_E024": 71,
      "b15003_M024": 35,
      "b15003_E025": 27,
      "b15003_M025": 25,
      "c16002_E001": 5357,
      "c16002_M001": 220,
      "c16002_E004": 21,
      "c16002_M004": 31,
      "c16002_E007": 172,
      "c16002_M007": 183,
      "c16002_E010": 54,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5357,
      "b22010_M001": 220,
      "b22010_E002": 533,
      "b22010_M002": 241,
      "b19013_E001": 79678,
      "b19013_M001": 12190
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 38.15,
       "moe": 11.92,
       "numerator": 889,
       "denominator": 2330
      },
      "children_with_two_parents_pct": {
       "estimate": 61.85,
       "moe": 11.16,
       "numerator": 1441,
       "denominator": 2330
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.57,
       "moe": 9.98,
       "numerator": 477,
       "denominator": 1421
      },
      "children_below_poverty_pct": {
       "estimate": 10.24,
       "moe": 7.61,
       "numerator": 239,
       "denominator": 2334
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.6,
       "moe": 4.26,
       "numerator": 2625,
       "denominator": 9179
      },
      "limited_english_households_pct": {
       "estimate": 4.41,
       "moe": 3.42,
       "numerator": 239,
       "denominator": 5417
      },
      "snap_households_pct": {
       "estimate": 9.88,
       "moe": 4.08,
       "numerator": 535,
       "denominator": 5417
      },
      "median_household_income": {
       "estimate": 85570,
       "moe": 10162.0
      },
      "own_children_under_18": {
       "estimate": 2330,
       "moe": 259.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2334,
       "moe": 433.1847181053367
      }
     },
     "lines": {
      "b23008_E001": 2330,
      "b23008_M001": 259,
      "b23008_E003": 440,
      "b23008_M003": 201,
      "b23008_E008": 391,
      "b23008_M008": 187,
      "b23008_E016": 1001,
      "b23008_M016": 230,
      "b23008_E021": 498,
      "b23008_M021": 228,
      "b11003_E001": 3504,
      "b11003_M001": 197,
      "b11003_E003": 944,
      "b11003_M003": 224,
      "b11003_E010": 136,
      "b11003_M010": 100,
      "b11003_E016": 341,
      "b11003_M016": 138,
      "b17020_E001": 12513,
      "b17020_M001": 40,
      "b17020_E003": 135,
      "b17020_M003": 140,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 104,
      "b17020_M005": 116,
      "b17020_E011": 700,
      "b17020_M011": 226,
      "b17020_E012": 707,
      "b17020_M012": 224,
      "b17020_E013": 688,
      "b17020_M013": 230,
      "b15003_E001": 9179,
      "b15003_M001": 329,
      "b15003_E022": 1750,
      "b15003_M022": 336,
      "b15003_E023": 791,
      "b15003_M023": 216,
      "b15003_E024": 71,
      "b15003_M024": 42,
      "b15003_E025": 13,
      "b15003_M025": 15,
      "c16002_E001": 5417,
      "c16002_M001": 217,
      "c16002_E004": 53,
      "c16002_M004": 77,
      "c16002_E007": 135,
      "c16002_M007": 160,
      "c16002_E010": 51,
      "c16002_M010": 50,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5417,
      "b22010_M001": 217,
      "b22010_E002": 535,
      "b22010_M002": 222,
      "b19013_E001": 85570,
      "b19013_M001": 10162
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 48.23,
       "moe": 17.03,
       "numerator": 1160,
       "denominator": 2405
      },
      "children_with_two_parents_pct": {
       "estimate": 51.77,
       "moe": 10.75,
       "numerator": 1245,
       "denominator": 2405
      },
      "one_parent_families_with_children_pct": {
       "estimate": 39.77,
       "moe": 13.09,
       "numerator": 527,
       "denominator": 1325
      },
      "children_below_poverty_pct": {
       "estimate": 12.33,
       "moe": 9.78,
       "numerator": 299,
       "denominator": 2424
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 26.4,
       "moe": 3.89,
       "numerator": 2481,
       "denominator": 9398
      },
      "limited_english_households_pct": {
       "estimate": 5.02,
       "moe": 3.93,
       "numerator": 269,
       "denominator": 5354
      },
      "snap_households_pct": {
       "estimate": 10.63,
       "moe": 3.9,
       "numerator": 569,
       "denominator": 5354
      },
      "median_household_income": {
       "estimate": 90417,
       "moe": 12576.0
      },
      "own_children_under_18": {
       "estimate": 2405,
       "moe": 349.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2424,
       "moe": 504.7484522016883
      }
     },
     "lines": {
      "b23008_E001": 2405,
      "b23008_M001": 349,
      "b23008_E003": 325,
      "b23008_M003": 147,
      "b23008_E008": 542,
      "b23008_M008": 280,
      "b23008_E016": 920,
      "b23008_M016": 279,
      "b23008_E021": 618,
      "b23008_M021": 343,
      "b11003_E001": 3387,
      "b11003_M001": 196,
      "b11003_E003": 798,
      "b11003_M003": 236,
      "b11003_E010": 225,
      "b11003_M010": 151,
      "b11003_E016": 302,
      "b11003_M016": 153,
      "b17020_E001": 12498,
      "b17020_M001": 37,
      "b17020_E003": 192,
      "b17020_M003": 217,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 107,
      "b17020_M005": 112,
      "b17020_E011": 694,
      "b17020_M011": 204,
      "b17020_E012": 655,
      "b17020_M012": 240,
      "b17020_E013": 776,
      "b17020_M013": 309,
      "b15003_E001": 9398,
      "b15003_M001": 392,
      "b15003_E022": 1716,
      "b15003_M022": 321,
      "b15003_E023": 656,
      "b15003_M023": 197,
      "b15003_E024": 84,
      "b15003_M024": 46,
      "b15003_E025": 25,
      "b15003_M025": 27,
      "c16002_E001": 5354,
      "c16002_M001": 270,
      "c16002_E004": 86,
      "c16002_M004": 125,
      "c16002_E007": 137,
      "c16002_M007": 160,
      "c16002_E010": 46,
      "c16002_M010": 53,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5354,
      "b22010_M001": 270,
      "b22010_E002": 569,
      "b22010_M002": 211,
      "b19013_E001": 90417,
      "b19013_M001": 12576
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 51.57,
       "moe": 12.79,
       "numerator": 1196,
       "denominator": 2319
      },
      "children_with_two_parents_pct": {
       "estimate": 48.43,
       "moe": 11.87,
       "numerator": 1123,
       "denominator": 2319
      },
      "one_parent_families_with_children_pct": {
       "estimate": 51.36,
       "moe": 11.35,
       "numerator": 680,
       "denominator": 1324
      },
      "children_below_poverty_pct": {
       "estimate": 10.52,
       "moe": 8.4,
       "numerator": 244,
       "denominator": 2319
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 28.56,
       "moe": 4.22,
       "numerator": 2671,
       "denominator": 9351
      },
      "limited_english_households_pct": {
       "estimate": 3.61,
       "moe": 3.28,
       "numerator": 190,
       "denominator": 5268
      },
      "snap_households_pct": {
       "estimate": 12.79,
       "moe": 4.32,
       "numerator": 674,
       "denominator": 5268
      },
      "median_household_income": {
       "estimate": 81205,
       "moe": 13103.0
      },
      "own_children_under_18": {
       "estimate": 2319,
       "moe": 282.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2319,
       "moe": 464.1379105395292
      }
     },
     "lines": {
      "b23008_E001": 2319,
      "b23008_M001": 282,
      "b23008_E003": 244,
      "b23008_M003": 131,
      "b23008_E008": 545,
      "b23008_M008": 238,
      "b23008_E016": 879,
      "b23008_M016": 278,
      "b23008_E021": 651,
      "b23008_M021": 229,
      "b11003_E001": 3288,
      "b11003_M001": 226,
      "b11003_E003": 644,
      "b11003_M003": 232,
      "b11003_E010": 277,
      "b11003_M010": 144,
      "b11003_E016": 403,
      "b11003_M016": 171,
      "b17020_E001": 12528,
      "b17020_M001": 51,
      "b17020_E003": 123,
      "b17020_M003": 162,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 121,
      "b17020_M005": 117,
      "b17020_E011": 666,
      "b17020_M011": 200,
      "b17020_E012": 708,
      "b17020_M012": 227,
      "b17020_E013": 701,
      "b17020_M013": 289,
      "b15003_E001": 9351,
      "b15003_M001": 319,
      "b15003_E022": 1764,
      "b15003_M022": 343,
      "b15003_E023": 781,
      "b15003_M023": 202,
      "b15003_E024": 56,
      "b15003_M024": 42,
      "b15003_E025": 70,
      "b15003_M025": 60,
      "c16002_E001": 5268,
      "c16002_M001": 256,
      "c16002_E004": 63,
      "c16002_M004": 69,
      "c16002_E007": 127,
      "c16002_M007": 156,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 5268,
      "b22010_M001": 256,
      "b22010_E002": 674,
      "b22010_M002": 230,
      "b19013_E001": 81205,
      "b19013_M001": 13103
     }
    }
   }
  },
  "0905280": {
   "name": "Wolcott School District, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0905280",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 20.32,
       "moe": 9.96,
       "numerator": 671,
       "denominator": 3302
      },
      "children_with_two_parents_pct": {
       "estimate": 79.68,
       "moe": 1.88,
       "numerator": 2631,
       "denominator": 3302
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.74,
       "moe": 10.09,
       "numerator": 234,
       "denominator": 1588
      },
      "children_below_poverty_pct": {
       "estimate": 2.16,
       "moe": 3.62,
       "numerator": 72,
       "denominator": 3326
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 34.4,
       "moe": 4.58,
       "numerator": 4012,
       "denominator": 11662
      },
      "limited_english_households_pct": {
       "estimate": 1.1,
       "moe": 0.99,
       "numerator": 69,
       "denominator": 6250
      },
      "snap_households_pct": {
       "estimate": 2.11,
       "moe": 0.94,
       "numerator": 132,
       "denominator": 6250
      },
      "median_household_income": {
       "estimate": 103523,
       "moe": 7991.0
      },
      "own_children_under_18": {
       "estimate": 3302,
       "moe": 455.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3326,
       "moe": 467.40774490801925
      }
     },
     "lines": {
      "b23008_E001": 3302,
      "b23008_M001": 455,
      "b23008_E003": 865,
      "b23008_M003": 242,
      "b23008_E008": 132,
      "b23008_M008": 92,
      "b23008_E016": 1766,
      "b23008_M016": 277,
      "b23008_E021": 539,
      "b23008_M021": 329,
      "b11003_E001": 4345,
      "b11003_M001": 260,
      "b11003_E003": 1354,
      "b11003_M003": 199,
      "b11003_E010": 68,
      "b11003_M010": 68,
      "b11003_E016": 166,
      "b11003_M016": 150,
      "b17020_E001": 16117,
      "b17020_M001": 74,
      "b17020_E003": 72,
      "b17020_M003": 117,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 925,
      "b17020_M011": 243,
      "b17020_E012": 1059,
      "b17020_M012": 277,
      "b17020_E013": 1270,
      "b17020_M013": 261,
      "b15003_E001": 11662,
      "b15003_M001": 484,
      "b15003_E022": 2563,
      "b15003_M022": 436,
      "b15003_E023": 1159,
      "b15003_M023": 325,
      "b15003_E024": 222,
      "b15003_M024": 101,
      "b15003_E025": 68,
      "b15003_M025": 84,
      "c16002_E001": 6250,
      "c16002_M001": 325,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 69,
      "c16002_M007": 50,
      "c16002_E010": 0,
      "c16002_M010": 21,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6250,
      "b22010_M001": 325,
      "b22010_E002": 132,
      "b22010_M002": 59,
      "b19013_E001": 103523,
      "b19013_M001": 7991
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.56,
       "moe": 9.02,
       "numerator": 842,
       "denominator": 3428
      },
      "children_with_two_parents_pct": {
       "estimate": 75.44,
       "moe": 8.54,
       "numerator": 2586,
       "denominator": 3428
      },
      "one_parent_families_with_children_pct": {
       "estimate": 19.78,
       "moe": 9.91,
       "numerator": 345,
       "denominator": 1744
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.06,
       "numerator": 0,
       "denominator": 3439
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.21,
       "moe": 4.02,
       "numerator": 4114,
       "denominator": 11361
      },
      "limited_english_households_pct": {
       "estimate": 1.51,
       "moe": 1.28,
       "numerator": 92,
       "denominator": 6087
      },
      "snap_households_pct": {
       "estimate": 2.12,
       "moe": 1.19,
       "numerator": 129,
       "denominator": 6087
      },
      "median_household_income": {
       "estimate": 113433,
       "moe": 7086.0
      },
      "own_children_under_18": {
       "estimate": 3428,
       "moe": 426.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3439,
       "moe": 436.4687846799585
      }
     },
     "lines": {
      "b23008_E001": 3428,
      "b23008_M001": 426,
      "b23008_E003": 648,
      "b23008_M003": 262,
      "b23008_E008": 164,
      "b23008_M008": 96,
      "b23008_E016": 1938,
      "b23008_M016": 347,
      "b23008_E021": 678,
      "b23008_M021": 312,
      "b11003_E001": 4200,
      "b11003_M001": 259,
      "b11003_E003": 1399,
      "b11003_M003": 267,
      "b11003_E010": 83,
      "b11003_M010": 78,
      "b11003_E016": 262,
      "b11003_M016": 167,
      "b17020_E001": 16078,
      "b17020_M001": 25,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 812,
      "b17020_M011": 250,
      "b17020_E012": 1262,
      "b17020_M012": 279,
      "b17020_E013": 1365,
      "b17020_M013": 221,
      "b15003_E001": 11361,
      "b15003_M001": 473,
      "b15003_E022": 2502,
      "b15003_M022": 358,
      "b15003_E023": 1151,
      "b15003_M023": 277,
      "b15003_E024": 307,
      "b15003_M024": 110,
      "b15003_E025": 154,
      "b15003_M025": 145,
      "c16002_E001": 6087,
      "c16002_M001": 356,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 74,
      "c16002_M007": 66,
      "c16002_E010": 18,
      "c16002_M010": 29,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6087,
      "b22010_M001": 356,
      "b22010_E002": 129,
      "b22010_M002": 73,
      "b19013_E001": 113433,
      "b19013_M001": 7086
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.81,
       "moe": 10.26,
       "numerator": 738,
       "denominator": 3236
      },
      "children_with_two_parents_pct": {
       "estimate": 77.19,
       "moe": 8.41,
       "numerator": 2498,
       "denominator": 3236
      },
      "one_parent_families_with_children_pct": {
       "estimate": 20.47,
       "moe": 10.19,
       "numerator": 368,
       "denominator": 1798
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.11,
       "numerator": 0,
       "denominator": 3271
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 36.6,
       "moe": 4.61,
       "numerator": 4225,
       "denominator": 11544
      },
      "limited_english_households_pct": {
       "estimate": 1.48,
       "moe": 1.25,
       "numerator": 90,
       "denominator": 6067
      },
      "snap_households_pct": {
       "estimate": 3.76,
       "moe": 1.75,
       "numerator": 228,
       "denominator": 6067
      },
      "median_household_income": {
       "estimate": 114406,
       "moe": 6501.0
      },
      "own_children_under_18": {
       "estimate": 3236,
       "moe": 350.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3271,
       "moe": 416.6785331643568
      }
     },
     "lines": {
      "b23008_E001": 3236,
      "b23008_M001": 350,
      "b23008_E003": 793,
      "b23008_M003": 263,
      "b23008_E008": 105,
      "b23008_M008": 71,
      "b23008_E016": 1705,
      "b23008_M016": 279,
      "b23008_E021": 633,
      "b23008_M021": 334,
      "b11003_E001": 4420,
      "b11003_M001": 258,
      "b11003_E003": 1430,
      "b11003_M003": 220,
      "b11003_E010": 105,
      "b11003_M010": 87,
      "b11003_E016": 263,
      "b11003_M016": 172,
      "b17020_E001": 16102,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 898,
      "b17020_M011": 251,
      "b17020_E012": 1073,
      "b17020_M012": 199,
      "b17020_E013": 1300,
      "b17020_M013": 264,
      "b15003_E001": 11544,
      "b15003_M001": 404,
      "b15003_E022": 2484,
      "b15003_M022": 399,
      "b15003_E023": 1225,
      "b15003_M023": 317,
      "b15003_E024": 309,
      "b15003_M024": 123,
      "b15003_E025": 207,
      "b15003_M025": 173,
      "c16002_E001": 6067,
      "c16002_M001": 283,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 69,
      "c16002_M007": 62,
      "c16002_E010": 21,
      "c16002_M010": 32,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6067,
      "b22010_M001": 283,
      "b22010_E002": 228,
      "b22010_M002": 107,
      "b19013_E001": 114406,
      "b19013_M001": 6501
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 26.93,
       "moe": 10.61,
       "numerator": 848,
       "denominator": 3149
      },
      "children_with_two_parents_pct": {
       "estimate": 73.07,
       "moe": 9.39,
       "numerator": 2301,
       "denominator": 3149
      },
      "one_parent_families_with_children_pct": {
       "estimate": 26.87,
       "moe": 12.07,
       "numerator": 518,
       "denominator": 1928
      },
      "children_below_poverty_pct": {
       "estimate": 0.0,
       "moe": 1.15,
       "numerator": 0,
       "denominator": 3151
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 37.03,
       "moe": 4.49,
       "numerator": 4387,
       "denominator": 11847
      },
      "limited_english_households_pct": {
       "estimate": 1.34,
       "moe": 1.21,
       "numerator": 84,
       "denominator": 6248
      },
      "snap_households_pct": {
       "estimate": 4.91,
       "moe": 2.58,
       "numerator": 307,
       "denominator": 6248
      },
      "median_household_income": {
       "estimate": 110850,
       "moe": 9536.0
      },
      "own_children_under_18": {
       "estimate": 3149,
       "moe": 408.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 3151,
       "moe": 495.8376750510191
      }
     },
     "lines": {
      "b23008_E001": 3149,
      "b23008_M001": 408,
      "b23008_E003": 636,
      "b23008_M003": 238,
      "b23008_E008": 175,
      "b23008_M008": 110,
      "b23008_E016": 1665,
      "b23008_M016": 346,
      "b23008_E021": 673,
      "b23008_M021": 334,
      "b11003_E001": 4605,
      "b11003_M001": 270,
      "b11003_E003": 1410,
      "b11003_M003": 253,
      "b11003_E010": 218,
      "b11003_M010": 178,
      "b11003_E016": 300,
      "b11003_M016": 178,
      "b17020_E001": 16192,
      "b17020_M001": 52,
      "b17020_E003": 0,
      "b17020_M003": 21,
      "b17020_E004": 0,
      "b17020_M004": 21,
      "b17020_E005": 0,
      "b17020_M005": 21,
      "b17020_E011": 811,
      "b17020_M011": 284,
      "b17020_E012": 984,
      "b17020_M012": 240,
      "b17020_E013": 1356,
      "b17020_M013": 326,
      "b15003_E001": 11847,
      "b15003_M001": 380,
      "b15003_E022": 2734,
      "b15003_M022": 426,
      "b15003_E023": 1105,
      "b15003_M023": 275,
      "b15003_E024": 316,
      "b15003_M024": 140,
      "b15003_E025": 232,
      "b15003_M025": 163,
      "c16002_E001": 6248,
      "c16002_M001": 323,
      "c16002_E004": 0,
      "c16002_M004": 21,
      "c16002_E007": 63,
      "c16002_M007": 62,
      "c16002_E010": 21,
      "c16002_M010": 32,
      "c16002_E013": 0,
      "c16002_M013": 21,
      "b22010_E001": 6248,
      "b22010_M001": 323,
      "b22010_E002": 307,
      "b22010_M002": 162,
      "b19013_E001": 110850,
      "b19013_M001": 9536
     }
    }
   }
  },
  "0905310": {
   "name": "Woodbridge School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0905310",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 12.86,
       "moe": 8.96,
       "numerator": 282,
       "denominator": 2192
      },
      "children_with_two_parents_pct": {
       "estimate": 87.14,
       "moe": 8.89,
       "numerator": 1910,
       "denominator": 2192
      },
      "one_parent_families_with_children_pct": {
       "estimate": 13.01,
       "moe": 7.78,
       "numerator": 141,
       "denominator": 1084
      },
      "children_below_poverty_pct": {
       "estimate": 1.9,
       "moe": 3.26,
       "numerator": 43,
       "denominator": 2258
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 68.44,
       "moe": 6.55,
       "numerator": 4463,
       "denominator": 6521
      },
      "limited_english_households_pct": {
       "estimate": 2.26,
       "moe": 1.93,
       "numerator": 69,
       "denominator": 3057
      },
      "snap_households_pct": {
       "estimate": 0.98,
       "moe": 0.98,
       "numerator": 30,
       "denominator": 3057
      },
      "median_household_income": {
       "estimate": 171652,
       "moe": 16501.0
      },
      "own_children_under_18": {
       "estimate": 2192,
       "moe": 258.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2258,
       "moe": 369.84321002284196
      }
     },
     "lines": {
      "b23008_E001": 2192,
      "b23008_M001": 258,
      "b23008_E003": 493,
      "b23008_M003": 173,
      "b23008_E008": 56,
      "b23008_M008": 63,
      "b23008_E016": 1417,
      "b23008_M016": 242,
      "b23008_E021": 226,
      "b23008_M021": 189,
      "b11003_E001": 2545,
      "b11003_M001": 140,
      "b11003_E003": 943,
      "b11003_M003": 138,
      "b11003_E010": 54,
      "b11003_M010": 69,
      "b11003_E016": 87,
      "b11003_M016": 53,
      "b17020_E001": 8972,
      "b17020_M001": 90,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 43,
      "b17020_M005": 69,
      "b17020_E011": 549,
      "b17020_M011": 176,
      "b17020_E012": 733,
      "b17020_M012": 209,
      "b17020_E013": 933,
      "b17020_M013": 238,
      "b15003_E001": 6521,
      "b15003_M001": 259,
      "b15003_E022": 1417,
      "b15003_M022": 206,
      "b15003_E023": 1474,
      "b15003_M023": 325,
      "b15003_E024": 1061,
      "b15003_M024": 190,
      "b15003_E025": 511,
      "b15003_M025": 172,
      "c16002_E001": 3057,
      "c16002_M001": 149,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 35,
      "c16002_M007": 41,
      "c16002_E010": 34,
      "c16002_M010": 33,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3057,
      "b22010_M001": 149,
      "b22010_E002": 30,
      "b22010_M002": 30,
      "b19013_E001": 171652,
      "b19013_M001": 16501
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.85,
       "moe": 10.03,
       "numerator": 351,
       "denominator": 2364
      },
      "children_with_two_parents_pct": {
       "estimate": 85.15,
       "moe": 9.29,
       "numerator": 2013,
       "denominator": 2364
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.38,
       "moe": 9.29,
       "numerator": 177,
       "denominator": 1231
      },
      "children_below_poverty_pct": {
       "estimate": 1.38,
       "moe": 2.73,
       "numerator": 33,
       "denominator": 2395
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 72.43,
       "moe": 7.39,
       "numerator": 4657,
       "denominator": 6430
      },
      "limited_english_households_pct": {
       "estimate": 1.73,
       "moe": 1.55,
       "numerator": 55,
       "denominator": 3180
      },
      "snap_households_pct": {
       "estimate": 1.42,
       "moe": 1.16,
       "numerator": 45,
       "denominator": 3180
      },
      "median_household_income": {
       "estimate": 190536,
       "moe": 16129.0
      },
      "own_children_under_18": {
       "estimate": 2364,
       "moe": 274.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2395,
       "moe": 413.0169488047676
      }
     },
     "lines": {
      "b23008_E001": 2364,
      "b23008_M001": 274,
      "b23008_E003": 546,
      "b23008_M003": 166,
      "b23008_E008": 50,
      "b23008_M008": 56,
      "b23008_E016": 1467,
      "b23008_M016": 274,
      "b23008_E021": 301,
      "b23008_M021": 234,
      "b11003_E001": 2732,
      "b11003_M001": 162,
      "b11003_E003": 1054,
      "b11003_M003": 152,
      "b11003_E010": 70,
      "b11003_M010": 96,
      "b11003_E016": 107,
      "b11003_M016": 68,
      "b17020_E001": 8947,
      "b17020_M001": 37,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 33,
      "b17020_M005": 60,
      "b17020_E011": 596,
      "b17020_M011": 169,
      "b17020_E012": 821,
      "b17020_M012": 234,
      "b17020_E013": 945,
      "b17020_M013": 288,
      "b15003_E001": 6430,
      "b15003_M001": 275,
      "b15003_E022": 1380,
      "b15003_M022": 238,
      "b15003_E023": 1455,
      "b15003_M023": 343,
      "b15003_E024": 1154,
      "b15003_M024": 243,
      "b15003_E025": 668,
      "b15003_M025": 179,
      "c16002_E001": 3180,
      "c16002_M001": 192,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 18,
      "c16002_M007": 22,
      "c16002_E010": 37,
      "c16002_M010": 35,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3180,
      "b22010_M001": 192,
      "b22010_E002": 45,
      "b22010_M002": 37,
      "b19013_E001": 190536,
      "b19013_M001": 16129
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 14.37,
       "moe": 10.03,
       "numerator": 334,
       "denominator": 2324
      },
      "children_with_two_parents_pct": {
       "estimate": 85.63,
       "moe": 11.96,
       "numerator": 1990,
       "denominator": 2324
      },
      "one_parent_families_with_children_pct": {
       "estimate": 14.13,
       "moe": 9.43,
       "numerator": 174,
       "denominator": 1231
      },
      "children_below_poverty_pct": {
       "estimate": 0.64,
       "moe": 1.08,
       "numerator": 15,
       "denominator": 2355
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 73.54,
       "moe": 6.61,
       "numerator": 4710,
       "denominator": 6405
      },
      "limited_english_households_pct": {
       "estimate": 0.85,
       "moe": 1.17,
       "numerator": 27,
       "denominator": 3185
      },
      "snap_households_pct": {
       "estimate": 2.04,
       "moe": 1.75,
       "numerator": 65,
       "denominator": 3185
      },
      "median_household_income": {
       "estimate": 201926,
       "moe": 15139.0
      },
      "own_children_under_18": {
       "estimate": 2324,
       "moe": 246.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2355,
       "moe": 392.05101708833763
      }
     },
     "lines": {
      "b23008_E001": 2324,
      "b23008_M001": 246,
      "b23008_E003": 464,
      "b23008_M003": 176,
      "b23008_E008": 48,
      "b23008_M008": 47,
      "b23008_E016": 1526,
      "b23008_M016": 301,
      "b23008_E021": 286,
      "b23008_M021": 231,
      "b11003_E001": 2714,
      "b11003_M001": 152,
      "b11003_E003": 1057,
      "b11003_M003": 152,
      "b11003_E010": 71,
      "b11003_M010": 98,
      "b11003_E016": 103,
      "b11003_M016": 68,
      "b17020_E001": 8947,
      "b17020_M001": 26,
      "b17020_E003": 8,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 7,
      "b17020_M005": 11,
      "b17020_E011": 504,
      "b17020_M011": 181,
      "b17020_E012": 900,
      "b17020_M012": 256,
      "b17020_E013": 936,
      "b17020_M013": 234,
      "b15003_E001": 6405,
      "b15003_M001": 214,
      "b15003_E022": 1277,
      "b15003_M022": 177,
      "b15003_E023": 1536,
      "b15003_M023": 282,
      "b15003_E024": 1194,
      "b15003_M024": 230,
      "b15003_E025": 703,
      "b15003_M025": 201,
      "c16002_E001": 3185,
      "c16002_M001": 169,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 20,
      "c16002_M007": 23,
      "c16002_E010": 7,
      "c16002_M010": 12,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3185,
      "b22010_M001": 169,
      "b22010_E002": 65,
      "b22010_M002": 56,
      "b19013_E001": 201926,
      "b19013_M001": 15139
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 11.55,
       "moe": 10.65,
       "numerator": 255,
       "denominator": 2207
      },
      "children_with_two_parents_pct": {
       "estimate": 88.45,
       "moe": 10.98,
       "numerator": 1952,
       "denominator": 2207
      },
      "one_parent_families_with_children_pct": {
       "estimate": 10.5,
       "moe": 9.48,
       "numerator": 124,
       "denominator": 1181
      },
      "children_below_poverty_pct": {
       "estimate": 1.03,
       "moe": 1.38,
       "numerator": 23,
       "denominator": 2240
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 71.72,
       "moe": 7.21,
       "numerator": 4662,
       "denominator": 6500
      },
      "limited_english_households_pct": {
       "estimate": 0.89,
       "moe": 1.17,
       "numerator": 29,
       "denominator": 3260
      },
      "snap_households_pct": {
       "estimate": 2.73,
       "moe": 1.77,
       "numerator": 89,
       "denominator": 3260
      },
      "median_household_income": {
       "estimate": 188750,
       "moe": 34190.0
      },
      "own_children_under_18": {
       "estimate": 2207,
       "moe": 277.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 2240,
       "moe": 401.34648372696626
      }
     },
     "lines": {
      "b23008_E001": 2207,
      "b23008_M001": 277,
      "b23008_E003": 447,
      "b23008_M003": 173,
      "b23008_E008": 25,
      "b23008_M008": 32,
      "b23008_E016": 1505,
      "b23008_M016": 298,
      "b23008_E021": 230,
      "b23008_M021": 235,
      "b11003_E001": 2746,
      "b11003_M001": 147,
      "b11003_E003": 1057,
      "b11003_M003": 169,
      "b11003_E010": 75,
      "b11003_M010": 102,
      "b11003_E016": 49,
      "b11003_M016": 51,
      "b17020_E001": 8988,
      "b17020_M001": 20,
      "b17020_E003": 13,
      "b17020_M003": 19,
      "b17020_E004": 0,
      "b17020_M004": 19,
      "b17020_E005": 10,
      "b17020_M005": 16,
      "b17020_E011": 459,
      "b17020_M011": 174,
      "b17020_E012": 907,
      "b17020_M012": 228,
      "b17020_E013": 851,
      "b17020_M013": 279,
      "b15003_E001": 6500,
      "b15003_M001": 252,
      "b15003_E022": 1209,
      "b15003_M022": 201,
      "b15003_E023": 1724,
      "b15003_M023": 325,
      "b15003_E024": 994,
      "b15003_M024": 220,
      "b15003_E025": 735,
      "b15003_M025": 241,
      "c16002_E001": 3260,
      "c16002_M001": 159,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 21,
      "c16002_M007": 24,
      "c16002_E010": 8,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3260,
      "b22010_M001": 159,
      "b22010_E002": 89,
      "b22010_M002": 58,
      "b19013_E001": 188750,
      "b19013_M001": 34190
     }
    }
   }
  },
  "0905370": {
   "name": "Woodstock School District, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0905370",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 28.27,
       "moe": 13.37,
       "numerator": 527,
       "denominator": 1864
      },
      "children_with_two_parents_pct": {
       "estimate": 71.73,
       "moe": 17.89,
       "numerator": 1337,
       "denominator": 1864
      },
      "one_parent_families_with_children_pct": {
       "estimate": 30.96,
       "moe": 13.78,
       "numerator": 261,
       "denominator": 843
      },
      "children_below_poverty_pct": {
       "estimate": 7.26,
       "moe": 6.42,
       "numerator": 140,
       "denominator": 1928
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.05,
       "moe": 9.28,
       "numerator": 2650,
       "denominator": 5754
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.12,
       "numerator": 0,
       "denominator": 3405
      },
      "snap_households_pct": {
       "estimate": 0.88,
       "moe": 1.26,
       "numerator": 30,
       "denominator": 3405
      },
      "median_household_income": {
       "estimate": 94451,
       "moe": 11992.0
      },
      "own_children_under_18": {
       "estimate": 1864,
       "moe": 254.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1928,
       "moe": 426.9625276297675
      }
     },
     "lines": {
      "b23008_E001": 1864,
      "b23008_M001": 254,
      "b23008_E003": 306,
      "b23008_M003": 192,
      "b23008_E008": 138,
      "b23008_M008": 112,
      "b23008_E016": 1031,
      "b23008_M016": 328,
      "b23008_E021": 389,
      "b23008_M021": 234,
      "b11003_E001": 2455,
      "b11003_M001": 210,
      "b11003_E003": 582,
      "b11003_M003": 179,
      "b11003_E010": 105,
      "b11003_M010": 89,
      "b11003_E016": 156,
      "b11003_M016": 102,
      "b17020_E001": 8187,
      "b17020_M001": 33,
      "b17020_E003": 13,
      "b17020_M003": 21,
      "b17020_E004": 92,
      "b17020_M004": 119,
      "b17020_E005": 35,
      "b17020_M005": 41,
      "b17020_E011": 431,
      "b17020_M011": 205,
      "b17020_E012": 871,
      "b17020_M012": 310,
      "b17020_E013": 486,
      "b17020_M013": 167,
      "b15003_E001": 5754,
      "b15003_M001": 286,
      "b15003_E022": 1343,
      "b15003_M022": 327,
      "b15003_E023": 1034,
      "b15003_M023": 425,
      "b15003_E024": 181,
      "b15003_M024": 91,
      "b15003_E025": 92,
      "b15003_M025": 81,
      "c16002_E001": 3405,
      "c16002_M001": 196,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3405,
      "b22010_M001": 196,
      "b22010_E002": 30,
      "b22010_M002": 43,
      "b19013_E001": 94451,
      "b19013_M001": 11992
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 33.37,
       "moe": 13.14,
       "numerator": 574,
       "denominator": 1720
      },
      "children_with_two_parents_pct": {
       "estimate": 66.63,
       "moe": 13.17,
       "numerator": 1146,
       "denominator": 1720
      },
      "one_parent_families_with_children_pct": {
       "estimate": 34.17,
       "moe": 13.15,
       "numerator": 258,
       "denominator": 755
      },
      "children_below_poverty_pct": {
       "estimate": 4.55,
       "moe": 7.61,
       "numerator": 81,
       "denominator": 1782
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.01,
       "moe": 9.4,
       "numerator": 2605,
       "denominator": 5788
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.12,
       "numerator": 0,
       "denominator": 3393
      },
      "snap_households_pct": {
       "estimate": 0.71,
       "moe": 0.94,
       "numerator": 24,
       "denominator": 3393
      },
      "median_household_income": {
       "estimate": 101496,
       "moe": 18915.0
      },
      "own_children_under_18": {
       "estimate": 1720,
       "moe": 216.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1782,
       "moe": 383.477509118853
      }
     },
     "lines": {
      "b23008_E001": 1720,
      "b23008_M001": 216,
      "b23008_E003": 92,
      "b23008_M003": 95,
      "b23008_E008": 212,
      "b23008_M008": 129,
      "b23008_E016": 1054,
      "b23008_M016": 251,
      "b23008_E021": 362,
      "b23008_M021": 199,
      "b11003_E001": 2363,
      "b11003_M001": 254,
      "b11003_E003": 497,
      "b11003_M003": 153,
      "b11003_E010": 65,
      "b11003_M010": 62,
      "b11003_E016": 193,
      "b11003_M016": 102,
      "b17020_E001": 8243,
      "b17020_M001": 22,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 81,
      "b17020_M004": 134,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 304,
      "b17020_M011": 162,
      "b17020_E012": 883,
      "b17020_M012": 262,
      "b17020_E013": 514,
      "b17020_M013": 183,
      "b15003_E001": 5788,
      "b15003_M001": 260,
      "b15003_E022": 1238,
      "b15003_M022": 308,
      "b15003_E023": 1074,
      "b15003_M023": 439,
      "b15003_E024": 130,
      "b15003_M024": 83,
      "b15003_E025": 163,
      "b15003_M025": 124,
      "c16002_E001": 3393,
      "c16002_M001": 208,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3393,
      "b22010_M001": 208,
      "b22010_E002": 24,
      "b22010_M002": 32,
      "b19013_E001": 101496,
      "b19013_M001": 18915
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 34.46,
       "moe": 15.55,
       "numerator": 532,
       "denominator": 1544
      },
      "children_with_two_parents_pct": {
       "estimate": 65.54,
       "moe": 12.75,
       "numerator": 1012,
       "denominator": 1544
      },
      "one_parent_families_with_children_pct": {
       "estimate": 33.25,
       "moe": 14.19,
       "numerator": 273,
       "denominator": 821
      },
      "children_below_poverty_pct": {
       "estimate": 4.44,
       "moe": 5.66,
       "numerator": 72,
       "denominator": 1623
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.08,
       "moe": 8.75,
       "numerator": 2885,
       "denominator": 6128
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.07,
       "numerator": 0,
       "denominator": 3564
      },
      "snap_households_pct": {
       "estimate": 1.37,
       "moe": 1.37,
       "numerator": 49,
       "denominator": 3564
      },
      "median_household_income": {
       "estimate": 104487,
       "moe": 17739.0
      },
      "own_children_under_18": {
       "estimate": 1544,
       "moe": 197.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1623,
       "moe": 328.18439938546743
      }
     },
     "lines": {
      "b23008_E001": 1544,
      "b23008_M001": 197,
      "b23008_E003": 131,
      "b23008_M003": 143,
      "b23008_E008": 132,
      "b23008_M008": 110,
      "b23008_E016": 881,
      "b23008_M016": 187,
      "b23008_E021": 400,
      "b23008_M021": 224,
      "b11003_E001": 2527,
      "b11003_M001": 184,
      "b11003_E003": 548,
      "b11003_M003": 152,
      "b11003_E010": 70,
      "b11003_M010": 59,
      "b11003_E016": 203,
      "b11003_M016": 121,
      "b17020_E001": 8267,
      "b17020_M001": 16,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 72,
      "b17020_M004": 89,
      "b17020_E005": 0,
      "b17020_M005": 19,
      "b17020_E011": 263,
      "b17020_M011": 149,
      "b17020_E012": 760,
      "b17020_M012": 219,
      "b17020_E013": 528,
      "b17020_M013": 170,
      "b15003_E001": 6128,
      "b15003_M001": 240,
      "b15003_E022": 1580,
      "b15003_M022": 358,
      "b15003_E023": 1089,
      "b15003_M023": 398,
      "b15003_E024": 102,
      "b15003_M024": 76,
      "b15003_E025": 114,
      "b15003_M025": 89,
      "c16002_E001": 3564,
      "c16002_M001": 154,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3564,
      "b22010_M001": 154,
      "b22010_E002": 49,
      "b22010_M002": 49,
      "b19013_E001": 104487,
      "b19013_M001": 17739
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 35.05,
       "moe": 16.56,
       "numerator": 525,
       "denominator": 1498
      },
      "children_with_two_parents_pct": {
       "estimate": 64.95,
       "moe": 15.03,
       "numerator": 973,
       "denominator": 1498
      },
      "one_parent_families_with_children_pct": {
       "estimate": 29.86,
       "moe": 14.88,
       "numerator": 258,
       "denominator": 864
      },
      "children_below_poverty_pct": {
       "estimate": 6.08,
       "moe": 5.85,
       "numerator": 96,
       "denominator": 1580
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.7,
       "moe": 9.18,
       "numerator": 2996,
       "denominator": 6281
      },
      "limited_english_households_pct": {
       "estimate": 0.0,
       "moe": 1.08,
       "numerator": 0,
       "denominator": 3515
      },
      "snap_households_pct": {
       "estimate": 1.62,
       "moe": 1.59,
       "numerator": 57,
       "denominator": 3515
      },
      "median_household_income": {
       "estimate": 112011,
       "moe": 21070.0
      },
      "own_children_under_18": {
       "estimate": 1498,
       "moe": 211.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 1580,
       "moe": 331.1162937700288
      }
     },
     "lines": {
      "b23008_E001": 1498,
      "b23008_M001": 211,
      "b23008_E003": 160,
      "b23008_M003": 125,
      "b23008_E008": 120,
      "b23008_M008": 97,
      "b23008_E016": 813,
      "b23008_M016": 232,
      "b23008_E021": 405,
      "b23008_M021": 240,
      "b11003_E001": 2547,
      "b11003_M001": 185,
      "b11003_E003": 606,
      "b11003_M003": 154,
      "b11003_E010": 117,
      "b11003_M010": 89,
      "b11003_E016": 141,
      "b11003_M016": 112,
      "b17020_E001": 8319,
      "b17020_M001": 21,
      "b17020_E003": 0,
      "b17020_M003": 19,
      "b17020_E004": 62,
      "b17020_M004": 81,
      "b17020_E005": 34,
      "b17020_M005": 45,
      "b17020_E011": 280,
      "b17020_M011": 153,
      "b17020_E012": 646,
      "b17020_M012": 211,
      "b17020_E013": 558,
      "b17020_M013": 181,
      "b15003_E001": 6281,
      "b15003_M001": 240,
      "b15003_E022": 1473,
      "b15003_M022": 316,
      "b15003_E023": 1230,
      "b15003_M023": 476,
      "b15003_E024": 150,
      "b15003_M024": 89,
      "b15003_E025": 143,
      "b15003_M025": 105,
      "c16002_E001": 3515,
      "c16002_M001": 184,
      "c16002_E004": 0,
      "c16002_M004": 19,
      "c16002_E007": 0,
      "c16002_M007": 19,
      "c16002_E010": 0,
      "c16002_M010": 19,
      "c16002_E013": 0,
      "c16002_M013": 19,
      "b22010_E001": 3515,
      "b22010_M001": 184,
      "b22010_E002": 57,
      "b22010_M002": 56,
      "b19013_E001": 112011,
      "b19013_M001": 21070
     }
    }
   }
  },
  "0999997": {
   "name": "School District Not Defined, Connecticut",
   "sumlevel": "970",
   "geo_id": "9700000US0999997",
   "geography": "unified school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": null,
       "moe": null
      },
      "children_with_two_parents_pct": {
       "estimate": null,
       "moe": null
      },
      "one_parent_families_with_children_pct": {
       "estimate": null,
       "moe": null
      },
      "children_below_poverty_pct": {
       "estimate": null,
       "moe": null
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": null,
       "moe": null
      },
      "limited_english_households_pct": {
       "estimate": null,
       "moe": null
      },
      "snap_households_pct": {
       "estimate": null,
       "moe": null
      },
      "median_household_income": {
       "estimate": null,
       "moe": null
      },
      "own_children_under_18": {
       "estimate": 0,
       "moe": 13.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 0,
       "moe": 31.843366656181317
      }
     },
     "lines": {
      "b23008_E001": 0,
      "b23008_M001": 13,
      "b23008_E003": 0,
      "b23008_M003": 13,
      "b23008_E008": 0,
      "b23008_M008": 13,
      "b23008_E016": 0,
      "b23008_M016": 13,
      "b23008_E021": 0,
      "b23008_M021": 13,
      "b11003_E001": 0,
      "b11003_M001": 13,
      "b11003_E003": 0,
      "b11003_M003": 13,
      "b11003_E010": 0,
      "b11003_M010": 13,
      "b11003_E016": 0,
      "b11003_M016": 13,
      "b17020_E001": 0,
      "b17020_M001": 13,
      "b17020_E003": 0,
      "b17020_M003": 13,
      "b17020_E004": 0,
      "b17020_M004": 13,
      "b17020_E005": 0,
      "b17020_M005": 13,
      "b17020_E011": 0,
      "b17020_M011": 13,
      "b17020_E012": 0,
      "b17020_M012": 13,
      "b17020_E013": 0,
      "b17020_M013": 13,
      "b15003_E001": 0,
      "b15003_M001": 13,
      "b15003_E022": 0,
      "b15003_M022": 13,
      "b15003_E023": 0,
      "b15003_M023": 13,
      "b15003_E024": 0,
      "b15003_M024": 13,
      "b15003_E025": 0,
      "b15003_M025": 13,
      "c16002_E001": 0,
      "c16002_M001": 13,
      "c16002_E004": 0,
      "c16002_M004": 13,
      "c16002_E007": 0,
      "c16002_M007": 13,
      "c16002_E010": 0,
      "c16002_M010": 13,
      "c16002_E013": 0,
      "c16002_M013": 13,
      "b22010_E001": 0,
      "b22010_M001": 13,
      "b22010_E002": 0,
      "b22010_M002": 13,
      "b19013_E001": null,
      "b19013_M001": null
     }
    }
   }
  },
  "0999999": {
   "name": "Remainder of Connecticut, Connecticut",
   "sumlevel": "950",
   "geo_id": "9500000US0999999",
   "geography": "elementary school district",
   "releases": {
    "2021": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 24.2,
       "moe": 2.16,
       "numerator": 9486,
       "denominator": 39201
      },
      "children_with_two_parents_pct": {
       "estimate": 75.8,
       "moe": 2.32,
       "numerator": 29715,
       "denominator": 39201
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.36,
       "moe": 2.38,
       "numerator": 4932,
       "denominator": 21114
      },
      "children_below_poverty_pct": {
       "estimate": 6.64,
       "moe": 1.21,
       "numerator": 2666,
       "denominator": 40143
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 45.96,
       "moe": 1.24,
       "numerator": 66074,
       "denominator": 143774
      },
      "limited_english_households_pct": {
       "estimate": 1.46,
       "moe": 0.33,
       "numerator": 1173,
       "denominator": 80137
      },
      "snap_households_pct": {
       "estimate": 4.98,
       "moe": 0.58,
       "numerator": 3993,
       "denominator": 80137
      },
      "median_household_income": {
       "estimate": 99664,
       "moe": 3230.0
      },
      "own_children_under_18": {
       "estimate": 39201,
       "moe": 1082.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 40143,
       "moe": 1469.4080440776142
      }
     },
     "lines": {
      "b23008_E001": 39201,
      "b23008_M001": 1082,
      "b23008_E003": 7779,
      "b23008_M003": 644,
      "b23008_E008": 2160,
      "b23008_M008": 436,
      "b23008_E016": 21936,
      "b23008_M016": 1043,
      "b23008_E021": 7326,
      "b23008_M021": 770,
      "b11003_E001": 56451,
      "b11003_M001": 819,
      "b11003_E003": 16182,
      "b11003_M003": 670,
      "b11003_E010": 1526,
      "b11003_M010": 307,
      "b11003_E016": 3406,
      "b11003_M016": 447,
      "b17020_E001": 200194,
      "b17020_M001": 887,
      "b17020_E003": 757,
      "b17020_M003": 260,
      "b17020_E004": 854,
      "b17020_M004": 303,
      "b17020_E005": 1055,
      "b17020_M005": 293,
      "b17020_E011": 9335,
      "b17020_M011": 679,
      "b17020_E012": 11882,
      "b17020_M012": 795,
      "b17020_E013": 16260,
      "b17020_M013": 906,
      "b15003_E001": 143774,
      "b15003_M001": 1513,
      "b15003_E022": 34080,
      "b15003_M022": 1272,
      "b15003_E023": 22330,
      "b15003_M023": 1262,
      "b15003_E024": 5696,
      "b15003_M024": 474,
      "b15003_E025": 3968,
      "b15003_M025": 498,
      "c16002_E001": 80137,
      "c16002_M001": 1097,
      "c16002_E004": 264,
      "c16002_M004": 155,
      "c16002_E007": 326,
      "c16002_M007": 130,
      "c16002_E010": 570,
      "c16002_M010": 169,
      "c16002_E013": 13,
      "c16002_M013": 22,
      "b22010_E001": 80137,
      "b22010_M001": 1097,
      "b22010_E002": 3993,
      "b22010_M002": 471,
      "b19013_E001": 99664,
      "b19013_M001": 3230
     }
    },
    "2022": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.66,
       "moe": 2.0,
       "numerator": 9275,
       "denominator": 39203
      },
      "children_with_two_parents_pct": {
       "estimate": 76.34,
       "moe": 2.41,
       "numerator": 29928,
       "denominator": 39203
      },
      "one_parent_families_with_children_pct": {
       "estimate": 23.14,
       "moe": 2.15,
       "numerator": 4922,
       "denominator": 21271
      },
      "children_below_poverty_pct": {
       "estimate": 7.23,
       "moe": 1.18,
       "numerator": 2909,
       "denominator": 40262
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 46.44,
       "moe": 1.2,
       "numerator": 67704,
       "denominator": 145777
      },
      "limited_english_households_pct": {
       "estimate": 1.48,
       "moe": 0.38,
       "numerator": 1198,
       "denominator": 80684
      },
      "snap_households_pct": {
       "estimate": 5.31,
       "moe": 0.67,
       "numerator": 4287,
       "denominator": 80684
      },
      "median_household_income": {
       "estimate": 108632,
       "moe": 3315.0
      },
      "own_children_under_18": {
       "estimate": 39203,
       "moe": 1142.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 40262,
       "moe": 1457.1942217837675
      }
     },
     "lines": {
      "b23008_E001": 39203,
      "b23008_M001": 1142,
      "b23008_E003": 7870,
      "b23008_M003": 660,
      "b23008_E008": 2389,
      "b23008_M008": 395,
      "b23008_E016": 22058,
      "b23008_M016": 1103,
      "b23008_E021": 6886,
      "b23008_M021": 729,
      "b11003_E001": 56995,
      "b11003_M001": 875,
      "b11003_E003": 16349,
      "b11003_M003": 758,
      "b11003_E010": 1480,
      "b11003_M010": 313,
      "b11003_E016": 3442,
      "b11003_M016": 395,
      "b17020_E001": 202054,
      "b17020_M001": 591,
      "b17020_E003": 884,
      "b17020_M003": 308,
      "b17020_E004": 947,
      "b17020_M004": 261,
      "b17020_E005": 1078,
      "b17020_M005": 272,
      "b17020_E011": 9575,
      "b17020_M011": 702,
      "b17020_E012": 12282,
      "b17020_M012": 741,
      "b17020_E013": 15496,
      "b17020_M013": 919,
      "b15003_E001": 145777,
      "b15003_M001": 1323,
      "b15003_E022": 34993,
      "b15003_M022": 1226,
      "b15003_E023": 22909,
      "b15003_M023": 1152,
      "b15003_E024": 5698,
      "b15003_M024": 617,
      "b15003_E025": 4104,
      "b15003_M025": 488,
      "c16002_E001": 80684,
      "c16002_M001": 1156,
      "c16002_E004": 386,
      "c16002_M004": 200,
      "c16002_E007": 303,
      "c16002_M007": 140,
      "c16002_E010": 498,
      "c16002_M010": 188,
      "c16002_E013": 11,
      "c16002_M013": 20,
      "b22010_E001": 80684,
      "b22010_M001": 1156,
      "b22010_E002": 4287,
      "b22010_M002": 547,
      "b19013_E001": 108632,
      "b19013_M001": 3315
     }
    },
    "2023": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 22.46,
       "moe": 2.35,
       "numerator": 8547,
       "denominator": 38052
      },
      "children_with_two_parents_pct": {
       "estimate": 77.54,
       "moe": 2.73,
       "numerator": 29505,
       "denominator": 38052
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.12,
       "moe": 2.55,
       "numerator": 4592,
       "denominator": 20755
      },
      "children_below_poverty_pct": {
       "estimate": 6.94,
       "moe": 1.05,
       "numerator": 2705,
       "denominator": 38968
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.26,
       "moe": 1.18,
       "numerator": 68882,
       "denominator": 145760
      },
      "limited_english_households_pct": {
       "estimate": 1.12,
       "moe": 0.28,
       "numerator": 896,
       "denominator": 80161
      },
      "snap_households_pct": {
       "estimate": 5.14,
       "moe": 0.65,
       "numerator": 4123,
       "denominator": 80161
      },
      "median_household_income": {
       "estimate": 113645,
       "moe": 3395.0
      },
      "own_children_under_18": {
       "estimate": 38052,
       "moe": 1056.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 38968,
       "moe": 1537.02212085578
      }
     },
     "lines": {
      "b23008_E001": 38052,
      "b23008_M001": 1056,
      "b23008_E003": 8147,
      "b23008_M003": 685,
      "b23008_E008": 2188,
      "b23008_M008": 377,
      "b23008_E016": 21358,
      "b23008_M016": 1130,
      "b23008_E021": 6359,
      "b23008_M021": 846,
      "b11003_E001": 56817,
      "b11003_M001": 993,
      "b11003_E003": 16163,
      "b11003_M003": 634,
      "b11003_E010": 1295,
      "b11003_M010": 281,
      "b11003_E016": 3297,
      "b11003_M016": 486,
      "b17020_E001": 199661,
      "b17020_M001": 558,
      "b17020_E003": 732,
      "b17020_M003": 187,
      "b17020_E004": 919,
      "b17020_M004": 268,
      "b17020_E005": 1054,
      "b17020_M005": 267,
      "b17020_E011": 9706,
      "b17020_M011": 795,
      "b17020_E012": 12240,
      "b17020_M012": 883,
      "b17020_E013": 14317,
      "b17020_M013": 879,
      "b15003_E001": 145760,
      "b15003_M001": 1317,
      "b15003_E022": 35281,
      "b15003_M022": 1207,
      "b15003_E023": 23281,
      "b15003_M023": 1155,
      "b15003_E024": 6113,
      "b15003_M024": 617,
      "b15003_E025": 4207,
      "b15003_M025": 422,
      "c16002_E001": 80161,
      "c16002_M001": 941,
      "c16002_E004": 242,
      "c16002_M004": 120,
      "c16002_E007": 318,
      "c16002_M007": 124,
      "c16002_E010": 327,
      "c16002_M010": 137,
      "c16002_E013": 9,
      "c16002_M013": 16,
      "b22010_E001": 80161,
      "b22010_M001": 941,
      "b22010_E002": 4123,
      "b22010_M002": 527,
      "b19013_E001": 113645,
      "b19013_M001": 3395
     }
    },
    "2024": {
     "derived": {
      "children_with_one_parent_pct": {
       "estimate": 23.02,
       "moe": 2.65,
       "numerator": 8632,
       "denominator": 37494
      },
      "children_with_two_parents_pct": {
       "estimate": 76.98,
       "moe": 1.77,
       "numerator": 28862,
       "denominator": 37494
      },
      "one_parent_families_with_children_pct": {
       "estimate": 22.52,
       "moe": 2.95,
       "numerator": 4635,
       "denominator": 20586
      },
      "children_below_poverty_pct": {
       "estimate": 6.22,
       "moe": 0.95,
       "numerator": 2389,
       "denominator": 38432
      },
      "adults_bachelors_or_higher_pct": {
       "estimate": 47.27,
       "moe": 1.27,
       "numerator": 70141,
       "denominator": 148398
      },
      "limited_english_households_pct": {
       "estimate": 1.24,
       "moe": 0.34,
       "numerator": 1013,
       "denominator": 81420
      },
      "snap_households_pct": {
       "estimate": 5.14,
       "moe": 0.72,
       "numerator": 4185,
       "denominator": 81420
      },
      "median_household_income": {
       "estimate": 114926,
       "moe": 4365.0
      },
      "own_children_under_18": {
       "estimate": 37494,
       "moe": 1143.0
      },
      "children_under_18_poverty_universe": {
       "estimate": 38432,
       "moe": 1371.7576316536388
      }
     },
     "lines": {
      "b23008_E001": 37494,
      "b23008_M001": 1143,
      "b23008_E003": 7970,
      "b23008_M003": 585,
      "b23008_E008": 1969,
      "b23008_M008": 392,
      "b23008_E016": 20892,
      "b23008_M016": 934,
      "b23008_E021": 6663,
      "b23008_M021": 949,
      "b11003_E001": 57328,
      "b11003_M001": 889,
      "b11003_E003": 15951,
      "b11003_M003": 680,
      "b11003_E010": 1179,
      "b11003_M010": 288,
      "b11003_E016": 3456,
      "b11003_M016": 575,
      "b17020_E001": 202334,
      "b17020_M001": 584,
      "b17020_E003": 590,
      "b17020_M003": 148,
      "b17020_E004": 828,
      "b17020_M004": 228,
      "b17020_E005": 971,
      "b17020_M005": 257,
      "b17020_E011": 9500,
      "b17020_M011": 673,
      "b17020_E012": 12636,
      "b17020_M012": 782,
      "b17020_E013": 13907,
      "b17020_M013": 823,
      "b15003_E001": 148398,
      "b15003_M001": 1204,
      "b15003_E022": 35170,
      "b15003_M022": 1344,
      "b15003_E023": 24633,
      "b15003_M023": 1194,
      "b15003_E024": 5787,
      "b15003_M024": 609,
      "b15003_E025": 4551,
      "b15003_M025": 495,
      "c16002_E001": 81420,
      "c16002_M001": 1102,
      "c16002_E004": 416,
      "c16002_M004": 210,
      "c16002_E007": 236,
      "c16002_M007": 108,
      "c16002_E010": 361,
      "c16002_M010": 141,
      "c16002_E013": 0,
      "c16002_M013": 32,
      "b22010_E001": 81420,
      "b22010_M001": 1102,
      "b22010_E002": 4185,
      "b22010_M002": 590,
      "b19013_E001": 114926,
      "b19013_M001": 4365
     }
    }
   }
  }
 },
 "state": {
  "2021": {
   "derived": {
    "children_with_one_parent_pct": {
     "estimate": 33.3,
     "moe": 0.65,
     "numerator": 238561,
     "denominator": 716455
    },
    "children_with_two_parents_pct": {
     "estimate": 66.7,
     "moe": 0.6,
     "numerator": 477894,
     "denominator": 716455
    },
    "one_parent_families_with_children_pct": {
     "estimate": 31.58,
     "moe": 0.66,
     "numerator": 118427,
     "denominator": 375005
    },
    "children_below_poverty_pct": {
     "estimate": 13.3,
     "moe": 0.45,
     "numerator": 97861,
     "denominator": 735661
    },
    "adults_bachelors_or_higher_pct": {
     "estimate": 40.55,
     "moe": 0.32,
     "numerator": 1019966,
     "denominator": 2515137
    },
    "limited_english_households_pct": {
     "estimate": 5.24,
     "moe": 0.15,
     "numerator": 73153,
     "denominator": 1397324
    },
    "snap_households_pct": {
     "estimate": 11.48,
     "moe": 0.22,
     "numerator": 160416,
     "denominator": 1397324
    },
    "median_household_income": {
     "estimate": 83572,
     "moe": 568.0
    },
    "own_children_under_18": {
     "estimate": 716455,
     "moe": 1488.0
    },
    "children_under_18_poverty_universe": {
     "estimate": 735661,
     "moe": 5638.456349037385
    }
   },
   "lines": {
    "b23008_E001": 716455,
    "b23008_M001": 1488,
    "b23008_E003": 145652,
    "b23008_M003": 2406,
    "b23008_E008": 67094,
    "b23008_M008": 2485,
    "b23008_E016": 332242,
    "b23008_M016": 3666,
    "b23008_E021": 171467,
    "b23008_M021": 3967,
    "b11003_E001": 910006,
    "b11003_M001": 4417,
    "b11003_E003": 256578,
    "b11003_M003": 3427,
    "b11003_E010": 28786,
    "b11003_M010": 1499,
    "b11003_E016": 89641,
    "b11003_M016": 2421,
    "b17020_E001": 3503694,
    "b17020_M001": 726,
    "b17020_E003": 31413,
    "b17020_M003": 2246,
    "b17020_E004": 33341,
    "b17020_M004": 1904,
    "b17020_E005": 33107,
    "b17020_M005": 1628,
    "b17020_E011": 185139,
    "b17020_M011": 2500,
    "b17020_E012": 209778,
    "b17020_M012": 2725,
    "b17020_E013": 242883,
    "b17020_M013": 2607,
    "b15003_E001": 2515137,
    "b15003_M001": 391,
    "b15003_E022": 561567,
    "b15003_M022": 6125,
    "b15003_E023": 334219,
    "b15003_M023": 4462,
    "b15003_E024": 79160,
    "b15003_M024": 2070,
    "b15003_E025": 45020,
    "b15003_M025": 1695,
    "c16002_E001": 1397324,
    "c16002_M001": 3455,
    "c16002_E004": 43774,
    "c16002_M004": 1561,
    "c16002_E007": 19990,
    "c16002_M007": 1068,
    "c16002_E010": 7020,
    "c16002_M010": 696,
    "c16002_E013": 2369,
    "c16002_M013": 444,
    "b22010_E001": 1397324,
    "b22010_M001": 3455,
    "b22010_E002": 160416,
    "b22010_M002": 3034,
    "b19013_E001": 83572,
    "b19013_M001": 568
   }
  },
  "2022": {
   "derived": {
    "children_with_one_parent_pct": {
     "estimate": 33.07,
     "moe": 0.59,
     "numerator": 236377,
     "denominator": 714749
    },
    "children_with_two_parents_pct": {
     "estimate": 66.93,
     "moe": 0.61,
     "numerator": 478372,
     "denominator": 714749
    },
    "one_parent_families_with_children_pct": {
     "estimate": 31.53,
     "moe": 0.54,
     "numerator": 118294,
     "denominator": 375131
    },
    "children_below_poverty_pct": {
     "estimate": 13.38,
     "moe": 0.4,
     "numerator": 98183,
     "denominator": 733553
    },
    "adults_bachelors_or_higher_pct": {
     "estimate": 41.38,
     "moe": 0.31,
     "numerator": 1043226,
     "denominator": 2520790
    },
    "limited_english_households_pct": {
     "estimate": 5.21,
     "moe": 0.15,
     "numerator": 73391,
     "denominator": 1409807
    },
    "snap_households_pct": {
     "estimate": 11.42,
     "moe": 0.24,
     "numerator": 161051,
     "denominator": 1409807
    },
    "median_household_income": {
     "estimate": 90213,
     "moe": 730.0
    },
    "own_children_under_18": {
     "estimate": 714749,
     "moe": 1704.0
    },
    "children_under_18_poverty_universe": {
     "estimate": 733553,
     "moe": 5371.365748112858
    }
   },
   "lines": {
    "b23008_E001": 714749,
    "b23008_M001": 1704,
    "b23008_E003": 146833,
    "b23008_M003": 2751,
    "b23008_E008": 66904,
    "b23008_M008": 2403,
    "b23008_E016": 331539,
    "b23008_M016": 3612,
    "b23008_E021": 169473,
    "b23008_M021": 3521,
    "b11003_E001": 911868,
    "b11003_M001": 4647,
    "b11003_E003": 256837,
    "b11003_M003": 4005,
    "b11003_E010": 28727,
    "b11003_M010": 1267,
    "b11003_E016": 89567,
    "b11003_M016": 2185,
    "b17020_E001": 3507563,
    "b17020_M001": 869,
    "b17020_E003": 31222,
    "b17020_M003": 1868,
    "b17020_E004": 33740,
    "b17020_M004": 1702,
    "b17020_E005": 33221,
    "b17020_M005": 1604,
    "b17020_E011": 186565,
    "b17020_M011": 2278,
    "b17020_E012": 207602,
    "b17020_M012": 2891,
    "b17020_E013": 241203,
    "b17020_M013": 2519,
    "b15003_E001": 2520790,
    "b15003_M001": 424,
    "b15003_E022": 573917,
    "b15003_M022": 5162,
    "b15003_E023": 341203,
    "b15003_M023": 5166,
    "b15003_E024": 81685,
    "b15003_M024": 2243,
    "b15003_E025": 46421,
    "b15003_M025": 1657,
    "c16002_E001": 1409807,
    "c16002_M001": 3257,
    "c16002_E004": 43348,
    "c16002_M004": 1684,
    "c16002_E007": 20233,
    "c16002_M007": 1104,
    "c16002_E010": 7628,
    "c16002_M010": 703,
    "c16002_E013": 2182,
    "c16002_M013": 496,
    "b22010_E001": 1409807,
    "b22010_M001": 3257,
    "b22010_E002": 161051,
    "b22010_M002": 3412,
    "b19013_E001": 90213,
    "b19013_M001": 730
   }
  },
  "2023": {
   "derived": {
    "children_with_one_parent_pct": {
     "estimate": 33.18,
     "moe": 0.65,
     "numerator": 233928,
     "denominator": 705056
    },
    "children_with_two_parents_pct": {
     "estimate": 66.82,
     "moe": 0.63,
     "numerator": 471128,
     "denominator": 705056
    },
    "one_parent_families_with_children_pct": {
     "estimate": 31.57,
     "moe": 0.62,
     "numerator": 117595,
     "denominator": 372520
    },
    "children_below_poverty_pct": {
     "estimate": 13.13,
     "moe": 0.44,
     "numerator": 95177,
     "denominator": 724622
    },
    "adults_bachelors_or_higher_pct": {
     "estimate": 41.94,
     "moe": 0.33,
     "numerator": 1062403,
     "denominator": 2532853
    },
    "limited_english_households_pct": {
     "estimate": 5.07,
     "moe": 0.16,
     "numerator": 72026,
     "denominator": 1420170
    },
    "snap_households_pct": {
     "estimate": 11.67,
     "moe": 0.21,
     "numerator": 165735,
     "denominator": 1420170
    },
    "median_household_income": {
     "estimate": 93760,
     "moe": 669.0
    },
    "own_children_under_18": {
     "estimate": 705056,
     "moe": 1565.0
    },
    "children_under_18_poverty_universe": {
     "estimate": 724622,
     "moe": 5946.318104508033
    }
   },
   "lines": {
    "b23008_E001": 705056,
    "b23008_M001": 1565,
    "b23008_E003": 146014,
    "b23008_M003": 2756,
    "b23008_E008": 66545,
    "b23008_M008": 2485,
    "b23008_E016": 325114,
    "b23008_M016": 3607,
    "b23008_E021": 167383,
    "b23008_M021": 3881,
    "b11003_E001": 917140,
    "b11003_M001": 4521,
    "b11003_E003": 254925,
    "b11003_M003": 3964,
    "b11003_E010": 28094,
    "b11003_M010": 1331,
    "b11003_E016": 89501,
    "b11003_M016": 2413,
    "b17020_E001": 3510193,
    "b17020_M001": 1015,
    "b17020_E003": 29424,
    "b17020_M003": 2131,
    "b17020_E004": 31859,
    "b17020_M004": 1811,
    "b17020_E005": 33894,
    "b17020_M005": 1744,
    "b17020_E011": 187293,
    "b17020_M011": 2711,
    "b17020_E012": 204865,
    "b17020_M012": 2942,
    "b17020_E013": 237287,
    "b17020_M013": 2914,
    "b15003_E001": 2532853,
    "b15003_M001": 342,
    "b15003_E022": 581935,
    "b15003_M022": 5971,
    "b15003_E023": 348926,
    "b15003_M023": 5046,
    "b15003_E024": 82933,
    "b15003_M024": 2395,
    "b15003_E025": 48609,
    "b15003_M025": 1815,
    "c16002_E001": 1420170,
    "c16002_M001": 3490,
    "c16002_E004": 42299,
    "c16002_M004": 1713,
    "c16002_E007": 19943,
    "c16002_M007": 1307,
    "c16002_E010": 7366,
    "c16002_M010": 642,
    "c16002_E013": 2418,
    "c16002_M013": 443,
    "b22010_E001": 1420170,
    "b22010_M001": 3490,
    "b22010_E002": 165735,
    "b22010_M002": 3077,
    "b19013_E001": 93760,
    "b19013_M001": 669
   }
  },
  "2024": {
   "derived": {
    "children_with_one_parent_pct": {
     "estimate": 33.58,
     "moe": 0.72,
     "numerator": 236155,
     "denominator": 703304
    },
    "children_with_two_parents_pct": {
     "estimate": 66.42,
     "moe": 0.76,
     "numerator": 467149,
     "denominator": 703304
    },
    "one_parent_families_with_children_pct": {
     "estimate": 32.12,
     "moe": 0.7,
     "numerator": 120255,
     "denominator": 374376
    },
    "children_below_poverty_pct": {
     "estimate": 13.0,
     "moe": 0.45,
     "numerator": 93926,
     "denominator": 722445
    },
    "adults_bachelors_or_higher_pct": {
     "estimate": 42.48,
     "moe": 0.33,
     "numerator": 1085063,
     "denominator": 2554584
    },
    "limited_english_households_pct": {
     "estimate": 5.12,
     "moe": 0.16,
     "numerator": 73359,
     "denominator": 1434007
    },
    "snap_households_pct": {
     "estimate": 11.82,
     "moe": 0.24,
     "numerator": 169480,
     "denominator": 1434007
    },
    "median_household_income": {
     "estimate": 95781,
     "moe": 732.0
    },
    "own_children_under_18": {
     "estimate": 703304,
     "moe": 1602.0
    },
    "children_under_18_poverty_universe": {
     "estimate": 722445,
     "moe": 5982.107153838018
    }
   },
   "lines": {
    "b23008_E001": 703304,
    "b23008_M001": 1602,
    "b23008_E003": 144258,
    "b23008_M003": 2625,
    "b23008_E008": 68456,
    "b23008_M008": 2909,
    "b23008_E016": 322891,
    "b23008_M016": 4759,
    "b23008_E021": 167699,
    "b23008_M021": 4194,
    "b11003_E001": 921388,
    "b11003_M001": 5277,
    "b11003_E003": 254121,
    "b11003_M003": 4426,
    "b11003_E010": 29525,
    "b11003_M010": 1522,
    "b11003_E016": 90730,
    "b11003_M016": 2762,
    "b17020_E001": 3530170,
    "b17020_M001": 1025,
    "b17020_E003": 28807,
    "b17020_M003": 2345,
    "b17020_E004": 31169,
    "b17020_M004": 1646,
    "b17020_E005": 33950,
    "b17020_M005": 1786,
    "b17020_E011": 187835,
    "b17020_M011": 2371,
    "b17020_E012": 205457,
    "b17020_M012": 3378,
    "b17020_E013": 235227,
    "b17020_M013": 2712,
    "b15003_E001": 2554584,
    "b15003_M001": 321,
    "b15003_E022": 595631,
    "b15003_M022": 5985,
    "b15003_E023": 355683,
    "b15003_M023": 5309,
    "b15003_E024": 82601,
    "b15003_M024": 2330,
    "b15003_E025": 51148,
    "b15003_M025": 1827,
    "c16002_E001": 1434007,
    "c16002_M001": 3233,
    "c16002_E004": 44010,
    "c16002_M004": 1681,
    "c16002_E007": 19767,
    "c16002_M007": 1227,
    "c16002_E010": 7069,
    "c16002_M010": 606,
    "c16002_E013": 2513,
    "c16002_M013": 531,
    "b22010_E001": 1434007,
    "b22010_M001": 3233,
    "b22010_E002": 169480,
    "b22010_M002": 3486,
    "b19013_E001": 95781,
    "b19013_M001": 732
   }
  }
 }
}