offices
Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette
2 rows where legislator_id = "C001090"
This data as json, copyable, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | phone | fax | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
C001090-scranton | Matthew Cartwright C001090 | 226 Wyoming Ave. | Scranton | PA | 18503 | 41.4093981 | -75.66439729999999 | 570-341-1050 | 570-341-1055 | 9:00am - 5:00pm, M-F | ||
C001090-wilkes_barre | Matthew Cartwright C001090 | 20 N. Pennsylvania Ave. | Suite 201 | Wilkes-Barre | PA | 18711 | 41.2441677 | -75.87917089999999 | 570-371-0317 | Tuesday and Thursday, 9:00am - 5:00pm |
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);