Filmshooting Location In Paris
The location of all the movies, series and TV series turned in Paris
@kaggle.thmspn_filmshooting_location_in_pairs
The location of all the movies, series and TV series turned in Paris
@kaggle.thmspn_filmshooting_location_in_pairs
CREATE TABLE lieux_de_tournage_a_paris2 (
"id" VARCHAR,
"year_of_shooting" BIGINT,
"type_of_shooting" VARCHAR,
"title" VARCHAR,
"director" VARCHAR,
"production" VARCHAR,
"location" VARCHAR,
"zip_code" DOUBLE,
"starting_date" TIMESTAMP,
"end_date" TIMESTAMP,
"coordinate_x" DOUBLE,
"coordinate_y" DOUBLE,
"created_user" VARCHAR,
"created_date" VARCHAR,
"last_edited_user" VARCHAR,
"last_edited_date" VARCHAR,
"geo_shape" VARCHAR,
"geo_point_2d" VARCHAR
);
Anyone who has the link will be able to view this.