offices
2 rows where legislator_id = "B001299"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B001299-fort_wayne | Jim Banks B001299 | 1300 S. Harrison St. | Fort Wayne | IN | 46802 | 41.0737372 | -85.14045349999999 | 260-321-7130 | E Ross Adair Federal Building | |||
B001299-hammond | Jim Banks B001299 | 5400 Federal Plaza | Suite 3200 | Hammond | IN | 46320 | 41.6153916 | -87.523337 | Hammond Federal Building Courthouse |
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, [fax] TEXT, [phone] TEXT, [building] TEXT , [hours] TEXT);