Real Estate Across The United States (REXUS) Inventory (Building)
General Services Administration
@usgov.gsa_gov_real_estate_across_the_united_states_rexus_inv_13651e12
General Services Administration
@usgov.gsa_gov_real_estate_across_the_united_states_rexus_inv_13651e12
CREATE TABLE data_gov_bldg_rexus (
"location_code" VARCHAR,
"region_code" BIGINT,
"bldg_address1" VARCHAR,
"bldg_address2" VARCHAR,
"bldg_city" VARCHAR,
"bldg_county" VARCHAR,
"bldg_state" VARCHAR,
"bldg_zip" BIGINT,
"congressional_district" VARCHAR,
"bldg_status" VARCHAR,
"property_type" VARCHAR,
"bldg_ansi_usable" BIGINT,
"total_parking_spaces" BIGINT,
"owned_leased" VARCHAR,
"construction_date" TIMESTAMP,
"historical_type" VARCHAR,
"historical_status" VARCHAR,
"aba_accessibility_flag" VARCHAR
);
Anyone who has the link will be able to view this.