# Data Dictionary - US SNAP-Authorized Retailers - every store accepting food stamps, geocoded & cleaned

**Units:** stated per column in the descriptions below (this is a relational table; columns mix units).

| column | type | description |
|---|---|---|
| `record_id` | int | USDA SNAP retailer record id (primary key) |
| `store_name` | str | Store name |
| `store_type` | str | Store type (Supermarket, Convenience Store, Grocery Store, …) |
| `street_address` | str | Street address |
| `address_2` | str | Additional address line |
| `city` | str | City |
| `state` | str | US state |
| `zip` | str | ZIP code |
| `county` | str | County |
| `latitude` | float | Latitude |
| `longitude` | float | Longitude |

*Source: U.S. Department of Agriculture, Food and Nutrition Service - SNAP Retailer Locator.*
