San Francisco Privately Owned Public Spaces
Secret Gardens in the City
@kaggle.narnaoot_san_francisco_privately_owned_public_spaces
Secret Gardens in the City
@kaggle.narnaoot_san_francisco_privately_owned_public_spaces
CREATE TABLE privately_owned_public_open_spaces (
"name" VARCHAR,
"popos_address" VARCHAR,
"hours" VARCHAR,
"type" VARCHAR,
"landscaping" VARCHAR,
"seating_no" VARCHAR,
"food_service" VARCHAR,
"art" VARCHAR,
"restrooms" VARCHAR,
"accessibility" VARCHAR,
"location" VARCHAR,
"year" VARCHAR,
"source" VARCHAR,
"food" VARCHAR,
"seating" VARCHAR,
"description" VARCHAR,
"seating_and_tables" VARCHAR,
"hours_type" VARCHAR,
"subject_to_downtown_pln" VARCHAR,
"signage" VARCHAR,
"amenities" VARCHAR,
"block_num" BIGINT,
"lot_num" BIGINT,
"parcel_num" BIGINT,
"restroom" VARCHAR,
"indoor" VARCHAR,
"special_amenities" VARCHAR,
"map_id" VARCHAR,
"the_geom" VARCHAR,
"sf_find_neighborhoods" BIGINT,
"current_police_districts" BIGINT,
"current_supervisor_districts" BIGINT,
"analysis_neighborhoods" BIGINT,
"delete_supervisor_districts" BIGINT,
"delete_fire_prevention_districts" BIGINT,
"delete_current_police_districts" BIGINT,
"delete_zip_codes" BIGINT,
"neighborhoods" BIGINT
);
Anyone who has the link will be able to view this.