## summarize()


Group contracts by name for one jurisdiction.


Usage


``` python
summarize(
    rows,
    where="us-ca",
)
```


## Parameters


`rows: Row[ContractId]`  
The contracts to summarize.

`where: Jurisdiction = ``"us-ca"`  
Which jurisdiction's rules to apply.


## Returns


`dict`  
Each contract name mapped to its identifier.
