San Francisco Film Locations
Film locations of movies shot in San Francisco, California from sfgov.org
@kaggle.martinjohnhborja_san_francisco_film_locations
Film locations of movies shot in San Francisco, California from sfgov.org
@kaggle.martinjohnhborja_san_francisco_film_locations
CREATE TABLE film_locations_in_san_francisco_20240504 (
"title" VARCHAR,
"release_year" BIGINT,
"locations" VARCHAR,
"fun_facts" VARCHAR,
"production_company" VARCHAR,
"distributor" VARCHAR,
"director" VARCHAR,
"writer" VARCHAR,
"actor_1" VARCHAR,
"actor_2" VARCHAR,
"actor_3" VARCHAR,
"sf_find_neighborhoods" DOUBLE,
"analysis_neighborhoods" DOUBLE,
"current_supervisor_districts" DOUBLE
);
Anyone who has the link will be able to view this.