..
This commit is contained in:
parent
1ee796b282
commit
ab688243d7
36 changed files with 307 additions and 135 deletions
|
|
@ -92,7 +92,7 @@ STREET_CSV_NAME_RE = re.compile(r"^(\d{4}-\d{2})-(.+)-street\.csv$")
|
|||
|
||||
# Trailing-window definitions, in (label, years) form. Each window's average is
|
||||
# pooled over the force's covered months inside the window; one average-annual-
|
||||
# count column (`(/yr, <label>)`) — the filterable crime feature — is emitted per
|
||||
# count column (`(/yr, <label>)`), the filterable crime feature, is emitted per
|
||||
# window.
|
||||
WINDOWS: tuple[tuple[str, int], ...] = (("7y", 7), ("2y", 2))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue