Recreation And Parks Facilities
City of San Francisco
@usgov.city_of_san_francisco_recreation_and_parks_facilities
City of San Francisco
@usgov.city_of_san_francisco_recreation_and_parks_facilities
CREATE TABLE table_1 (
"objectid" BIGINT,
"facility_id" BIGINT,
"facility_name" VARCHAR,
"squarefeet" DOUBLE,
"perimeterlength" DOUBLE,
"acres" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zipcode" DOUBLE,
"facility_type" VARCHAR,
"property_id" BIGINT,
"property_name" VARCHAR,
"floors" DOUBLE,
"state_senate" DOUBLE,
"supdist" VARCHAR,
"analysis_neighborhood" VARCHAR,
"land_id" DOUBLE,
"mons_neighborhood" VARCHAR,
"police_district" VARCHAR,
"complex" VARCHAR,
"ownership" VARCHAR,
"psa" VARCHAR,
"us_congress" VARCHAR,
"realtor_neighborhood" VARCHAR,
"state_assembly" VARCHAR,
"planning_neighborhood" VARCHAR,
"shape" VARCHAR,
"created_date" VARCHAR,
"last_edited_date" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);
Anyone who has the link will be able to view this.