Md Dmv Ev Adoption
md_dmv_ev_adoptionMeasure electric-vehicle adoption in Maryland from Maryland MVA registration counts: how many battery-electric and plug-in hybrid vehicles are registered in a county or a ZIP code each month, split by fuel category, with a statewide Maryland total for context. Answers "how many EVs are registered in Montgomery County Maryland", "EV registrations in ZIP 20852", "which Maryland county has the most electric vehicles", "which Maryland ZIP codes have the most EVs", and EV growth over time via the month argument (monthly since 2020). Pass zip or group_by="zip" for the ZIP-level file, otherwise results come back by county. For Maryland's whole registered fleet across every fuel type use md_dmv_vehicle_registrations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | Five-digit ZIP code, e.g. "20852". Supplying this reads the ZIP-level file instead of the county file. | |
| limit | No | Max counties or ZIP codes to return (default 30, max 500). | |
| month | No | Month as YYYY/MM, e.g. "2026/06". Defaults to the most recent month Maryland has published. The series starts at 2020/07. | |
| county | No | Maryland county or Baltimore City, e.g. "Montgomery", "Prince George's". Apostrophes are optional. Results are flagged in_maryland because this file also carries out-of-state counties of residence. | |
| group_by | No | Breakdown dimension: "county" (default) or "zip". Passing `zip` implies group_by="zip". |