# prefecture-series / 都道府県系列 family

This family serves prefecture-centric longitudinal lookup.  
この family は、都道府県起点の時系列参照に使います。

## Target demand / 想定需要

- choose one prefecture  
  1 つの都道府県を選んで参照する
- retrieve a stable CSV showing election-by-election changes  
  選挙ごとの変化を stable な CSV として取得する
- power regional comparison charts without rebuilding joins on every request  
  毎回 join を組み直さずに地域比較 chart や分析へ渡す

## Selector rule / selector 規則

- primary selector is `prefecture_code`  
  主 selector は `prefecture_code` です
- prefecture name is display metadata only  
  prefecture name は表示用 metadata であり、主キーではありません

## Datasets / dataset 一覧

- `stats`
- `party-votes`
- `comparison-stats`

## Contract boundary / 契約境界

- this family is `derived extraction data`, not canonical facts  
  これは `derived extraction data` であり、canonical facts ではありません
- primary selector is `prefecture_code`  
  主 selector は `prefecture_code` です
- prefecture names are display metadata, not keys  
  prefecture name は表示 metadata であり、キーではありません
- rows remain deterministic extraction from Layer 2 release facts  
  row は Layer 2 release facts からの deterministic extraction のままです
- this family is geography-oriented and does not redefine party semantics on its own  
  この family は geography-oriented であり、政党の semantic aggregate を独自定義しません

## Standalone dataset docs / dataset 個別説明

- `stats/README.md`
- `party-votes/README.md`
- `comparison-stats/README.md`
