Loading helpline drop-in…
When PEU connects, tenants' calls to the helpline arrive here as an aggregated CSV of address, date, and issue-category triplets. This product stores only per-batch counts and quality metrics, never tenant PII. Below is the most recent fixture run: each row's address is resolved to a canonical BBL via NYC Planning Labs GeoSearch, and rows are classified as matched / ambiguous / unmatched / rejected.
| Column | Type | Example |
|---|---|---|
| address | string | 1036 Dean Street, Brooklyn, NY 11216 |
| date | ISO date | 2026-05-14 |
| issue-category | string | heat-hot-water |
Optional columns: borough_hintzip_hint
A row containing any of the following columns is rejected before matching. No tenant PII is ever stored in this product.
address string (uppercase, expand common abbreviations, strip punctuation).https://geosearch.planninglabs.nyc/v2/search?text={query}matched; borderline rows become ambiguous; no-resolution rows become unmatched. Rows carrying any forbidden PII column are rejected before matching.The batch table stores only aggregated counts and quality metrics. Tenant PII never enters the product and is not stored.