Baselight

Filmshooting Location In Paris

The location of all the movies, series and TV series turned in Paris

@kaggle.thmspn_filmshooting_location_in_pairs

Lieux De Tournage A Paris2
@kaggle.thmspn_filmshooting_location_in_pairs.lieux_de_tournage_a_paris2

  • 1021.34 KB
  • 12265 rows
  • 18 columns
id

ID

year_of_shooting

Year Of Shooting

type_of_shooting

Type Of Shooting

title

Title

director

Director

production

Production

location

Location

zip_code

Zip Code

starting_date

Starting Date

end_date

End Date

coordinate_x

Coordinate X

coordinate_y

Coordinate Y

created_user

Created User

created_date

Created Date

last_edited_user

Last Edited User

last_edited_date

Last Edited Date

geo_shape

Geo Shape

geo_point_2d

Geo Point 2d

2017-14762017Long métrageL'échappée 2Mathias PardoCHIFOUMI PRODUCTIONS44 boulevard de la villette, 75019 paris75019Wed Jul 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Jul 13 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2.3752533148.8740954{"coordinates": [2.375253306055961, 48.87409539688338], "type": "Point"}48.87409539688338, 2.375253306055961
2017-14802017Long métrageBUDAPESTXavier GensLABYRINTHE FILMSrue greneta, 75002 paris75002Mon Jul 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Jul 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2.3508057948.86517907{"coordinates": [2.3508057948120085, 48.8651790707738], "type": "Point"}48.8651790707738, 2.3508057948120085
2017-14852017Long métrageL'extraordinaire voyage du fakirnanBrio films35 rue du chevalier de la barre, 75018 paris75018Mon Jul 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Jul 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2.3434236248.88709362{"coordinates": [2.3434236196012015, 48.88709361824484], "type": "Point"}48.88709361824484, 2.3434236196012015
2018-562018Série TVLRDM - Patriot season 2Steven ConradNW2018 (c/o Firstep)rue bichat, 75010 paris75010Fri Jan 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Jan 20 2018 00:00:00 GMT+0000 (Coordinated Universal Time)2.3678737848.87180669{"coordinates": [2.3678737775527425, 48.871806686016164], "type": "Point"}48.871806686016164, 2.3678737775527425
2018-762018Long métrageL'EnkasSarah MarxLa rumeur filme2 rue duhesme, 75018 paris75018Thu Jan 25 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Jan 27 2018 00:00:00 GMT+0000 (Coordinated Universal Time)2.3370520748.89030559{"coordinates": [2.337052068530468, 48.890305590994835], "type": "Point"}48.890305590994835, 2.337052068530468
2017-6822017TéléfilmSoumission - Le filmTitus SelgeEaux Vives Productions96 rue monge, 75005 paris75005Mon Oct 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Oct 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2.3515459648.84073748{"coordinates": [2.3515459557617078, 48.840737476902795], "type": "Point"}48.840737476902795, 2.3515459557617078
2017-6952017Série TVVingt-cinqBryan MarcianoELIPH PRODUCTIONS166 boulevard de magenta, 75010 paris75010Mon Oct 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Oct 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2.3500881648.88322433{"coordinates": [2.350088158456337, 48.88322433118423], "type": "Point"}48.88322433118423, 2.350088158456337
2017-3842017Long métrageThe 15:17 to ParisClint EastwoodPENINSULA FILM112 rue de maubeuge, 75010 paris75010Fri Sep 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Sep 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2.3551849448.88313132{"coordinates": [2.355184942430002, 48.88313131665273], "type": "Point"}48.88313131665273, 2.355184942430002
2017-3872017Long métrageTout ce qu'il me reste de la revolutionJudith DavisApsara Films37 rue vitruve, 75020 paris75020Mon Sep 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Sep 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2.4044442148.8580781{"coordinates": [2.4044442145593816, 48.85807809714029], "type": "Point"}48.85807809714029, 2.4044442145593816
2018-3092018Série TVMathieu et Thomas au bord de la crise de nerfNath DUMONTGM6/GOLDEN NETWORKrue quincampoix, 75004 paris75004Mon Mar 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Mar 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time)2.3503032748.86059171{"coordinates": [2.350303266954622, 48.860591710503954], "type": "Point"}48.860591710503954, 2.350303266954622

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
);

Share link

Anyone who has the link will be able to view this.