offices
Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette
2 rows where legislator_id = "B001260"
This data as json, copyable, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | phone | fax | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B001260-bradenton | Vern Buchanan B001260 | 1051 Manatee Ave West | Suite 305 | Bradenton | FL | 34205 | 27.4945988 | -82.5724073 | 941-747-9081 | 941-748-1564 | ||
B001260-sarasota | Vern Buchanan B001260 | 111 S. Orange Ave. | Floor 2R, Suite 202W | Sarasota | FL | 34236 | 27.3353999 | -82.5382987 | 941-951-6643 | 941-951-2972 |
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);