Central Park, still alive — just not in a yellow cab
219,763 trips/mo in May 2011 → 86,952/mo today. Classic Manhattan yellow-cab cannibalization: the neighborhood never emptied, the yellow-cab line did.
We processed the entire TLC public archive — yellow + green + FHV + HVFHS, January 2011 through December 2024 — and sorted all 264 zones into six categories based purely on their own time series. No curated “interesting zones.” Just the data.
219,763 trips/mo in May 2011 → 86,952/mo today. Classic Manhattan yellow-cab cannibalization: the neighborhood never emptied, the yellow-cab line did.
156 trips/mo at birth → 120,262 recent. All twelve top-emergent zones are outer-borough. Ride-share literally built a taxi system where yellow cabs refused to go.
From 609K trips/mo peak → 10,717 in April 2020 → 502,846 today. Airports are back. Midtown (64–66% back) isn't. That's remote work in one number.
Source: NYC TLC public trip-record archive (tlc.nyc.gov) · yellow + green + FHV + HVFHS monthly parquet · ~50 GB of compressed columnar data.
Orchestration: Burla's remote_parallel_map. One task per (taxi_type, year, month) → 371 tasks in parallel → every task runs pyarrow streaming straight off CloudFront, groups by PULocationID, returns a tiny dict. The whole fan-out finishes before a single-threaded laptop has finished downloading one month.
Source code: github.com/Burla-Cloud/nyc-ghost-neighborhoods