offices
Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette
2 rows where legislator_id = "B001251"
This data as json, copyable, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | phone | fax | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B001251-durham | George Butterfield B001251 | 2741 Campus Walk Ave. | Suite 300 | Durham | NC | 27705 | 36.0098844 | -78.9533296 | 919-908-0164 | 919-908-0169 | Bldg. 400 | |
B001251-wilson | George Butterfield B001251 | 216 NE Nash St. | Suite B | Wilson | NC | 27893 | 35.728383 | -77.9131079 | 252-237-9816 | 252-291-0356 |
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);