offices
Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette
2 rows where legislator_id = "E000297"
This data as json, copyable, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | phone | fax | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
E000297-bronx | Adriano Espaillat E000297 | 2530 Grand Concourse Avenue | Ground Floor | Bronx | NY | 10458 | 40.863512 | -73.895791 | 718-450-8241 | |||
E000297-new_york | Adriano Espaillat E000297 | 163 West 125th Street | #507 | New York | NY | 10027 | 40.8092343 | -73.9474317 | 212-663-3900 | Harlem State Office Building |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [offices] ( [id] TEXT PRIMARY KEY, [legislator_id] TEXT REFERENCES [legislators]([id]), [address] TEXT, [suite] TEXT, [city] TEXT, [state] TEXT, [zip] TEXT, [latitude] FLOAT, [longitude] FLOAT, [phone] TEXT, [fax] TEXT, [building] TEXT , [hours] TEXT);