offices
2 rows where legislator_id = "C001120"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
C001120-kingwood | Dan Crenshaw C001120 | 1849 Kingwood Dr. | #100 | Kingwood | TX | 77339 | 30.0515975 | -95.2288471 | 713-860-1330 | |||
C001120-the_woodlands | Dan Crenshaw C001120 | 2829 Technology Forest | #280 | The Woodlands | TX | 77381 | 30.1766047 | -95.48130379999999 | 281-640-7720 |
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);