diff --git a/arch/core.py b/arch/core.py index 581a935..17ae11a 100644 --- a/arch/core.py +++ b/arch/core.py @@ -45,7 +45,6 @@ "institutional_sector", } ALLOWED_AGGREGATIONS = { - "count", "sum", "mean", "median", @@ -245,7 +244,7 @@ def build_fact_key(fact: AggregateFact) -> str: def build_label(fact: AggregateFact) -> str: """Build a human-readable label from fact metadata.""" concept = _humanize(fact.measure.concept) - aggregation = _humanize(fact.aggregation.method) + aggregation = _aggregation_label(fact) entity = _humanize(fact.entity.name) period = f"{fact.period.value} {_humanize(fact.period.type)}" geography = fact.geography.name or fact.geography.id @@ -259,6 +258,12 @@ def build_label(fact: AggregateFact) -> str: return label +def _aggregation_label(fact: AggregateFact) -> str: + if fact.aggregation.method == "sum" and fact.measure.unit == "count": + return "count" + return _humanize(fact.aggregation.method) + + def build_aggregate_constraints( fact: AggregateFact, ) -> tuple[AggregateConstraint, ...]: diff --git a/arch/fixtures/consumer_facts.jsonl b/arch/fixtures/consumer_facts.jsonl index fec39bd..641bb53 100644 --- a/arch/fixtures/consumer_facts.jsonl +++ b/arch/fixtures/consumer_facts.jsonl @@ -1,3 +1,3 @@ -{"aggregate_fact_key": "arch.aggregate_fact.v2:04e0a761ebfc49dade38e2cf", "aggregation": {"method": "count"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:59654ee1d44dbc3c56641ae5", "lineage": {"source_cell_keys": ["arch.source_cell.v1:82f39b2a5aeab53c1b717928"], "source_record_id": "irs_soi.ty2023.table_1_1.all.return_count", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.individual_income_tax_returns", "source_measure_id": "return_count", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "count"}, "observed_measure_key": "arch.observed_measure.v2:bc96277bae6ef31da4a5794c", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:24aa6b0873b03d50c9af0e7c", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 160602107, "value_type": "integer"} -{"aggregate_fact_key": "arch.aggregate_fact.v2:81fc50c3cbdb7eb0d6bf191f", "aggregation": {"method": "sum"}, "concept_alignment": {"authority": "arch-us", "canonical_concept": "us:statutes/26/62#adjusted_gross_income", "concept_alignment_key": "arch.concept_alignment.v2:b20222a897a8859efd9112a5", "evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "legal_vintage": "tax_year_2023", "relation": "exact", "source_concept": "irs_soi.adjusted_gross_income"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:dea062ca895a3227987c60c5", "lineage": {"source_cell_keys": ["arch.source_cell.v1:c3d349e26856fb6224303675"], "source_record_id": "irs_soi.ty2023.table_1_1.all.adjusted_gross_income", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.adjusted_gross_income", "source_measure_id": "adjusted_gross_income", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "usd"}, "observed_measure_key": "arch.observed_measure.v2:ac9c3cef252ef7ead0066cb1", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:71b0d11cb9ae450d36ea29ed", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 15286017359000, "value_type": "integer"} -{"aggregate_fact_key": "arch.aggregate_fact.v2:158c9cacdb2fc231a78faee6", "aggregation": {"method": "sum"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:67bd62b36a72e8e24d363e8c", "lineage": {"source_cell_keys": ["arch.source_cell.v1:f38c48e6e2f23204eb997143"], "source_record_id": "irs_soi.ty2023.table_1_1.all.total_income_tax", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.total_income_tax", "source_measure_id": "total_income_tax", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "usd"}, "observed_measure_key": "arch.observed_measure.v2:c11ff13c2dfe8af0795a1194", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:213cf02b6a97c76384c6c6cd", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 2147909818000, "value_type": "integer"} +{"aggregate_fact_key": "arch.aggregate_fact.v2:1730de3f1e14b775465eef5d", "aggregation": {"method": "sum"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:bfacc6a9ae9e30a653c27695", "lineage": {"source_cell_keys": ["arch.source_cell.v1:82f39b2a5aeab53c1b717928"], "source_record_id": "irs_soi.ty2023.table_1_1.all.return_count", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.individual_income_tax_returns", "source_measure_id": "return_count", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "count"}, "observed_measure_key": "arch.observed_measure.v2:bc96277bae6ef31da4a5794c", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:e4a4e9e29d79af397c4ffcb6", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 160602107, "value_type": "integer"} +{"aggregate_fact_key": "arch.aggregate_fact.v2:81fc50c3cbdb7eb0d6bf191f", "aggregation": {"method": "sum"}, "concept_alignment": {"authority": "arch-us", "canonical_concept": "us:statutes/26/62#adjusted_gross_income", "concept_alignment_key": "arch.concept_alignment.v2:b20222a897a8859efd9112a5", "evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "legal_vintage": "tax_year_2023", "relation": "exact", "source_concept": "irs_soi.adjusted_gross_income"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:dea062ca895a3227987c60c5", "lineage": {"source_cell_keys": ["arch.source_cell.v1:c3d349e26856fb6224303675"], "source_record_id": "irs_soi.ty2023.table_1_1.all.adjusted_gross_income", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.adjusted_gross_income", "source_measure_id": "adjusted_gross_income", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "usd"}, "observed_measure_key": "arch.observed_measure.v2:ac9c3cef252ef7ead0066cb1", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:71b0d11cb9ae450d36ea29ed", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 15286017359000, "value_type": "integer"} +{"aggregate_fact_key": "arch.aggregate_fact.v2:158c9cacdb2fc231a78faee6", "aggregation": {"method": "sum"}, "dimension_set_key": "arch.dimension_set.v2:a55266d8b1d53a8a7e49927d", "dimensions": {"filing_status": "all", "income_range": "all"}, "entity": {"name": "tax_unit", "role": "filing_unit"}, "geography": {"id": "0100000US", "level": "country", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "all", "table_record_kind": "total"}, "legacy_fact_key": "arch.fact.v1:67bd62b36a72e8e24d363e8c", "lineage": {"source_cell_keys": ["arch.source_cell.v1:f38c48e6e2f23204eb997143"], "source_record_id": "irs_soi.ty2023.table_1_1.all.total_income_tax", "source_row_keys": []}, "observed_measure": {"source_concept": "irs_soi.total_income_tax", "source_measure_id": "total_income_tax", "source_name": "irs_soi", "source_table": "Publication 1304 Table 1.1", "unit": "usd"}, "observed_measure_key": "arch.observed_measure.v2:c11ff13c2dfe8af0795a1194", "period": {"type": "tax_year", "value": 2023}, "schema_version": "arch.consumer_fact.v1", "semantic_fact_key": "arch.semantic_fact.v2:213cf02b6a97c76384c6c6cd", "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_release_key": "arch.source_release.v2:9b6fc934e3bd04586ece23a8", "source_series_key": "arch.source_series.v2:ac7ef40c4f9adbd84a82f24c", "universe_constraint_set_key": "arch.universe_constraint_set.v2:18df86d027cde55a3f217b77", "universe_constraints": {"domain": "all_individual_income_tax_returns"}, "value": 2147909818000, "value_type": "integer"} diff --git a/arch/fixtures/facts.jsonl b/arch/fixtures/facts.jsonl index e35ca66..a2acbb3 100644 --- a/arch/fixtures/facts.jsonl +++ b/arch/fixtures/facts.jsonl @@ -1,80 +1,80 @@ -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:82f39b2a5aeab53c1b717928"], "source_record_id": "irs_soi.ty2023.table_1_1.all.return_count", "value": 160602107} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c3d349e26856fb6224303675"], "source_record_id": "irs_soi.ty2023.table_1_1.all.adjusted_gross_income", "value": 15286017359000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f38c48e6e2f23204eb997143"], "source_record_id": "irs_soi.ty2023.table_1_1.all.total_income_tax", "value": 2147909818000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a38dfdc6310412d2e73b8127"], "source_record_id": "irs_soi.ty2023.table_1_1.all.income_tax_after_credits_returns", "value": 111545061} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:ceb83e9230a93d55f2053863"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.return_count", "value": 2180146} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:466950fa78f909ef709f6fb1"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.adjusted_gross_income", "value": -144194936000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:baf9717375de9c436d3145fa"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.total_income_tax", "value": 114270000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:2a5558c2590d587f45069ff3"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.income_tax_after_credits_returns", "value": 2094} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:9ed3dffe7ec9f552b3e87f32"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.return_count", "value": 7357751} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:edcb37ab86bd6a3677097395"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.adjusted_gross_income", "value": 17450063000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:74c39ed21f3bec1e7e1dc310"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.total_income_tax", "value": 15081000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d23f00f39572b45032df6c86"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.income_tax_after_credits_returns", "value": 120341} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:bc69eccdbbf8bb2f3e287a47"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.return_count", "value": 8077917} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5d8a501f1302fd90621b23d8"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.adjusted_gross_income", "value": 60949546000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:441a5cc260757ac4a2de9e9f"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.total_income_tax", "value": 42411000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:eb9b98de2d84d3611d2c1893"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.income_tax_after_credits_returns", "value": 141213} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:672db9222e472629ef577997"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.return_count", "value": 8986005} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5914b8de515ed267b348f42e"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.adjusted_gross_income", "value": 112353814000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c49d092e66a51c9853b7481b"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.total_income_tax", "value": 88533000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a4f71cae59b3a6b0a62abec8"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.income_tax_after_credits_returns", "value": 640711} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:45537963eb128fd35f6dafb5"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.return_count", "value": 8702094} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:17230c1719fb9f0f5c4968c5"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.adjusted_gross_income", "value": 151828408000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:34405797a7630c1edfb03be6"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.total_income_tax", "value": 1317468000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:ea81f4639f81bb9d067f0e2c"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.income_tax_after_credits_returns", "value": 4028010} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b0312631f8cd32ba4d564707"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.return_count", "value": 7925999} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:62a6567af007c28cbf693e93"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.adjusted_gross_income", "value": 178000708000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:158e624e28bd48bdf2865357"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.total_income_tax", "value": 3257177000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c91735fa289d705faa810309"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.income_tax_after_credits_returns", "value": 4176659} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:3f4b696f72cc3d854336ae52"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.return_count", "value": 7594157} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a835afa28b05f037b2e19508"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.adjusted_gross_income", "value": 208919443000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b415ae6a8a379ed0ac4e4667"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.total_income_tax", "value": 5552159000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:32eda382fc4064979da75618"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.income_tax_after_credits_returns", "value": 4416066} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:0fbff6776403b5959436b0a2"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.return_count", "value": 15210266} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:90c0895d3cb3dfdacab482e1"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.adjusted_gross_income", "value": 531782365000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f7a0209f2f2e7ceba9ec1f61"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.total_income_tax", "value": 19428590000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:355de415994a094e1d813712"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.income_tax_after_credits_returns", "value": 10192082} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d17d73b6443c6ce57ac958b3"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.return_count", "value": 13519034} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:de1cd59485532408db38b0c5"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.adjusted_gross_income", "value": 606242938000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5c0eea620b269c73fcca5770"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.total_income_tax", "value": 29591551000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:cf2143efd5f7b8bc7fbf2192"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.income_tax_after_credits_returns", "value": 10574219} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:3dafbb7175fa56a27612bd41"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.return_count", "value": 24135884} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f902d5a210fc3debc5a642f6"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.adjusted_gross_income", "value": 1485510450000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:0111c7b045cb1ee487c7f312"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.total_income_tax", "value": 96759453000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1f5935b6440fe6a57e19d78f"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.income_tax_after_credits_returns", "value": 21494289} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:fec57b4f1e9a035c4d00c5ef"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.return_count", "value": 15775468} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:643e8d75da2af9f1dda832b8"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.adjusted_gross_income", "value": 1366616429000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f08de0554ce7dff8d54e8ee3"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.total_income_tax", "value": 114197559000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d91e4f8c785b1749e5427354"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.income_tax_after_credits_returns", "value": 15064744} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:dd032848d8c542f41ead89e8"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.return_count", "value": 27602755} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:20416a106160edba48eee425"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.adjusted_gross_income", "value": 3818295141000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:325154d1d7dbd5b9c5fc650d"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.total_income_tax", "value": 409532689000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5a2145887658330d8bc2a5ef"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.income_tax_after_credits_returns", "value": 27208705} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:711d49b75298db5e1f045dba"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.return_count", "value": 10955818} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5267ad143623c9a67f4494ce"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.adjusted_gross_income", "value": 3153877437000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1c0b9c0c5d403fb65ca635c2"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.total_income_tax", "value": 513407398000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:bc809587957e03eda3d4ec1a"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.income_tax_after_credits_returns", "value": 10916814} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c7271e11e795ee028af606c3"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.return_count", "value": 1779720} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5cca809f7c7fb7c52cb8c254"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.adjusted_gross_income", "value": 1194934962000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f9c096208d32b1ebde0908c1"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.total_income_tax", "value": 273875800000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a729edf3e70229e2b5437d68"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.income_tax_after_credits_returns", "value": 1773247} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:fc95bbd4a9d52c008f76c699"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.return_count", "value": 368931} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:8d9962b70cb041cdd580deeb"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.adjusted_gross_income", "value": 443658405000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e33ed9ce5bc177d8a0b43c54"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.total_income_tax", "value": 115740460000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a3b31883f7e32168663dabb1"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.income_tax_after_credits_returns", "value": 367694} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e9b4c3016b8fc0fa84467827"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.return_count", "value": 147290} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:411e2cac0767ce26fa6a63e1"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.adjusted_gross_income", "value": 252903399000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b51a5f7eac0af873708d1b62"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.total_income_tax", "value": 69021581000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:dc4c52186a5e1723249e08ed"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.income_tax_after_credits_returns", "value": 146550} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c1f0eb992f99b7cfdda24071"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.return_count", "value": 203229} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:aac883cf2b1ce59f93303802"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.adjusted_gross_income", "value": 602653109000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f6bb630dc38984f1b5f04e03"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.total_income_tax", "value": 168461033000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:6051f924e9f4c5608adfcaf7"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.income_tax_after_credits_returns", "value": 202338} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:69a1a01ce31d346f713f8484"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.return_count", "value": 49262} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1cb425b696b9568cc286d7ed"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.adjusted_gross_income", "value": 336334760000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:25c6c2d2fc2108eee3d3916b"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.total_income_tax", "value": 94042477000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:31d24a3edc283c406bd10c20"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.income_tax_after_credits_returns", "value": 49056} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a0863ef3532fdd89549beaf8"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.return_count", "value": 30382} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:afec0774d7c31446cdfc7450"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.adjusted_gross_income", "value": 907900917000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:435ef10058a92b9fc1edf88b"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.total_income_tax", "value": 233464129000} -{"aggregation": {"count_entity": null, "denominator": null, "method": "count"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "d606c87f11948c197386dfa4", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e27b5a87bb00d439953cbe6b"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.income_tax_after_credits_returns", "value": 30229} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:82f39b2a5aeab53c1b717928"], "source_record_id": "irs_soi.ty2023.table_1_1.all.return_count", "value": 160602107} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c3d349e26856fb6224303675"], "source_record_id": "irs_soi.ty2023.table_1_1.all.adjusted_gross_income", "value": 15286017359000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f38c48e6e2f23204eb997143"], "source_record_id": "irs_soi.ty2023.table_1_1.all.total_income_tax", "value": 2147909818000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"filing_status": "all", "income_range": "all"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (filing status=all, income range=all) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 0, "groupby_value_id": "all", "groupby_value_label": "All returns", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "all", "table_record_kind": "total"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a38dfdc6310412d2e73b8127"], "source_record_id": "irs_soi.ty2023.table_1_1.all.income_tax_after_credits_returns", "value": 111545061} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:ceb83e9230a93d55f2053863"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.return_count", "value": 2180146} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:466950fa78f909ef709f6fb1"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.adjusted_gross_income", "value": -144194936000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:baf9717375de9c436d3145fa"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.total_income_tax", "value": 114270000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_upper_usd": 1, "filing_status": "all", "income_range": "under_1"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi upper usd=1, filing status=all, income range=under 1) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 1, "groupby_value_id": "under_1", "groupby_value_label": "No adjusted gross income", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "under_1", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:2a5558c2590d587f45069ff3"], "source_record_id": "irs_soi.ty2023.table_1_1.under_1.income_tax_after_credits_returns", "value": 2094} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:9ed3dffe7ec9f552b3e87f32"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.return_count", "value": 7357751} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:edcb37ab86bd6a3677097395"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.adjusted_gross_income", "value": 17450063000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:74c39ed21f3bec1e7e1dc310"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.total_income_tax", "value": 15081000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1, "agi_upper_usd": 5000, "filing_status": "all", "income_range": "1_to_5k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1, agi upper usd=5000, filing status=all, income range=1 to 5k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 2, "groupby_value_id": "1_to_5k", "groupby_value_label": "$1 under $5,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1_to_5k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d23f00f39572b45032df6c86"], "source_record_id": "irs_soi.ty2023.table_1_1.1_to_5k.income_tax_after_credits_returns", "value": 120341} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:bc69eccdbbf8bb2f3e287a47"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.return_count", "value": 8077917} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5d8a501f1302fd90621b23d8"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.adjusted_gross_income", "value": 60949546000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:441a5cc260757ac4a2de9e9f"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.total_income_tax", "value": 42411000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000, "agi_upper_usd": 10000, "filing_status": "all", "income_range": "5k_to_10k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=5000, agi upper usd=10000, filing status=all, income range=5k to 10k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 3, "groupby_value_id": "5k_to_10k", "groupby_value_label": "$5,000 under $10,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "5k_to_10k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:eb9b98de2d84d3611d2c1893"], "source_record_id": "irs_soi.ty2023.table_1_1.5k_to_10k.income_tax_after_credits_returns", "value": 141213} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:672db9222e472629ef577997"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.return_count", "value": 8986005} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5914b8de515ed267b348f42e"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.adjusted_gross_income", "value": 112353814000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c49d092e66a51c9853b7481b"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.total_income_tax", "value": 88533000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000, "agi_upper_usd": 15000, "filing_status": "all", "income_range": "10k_to_15k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=10000, agi upper usd=15000, filing status=all, income range=10k to 15k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 4, "groupby_value_id": "10k_to_15k", "groupby_value_label": "$10,000 under $15,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "10k_to_15k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a4f71cae59b3a6b0a62abec8"], "source_record_id": "irs_soi.ty2023.table_1_1.10k_to_15k.income_tax_after_credits_returns", "value": 640711} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:45537963eb128fd35f6dafb5"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.return_count", "value": 8702094} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:17230c1719fb9f0f5c4968c5"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.adjusted_gross_income", "value": 151828408000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:34405797a7630c1edfb03be6"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.total_income_tax", "value": 1317468000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 15000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 15000, "agi_upper_usd": 20000, "filing_status": "all", "income_range": "15k_to_20k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=15000, agi upper usd=20000, filing status=all, income range=15k to 20k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 5, "groupby_value_id": "15k_to_20k", "groupby_value_label": "$15,000 under $20,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "15k_to_20k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:ea81f4639f81bb9d067f0e2c"], "source_record_id": "irs_soi.ty2023.table_1_1.15k_to_20k.income_tax_after_credits_returns", "value": 4028010} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b0312631f8cd32ba4d564707"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.return_count", "value": 7925999} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:62a6567af007c28cbf693e93"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.adjusted_gross_income", "value": 178000708000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:158e624e28bd48bdf2865357"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.total_income_tax", "value": 3257177000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 20000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 20000, "agi_upper_usd": 25000, "filing_status": "all", "income_range": "20k_to_25k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=20000, agi upper usd=25000, filing status=all, income range=20k to 25k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 6, "groupby_value_id": "20k_to_25k", "groupby_value_label": "$20,000 under $25,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "20k_to_25k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c91735fa289d705faa810309"], "source_record_id": "irs_soi.ty2023.table_1_1.20k_to_25k.income_tax_after_credits_returns", "value": 4176659} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:3f4b696f72cc3d854336ae52"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.return_count", "value": 7594157} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a835afa28b05f037b2e19508"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.adjusted_gross_income", "value": 208919443000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b415ae6a8a379ed0ac4e4667"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.total_income_tax", "value": 5552159000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 25000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 25000, "agi_upper_usd": 30000, "filing_status": "all", "income_range": "25k_to_30k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=25000, agi upper usd=30000, filing status=all, income range=25k to 30k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 7, "groupby_value_id": "25k_to_30k", "groupby_value_label": "$25,000 under $30,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "25k_to_30k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:32eda382fc4064979da75618"], "source_record_id": "irs_soi.ty2023.table_1_1.25k_to_30k.income_tax_after_credits_returns", "value": 4416066} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:0fbff6776403b5959436b0a2"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.return_count", "value": 15210266} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:90c0895d3cb3dfdacab482e1"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.adjusted_gross_income", "value": 531782365000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f7a0209f2f2e7ceba9ec1f61"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.total_income_tax", "value": 19428590000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 30000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 30000, "agi_upper_usd": 40000, "filing_status": "all", "income_range": "30k_to_40k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=30000, agi upper usd=40000, filing status=all, income range=30k to 40k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 8, "groupby_value_id": "30k_to_40k", "groupby_value_label": "$30,000 under $40,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "30k_to_40k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:355de415994a094e1d813712"], "source_record_id": "irs_soi.ty2023.table_1_1.30k_to_40k.income_tax_after_credits_returns", "value": 10192082} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d17d73b6443c6ce57ac958b3"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.return_count", "value": 13519034} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:de1cd59485532408db38b0c5"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.adjusted_gross_income", "value": 606242938000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5c0eea620b269c73fcca5770"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.total_income_tax", "value": 29591551000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 40000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 40000, "agi_upper_usd": 50000, "filing_status": "all", "income_range": "40k_to_50k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=40000, agi upper usd=50000, filing status=all, income range=40k to 50k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 9, "groupby_value_id": "40k_to_50k", "groupby_value_label": "$40,000 under $50,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "40k_to_50k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:cf2143efd5f7b8bc7fbf2192"], "source_record_id": "irs_soi.ty2023.table_1_1.40k_to_50k.income_tax_after_credits_returns", "value": 10574219} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:3dafbb7175fa56a27612bd41"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.return_count", "value": 24135884} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f902d5a210fc3debc5a642f6"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.adjusted_gross_income", "value": 1485510450000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:0111c7b045cb1ee487c7f312"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.total_income_tax", "value": 96759453000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 50000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 50000, "agi_upper_usd": 75000, "filing_status": "all", "income_range": "50k_to_75k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=50000, agi upper usd=75000, filing status=all, income range=50k to 75k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 10, "groupby_value_id": "50k_to_75k", "groupby_value_label": "$50,000 under $75,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "50k_to_75k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1f5935b6440fe6a57e19d78f"], "source_record_id": "irs_soi.ty2023.table_1_1.50k_to_75k.income_tax_after_credits_returns", "value": 21494289} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:fec57b4f1e9a035c4d00c5ef"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.return_count", "value": 15775468} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:643e8d75da2af9f1dda832b8"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.adjusted_gross_income", "value": 1366616429000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f08de0554ce7dff8d54e8ee3"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.total_income_tax", "value": 114197559000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 75000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 75000, "agi_upper_usd": 100000, "filing_status": "all", "income_range": "75k_to_100k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=75000, agi upper usd=100000, filing status=all, income range=75k to 100k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 11, "groupby_value_id": "75k_to_100k", "groupby_value_label": "$75,000 under $100,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "75k_to_100k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:d91e4f8c785b1749e5427354"], "source_record_id": "irs_soi.ty2023.table_1_1.75k_to_100k.income_tax_after_credits_returns", "value": 15064744} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:dd032848d8c542f41ead89e8"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.return_count", "value": 27602755} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:20416a106160edba48eee425"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.adjusted_gross_income", "value": 3818295141000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:325154d1d7dbd5b9c5fc650d"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.total_income_tax", "value": 409532689000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 100000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 100000, "agi_upper_usd": 200000, "filing_status": "all", "income_range": "100k_to_200k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=100000, agi upper usd=200000, filing status=all, income range=100k to 200k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 12, "groupby_value_id": "100k_to_200k", "groupby_value_label": "$100,000 under $200,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "100k_to_200k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5a2145887658330d8bc2a5ef"], "source_record_id": "irs_soi.ty2023.table_1_1.100k_to_200k.income_tax_after_credits_returns", "value": 27208705} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:711d49b75298db5e1f045dba"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.return_count", "value": 10955818} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5267ad143623c9a67f4494ce"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.adjusted_gross_income", "value": 3153877437000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1c0b9c0c5d403fb65ca635c2"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.total_income_tax", "value": 513407398000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 200000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 200000, "agi_upper_usd": 500000, "filing_status": "all", "income_range": "200k_to_500k"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=200000, agi upper usd=500000, filing status=all, income range=200k to 500k) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 13, "groupby_value_id": "200k_to_500k", "groupby_value_label": "$200,000 under $500,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "200k_to_500k", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:bc809587957e03eda3d4ec1a"], "source_record_id": "irs_soi.ty2023.table_1_1.200k_to_500k.income_tax_after_credits_returns", "value": 10916814} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c7271e11e795ee028af606c3"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.return_count", "value": 1779720} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:5cca809f7c7fb7c52cb8c254"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.adjusted_gross_income", "value": 1194934962000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f9c096208d32b1ebde0908c1"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.total_income_tax", "value": 273875800000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 500000, "agi_upper_usd": 1000000, "filing_status": "all", "income_range": "500k_to_1m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=500000, agi upper usd=1000000, filing status=all, income range=500k to 1m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 14, "groupby_value_id": "500k_to_1m", "groupby_value_label": "$500,000 under $1,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "500k_to_1m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a729edf3e70229e2b5437d68"], "source_record_id": "irs_soi.ty2023.table_1_1.500k_to_1m.income_tax_after_credits_returns", "value": 1773247} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:fc95bbd4a9d52c008f76c699"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.return_count", "value": 368931} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:8d9962b70cb041cdd580deeb"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.adjusted_gross_income", "value": 443658405000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e33ed9ce5bc177d8a0b43c54"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.total_income_tax", "value": 115740460000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1000000, "agi_upper_usd": 1500000, "filing_status": "all", "income_range": "1m_to_1_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1000000, agi upper usd=1500000, filing status=all, income range=1m to 1 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 15, "groupby_value_id": "1m_to_1_5m", "groupby_value_label": "$1,000,000 under $1,500,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1m_to_1_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a3b31883f7e32168663dabb1"], "source_record_id": "irs_soi.ty2023.table_1_1.1m_to_1_5m.income_tax_after_credits_returns", "value": 367694} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e9b4c3016b8fc0fa84467827"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.return_count", "value": 147290} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:411e2cac0767ce26fa6a63e1"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.adjusted_gross_income", "value": 252903399000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:b51a5f7eac0af873708d1b62"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.total_income_tax", "value": 69021581000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 1500000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 1500000, "agi_upper_usd": 2000000, "filing_status": "all", "income_range": "1_5m_to_2m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=1500000, agi upper usd=2000000, filing status=all, income range=1 5m to 2m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 16, "groupby_value_id": "1_5m_to_2m", "groupby_value_label": "$1,500,000 under $2,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "1_5m_to_2m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:dc4c52186a5e1723249e08ed"], "source_record_id": "irs_soi.ty2023.table_1_1.1_5m_to_2m.income_tax_after_credits_returns", "value": 146550} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:c1f0eb992f99b7cfdda24071"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.return_count", "value": 203229} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:aac883cf2b1ce59f93303802"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.adjusted_gross_income", "value": 602653109000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:f6bb630dc38984f1b5f04e03"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.total_income_tax", "value": 168461033000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 2000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 2000000, "agi_upper_usd": 5000000, "filing_status": "all", "income_range": "2m_to_5m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=2000000, agi upper usd=5000000, filing status=all, income range=2m to 5m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 17, "groupby_value_id": "2m_to_5m", "groupby_value_label": "$2,000,000 under $5,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "2m_to_5m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:6051f924e9f4c5608adfcaf7"], "source_record_id": "irs_soi.ty2023.table_1_1.2m_to_5m.income_tax_after_credits_returns", "value": 202338} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:69a1a01ce31d346f713f8484"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.return_count", "value": 49262} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:1cb425b696b9568cc286d7ed"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.adjusted_gross_income", "value": 336334760000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:25c6c2d2fc2108eee3d3916b"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.total_income_tax", "value": 94042477000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 5000000, "variable": "us:statutes/26/62#adjusted_gross_income"}, {"label": "Adjusted gross income upper bound", "operator": "<", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 5000000, "agi_upper_usd": 10000000, "filing_status": "all", "income_range": "5m_to_10m"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=5000000, agi upper usd=10000000, filing status=all, income range=5m to 10m) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 18, "groupby_value_id": "5m_to_10m", "groupby_value_label": "$5,000,000 under $10,000,000", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "5m_to_10m", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:31d24a3edc283c406bd10c20"], "source_record_id": "irs_soi.ty2023.table_1_1.5m_to_10m.income_tax_after_credits_returns", "value": 49056} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi individual income tax returns for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "return_count", "measure_label": "Number of returns", "measure_ordinal": 0, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "return_count", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.individual_income_tax_returns", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:a0863ef3532fdd89549beaf8"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.return_count", "value": 30382} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum us:statutes/26/62#adjusted gross income for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "adjusted_gross_income", "measure_label": "Adjusted gross income", "measure_ordinal": 1, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "adjusted_gross_income", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "us:statutes/26/62#adjusted_gross_income", "concept_authority": "arch-us", "concept_evidence_notes": "IRS SOI Table 1.1 reports adjusted gross income for individual income tax returns; IRC section 62 defines adjusted gross income. This Arch assertion treats the SOI AGI column as exactly adopting that legal concept for the tax-year source record.", "concept_evidence_url": "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)", "concept_relation": "exact", "legal_vintage": "tax_year_2023", "source_concept": "irs_soi.adjusted_gross_income", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:afec0774d7c31446cdfc7450"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.adjusted_gross_income", "value": 907900917000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year sum irs soi total income tax for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "total_income_tax", "measure_label": "Total income tax", "measure_ordinal": 2, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "total_income_tax", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.total_income_tax", "unit": "usd"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:435ef10058a92b9fc1edf88b"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.total_income_tax", "value": 233464129000} +{"aggregation": {"count_entity": null, "denominator": null, "method": "sum"}, "constraints": [{"label": "Adjusted gross income lower bound", "operator": ">=", "role": "filter", "unit": "usd", "value": 10000000, "variable": "us:statutes/26/62#adjusted_gross_income"}], "domain": "all_individual_income_tax_returns", "entity": {"name": "tax_unit", "role": "filing_unit"}, "filters": {"agi_lower_usd": 10000000, "filing_status": "all", "income_range": "10m_plus"}, "geography": {"id": "0100000US", "level": "country", "name": "United States", "vintage": "2020_census"}, "label": "United States 2023 tax year count irs soi returns with income tax after credits for tax unit (agi lower usd=10000000, filing status=all, income range=10m plus) [irs_soi Publication 1304 Table 1.1 23in11si.xls tax_year_2023]", "layout": {"groupby_dimension": "us:statutes/26/62#adjusted_gross_income", "groupby_ordinal": 19, "groupby_value_id": "10m_plus", "groupby_value_label": "$10,000,000 or more", "measure_id": "income_tax_after_credits_returns", "measure_label": "Returns with income tax after credits", "measure_ordinal": 3, "record_set_id": "irs_soi.ty2023.table_1_1", "record_set_spec_hash": "94fe70f5b2562236752c34af", "record_set_spec_id": "irs_soi.table_1_1.v1", "source_column_id": "income_tax_after_credits_returns", "source_row_id": "10m_plus", "table_record_kind": "detail"}, "measure": {"concept": "irs_soi.returns_with_income_tax_after_credits", "unit": "count"}, "period": {"type": "tax_year", "value": 2023}, "source": {"extracted_at": "2026-05-04", "extraction_method": "CellSelectorSpec and SourceRecordSpec resolved from cells", "method_notes": "Each fact carries source_record_id, source_cell_keys, and source_row_keys when available.", "raw_r2_bucket": "arch-raw", "raw_r2_key": "raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "raw_r2_uri": "r2://arch-raw/raw/irs_soi/soi-table-1-1/2023/842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17/23in11si.xls", "source_file": "23in11si.xls", "source_name": "irs_soi", "source_sha256": "842da11fe09123796c861e919d16011ef161338de1c172d39064bdfa666aca17", "source_size_bytes": 54272, "source_table": "Publication 1304 Table 1.1", "url": "https://www.irs.gov/pub/irs-soi/23in11si.xls", "vintage": "tax_year_2023"}, "source_cell_keys": ["arch.source_cell.v1:e27b5a87bb00d439953cbe6b"], "source_record_id": "irs_soi.ty2023.table_1_1.10m_plus.income_tax_after_credits_returns", "value": 30229} diff --git a/arch/jurisdictions/us/soi.py b/arch/jurisdictions/us/soi.py index 8eaf9ae..ae9feeb 100644 --- a/arch/jurisdictions/us/soi.py +++ b/arch/jurisdictions/us/soi.py @@ -40,8 +40,7 @@ IRS_SOI_TOTAL_WAGES_SOURCE_CONCEPT = "irs_soi.total_wages" IRS_SOI_TOTAL_WAGES_RETURNS_SOURCE_CONCEPT = "irs_soi.returns_with_total_wages" AGI_CONCEPT_EVIDENCE_URL = ( - "https://uscode.house.gov/view.xhtml?" - "req=(title:26%20section:62%20edition:prelim)" + "https://uscode.house.gov/view.xhtml?req=(title:26%20section:62%20edition:prelim)" ) AGI_CONCEPT_EVIDENCE_NOTES = ( "IRS SOI Table 1.1 reports adjusted gross income for individual income tax " @@ -171,7 +170,7 @@ def _legacy_soi_table_1_1_source_record_specs( measure_id="return_count", concept="irs_soi.individual_income_tax_returns", unit="count", - aggregation="count", + aggregation="sum", filters=filters, ), _legacy_source_record_spec( @@ -215,7 +214,7 @@ def _legacy_soi_table_1_1_source_record_specs( measure_id="income_tax_after_credits_returns", concept="irs_soi.returns_with_income_tax_after_credits", unit="count", - aggregation="count", + aggregation="sum", filters=filters, ), ] @@ -280,9 +279,7 @@ def _legacy_source_record_spec( legal_vintage: str | None = None, value_scale: int = 1, ) -> SourceRecordSpec: - source_record_id = ( - f"irs_soi.ty{year}.table_1_1.{range_id}.{measure_id}" - ) + source_record_id = f"irs_soi.ty{year}.table_1_1.{range_id}.{measure_id}" return SourceRecordSpec( source_record_id=source_record_id, selector=CellSelectorSpec( diff --git a/arch/source_package.py b/arch/source_package.py index 49a4068..62cef55 100644 --- a/arch/source_package.py +++ b/arch/source_package.py @@ -17,6 +17,7 @@ import yaml from arch.core import ( + ALLOWED_AGGREGATIONS, Aggregation, AggregateConstraint, EntityDimension, @@ -1065,9 +1066,7 @@ def _validate_record_set_authoring( errors.append( SourcePackageIssue( code="malformed_row_column", - message=( - "Row column must be an Excel column name like B or AA." - ), + message=("Row column must be an Excel column name like B or AA."), record_set_id=record_set.record_set_id, row_id=row.value_id, ) @@ -1100,6 +1099,18 @@ def _validate_record_set_authoring( measure_id=measure.measure_id, ) ) + if measure.aggregation not in ALLOWED_AGGREGATIONS: + errors.append( + SourcePackageIssue( + code="malformed_measure_aggregation", + message=( + "Measure aggregation must be one of " + f"{sorted(ALLOWED_AGGREGATIONS)!r}." + ), + record_set_id=record_set.record_set_id, + measure_id=measure.measure_id, + ) + ) if measure.concept_relation == "exact" and not ( measure.concept_evidence_url or measure.concept_evidence_notes ): @@ -1835,5 +1846,5 @@ def _scaffold_template( column: B concept: TODO_concept unit: count - aggregation: count + aggregation: sum """ diff --git a/packages/census/acs_s0101_district_2024/source_package.yaml b/packages/census/acs_s0101_district_2024/source_package.yaml index 56da6b0..6389e8a 100644 --- a/packages/census/acs_s0101_district_2024/source_package.yaml +++ b/packages/census/acs_s0101_district_2024/source_package.yaml @@ -468,7 +468,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0102 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -924,7 +924,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0103 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -1380,7 +1380,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0104 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -1836,7 +1836,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0105 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -2292,7 +2292,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0106 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -2748,7 +2748,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0107 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -3204,7 +3204,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0200 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -3660,7 +3660,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0401 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -4116,7 +4116,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0402 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -4572,7 +4572,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0403 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -5028,7 +5028,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0404 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -5484,7 +5484,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0405 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -5940,7 +5940,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0406 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -6396,7 +6396,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0407 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -6852,7 +6852,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0408 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -7308,7 +7308,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0409 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -7764,7 +7764,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0501 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -8220,7 +8220,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0502 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -8676,7 +8676,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0503 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -9132,7 +9132,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0504 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -9588,7 +9588,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0601 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -10044,7 +10044,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0602 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -10500,7 +10500,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0603 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -10956,7 +10956,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0604 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -11412,7 +11412,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0605 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -11868,7 +11868,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0606 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -12324,7 +12324,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0607 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -12780,7 +12780,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0608 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -13236,7 +13236,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0609 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -13692,7 +13692,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0610 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -14148,7 +14148,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0611 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -14604,7 +14604,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0612 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -15060,7 +15060,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0613 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -15516,7 +15516,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0614 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -15972,7 +15972,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0615 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -16428,7 +16428,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0616 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -16884,7 +16884,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0617 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -17340,7 +17340,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0618 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -17796,7 +17796,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0619 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -18252,7 +18252,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0620 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -18708,7 +18708,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0621 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -19164,7 +19164,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0622 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -19620,7 +19620,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0623 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -20076,7 +20076,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0624 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -20532,7 +20532,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0625 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -20988,7 +20988,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0626 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -21444,7 +21444,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0627 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -21900,7 +21900,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0628 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -22356,7 +22356,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0629 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -22812,7 +22812,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0630 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -23268,7 +23268,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0631 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -23724,7 +23724,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0632 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -24180,7 +24180,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0633 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -24636,7 +24636,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0634 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -25092,7 +25092,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0635 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -25548,7 +25548,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0636 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -26004,7 +26004,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0637 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -26460,7 +26460,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0638 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -26916,7 +26916,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0639 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -27372,7 +27372,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0640 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -27828,7 +27828,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0641 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -28284,7 +28284,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0642 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -28740,7 +28740,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0643 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -29196,7 +29196,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0644 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -29652,7 +29652,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0645 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -30108,7 +30108,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0646 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -30564,7 +30564,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0647 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -31020,7 +31020,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0648 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -31476,7 +31476,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0649 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -31932,7 +31932,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0650 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -32388,7 +32388,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0651 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -32844,7 +32844,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0652 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -33300,7 +33300,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0801 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -33756,7 +33756,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0802 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -34212,7 +34212,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0803 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -34668,7 +34668,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0804 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -35124,7 +35124,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0805 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -35580,7 +35580,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0806 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -36036,7 +36036,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0807 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -36492,7 +36492,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0808 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -36948,7 +36948,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0901 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -37404,7 +37404,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0902 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -37860,7 +37860,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0903 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -38316,7 +38316,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0904 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -38772,7 +38772,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.0905 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -39228,7 +39228,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1000 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -39684,7 +39684,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1198 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -40140,7 +40140,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1201 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -40596,7 +40596,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1202 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -41052,7 +41052,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1203 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -41508,7 +41508,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1204 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -41964,7 +41964,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1205 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -42420,7 +42420,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1206 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -42876,7 +42876,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1207 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -43332,7 +43332,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1208 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -43788,7 +43788,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1209 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -44244,7 +44244,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1210 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -44700,7 +44700,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1211 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -45156,7 +45156,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1212 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -45612,7 +45612,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1213 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -46068,7 +46068,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1214 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -46524,7 +46524,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1215 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -46980,7 +46980,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1216 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -47436,7 +47436,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1217 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -47892,7 +47892,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1218 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -48348,7 +48348,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1219 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -48804,7 +48804,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1220 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -49260,7 +49260,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1221 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -49716,7 +49716,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1222 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -50172,7 +50172,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1223 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -50628,7 +50628,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1224 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -51084,7 +51084,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1225 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -51540,7 +51540,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1226 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -51996,7 +51996,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1227 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -52452,7 +52452,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1228 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -52908,7 +52908,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1301 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -53364,7 +53364,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1302 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -53820,7 +53820,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1303 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -54276,7 +54276,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1304 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -54732,7 +54732,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1305 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -55188,7 +55188,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1306 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -55644,7 +55644,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1307 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -56100,7 +56100,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1308 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -56556,7 +56556,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1309 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -57012,7 +57012,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1310 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -57468,7 +57468,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1311 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -57924,7 +57924,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1312 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -58380,7 +58380,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1313 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -58836,7 +58836,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1314 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -59292,7 +59292,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1501 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -59748,7 +59748,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1502 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -60204,7 +60204,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1601 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -60660,7 +60660,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1602 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -61116,7 +61116,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1701 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -61572,7 +61572,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1702 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -62028,7 +62028,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1703 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -62484,7 +62484,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1704 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -62940,7 +62940,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1705 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -63396,7 +63396,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1706 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -63852,7 +63852,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1707 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -64308,7 +64308,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1708 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -64764,7 +64764,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1709 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -65220,7 +65220,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1710 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -65676,7 +65676,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1711 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -66132,7 +66132,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1712 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -66588,7 +66588,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1713 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -67044,7 +67044,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1714 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -67500,7 +67500,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1715 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -67956,7 +67956,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1716 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -68412,7 +68412,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1717 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -68868,7 +68868,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1801 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -69324,7 +69324,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1802 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -69780,7 +69780,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1803 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -70236,7 +70236,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1804 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -70692,7 +70692,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1805 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -71148,7 +71148,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1806 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -71604,7 +71604,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1807 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -72060,7 +72060,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1808 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -72516,7 +72516,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1809 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -72972,7 +72972,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1901 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -73428,7 +73428,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1902 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -73884,7 +73884,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1903 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -74340,7 +74340,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.1904 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -74796,7 +74796,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2001 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -75252,7 +75252,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2002 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -75708,7 +75708,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2003 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -76164,7 +76164,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2004 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -76620,7 +76620,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2101 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -77076,7 +77076,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2102 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -77532,7 +77532,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2103 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -77988,7 +77988,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2104 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -78444,7 +78444,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2105 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -78900,7 +78900,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2106 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -79356,7 +79356,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2201 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -79812,7 +79812,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2202 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -80268,7 +80268,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2203 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -80724,7 +80724,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2204 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -81180,7 +81180,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2205 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -81636,7 +81636,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2206 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -82092,7 +82092,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2301 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -82548,7 +82548,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2302 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -83004,7 +83004,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2401 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -83460,7 +83460,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2402 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -83916,7 +83916,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2403 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -84372,7 +84372,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2404 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -84828,7 +84828,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2405 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -85284,7 +85284,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2406 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -85740,7 +85740,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2407 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -86196,7 +86196,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2408 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -86652,7 +86652,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2501 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -87108,7 +87108,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2502 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -87564,7 +87564,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2503 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -88020,7 +88020,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2504 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -88476,7 +88476,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2505 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -88932,7 +88932,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2506 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -89388,7 +89388,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2507 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -89844,7 +89844,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2508 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -90300,7 +90300,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2509 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -90756,7 +90756,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2601 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -91212,7 +91212,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2602 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -91668,7 +91668,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2603 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -92124,7 +92124,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2604 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -92580,7 +92580,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2605 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -93036,7 +93036,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2606 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -93492,7 +93492,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2607 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -93948,7 +93948,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2608 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -94404,7 +94404,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2609 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -94860,7 +94860,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2610 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -95316,7 +95316,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2611 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -95772,7 +95772,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2612 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -96228,7 +96228,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2613 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -96684,7 +96684,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2701 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -97140,7 +97140,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2702 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -97596,7 +97596,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2703 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -98052,7 +98052,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2704 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -98508,7 +98508,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2705 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -98964,7 +98964,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2706 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -99420,7 +99420,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2707 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -99876,7 +99876,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2708 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -100332,7 +100332,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2801 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -100788,7 +100788,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2802 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -101244,7 +101244,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2803 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -101700,7 +101700,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2804 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -102156,7 +102156,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2901 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -102612,7 +102612,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2902 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -103068,7 +103068,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2903 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -103524,7 +103524,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2904 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -103980,7 +103980,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2905 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -104436,7 +104436,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2906 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -104892,7 +104892,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2907 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -105348,7 +105348,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.2908 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -105804,7 +105804,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3001 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -106260,7 +106260,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3002 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -106716,7 +106716,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3101 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -107172,7 +107172,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3102 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -107628,7 +107628,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3103 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -108084,7 +108084,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3201 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -108540,7 +108540,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3202 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -108996,7 +108996,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3203 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -109452,7 +109452,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3204 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -109908,7 +109908,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3301 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -110364,7 +110364,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3302 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -110820,7 +110820,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3401 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -111276,7 +111276,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3402 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -111732,7 +111732,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3403 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -112188,7 +112188,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3404 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -112644,7 +112644,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3405 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -113100,7 +113100,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3406 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -113556,7 +113556,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3407 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -114012,7 +114012,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3408 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -114468,7 +114468,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3409 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -114924,7 +114924,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3410 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -115380,7 +115380,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3411 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -115836,7 +115836,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3412 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -116292,7 +116292,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3501 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -116748,7 +116748,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3502 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -117204,7 +117204,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3503 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -117660,7 +117660,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3601 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -118116,7 +118116,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3602 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -118572,7 +118572,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3603 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -119028,7 +119028,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3604 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -119484,7 +119484,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3605 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -119940,7 +119940,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3606 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -120396,7 +120396,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3607 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -120852,7 +120852,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3608 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -121308,7 +121308,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3609 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -121764,7 +121764,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3610 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -122220,7 +122220,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3611 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -122676,7 +122676,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3612 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -123132,7 +123132,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3613 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -123588,7 +123588,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3614 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -124044,7 +124044,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3615 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -124500,7 +124500,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3616 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -124956,7 +124956,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3617 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -125412,7 +125412,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3618 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -125868,7 +125868,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3619 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -126324,7 +126324,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3620 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -126780,7 +126780,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3621 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -127236,7 +127236,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3622 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -127692,7 +127692,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3623 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -128148,7 +128148,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3624 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -128604,7 +128604,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3625 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -129060,7 +129060,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3626 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -129516,7 +129516,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3701 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -129972,7 +129972,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3702 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -130428,7 +130428,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3703 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -130884,7 +130884,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3704 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -131340,7 +131340,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3705 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -131796,7 +131796,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3706 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -132252,7 +132252,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3707 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -132708,7 +132708,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3708 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -133164,7 +133164,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3709 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -133620,7 +133620,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3710 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -134076,7 +134076,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3711 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -134532,7 +134532,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3712 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -134988,7 +134988,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3713 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -135444,7 +135444,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3714 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -135900,7 +135900,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3800 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -136356,7 +136356,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3901 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -136812,7 +136812,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3902 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -137268,7 +137268,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3903 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -137724,7 +137724,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3904 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -138180,7 +138180,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3905 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -138636,7 +138636,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3906 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -139092,7 +139092,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3907 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -139548,7 +139548,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3908 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -140004,7 +140004,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3909 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -140460,7 +140460,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3910 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -140916,7 +140916,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3911 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -141372,7 +141372,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3912 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -141828,7 +141828,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3913 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -142284,7 +142284,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3914 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -142740,7 +142740,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.3915 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -143196,7 +143196,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4001 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -143652,7 +143652,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4002 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -144108,7 +144108,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4003 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -144564,7 +144564,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4004 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -145020,7 +145020,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4005 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -145476,7 +145476,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4101 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -145932,7 +145932,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4102 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -146388,7 +146388,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4103 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -146844,7 +146844,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4104 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -147300,7 +147300,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4105 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -147756,7 +147756,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4106 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -148212,7 +148212,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4201 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -148668,7 +148668,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4202 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -149124,7 +149124,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4203 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -149580,7 +149580,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4204 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -150036,7 +150036,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4205 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -150492,7 +150492,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4206 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -150948,7 +150948,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4207 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -151404,7 +151404,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4208 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -151860,7 +151860,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4209 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -152316,7 +152316,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4210 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -152772,7 +152772,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4211 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -153228,7 +153228,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4212 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -153684,7 +153684,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4213 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -154140,7 +154140,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4214 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -154596,7 +154596,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4215 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -155052,7 +155052,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4216 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -155508,7 +155508,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4217 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -155964,7 +155964,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4401 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -156420,7 +156420,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4402 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -156876,7 +156876,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4501 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -157332,7 +157332,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4502 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -157788,7 +157788,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4503 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -158244,7 +158244,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4504 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -158700,7 +158700,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4505 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -159156,7 +159156,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4506 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -159612,7 +159612,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4507 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -160068,7 +160068,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4600 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -160524,7 +160524,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4701 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -160980,7 +160980,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4702 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -161436,7 +161436,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4703 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -161892,7 +161892,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4704 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -162348,7 +162348,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4705 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -162804,7 +162804,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4706 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -163260,7 +163260,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4707 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -163716,7 +163716,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4708 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -164172,7 +164172,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4709 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -164628,7 +164628,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4801 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -165084,7 +165084,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4802 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -165540,7 +165540,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4803 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -165996,7 +165996,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4804 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -166452,7 +166452,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4805 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -166908,7 +166908,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4806 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -167364,7 +167364,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4807 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -167820,7 +167820,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4808 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -168276,7 +168276,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4809 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -168732,7 +168732,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4810 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -169188,7 +169188,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4811 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -169644,7 +169644,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4812 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -170100,7 +170100,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4813 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -170556,7 +170556,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4814 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -171012,7 +171012,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4815 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -171468,7 +171468,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4816 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -171924,7 +171924,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4817 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -172380,7 +172380,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4818 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -172836,7 +172836,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4819 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -173292,7 +173292,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4820 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -173748,7 +173748,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4821 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -174204,7 +174204,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4822 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -174660,7 +174660,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4823 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -175116,7 +175116,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4824 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -175572,7 +175572,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4825 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -176028,7 +176028,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4826 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -176484,7 +176484,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4827 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -176940,7 +176940,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4828 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -177396,7 +177396,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4829 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -177852,7 +177852,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4830 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -178308,7 +178308,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4831 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -178764,7 +178764,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4832 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -179220,7 +179220,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4833 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -179676,7 +179676,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4834 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -180132,7 +180132,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4835 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -180588,7 +180588,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4836 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -181044,7 +181044,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4837 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -181500,7 +181500,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4838 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -181956,7 +181956,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4901 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -182412,7 +182412,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4902 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -182868,7 +182868,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4903 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -183324,7 +183324,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.4904 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -183780,7 +183780,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5000 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -184236,7 +184236,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5101 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -184692,7 +184692,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5102 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -185148,7 +185148,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5103 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -185604,7 +185604,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5104 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -186060,7 +186060,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5105 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -186516,7 +186516,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5106 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -186972,7 +186972,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5107 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -187428,7 +187428,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5108 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -187884,7 +187884,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5109 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -188340,7 +188340,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5110 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -188796,7 +188796,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5111 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -189252,7 +189252,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5301 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -189708,7 +189708,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5302 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -190164,7 +190164,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5303 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -190620,7 +190620,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5304 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -191076,7 +191076,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5305 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -191532,7 +191532,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5306 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -191988,7 +191988,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5307 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -192444,7 +192444,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5308 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -192900,7 +192900,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5309 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -193356,7 +193356,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5310 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -193812,7 +193812,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5401 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -194268,7 +194268,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5402 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -194724,7 +194724,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5501 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -195180,7 +195180,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5502 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -195636,7 +195636,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5503 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -196092,7 +196092,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5504 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -196548,7 +196548,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5505 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -197004,7 +197004,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5506 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -197460,7 +197460,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5507 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -197916,7 +197916,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5508 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -198372,7 +198372,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.5600 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -198828,7 +198828,7 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.congressional_district_age.7298 record_set_spec_id: census_acs.s0101.congressional_district_age.v1 @@ -199303,5 +199303,5 @@ record_sets: source_concept: ACS S0101 total population estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/census/acs_s0101_national_2024/source_package.yaml b/packages/census/acs_s0101_national_2024/source_package.yaml index c0be899..10348cb 100644 --- a/packages/census/acs_s0101_national_2024/source_package.yaml +++ b/packages/census/acs_s0101_national_2024/source_package.yaml @@ -341,5 +341,5 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/census/acs_s0101_state_2024/source_package.yaml b/packages/census/acs_s0101_state_2024/source_package.yaml index 77918c0..0af2f22 100644 --- a/packages/census/acs_s0101_state_2024/source_package.yaml +++ b/packages/census/acs_s0101_state_2024/source_package.yaml @@ -467,7 +467,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.02 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -923,7 +923,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.04 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -1379,7 +1379,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.05 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -1835,7 +1835,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.06 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -2291,7 +2291,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.08 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -2747,7 +2747,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.09 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -3203,7 +3203,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.10 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -3659,7 +3659,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.11 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -4115,7 +4115,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.12 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -4571,7 +4571,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.13 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -5027,7 +5027,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.15 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -5483,7 +5483,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.16 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -5939,7 +5939,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.17 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -6395,7 +6395,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.18 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -6851,7 +6851,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.19 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -7307,7 +7307,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.20 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -7763,7 +7763,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.21 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -8219,7 +8219,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.22 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -8675,7 +8675,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.23 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -9131,7 +9131,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.24 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -9587,7 +9587,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.25 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -10043,7 +10043,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.26 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -10499,7 +10499,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.27 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -10955,7 +10955,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.28 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -11411,7 +11411,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.29 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -11867,7 +11867,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.30 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -12323,7 +12323,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.31 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -12779,7 +12779,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.32 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -13235,7 +13235,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.33 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -13691,7 +13691,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.34 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -14147,7 +14147,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.35 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -14603,7 +14603,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.36 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -15059,7 +15059,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.37 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -15515,7 +15515,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.38 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -15971,7 +15971,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.39 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -16427,7 +16427,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.40 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -16883,7 +16883,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.41 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -17339,7 +17339,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.42 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -17795,7 +17795,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.44 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -18251,7 +18251,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.45 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -18707,7 +18707,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.46 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -19163,7 +19163,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.47 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -19619,7 +19619,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.48 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -20075,7 +20075,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.49 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -20531,7 +20531,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.50 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -20987,7 +20987,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.51 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -21443,7 +21443,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.53 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -21899,7 +21899,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.54 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -22355,7 +22355,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.55 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -22811,7 +22811,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.56 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -23267,7 +23267,7 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s0101.state_age.72 record_set_spec_id: census_acs.s0101.state_age.v1 @@ -23723,5 +23723,5 @@ record_sets: source_concept: ACS S0101 total population age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/census/acs_s2201_district_2024/source_package.yaml b/packages/census/acs_s2201_district_2024/source_package.yaml index e3e6d44..30c8a6c 100644 --- a/packages/census/acs_s2201_district_2024/source_package.yaml +++ b/packages/census/acs_s2201_district_2024/source_package.yaml @@ -103,7 +103,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0102 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -193,7 +193,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0103 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -283,7 +283,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0104 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -373,7 +373,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0105 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -463,7 +463,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0106 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -553,7 +553,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0107 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -643,7 +643,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0200 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -733,7 +733,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0401 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -823,7 +823,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0402 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -913,7 +913,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0403 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1003,7 +1003,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0404 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1093,7 +1093,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0405 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1183,7 +1183,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0406 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1273,7 +1273,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0407 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1363,7 +1363,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0408 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1453,7 +1453,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0409 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1543,7 +1543,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0501 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1633,7 +1633,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0502 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1723,7 +1723,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0503 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1813,7 +1813,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0504 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1903,7 +1903,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0601 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -1993,7 +1993,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0602 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2083,7 +2083,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0603 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2173,7 +2173,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0604 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2263,7 +2263,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0605 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2353,7 +2353,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0606 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2443,7 +2443,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0607 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2533,7 +2533,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0608 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2623,7 +2623,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0609 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2713,7 +2713,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0610 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2803,7 +2803,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0611 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2893,7 +2893,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0612 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -2983,7 +2983,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0613 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3073,7 +3073,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0614 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3163,7 +3163,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0615 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3253,7 +3253,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0616 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3343,7 +3343,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0617 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3433,7 +3433,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0618 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3523,7 +3523,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0619 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3613,7 +3613,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0620 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3703,7 +3703,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0621 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3793,7 +3793,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0622 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3883,7 +3883,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0623 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -3973,7 +3973,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0624 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4063,7 +4063,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0625 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4153,7 +4153,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0626 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4243,7 +4243,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0627 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4333,7 +4333,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0628 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4423,7 +4423,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0629 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4513,7 +4513,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0630 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4603,7 +4603,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0631 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4693,7 +4693,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0632 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4783,7 +4783,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0633 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4873,7 +4873,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0634 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -4963,7 +4963,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0635 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5053,7 +5053,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0636 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5143,7 +5143,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0637 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5233,7 +5233,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0638 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5323,7 +5323,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0639 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5413,7 +5413,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0640 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5503,7 +5503,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0641 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5593,7 +5593,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0642 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5683,7 +5683,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0643 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5773,7 +5773,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0644 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5863,7 +5863,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0645 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -5953,7 +5953,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0646 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6043,7 +6043,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0647 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6133,7 +6133,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0648 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6223,7 +6223,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0649 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6313,7 +6313,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0650 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6403,7 +6403,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0651 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6493,7 +6493,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0652 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6583,7 +6583,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0801 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6673,7 +6673,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0802 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6763,7 +6763,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0803 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6853,7 +6853,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0804 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -6943,7 +6943,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0805 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7033,7 +7033,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0806 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7123,7 +7123,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0807 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7213,7 +7213,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0808 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7303,7 +7303,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0901 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7393,7 +7393,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0902 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7483,7 +7483,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0903 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7573,7 +7573,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0904 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7663,7 +7663,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.0905 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7753,7 +7753,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1000 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7843,7 +7843,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1198 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -7933,7 +7933,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1201 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8023,7 +8023,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1202 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8113,7 +8113,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1203 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8203,7 +8203,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1204 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8293,7 +8293,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1205 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8383,7 +8383,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1206 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8473,7 +8473,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1207 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8563,7 +8563,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1208 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8653,7 +8653,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1209 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8743,7 +8743,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1210 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8833,7 +8833,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1211 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -8923,7 +8923,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1212 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9013,7 +9013,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1213 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9103,7 +9103,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1214 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9193,7 +9193,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1215 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9283,7 +9283,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1216 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9373,7 +9373,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1217 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9463,7 +9463,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1218 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9553,7 +9553,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1219 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9643,7 +9643,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1220 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9733,7 +9733,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1221 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9823,7 +9823,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1222 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -9913,7 +9913,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1223 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10003,7 +10003,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1224 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10093,7 +10093,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1225 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10183,7 +10183,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1226 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10273,7 +10273,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1227 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10363,7 +10363,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1228 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10453,7 +10453,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1301 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10543,7 +10543,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1302 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10633,7 +10633,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1303 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10723,7 +10723,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1304 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10813,7 +10813,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1305 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10903,7 +10903,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1306 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -10993,7 +10993,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1307 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11083,7 +11083,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1308 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11173,7 +11173,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1309 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11263,7 +11263,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1310 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11353,7 +11353,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1311 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11443,7 +11443,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1312 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11533,7 +11533,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1313 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11623,7 +11623,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1314 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11713,7 +11713,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1501 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11803,7 +11803,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1502 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11893,7 +11893,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1601 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -11983,7 +11983,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1602 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12073,7 +12073,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1701 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12163,7 +12163,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1702 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12253,7 +12253,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1703 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12343,7 +12343,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1704 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12433,7 +12433,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1705 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12523,7 +12523,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1706 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12613,7 +12613,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1707 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12703,7 +12703,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1708 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12793,7 +12793,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1709 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12883,7 +12883,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1710 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -12973,7 +12973,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1711 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13063,7 +13063,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1712 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13153,7 +13153,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1713 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13243,7 +13243,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1714 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13333,7 +13333,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1715 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13423,7 +13423,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1716 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13513,7 +13513,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1717 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13603,7 +13603,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1801 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13693,7 +13693,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1802 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13783,7 +13783,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1803 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13873,7 +13873,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1804 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -13963,7 +13963,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1805 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14053,7 +14053,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1806 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14143,7 +14143,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1807 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14233,7 +14233,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1808 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14323,7 +14323,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1809 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14413,7 +14413,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1901 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14503,7 +14503,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1902 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14593,7 +14593,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1903 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14683,7 +14683,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.1904 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14773,7 +14773,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2001 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14863,7 +14863,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2002 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -14953,7 +14953,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2003 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15043,7 +15043,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2004 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15133,7 +15133,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2101 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15223,7 +15223,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2102 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15313,7 +15313,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2103 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15403,7 +15403,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2104 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15493,7 +15493,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2105 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15583,7 +15583,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2106 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15673,7 +15673,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2201 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15763,7 +15763,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2202 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15853,7 +15853,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2203 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -15943,7 +15943,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2204 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16033,7 +16033,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2205 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16123,7 +16123,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2206 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16213,7 +16213,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2301 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16303,7 +16303,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2302 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16393,7 +16393,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2401 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16483,7 +16483,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2402 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16573,7 +16573,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2403 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16663,7 +16663,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2404 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16753,7 +16753,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2405 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16843,7 +16843,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2406 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -16933,7 +16933,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2407 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17023,7 +17023,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2408 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17113,7 +17113,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2501 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17203,7 +17203,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2502 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17293,7 +17293,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2503 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17383,7 +17383,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2504 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17473,7 +17473,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2505 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17563,7 +17563,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2506 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17653,7 +17653,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2507 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17743,7 +17743,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2508 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17833,7 +17833,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2509 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -17923,7 +17923,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2601 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18013,7 +18013,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2602 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18103,7 +18103,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2603 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18193,7 +18193,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2604 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18283,7 +18283,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2605 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18373,7 +18373,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2606 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18463,7 +18463,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2607 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18553,7 +18553,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2608 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18643,7 +18643,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2609 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18733,7 +18733,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2610 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18823,7 +18823,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2611 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -18913,7 +18913,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2612 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19003,7 +19003,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2613 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19093,7 +19093,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2701 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19183,7 +19183,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2702 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19273,7 +19273,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2703 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19363,7 +19363,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2704 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19453,7 +19453,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2705 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19543,7 +19543,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2706 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19633,7 +19633,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2707 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19723,7 +19723,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2708 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19813,7 +19813,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2801 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19903,7 +19903,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2802 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -19993,7 +19993,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2803 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20083,7 +20083,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2804 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20173,7 +20173,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2901 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20263,7 +20263,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2902 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20353,7 +20353,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2903 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20443,7 +20443,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2904 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20533,7 +20533,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2905 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20623,7 +20623,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2906 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20713,7 +20713,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2907 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20803,7 +20803,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.2908 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20893,7 +20893,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3001 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -20983,7 +20983,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3002 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21073,7 +21073,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3101 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21163,7 +21163,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3102 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21253,7 +21253,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3103 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21343,7 +21343,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3201 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21433,7 +21433,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3202 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21523,7 +21523,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3203 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21613,7 +21613,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3204 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21703,7 +21703,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3301 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21793,7 +21793,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3302 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21883,7 +21883,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3401 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -21973,7 +21973,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3402 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22063,7 +22063,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3403 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22153,7 +22153,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3404 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22243,7 +22243,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3405 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22333,7 +22333,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3406 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22423,7 +22423,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3407 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22513,7 +22513,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3408 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22603,7 +22603,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3409 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22693,7 +22693,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3410 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22783,7 +22783,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3411 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22873,7 +22873,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3412 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -22963,7 +22963,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3501 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23053,7 +23053,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3502 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23143,7 +23143,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3503 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23233,7 +23233,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3601 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23323,7 +23323,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3602 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23413,7 +23413,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3603 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23503,7 +23503,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3604 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23593,7 +23593,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3605 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23683,7 +23683,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3606 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23773,7 +23773,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3607 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23863,7 +23863,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3608 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -23953,7 +23953,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3609 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24043,7 +24043,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3610 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24133,7 +24133,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3611 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24223,7 +24223,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3612 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24313,7 +24313,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3613 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24403,7 +24403,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3614 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24493,7 +24493,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3615 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24583,7 +24583,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3616 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24673,7 +24673,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3617 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24763,7 +24763,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3618 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24853,7 +24853,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3619 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -24943,7 +24943,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3620 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25033,7 +25033,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3621 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25123,7 +25123,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3622 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25213,7 +25213,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3623 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25303,7 +25303,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3624 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25393,7 +25393,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3625 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25483,7 +25483,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3626 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25573,7 +25573,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3701 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25663,7 +25663,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3702 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25753,7 +25753,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3703 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25843,7 +25843,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3704 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -25933,7 +25933,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3705 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26023,7 +26023,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3706 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26113,7 +26113,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3707 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26203,7 +26203,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3708 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26293,7 +26293,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3709 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26383,7 +26383,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3710 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26473,7 +26473,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3711 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26563,7 +26563,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3712 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26653,7 +26653,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3713 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26743,7 +26743,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3714 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26833,7 +26833,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3800 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -26923,7 +26923,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3901 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27013,7 +27013,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3902 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27103,7 +27103,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3903 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27193,7 +27193,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3904 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27283,7 +27283,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3905 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27373,7 +27373,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3906 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27463,7 +27463,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3907 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27553,7 +27553,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3908 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27643,7 +27643,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3909 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27733,7 +27733,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3910 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27823,7 +27823,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3911 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -27913,7 +27913,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3912 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28003,7 +28003,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3913 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28093,7 +28093,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3914 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28183,7 +28183,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.3915 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28273,7 +28273,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4001 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28363,7 +28363,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4002 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28453,7 +28453,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4003 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28543,7 +28543,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4004 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28633,7 +28633,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4005 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28723,7 +28723,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4101 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28813,7 +28813,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4102 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28903,7 +28903,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4103 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -28993,7 +28993,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4104 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29083,7 +29083,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4105 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29173,7 +29173,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4106 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29263,7 +29263,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4201 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29353,7 +29353,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4202 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29443,7 +29443,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4203 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29533,7 +29533,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4204 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29623,7 +29623,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4205 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29713,7 +29713,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4206 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29803,7 +29803,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4207 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29893,7 +29893,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4208 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -29983,7 +29983,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4209 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30073,7 +30073,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4210 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30163,7 +30163,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4211 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30253,7 +30253,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4212 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30343,7 +30343,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4213 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30433,7 +30433,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4214 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30523,7 +30523,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4215 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30613,7 +30613,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4216 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30703,7 +30703,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4217 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30793,7 +30793,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4401 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30883,7 +30883,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4402 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -30973,7 +30973,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4501 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31063,7 +31063,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4502 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31153,7 +31153,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4503 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31243,7 +31243,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4504 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31333,7 +31333,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4505 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31423,7 +31423,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4506 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31513,7 +31513,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4507 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31603,7 +31603,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4600 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31693,7 +31693,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4701 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31783,7 +31783,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4702 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31873,7 +31873,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4703 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -31963,7 +31963,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4704 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32053,7 +32053,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4705 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32143,7 +32143,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4706 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32233,7 +32233,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4707 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32323,7 +32323,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4708 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32413,7 +32413,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4709 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32503,7 +32503,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4801 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32593,7 +32593,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4802 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32683,7 +32683,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4803 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32773,7 +32773,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4804 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32863,7 +32863,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4805 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -32953,7 +32953,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4806 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33043,7 +33043,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4807 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33133,7 +33133,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4808 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33223,7 +33223,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4809 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33313,7 +33313,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4810 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33403,7 +33403,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4811 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33493,7 +33493,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4812 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33583,7 +33583,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4813 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33673,7 +33673,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4814 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33763,7 +33763,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4815 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33853,7 +33853,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4816 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -33943,7 +33943,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4817 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34033,7 +34033,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4818 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34123,7 +34123,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4819 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34213,7 +34213,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4820 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34303,7 +34303,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4821 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34393,7 +34393,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4822 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34483,7 +34483,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4823 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34573,7 +34573,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4824 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34663,7 +34663,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4825 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34753,7 +34753,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4826 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34843,7 +34843,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4827 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -34933,7 +34933,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4828 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35023,7 +35023,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4829 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35113,7 +35113,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4830 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35203,7 +35203,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4831 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35293,7 +35293,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4832 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35383,7 +35383,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4833 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35473,7 +35473,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4834 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35563,7 +35563,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4835 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35653,7 +35653,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4836 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35743,7 +35743,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4837 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35833,7 +35833,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4838 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -35923,7 +35923,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4901 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36013,7 +36013,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4902 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36103,7 +36103,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4903 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36193,7 +36193,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.4904 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36283,7 +36283,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5000 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36373,7 +36373,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5101 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36463,7 +36463,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5102 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36553,7 +36553,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5103 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36643,7 +36643,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5104 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36733,7 +36733,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5105 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36823,7 +36823,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5106 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -36913,7 +36913,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5107 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37003,7 +37003,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5108 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37093,7 +37093,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5109 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37183,7 +37183,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5110 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37273,7 +37273,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5111 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37363,7 +37363,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5301 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37453,7 +37453,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5302 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37543,7 +37543,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5303 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37633,7 +37633,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5304 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37723,7 +37723,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5305 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37813,7 +37813,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5306 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37903,7 +37903,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5307 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -37993,7 +37993,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5308 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38083,7 +38083,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5309 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38173,7 +38173,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5310 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38263,7 +38263,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5401 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38353,7 +38353,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5402 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38443,7 +38443,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5501 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38533,7 +38533,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5502 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38623,7 +38623,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5503 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38713,7 +38713,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5504 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38803,7 +38803,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5505 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38893,7 +38893,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5506 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -38983,7 +38983,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5507 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -39073,7 +39073,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5508 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -39163,7 +39163,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.5600 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -39253,7 +39253,7 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_acs.acs1_{year}.s2201.congressional_district_snap.7298 record_set_spec_id: census_acs.s2201.congressional_district_snap.v1 @@ -39347,5 +39347,5 @@ record_sets: source_concept: ACS S2201 household estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/census/b01001_female_15_44_2023/source_package.yaml b/packages/census/b01001_female_15_44_2023/source_package.yaml index f230fba..71e2972 100644 --- a/packages/census/b01001_female_15_44_2023/source_package.yaml +++ b/packages/census/b01001_female_15_44_2023/source_package.yaml @@ -259,7 +259,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -511,7 +511,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -763,7 +763,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -1015,7 +1015,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -1267,7 +1267,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -1519,7 +1519,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -1771,7 +1771,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -2023,7 +2023,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -2275,7 +2275,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -2527,7 +2527,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -2779,7 +2779,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -3031,7 +3031,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -3283,7 +3283,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -3535,7 +3535,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -3787,7 +3787,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -4039,7 +4039,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -4291,7 +4291,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -4543,7 +4543,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -4795,7 +4795,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -5047,7 +5047,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -5299,7 +5299,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -5551,7 +5551,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -5803,7 +5803,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -6055,7 +6055,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -6307,7 +6307,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -6559,7 +6559,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -6811,7 +6811,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -7063,7 +7063,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -7315,7 +7315,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -7567,7 +7567,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -7819,7 +7819,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -8071,7 +8071,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -8323,7 +8323,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -8575,7 +8575,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -8827,7 +8827,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -9079,7 +9079,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -9331,7 +9331,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -9583,7 +9583,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -9835,7 +9835,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -10087,7 +10087,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -10339,7 +10339,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -10591,7 +10591,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -10843,7 +10843,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -11095,7 +11095,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -11347,7 +11347,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -11599,7 +11599,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -11851,7 +11851,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -12103,7 +12103,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -12355,7 +12355,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -12607,7 +12607,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -12859,7 +12859,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex @@ -13111,7 +13111,7 @@ record_sets: source_concept: ACS B01001 female age-band estimate concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: sex diff --git a/packages/census/pep_2024_national_age_sex/source_package.yaml b/packages/census/pep_2024_national_age_sex/source_package.yaml index 93101d6..52e054c 100644 --- a/packages/census/pep_2024_national_age_sex/source_package.yaml +++ b/packages/census/pep_2024_national_age_sex/source_package.yaml @@ -880,5 +880,5 @@ record_sets: expected_column_header: POPESTIMATE2024 concept: census_pep.resident_population unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/census/pep_2024_state_age_sex/source_package.yaml b/packages/census/pep_2024_state_age_sex/source_package.yaml index 008b592..c579f3d 100644 --- a/packages/census/pep_2024_state_age_sex/source_package.yaml +++ b/packages/census/pep_2024_state_age_sex/source_package.yaml @@ -133189,7 +133189,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.02 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -134783,7 +134783,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.04 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -136377,7 +136377,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.05 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -137971,7 +137971,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.06 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -139565,7 +139565,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.08 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -141159,7 +141159,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.09 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -142753,7 +142753,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.10 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -144347,7 +144347,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.11 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -145941,7 +145941,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.12 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -147535,7 +147535,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.13 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -149129,7 +149129,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.15 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -150723,7 +150723,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.16 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -152317,7 +152317,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.17 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -153911,7 +153911,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.18 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -155505,7 +155505,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.19 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -157099,7 +157099,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.20 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -158693,7 +158693,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.21 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -160287,7 +160287,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.22 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -161881,7 +161881,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.23 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -163475,7 +163475,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.24 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -165069,7 +165069,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.25 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -166663,7 +166663,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.26 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -168257,7 +168257,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.27 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -169851,7 +169851,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.28 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -171445,7 +171445,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.29 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -173039,7 +173039,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.30 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -174633,7 +174633,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.31 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -176227,7 +176227,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.32 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -177821,7 +177821,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.33 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -179415,7 +179415,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.34 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -181009,7 +181009,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.35 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -182603,7 +182603,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.36 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -184197,7 +184197,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.37 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -185791,7 +185791,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.38 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -187385,7 +187385,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.39 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -188979,7 +188979,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.40 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -190573,7 +190573,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.41 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -192167,7 +192167,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.42 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -193761,7 +193761,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.44 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -195355,7 +195355,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.45 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -196949,7 +196949,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.46 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -198543,7 +198543,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.47 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -200137,7 +200137,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.48 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -201731,7 +201731,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.49 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -203325,7 +203325,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.50 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -204919,7 +204919,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.51 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -206513,7 +206513,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.53 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -208107,7 +208107,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.54 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -209701,7 +209701,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.55 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -211295,7 +211295,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census_pep.v2024.cy2024.state_resident_population.56 record_set_spec_id: census_pep.v2024.state_resident_population_age.v1 @@ -212889,5 +212889,5 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/census/population_projections_2023/source_package.yaml b/packages/census/population_projections_2023/source_package.yaml index ab3c857..0028a27 100644 --- a/packages/census/population_projections_2023/source_package.yaml +++ b/packages/census/population_projections_2023/source_package.yaml @@ -105,7 +105,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_1 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -187,7 +187,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_2 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -269,7 +269,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_3 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -351,7 +351,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_4 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -433,7 +433,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_5 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -515,7 +515,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_6 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -597,7 +597,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_7 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -679,7 +679,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_8 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -761,7 +761,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_9 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -843,7 +843,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_10 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -925,7 +925,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_11 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1007,7 +1007,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_12 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1089,7 +1089,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_13 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1171,7 +1171,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_14 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1253,7 +1253,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_15 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1335,7 +1335,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_16 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1417,7 +1417,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_17 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1499,7 +1499,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_18 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1581,7 +1581,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_19 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1663,7 +1663,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_20 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1745,7 +1745,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_21 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1827,7 +1827,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_22 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1909,7 +1909,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_23 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -1991,7 +1991,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_24 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2073,7 +2073,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_25 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2155,7 +2155,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_26 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2237,7 +2237,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_27 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2319,7 +2319,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_28 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2401,7 +2401,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_29 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2483,7 +2483,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_30 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2565,7 +2565,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_31 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2647,7 +2647,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_32 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2729,7 +2729,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_33 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2811,7 +2811,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_34 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2893,7 +2893,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_35 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -2975,7 +2975,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_36 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3057,7 +3057,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_37 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3139,7 +3139,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_38 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3221,7 +3221,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_39 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3303,7 +3303,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_40 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3385,7 +3385,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_41 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3467,7 +3467,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_42 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3549,7 +3549,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_43 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3631,7 +3631,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_44 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3713,7 +3713,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_45 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3795,7 +3795,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_46 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3877,7 +3877,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_47 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -3959,7 +3959,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_48 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4041,7 +4041,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_49 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4123,7 +4123,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_50 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4205,7 +4205,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_51 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4287,7 +4287,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_52 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4369,7 +4369,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_53 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4451,7 +4451,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_54 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4533,7 +4533,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_55 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4615,7 +4615,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_56 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4697,7 +4697,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_57 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4779,7 +4779,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_58 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4861,7 +4861,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_59 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -4943,7 +4943,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_60 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5025,7 +5025,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_61 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5107,7 +5107,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_62 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5189,7 +5189,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_63 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5271,7 +5271,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_64 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5353,7 +5353,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_65 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5435,7 +5435,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_66 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5517,7 +5517,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_67 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5599,7 +5599,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_68 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5681,7 +5681,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_69 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5763,7 +5763,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_70 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5845,7 +5845,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_71 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -5927,7 +5927,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_72 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6009,7 +6009,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_73 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6091,7 +6091,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_74 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6173,7 +6173,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_75 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6255,7 +6255,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_76 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6337,7 +6337,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_77 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6419,7 +6419,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_78 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6501,7 +6501,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_79 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6583,7 +6583,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_80 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6665,7 +6665,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_81 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6747,7 +6747,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_82 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6829,7 +6829,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_83 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6911,7 +6911,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_84 record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -6993,7 +6993,7 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: census.popproj2023.cy{year}.national_population.age_85_plus record_set_spec_id: census.popproj2023.national_population_by_age.v1 @@ -7070,5 +7070,5 @@ record_sets: concept_relation: source_label concept_authority: census unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/cms_aca/oep_state_level/source_package.yaml b/packages/cms_aca/oep_state_level/source_package.yaml index 52dc3af..738c60a 100644 --- a/packages/cms_aca/oep_state_level/source_package.yaml +++ b/packages/cms_aca/oep_state_level/source_package.yaml @@ -603,7 +603,7 @@ record_sets: concept_relation: source_label concept_authority: cms unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: aptc_recipients label: APTC consumers @@ -617,7 +617,7 @@ record_sets: concept_relation: source_label concept_authority: cms unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: average_monthly_aptc label: Average monthly APTC diff --git a/packages/cms_aca/oep_state_level_2022/source_package.yaml b/packages/cms_aca/oep_state_level_2022/source_package.yaml index 0f4bdfc..ea214f3 100644 --- a/packages/cms_aca/oep_state_level_2022/source_package.yaml +++ b/packages/cms_aca/oep_state_level_2022/source_package.yaml @@ -603,7 +603,7 @@ record_sets: concept_relation: source_label concept_authority: cms unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: cms_aca.oep{year}.state_marketplace_aptc record_set_spec_id: cms_aca.oep_state_marketplace_aptc.v1 @@ -1183,7 +1183,7 @@ record_sets: concept_relation: source_label concept_authority: cms unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: average_monthly_aptc label: Average monthly APTC diff --git a/packages/cms_aca/oep_state_level_2025/source_package.yaml b/packages/cms_aca/oep_state_level_2025/source_package.yaml index c938a4c..3045361 100644 --- a/packages/cms_aca/oep_state_level_2025/source_package.yaml +++ b/packages/cms_aca/oep_state_level_2025/source_package.yaml @@ -603,7 +603,7 @@ record_sets: concept_relation: source_label concept_authority: cms unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: aptc_recipients label: APTC consumers @@ -617,7 +617,7 @@ record_sets: concept_relation: source_label concept_authority: cms unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: average_monthly_aptc label: Average monthly APTC diff --git a/packages/cms_medicaid/chip_monthly_enrollment_dataset/source_package.yaml b/packages/cms_medicaid/chip_monthly_enrollment_dataset/source_package.yaml index 3eefb0c..079c66e 100644 --- a/packages/cms_medicaid/chip_monthly_enrollment_dataset/source_package.yaml +++ b/packages/cms_medicaid/chip_monthly_enrollment_dataset/source_package.yaml @@ -1317,7 +1317,7 @@ record_sets: source_concept: cms_medicaid.total_medicaid_chip_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_medicaid_enrollment label: Total Medicaid enrollment @@ -1330,7 +1330,7 @@ record_sets: source_concept: cms_medicaid.total_medicaid_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_chip_enrollment label: Total CHIP enrollment @@ -1343,7 +1343,7 @@ record_sets: source_concept: cms_medicaid.total_chip_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: medicaid_chip_child_enrollment label: Medicaid and CHIP child enrollment @@ -1356,7 +1356,7 @@ record_sets: source_concept: cms_medicaid.medicaid_chip_child_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_adult_medicaid_enrollment label: Total adult Medicaid enrollment @@ -1369,5 +1369,5 @@ record_sets: source_concept: cms_medicaid.total_adult_medicaid_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/cms_medicaid/chip_monthly_enrollment_december_2024/source_package.yaml b/packages/cms_medicaid/chip_monthly_enrollment_december_2024/source_package.yaml index ab32a99..6ac0e72 100644 --- a/packages/cms_medicaid/chip_monthly_enrollment_december_2024/source_package.yaml +++ b/packages/cms_medicaid/chip_monthly_enrollment_december_2024/source_package.yaml @@ -1411,7 +1411,7 @@ record_sets: source_concept: cms_medicaid.total_medicaid_chip_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_medicaid_enrollment label: Total Medicaid enrollment @@ -1424,7 +1424,7 @@ record_sets: source_concept: cms_medicaid.total_medicaid_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_chip_enrollment label: Total CHIP enrollment @@ -1437,7 +1437,7 @@ record_sets: source_concept: cms_medicaid.total_chip_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: medicaid_chip_child_enrollment label: Medicaid and CHIP child enrollment @@ -1450,7 +1450,7 @@ record_sets: source_concept: cms_medicaid.medicaid_chip_child_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_adult_medicaid_enrollment label: Total adult Medicaid enrollment @@ -1463,5 +1463,5 @@ record_sets: source_concept: cms_medicaid.total_adult_medicaid_enrollment concept_relation: source_label unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/hhs_acf_liheap/fy2023_national_profile/source_package.yaml b/packages/hhs_acf_liheap/fy2023_national_profile/source_package.yaml index b3a8b9a..7283f88 100644 --- a/packages/hhs_acf_liheap/fy2023_national_profile/source_package.yaml +++ b/packages/hhs_acf_liheap/fy2023_national_profile/source_package.yaml @@ -69,5 +69,5 @@ record_sets: expected_column_header: numeric_value concept: hhs_acf_liheap.households_served_by_state_programs unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/hhs_acf_liheap/fy2024_national_profile/source_package.yaml b/packages/hhs_acf_liheap/fy2024_national_profile/source_package.yaml index 9ebc10a..f3156a0 100644 --- a/packages/hhs_acf_liheap/fy2024_national_profile/source_package.yaml +++ b/packages/hhs_acf_liheap/fy2024_national_profile/source_package.yaml @@ -70,5 +70,5 @@ record_sets: expected_column_header: numeric_value concept: hhs_acf_liheap.households_served_by_state_programs unit: count - aggregation: count + aggregation: sum expected_cell_type: number diff --git a/packages/irs_soi/congressional_district_2022/source_package.yaml b/packages/irs_soi/congressional_district_2022/source_package.yaml index c993c3c..d5fe2c3 100644 --- a/packages/irs_soi/congressional_district_2022/source_package.yaml +++ b/packages/irs_soi/congressional_district_2022/source_package.yaml @@ -13962,7 +13962,7 @@ record_sets: expected_column_header: N1 concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: tax_filer_individual_count label: Number of individuals @@ -13973,7 +13973,7 @@ record_sets: expected_column_header: N2 concept: irs_soi.tax_filer_individuals unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: adjusted_gross_income label: Adjusted gross income diff --git a/packages/irs_soi/filing_season_week47_2024/source_package.yaml b/packages/irs_soi/filing_season_week47_2024/source_package.yaml index e078db2..606ad68 100644 --- a/packages/irs_soi/filing_season_week47_2024/source_package.yaml +++ b/packages/irs_soi/filing_season_week47_2024/source_package.yaml @@ -56,7 +56,7 @@ record_sets: expected_column_header: "Total\nreturns" concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: irs_soi.ty2024.filing_season_week47.eitc_all_returns.amount record_set_spec_id: irs_soi.filing_season_week47.eitc_amount.v1 @@ -367,7 +367,7 @@ record_sets: expected_column_header: "Total\nreturns" concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: irs_soi.ty2024.filing_season_week47.eitc_by_agi.amount record_set_spec_id: irs_soi.filing_season_week47.eitc_by_agi_amount.v1 diff --git a/packages/irs_soi/historic_table_2/source_package.yaml b/packages/irs_soi/historic_table_2/source_package.yaml index e172713..8ac1827 100644 --- a/packages/irs_soi/historic_table_2/source_package.yaml +++ b/packages/irs_soi/historic_table_2/source_package.yaml @@ -259,14 +259,14 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: tax_filer_individual_count label: Number of individuals ordinal: 1 column: L concept: irs_soi.tax_filer_individuals unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 2 @@ -287,7 +287,7 @@ record_sets: column: CX concept: irs_soi.returns_with_income_tax_before_credits unit: count - aggregation: count + aggregation: sum - measure_id: income_tax_before_credits_amount label: Income tax before credits ordinal: 4 @@ -302,7 +302,7 @@ record_sets: column: DT concept: irs_soi.returns_with_premium_tax_credit unit: count - aggregation: count + aggregation: sum - measure_id: premium_tax_credit_amount label: Premium tax credit ordinal: 6 @@ -317,7 +317,7 @@ record_sets: column: DZ concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum - measure_id: eitc_amount label: Earned income credit ordinal: 8 @@ -332,7 +332,7 @@ record_sets: column: BZ concept: irs_soi.returns_with_real_estate_taxes unit: count - aggregation: count + aggregation: sum - measure_id: real_estate_taxes_amount label: Real estate taxes ordinal: 10 @@ -347,7 +347,7 @@ record_sets: column: CB concept: irs_soi.returns_with_limited_state_local_taxes unit: count - aggregation: count + aggregation: sum - measure_id: limited_state_local_taxes_amount label: Limited state and local taxes ordinal: 12 @@ -364,7 +364,7 @@ record_sets: source_column_id: N02650 concept: irs_soi.returns_with_total_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N02650 @@ -389,7 +389,7 @@ record_sets: source_column_id: N00200 concept: irs_soi.returns_with_total_wages unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00200 @@ -420,7 +420,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00300 @@ -445,7 +445,7 @@ record_sets: source_column_id: N00400 concept: irs_soi.returns_with_tax_exempt_interest unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00400 @@ -470,7 +470,7 @@ record_sets: source_column_id: N00600 concept: irs_soi.returns_with_ordinary_dividends unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00600 @@ -495,7 +495,7 @@ record_sets: source_column_id: N00650 concept: irs_soi.returns_with_qualified_dividends unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00650 @@ -520,7 +520,7 @@ record_sets: source_column_id: N00900 concept: irs_soi.returns_with_schedule_c_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00900 @@ -545,7 +545,7 @@ record_sets: source_column_id: N01000 concept: irs_soi.returns_with_taxable_net_capital_gains unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N01000 @@ -570,7 +570,7 @@ record_sets: source_column_id: N01400 concept: irs_soi.returns_with_taxable_ira_distributions unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N01400 @@ -595,7 +595,7 @@ record_sets: source_column_id: N01700 concept: irs_soi.returns_with_taxable_pension_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N01700 @@ -620,7 +620,7 @@ record_sets: source_column_id: N02300 concept: irs_soi.returns_with_unemployment_compensation unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N02300 @@ -645,7 +645,7 @@ record_sets: source_column_id: N02500 concept: irs_soi.returns_with_taxable_social_security_benefits unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N02500 @@ -670,7 +670,7 @@ record_sets: source_column_id: N26270 concept: irs_soi.returns_with_partnership_scorp_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N26270 @@ -695,7 +695,7 @@ record_sets: source_column_id: N04470 concept: irs_soi.returns_with_itemized_deductions unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N04470 @@ -720,7 +720,7 @@ record_sets: source_column_id: N17000 concept: irs_soi.returns_with_medical_dental_expense_deduction unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N17000 @@ -745,7 +745,7 @@ record_sets: source_column_id: N04800 concept: irs_soi.returns_with_taxable_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N04800 @@ -770,7 +770,7 @@ record_sets: source_column_id: N06500 concept: irs_soi.returns_with_total_income_tax unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N06500 @@ -794,7 +794,7 @@ record_sets: source_column_id: N03270 concept: irs_soi.returns_with_qualified_business_income_deduction unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N03270 @@ -817,7 +817,7 @@ record_sets: source_column_id: N25870 concept: irs_soi.returns_with_rental_royalty_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N25870 @@ -840,7 +840,7 @@ record_sets: source_column_id: N07225 concept: irs_soi.returns_with_child_tax_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N07225 @@ -863,7 +863,7 @@ record_sets: source_column_id: N11070 concept: irs_soi.returns_with_additional_child_tax_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N11070 diff --git a/packages/irs_soi/historic_table_2_state_agi_2022/source_package.yaml b/packages/irs_soi/historic_table_2_state_agi_2022/source_package.yaml index 78c7c8b..2c84ade 100644 --- a/packages/irs_soi/historic_table_2_state_agi_2022/source_package.yaml +++ b/packages/irs_soi/historic_table_2_state_agi_2022/source_package.yaml @@ -1267,7 +1267,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -1289,7 +1289,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -1531,7 +1531,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -1553,7 +1553,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -1795,7 +1795,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -1817,7 +1817,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -2059,7 +2059,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -2081,7 +2081,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -2323,7 +2323,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -2345,7 +2345,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -2587,7 +2587,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -2609,7 +2609,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -2851,7 +2851,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -2873,7 +2873,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -3115,7 +3115,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -3137,7 +3137,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -3379,7 +3379,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -3401,7 +3401,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -3643,7 +3643,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -3665,7 +3665,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -3907,7 +3907,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -3929,7 +3929,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -4171,7 +4171,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -4193,7 +4193,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -4435,7 +4435,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -4457,7 +4457,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -4699,7 +4699,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -4721,7 +4721,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -4963,7 +4963,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -4985,7 +4985,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -5227,7 +5227,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -5249,7 +5249,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -5491,7 +5491,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -5513,7 +5513,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -5755,7 +5755,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -5777,7 +5777,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -6019,7 +6019,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -6041,7 +6041,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -6283,7 +6283,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -6305,7 +6305,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -6547,7 +6547,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -6569,7 +6569,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -6811,7 +6811,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -6833,7 +6833,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -7075,7 +7075,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -7097,7 +7097,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -7339,7 +7339,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -7361,7 +7361,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -7603,7 +7603,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -7625,7 +7625,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -7867,7 +7867,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -7889,7 +7889,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -8131,7 +8131,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -8153,7 +8153,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -8395,7 +8395,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -8417,7 +8417,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -8659,7 +8659,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -8681,7 +8681,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -8923,7 +8923,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -8945,7 +8945,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -9187,7 +9187,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -9209,7 +9209,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -9451,7 +9451,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -9473,7 +9473,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -9715,7 +9715,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -9737,7 +9737,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -9979,7 +9979,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -10001,7 +10001,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -10243,7 +10243,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -10265,7 +10265,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -10507,7 +10507,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -10529,7 +10529,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -10771,7 +10771,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -10793,7 +10793,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -11035,7 +11035,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -11057,7 +11057,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -11299,7 +11299,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -11321,7 +11321,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -11563,7 +11563,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -11585,7 +11585,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -11827,7 +11827,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -11849,7 +11849,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -12091,7 +12091,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -12113,7 +12113,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -12355,7 +12355,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -12377,7 +12377,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -12619,7 +12619,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -12641,7 +12641,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -12883,7 +12883,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -12905,7 +12905,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -13147,7 +13147,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -13169,7 +13169,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -13411,7 +13411,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -13433,7 +13433,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -13675,7 +13675,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -13697,7 +13697,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -13939,7 +13939,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -13961,7 +13961,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -14203,7 +14203,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -14225,7 +14225,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 @@ -14467,7 +14467,7 @@ record_sets: column: C concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -14489,7 +14489,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum - measure_id: taxable_interest_amount label: Taxable interest ordinal: 3 diff --git a/packages/irs_soi/historic_table_2_state_broad_2022/source_package.yaml b/packages/irs_soi/historic_table_2_state_broad_2022/source_package.yaml index 9e8b77e..0d743e7 100644 --- a/packages/irs_soi/historic_table_2_state_broad_2022/source_package.yaml +++ b/packages/irs_soi/historic_table_2_state_broad_2022/source_package.yaml @@ -157,7 +157,7 @@ record_sets: source_column_id: N1 concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N1 @@ -168,7 +168,7 @@ record_sets: source_column_id: N2 concept: irs_soi.tax_filer_individuals unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N2 @@ -197,7 +197,7 @@ record_sets: source_column_id: N02650 concept: irs_soi.returns_with_total_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N02650 @@ -220,7 +220,7 @@ record_sets: source_column_id: N00200 concept: irs_soi.returns_with_total_wages unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00200 @@ -249,7 +249,7 @@ record_sets: source_column_id: N00300 concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00300 @@ -272,7 +272,7 @@ record_sets: source_column_id: N00400 concept: irs_soi.returns_with_tax_exempt_interest unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00400 @@ -295,7 +295,7 @@ record_sets: source_column_id: N00600 concept: irs_soi.returns_with_ordinary_dividends unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00600 @@ -318,7 +318,7 @@ record_sets: source_column_id: N00650 concept: irs_soi.returns_with_qualified_dividends unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00650 @@ -341,7 +341,7 @@ record_sets: source_column_id: N00900 concept: irs_soi.returns_with_schedule_c_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N00900 @@ -364,7 +364,7 @@ record_sets: source_column_id: N01000 concept: irs_soi.returns_with_taxable_net_capital_gains unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N01000 @@ -387,7 +387,7 @@ record_sets: source_column_id: N01400 concept: irs_soi.returns_with_taxable_ira_distributions unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N01400 @@ -410,7 +410,7 @@ record_sets: source_column_id: N01700 concept: irs_soi.returns_with_taxable_pension_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N01700 @@ -433,7 +433,7 @@ record_sets: source_column_id: N02300 concept: irs_soi.returns_with_unemployment_compensation unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N02300 @@ -456,7 +456,7 @@ record_sets: source_column_id: N02500 concept: irs_soi.returns_with_taxable_social_security_benefits unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N02500 @@ -479,7 +479,7 @@ record_sets: source_column_id: N26270 concept: irs_soi.returns_with_partnership_scorp_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N26270 @@ -502,7 +502,7 @@ record_sets: source_column_id: N04470 concept: irs_soi.returns_with_itemized_deductions unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N04470 @@ -525,7 +525,7 @@ record_sets: source_column_id: N17000 concept: irs_soi.returns_with_medical_dental_expense_deduction unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N17000 @@ -548,7 +548,7 @@ record_sets: source_column_id: N18500 concept: irs_soi.returns_with_real_estate_taxes unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N18500 @@ -571,7 +571,7 @@ record_sets: source_column_id: N18460 concept: irs_soi.returns_with_limited_state_local_taxes unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N18460 @@ -594,7 +594,7 @@ record_sets: source_column_id: N04800 concept: irs_soi.returns_with_taxable_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N04800 @@ -617,7 +617,7 @@ record_sets: source_column_id: N05800 concept: irs_soi.returns_with_income_tax_before_credits unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N05800 @@ -640,7 +640,7 @@ record_sets: source_column_id: N06500 concept: irs_soi.returns_with_total_income_tax unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N06500 @@ -663,7 +663,7 @@ record_sets: source_column_id: N85770 concept: irs_soi.returns_with_premium_tax_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N85770 @@ -686,7 +686,7 @@ record_sets: source_column_id: N03270 concept: irs_soi.returns_with_qualified_business_income_deduction unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N03270 @@ -709,7 +709,7 @@ record_sets: source_column_id: N25870 concept: irs_soi.returns_with_rental_royalty_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N25870 @@ -732,7 +732,7 @@ record_sets: source_column_id: N07225 concept: irs_soi.returns_with_child_tax_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N07225 @@ -755,7 +755,7 @@ record_sets: source_column_id: N11070 concept: irs_soi.returns_with_additional_child_tax_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N11070 diff --git a/packages/irs_soi/historic_table_2_state_eitc_2022/source_package.yaml b/packages/irs_soi/historic_table_2_state_eitc_2022/source_package.yaml index af53f97..270475f 100644 --- a/packages/irs_soi/historic_table_2_state_eitc_2022/source_package.yaml +++ b/packages/irs_soi/historic_table_2_state_eitc_2022/source_package.yaml @@ -157,7 +157,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -180,7 +180,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -219,7 +219,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -258,7 +258,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -297,7 +297,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -369,7 +369,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -392,7 +392,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -431,7 +431,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -470,7 +470,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -509,7 +509,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -581,7 +581,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -604,7 +604,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -643,7 +643,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -682,7 +682,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -721,7 +721,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -793,7 +793,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -816,7 +816,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -855,7 +855,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -894,7 +894,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -933,7 +933,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -1005,7 +1005,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -1028,7 +1028,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -1067,7 +1067,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -1106,7 +1106,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -1145,7 +1145,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -1217,7 +1217,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -1240,7 +1240,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -1279,7 +1279,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -1318,7 +1318,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -1357,7 +1357,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -1429,7 +1429,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -1452,7 +1452,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -1491,7 +1491,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -1530,7 +1530,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -1569,7 +1569,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -1641,7 +1641,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -1664,7 +1664,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -1703,7 +1703,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -1742,7 +1742,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -1781,7 +1781,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -1853,7 +1853,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -1876,7 +1876,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -1915,7 +1915,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -1954,7 +1954,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -1993,7 +1993,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -2065,7 +2065,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -2088,7 +2088,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -2127,7 +2127,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -2166,7 +2166,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -2205,7 +2205,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -2277,7 +2277,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -2300,7 +2300,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -2339,7 +2339,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -2378,7 +2378,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -2417,7 +2417,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -2489,7 +2489,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -2512,7 +2512,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -2551,7 +2551,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -2590,7 +2590,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -2629,7 +2629,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -2701,7 +2701,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -2724,7 +2724,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -2763,7 +2763,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -2802,7 +2802,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -2841,7 +2841,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -2913,7 +2913,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -2936,7 +2936,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -2975,7 +2975,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -3014,7 +3014,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -3053,7 +3053,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -3125,7 +3125,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -3148,7 +3148,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -3187,7 +3187,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -3226,7 +3226,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -3265,7 +3265,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -3337,7 +3337,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -3360,7 +3360,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -3399,7 +3399,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -3438,7 +3438,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -3477,7 +3477,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -3549,7 +3549,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -3572,7 +3572,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -3611,7 +3611,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -3650,7 +3650,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -3689,7 +3689,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -3761,7 +3761,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -3784,7 +3784,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -3823,7 +3823,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -3862,7 +3862,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -3901,7 +3901,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -3973,7 +3973,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -3996,7 +3996,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -4035,7 +4035,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -4074,7 +4074,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -4113,7 +4113,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -4185,7 +4185,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -4208,7 +4208,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -4247,7 +4247,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -4286,7 +4286,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -4325,7 +4325,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -4397,7 +4397,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -4420,7 +4420,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -4459,7 +4459,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -4498,7 +4498,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -4537,7 +4537,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -4609,7 +4609,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -4632,7 +4632,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -4671,7 +4671,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -4710,7 +4710,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -4749,7 +4749,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -4821,7 +4821,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -4844,7 +4844,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -4883,7 +4883,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -4922,7 +4922,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -4961,7 +4961,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -5033,7 +5033,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -5056,7 +5056,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -5095,7 +5095,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -5134,7 +5134,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -5173,7 +5173,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -5245,7 +5245,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -5268,7 +5268,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -5307,7 +5307,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -5346,7 +5346,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -5385,7 +5385,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -5457,7 +5457,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -5480,7 +5480,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -5519,7 +5519,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -5558,7 +5558,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -5597,7 +5597,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -5669,7 +5669,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -5692,7 +5692,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -5731,7 +5731,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -5770,7 +5770,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -5809,7 +5809,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -5881,7 +5881,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -5904,7 +5904,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -5943,7 +5943,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -5982,7 +5982,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -6021,7 +6021,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -6093,7 +6093,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -6116,7 +6116,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -6155,7 +6155,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -6194,7 +6194,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -6233,7 +6233,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -6305,7 +6305,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -6328,7 +6328,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -6367,7 +6367,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -6406,7 +6406,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -6445,7 +6445,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -6517,7 +6517,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -6540,7 +6540,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -6579,7 +6579,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -6618,7 +6618,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -6657,7 +6657,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -6729,7 +6729,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -6752,7 +6752,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -6791,7 +6791,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -6830,7 +6830,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -6869,7 +6869,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -6941,7 +6941,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -6964,7 +6964,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -7003,7 +7003,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -7042,7 +7042,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -7081,7 +7081,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -7153,7 +7153,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -7176,7 +7176,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -7215,7 +7215,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -7254,7 +7254,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -7293,7 +7293,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -7365,7 +7365,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -7388,7 +7388,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -7427,7 +7427,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -7466,7 +7466,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -7505,7 +7505,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -7577,7 +7577,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -7600,7 +7600,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -7639,7 +7639,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -7678,7 +7678,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -7717,7 +7717,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -7789,7 +7789,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -7812,7 +7812,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -7851,7 +7851,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -7890,7 +7890,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -7929,7 +7929,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -8001,7 +8001,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -8024,7 +8024,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -8063,7 +8063,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -8102,7 +8102,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -8141,7 +8141,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -8213,7 +8213,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -8236,7 +8236,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -8275,7 +8275,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -8314,7 +8314,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -8353,7 +8353,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -8425,7 +8425,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -8448,7 +8448,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -8487,7 +8487,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -8526,7 +8526,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -8565,7 +8565,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -8637,7 +8637,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -8660,7 +8660,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -8699,7 +8699,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -8738,7 +8738,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -8777,7 +8777,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -8849,7 +8849,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -8872,7 +8872,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -8911,7 +8911,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -8950,7 +8950,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -8989,7 +8989,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -9061,7 +9061,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -9084,7 +9084,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -9123,7 +9123,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -9162,7 +9162,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -9201,7 +9201,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -9273,7 +9273,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -9296,7 +9296,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -9335,7 +9335,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -9374,7 +9374,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -9413,7 +9413,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -9485,7 +9485,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -9508,7 +9508,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -9547,7 +9547,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -9586,7 +9586,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -9625,7 +9625,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -9697,7 +9697,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -9720,7 +9720,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -9759,7 +9759,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -9798,7 +9798,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -9837,7 +9837,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -9909,7 +9909,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -9932,7 +9932,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -9971,7 +9971,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -10010,7 +10010,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -10049,7 +10049,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -10121,7 +10121,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -10144,7 +10144,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -10183,7 +10183,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -10222,7 +10222,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -10261,7 +10261,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -10333,7 +10333,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -10356,7 +10356,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -10395,7 +10395,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -10434,7 +10434,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -10473,7 +10473,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -10545,7 +10545,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -10568,7 +10568,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -10607,7 +10607,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -10646,7 +10646,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -10685,7 +10685,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 @@ -10757,7 +10757,7 @@ record_sets: source_column_id: N59660 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59660 @@ -10780,7 +10780,7 @@ record_sets: source_column_id: N59661 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59661 @@ -10819,7 +10819,7 @@ record_sets: source_column_id: N59662 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59662 @@ -10858,7 +10858,7 @@ record_sets: source_column_id: N59663 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59663 @@ -10897,7 +10897,7 @@ record_sets: source_column_id: N59664 concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: N59664 diff --git a/packages/irs_soi/ira_roth_contributions_2022/source_package.yaml b/packages/irs_soi/ira_roth_contributions_2022/source_package.yaml index 58915c8..b3ad2c0 100644 --- a/packages/irs_soi/ira_roth_contributions_2022/source_package.yaml +++ b/packages/irs_soi/ira_roth_contributions_2022/source_package.yaml @@ -50,7 +50,7 @@ record_sets: expected_column_header: "Number of \ntaxpayers" concept: irs_soi.roth_ira_contributors unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: amount label: Contribution amount diff --git a/packages/irs_soi/ira_traditional_contributions_2022/source_package.yaml b/packages/irs_soi/ira_traditional_contributions_2022/source_package.yaml index fa4f348..1178f43 100644 --- a/packages/irs_soi/ira_traditional_contributions_2022/source_package.yaml +++ b/packages/irs_soi/ira_traditional_contributions_2022/source_package.yaml @@ -50,7 +50,7 @@ record_sets: expected_column_header: "Number of \ntaxpayers" concept: irs_soi.traditional_ira_contributors unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: amount label: Contribution amount diff --git a/packages/irs_soi/state_2022/source_package.yaml b/packages/irs_soi/state_2022/source_package.yaml index 5bbc416..4eb5cf1 100644 --- a/packages/irs_soi/state_2022/source_package.yaml +++ b/packages/irs_soi/state_2022/source_package.yaml @@ -53,7 +53,7 @@ record_sets: expected_column_header: All returns concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: irs_soi.ty{year}.state_2022.us.adjusted_gross_income record_set_spec_id: irs_soi.state_2022.us.adjusted_gross_income.v1 @@ -158,7 +158,7 @@ record_sets: expected_column_header: All returns concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number - record_set_id: irs_soi.ty{year}.state_2022.us.eitc_three_or_more_children_amount record_set_spec_id: irs_soi.state_2022.us.eitc_three_or_more_children_amount.v1 diff --git a/packages/irs_soi/table_1_1/source_package.yaml b/packages/irs_soi/table_1_1/source_package.yaml index bfa60c0..6176c40 100644 --- a/packages/irs_soi/table_1_1/source_package.yaml +++ b/packages/irs_soi/table_1_1/source_package.yaml @@ -409,7 +409,7 @@ record_sets: column: B concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum - measure_id: adjusted_gross_income label: Adjusted gross income ordinal: 1 @@ -442,4 +442,4 @@ record_sets: column: N concept: irs_soi.returns_with_income_tax_after_credits unit: count - aggregation: count + aggregation: sum diff --git a/packages/irs_soi/table_1_2/source_package.yaml b/packages/irs_soi/table_1_2/source_package.yaml index fee4491..df2a625 100644 --- a/packages/irs_soi/table_1_2/source_package.yaml +++ b/packages/irs_soi/table_1_2/source_package.yaml @@ -51,7 +51,7 @@ record_sets: expected_column_header: "Number\nof\nreturns" concept: irs_soi.individual_income_tax_returns unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: adjusted_gross_income label: Adjusted gross income diff --git a/packages/irs_soi/table_1_4/source_package.yaml b/packages/irs_soi/table_1_4/source_package.yaml index c1088b5..c53e2eb 100644 --- a/packages/irs_soi/table_1_4/source_package.yaml +++ b/packages/irs_soi/table_1_4/source_package.yaml @@ -409,7 +409,7 @@ record_sets: column: F concept: irs_soi.returns_with_total_wages unit: count - aggregation: count + aggregation: sum - measure_id: wages_salaries_amount label: Total wages ordinal: 1 @@ -439,7 +439,7 @@ record_sets: 2023: AL concept: irs_soi.returns_with_taxable_net_capital_gains unit: count - aggregation: count + aggregation: sum - measure_id: net_capital_gains_amount label: Taxable net capital gains ordinal: 3 @@ -462,7 +462,7 @@ record_sets: 2023: AT concept: irs_soi.returns_with_taxable_ira_distributions unit: count - aggregation: count + aggregation: sum - measure_id: taxable_ira_distributions_amount label: Taxable IRA distributions ordinal: 5 @@ -485,7 +485,7 @@ record_sets: 2023: AX concept: irs_soi.returns_with_taxable_pension_income unit: count - aggregation: count + aggregation: sum - measure_id: taxable_pension_income_amount label: Taxable pension income ordinal: 7 @@ -508,7 +508,7 @@ record_sets: 2023: CF concept: irs_soi.returns_with_unemployment_compensation unit: count - aggregation: count + aggregation: sum - measure_id: unemployment_compensation_amount label: Unemployment compensation ordinal: 9 @@ -531,7 +531,7 @@ record_sets: 2023: CJ concept: irs_soi.returns_with_taxable_social_security_benefits unit: count - aggregation: count + aggregation: sum - measure_id: taxable_social_security_amount label: Taxable Social Security benefits ordinal: 11 @@ -554,7 +554,7 @@ record_sets: 2023: AD concept: irs_soi.returns_with_alimony_received unit: count - aggregation: count + aggregation: sum - measure_id: alimony_received_amount label: Alimony received ordinal: 13 @@ -577,7 +577,7 @@ record_sets: 2023: DR concept: irs_soi.returns_with_alimony_paid unit: count - aggregation: count + aggregation: sum - measure_id: alimony_paid_amount label: Alimony paid ordinal: 15 diff --git a/packages/irs_soi/table_2_1/source_package.yaml b/packages/irs_soi/table_2_1/source_package.yaml index 23ce0ed..452e623 100644 --- a/packages/irs_soi/table_2_1/source_package.yaml +++ b/packages/irs_soi/table_2_1/source_package.yaml @@ -51,7 +51,7 @@ record_sets: expected_column_header: "Number\nof\nreturns" concept: irs_soi.returns_with_itemized_deductions unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: adjusted_gross_income label: Adjusted gross income @@ -85,7 +85,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_total_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_income_amount label: Total income amount @@ -108,7 +108,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_total_wages unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_wages_amount label: Total wages @@ -131,7 +131,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: taxable_interest_amount label: Taxable interest @@ -154,7 +154,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_ordinary_dividends unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: ordinary_dividends_amount label: Ordinary dividends @@ -177,7 +177,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_taxable_ira_distributions unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: taxable_ira_distributions_amount label: Taxable IRA distributions @@ -200,7 +200,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_taxable_pension_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: taxable_pension_income_amount label: Taxable pension income @@ -223,7 +223,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_taxable_social_security_benefits unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: taxable_social_security_amount label: Taxable Social Security benefits @@ -269,7 +269,7 @@ record_sets: expected_column_header: Number of returns concept: irs_soi.returns_with_state_and_local_taxes unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_state_local_taxes_amount label: State and local taxes amount @@ -300,7 +300,7 @@ record_sets: expected_column_header: Number of returns concept: irs_soi.returns_with_state_local_income_or_sales_taxes unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: state_local_income_or_sales_tax_amount label: State and local income or general sales taxes amount @@ -331,7 +331,7 @@ record_sets: expected_column_header: Number of returns concept: irs_soi.returns_with_real_estate_taxes unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: real_estate_taxes_amount label: Real estate taxes amount @@ -362,7 +362,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_limited_state_local_taxes unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: limited_state_local_taxes_amount label: Limited state and local taxes amount @@ -393,7 +393,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_interest_paid_deduction unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: interest_paid_deduction_amount label: Interest paid deduction amount @@ -424,7 +424,7 @@ record_sets: expected_column_header: Number of returns concept: irs_soi.returns_with_home_mortgage_interest_paid_to_financial_institutions unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: mortgage_interest_paid_amount label: Home mortgage interest paid to financial institutions amount @@ -455,7 +455,7 @@ record_sets: expected_column_header: Number of returns concept: irs_soi.returns_with_home_mortgage_interest_paid_to_individuals unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: home_mortgage_personal_seller_amount label: Home mortgage interest paid to individuals amount @@ -486,7 +486,7 @@ record_sets: expected_column_header: Number of returns concept: irs_soi.returns_with_deductible_points unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: deductible_points_amount label: Deductible points amount @@ -517,7 +517,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_investment_interest_expense_deduction unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: investment_interest_paid_amount label: Investment interest expense deduction amount @@ -548,7 +548,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_contributions_deduction unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: charitable_amount label: Contributions deduction amount diff --git a/packages/irs_soi/table_2_5/source_package.yaml b/packages/irs_soi/table_2_5/source_package.yaml index f9b2de2..f74ff8a 100644 --- a/packages/irs_soi/table_2_5/source_package.yaml +++ b/packages/irs_soi/table_2_5/source_package.yaml @@ -51,7 +51,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: adjusted_gross_income label: Adjusted gross income @@ -85,7 +85,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_eic_earned_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: eic_earned_income_amount label: EIC earned income @@ -108,7 +108,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_earned_income_credit_amount label: Total earned income credit @@ -131,7 +131,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_eic_refundable_portion unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: eic_refundable_portion_amount label: EIC refundable portion diff --git a/packages/irs_soi/table_2_5_eitc_agi_children_2022/source_package.yaml b/packages/irs_soi/table_2_5_eitc_agi_children_2022/source_package.yaml index fbf2d30..49e9585 100644 --- a/packages/irs_soi/table_2_5_eitc_agi_children_2022/source_package.yaml +++ b/packages/irs_soi/table_2_5_eitc_agi_children_2022/source_package.yaml @@ -1121,7 +1121,7 @@ record_sets: returns' concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: us.tax.earned_income_credit_qualifying_children @@ -2256,7 +2256,7 @@ record_sets: returns' concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: us.tax.earned_income_credit_qualifying_children @@ -3391,7 +3391,7 @@ record_sets: returns' concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: us.tax.earned_income_credit_qualifying_children @@ -4526,7 +4526,7 @@ record_sets: returns' concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: us.tax.earned_income_credit_qualifying_children diff --git a/packages/irs_soi/table_2_5_eitc_agi_children_2023/source_package.yaml b/packages/irs_soi/table_2_5_eitc_agi_children_2023/source_package.yaml index 4d6ffa5..e354010 100644 --- a/packages/irs_soi/table_2_5_eitc_agi_children_2023/source_package.yaml +++ b/packages/irs_soi/table_2_5_eitc_agi_children_2023/source_package.yaml @@ -1121,7 +1121,7 @@ record_sets: returns' concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: us.tax.earned_income_credit_qualifying_children @@ -2256,7 +2256,7 @@ record_sets: returns' concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: us.tax.earned_income_credit_qualifying_children @@ -3391,7 +3391,7 @@ record_sets: returns' concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: us.tax.earned_income_credit_qualifying_children @@ -4526,7 +4526,7 @@ record_sets: returns' concept: irs_soi.returns_with_total_earned_income_credit unit: count - aggregation: count + aggregation: sum expected_cell_type: number constraints: - variable: us.tax.earned_income_credit_qualifying_children diff --git a/packages/irs_soi/table_4_3/source_package.yaml b/packages/irs_soi/table_4_3/source_package.yaml index ad01fdc..db7b0f0 100644 --- a/packages/irs_soi/table_4_3/source_package.yaml +++ b/packages/irs_soi/table_4_3/source_package.yaml @@ -54,7 +54,7 @@ record_sets: expected_column_header: "Number\nof\nreturns" concept: irs_soi.individual_income_tax_returns_excluding_dependents unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: adjusted_gross_income label: Adjusted gross income @@ -88,7 +88,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_total_wages unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_wages_amount label: Total wages @@ -111,7 +111,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_taxable_interest unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: taxable_interest_amount label: Taxable interest @@ -134,7 +134,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_ordinary_dividends unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: ordinary_dividends_amount label: Ordinary dividends @@ -157,7 +157,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_capital_asset_net_gain_less_loss unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: capital_asset_net_gain_amount label: Capital asset net gain less loss @@ -180,7 +180,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_itemized_deductions unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: itemized_deductions_amount label: Itemized deductions @@ -203,7 +203,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_taxable_income unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: taxable_income_amount label: Taxable income @@ -226,7 +226,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_tax_credits unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: tax_credits_amount label: Tax credits @@ -249,7 +249,7 @@ record_sets: expected_column_header: "Number of\nreturns" concept: irs_soi.returns_with_total_income_tax unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: total_income_tax_amount label: Total income tax diff --git a/packages/irs_soi/w2_statistics_2020/source_package.yaml b/packages/irs_soi/w2_statistics_2020/source_package.yaml index d999849..88df3f0 100644 --- a/packages/irs_soi/w2_statistics_2020/source_package.yaml +++ b/packages/irs_soi/w2_statistics_2020/source_package.yaml @@ -50,7 +50,7 @@ record_sets: expected_column_header: Number of returns concept: irs_soi.form_w2_social_security_tip_returns unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: taxpayer_count label: Number of taxpayers @@ -61,7 +61,7 @@ record_sets: expected_column_header: Number of taxpayers concept: irs_soi.form_w2_social_security_tip_taxpayers unit: count - aggregation: count + aggregation: sum expected_cell_type: number - measure_id: amount label: Amount diff --git a/packages/ssa/ssi_table_7b1_2024/source_package.yaml b/packages/ssa/ssi_table_7b1_2024/source_package.yaml index 9c128be..304aca7 100644 --- a/packages/ssa/ssi_table_7b1_2024/source_package.yaml +++ b/packages/ssa/ssi_table_7b1_2024/source_package.yaml @@ -4565,7 +4565,7 @@ record_sets: concept_evidence_url: https://www.ssa.gov/policy/docs/statcomps/supplement/2025/7b.html concept_evidence_notes: SSA Annual Statistical Supplement 2025 Table 7.B1 reports federally administered SSI recipients for December 2024 by area and eligibility category. unit: count - aggregation: count + aggregation: sum expected_cell_type: number expected_column_header_row: 1 expected_column_header: recipient_count diff --git a/tests/test_arch_database.py b/tests/test_arch_database.py index 7ce218b..ee7daf2 100644 --- a/tests/test_arch_database.py +++ b/tests/test_arch_database.py @@ -21,13 +21,14 @@ def test_build_aggregate_constraints_lifts_agi_filters(): fact = next( fact for fact in build_soi_table_1_1_facts(2023) - if fact.source_record_id - == "irs_soi.ty2023.table_1_1.100k_to_200k.return_count" + if fact.source_record_id == "irs_soi.ty2023.table_1_1.100k_to_200k.return_count" ) constraints = build_aggregate_constraints(fact) - assert [(item.variable, item.operator, item.value, item.unit) for item in constraints] == [ + assert [ + (item.variable, item.operator, item.value, item.unit) for item in constraints + ] == [ (AXIOM_IRC_AGI_CONCEPT, ">=", 100_000, "usd"), (AXIOM_IRC_AGI_CONCEPT, "<", 200_000, "usd"), ] @@ -68,14 +69,12 @@ def test_build_arch_db_writes_aggregate_fact_constraints_and_lineage(tmp_path): ).fetchone() assert all_returns["measure_concept"] == "irs_soi.individual_income_tax_returns" - assert all_returns["aggregation_method"] == "count" + assert all_returns["aggregation_method"] == "sum" assert all_returns["entity_name"] == "tax_unit" assert all_returns["value_numeric"] == 160_602_107 assert all_returns["domain"] == "all_individual_income_tax_returns" assert artifact["raw_r2_bucket"] == "arch-raw" - assert artifact["raw_r2_key"].startswith( - "raw/irs_soi/soi-table-1-1/2023/" - ) + assert artifact["raw_r2_key"].startswith("raw/irs_soi/soi-table-1-1/2023/") assert artifact["raw_r2_uri"].startswith("r2://arch-raw/") assert build_artifact_count == 0 @@ -196,7 +195,9 @@ def test_build_arch_db_file_uses_fixture_facts_and_cells(tmp_path): facts_count = connection.execute( "SELECT COUNT(*) FROM aggregate_facts" ).fetchone()[0] - cells_count = connection.execute("SELECT COUNT(*) FROM source_cells").fetchone()[0] + cells_count = connection.execute( + "SELECT COUNT(*) FROM source_cells" + ).fetchone()[0] assert facts_count == 80 assert cells_count == 1932 diff --git a/tests/test_arch_source_package.py b/tests/test_arch_source_package.py index 70ac01b..f13446e 100644 --- a/tests/test_arch_source_package.py +++ b/tests/test_arch_source_package.py @@ -98,7 +98,7 @@ def test_source_package_alias_compiles_soi_table_1_1_specs(): assert len(specs) == 80 assert specs[0].source_record_id == "irs_soi.ty2023.table_1_1.all.return_count" assert specs[0].layout is not None - assert specs[0].layout.record_set_spec_hash == "d606c87f11948c197386dfa4" + assert specs[0].layout.record_set_spec_hash == "94fe70f5b2562236752c34af" def test_empty_guard_cells_do_not_change_legacy_single_cell_hash(tmp_path): @@ -113,7 +113,23 @@ def test_empty_guard_cells_do_not_change_legacy_single_cell_hash(tmp_path): specs = load_source_package(package_dir).build_source_record_specs(2023) assert specs[0].layout is not None - assert specs[0].layout.record_set_spec_hash == "d606c87f11948c197386dfa4" + assert specs[0].layout.record_set_spec_hash == "94fe70f5b2562236752c34af" + + +def test_source_package_validation_rejects_count_aggregation(tmp_path): + source_path = REPO_ROOT / "packages" / "irs_soi" / "table_1_1" + payload = yaml.safe_load((source_path / "source_package.yaml").read_text()) + payload["record_sets"][0]["measures"][0]["aggregation"] = "count" + + package_dir = tmp_path / "soi-with-count-aggregation" + package_dir.mkdir() + (package_dir / "source_package.yaml").write_text(yaml.safe_dump(payload)) + + report = validate_source_package(package_dir, year=2023) + + assert not report.valid + assert [error.code for error in report.errors] == ["malformed_measure_aggregation"] + assert report.errors[0].measure_id == "return_count" def test_guard_cell_order_does_not_change_record_set_spec_hash(tmp_path): diff --git a/tests/test_arch_suite.py b/tests/test_arch_suite.py index b77dbc1..1dfda60 100644 --- a/tests/test_arch_suite.py +++ b/tests/test_arch_suite.py @@ -83,12 +83,8 @@ def test_build_source_suite_writes_artifacts_and_reports(tmp_path): ) assert len(consumer_facts) == 80 - assert consumer_facts[0]["aggregate_fact_key"].startswith( - "arch.aggregate_fact.v2:" - ) - assert consumer_facts[0]["semantic_fact_key"].startswith( - "arch.semantic_fact.v2:" - ) + assert consumer_facts[0]["aggregate_fact_key"].startswith("arch.aggregate_fact.v2:") + assert consumer_facts[0]["semantic_fact_key"].startswith("arch.semantic_fact.v2:") assert datapackage["profile"] == "data-package" assert {resource["path"] for resource in datapackage["resources"]} >= { "source_cells.jsonl", @@ -385,9 +381,7 @@ def test_agent_acceptance_rejects_row_constraints_without_source_evidence(): ) assert not report.valid - assert "row_constraint_not_evidenced" in { - error.code for error in report.errors - } + assert "row_constraint_not_evidenced" in {error.code for error in report.errors} def test_agent_acceptance_accepts_source_row_bound_constraints(): @@ -560,7 +554,7 @@ def test_agent_acceptance_accepts_age_constraints_from_source_cell_header(): concept="census.population_projection", unit="count", ), - aggregation=Aggregation(method="count"), + aggregation=Aggregation(method="sum"), source=SourceProvenance( source_name="census_population_projections", source_table="test", @@ -624,9 +618,7 @@ def test_agent_acceptance_accepts_age_constraints_from_source_cell_header(): assert report.valid assert report.checks["row_lineage_semantics_evidenced"] - assert "row_constraint_not_evidenced" not in { - error.code for error in report.errors - } + assert "row_constraint_not_evidenced" not in {error.code for error in report.errors} def test_build_suite_cli_emits_json_summary(tmp_path, capsys): diff --git a/tests/test_policyengine_ledger_imports.py b/tests/test_policyengine_ledger_imports.py index 4f8b0f2..7226acd 100644 --- a/tests/test_policyengine_ledger_imports.py +++ b/tests/test_policyengine_ledger_imports.py @@ -20,7 +20,7 @@ def test__given_ledger_import_path__then_it_reexports_arch_fact_schema() -> None geography=GeographyDimension(level="country", id="0100000US"), entity=EntityDimension(name="person"), measure=Measure(concept="test.people", unit="count"), - aggregation=Aggregation(method="count"), + aggregation=Aggregation(method="sum"), source=SourceProvenance( source_name="test", source_table="Fixture",