From 3fb4da9f49b45009eb2c0593360561268ce46ab9 Mon Sep 17 00:00:00 2001 From: Wojciech Jarmosz Date: Fri, 14 May 2021 01:22:28 +0200 Subject: [PATCH] Changes to preparing data and training --- Jenkinsfile | 2 +- linear_regression.py | 4 +- script.py | 2 +- test.csv | 332 ------ train.csv | 2641 ------------------------------------------ valid.csv | 331 ------ 6 files changed, 4 insertions(+), 3308 deletions(-) delete mode 100644 test.csv delete mode 100644 train.csv delete mode 100644 valid.csv diff --git a/Jenkinsfile b/Jenkinsfile index 4760f22..0468866 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ stages { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}" ]) { // Skrypt z lab 5 - prosta sieć neuronowa - sh 'python3 linear_regression.py' + // sh 'python3 linear_regression.py' // Wygenerowanie podziału danych sh 'python3 script.py' // Stare skrypty bashowe do podziału zbioru diff --git a/linear_regression.py b/linear_regression.py index 3afb052..2b6ed6f 100644 --- a/linear_regression.py +++ b/linear_regression.py @@ -10,8 +10,8 @@ from tensorflow.keras.layers.experimental import preprocessing pd.set_option("display.max_columns", None) # Wczytanie danych -train_data = pd.read_csv("./train.csv") -test_data = pd.read_csv("./test.csv") +train_data = pd.read_csv("./MoviesOnStreamingPlatforms_updated.train") +train_data = pd.read_csv("./MoviesOnStreamingPlatforms_updated.test") # Stworzenie modelu columns_to_use = ['Year', 'Runtime', 'Netflix'] diff --git a/script.py b/script.py index 9b01589..2cb0e94 100644 --- a/script.py +++ b/script.py @@ -38,7 +38,7 @@ film_valid, film_test = train_test_split(film_test, test_size=test_ratio/(test_r film_train.to_csv('MoviesOnStreamingPlatforms_updated.train') film_test.to_csv('MoviesOnStreamingPlatforms_updated.test') -film_valid.to_csv('MoviesOnStreamingPlatforms_updated.valid') +film_valid.to_csv('MoviesOnStreamingPlatforms_updated.dev') # Statystki głównego zbioru i podzbiorów for i, data_set in enumerate([film_data, film_train, film_valid, film_test]): diff --git a/test.csv b/test.csv deleted file mode 100644 index c08fd64..0000000 --- a/test.csv +++ /dev/null @@ -1,332 +0,0 @@ -Unnamed: 0,ID,Title,Year,Age,IMDb,Rotten Tomatoes,Netflix,Hulu,Prime Video,Disney+,Type,Directors,Genres,Country,Language,Runtime -4039,4040,the pink panther 2,2009,7+,0.5405405405405403,13%,0,1,1,0,0,harald zwart,"action,adventure,comedy,crime,family,mystery",united states,"english,french,italian,spanish",0.3253012048192771 -666,667,the little hours,2017,18+,0.5675675675675674,78%,1,0,0,0,0,jeff baena,"comedy,romance",canada,english,0.31726907630522083 -9,10,inglourious basterds,2009,18+,0.9054054054054053,89%,1,0,0,0,0,quentin tarantino,"adventure,drama,war","germany,united states","english,french,german,italian",0.570281124497992 -812,813,maps to the stars,2014,18+,0.6216216216216215,61%,1,0,0,0,0,david cronenberg,"comedy,drama","canada,france,germany,united states",english,0.4016064257028112 -16437,16438,herbie rides again,1974,all,0.554054054054054,80%,0,0,0,1,0,robert stevenson,"comedy,family,fantasy,romance",united states,english,0.3092369477911646 -16464,16465,jack,1996,13+,0.5675675675675674,18%,0,0,0,1,0,"albert hughes,allen hughes","horror,mystery,thriller",united states,english,0.4457831325301204 -16633,16634,the country bears,2002,all,0.3378378378378377,29%,0,0,0,1,0,peter hastings,"comedy,family,music,musical",united states,english,0.3092369477911646 -6083,6084,switchback,1997,18+,0.6486486486486486,32%,0,0,1,0,0,jeb stuart,"crime,mystery,thriller",united states,english,0.429718875502008 -3576,3577,the graduate,1967,7+,0.8648648648648647,86%,0,1,0,0,0,mike nichols,"comedy,drama,romance",united states,english,0.38152610441767065 -884,885,hannibal buress: comedy camisado,2016,18+,0.6756756756756754,100%,1,0,0,0,0,lance bangs,comedy,united states,english,0.2891566265060241 -7031,7032,the freebie,2010,18+,0.4729729729729728,57%,0,0,1,0,0,katie aselton,"comedy,drama",united states,english,0.2690763052208835 -8572,8573,noelle,2007,7+,0.581081081081081,57%,0,0,1,1,0,marc lawrence,"comedy,family,fantasy",united states,english,0.35742971887550196 -4579,4580,the last black man in san francisco,2019,18+,0.7702702702702701,93%,0,0,1,0,0,joe talbot,drama,united states,english,0.4417670682730923 -1219,1220,shepherds and butchers,2017,18+,0.7027027027027025,56%,1,0,0,0,0,oliver schmitz,drama,"germany,south africa,united states","afrikaans,english",0.38152610441767065 -4465,4466,the farewell,2019,7+,0.8108108108108105,98%,0,0,1,0,0,lulu wang,"comedy,drama","china,united states","english,italian,japanese,mandarin",0.35742971887550196 -5170,5171,book club,2018,13+,0.6081081081081079,55%,0,0,1,0,0,bill holderman,"comedy,drama,romance",united states,"english,hungarian",0.37349397590361444 -2483,2484,the open house,2018,18+,0.2162162162162162,23%,1,0,0,0,0,"matt angel,suzanne coote","horror,thriller",united states,english,0.3333333333333333 -1376,1377,love wedding repeat,2020,18+,0.5270270270270269,21%,1,0,0,0,0,dean craig,comedy,"italy,united kingdom",english,0.35742971887550196 -5653,5654,fugitive pieces,2007,18+,0.7297297297297296,68%,0,0,1,0,0,jeremy podeswa,"drama,war","canada,greece","english,german,greek,yiddish",0.37349397590361444 -7018,7019,the little traitor,2009,7+,0.7162162162162161,41%,0,0,1,0,0,lynn roth,drama,"israel,united states","english,hebrew",0.3092369477911646 -16265,16266,remember the titans,2000,7+,0.8378378378378377,73%,0,0,0,1,0,boaz yakin,"biography,drama,sport",united states,english,0.40963855421686746 -6955,6956,drunks,1997,18+,0.6486486486486486,57%,0,0,1,0,0,peter cohn,drama,united states,english,0.31726907630522083 -3744,3745,the commuter,2018,13+,0.635135135135135,56%,0,1,1,0,0,jaume collet-serra,"action,mystery,thriller","china,france,united states","english,spanish",0.37751004016064255 -5061,5062,young sherlock holmes,1985,13+,0.7027027027027025,64%,0,0,1,0,0,barry levinson,"adventure,fantasy,mystery,thriller",united states,english,0.393574297188755 -3799,3800,villains,2019,18+,0.6216216216216215,84%,0,1,0,0,0,"dan berk,robert olsen","comedy,drama,horror,thriller",united states,english,0.31726907630522083 -5118,5119,brimstone,2016,18+,0.7432432432432431,41%,0,0,1,0,0,martin koolhoven,"drama,mystery,thriller,western","belgium,france,germany,netherlands,sweden,united kingdom,united states","dutch,english",0.5502008032128514 -4554,4555,arctic,2018,13+,0.7027027027027025,89%,0,0,1,0,0,joe penna,"adventure,drama",iceland,"danish,english",0.34939759036144574 -5512,5513,tideland,2005,18+,0.6621621621621621,31%,0,0,1,0,0,terry gilliam,"drama,fantasy,horror","canada,united kingdom",english,0.4377510040160642 -10405,10406,mega shark vs. giant octopus,2009,18+,0.12162162162162157,18%,0,0,1,0,0,jack perez,"action,adventure,comedy,horror,sci-fi,thriller",united states,english,0.3092369477911646 -5691,5692,almost sunrise,2017,13+,0.8108108108108105,90%,0,0,1,0,0,michael collins,"adventure,documentary,drama,war",united states,english,0.34939759036144574 -5192,5193,upside down: the creation records story,2010,18+,0.7567567567567566,100%,0,0,1,0,0,danny o'connor,"documentary,music",united kingdom,english,0.36144578313253006 -5828,5829,life,2015,18+,0.6081081081081079,65%,0,0,1,0,0,daniel espinosa,"horror,sci-fi,thriller",united states,"english,japanese,vietnamese",0.37349397590361444 -1571,1572,el camino christmas,2017,18+,0.554054054054054,40%,1,0,0,0,0,david e. talbert,"comedy,crime,western",united states,english,0.3132530120481927 -3565,3566,batman begins,2005,13+,0.8918918918918917,84%,0,1,0,0,0,christopher nolan,"action,adventure","united kingdom,united states","english,mandarin",0.5180722891566265 -5530,5531,once i was a beehive,2015,7+,0.6216216216216215,75%,0,0,1,0,0,maclain nelson,"comedy,drama,family",united states,english,0.4337349397590361 -5008,5009,the first great train robbery,1978,7+,0.7162162162162161,73%,0,0,1,0,0,michael crichton,"adventure,crime,drama,thriller",united kingdom,english,0.3975903614457831 -814,815,looney tunes: back in action,2003,7+,0.554054054054054,56%,1,0,0,0,0,"eric goldberg,joe dante","adventure,animation,comedy,family,fantasy,sci-fi","germany,united states",english,0.3293172690763052 -4511,4512,for sama,2019,7+,0.9324324324324322,99%,0,0,1,0,0,"edward watts,waad al-kateab","documentary,war","syria,united kingdom,united states","arabic,english",0.35742971887550196 -4592,4593,reds,1981,7+,0.7702702702702701,90%,0,0,1,0,0,warren beatty,"biography,drama,history,romance",united states,"english,finnish,french,german,italian,russian",0.7389558232931727 -15490,15491,fish without a bicycle,2003,18+,0.29729729729729715,10%,0,0,1,0,0,brian austin green,"comedy,drama,romance",united states,english,0.34538152610441764 -16253,16254,who framed roger rabbit,1988,7+,0.8243243243243241,97%,0,0,0,1,0,"richard williams,robert zemeckis","adventure,animation,comedy,crime,family,fantasy,mystery",united states,english,0.37349397590361444 -10660,10661,julie walking home,2002,18+,0.6486486486486486,43%,0,0,1,0,0,agnieszka holland,"drama,romance","canada,germany,poland,united states","english,polish,russian",0.429718875502008 -5972,5973,prescription thugs,2016,13+,0.7297297297297296,69%,0,0,1,0,0,"chris bell,greg young,josh alexander",documentary,united states,english,0.3012048192771084 -4060,4061,distorted,2018,18+,0.44594594594594583,18%,0,1,0,0,0,rob w. king,"crime,mystery,thriller",canada,english,0.3012048192771084 -5678,5679,the summit,2012,18+,0.7162162162162161,64%,0,0,1,0,0,nick ryan,documentary,"ireland,united kingdom,united states","english,italian",0.3373493975903614 -5074,5075,hollywood shuffle,1987,18+,0.7297297297297296,88%,0,0,1,0,0,robert townsend,comedy,united states,english,0.2690763052208835 -11420,11421,that's what she said,2012,18+,0.31081081081081074,8%,0,0,1,0,0,carrie preston,comedy,united states,english,0.2931726907630522 -5179,5180,dreamchild,1985,7+,0.7027027027027025,100%,0,0,1,0,0,gavin millar,"biography,comedy,drama,fantasy,romance",united kingdom,english,0.3333333333333333 -6015,6016,lakeboat,2000,18+,0.6081081081081079,83%,0,0,1,0,0,joe mantegna,drama,"canada,united states",english,0.34939759036144574 -4756,4757,phenomena,1985,18+,0.7027027027027025,78%,0,0,1,0,0,dario argento,"horror,mystery","italy,switzerland","danish,italian,swiss german",0.4216867469879518 -6597,6598,brick lane,2007,13+,0.6756756756756754,68%,0,0,1,0,0,sarah gavron,drama,"india,united kingdom","bengali,english",0.3654618473895582 -1423,1424,lila & eve,2015,18+,0.5675675675675674,40%,1,0,1,0,0,charles stone iii,"crime,drama,mystery,thriller",united states,english,0.3333333333333333 -4833,4834,salmon fishing in the yemen,2012,13+,0.7027027027027025,67%,0,0,1,0,0,lasse hallström,"comedy,drama,romance",united kingdom,"arabic,english,mandarin",0.38554216867469876 -5796,5797,flying swords of dragon gate,2011,18+,0.5945945945945945,68%,0,0,1,0,0,hark tsui,"action,adventure",china,mandarin,0.4457831325301204 -7702,7703,grassroots,2012,18+,0.4999999999999999,50%,0,0,1,0,0,stephen gyllenhaal,"comedy,drama",united states,english,0.34939759036144574 -595,596,fire in paradise,2019,18+,0.7837837837837837,80%,1,0,0,0,0,"drea cooper,zackary canepari","documentary,short",united states,english,0.11244979919678713 -247,248,what happened to monday,2017,18+,0.7162162162162161,59%,1,0,0,0,0,tommy wirkola,"action,adventure,crime,fantasy,mystery,sci-fi,thriller","belgium,france,united kingdom,united states",english,0.4497991967871486 -4109,4110,body at brighton rock,2019,18+,0.4999999999999999,66%,0,1,0,0,0,roxanne benjamin,"horror,mystery,thriller",united states,english,0.3052208835341365 -6559,6560,wish upon,2017,13+,0.4594594594594593,19%,0,0,1,0,0,john r. leonetti,"drama,fantasy,horror,mystery,thriller","canada,united states",english,0.31726907630522083 -4670,4671,carnival of souls,1962,7+,0.7432432432432431,86%,0,0,1,0,0,herk harvey,"horror,mystery",united states,english,0.2690763052208835 -9022,9023,new year's evil,1980,18+,0.43243243243243235,14%,0,0,1,0,0,emmett alston,"horror,thriller",united states,english,0.2971887550200803 -6561,6562,the weight of water,2000,18+,0.581081081081081,35%,0,0,1,0,0,kathryn bigelow,"crime,drama,mystery,thriller","canada,france,united states",english,0.41365461847389556 -6649,6650,grateful dawg,2000,13+,0.7567567567567566,70%,0,0,1,0,0,gillian grisman,documentary,united states,english,0.28112449799196787 -13164,13165,13th child,2002,18+,0.17567567567567563,40%,0,0,1,0,0,"steven stockage,thomas ashley","horror,mystery,thriller",united states,english,0.35341365461847385 -5687,5688,northern soul,2014,13+,0.6486486486486486,76%,0,0,1,0,0,elaine constantine,"drama,music",united kingdom,english,0.3654618473895582 -6726,6727,slice,2018,18+,0.3918918918918918,57%,0,0,1,0,0,austin vesely,"comedy,crime,fantasy,horror",united states,english,0.2891566265060241 -3587,3588,how to train your dragon: the hidden world,2019,7+,0.7972972972972971,91%,0,1,0,0,0,dean deblois,"action,adventure,animation,family,fantasy","japan,united states",english,0.37349397590361444 -3913,3914,legion of brothers,2017,16+,0.554054054054054,100%,0,1,0,0,0,greg barker,"documentary,war",united states,english,0.2730923694779116 -7177,7178,trudell,2005,7+,0.7567567567567566,33%,0,0,1,0,0,heather rae,documentary,united states,english,0.27710843373493976 -4533,4534,the italian job,1969,all,0.7702702702702701,83%,0,0,1,0,0,f. gary gray,"action,crime,thriller","france,germany,italy,united kingdom,united states","english,italian,russian",0.4016064257028112 -4706,4707,dead snow 2: red vs. dead,2014,18+,0.7162162162162161,81%,0,0,1,0,0,tommy wirkola,"action,comedy,horror","iceland,norway,united kingdom,united states","english,german,norwegian",0.35742971887550196 -16313,16314,james and the giant peach,1996,7+,0.689189189189189,91%,0,0,0,1,0,henry selick,"adventure,animation,family,fantasy,musical","united kingdom,united states",english,0.2730923694779116 -8592,8593,between love & goodbye,2009,18+,0.554054054054054,33%,0,0,1,0,0,casper andreas,"drama,music,romance",united states,"english,french",0.34538152610441764 -1193,1194,miss virginia,2019,16+,0.6756756756756754,60%,1,0,0,0,0,r.j. daniel hanna,drama,united states,english,0.3654618473895582 -3776,3777,the china hustle,2018,18+,0.7567567567567566,77%,0,1,0,0,0,jed rothstein,documentary,united states,english,0.285140562248996 -937,938,atlantics,2019,16+,0.689189189189189,95%,1,0,0,0,0,mati diop,"drama,mystery,romance","belgium,france,senegal","arabic,english,french,wolof",0.38152610441767065 -4044,4045,american folk,2018,7+,0.6081081081081079,76%,0,1,1,0,0,david heinz,"drama,musical",united states,english,0.35341365461847385 -4817,4818,agora,2009,13+,0.7567567567567566,53%,0,0,1,0,0,alejandro amenábar,"adventure,biography,drama,history,romance","bulgaria,malta,spain",english,0.46586345381526095 -1544,1545,the assignment,2016,18+,0.40540540540540526,34%,1,0,0,0,0,walter hill,"action,crime,thriller","canada,france,united states",english,0.3373493975903614 -5479,5480,ta ra rum pum,2007,all,0.5405405405405403,50%,0,0,1,0,0,siddharth anand,"family,romance,sport","india,united states","english,hindi",0.570281124497992 -644,645,13 sins,2014,18+,0.635135135135135,65%,1,0,0,0,0,daniel stamm,"horror,thriller",united states,english,0.3293172690763052 -5220,5221,a quiet passion,2016,13+,0.6486486486486486,92%,0,0,1,0,0,terence davies,"biography,drama","belgium,canada,united kingdom,united states",english,0.45783132530120474 -2030,2031,blood money,2017,18+,0.3783783783783783,50%,1,0,1,0,0,lucky mckee,"crime,drama,thriller",united states,english,0.35742971887550196 -12004,12005,shopping for fangs,1997,18+,0.5675675675675674,50%,0,0,1,0,0,"justin lin,quentin lee",drama,"canada,united states",english,0.31726907630522083 -4875,4876,salaam namaste,2005,7+,0.6216216216216215,83%,0,0,1,0,0,siddharth anand,"comedy,drama,romance",india,"english,hindi",0.5903614457831324 -6679,6680,so undercover,2012,13+,0.4594594594594593,6%,0,0,1,0,0,tom vaughan,"action,comedy,crime,drama",united states,english,0.3333333333333333 -4516,4517,the look of silence,2014,13+,0.9054054054054053,96%,0,0,1,0,0,joshua oppenheimer,"biography,documentary,history","denmark,finland,france,germany,indonesia,israel,netherlands,norway,united kingdom,united states",indonesian,0.36947791164658633 -5295,5296,a man called horse,1970,18+,0.7162162162162161,86%,0,0,1,0,0,elliot silverstein,"adventure,drama,western","mexico,united states","english,french,sioux",0.41365461847389556 -5009,5010,conversations with other women,2006,18+,0.7297297297297296,74%,0,0,1,0,0,hans canosa,"comedy,drama,romance","united kingdom,united states",english,0.2931726907630522 -5937,5938,fat man and little boy,1989,13+,0.6621621621621621,47%,0,0,1,0,0,roland joffé,"biography,drama,history,war","mexico,united states",english,0.46586345381526095 -1680,1681,cats & dogs: the revenge of kitty galore,2010,7+,0.3648648648648647,13%,1,0,0,0,0,brad peyton,"action,comedy,family,fantasy","australia,united states",english,0.285140562248996 -5736,5737,the horseman,2008,18+,0.6621621621621621,59%,0,0,1,0,0,jonas åkerlund,"crime,drama,mystery,thriller",united states,english,0.31726907630522083 -119,120,cloverfield,2008,13+,0.7297297297297296,77%,1,0,0,0,0,matt reeves,"action,adventure,horror,mystery,sci-fi,thriller",united states,"english,russian",0.2971887550200803 -3804,3805,the overnight,2015,18+,0.6081081081081079,83%,0,1,1,0,0,patrick brice,"comedy,mystery",united states,"english,french",0.2730923694779116 -3809,3810,the quake,2018,13+,0.6216216216216215,84%,0,1,0,0,0,john andreas andersen,"action,drama,thriller",norway,norwegian,0.38152610441767065 -6866,6867,strangerland,2015,18+,0.4864864864864864,41%,0,0,1,0,0,kim farrant,"drama,mystery,thriller","australia,ireland",english,0.4056224899598393 -399,400,get me roger stone,2017,16+,0.7837837837837837,88%,1,0,0,0,0,"daniel dimauro,dylan bank,morgan pehme","biography,documentary",united states,english,0.3253012048192771 -16239,16240,guardians of the galaxy vol. 2,2017,13+,0.8108108108108105,85%,0,0,0,1,0,james gunn,"action,adventure,comedy,sci-fi",united states,english,0.502008032128514 -6299,6300,the man from elysian fields,2001,18+,0.6756756756756754,51%,0,0,1,0,0,george hickenlooper,"drama,romance",united states,english,0.38152610441767065 -522,523,chappaquiddick,2018,13+,0.6621621621621621,81%,1,0,0,0,0,john curran,"drama,history,thriller","sweden,united states",english,0.38152610441767065 -3844,3845,in search of greatness,2018,13+,0.6756756756756754,92%,0,1,0,0,0,gabe polsky,documentary,united states,english,0.2650602409638554 -6932,6933,crazy as hell,2002,18+,0.581081081081081,53%,0,0,1,0,0,eriq la salle,"drama,thriller",united states,english,0.40963855421686746 -851,852,una,2017,18+,0.6216216216216215,76%,1,0,0,0,0,benedict andrews,"drama,romance","canada,united kingdom,united states",english,0.3333333333333333 -5205,5206,the age of stupid,2009,13+,0.7297297297297296,73%,0,0,1,0,0,franny armstrong,"documentary,history,news,war",united kingdom,"english,french",0.3253012048192771 -3827,3828,friends with kids,2012,18+,0.6081081081081079,67%,0,1,1,0,0,jennifer westfeldt,"comedy,drama,romance",united states,english,0.38554216867469876 -696,697,the monster,2016,18+,0.5135135135135135,81%,1,0,1,0,0,bryan bertino,"drama,fantasy,horror",canada,english,0.321285140562249 -382,383,alpha dog,2006,18+,0.7162162162162161,54%,1,0,0,0,0,nick cassavetes,"biography,crime,drama,thriller","germany,united states",english,0.4457831325301204 -3855,3856,seymour: an introduction,2015,7+,0.7837837837837837,100%,0,1,0,0,0,ethan hawke,"biography,documentary,music",united states,english,0.2931726907630522 -396,397,the sapphires,2012,13+,0.7297297297297296,91%,1,0,0,0,0,wayne blair,"biography,comedy,drama,music,romance",australia,"aboriginal,english",0.36947791164658633 -4286,4287,the eternal,1998,18+,0.3783783783783783,33%,0,1,0,0,0,michael almereyda,horror,united states,english,0.3373493975903614 -5019,5020,images,1972,18+,0.7432432432432431,69%,0,0,1,0,0,robert altman,"drama,horror,mystery",united kingdom,"english,french",0.37349397590361444 -1586,1587,point blank,2019,18+,0.554054054054054,38%,1,0,1,0,0,joe lynch,"action,thriller","france,united states",english,0.3012048192771084 -2179,2180,deep,2017,7+,0.3378378378378377,33%,1,0,0,0,0,julio soto gurpide,"adventure,animation,comedy,family","belgium,china,spain,switzerland,united kingdom,united states",english,0.3253012048192771 -133,134,barfi!,2012,all,0.8783783783783781,86%,1,0,0,0,0,anurag basu,"comedy,drama,romance",india,hindi,0.5622489959839357 -3697,3698,colossal,2016,18+,0.6216216216216215,81%,0,1,0,0,0,nacho vigalondo,"comedy,drama,fantasy,sci-fi,thriller","canada,south korea,spain,united states","english,korean",0.393574297188755 -7163,7164,red hook summer,2012,18+,0.44594594594594583,58%,0,0,1,0,0,spike lee,drama,united states,english,0.4417670682730923 -5267,5268,every little step,2008,13+,0.7972972972972971,92%,0,0,1,0,0,"adam del deo,james d. stern","documentary,music",united states,english,0.34136546184738953 -6628,6629,children shouldn't play with dead things,1973,7+,0.5270270270270269,42%,0,0,1,0,0,bob clark,"comedy,horror",united states,english,0.3052208835341365 -4574,4575,hard eight,1996,18+,0.7567567567567566,84%,0,0,1,0,0,paul thomas anderson,"crime,drama",united states,english,0.3654618473895582 -16399,16400,cinderella iii: a twist in time,2007,all,0.581081081081081,75%,0,0,0,1,0,frank nissen,"animation,family,fantasy,musical,romance",united states,english,0.25301204819277107 -9908,9909,electric slide,2014,18+,0.41891891891891886,14%,0,0,1,0,0,tristan patterson,"action,biography,crime,drama,thriller",united states,english,0.3373493975903614 -3786,3787,"where'd you go, bernadette",2019,13+,0.6621621621621621,49%,0,1,0,0,0,richard linklater,"comedy,drama",united states,english,0.393574297188755 -3691,3692,get smart,2008,13+,0.6621621621621621,50%,0,1,0,0,0,peter segal,"action,adventure,comedy",united states,"arabic,english,punjabi,russian",0.3975903614457831 -1932,1933,the clapper,2018,18+,0.4729729729729728,23%,1,0,0,0,0,dito montiel,"comedy,drama",united states,english,0.3132530120481927 -3639,3640,border,2018,18+,0.7297297297297296,97%,0,1,0,0,0,ali abbasi,"crime,drama,fantasy,romance,thriller","denmark,sweden","english,swedish",0.3975903614457831 -132,133,"jim & andy: the great beyond- featuring a very special, contractually obligated mention of tony clifton",2017,18+,0.8243243243243241,94%,1,0,0,0,0,chris smith,documentary,"canada,united states","east-greenlandic,english",0.3333333333333333 -7089,7090,the baker,2007,13+,0.6486486486486486,14%,0,0,1,0,0,gareth lewis,"comedy,thriller",united kingdom,english,0.3012048192771084 -5765,5766,gulliver's travels,1939,all,0.689189189189189,67%,0,0,1,0,0,rob letterman,"adventure,comedy,family,fantasy",united states,english,0.2971887550200803 -6312,6313,healing,2014,18+,0.689189189189189,75%,0,0,1,0,0,craig monahan,drama,australia,english,0.4056224899598393 -752,753,"michael bolton's big, sexy valentine's day special",2017,18+,0.689189189189189,100%,1,0,0,0,0,"akiva schaffer,scott aukerman","comedy,music,musical,romance",united states,english,0.17269076305220882 -1419,1420,silent hill: revelation 3d,2012,18+,0.4594594594594593,10%,1,0,0,0,0,m.j. bassett,horror,"canada,france,japan",english,0.3373493975903614 -4819,4820,café society,2016,13+,0.6756756756756754,71%,0,0,1,0,0,woody allen,"comedy,drama,romance",united states,"english,hebrew",0.34136546184738953 -1250,1251,immoral tales,1973,18+,0.5405405405405403,43%,1,0,0,0,0,walerian borowczyk,"drama,romance",france,"french,hungarian,italian",0.36947791164658633 -715,716,horns,2013,18+,0.6621621621621621,41%,1,0,0,0,0,alexandre aja,"comedy,crime,drama,fantasy,mystery,thriller","canada,united states",english,0.4377510040160642 -378,379,the ritual,2017,18+,0.635135135135135,71%,1,0,0,0,0,david bruckner,"horror,mystery,thriller","canada,united kingdom","english,swedish",0.3333333333333333 -4015,4016,the cleanse,2018,18+,0.4999999999999999,83%,0,1,0,0,0,bobby miller,"comedy,drama,fantasy,horror","canada,united states",english,0.28112449799196787 -879,880,earth to echo,2014,7+,0.5675675675675674,51%,1,0,0,0,0,dave green,"adventure,family,sci-fi",united states,english,0.321285140562249 -900,901,the core,2003,13+,0.5270270270270269,40%,1,0,1,0,0,jon amiel,"action,adventure,sci-fi,thriller","canada,france,germany,italy,united kingdom,united states",english,0.4979919678714859 -4763,4764,danny collins,2015,18+,0.7297297297297296,77%,0,0,1,0,0,dan fogelman,"biography,comedy,drama,music",united states,english,0.38152610441767065 -5277,5278,is paris burning?,1966,7+,0.7162162162162161,71%,0,0,1,0,0,rené clément,"drama,history,war","france,united states","english,french,german",0.6586345381526104 -3574,3575,50/50,2011,18+,0.8108108108108105,93%,0,1,0,0,0,jonathan levine,"comedy,drama,romance",united states,english,0.35742971887550196 -16431,16432,the crimson wing: mystery of the flamingos,2008,all,0.7702702702702701,75%,0,0,0,1,0,"leander ward,matthew aeberhard",documentary,"united kingdom,united states",english,0.2690763052208835 -6970,6971,a little trip to heaven,2005,18+,0.5945945945945945,33%,0,0,1,0,0,baltasar kormákur,"drama,thriller","iceland,united states",english,0.34939759036144574 -11027,11028,it's so easy and other lies,2016,18+,0.581081081081081,25%,0,0,1,0,0,christopher duddy,documentary,united states,english,0.2931726907630522 -385,386,"extremely wicked, shockingly evil and vile",2019,18+,0.6756756756756754,55%,1,0,0,0,0,joe berlinger,"biography,crime,drama,thriller",united states,english,0.3975903614457831 -5585,5586,winter brothers,2017,16+,0.6621621621621621,91%,0,0,1,0,0,hlynur palmason,drama,"denmark,iceland","danish,english",0.3333333333333333 -6053,6054,art school confidential,2006,18+,0.635135135135135,36%,0,0,1,0,0,terry zwigoff,"comedy,drama,romance",united states,english,0.3654618473895582 -6346,6347,henry's crime,2010,18+,0.5945945945945945,41%,0,0,1,0,0,malcolm venville,"comedy,crime,drama,romance",united states,english,0.38955823293172687 -6601,6602,the window,2008,18+,0.689189189189189,92%,0,0,1,0,0,ted tetzlaff,"drama,film-noir,thriller",united states,english,0.24899598393574296 -5321,5322,short eyes,1977,18+,0.7432432432432431,89%,0,0,1,0,0,robert m. young,drama,united states,english,0.35742971887550196 -22,23,dallas buyers club,2013,18+,0.8648648648648647,93%,1,0,0,0,0,jean-marc vallée,"biography,drama",united states,"english,japanese",0.4257028112449799 -5832,5833,the souvenir,2019,18+,0.6621621621621621,90%,0,0,1,0,0,joanna hogg,"drama,mystery,romance","united kingdom,united states",english,0.4377510040160642 -5433,5434,dark river,2018,18+,0.5675675675675674,79%,0,0,1,0,0,clio barnard,"drama,mystery,thriller",united kingdom,english,0.31726907630522083 -8887,8888,queen of the lot,2013,18+,0.4999999999999999,31%,0,0,1,0,0,henry jaglom,"comedy,drama",united states,english,0.4377510040160642 -16294,16295,treasure planet,2002,7+,0.7567567567567566,69%,0,0,0,1,0,"john musker,ron clements","adventure,animation,family,sci-fi",united states,english,0.3373493975903614 -3826,3827,assassination nation,2018,18+,0.581081081081081,73%,0,1,0,0,0,sam levinson,"action,comedy,crime,drama,horror,thriller",united states,"english,italian",0.38955823293172687 -4932,4933,neds,2010,16+,0.7297297297297296,94%,0,0,1,0,0,peter mullan,drama,"france,italy,united kingdom","english,latin,scots",0.4538152610441767 -5503,5504,vampire circus,1972,7+,0.6486486486486486,80%,0,0,1,0,0,robert young,horror,united kingdom,english,0.3052208835341365 -5654,5655,sister my sister,1994,18+,0.6756756756756754,63%,0,0,1,0,0,nancy meckler,"drama,thriller",united kingdom,english,0.3132530120481927 -816,817,a christmas prince,2017,7+,0.554054054054054,73%,1,0,1,0,0,alex zamm,"comedy,family,romance",united states,english,0.3253012048192771 -5846,5847,sun choke,2015,18+,0.5405405405405403,88%,0,0,1,0,0,ben cresciman,"drama,horror,mystery,thriller",united states,english,0.2891566265060241 -5180,5181,unmistaken child,2009,7+,0.7972972972972971,81%,0,0,1,0,0,nati baratz,documentary,israel,"english,hindi,nepali,tibetan",0.3654618473895582 -8596,8597,just getting started,2017,13+,0.3783783783783783,4%,0,0,1,0,0,ron shelton,"comedy,crime",united states,english,0.321285140562249 -7630,7631,manufacturing dissent,2007,18+,0.554054054054054,54%,0,0,1,0,0,"debbie melnyk,rick caine",documentary,canada,english,0.34538152610441764 -347,348,candyman,1992,18+,0.6756756756756754,74%,1,0,0,0,0,bernard rose,"horror,thriller","united kingdom,united states",english,0.35341365461847385 -4774,4775,explorers,1985,7+,0.6756756756756754,77%,0,0,1,0,0,joe dante,"adventure,comedy,family,romance,sci-fi",united states,"english,german",0.393574297188755 -4573,4574,beautiful boy,2018,18+,0.7702702702702701,69%,0,0,1,0,0,felix van groeningen,"biography,drama",united states,english,0.4377510040160642 -5348,5349,my kid could paint that,2007,13+,0.7432432432432431,94%,0,0,1,0,0,amir bar-lev,"documentary,family,mystery","united kingdom,united states","english,mandarin",0.285140562248996 -6239,6240,jennifer eight,1992,18+,0.635135135135135,37%,0,0,1,0,0,bruce robinson,"crime,drama,mystery,thriller","canada,united kingdom,united states",english,0.4538152610441767 -641,642,guzaarish,2010,7+,0.7837837837837837,67%,1,0,0,0,0,sanjay leela bhansali,drama,india,"english,hindi",0.4618473895582329 -2213,2214,happy family,2017,7+,0.43243243243243235,10%,1,0,0,0,0,holger tappe,"animation,comedy,family,horror","germany,united kingdom","english,german",0.3293172690763052 -95,96,saving mr. banks,2013,13+,0.7972972972972971,79%,1,0,0,1,0,john lee hancock,"biography,comedy,drama","australia,united kingdom,united states",english,0.45783132530120474 -5839,5840,who's watching oliver,2018,18+,0.4729729729729728,86%,0,0,1,0,0,richie moore,"drama,horror","thailand,united states",english,0.3052208835341365 -1560,1561,snow day,2000,7+,0.4729729729729728,29%,1,0,0,0,0,chris koch,"adventure,comedy,family",united states,english,0.3132530120481927 -6746,6747,illuminata,1998,18+,0.6081081081081079,40%,0,0,1,0,0,john turturro,"drama,romance","japan,spain,united states",english,0.4337349397590361 -3695,3696,sword art online: the movie - ordinal scale,2017,13+,0.7837837837837837,100%,0,1,0,0,0,tomohiko itô,"action,adventure,animation,fantasy,sci-fi",japan,japanese,0.4337349397590361 -120,121,burning,2018,18+,0.7972972972972971,95%,1,0,0,0,0,chang-dong lee,"drama,mystery","japan,south korea","english,korean",0.5502008032128514 -16402,16403,escape to witch mountain,1975,all,0.6486486486486486,76%,0,0,0,1,0,john hough,"adventure,family,fantasy,mystery,sci-fi",united states,english,0.34538152610441764 -5927,5928,a turtle's tale: sammy's adventures,2010,all,0.6081081081081079,44%,0,0,1,0,0,"ben stassen,mimi maynard","adventure,animation,family","belgium,france,united states","danish,english,italian",0.3092369477911646 -897,898,little monsters,1989,7+,0.6081081081081079,50%,1,1,0,0,0,abe forsythe,"comedy,horror","australia,united kingdom,united states",english,0.3293172690763052 -6547,6548,the vessel,2016,13+,0.4999999999999999,67%,0,0,1,0,0,julio quintana,drama,"puerto rico,united states","english,spanish",0.3012048192771084 -7410,7411,the passion of darkly noon,1995,18+,0.581081081081081,17%,0,0,1,0,0,philip ridley,"drama,mystery,thriller","belgium,germany,united kingdom",english,0.35742971887550196 -4839,4840,jin-roh: the wolf brigade,1999,18+,0.7837837837837837,55%,0,0,1,0,0,hiroyuki okiura,"animation,drama,fantasy,thriller",japan,japanese,0.3654618473895582 -258,259,the perfection,2018,18+,0.6081081081081079,83%,1,0,0,0,0,richard shepard,"drama,horror,thriller",united states,english,0.31726907630522083 -4482,4483,logan lucky,2017,13+,0.7297297297297296,92%,0,0,1,0,0,steven soderbergh,"comedy,crime,drama","china,united states",english,0.429718875502008 -44,45,indiana jones and the temple of doom,1984,7+,0.8108108108108105,85%,1,0,0,0,0,steven spielberg,"action,adventure",united states,"english,hindi,sinhalese",0.429718875502008 -290,291,undefeated,2011,13+,0.8243243243243241,96%,1,0,0,0,0,"daniel lindsay,t.j. martin","documentary,sport",united states,english,0.40963855421686746 -1484,1485,mubarakan,2017,13+,0.5405405405405403,43%,1,0,0,0,0,anees bazmee,"comedy,romance",india,hindi,0.5823293172690762 -4944,4945,the hole in the ground,2019,18+,0.554054054054054,84%,0,0,1,0,0,lee cronin,"drama,horror,mystery","belgium,finland,ireland,united kingdom",english,0.31726907630522083 -7288,7289,child of god,2014,18+,0.5270270270270269,42%,0,0,1,0,0,james franco,"crime,drama,thriller",united states,english,0.37349397590361444 -5767,5768,bride of re-animator,1990,18+,0.635135135135135,44%,0,0,1,0,0,brian yuzna,"comedy,horror,sci-fi,thriller",united states,english,0.34136546184738953 -181,182,arthur christmas,2011,7+,0.7432432432432431,92%,1,0,0,0,0,"barry cook,sarah smith","adventure,animation,comedy,family,fantasy","united kingdom,united states",english,0.34538152610441764 -3956,3957,scenic route,2013,18+,0.6621621621621621,67%,0,1,0,0,0,"kevin goetz,michael goetz","drama,thriller",united states,english,0.285140562248996 -4189,4190,silent tongue,1993,13+,0.4999999999999999,38%,0,1,1,0,0,sam shepard,"drama,horror,western","france,netherlands,united kingdom,united states",english,0.3654618473895582 -5175,5176,photograph,2019,13+,0.7027027027027025,79%,0,0,1,0,0,ritesh batra,"drama,romance","germany,india,united states","english,gujarati,hindi",0.3975903614457831 -1271,1272,bébé's kids,1992,13+,0.5675675675675674,30%,1,0,0,0,0,bruce w. smith,"animation,comedy,fantasy,musical",united states,english,0.23694779116465864 -1733,1734,miss julie,2014,13+,0.5135135135135135,51%,1,0,0,0,0,liv ullmann,"drama,romance","france,ireland,norway,united kingdom",english,0.4738955823293173 -5065,5066,orchestra rehearsal,1978,18+,0.7567567567567566,88%,0,0,1,0,0,federico fellini,"comedy,drama,music","italy,west germany","german,italian",0.23694779116465864 -7658,7659,dead man running,2009,18+,0.5945945945945945,14%,0,0,1,0,0,alex de rakoff,"action,crime,drama,thriller",united kingdom,english,0.3253012048192771 -3971,3972,run the race,2019,7+,0.581081081081081,40%,0,1,1,0,0,chris dowling,"drama,sport",united states,english,0.36144578313253006 -5636,5637,the keeping room,2014,18+,0.5945945945945945,75%,0,0,1,0,0,daniel barber,"drama,western",united states,english,0.3373493975903614 -1206,1207,country strong,2010,13+,0.635135135135135,22%,1,0,0,0,0,shana feste,"drama,music",united states,english,0.4257028112449799 -5912,5913,humanoids from the deep,1980,18+,0.554054054054054,56%,0,0,1,0,0,"barbara peeters,jimmy t. murakami","horror,sci-fi",united states,english,0.27710843373493976 -6656,6657,bio-dome,1996,13+,0.3918918918918918,4%,0,0,1,0,0,jason bloom,comedy,united states,english,0.3092369477911646 -7246,7247,dorfman in love,2013,13+,0.5945945945945945,21%,0,0,1,0,0,brad leong,"comedy,drama,romance",united states,english,0.3253012048192771 -741,742,joshua: teenager vs. superpower,2017,16+,0.7297297297297296,93%,1,0,0,0,0,joe piscatella,documentary,united states,"cantonese,english",0.2730923694779116 -6029,6030,coming through the rye,2016,13+,0.635135135135135,70%,0,0,1,0,0,james steven sadwith,drama,united states,english,0.34538152610441764 -16377,16378,tuck everlasting,2002,7+,0.6756756756756754,60%,0,0,0,1,0,jay russell,"drama,family,fantasy,romance",united states,"english,french",0.31726907630522083 -432,433,spitfire,2018,7+,0.7972972972972971,94%,1,0,0,0,0,john cromwell,drama,united states,english,0.3052208835341365 -4513,4514,bridget jones's diary,2001,18+,0.689189189189189,80%,0,0,1,0,0,sharon maguire,"comedy,drama,romance","france,united kingdom,united states",english,0.34538152610441764 -5666,5667,body bags,1993,18+,0.6081081081081079,67%,0,0,1,0,0,"john carpenter,larry sulkis,tobe hooper","comedy,horror,sci-fi",united states,english,0.321285140562249 -5947,5948,demon house,2018,16+,0.4864864864864864,45%,0,0,1,0,0,zak bagans,"documentary,horror,mystery,thriller",united states,english,0.4016064257028112 -770,771,may the devil take you,2018,18+,0.5945945945945945,83%,1,0,0,0,0,timo tjahjanto,horror,indonesia,indonesian,0.3975903614457831 -16618,16619,america's heart and soul,2004,7+,0.4729729729729728,50%,0,0,0,1,0,louie schwartzberg,documentary,united states,english,0.2931726907630522 -4548,4549,the proposition,2005,18+,0.7837837837837837,86%,0,0,1,0,0,"bob odenkirk,brett ratner,elizabeth banks,griffin dunne,james duffy,james gunn,jonathan van tulleken,patrik forsberg,peter farrelly,rusty cundieff,steve carr,steven brill,will graham",comedy,united states,english,0.3333333333333333 -532,533,mowgli: legend of the jungle,2018,13+,0.6621621621621621,52%,1,0,0,0,0,andy serkis,"adventure,drama,fantasy","united kingdom,united states","english,hindi",0.37349397590361444 -31,32,drive,2011,18+,0.8378378378378377,92%,1,0,1,0,0,nicolas winding refn,"crime,drama",united states,"english,spanish",0.35742971887550196 -16299,16300,frankenweenie,2012,7+,0.7162162162162161,87%,0,0,0,1,0,tim burton,"animation,comedy,family,horror,sci-fi",united states,english,0.3052208835341365 -6226,6227,small town murder songs,2010,18+,0.581081081081081,79%,0,0,1,0,0,ed gass-donnelly,"crime,drama,thriller",canada,"english,low german",0.2570281124497992 -1513,1514,don't knock twice,2017,18+,0.4729729729729728,24%,1,0,0,0,0,caradog w. james,"drama,fantasy,horror,mystery,thriller",united kingdom,english,0.3293172690763052 -4975,4976,breakfast on pluto,2005,18+,0.7567567567567566,57%,0,0,1,0,0,neil jordan,"comedy,drama","ireland,united kingdom","english,irish",0.4698795180722891 -4539,4540,murder on the orient express,1974,7+,0.7702702702702701,89%,0,0,1,0,0,kenneth branagh,"crime,drama,mystery","malta,united states","arabic,english,french,german",0.41365461847389556 -5966,5967,into temptation,2009,18+,0.6621621621621621,80%,0,0,1,0,0,patrick coyle,drama,united states,english,0.3373493975903614 -7145,7146,slugs,1988,18+,0.4864864864864864,38%,0,0,1,0,0,juan piquer simón,horror,"spain,united states","english,spanish",0.3253012048192771 -8404,8405,ash wednesday,2002,18+,0.581081081081081,10%,0,0,1,0,0,larry peerce,"drama,mystery",united states,english,0.35341365461847385 -7329,7330,chapter 27,2007,18+,0.554054054054054,18%,0,0,1,0,0,j.p. schaefer,"biography,crime,drama,history","canada,united states",english,0.2931726907630522 -6160,6161,generation wealth,2018,18+,0.6756756756756754,45%,0,0,1,0,0,lauren greenfield,documentary,united states,english,0.37751004016064255 -705,706,wakefield,2017,18+,0.635135135135135,74%,1,0,0,0,0,robin swicord,drama,united states,english,0.38152610441767065 -5083,5084,cutter's way,1981,18+,0.7162162162162161,91%,0,0,1,0,0,ivan passer,"crime,drama,mystery,thriller",united states,english,0.393574297188755 -3713,3714,jackass 3d,2010,18+,0.7297297297297296,65%,0,1,1,0,0,jeff tremaine,"action,comedy,documentary",united states,english,0.3373493975903614 -509,510,berlin syndrome,2017,18+,0.635135135135135,75%,1,0,0,0,0,cate shortland,"drama,horror,mystery,thriller",australia,"english,german,russian",0.4216867469879518 -3604,3605,the host,2006,18+,0.7432432432432431,93%,0,1,0,0,0,bong joon ho,"action,drama,horror,sci-fi",south korea,"english,korean",0.4377510040160642 -8820,8821,quitters,2015,18+,0.5135135135135135,44%,0,0,1,0,0,noah pritzker,"comedy,drama,family",united states,english,0.3373493975903614 -804,805,ginger & rosa,2012,13+,0.635135135135135,78%,1,0,0,0,0,sally potter,drama,"canada,croatia,denmark,united kingdom",english,0.31726907630522083 -4083,4084,a kind of murder,2016,18+,0.4999999999999999,38%,0,1,0,0,0,andy goddard,"crime,drama,mystery,thriller",united states,english,0.3373493975903614 -1740,1741,ready to mingle,2019,18+,0.581081081081081,44%,1,0,0,0,0,luis javier henaine,comedy,mexico,spanish,0.3373493975903614 -5999,6000,boom bust boom,2016,all,0.7432432432432431,85%,0,0,1,0,0,"ben timlett,bill jones,terry jones","documentary,history","netherlands,united kingdom,united states",english,0.25301204819277107 -857,858,we are your friends,2015,18+,0.6216216216216215,38%,1,0,0,0,0,max joseph,"drama,music,romance","france,united kingdom,united states",english,0.34136546184738953 -5327,5328,the collector,2009,18+,0.6486486486486486,29%,0,0,1,0,0,marcus dunstan,"action,crime,horror,thriller",united states,english,0.31726907630522083 -16383,16384,chimpanzee,2012,all,0.7567567567567566,76%,0,0,0,1,0,"alastair fothergill,mark linfield","documentary,family","tanzania,united states",english,0.2690763052208835 -280,281,the edge of democracy,2019,16+,0.7432432432432431,97%,1,0,0,0,0,petra costa,"documentary,history",brazil,"english,portuguese",0.4417670682730923 -7284,7285,the loss of a teardrop diamond,2008,13+,0.5675675675675674,27%,0,0,1,0,0,jodie markell,"drama,romance",united states,english,0.3654618473895582 -4521,4522,the virgin suicides,1999,18+,0.7567567567567566,76%,0,0,1,0,0,sofia coppola,"drama,romance",united states,english,0.34538152610441764 -4123,4124,manglehorn,2015,13+,0.5405405405405403,50%,0,1,0,0,0,david gordon green,drama,united states,english,0.34538152610441764 -6699,6700,the final season,2007,7+,0.6756756756756754,24%,0,0,1,0,0,david mickey evans,"drama,sport",united states,english,0.4337349397590361 -20,21,there will be blood,2007,18+,0.8918918918918917,91%,1,0,0,0,0,paul thomas anderson,drama,united states,"american sign language,english",0.5903614457831324 -6313,6314,tapeheads,1988,18+,0.554054054054054,60%,0,0,1,0,0,bill fishman,"comedy,music",united states,english,0.3293172690763052 -406,407,6 underground,2019,18+,0.6081081081081079,36%,1,0,0,0,0,michael bay,"action,comedy,thriller",united states,"cantonese,english,french,italian,spanish,turkmen,ukrainian",0.4698795180722891 -10952,10953,spinning into butter,2007,18+,0.3648648648648647,16%,0,0,1,0,0,mark brokaw,drama,united states,english,0.3012048192771084 -742,743,highway,2014,13+,0.8243243243243241,88%,1,0,0,0,0,imtiaz ali,"crime,drama,romance",india,"english,hindi",0.4899598393574297 -16355,16356,high school musical 2,2007,all,0.4594594594594593,82%,0,0,0,1,0,kenny ortega,"comedy,drama,family,music,musical,romance",united states,english,0.37349397590361444 -580,581,murder mystery,2019,13+,0.5945945945945945,44%,1,0,0,0,0,kyle newacheck,"action,comedy,crime,mystery,romance",united states,"english,french",0.34538152610441764 -1272,1273,patrick,2018,16+,0.5675675675675674,36%,1,0,1,0,0,mandie fletcher,"comedy,family,romance",united kingdom,english,0.3333333333333333 -3634,3635,the way back,2010,13+,0.7702702702702701,74%,0,1,1,0,0,gavin o'connor,"drama,sport",united states,english,0.38955823293172687 -5259,5260,stigmata,1999,18+,0.6216216216216215,22%,0,0,1,0,0,rupert wainwright,horror,"mexico,united states","aramaic,assyrian neo-aramaic,english,italian,portuguese",0.36947791164658633 -4818,4819,the dresser,1983,7+,0.8108108108108105,100%,0,0,1,0,0,peter yates,drama,united kingdom,english,0.429718875502008 -1191,1192,skiptrace,2016,13+,0.554054054054054,38%,1,0,0,0,0,renny harlin,"action,adventure,comedy,crime,thriller","china,hong kong,united states","english,mandarin,mongolian",0.38554216867469876 -5897,5898,the alibi,2006,18+,0.6486486486486486,57%,0,0,1,0,0,"kurt mattila,matt checkowski","comedy,drama,romance","netherlands,united states",english,0.31726907630522083 -5095,5096,the english surgeon,2009,16+,0.8783783783783781,89%,0,0,1,0,0,geoffrey smith,documentary,united kingdom,"english,ukrainian",0.3333333333333333 -4727,4728,southern comfort,1981,18+,0.7567567567567566,82%,0,0,1,0,0,walter hill,"action,thriller",united states,"english,french",0.38152610441767065 -1857,1858,hoodwinked too! hood vs. evil,2011,7+,0.41891891891891886,11%,1,0,0,0,0,mike disa,"animation,comedy,crime,family,mystery",united states,english,0.3012048192771084 -1667,1668,skin trade,2014,18+,0.5405405405405403,25%,1,0,0,0,0,ekachai uekrongtham,"action,crime,thriller","canada,thailand,united states","english,thai",0.34136546184738953 -5716,5717,tai chi zero,2012,13+,0.6081081081081079,60%,0,0,1,0,0,stephen fung,"action,adventure,drama",china,"english,mandarin",0.34939759036144574 -4980,4981,finders keepers,2015,18+,0.7027027027027025,98%,0,0,1,0,0,"bryan carberry,clay tweel",documentary,united states,english,0.285140562248996 -116,117,green room,2015,18+,0.7297297297297296,91%,1,0,0,0,0,jeremy saulnier,"horror,music,thriller",united states,english,0.3373493975903614 -7446,7447,the sensation of sight,2006,18+,0.6756756756756754,50%,0,0,1,0,0,aaron j. wiederspahn,drama,united states,english,0.49397590361445776 -4543,4544,ernest & celestine,2012,7+,0.8513513513513513,97%,0,0,1,0,0,"benjamin renner,stéphane aubier,vincent patar","adventure,animation,comedy,crime,drama,family,fantasy","belgium,france,luxembourg","english,french",0.27710843373493976 -1496,1497,tremors: a cold day in hell,2018,13+,0.4594594594594593,40%,1,0,0,0,0,don michael paul,"action,adventure,comedy,horror,sci-fi,thriller","south africa,united states",english,0.34939759036144574 -5302,5303,hawking,2013,18+,0.7702702702702701,85%,0,0,1,0,0,philip martin,"biography,drama",united kingdom,english,0.31726907630522083 -6319,6320,holly,2006,18+,0.7027027027027025,65%,0,0,1,0,0,bobby roth,"drama,family,music",united states,"english,french,german,italian",0.4377510040160642 -689,690,self/less,2015,13+,0.6621621621621621,19%,1,0,0,0,0,tarsem singh,"action,mystery,sci-fi,thriller",united states,english,0.4257028112449799 -685,686,seeing allred,2018,16+,0.7027027027027025,100%,1,0,0,0,0,"roberta grossman,sophie sartain",documentary,united states,english,0.34136546184738953 -50,51,the hateful eight,2015,18+,0.8378378378378377,75%,1,0,0,0,0,quentin tarantino,"crime,drama,mystery,thriller,western",united states,"english,french,spanish",0.6305220883534136 -5260,5261,"tomorrow, when the war began",2010,18+,0.6216216216216215,64%,0,0,1,0,0,stuart beattie,"action,adventure,drama",australia,english,0.36947791164658633 -7123,7124,3 nights in the desert,2014,18+,0.4729729729729728,40%,0,0,1,0,0,gabriel cowan,drama,united states,english,0.31726907630522083 -5863,5864,witness protection,1999,18+,0.6216216216216215,60%,0,0,1,0,0,richard pearce,"crime,drama",united states,english,0.37751004016064255 -149,150,gerald's game,2017,18+,0.6756756756756754,90%,1,0,0,0,0,mike flanagan,"drama,horror,thriller",united states,english,0.36947791164658633 -4611,4612,frantz,2016,13+,0.7972972972972971,91%,0,0,1,0,0,françois ozon,"drama,history,romance,war","france,germany","french,german",0.40963855421686746 -3580,3581,free solo,2018,13+,0.8918918918918917,97%,0,1,0,1,0,"elizabeth chai vasarhelyi,jimmy chin","adventure,documentary,sport",united states,english,0.35742971887550196 -5053,5054,bunty aur babli,2005,7+,0.6216216216216215,83%,0,0,1,0,0,shaad ali,"comedy,drama,romance",india,"english,hindi",0.6385542168674698 -6850,6851,blackball,2003,18+,0.5405405405405403,41%,0,0,1,0,0,mel smith,"comedy,drama,sport",united kingdom,english,0.34136546184738953 -7148,7149,captivated: the trials of pamela smart,2014,16+,0.6756756756756754,75%,0,0,1,0,0,jeremiah zagar,documentary,united states,english,0.34939759036144574 -462,463,the runaways,2010,18+,0.6621621621621621,70%,1,0,0,0,0,floria sigismondi,"biography,drama,music",united states,english,0.38152610441767065 -6640,6641,plush,2013,18+,0.4999999999999999,33%,0,0,1,0,0,catherine hardwicke,"drama,music,romance,thriller",united states,english,0.35341365461847385 -16281,16282,alice in wonderland,1951,all,0.7837837837837837,81%,0,0,0,1,0,tim burton,"adventure,family,fantasy",united states,english,0.38955823293172687 -6187,6188,hiding out,1987,13+,0.6486486486486486,33%,0,0,1,0,0,bob giraldi,"comedy,drama,romance,thriller",united states,english,0.34939759036144574 -282,283,under the skin,2014,18+,0.635135135135135,85%,1,0,0,0,0,jonathan glazer,"drama,horror,sci-fi,thriller","switzerland,united kingdom",english,0.38955823293172687 -5762,5763,mr. nice,2010,18+,0.6486486486486486,53%,0,0,1,0,0,bernard rose,"biography,comedy,crime,drama","spain,united kingdom","english,spanish",0.4417670682730923 -3591,3592,booksmart,2019,18+,0.7567567567567566,97%,0,1,0,0,0,olivia wilde,comedy,united states,"english,mandarin,spanish",0.3654618473895582 -5651,5652,wonder wheel,2017,13+,0.6216216216216215,32%,0,0,1,0,0,woody allen,drama,united states,english,0.36144578313253006 -8879,8880,tony n' tina's wedding,2004,18+,0.31081081081081074,25%,0,0,1,0,0,roger paradiso,comedy,united states,english,0.3975903614457831 -7502,7503,home sweet hell,2015,18+,0.5135135135135135,5%,0,0,1,0,0,anthony burns,"comedy,crime,thriller",united states,"english,french",0.34939759036144574 -145,146,blue ruin,2013,18+,0.7432432432432431,96%,1,0,0,0,0,jeremy saulnier,"crime,drama,thriller","france,united states",english,0.31726907630522083 -3959,3960,a crooked somebody,2018,18+,0.6216216216216215,80%,0,1,0,0,0,trevor white,"crime,drama,thriller",united states,english,0.3654618473895582 -4770,4771,my friend dahmer,2017,18+,0.6216216216216215,87%,0,0,1,0,0,marc meyers,"biography,drama",united states,english,0.38554216867469876 -137,138,steve jobs,2015,18+,0.7567567567567566,85%,1,0,0,0,0,danny boyle,"biography,drama","united kingdom,united states",english,0.4457831325301204 -925,926,amanda knox,2016,18+,0.7162162162162161,87%,1,0,0,0,0,"brian mcginn,rod blackhurst","crime,documentary","denmark,united states","english,italian",0.3253012048192771 -13401,13402,31 north 62 east,2009,18+,0.3378378378378377,8%,0,0,1,0,0,tristan loraine,thriller,united kingdom,english,0.37751004016064255 -6844,6845,codegirl,2015,all,0.635135135135135,60%,0,0,1,0,0,lesley chilcott,documentary,united states,"english,french,portuguese,spanish",0.38554216867469876 -3606,3607,we need to talk about kevin,2011,18+,0.7972972972972971,75%,0,1,1,0,0,lynne ramsay,"drama,mystery,thriller","united kingdom,united states",english,0.4056224899598393 -6751,6752,robot overlords,2015,13+,0.40540540540540526,61%,0,0,1,0,0,jon wright,"action,adventure,sci-fi","canada,united kingdom",english,0.31726907630522083 -5669,5670,super high me,2007,18+,0.6081081081081079,63%,0,0,1,0,0,michael blieden,"comedy,documentary",united states,english,0.3333333333333333 -8517,8518,ruby,1977,18+,0.40540540540540526,67%,0,0,1,0,0,curtis harrington,"drama,horror",united states,english,0.2971887550200803 -16321,16322,invincible,2006,7+,0.7432432432432431,72%,0,0,0,1,0,angelina jolie,"biography,drama,sport,war",united states,"english,italian,japanese",0.5060240963855421 -4581,4582,gia,1998,18+,0.7297297297297296,92%,0,0,1,0,0,michael cristofer,"biography,drama,romance",united states,"english,french,german",0.4377510040160642 -7321,7322,"easy come, easy go",1967,7+,0.4999999999999999,43%,0,0,1,0,0,john rich,"adventure,comedy,music",united states,english,0.3373493975903614 -4164,4165,the dinner,2017,18+,0.3918918918918918,46%,0,1,1,0,0,jay roach,comedy,united states,english,0.41365461847389556 -191,192,kapoor & sons,2016,13+,0.8243243243243241,100%,1,0,0,0,0,shakun batra,"comedy,drama,romance",india,hindi,0.48594377510040154 -310,311,the pixar story,2007,all,0.8378378378378377,86%,1,0,0,0,0,leslie iwerks,documentary,united states,english,0.3092369477911646 -7662,7663,seven girlfriends,1999,13+,0.5675675675675674,50%,0,0,1,0,0,paul lazarus,"comedy,romance",united states,english,0.35341365461847385 -3583,3584,blazing saddles,1974,18+,0.8243243243243241,89%,0,1,0,0,0,mel brooks,"comedy,western",united states,"english,german,yiddish",0.3293172690763052 -4114,4115,black rock,2012,18+,0.41891891891891886,52%,0,1,0,0,0,katie aselton,"horror,thriller",united states,english,0.2891566265060241 -6224,6225,spread,2009,18+,0.5675675675675674,21%,0,0,1,0,0,david mackenzie,"comedy,drama,romance",united states,english,0.34538152610441764 -16452,16453,roving mars,2006,7+,0.7567567567567566,70%,0,0,0,1,0,george butler,"documentary,short",united states,english,0.11646586345381527 -550,551,the confirmation,2016,13+,0.6486486486486486,91%,1,0,0,0,0,bob nelson,"comedy,drama",canada,english,0.36144578313253006 -16329,16330,phineas and ferb the movie: across the 2nd dimension,2011,all,0.7837837837837837,100%,0,0,0,1,0,"dan povenmire,jay lender,jeff 'swampy' marsh,kyle menke,robert hughes","action,adventure,animation,comedy,family,musical,sci-fi",united states,english,0.2690763052208835 -617,618,sweetheart,2019,13+,0.554054054054054,94%,1,0,0,0,0,j.d. dillard,"adventure,drama,fantasy,horror,mystery,sci-fi,thriller",united states,english,0.285140562248996 -0,1,inception,2010,13+,0.9729729729729728,87%,1,0,0,0,0,christopher nolan,"action,adventure,sci-fi,thriller","united kingdom,united states","english,french,japanese",0.5502008032128514 -4067,4068,legendary,2010,13+,0.6216216216216215,19%,0,1,1,0,0,eric styles,"action,adventure,sci-fi,thriller","china,united kingdom","chinese,english",0.3253012048192771 -9289,9290,the tenants,2006,18+,0.4864864864864864,32%,0,0,1,0,0,danny green,"crime,drama,romance,thriller","germany,united states",english,0.3293172690763052 -4046,4047,the alchemist cookbook,2016,18+,0.4729729729729728,80%,0,1,1,0,0,joel potrykus,"comedy,drama,horror",united states,english,0.285140562248996 -4823,4824,raising victor vargas,2002,18+,0.7567567567567566,96%,0,0,1,0,0,peter sollett,"drama,romance","france,united states","english,spanish",0.3092369477911646 -836,837,a gray state,2017,18+,0.6216216216216215,100%,1,0,0,0,0,erik nelson,documentary,united states,english,0.3293172690763052 -7621,7622,man about town,2006,18+,0.5270270270270269,38%,0,0,1,0,0,mike binder,"comedy,drama",united states,english,0.34136546184738953 -1070,1071,girl on the third floor,2019,18+,0.40540540540540526,81%,1,0,0,0,0,travis stevens,"drama,horror,mystery",united states,english,0.3293172690763052 -4650,4651,house of games,1987,18+,0.7702702702702701,96%,0,0,1,0,0,david mamet,"crime,thriller",united states,english,0.3654618473895582 -7365,7366,galore,2013,7+,0.6216216216216215,50%,0,0,1,0,0,rhys graham,drama,australia,english,0.36947791164658633 -674,675,into the forest,2016,18+,0.5675675675675674,76%,1,0,0,0,0,patricia rozema,"drama,horror,sci-fi,thriller",canada,english,0.36144578313253006 -5362,5363,foxy brown,1974,18+,0.6621621621621621,60%,0,0,1,0,0,jack hill,"action,crime,thriller",united states,english,0.3253012048192771 -6519,6520,baar baar dekho,2016,7+,0.4999999999999999,43%,0,0,1,0,0,nitya mehra,"comedy,drama,romance,sci-fi",india,"english,hindi",0.5220883534136546 -166,167,the master,2012,18+,0.7567567567567566,85%,1,0,0,0,0,paul thomas anderson,drama,united states,"english,filipino",0.5100401606425702 diff --git a/train.csv b/train.csv deleted file mode 100644 index 3c20983..0000000 --- a/train.csv +++ /dev/null @@ -1,2641 +0,0 @@ -Unnamed: 0,ID,Title,Year,Age,IMDb,Rotten Tomatoes,Netflix,Hulu,Prime Video,Disney+,Type,Directors,Genres,Country,Language,Runtime -16477,16478,benji the hunted,1987,all,0.635135135135135,50%,0,0,0,1,0,joe camp,"adventure,family",united states,english,0.3092369477911646 -16396,16397,the princess diaries 2: royal engagement,2004,all,0.5675675675675674,26%,0,0,0,1,0,garry marshall,"comedy,family,romance",united states,"english,french,greek,spanish",0.40963855421686746 -1039,1040,my entire high school sinking into the sea,2016,13+,0.5945945945945945,85%,1,0,0,0,0,dash shaw,"animation,comedy,drama",united states,english,0.2570281124497992 -6878,6879,small time,2014,18+,0.5945945945945945,54%,0,0,1,0,0,joel surnow,drama,united states,english,0.37349397590361444 -976,977,juanita,2019,18+,0.581081081081081,77%,1,0,0,0,0,clark johnson,drama,united states,"english,spanish",0.31726907630522083 -7008,7009,don't worry baby,2016,18+,0.4999999999999999,57%,0,0,1,0,0,julian branciforte,"comedy,drama",united states,english,0.3092369477911646 -1582,1583,malevolent,2018,18+,0.43243243243243235,38%,1,0,0,0,0,olaf de fleur johannesson,horror,united kingdom,english,0.3132530120481927 -1068,1069,rowdy rathore,2012,13+,0.554054054054054,55%,1,0,0,0,0,prabhu deva,action,india,hindi,0.5180722891566265 -5949,5950,the bedroom window,1987,18+,0.6486486486486486,76%,0,0,1,0,0,curtis hanson,"crime,mystery,thriller",united states,english,0.4056224899598393 -16393,16394,diary of a wimpy kid,2010,7+,0.6216216216216215,53%,0,0,0,1,0,thor freudenthal,"comedy,drama,family","united kingdom,united states","english,german",0.4377510040160642 -5037,5038,inferno,1980,18+,0.6756756756756754,64%,0,0,1,0,0,ron howard,"action,adventure,crime,drama,mystery,thriller","hungary,united states","english,french,italian,turkish",0.4417670682730923 -4458,4459,the conversation,1974,7+,0.8378378378378377,98%,0,0,1,0,0,francis ford coppola,"drama,mystery,thriller",united states,english,0.40963855421686746 -6854,6855,house ii: the second story,1987,13+,0.5135135135135135,8%,0,0,1,0,0,ethan wiley,"comedy,fantasy,horror",united states,english,0.3092369477911646 -4861,4862,naked gun 33⅓: the final insult,1994,13+,0.6621621621621621,54%,0,0,1,0,0,peter segal,"comedy,crime",united states,english,0.2891566265060241 -16307,16308,homeward bound: the incredible journey,1993,all,0.7162162162162161,87%,0,0,0,1,0,duwayne dunham,"adventure,comedy,drama,family",united states,english,0.2931726907630522 -543,544,carriers,2009,13+,0.5945945945945945,68%,1,0,0,0,0,"david pastor,àlex pastor","adventure,drama,thriller",united states,english,0.2931726907630522 -5554,5555,the suicide theory,2015,18+,0.6621621621621621,79%,0,0,1,0,0,dru brown,drama,australia,english,0.34939759036144574 -4910,4911,the connection,2014,18+,0.7432432432432431,78%,0,0,1,0,0,cédric jimenez,"action,crime,thriller","belgium,france","english,french,italian",0.4979919678714859 -766,767,sierra burgess is a loser,2018,13+,0.5675675675675674,66%,1,0,0,0,0,ian samuels,"comedy,drama,romance",united states,english,0.37751004016064255 -8101,8102,eloise,2017,18+,0.40540540540540526,11%,0,0,1,0,0,jesús garay,"drama,romance",spain,catalan,0.3253012048192771 -6268,6269,meri pyaari bindu,2017,7+,0.581081081081081,38%,0,0,1,0,0,akshay roy,"comedy,drama,romance",india,hindi,0.4257028112449799 -5268,5269,prodigy,2017,18+,0.5945945945945945,73%,0,0,1,0,0,"alex haughey,brian vidal","drama,sci-fi,thriller",united states,english,0.27710843373493976 -931,932,scary movie 2,2001,18+,0.4999999999999999,15%,1,0,0,0,0,keenen ivory wayans,"comedy,horror","canada,united states",english,0.2891566265060241 -4141,4142,blind,2017,18+,0.5675675675675674,19%,0,1,0,0,0,eskil vogt,drama,"netherlands,norway",norwegian,0.34136546184738953 -6111,6112,the funhouse massacre,2015,18+,0.4864864864864864,73%,0,0,1,0,0,andy palmer,"comedy,horror",united states,english,0.31726907630522083 -4504,4505,3-iron,2004,18+,0.8648648648648647,87%,0,0,1,0,0,ki-duk kim,"crime,drama,romance","japan,south korea",korean,0.3092369477911646 -3670,3671,kinsey,2004,18+,0.7297297297297296,90%,0,1,0,0,0,bill condon,"biography,drama,romance","germany,united states",english,0.429718875502008 -1372,1373,ibiza,2018,18+,0.4864864864864864,75%,1,0,0,0,0,alex richanbach,"comedy,romance",united states,english,0.3333333333333333 -534,535,jimmy neutron: boy genius,2001,all,0.5945945945945945,74%,1,0,0,0,0,john a. davis,"action,adventure,animation,comedy,family,sci-fi",united states,english,0.285140562248996 -6227,6228,of mind and music,2014,13+,0.7027027027027025,71%,0,0,1,0,0,richie adams,"drama,music",united states,english,0.34939759036144574 -4536,4537,the birdcage,1996,18+,0.7432432432432431,79%,0,0,1,0,0,mike nichols,comedy,united states,english,0.4257028112449799 -708,709,man of tai chi,2013,18+,0.6081081081081079,70%,1,0,0,0,0,keanu reeves,"action,drama","china,hong kong,united states","cantonese,english,mandarin",0.37751004016064255 -1078,1079,cirque du freak: the vampire's assistant,2009,13+,0.5675675675675674,38%,1,0,0,0,0,paul weitz,"action,adventure,fantasy,thriller",united states,"english,french,spanish",0.393574297188755 -7457,7458,starcrash,1978,7+,0.32432432432432423,29%,0,0,1,0,0,luigi cozzi,"action,adventure,sci-fi","italy,united states","english,italian",0.3253012048192771 -354,355,kill the messenger,2014,18+,0.7162162162162161,77%,1,0,0,0,0,michael cuesta,"biography,crime,drama,mystery,thriller",united states,english,0.4056224899598393 -16364,16365,descendants 2,2017,all,0.6621621621621621,67%,0,0,0,1,0,kenny ortega,"action,adventure,family,fantasy,romance",united states,english,0.4016064257028112 -4931,4932,the island,2006,13+,0.8513513513513513,63%,0,0,1,0,0,michael bay,"action,sci-fi,thriller",united states,english,0.502008032128514 -5232,5233,mckellen: playing the part,2018,7+,0.7702702702702701,100%,0,0,1,0,0,joe stephenson,"biography,documentary",united kingdom,english,0.3253012048192771 -16569,16570,tarzan & jane,2002,all,0.5135135135135135,17%,0,0,0,1,0,"don mackinnon,lisa schaffer,steve loter,steve loter,victor cook","adventure,animation,family",united states,english,0.2570281124497992 -4726,4727,dark water,2002,13+,0.689189189189189,80%,0,0,1,0,0,walter salles,"drama,horror,mystery",united states,english,0.37751004016064255 -391,392,mune: guardian of the moon,2015,7+,0.7567567567567566,80%,1,0,0,0,0,"alexandre heboyan,benoît philippon","adventure,animation,comedy,family,fantasy",france,"english,french",0.2971887550200803 -7549,7550,glen or glenda,1953,7+,0.3513513513513513,35%,0,0,1,0,0,edward d. wood jr.,drama,united states,english,0.21686746987951805 -5800,5801,the competition,1980,7+,0.6756756756756754,71%,0,0,1,0,0,joel oliansky,"drama,music,romance",united states,english,0.4497991967871486 -16264,16265,the jungle book,1967,all,0.8108108108108105,87%,0,0,0,1,0,jon favreau,"adventure,drama,family,fantasy","united kingdom,united states",english,0.38152610441767065 -721,722,the short game,2013,7+,0.7837837837837837,84%,1,0,0,0,0,josh greenbaum,"documentary,sport",united states,"english,french",0.35341365461847385 -9021,9022,india: kingdom of the tiger,2002,all,0.6216216216216215,80%,0,0,1,0,0,bruce neibaur,"documentary,short",canada,"english,hindi",0.12449799196787148 -4820,4821,trees lounge,1996,18+,0.7432432432432431,81%,0,0,1,0,0,steve buscemi,"comedy,drama",united states,english,0.3373493975903614 -4466,4467,the wailing,2016,18+,0.7972972972972971,99%,0,0,1,0,0,hong-jin na,"horror,mystery,thriller","south korea,united states","japanese,korean",0.5823293172690762 -507,508,cutie and the boxer,2013,18+,0.7567567567567566,95%,1,0,0,0,0,zachary heinzerling,"biography,documentary",united states,"english,japanese",0.285140562248996 -6090,6091,the million dollar hotel,2000,18+,0.581081081081081,25%,0,0,1,0,0,wim wenders,"drama,mystery,thriller","germany,united kingdom,united states",english,0.4457831325301204 -6871,6872,hick,2011,18+,0.5405405405405403,5%,0,0,1,0,0,derick martini,"comedy,drama",united states,english,0.35341365461847385 -301,302,louis c.k. 2017,2017,18+,0.8108108108108105,100%,1,0,0,0,0,louis c.k.,comedy,united states,english,0.25301204819277107 -446,447,badla,2019,7+,0.8513513513513513,57%,1,0,0,0,0,sujoy ghosh,"crime,drama,mystery,thriller",india,hindi,0.429718875502008 -1236,1237,the hurricane heist,2018,13+,0.4729729729729728,46%,1,0,0,0,0,rob cohen,"action,adventure,crime,thriller","united kingdom,united states","american sign language,english",0.36947791164658633 -1688,1689,doom: annihilation,2019,18+,0.2702702702702702,50%,1,0,0,0,0,tony giglio,"action,adventure,horror,sci-fi,thriller",united states,"english,french",0.34136546184738953 -16394,16395,the odd life of timothy green,2012,7+,0.6756756756756754,35%,0,0,0,1,0,peter hedges,"comedy,drama,family,fantasy",united states,english,0.37751004016064255 -124,125,chasing amy,1997,18+,0.7567567567567566,87%,1,0,0,0,0,kevin smith,"comedy,drama,romance",united states,english,0.40963855421686746 -5600,5601,not suitable for children,2012,18+,0.5675675675675674,88%,0,0,1,0,0,peter templeman,"comedy,romance",australia,english,0.34538152610441764 -4717,4718,"don't worry, he won't get far on foot",2018,18+,0.7162162162162161,76%,0,0,1,0,0,gus van sant,"biography,comedy,drama","france,united states",english,0.41365461847389556 -8566,8567,in my sleep,2010,13+,0.5270270270270269,13%,0,0,1,0,0,allen wolf,"drama,mystery,thriller",united states,english,0.37349397590361444 -483,484,all the bright places,2020,18+,0.6621621621621621,68%,1,0,0,0,0,brett haley,"drama,romance",united states,english,0.38554216867469876 -3721,3722,in the fade,2017,18+,0.7432432432432431,77%,0,1,0,0,0,fatih akin,"crime,drama,thriller","france,germany","english,german,greek,turkish",0.38152610441767065 -16227,16228,captain america: civil war,2016,13+,0.8378378378378377,91%,0,0,0,1,0,"anthony russo,joe russo","action,adventure,sci-fi",united states,"english,german,hindi,romanian,russian,xhosa",0.5461847389558232 -5555,5556,lady jane,1986,13+,0.7432432432432431,50%,0,0,1,0,0,trevor nunn,"biography,drama,history,romance",united kingdom,"english,spanish",0.502008032128514 -5011,5012,apostasy,2017,16+,0.7027027027027025,97%,0,0,1,0,0,daniel kokotajlo,drama,united kingdom,"english,urdu",0.3373493975903614 -5713,5714,becoming cary grant,2017,7+,0.6756756756756754,86%,0,0,1,0,0,mark kidel,"biography,documentary","france,united states",english,0.2971887550200803 -4816,4817,nas: time is illmatic,2014,16+,0.7432432432432431,100%,0,0,1,0,0,one9,"biography,documentary,history,music",united states,english,0.25301204819277107 -5039,5040,the vanishing,2018,18+,0.5675675675675674,85%,0,0,1,0,0,kristoffer nyholm,"crime,drama,mystery,thriller",united kingdom,"english,swedish",0.38554216867469876 -1309,1310,he's out there,2018,18+,0.4864864864864864,43%,1,0,0,0,0,quinn lasher,"horror,thriller","canada,united states",english,0.3132530120481927 -4933,4934,the cutting edge,1992,7+,0.7162162162162161,56%,0,0,1,0,0,paul michael glaser,"comedy,drama,romance,sport",united states,"english,french,russian",0.36144578313253006 -13326,13327,age of the dragons,2011,13+,0.24324324324324317,9%,0,0,1,0,0,ryan little,"action,adventure,fantasy","united kingdom,united states",english,0.321285140562249 -5587,5588,catch me daddy,2015,18+,0.635135135135135,92%,0,0,1,0,0,daniel wolfe,"drama,thriller",united kingdom,"english,urdu",0.4056224899598393 -415,416,our souls at night,2017,16+,0.7162162162162161,90%,1,0,0,0,0,ritesh batra,"drama,romance",united states,english,0.36947791164658633 -3828,3829,diana vreeland: the eye has to travel,2012,13+,0.7972972972972971,94%,0,1,0,0,0,"bent-jorgen perlmutt,frédéric tcheng,lisa immordino vreeland","biography,documentary",united states,"english,french,italian",0.3012048192771084 -932,933,failure to launch,2006,13+,0.5405405405405403,24%,1,0,0,0,0,tom dey,"comedy,romance",united states,english,0.34538152610441764 -367,368,bleed for this,2016,18+,0.7027027027027025,69%,1,0,0,0,0,ben younger,"biography,drama,sport",united states,"english,french",0.4257028112449799 -16387,16388,pooh's heffalump movie,2005,all,0.6486486486486486,80%,0,0,0,1,0,frank nissen,"animation,comedy,family,fantasy,musical,mystery",united states,english,0.22891566265060237 -10041,10042,top cat begins,2015,7+,0.3513513513513513,17%,0,0,1,0,0,andrés couturier,"animation,family","argentina,india,mexico,spain,united states","english,spanish",0.3132530120481927 -7956,7957,park,2006,18+,0.554054054054054,36%,0,0,1,0,0,kurt voelker,"comedy,drama",united states,english,0.3012048192771084 -5971,5972,little italy,2018,7+,0.554054054054054,16%,0,0,1,0,0,donald petrie,"comedy,romance","canada,united states","english,italian,latin",0.3654618473895582 -3818,3819,marrowbone,2017,18+,0.6756756756756754,47%,0,1,0,0,0,sergio g. sánchez,"drama,horror,mystery,thriller","spain,united states",english,0.3975903614457831 -844,845,the laundromat,2019,18+,0.635135135135135,42%,1,0,0,0,0,steven soderbergh,"comedy,crime,drama,history",united states,"english,mandarin,russian,spanish",0.3373493975903614 -5533,5534,romero,1989,13+,0.7432432432432431,78%,0,0,1,0,0,john duigan,"biography,crime,drama,history,thriller,war","mexico,united states","english,german",0.3654618473895582 -4802,4803,stake land,2010,18+,0.6621621621621621,74%,0,0,1,0,0,jim mickle,"drama,horror,sci-fi",united states,english,0.34939759036144574 -16304,16305,the aristocats,1970,all,0.7432432432432431,66%,0,0,0,1,0,wolfgang reitherman,"adventure,animation,comedy,family,musical",united states,english,0.2690763052208835 -4753,4754,rosencrantz & guildenstern are dead,1991,7+,0.7972972972972971,62%,0,0,1,0,0,tom stoppard,"comedy,drama","united kingdom,united states",english,0.4257028112449799 -6180,6181,dare,2009,18+,0.5675675675675674,57%,0,0,1,0,0,adam salky,"drama,romance",united states,english,0.3253012048192771 -629,630,after,2019,13+,0.5135135135135135,17%,1,0,1,0,0,jenny gage,"drama,romance",united states,english,0.37751004016064255 -4914,4915,guava island,2019,18+,0.689189189189189,76%,0,0,1,0,0,hiro murai,"comedy,drama,music,musical,thriller",united states,english,0.17670682730923692 -7219,7220,the return of swamp thing,1989,13+,0.41891891891891886,44%,0,0,1,0,0,jim wynorski,"action,adventure,comedy,horror,sci-fi",united states,english,0.3092369477911646 -443,444,mississippi grind,2015,18+,0.6486486486486486,91%,1,0,0,0,0,"anna boden,ryan fleck","comedy,drama",united states,english,0.38955823293172687 -1806,1807,the humanity bureau,2017,18+,0.43243243243243235,25%,1,0,0,0,0,rob w. king,"action,adventure,sci-fi,thriller","canada,united kingdom,united states",english,0.3373493975903614 -5970,5971,zombeavers,2014,18+,0.43243243243243235,69%,0,0,1,0,0,jordan rubin,"comedy,horror",united states,english,0.2650602409638554 -1704,1705,some kind of beautiful,2015,18+,0.554054054054054,6%,1,0,0,0,0,tom vaughan,"comedy,romance","united kingdom,united states",english,0.35341365461847385 -773,774,jupiter ascending,2015,13+,0.4999999999999999,27%,1,0,0,0,0,"lana wachowski,lilly wachowski","action,adventure,sci-fi","australia,united states","english,russian",0.46586345381526095 -5390,5391,party monster,2003,18+,0.635135135135135,29%,0,0,1,0,0,"fenton bailey,randy barbato","biography,crime,drama,thriller","netherlands,united states",english,0.34939759036144574 -711,712,the secret,2006,7+,0.5405405405405403,74%,1,0,0,0,0,pascal laugier,"crime,drama,horror,mystery,thriller","canada,france,united states",english,0.38152610441767065 -6769,6770,dead heat,1988,18+,0.6081081081081079,11%,0,0,1,0,0,mark goldblatt,"action,comedy,horror,sci-fi,thriller",united states,english,0.3012048192771084 -16291,16292,cool runnings,1993,7+,0.7297297297297296,76%,0,0,0,1,0,jon turteltaub,"adventure,comedy,family,history,sport",united states,"english,german,russian",0.34939759036144574 -16298,16299,the good dinosaur,2015,7+,0.689189189189189,76%,0,0,0,1,0,peter sohn,"adventure,animation,comedy,drama,family,fantasy",united states,english,0.3293172690763052 -3658,3659,the book of eli,2010,18+,0.7162162162162161,47%,0,1,0,0,0,"albert hughes,allen hughes","action,adventure,drama,thriller",united states,english,0.429718875502008 -5820,5821,creepshow 2,1987,18+,0.6081081081081079,32%,0,0,1,0,0,michael gornick,"fantasy,horror",united states,english,0.3253012048192771 -7539,7540,swim little fish swim,2014,all,0.6756756756756754,55%,0,0,1,0,0,"lola bessis,ruben amar","comedy,drama,music","france,united states","english,french",0.3373493975903614 -1846,1847,the most hated woman in america,2017,18+,0.6081081081081079,43%,1,0,0,0,0,tommy o'haver,"biography,drama,history",united states,english,0.321285140562249 -8222,8223,jinn,2014,13+,0.3513513513513513,18%,0,0,1,0,0,ajmal zaheer ahmad,"fantasy,horror,thriller",united states,english,0.34538152610441764 -4682,4683,the girl who kicked the hornet's nest,2009,18+,0.7702702702702701,54%,0,0,1,0,0,daniel alfredson,"crime,drama,thriller","denmark,germany,sweden",swedish,0.5461847389558232 -3650,3651,the sisters brothers,2018,18+,0.7297297297297296,87%,0,1,0,0,0,jacques audiard,"crime,drama,western","belgium,france,romania,spain,united states",english,0.4457831325301204 -273,274,inequality for all,2013,7+,0.8648648648648647,90%,1,0,0,0,0,jacob kornbluth,documentary,united states,english,0.3132530120481927 -6013,6014,little secrets,2001,7+,0.6486486486486486,60%,0,0,1,0,0,blair treu,"comedy,drama,family,music",united states,english,0.34136546184738953 -121,122,the adventures of tintin,2011,7+,0.7702702702702701,74%,1,0,0,0,0,steven spielberg,"action,adventure,animation,family,mystery","new zealand,united kingdom,united states",english,0.38554216867469876 -9142,9143,the great war,2020,18+,0.2702702702702702,17%,0,0,1,0,0,steven luke,"drama,war",united states,english,0.38955823293172687 -7363,7364,days of darkness,2007,18+,0.31081081081081074,20%,0,0,1,0,0,denys arcand,"comedy,drama,fantasy","canada,france","english,french",0.37349397590361444 -309,310,"hail, caesar!",2016,13+,0.635135135135135,85%,1,0,0,0,0,"ethan coen,joel coen","comedy,drama,music,mystery","japan,united kingdom,united states",english,0.38152610441767065 -3741,3742,the domestics,2018,18+,0.554054054054054,100%,0,1,1,0,0,mike p. nelson,"action,horror,sci-fi,thriller",united states,english,0.3373493975903614 -5983,5984,charlie countryman,2013,18+,0.6486486486486486,27%,0,0,1,0,0,fredrik bond,"comedy,drama,romance,thriller","romania,united states","english,romanian",0.36947791164658633 -5958,5959,tumbleweeds,1925,all,0.6621621621621621,100%,0,0,1,0,0,gavin o'connor,"comedy,drama",united states,english,0.3654618473895582 -479,480,final destination 2,2003,18+,0.6216216216216215,48%,1,0,0,0,0,david r. ellis,"horror,thriller","canada,united states",english,0.31726907630522083 -3,4,back to the future,1985,7+,0.9324324324324322,96%,1,0,0,0,0,robert zemeckis,"adventure,comedy,sci-fi",united states,english,0.4216867469879518 -1184,1185,dream house,2011,13+,0.5945945945945945,6%,1,0,0,0,0,jim sheridan,"drama,mystery,thriller","canada,united states",english,0.2931726907630522 -10881,10882,maladies,2013,16+,0.4864864864864864,5%,0,0,1,0,0,carter,drama,united states,english,0.34136546184738953 -6055,6056,the tag-along,2015,18+,0.5270270270270269,80%,0,0,1,0,0,wei-hao cheng,"horror,thriller",taiwan,"mandarin,min nan",0.3293172690763052 -4110,4111,the strange ones,2018,18+,0.4594594594594593,54%,0,1,0,0,0,"christopher radcliff,lauren wolkstein","drama,thriller",united states,english,0.28112449799196787 -16246,16247,tangled,2010,7+,0.8243243243243241,89%,0,0,0,1,0,"byron howard,nathan greno","adventure,animation,comedy,family,fantasy,musical,romance",united states,english,0.35742971887550196 -4704,4705,unsane,2018,18+,0.6486486486486486,80%,0,0,1,0,0,steven soderbergh,"drama,horror,mystery,thriller",united states,english,0.34939759036144574 -217,218,mirage,2018,18+,0.7837837837837837,71%,1,0,1,0,0,oriol paulo,"drama,mystery,romance,thriller",spain,spanish,0.4698795180722891 -5186,5187,elizabethtown,2005,13+,0.6486486486486486,29%,0,0,1,0,0,cameron crowe,"comedy,drama,romance",united states,english,0.4497991967871486 -6087,6088,the phantom,1996,7+,0.44594594594594583,42%,0,0,1,0,0,simon wincer,"action,adventure,comedy,fantasy","australia,united states",english,0.35742971887550196 -6214,6215,wah-wah,2005,18+,0.7027027027027025,54%,0,0,1,0,0,richard e. grant,"comedy,drama","france,south africa,united kingdom",english,0.4377510040160642 -4523,4524,fiddler on the roof,1971,all,0.8648648648648647,83%,0,0,1,0,0,norman jewison,"drama,family,musical,romance",united states,"english,hebrew,russian",0.6827309236947791 -4565,4566,gallipoli,1981,7+,0.7837837837837837,91%,0,0,1,0,0,peter weir,"adventure,drama,history,war",australia,english,0.3975903614457831 -1931,1932,elisa & marcela,2019,18+,0.6621621621621621,33%,1,0,0,0,0,isabel coixet,"biography,drama,romance",spain,"portuguese,spanish",0.429718875502008 -6119,6120,buena vista social club: adios,2017,7+,0.7027027027027025,70%,0,0,1,0,0,lucy walker,documentary,"cuba,united states","english,spanish",0.3975903614457831 -7885,7886,wilderness survival for girls,2004,18+,0.5135135135135135,50%,0,0,1,0,0,"eli b. despres,kim roberts","drama,horror,thriller",united states,english,0.2690763052208835 -450,451,the dirt,2019,18+,0.7297297297297296,42%,1,0,0,0,0,jeff tremaine,"biography,comedy,drama,music",united states,english,0.38554216867469876 -6890,6891,a bird of the air,2011,13+,0.6756756756756754,30%,0,0,1,0,0,margaret whitton,"drama,romance",united states,english,0.38955823293172687 -6504,6505,powder blue,2009,18+,0.635135135135135,25%,0,0,1,0,0,timothy linh bui,drama,united states,english,0.38152610441767065 -152,153,tinker tailor soldier spy,2011,18+,0.7432432432432431,83%,1,0,0,0,0,tomas alfredson,"drama,mystery,thriller","france,germany,united kingdom","english,french,hungarian,russian,turkish",0.4457831325301204 -4562,4563,the sweet hereafter,1997,18+,0.7972972972972971,100%,0,0,1,0,0,atom egoyan,drama,canada,english,0.4056224899598393 -5319,5320,the uninvited,2009,13+,0.635135135135135,31%,0,0,1,0,0,"charles guard,thomas guard","drama,horror,mystery,thriller","canada,germany,united states",english,0.3052208835341365 -6972,6973,strays,1997,18+,0.5405405405405403,40%,0,0,1,0,0,vin diesel,"crime,drama",united states,english,0.37751004016064255 -3588,3589,escape from alcatraz,1979,7+,0.8108108108108105,96%,0,1,1,0,0,don siegel,"biography,crime,drama,thriller",united states,english,0.4056224899598393 -5439,5440,bottle shock,2008,13+,0.7027027027027025,48%,0,0,1,0,0,randall miller,"comedy,drama",united states,"english,french,german",0.3975903614457831 -579,580,mr. church,2016,13+,0.8108108108108105,24%,1,0,0,0,0,bruce beresford,"comedy,drama",united states,english,0.37349397590361444 -8621,8622,the sound and the fury,2015,18+,0.43243243243243235,22%,0,0,1,0,0,james franco,drama,united states,english,0.36144578313253006 -771,772,invader zim: enter the florpus,2019,7+,0.7972972972972971,100%,1,0,0,0,0,"hae young jung,jhonen vasquez,young kyun park","action,adventure,animation,comedy,family,sci-fi","south korea,united states","english,korean",0.24096385542168675 -1159,1160,goon: last of the enforcers,2017,18+,0.5675675675675674,43%,1,0,0,0,0,jay baruchel,"comedy,sport",canada,english,0.36144578313253006 -5084,5085,sweet land,2005,7+,0.7432432432432431,85%,0,0,1,0,0,ali selim,"drama,romance",united states,"english,german,norwegian",0.3975903614457831 -511,512,big miracle,2012,7+,0.6621621621621621,75%,1,0,0,0,0,ken kwapis,"biography,drama,family,romance","united kingdom,united states",english,0.38554216867469876 -1160,1161,life after beth,2014,18+,0.5405405405405403,44%,1,0,0,0,0,jeff baena,"comedy,fantasy,horror,romance",united states,english,0.3132530120481927 -1030,1031,tau,2018,18+,0.5675675675675674,29%,1,0,0,0,0,federico d'alessandro,"sci-fi,thriller",united states,english,0.34538152610441764 -683,684,promised land,2012,18+,0.6756756756756754,52%,1,0,0,0,0,gus van sant,drama,"united arab emirates,united states",english,0.38152610441767065 -4344,4345,beneath the darkness,2012,18+,0.3918918918918918,4%,0,1,1,0,0,"barbara peeters,jimmy t. murakami","horror,sci-fi",united states,english,0.27710843373493976 -13584,13585,mega piranha,2010,18+,0.10810810810810809,8%,0,0,1,0,0,eric forsberg,"action,adventure,comedy,horror,sci-fi,thriller",united states,"english,spanish",0.3253012048192771 -5620,5621,final score,2018,18+,0.554054054054054,70%,0,0,1,0,0,scott mann,"action,drama,thriller",united kingdom,english,0.37349397590361444 -969,970,how to be a latin lover,2017,13+,0.581081081081081,39%,1,0,0,0,0,ken marino,"comedy,drama","mexico,united states","english,spanish",0.41767068273092367 -16322,16323,sister act,1992,7+,0.6486486486486486,73%,0,0,0,1,0,emile ardolino,"comedy,crime,family,music",united states,english,0.35742971887550196 -754,755,arq,2016,18+,0.6486486486486486,43%,1,0,0,0,0,tony elliott,"action,sci-fi,thriller","canada,united states",english,0.3092369477911646 -5287,5288,low tide,2019,18+,0.6216216216216215,71%,0,0,1,0,0,kevin mcmullin,"drama,thriller",united states,english,0.3012048192771084 -1327,1328,bennett's war,2019,13+,0.5270270270270269,50%,1,0,0,0,0,alex ranarivelo,sport,united states,english,0.3333333333333333 -651,652,when we first met,2018,16+,0.6486486486486486,56%,1,0,0,0,0,ari sandel,"comedy,fantasy,romance",united states,"english,mandarin",0.34538152610441764 -449,450,scary movie,2000,18+,0.6216216216216215,53%,1,0,0,0,0,wes craven,"horror,mystery",united states,english,0.4016064257028112 -6522,6523,the stray,2017,7+,0.5135135135135135,40%,0,0,1,0,0,mitch davis,"drama,family",united states,"english,spanish",0.3253012048192771 -16501,16502,camp nowhere,1994,7+,0.6081081081081079,18%,0,0,0,1,0,jonathan prince,"adventure,comedy,family",united states,english,0.34136546184738953 -618,619,raees,2017,18+,0.7027027027027025,67%,1,0,0,0,0,rahul dholakia,"action,crime,drama",india,hindi,0.5301204819277108 -661,662,a fortunate man,2018,16+,0.7567567567567566,80%,1,0,0,0,0,bille august,drama,denmark,"danish,german",0.606425702811245 -4620,4621,brittany runs a marathon,2019,18+,0.7027027027027025,89%,0,0,1,0,0,paul downs colaizzo,"comedy,drama","canada,united states",english,0.37349397590361444 -237,238,the hundred-foot journey,2014,7+,0.7702702702702701,67%,1,0,0,0,0,lasse hallström,"comedy,drama","india,united arab emirates,united states","english,french",0.4457831325301204 -3674,3675,"waiting for ""superman""",2010,7+,0.7972972972972971,90%,0,1,1,0,0,davis guggenheim,documentary,united states,english,0.4016064257028112 -3702,3703,denial,2016,13+,0.689189189189189,82%,0,1,0,0,0,mick jackson,"biography,drama","united kingdom,united states","english,german,hebrew",0.393574297188755 -16347,16348,the rescuers down under,1990,all,0.7162162162162161,69%,0,0,0,1,0,"hendel butoy,mike gabriel","adventure,animation,crime,drama,family,fantasy,mystery",united states,english,0.2650602409638554 -6134,6135,backstabbing for beginners,2018,18+,0.6216216216216215,38%,0,0,1,0,0,per fly,"drama,history,romance,thriller","canada,denmark,united states","english,french,persian",0.38955823293172687 -5773,5774,i am belfast,2016,7+,0.6756756756756754,100%,0,0,1,0,0,mark cousins,documentary,united kingdom,english,0.2931726907630522 -6633,6634,flowers in the attic,1987,18+,0.5675675675675674,13%,0,0,1,0,0,deborah chow,"drama,horror,mystery,thriller","canada,united states",english,0.3012048192771084 -4708,4709,colette,2018,18+,0.689189189189189,87%,0,0,1,0,0,wash westmoreland,"biography,drama,history","france,hungary,netherlands,united kingdom,united states",english,0.4016064257028112 -4794,4795,the little princess,1939,all,0.7567567567567566,88%,0,0,1,0,0,"walter lang,william a. seiter","comedy,drama,family,musical",united states,"english,hindi",0.3293172690763052 -4170,4171,breakup at a wedding,2013,13+,0.4729729729729728,67%,0,1,1,0,0,victor quinaz,comedy,united states,english,0.2971887550200803 -16223,16224,"monsters, inc.",2001,all,0.8648648648648647,96%,0,0,0,1,0,"david silverman,lee unkrich,pete docter","adventure,animation,comedy,family,fantasy",united states,english,0.3253012048192771 -325,326,22-jul,2018,18+,0.7027027027027025,80%,1,0,0,0,0,paul greengrass,"crime,drama,history,thriller","iceland,norway,united states","english,norwegian",0.5301204819277108 -16306,16307,queen of katwe,2016,7+,0.7837837837837837,93%,0,0,0,1,0,mira nair,"biography,drama,sport",united states,english,0.4538152610441767 -225,226,under the shadow,2016,13+,0.7162162162162161,99%,1,0,0,0,0,babak anvari,"drama,horror,thriller,war","iran,jordan,qatar,united kingdom",persian,0.2931726907630522 -10021,10022,friended to death,2013,18+,0.44594594594594583,42%,0,0,1,0,0,sarah smick,comedy,united states,english,0.3333333333333333 -5690,5691,"new york, i love you",2008,18+,0.6216216216216215,37%,0,0,1,0,0,"allen hughes,brett ratner,fatih akin,joshua marston,mira nair,natalie portman,randall balsmeyer,shekhar kapur,shunji iwai,wen jiang,yvan attal","comedy,drama,romance","bahrain,united states","cantonese,english,french,gujarati,yiddish",0.36947791164658633 -4750,4751,passion fish,1992,18+,0.7837837837837837,100%,0,0,1,0,0,john sayles,drama,united states,english,0.4979919678714859 -281,282,the polar express,2004,all,0.6756756756756754,56%,1,0,0,0,0,robert zemeckis,"adventure,animation,comedy,family,fantasy,musical",united states,english,0.35742971887550196 -16426,16427,brother bear 2,2006,7+,0.6216216216216215,50%,0,0,0,1,0,ben gluck,"adventure,animation,comedy,family,fantasy",united states,english,0.25301204819277107 -7726,7727,danika,2006,18+,0.5405405405405403,29%,0,0,1,0,0,ariel vromen,"drama,horror,mystery,thriller",united states,english,0.2730923694779116 -1814,1815,all i wish,2018,18+,0.4729729729729728,18%,1,0,0,0,0,susan walter,"comedy,drama,romance",united states,english,0.3333333333333333 -1816,1817,i don't know how she does it,2011,13+,0.44594594594594583,17%,1,0,0,0,0,douglas mcgrath,"comedy,romance",united states,english,0.3132530120481927 -5865,5866,blue hawaii,1961,7+,0.6081081081081079,29%,0,0,1,0,0,norman taurog,"comedy,musical",united states,"english,french,hawaiian",0.3654618473895582 -4000,4001,foxfire,1996,18+,0.6216216216216215,27%,0,1,1,0,0,annette haywood-carter,drama,united states,english,0.3654618473895582 -5571,5572,under the bombs,2007,16+,0.7297297297297296,80%,0,0,1,0,0,philippe aractingi,"drama,romance,war","france,lebanon,united kingdom","arabic,english,french",0.34939759036144574 -5310,5311,louder than bombs,2015,18+,0.6756756756756754,72%,0,0,1,0,0,joachim trier,drama,"denmark,france,norway,united states","english,french",0.393574297188755 -16502,16503,honey i blew up the kid,1992,7+,0.43243243243243235,40%,0,0,0,1,0,randal kleiser,"adventure,comedy,family,romance,sci-fi",united states,english,0.3132530120481927 -6401,6402,curtains,1983,18+,0.554054054054054,60%,0,0,1,0,0,richard ciupka,"horror,mystery,thriller",canada,english,0.3132530120481927 -4667,4668,three… extremes,2004,18+,0.7297297297297296,84%,0,0,1,0,0,"chan-wook park,fruit chan,takashi miike",horror,"hong kong,japan,south korea","cantonese,japanese,korean,mandarin",0.429718875502008 -6933,6934,sassy pants,2012,18+,0.6216216216216215,50%,0,0,1,0,0,coley sohn,"comedy,drama",united states,english,0.3092369477911646 -3824,3825,paranormal activity 2,2010,18+,0.5405405405405403,59%,0,1,1,0,0,tod williams,horror,united states,"english,spanish",0.321285140562249 -4755,4756,love & friendship,2016,13+,0.6486486486486486,97%,0,0,1,0,0,whit stillman,"comedy,drama,romance","france,ireland,netherlands","english,french",0.31726907630522083 -5819,5820,dil bole hadippa!,2009,13+,0.3918918918918918,63%,0,0,1,0,0,anurag singh,"comedy,drama,sport",india,hindi,0.5502008032128514 -5393,5394,the brothers grimm,2005,13+,0.581081081081081,38%,0,0,1,0,0,terry gilliam,"action,adventure,comedy,fantasy,horror,mystery,thriller","czech republic,united kingdom,united states","english,french,german,italian",0.429718875502008 -3812,3813,the hero,2017,18+,0.6621621621621621,78%,0,1,0,0,0,brett haley,"drama,romance,western",united states,english,0.34136546184738953 -8882,8883,"silent night, deadly night part 2",1987,18+,0.28378378378378377,14%,0,0,1,0,0,lee harry,"horror,thriller",united states,english,0.3092369477911646 -4813,4814,internal affairs,1990,18+,0.6621621621621621,88%,0,0,1,0,0,mike figgis,"crime,drama,thriller","canada,united states","english,spanish",0.41767068273092367 -5435,5436,battle in seattle,2007,18+,0.689189189189189,56%,0,0,1,0,0,stuart townsend,"action,drama","canada,germany,united states",english,0.35341365461847385 -8097,8098,the benefactor,2015,18+,0.4729729729729728,26%,0,0,1,0,0,andrew renzi,drama,united states,english,0.3293172690763052 -619,620,the rover,2014,18+,0.6486486486486486,66%,1,0,0,0,0,david michôd,"action,crime,drama,sci-fi","australia,united states","chinese,english",0.36947791164658633 -6525,6526,heckler,2007,18+,0.6081081081081079,60%,0,0,1,0,0,michael addis,"comedy,documentary",united states,english,0.27710843373493976 -6148,6149,jolene,2008,18+,0.6486486486486486,48%,0,0,1,0,0,dan ireland,drama,united states,english,0.4417670682730923 -4984,4985,gideon's army,2013,7+,0.8243243243243241,100%,0,0,1,0,0,dawn porter,documentary,united states,english,0.34136546184738953 -5745,5746,sold,2016,13+,0.7027027027027025,56%,0,0,1,0,0,jeffrey d. brown,drama,"india,united states","english,hindi",0.3333333333333333 -6132,6133,the lords of flatbush,1974,7+,0.5675675675675674,67%,0,0,1,0,0,"martin davidson,stephen verona","comedy,drama,romance",united states,english,0.3012048192771084 -6896,6897,heaven,1987,13+,0.7027027027027025,60%,0,0,1,0,0,paul shapiro,"drama,thriller",canada,english,0.3092369477911646 -5380,5381,clear history,2013,18+,0.6621621621621621,61%,0,0,1,0,0,greg mottola,comedy,united states,english,0.36144578313253006 -2374,2375,the (silent) war,2019,18+,0.5405405405405403,56%,1,0,0,0,0,alfonso cortés-cavanillas,"action,drama",spain,spanish,0.4417670682730923 -69,70,the invisible guest,2016,18+,0.8783783783783781,67%,1,0,0,0,0,oriol paulo,"crime,mystery,thriller",spain,spanish,0.38152610441767065 -3889,3890,non-fiction,2018,18+,0.6621621621621621,87%,0,1,0,0,0,olivier assayas,"comedy,drama,romance",france,french,0.38955823293172687 -4572,4573,if....,1968,18+,0.7972972972972971,93%,0,0,1,0,0,lindsay anderson,"crime,drama",united kingdom,"english,latin",0.4016064257028112 -5204,5205,something from nothing: the art of rap,2012,18+,0.7567567567567566,86%,0,0,1,0,0,"andy baybutt,ice-t","documentary,music","united kingdom,united states",english,0.38152610441767065 -4638,4639,the band's visit,2007,13+,0.7972972972972971,98%,0,0,1,0,0,eran kolirin,"comedy,drama,music,romance","france,israel,united states","arabic,english,hebrew",0.3052208835341365 -744,745,chloe,2009,18+,0.635135135135135,51%,1,0,0,0,0,atom egoyan,"drama,mystery,romance,thriller","canada,france,united states",english,0.34136546184738953 -5034,5035,in the soup,1992,18+,0.7432432432432431,92%,0,0,1,0,0,alexandre rockwell,"comedy,drama","france,germany,italy,japan,spain,united states",english,0.3293172690763052 -4600,4601,the endless summer,1966,7+,0.8243243243243241,100%,0,0,1,0,0,bruce brown,"documentary,sport",united states,english,0.3373493975903614 -16244,16245,the nightmare before christmas,1993,7+,0.8648648648648647,95%,0,0,0,1,0,henry selick,"animation,family,fantasy,musical",united states,english,0.2610441767068273 -892,893,ninja assassin,2009,18+,0.635135135135135,25%,1,0,0,0,0,james mcteigue,"action,thriller","germany,united states",english,0.35341365461847385 -18,19,the king's speech,2010,18+,0.8648648648648647,95%,1,0,0,0,0,tom hooper,"biography,drama,history","australia,united kingdom,united states",english,0.429718875502008 -7111,7112,scatter my ashes at bergdorf's,2013,13+,0.635135135135135,50%,0,0,1,0,0,matthew miele,documentary,united states,english,0.3293172690763052 -7656,7657,the trouble with bliss,2011,13+,0.4999999999999999,33%,0,0,1,0,0,michael knowles,"comedy,drama",united states,english,0.34538152610441764 -7048,7049,yellowbrickroad,2010,18+,0.41891891891891886,50%,0,0,1,0,0,"andy mitton,jesse holland","horror,thriller",united states,english,0.34939759036144574 -11014,11015,spirit trap,2005,18+,0.3783783783783783,20%,0,0,1,0,0,david smith,"horror,thriller",united kingdom,english,0.321285140562249 -4857,4858,light of my life,2019,18+,0.6756756756756754,79%,0,0,1,0,0,casey affleck,"drama,sci-fi,thriller",united states,english,0.4337349397590361 -8200,8201,the romantics,2010,13+,0.4729729729729728,14%,0,0,1,0,0,galt niederhoffer,"comedy,drama,romance",united states,english,0.3373493975903614 -4488,4489,mississippi burning,1988,18+,0.8378378378378377,83%,0,0,1,0,0,alan parker,"crime,drama,history,mystery,thriller",united states,english,0.4698795180722891 -4495,4496,grizzly man,2005,18+,0.8378378378378377,92%,0,0,1,0,0,werner herzog,"biography,documentary",united states,english,0.36947791164658633 -5768,5769,the church,1989,18+,0.6216216216216215,64%,0,0,1,0,0,michele soavi,horror,italy,"hungarian,italian,latin",0.3654618473895582 -6811,6812,anguish,2015,18+,0.3918918918918918,62%,0,0,1,0,0,bigas luna,"horror,thriller",spain,"english,spanish",0.3012048192771084 -1229,1230,close enemies,2018,18+,0.635135135135135,58%,1,0,0,0,0,david oelhoffen,"drama,thriller","belgium,france","arabic,french",0.4016064257028112 -3928,3929,leaning into the wind: andy goldsworthy,2018,7+,0.689189189189189,98%,0,1,0,0,0,thomas riedelsheimer,documentary,"germany,united kingdom","english,french,portuguese",0.34538152610441764 -398,399,tinker bell and the legend of the neverbeast,2014,all,0.7702702702702701,75%,1,0,0,0,0,steve loter,"adventure,animation,family,fantasy",united states,english,0.2610441767068273 -4747,4748,the man who fell to earth,1976,18+,0.689189189189189,83%,0,0,1,0,0,nicolas roeg,"drama,sci-fi",united kingdom,english,0.5140562248995983 -722,723,sunday's illness,2018,13+,0.7162162162162161,94%,1,0,0,0,0,ramón salazar,drama,spain,"french,spanish",0.40963855421686746 -4786,4787,penelope,2006,7+,0.689189189189189,54%,0,0,1,0,0,mark palansky,"comedy,fantasy,romance","united kingdom,united states",english,0.37349397590361444 -5888,5889,bad blood: the movie,2017,16+,0.3513513513513513,100%,0,0,1,0,0,tim reis,"fantasy,horror,sci-fi",united states,english,0.27710843373493976 -7356,7357,man friday,1975,7+,0.6486486486486486,33%,0,0,1,0,0,jack gold,"adventure,drama","united kingdom,united states",english,0.41767068273092367 -7629,7630,love ranch,2010,18+,0.5405405405405403,13%,0,0,1,0,0,taylor hackford,"biography,comedy,drama,romance,sport","germany,united states",english,0.4257028112449799 -3723,3724,christine,2016,18+,0.7162162162162161,88%,0,1,0,0,0,john carpenter,"horror,thriller",united states,english,0.3975903614457831 -16270,16271,the straight story,1999,all,0.8648648648648647,95%,0,0,0,1,0,david lynch,"biography,drama","france,united kingdom,united states",english,0.4056224899598393 -6505,6506,hello mary lou: prom night ii,1987,18+,0.554054054054054,42%,0,0,1,0,0,bruce pittman,"horror,thriller",canada,english,0.34538152610441764 -16320,16321,eight below,2006,7+,0.7702702702702701,72%,0,0,0,1,0,frank marshall,"adventure,drama,family",united states,english,0.4377510040160642 -5144,5145,the prophecy,1995,18+,0.6621621621621621,43%,0,0,1,0,0,gregory widen,"action,crime,drama,fantasy,horror,mystery,thriller",united states,english,0.34939759036144574 -6201,6202,edmond,2005,18+,0.6216216216216215,47%,0,0,1,0,0,alexis michalik,"comedy,drama,history","belgium,france","french,russian",0.3975903614457831 -5900,5901,the journey,2017,13+,0.6756756756756754,69%,0,0,1,0,0,nick hamm,drama,united kingdom,english,0.3333333333333333 -5994,5995,heartburn,1986,18+,0.6081081081081079,45%,0,0,1,0,0,mike nichols,"comedy,drama",united states,english,0.38955823293172687 -1502,1503,step sisters,2018,13+,0.5135135135135135,22%,1,0,0,0,0,charles stone iii,comedy,united states,english,0.38955823293172687 -9516,9517,murders in the rue morgue,1971,13+,0.4864864864864864,20%,0,0,1,0,0,robert florey,"crime,horror,mystery,romance",united states,"danish,english,german",0.2008032128514056 -4042,4043,texas chainsaw 3d,2013,18+,0.43243243243243235,19%,0,1,1,0,0,john luessenhop,"horror,thriller",united states,english,0.3253012048192771 -5455,5456,tortilla soup,2001,13+,0.689189189189189,74%,0,0,1,0,0,maria ripoll,"comedy,drama,romance",united states,"english,spanish",0.3654618473895582 -5953,5954,alex of venice,2015,18+,0.5675675675675674,74%,0,0,1,0,0,chris messina,drama,united states,english,0.3012048192771084 -5165,5166,palo alto,2014,18+,0.6216216216216215,69%,0,0,1,0,0,gia coppola,drama,united states,english,0.35742971887550196 -3675,3676,the skeleton twins,2014,18+,0.7027027027027025,87%,0,1,1,0,0,craig johnson,"comedy,drama,romance",united states,english,0.3293172690763052 -16494,16495,g-force,2009,7+,0.4729729729729728,22%,0,0,0,1,0,hoyt yeatman,"action,adventure,comedy,family,fantasy,sci-fi",united states,"english,spanish",0.3092369477911646 -677,678,the rolling stones: olé olé olé! – a trip across latin america,2016,16+,0.7972972972972971,100%,1,0,0,0,0,paul dugdale,"documentary,music",united kingdom,"english,portuguese,spanish",0.37751004016064255 -4515,4516,lars and the real girl,2007,13+,0.7702702702702701,81%,0,0,1,0,0,craig gillespie,"comedy,drama,romance","canada,united states","english,spanish",0.38152610441767065 -5424,5425,me without you,2001,18+,0.7162162162162161,66%,0,0,1,0,0,sandra goldbacher,drama,"germany,united kingdom","english,french",0.38554216867469876 -1599,1600,i am wrath,2016,18+,0.5135135135135135,11%,1,0,0,0,0,chuck russell,"action,crime,drama,thriller",united states,english,0.3253012048192771 -3595,3596,annihilation,2018,18+,0.7162162162162161,88%,0,1,1,0,0,alex garland,"adventure,drama,horror,mystery,sci-fi,thriller","united kingdom,united states",english,0.41767068273092367 -4502,4503,deep red,1975,18+,0.8108108108108105,96%,0,0,1,0,0,dario argento,"horror,mystery,thriller",italy,"english,german,italian",0.46586345381526095 -458,459,bathtubs over broadway,2018,13+,0.7972972972972971,100%,1,0,0,0,0,dava whisenant,"comedy,documentary,music",united states,english,0.3052208835341365 -5647,5648,zarafa,2012,7+,0.7297297297297296,75%,0,0,1,0,0,"jean-christophe lie,rémi bezançon","adventure,animation,family","belgium,france",french,0.2690763052208835 -896,897,concussion,2013,18+,0.5405405405405403,75%,1,0,0,0,0,peter landesman,"biography,drama,sport","australia,united kingdom,united states",english,0.4497991967871486 -10788,10789,search and destroy,1995,18+,0.5135135135135135,33%,0,0,1,0,0,david salle,"action,comedy,drama",united states,english,0.31726907630522083 -5161,5162,the gateway,2018,13+,0.5270270270270269,63%,0,0,1,0,0,john v. soto,sci-fi,australia,english,0.31726907630522083 -35,36,klaus,2019,7+,0.8918918918918917,94%,1,0,0,0,0,"carlos martínez lópez,sergio pablos","adventure,animation,comedy,family",spain,"english,saami",0.34136546184738953 -16539,16540,the fox and the hound 2,2006,all,0.4999999999999999,20%,0,0,0,1,0,jim kammerud,"adventure,animation,comedy,family,musical",united states,english,0.23293172690763048 -4607,4608,murderball,2005,18+,0.8243243243243241,98%,0,0,1,0,0,"dana adam shapiro,henry alex rubin","documentary,sport",united states,english,0.3092369477911646 -7015,7016,age of heroes,2011,18+,0.5405405405405403,40%,0,0,1,0,0,adrian vitoria,"action,adventure,drama,thriller,war",united kingdom,"english,norwegian",0.31726907630522083 -357,358,outlaw king,2018,18+,0.7162162162162161,61%,1,0,0,0,0,david mackenzie,"action,biography,drama,history,war","united kingdom,united states","english,french,scottish gaelic",0.4417670682730923 -5112,5113,little big man,1970,13+,0.8108108108108105,96%,0,0,1,0,0,arthur penn,"adventure,comedy,drama,western",united states,english,0.5140562248995983 -6130,6131,disco pigs,2001,18+,0.689189189189189,20%,0,0,1,0,0,kirsten sheridan,"crime,drama,romance",ireland,english,0.3293172690763052 -563,564,american assassin,2017,18+,0.6216216216216215,35%,1,0,0,0,0,michael cuesta,"action,thriller",united states,"arabic,english,italian,persian,polish,russian,spanish,turkish",0.4056224899598393 -6571,6572,love stinks,1999,18+,0.5675675675675674,19%,0,0,1,0,0,jeff franklin,comedy,united states,english,0.3333333333333333 -397,398,bloodsport,1988,18+,0.7027027027027025,40%,1,0,0,0,0,newt arnold,"action,biography,drama,sport",united states,english,0.3253012048192771 -4924,4925,coffy,1973,18+,0.7027027027027025,79%,0,0,1,0,0,jack hill,"action,crime,thriller",united states,english,0.31726907630522083 -3589,3590,star trek ii: the wrath of khan,1982,7+,0.8243243243243241,87%,0,1,1,0,0,nicholas meyer,"action,adventure,sci-fi",united states,english,0.40963855421686746 -3880,3881,the first monday in may,2016,13+,0.7567567567567566,78%,0,1,0,0,0,andrew rossi,documentary,united states,english,0.31726907630522083 -6263,6264,farmageddon,2011,all,0.7432432432432431,57%,0,0,1,0,0,"richard phelan,will becher","adventure,animation,comedy,family,fantasy,sci-fi","belgium,france,united kingdom,united states",english,0.3012048192771084 -1015,1016,the final destination,2009,18+,0.4864864864864864,29%,1,0,0,0,0,david r. ellis,"horror,thriller",united states,english,0.285140562248996 -372,373,chitty chitty bang bang,1968,all,0.7162162162162161,67%,1,0,0,0,0,ken hughes,"adventure,family,fantasy,musical","united kingdom,united states","english,french,german,latin",0.5341365461847389 -5338,5339,believer,2018,7+,0.7297297297297296,64%,0,0,1,0,0,hae-young lee,"action,crime,thriller",south korea,korean,0.4497991967871486 -4618,4619,fanaa,2006,7+,0.7567567567567566,100%,0,0,1,0,0,kunal kohli,"drama,romance",india,"hindi,indonesian,italian",0.6305220883534136 -136,137,solo: a star wars story,2018,13+,0.7162162162162161,70%,1,0,0,0,0,ron howard,"action,adventure,sci-fi",united states,english,0.4979919678714859 -16230,16231,ratatouille,2007,all,0.8648648648648647,96%,0,0,0,1,0,"brad bird,jan pinkava","adventure,animation,comedy,drama,family,fantasy",united states,"english,french",0.4016064257028112 -4439,4440,it's a wonderful life,1946,7+,0.9459459459459456,94%,0,0,1,0,0,frank capra,"drama,family,fantasy",united states,"english,french",0.47791164658634533 -16296,16297,holes,2003,7+,0.7297297297297296,78%,0,0,0,1,0,andrew davis,"adventure,comedy,drama,family,mystery",united states,english,0.4257028112449799 -5895,5896,the creeping flesh,1973,7+,0.635135135135135,80%,0,0,1,0,0,freddie francis,"horror,sci-fi",united kingdom,english,0.3253012048192771 -387,388,click,2006,13+,0.6486486486486486,33%,1,0,0,0,0,frank coraci,"comedy,drama,fantasy,romance",united states,"english,japanese,portuguese",0.38554216867469876 -5858,5859,the portrait of a lady,1996,13+,0.6216216216216215,45%,0,0,1,0,0,jane campion,"drama,romance","united kingdom,united states","english,italian",0.5341365461847389 -3995,3996,free birds,2013,7+,0.581081081081081,19%,0,1,0,0,0,jimmy hayward,"adventure,animation,comedy,family,sci-fi",united states,english,0.321285140562249 -16248,16249,ant-man,2015,13+,0.7702702702702701,83%,0,0,0,1,0,peyton reed,"action,adventure,comedy,sci-fi",united states,english,0.4257028112449799 -3840,3841,aniara,2019,18+,0.6216216216216215,70%,0,1,0,0,0,"hugo lilja,pella kagerman","drama,sci-fi","denmark,sweden","english,spanish,swedish",0.38152610441767065 -3430,3431,mantra,2017,13+,0.4864864864864864,40%,1,0,1,0,0,nicholas kharkongor,"drama,family",india,english,0.31726907630522083 -7262,7263,the black cat,1981,18+,0.581081081081081,40%,0,0,1,0,0,"dario argento,george a. romero",horror,"italy,united states",english,0.4377510040160642 -5766,5767,tales from the script,2009,7+,0.7432432432432431,75%,0,0,1,0,0,peter hanson,documentary,united states,english,0.37751004016064255 -5793,5794,wake wood,2011,18+,0.5270270270270269,80%,0,0,1,0,0,david keating,"drama,horror,thriller","ireland,united kingdom",english,0.31726907630522083 -16489,16490,stitch! the movie,2003,all,0.6216216216216215,20%,0,0,0,1,0,"roberts gannaway,tony craig","adventure,animation,comedy,family,sci-fi",united states,"english,hawaiian",0.1967871485943775 -7830,7831,an american carol,2008,13+,0.3378378378378377,13%,0,0,1,0,0,david zucker,"comedy,fantasy",united states,english,0.2891566265060241 -8133,8134,kickin' it old skool,2007,13+,0.40540540540540526,2%,0,0,1,0,0,harvey glazer,comedy,"canada,united states",english,0.38955823293172687 -853,854,alone in berlin,2016,18+,0.6621621621621621,57%,1,0,0,0,0,vincent perez,"drama,history,war","france,germany,united kingdom",english,0.36947791164658633 -4514,4515,the last waltz,1978,7+,0.8918918918918917,98%,0,0,1,0,0,martin scorsese,"biography,documentary,music",united states,"english,middle english",0.4257028112449799 -6068,6069,cousins,1989,13+,0.635135135135135,50%,0,0,1,0,0,"mauro carvalho,thiago cazado","comedy,drama,romance",brazil,portuguese,0.2891566265060241 -10739,10740,one fall,2016,13+,0.4864864864864864,10%,0,0,1,0,0,marcus dean fuller,drama,united states,english,0.31726907630522083 -9897,9898,lift,2001,18+,0.6081081081081079,44%,0,0,1,0,0,dick maas,"fantasy,horror,sci-fi,thriller",netherlands,dutch,0.3373493975903614 -1792,1793,a dangerous woman,1993,18+,0.5675675675675674,50%,1,0,0,0,0,stephen gyllenhaal,"drama,romance",united states,english,0.3654618473895582 -3996,3997,righteous kill,2008,18+,0.5945945945945945,18%,0,1,0,0,0,jon avnet,"crime,drama,mystery,thriller",united states,"english,russian,spanish",0.36144578313253006 -8158,8159,the basement,2018,18+,0.40540540540540526,11%,0,0,1,0,0,tommy o'haver,"biography,crime,drama,horror",united states,english,0.34939759036144574 -3906,3907,unlocked,2017,18+,0.6216216216216215,26%,0,1,0,0,0,michael apted,"action,drama,mystery,thriller","czech republic,france,switzerland,united kingdom,united states","arabic,english,german",0.34939759036144574 -16289,16290,mickey's christmas carol,1983,all,0.8648648648648647,100%,0,0,0,1,0,burny mattinson,"animation,comedy,family,fantasy,short",united states,english,0.060240963855421686 -6828,6829,the object of beauty,1991,18+,0.5405405405405403,77%,0,0,1,0,0,michael lindsay-hogg,"comedy,crime,drama","united kingdom,united states",english,0.36947791164658633 -5094,5095,hichki,2018,7+,0.7972972972972971,55%,0,0,1,0,0,siddharth malhotra,"comedy,drama",india,"english,hindi",0.4216867469879518 -575,576,the money pit,1986,7+,0.6486486486486486,48%,1,0,0,0,0,richard benjamin,comedy,united states,"chinese,english,portuguese,russian,spanish",0.321285140562249 -7146,7147,the mighty peking man,1977,13+,0.4999999999999999,55%,0,0,1,0,0,meng hua ho,"action,adventure,horror,sci-fi",hong kong,mandarin,0.3012048192771084 -16228,16229,thor: ragnarok,2017,13+,0.8513513513513513,93%,0,0,0,1,0,taika waititi,"action,adventure,comedy,fantasy,sci-fi",united states,english,0.47791164658634533 -5964,5965,shy people,1987,18+,0.7027027027027025,64%,0,0,1,0,0,andrey konchalovskiy,drama,united states,english,0.429718875502008 -4703,4704,the house of the devil,2009,18+,0.6486486486486486,87%,0,0,1,0,0,ti west,horror,united states,english,0.3373493975903614 -8608,8609,disappearances,2007,13+,0.44594594594594583,50%,0,0,1,0,0,jay craven,"action,adventure,drama",united states,"english,french",0.429718875502008 -4741,4742,a private war,2018,18+,0.689189189189189,87%,0,0,1,0,0,matthew heineman,"biography,drama,war","united kingdom,united states",english,0.3975903614457831 -1045,1046,tremors 3: back to perfection,2001,7+,0.4999999999999999,67%,1,0,0,0,0,brent maddock,"action,comedy,horror,sci-fi,thriller",united states,english,0.37349397590361444 -1390,1391,the cat in the hat,2003,7+,0.31081081081081074,9%,1,1,0,0,0,bo welch,"adventure,comedy,family,fantasy",united states,english,0.285140562248996 -4799,4800,the war zone,1999,18+,0.7702702702702701,84%,0,0,1,0,0,tim roth,"drama,thriller","italy,united kingdom",english,0.34939759036144574 -16215,16216,toy story,1995,all,0.9054054054054053,100%,0,0,0,1,0,john lasseter,"adventure,animation,comedy,family,fantasy",united states,english,0.28112449799196787 -10,11,taxi driver,1976,18+,0.9054054054054053,95%,1,0,0,0,0,martin scorsese,"crime,drama",united states,"english,spanish",0.41365461847389556 -1973,1974,judwaa 2,2017,16+,0.29729729729729715,36%,1,0,0,0,0,david dhawan,"action,comedy",india,hindi,0.538152610441767 -3642,3643,horton hears a who!,2008,all,0.7027027027027025,79%,0,1,0,0,0,"jimmy hayward,steve martino","adventure,animation,comedy,family,fantasy",united states,english,0.3012048192771084 -920,921,paheli,2005,13+,0.6621621621621621,57%,1,0,0,0,0,amol palekar,"comedy,drama,fantasy,musical,romance",india,hindi,0.5180722891566265 -1720,1721,shorts,2009,7+,0.41891891891891886,46%,1,0,0,0,0,robert rodriguez,"comedy,family,fantasy","united arab emirates,united states",english,0.3132530120481927 -182,183,the rainmaker,1997,13+,0.7567567567567566,83%,1,0,1,0,0,francis ford coppola,"crime,drama,thriller","germany,united states",english,0.4979919678714859 -319,320,den of thieves,2018,18+,0.7297297297297296,41%,1,0,0,0,0,christian gudegast,"action,crime,drama,mystery,thriller",united states,"english,polynesian,spanish",0.5180722891566265 -4219,4220,"literally, right before aaron",2017,16+,0.3918918918918918,25%,0,1,0,0,0,ryan eggold,"comedy,drama",united states,english,0.3654618473895582 -1002,1003,norman lear: just another version of you,2016,13+,0.7567567567567566,86%,1,0,0,0,0,"heidi ewing,rachel grady","biography,documentary,history",united states,english,0.321285140562249 -9270,9271,seeing other people,2004,18+,0.5675675675675674,39%,0,0,1,0,0,wallace wolodarsky,"comedy,romance",united states,english,0.31726907630522083 -4494,4495,dead man walking,1995,18+,0.7972972972972971,95%,0,0,1,0,0,tim robbins,"crime,drama","united kingdom,united states",english,0.4457831325301204 -4520,4521,veer-zaara,2004,7+,0.8378378378378377,92%,0,0,1,0,0,yash chopra,"drama,family,musical,romance",india,hindi,0.7269076305220883 -1721,1722,rim of the world,2019,7+,0.4729729729729728,30%,1,0,0,0,0,mcg,"action,adventure,comedy,sci-fi",united states,"chinese,english",0.34939759036144574 -1448,1449,she hate me,2004,18+,0.4999999999999999,19%,1,0,0,0,0,spike lee,"comedy,drama",united states,"english,german,spanish",0.5100401606425702 -106,107,ip man 2,2010,18+,0.7972972972972971,96%,1,0,0,0,0,wilson yip,"action,biography,drama,history","china,hong kong","cantonese,english,mandarin",0.38955823293172687 -876,877,14 blades,2010,18+,0.635135135135135,69%,1,0,0,0,0,daniel lee,"action,history,thriller","china,hong kong,singapore",mandarin,0.41365461847389556 -6861,6862,good,2008,18+,0.6216216216216215,32%,0,0,1,0,0,vicente amorim,"drama,romance,war","cayman islands,germany,hungary,united kingdom","english,french,german",0.3253012048192771 -613,614,the iron lady,2011,13+,0.6486486486486486,52%,1,0,0,0,0,phyllida lloyd,"biography,drama","france,united kingdom",english,0.37751004016064255 -90,91,dolemite is my name,2019,18+,0.7702702702702701,97%,1,0,0,0,0,craig brewer,"biography,comedy,drama",united states,english,0.429718875502008 -4566,4567,terms of endearment,1983,7+,0.7837837837837837,78%,0,0,1,0,0,james l. brooks,"comedy,drama",united states,english,0.48594377510040154 -7274,7275,rough stuff,2016,18+,0.40540540540540526,80%,0,0,1,0,0,michael gottlieb,"action,comedy,family",united states,"english,german",0.2931726907630522 -3663,3664,a brilliant young mind,2014,13+,0.7432432432432431,87%,0,1,1,0,0,morgan matthews,"drama,romance",united kingdom,"english,mandarin",0.4016064257028112 -3731,3732,wayne's world 2,1993,13+,0.6216216216216215,61%,0,1,1,0,0,stephen surjik,"comedy,music",united states,"cantonese,english",0.3373493975903614 -6582,6583,circle of iron,1978,18+,0.581081081081081,43%,0,0,1,0,0,richard moore,"action,adventure,fantasy",united states,english,0.3654618473895582 -141,142,bill burr: i'm sorry you feel that way,2014,18+,0.9189189189189189,100%,1,0,0,0,0,jay karas,comedy,united states,english,0.27710843373493976 -3847,3848,the den,2013,18+,0.5945945945945945,76%,0,1,0,0,0,zachary donohue,"horror,mystery,thriller",united states,english,0.28112449799196787 -272,273,ace ventura: pet detective,1994,13+,0.7162162162162161,48%,1,0,0,0,0,tom shadyac,comedy,united states,english,0.3012048192771084 -590,591,laggies,2014,18+,0.6486486486486486,65%,1,0,0,0,0,lynn shelton,"comedy,drama,romance",united states,english,0.35341365461847385 -1608,1609,xoxo,2016,18+,0.4999999999999999,71%,1,0,0,0,0,christopher louie,"drama,music",united states,english,0.3253012048192771 -3823,3824,the mexican,2001,18+,0.6081081081081079,54%,0,1,0,0,0,gore verbinski,"adventure,comedy,crime,romance","mexico,united states","english,spanish",0.4497991967871486 -4133,4134,casa de los babys,2003,18+,0.635135135135135,58%,0,1,0,0,0,john sayles,drama,"mexico,united states","english,spanish",0.3373493975903614 -878,879,triple threat,2019,18+,0.5270270270270269,68%,1,0,0,0,0,jesse v. johnson,"action,thriller","china,thailand,united states","english,mandarin,thai",0.34136546184738953 -1569,1570,how it ends,2018,18+,0.4594594594594593,17%,1,0,0,0,0,david m. rosenthal,"action,adventure,drama,mystery,sci-fi,thriller",united states,english,0.40963855421686746 -255,256,slow west,2015,18+,0.7162162162162161,92%,1,0,0,0,0,john maclean,"action,adventure,drama,romance,thriller,western","new zealand,united kingdom","english,french",0.2931726907630522 -4564,4565,triangle,2009,18+,0.7162162162162161,80%,0,0,1,0,0,christopher smith,"fantasy,mystery,thriller","australia,united kingdom",english,0.35341365461847385 -16417,16418,piglet's big movie,2003,all,0.6081081081081079,70%,0,0,0,1,0,francis glebas,"adventure,animation,comedy,family,musical,mystery",united states,english,0.2570281124497992 -5525,5526,nobody's watching,2017,18+,0.6756756756756754,89%,0,0,1,0,0,julia solomonoff,drama,"argentina,brazil,colombia,spain,united states","english,portuguese,spanish",0.3654618473895582 -16277,16278,star wars: the rise of skywalker,2019,13+,0.689189189189189,52%,0,0,0,1,0,j.j. abrams,"action,adventure,fantasy,sci-fi",united states,english,0.5261044176706827 -3645,3646,phone booth,2002,18+,0.7297297297297296,72%,0,1,0,0,0,joel schumacher,"crime,thriller",united states,"english,swahili",0.28112449799196787 -780,781,win it all,2017,18+,0.6216216216216215,85%,1,0,0,0,0,joe swanberg,comedy,united states,english,0.3092369477911646 -4121,4122,the boost,1988,18+,0.6081081081081079,38%,0,1,0,0,0,harold becker,"drama,romance",united states,english,0.3373493975903614 -7996,7997,gacy,2003,18+,0.41891891891891886,17%,0,0,1,0,0,clive saunders,"biography,crime,drama,horror,thriller",united states,english,0.3092369477911646 -7379,7380,pipe dream,2002,18+,0.581081081081081,72%,0,0,1,0,0,john walsh,"comedy,romance",united states,english,0.321285140562249 -5943,5944,manhunt: the inside story of the hunt for bin laden,2013,16+,0.7162162162162161,57%,0,0,1,0,0,greg barker,"documentary,history,war","afghanistan,united arab emirates,united kingdom,united states",english,0.3654618473895582 -139,140,the croods,2013,7+,0.7567567567567566,71%,1,0,0,0,0,"chris sanders,kirk demicco","action,adventure,animation,comedy,family,fantasy",united states,english,0.34939759036144574 -5172,5173,the opposite of sex,1998,18+,0.635135135135135,80%,0,0,1,0,0,don roos,"comedy,drama,romance",united states,english,0.37751004016064255 -70,71,song of the sea,2014,7+,0.8783783783783781,99%,1,0,0,0,0,tomm moore,"adventure,animation,drama,family,fantasy","belgium,denmark,france,ireland,luxembourg","english,irish",0.3293172690763052 -4922,4923,dick tracy,1990,7+,0.6081081081081079,62%,0,0,1,0,0,warren beatty,"action,comedy,crime,music,romance,thriller",united states,english,0.37751004016064255 -7908,7909,girl on a bicycle,2013,18+,0.6216216216216215,8%,0,0,1,0,0,jeremy leven,"comedy,drama,romance","france,germany","english,french,german,italian",0.36144578313253006 -4510,4511,seven psychopaths,2012,18+,0.7567567567567566,82%,0,0,1,0,0,martin mcdonagh,"comedy,crime","united kingdom,united states","english,vietnamese",0.3975903614457831 -552,553,colonia,2016,18+,0.7432432432432431,26%,1,0,0,0,0,florian gallenberger,"biography,drama,history,romance,thriller","france,germany,luxembourg,united kingdom","english,spanish",0.3975903614457831 -4195,4196,wounds,2019,18+,0.32432432432432423,51%,0,1,0,0,0,babak anvari,"drama,horror,mystery,thriller","united kingdom,united states",english,0.3373493975903614 -6021,6022,necessary roughness,1991,13+,0.6216216216216215,33%,0,0,1,0,0,stan dragoti,"comedy,sport",united states,english,0.38955823293172687 -3699,3700,oculus,2014,18+,0.6621621621621621,75%,0,1,0,0,0,mike flanagan,"horror,mystery",united states,english,0.37349397590361444 -1014,1015,jim gaffigan: obsessed,2014,16+,0.8108108108108105,100%,1,0,0,0,0,jay chapman,"comedy,documentary",united states,english,0.1967871485943775 -4604,4605,the snowman,1982,all,0.8918918918918917,80%,0,0,1,0,0,tomas alfredson,"crime,drama,mystery,thriller","china,japan,sweden,united kingdom,united states","english,russian",0.4337349397590361 -4455,4456,captain america: the first avenger,2011,13+,0.7162162162162161,80%,0,0,1,1,0,joe johnston,"action,adventure,sci-fi",united states,"english,french,norwegian",0.4538152610441767 -16220,16221,finding nemo,2003,all,0.8783783783783781,99%,0,0,0,1,0,"andrew stanton,lee unkrich","adventure,animation,comedy,family","australia,united states",english,0.35742971887550196 -6249,6250,the babysitters,2007,18+,0.5405405405405403,33%,0,0,1,0,0,david ross,"adventure,drama",united states,english,0.3092369477911646 -1851,1852,good people,2014,18+,0.5270270270270269,9%,1,0,0,0,0,henrik ruben genz,"action,crime,thriller","denmark,sweden,united kingdom,united states",english,0.31726907630522083 -4752,4753,embrace,2016,7+,0.7567567567567566,100%,0,0,1,0,0,taryn brumfitt,documentary,"australia,canada,dominican republic,france,germany,united kingdom,united states",english,0.31726907630522083 -178,179,the mask of zorro,1998,13+,0.689189189189189,82%,1,0,0,0,0,martin campbell,"action,adventure,comedy,romance,thriller,western","germany,mexico,united states",english,0.502008032128514 -4269,4270,the intended,2002,18+,0.5675675675675674,33%,0,1,0,0,0,kristian levring,"drama,thriller","denmark,united kingdom",english,0.3975903614457831 -5478,5479,"lovely, still",2008,7+,0.7432432432432431,73%,0,0,1,0,0,nicholas fackler,"drama,romance",united states,english,0.3253012048192771 -5054,5055,fear of a black hat,1994,18+,0.7567567567567566,86%,0,0,1,0,0,rusty cundieff,"comedy,music","united kingdom,united states",english,0.3092369477911646 -1197,1198,"fireworks, should we see it from the side or the bottom?",2017,13+,0.5270270270270269,43%,1,0,0,0,0,"akiyuki shinbo,nobuyuki takeuchi","animation,drama,family,fantasy,romance,sci-fi",japan,japanese,0.31726907630522083 -5919,5920,ae dil hai mushkil,2016,13+,0.5675675675675674,50%,0,0,1,0,0,karan johar,"drama,music,musical,romance",india,hindi,0.5903614457831324 -5107,5108,bad samaritan,2018,18+,0.6486486486486486,53%,0,0,1,0,0,dean devlin,"crime,horror,thriller",united states,english,0.3975903614457831 -6465,6466,the song of sway lake,2019,18+,0.5945945945945945,42%,0,0,1,0,0,ari gold,"drama,music,romance",united states,english,0.3333333333333333 -1211,1212,"crouching tiger, hidden dragon: sword of destiny",2016,13+,0.6081081081081079,20%,1,0,0,0,0,woo-ping yuen,"action,adventure,drama,fantasy","china,united states",english,0.34136546184738953 -5040,5041,antarctica: a year on ice,2013,7+,0.8108108108108105,87%,0,0,1,0,0,anthony powell,"adventure,biography,documentary,drama",new zealand,english,0.321285140562249 -5727,5728,q,1982,18+,0.5945945945945945,69%,0,0,1,0,0,laurent bouhnik,"drama,romance",france,french,0.36947791164658633 -5396,5397,the kill team,2013,18+,0.7297297297297296,90%,0,0,1,0,0,dan krauss,"action,drama,thriller,war","spain,united states",english,0.3052208835341365 -5189,5190,i spit on your grave,2010,18+,0.635135135135135,33%,0,0,1,0,0,steven r. monroe,"horror,thriller",united states,english,0.38955823293172687 -6905,6906,song one,2015,13+,0.5675675675675674,33%,0,0,1,0,0,kate barker-froyland,"drama,music",united states,english,0.3012048192771084 -393,394,how the grinch stole christmas,2000,7+,0.6216216216216215,50%,1,0,0,0,0,ron howard,"comedy,family,fantasy","germany,united states",english,0.37349397590361444 -5621,5622,pet,2016,18+,0.554054054054054,56%,0,0,1,0,0,carles torrens,"horror,thriller","spain,united states",english,0.3333333333333333 -239,240,scooby-doo on zombie island,1998,all,0.8378378378378377,86%,1,0,0,0,0,"hiroshi aoyama,jim stenstrum,kazumi fukushima","adventure,animation,comedy,family,fantasy,mystery",united states,english,0.2650602409638554 -1472,1473,by the sea,2015,18+,0.4999999999999999,34%,1,0,0,0,0,angelina jolie,"drama,romance","france,malta,united states","english,french,ukrainian",0.4457831325301204 -5641,5642,100 bloody acres,2012,18+,0.5945945945945945,79%,0,0,1,0,0,"cameron cairnes,colin cairnes","comedy,horror",australia,english,0.321285140562249 -4893,4894,eye of the needle,1981,18+,0.7432432432432431,81%,0,0,1,0,0,richard marquand,"romance,thriller,war",united kingdom,"english,german",0.4056224899598393 -16357,16358,brother bear,2003,all,0.7027027027027025,37%,0,0,0,1,0,"aaron blaise,robert walker","adventure,animation,comedy,family,fantasy",united states,"croatian,english,inuktitut,serbian",0.2971887550200803 -5415,5416,scott walker: 30 century man,2007,all,0.7567567567567566,87%,0,0,1,0,0,stephen kijak,"biography,documentary,music",united kingdom,english,0.3373493975903614 -4501,4502,midsommar,2019,18+,0.7432432432432431,83%,0,0,1,0,0,ari aster,"drama,horror,mystery,thriller","sweden,united states","english,swedish",0.5502008032128514 -4613,4614,runaway train,1985,18+,0.7567567567567566,85%,0,0,1,0,0,tony scott,"action,thriller",united states,english,0.34939759036144574 -335,336,being elmo: a puppeteer's journey,2011,7+,0.8108108108108105,95%,1,0,0,0,0,"constance marks,philip shane",documentary,united states,english,0.27710843373493976 -4826,4827,city of ghosts,2017,18+,0.7837837837837837,98%,0,0,1,0,0,matt dillon,"crime,drama,thriller",united states,"english,french,khmer,russian",0.4216867469879518 -437,438,gaga: five foot two,2017,18+,0.7297297297297296,74%,1,0,0,0,0,chris moukarbel,"documentary,music",united states,english,0.35742971887550196 -7821,7822,greedy lying bastards,2013,13+,0.5405405405405403,67%,0,0,1,0,0,craig scott rosebraugh,documentary,united states,"english,spanish",0.31726907630522083 -8546,8547,"sex, death and bowling",2015,18+,0.4999999999999999,17%,0,0,1,0,0,ally walker,"comedy,drama,family",united states,english,0.3253012048192771 -4054,4055,bolden,2019,18+,0.5405405405405403,70%,0,1,1,0,0,dan pritzker,drama,united states,english,0.38955823293172687 -16600,16601,the hunchback of notre dame ii,2002,all,0.41891891891891886,30%,0,0,0,1,0,bradley raymond,"adventure,animation,comedy,drama,family,musical,romance",united states,english,0.22891566265060237 -6279,6280,mondo cane,1962,18+,0.6486486486486486,50%,0,0,1,0,0,"franco prosperi,gualtiero jacopetti,paolo cavara",documentary,italy,italian,0.38955823293172687 -2316,2317,monsters: dark continent,2014,18+,0.3648648648648647,17%,1,0,0,0,0,tom green,"action,drama,horror,sci-fi,thriller,war",united kingdom,english,0.4337349397590361 -201,202,the ring,2002,13+,0.7432432432432431,71%,1,0,1,0,0,gore verbinski,"horror,mystery",united states,english,0.41767068273092367 -5353,5354,vampire's kiss,1988,18+,0.5945945945945945,61%,0,0,1,0,0,robert bierman,"comedy,horror",united states,"english,german",0.36947791164658633 -200,201,bird box,2018,18+,0.6756756756756754,63%,1,0,0,0,0,susanne bier,"drama,horror,sci-fi",united states,english,0.4538152610441767 -958,959,nobody speak: trials of the free press,2017,16+,0.6621621621621621,91%,1,0,0,0,0,brian knappenberger,documentary,"netherlands,united states",english,0.3373493975903614 -5436,5437,dark blue,2002,18+,0.6756756756756754,59%,0,0,1,0,0,ron shelton,"crime,drama,thriller","germany,united kingdom,united states",english,0.429718875502008 -260,261,sinister,2012,18+,0.7027027027027025,64%,1,0,0,0,0,scott derrickson,"horror,mystery,thriller","canada,united kingdom,united states",english,0.3975903614457831 -3851,3852,the 33,2015,13+,0.7162162162162161,48%,0,1,0,0,0,patricia riggen,"biography,drama,history","chile,colombia,spain,united states","english,spanish",0.46586345381526095 -331,332,bad boys ii,2003,18+,0.6756756756756754,23%,1,0,0,0,0,michael bay,"action,comedy,crime,thriller",united states,"english,russian,spanish",0.5461847389558232 -4868,4869,mardaani,2014,13+,0.7702702702702701,67%,0,0,1,0,0,pradeep sarkar,"action,crime,drama,thriller",india,hindi,0.40963855421686746 -16375,16376,newsies,1992,7+,0.7297297297297296,39%,0,0,0,1,0,kenny ortega,"drama,family,history,musical",united states,english,0.4417670682730923 -910,911,secret in their eyes,2015,13+,0.635135135135135,39%,1,0,0,0,0,billy ray,"crime,drama,mystery,thriller","south korea,spain,united kingdom,united states",english,0.4016064257028112 -558,559,above the rim,1994,18+,0.6756756756756754,53%,1,0,0,0,0,jeff pollack,"crime,drama,sport,thriller",united states,english,0.34136546184738953 -5733,5734,night hunter,2019,18+,0.581081081081081,14%,0,0,1,0,0,david raymond,"action,crime,drama,mystery,thriller","canada,united states",english,0.34939759036144574 -6659,6660,a short history of decay,2014,18+,0.581081081081081,67%,0,0,1,0,0,michael maren,comedy,united states,english,0.3333333333333333 -7069,7070,alien trespass,2009,7+,0.554054054054054,36%,0,0,1,0,0,r.w. goodwin,"comedy,horror,sci-fi,thriller","canada,united states",english,0.31726907630522083 -748,749,all about nina,2018,18+,0.5945945945945945,86%,1,0,0,0,0,eva vives,"comedy,drama,romance",united states,english,0.34538152610441764 -6495,6496,wasted on the young,2010,18+,0.581081081081081,60%,0,0,1,0,0,ben c. lucas,"drama,thriller",australia,english,0.34538152610441764 -5771,5772,urbania,2000,18+,0.7027027027027025,72%,0,0,1,0,0,jon shear,drama,united states,english,0.36947791164658633 -3856,3857,the man who killed hitler and then the bigfoot,2019,18+,0.5405405405405403,76%,0,1,0,0,0,robert d. krzykowski,"adventure,drama,sci-fi,war",united states,"english,russian",0.34939759036144574 -5262,5263,the poughkeepsie tapes,2007,18+,0.6081081081081079,60%,0,0,1,0,0,john erick dowdle,"horror,mystery,thriller",united states,english,0.28112449799196787 -10983,10984,the ape,1940,all,0.40540540540540526,40%,0,0,1,0,0,"ernest b. schoedsack,merian c. cooper","adventure,horror,sci-fi",united states,english,0.35742971887550196 -214,215,hitch,2005,13+,0.6756756756756754,68%,1,1,0,0,0,andy tennant,"comedy,romance",united states,english,0.429718875502008 -1003,1004,a tale of love and darkness,2015,13+,0.5945945945945945,71%,1,0,0,0,0,natalie portman,"biography,drama,history,mystery,romance,war","israel,united states","arabic,english,hebrew,russian",0.3373493975903614 -3783,3784,star trek: insurrection,1998,7+,0.6486486486486486,55%,0,1,1,0,0,jonathan frakes,"action,adventure,sci-fi,thriller",united states,english,0.36947791164658633 -4542,4543,miss sloane,2016,18+,0.7972972972972971,76%,0,0,1,0,0,john madden,"drama,thriller","canada,france,united kingdom,united states",english,0.48594377510040154 -1636,1637,sliver,1993,18+,0.4594594594594593,11%,1,0,0,0,0,phillip noyce,"drama,thriller",united states,english,0.38554216867469876 -187,188,shot caller,2017,18+,0.7702702702702701,69%,1,0,0,0,0,ric roman waugh,"crime,drama,thriller",united states,english,0.4417670682730923 -127,128,the wicker man,1973,18+,0.7972972972972971,89%,1,0,0,0,0,robin hardy,"horror,mystery,thriller",united kingdom,english,0.3092369477911646 -3955,3956,the tall man,2012,18+,0.581081081081081,41%,0,1,1,0,0,pascal laugier,"crime,drama,horror,mystery,thriller","canada,france,united states",english,0.38152610441767065 -7172,7173,kissing candice,2018,16+,0.4864864864864864,73%,0,0,1,0,0,aoife mcardle,drama,"ireland,united kingdom",english,0.38955823293172687 -4148,4149,sprung,1997,18+,0.4594594594594593,22%,0,1,1,0,0,rusty cundieff,"comedy,romance",united states,english,0.37751004016064255 -3967,3968,æon flux,2005,13+,0.5135135135135135,9%,0,1,0,0,0,karyn kusama,"action,adventure,sci-fi,thriller","brazil,germany,italy,united states",english,0.3293172690763052 -604,605,quartet,2012,13+,0.7027027027027025,80%,1,0,0,0,0,dustin hoffman,"comedy,drama",united kingdom,"english,french,italian,polish",0.34939759036144574 -5426,5427,tales of halloween,2015,18+,0.5270270270270269,79%,0,0,1,0,0,"adam gierasch,andrew kasch,axelle carolyn,darren lynn bousman,dave parker,john skipp,lucky mckee,mike mendez,neil marshall,paul solet,ryan schifrin","comedy,horror",united states,english,0.3253012048192771 -8577,8578,beneath,2013,18+,0.28378378378378377,33%,0,0,1,0,0,larry fessenden,"horror,sci-fi,thriller",united states,english,0.31726907630522083 -7503,7504,programming the nation?,2011,all,0.6216216216216215,38%,0,0,1,0,0,jeff warrick,documentary,united states,english,0.37751004016064255 -2232,2233,shark night 3d,2011,13+,0.32432432432432423,19%,1,0,0,0,0,david r. ellis,"horror,thriller",united states,english,0.31726907630522083 -1172,1173,all the boys love mandy lane,2008,18+,0.5270270270270269,43%,1,0,0,0,0,jonathan levine,horror,united states,english,0.31726907630522083 -7593,7594,nomads,1986,18+,0.5135135135135135,22%,0,0,1,0,0,john mctiernan,"horror,mystery,thriller",united states,"english,french",0.321285140562249 -161,162,i am mother,2019,13+,0.689189189189189,90%,1,0,0,0,0,grant sputore,"drama,mystery,sci-fi,thriller",australia,english,0.40963855421686746 -16397,16398,the black cauldron,1985,7+,0.6486486486486486,55%,0,0,0,1,0,"richard rich,ted berman","action,adventure,animation,family,fantasy,horror","united kingdom,united states","english,portuguese",0.27710843373493976 -3816,3817,gilbert,2017,18+,0.7837837837837837,95%,0,1,0,0,0,neil berkeley,"biography,comedy,documentary",united states,english,0.3333333333333333 -402,403,sarah's key,2010,13+,0.7972972972972971,72%,1,0,0,0,0,gilles paquet-brenner,"drama,war",france,"english,french,german,italian,yiddish",0.4016064257028112 -5660,5661,author: the jt leroy story,2016,18+,0.7432432432432431,78%,0,0,1,0,0,jeff feuerzeig,"biography,documentary",united states,"english,german",0.3975903614457831 -3810,3811,american ultra,2015,18+,0.6081081081081079,43%,0,1,1,0,0,nima nourizadeh,"action,comedy","switzerland,united states","english,mandarin",0.34136546184738953 -1929,1930,the love guru,2008,13+,0.29729729729729715,14%,1,0,1,0,0,marco schnabel,"comedy,romance,sport","germany,united kingdom,united states",english,0.3052208835341365 -268,269,jarhead,2005,18+,0.7297297297297296,61%,1,0,0,0,0,sam mendes,"action,biography,drama,war","germany,united kingdom,united states","arabic,english,latin,spanish",0.45783132530120474 -5128,5129,on any sunday,1971,all,0.8378378378378377,83%,0,0,1,0,0,bruce brown,"documentary,sport",united states,english,0.34136546184738953 -4596,4597,the aeronauts,2019,13+,0.6756756756756754,72%,0,0,1,0,0,tom harper,"action,adventure,biography,drama,romance","united kingdom,united states","english,french,latin",0.35742971887550196 -56,57,the curious case of benjamin button,2008,13+,0.8378378378378377,71%,1,0,0,0,0,david fincher,"drama,fantasy,romance",united states,"english,french,russian",0.6224899598393574 -5837,5838,what still remains,2018,16+,0.41891891891891886,90%,0,0,1,0,0,josh mendoza,"drama,thriller",united states,english,0.3253012048192771 -68,69,el camino: a breaking bad movie,2019,18+,0.7837837837837837,91%,1,0,0,0,0,vince gilligan,"action,crime,drama",united states,english,0.4457831325301204 -5538,5539,shottas,2002,18+,0.6216216216216215,19%,0,0,1,0,0,cess silvera,"action,crime,drama","jamaica,united states",english,0.3373493975903614 -1240,1241,barely lethal,2015,13+,0.5135135135135135,26%,1,0,0,0,0,kyle newman,"action,adventure,comedy",united states,english,0.34136546184738953 -4519,4520,honey boy,2019,18+,0.7702702702702701,94%,0,0,1,0,0,alma har'el,drama,united states,"english,spanish",0.3333333333333333 -5734,5735,boy wonder,2010,18+,0.7027027027027025,50%,0,0,1,0,0,michael morrissey,"action,crime,drama,thriller",united states,english,0.3293172690763052 -6267,6268,desert bloom,1986,7+,0.689189189189189,64%,0,0,1,0,0,eugene corr,"drama,family,romance",united states,english,0.37751004016064255 -3888,3889,universal soldier,1992,18+,0.5945945945945945,29%,0,1,0,0,0,roland emmerich,"action,sci-fi",united states,english,0.3654618473895582 -288,289,hamburger hill,1987,18+,0.689189189189189,100%,1,0,1,0,0,john irvin,"action,drama,thriller,war",united states,"english,french",0.3975903614457831 -3686,3687,star trek iii: the search for spock,1984,7+,0.689189189189189,80%,0,1,1,0,0,leonard nimoy,"action,adventure,sci-fi",united states,"english,french,klingon,russian",0.37751004016064255 -855,856,burning sands,2017,18+,0.6081081081081079,86%,1,0,0,0,0,gerard mcmurray,drama,united states,english,0.34136546184738953 -16398,16399,the game plan,2007,7+,0.6081081081081079,28%,0,0,0,1,0,andy fickman,"comedy,family,sport",united states,english,0.3975903614457831 -4664,4665,suspiria,2018,18+,0.7027027027027025,65%,0,0,1,0,0,luca guadagnino,"fantasy,horror,mystery,thriller","italy,united states","english,french,german,russian",0.5662650602409638 -6655,6656,the great new wonderful,2005,18+,0.5405405405405403,73%,0,0,1,0,0,danny leiner,"comedy,drama,romance",united states,"english,hindi,italian",0.3052208835341365 -4456,4457,night of the living dead,1968,18+,0.8513513513513513,97%,0,0,1,0,0,george a. romero,horror,united states,english,0.34136546184738953 -6230,6231,dead birds,2005,18+,0.5405405405405403,50%,0,0,1,0,0,alex turner,"horror,thriller,western",united states,english,0.321285140562249 -16258,16259,cars,2006,all,0.7432432432432431,75%,0,0,0,1,0,"joe ranft,john lasseter","animation,comedy,family,sport",united states,"english,italian,japanese,yiddish",0.4257028112449799 -4675,4676,opera,1987,18+,0.7297297297297296,90%,0,0,1,0,0,dario argento,"horror,mystery,thriller",italy,italian,0.38554216867469876 -657,658,survivor's guide to prison,2018,18+,0.7432432432432431,100%,1,0,0,0,0,matthew cooke,documentary,united states,english,0.3654618473895582 -8191,8192,the scenesters,2009,18+,0.581081081081081,43%,0,0,1,0,0,todd berger,"comedy,crime,mystery",united states,english,0.36144578313253006 -4848,4849,burn notice: the fall of sam axe,2011,7+,0.7567567567567566,90%,0,0,1,0,0,jeffrey donovan,"action,comedy,crime,drama,mystery,thriller",united states,"english,spanish",0.4377510040160642 -10287,10288,bailey's billion$,2005,all,0.31081081081081074,20%,0,0,1,0,0,david devine,"comedy,family",canada,english,0.31726907630522083 -8520,8521,surf nazis must die,1987,18+,0.28378378378378377,20%,0,0,1,0,0,peter george,"action,comedy,drama,horror",united states,english,0.2891566265060241 -81,82,lagaan: once upon a time in india,2001,7+,0.8783783783783781,95%,1,0,0,0,0,ashutosh gowariker,"adventure,drama,musical,sport",india,"awadhi,english,hindi,urdu",0.8554216867469878 -3735,3736,the pirates! in an adventure with scientists!,2012,7+,0.689189189189189,86%,0,1,0,0,0,"jeff newitt,peter lord","adventure,animation,comedy,family","united kingdom,united states",english,0.3092369477911646 -582,583,miss hokusai,2015,13+,0.689189189189189,93%,1,0,0,0,0,"keiichi hara,michael sinterniklaas,stephanie sheh","animation,biography,drama,history",japan,japanese,0.3293172690763052 -4506,4507,queen,2013,13+,0.8918918918918917,86%,0,0,1,0,0,vikas bahl,"adventure,comedy,drama",india,"dutch,english,french,hindi,japanese",0.5421686746987951 -4671,4672,the whistleblower,2010,18+,0.7432432432432431,75%,0,0,1,0,0,larysa kondracki,"biography,crime,drama","canada,germany","english,romanian,russian,serbian,ukrainian",0.4056224899598393 -4748,4749,the monster squad,1987,13+,0.7432432432432431,64%,0,0,1,0,0,fred dekker,"action,comedy,fantasy,horror",united states,"english,german",0.2730923694779116 -4526,4527,black book,2006,18+,0.8243243243243241,75%,0,0,1,0,0,paul verhoeven,"drama,thriller,war","belgium,germany,netherlands,united kingdom","dutch,english,german,hebrew",0.538152610441767 -454,455,wheelman,2017,18+,0.6486486486486486,88%,1,0,0,0,0,jeremy rush,"action,thriller",united states,english,0.285140562248996 -6562,6563,the wedding year,2019,18+,0.5270270270270269,44%,0,0,1,0,0,robert luketic,comedy,united states,english,0.31726907630522083 -3891,3892,the bookshop,2017,7+,0.6621621621621621,57%,0,1,1,0,0,isabel coixet,drama,"germany,spain,united kingdom",english,0.40963855421686746 -6252,6253,infinity,1996,7+,0.6216216216216215,62%,0,0,1,0,0,matthew broderick,"biography,drama",united states,english,0.4337349397590361 -1307,1308,tarzan ii,2005,all,0.5405405405405403,33%,1,0,0,0,0,brian smith,"adventure,animation,comedy,family",united states,english,0.24497991967871485 -1400,1401,demonic,2015,18+,0.4999999999999999,33%,1,0,0,0,0,will canon,"horror,thriller",united states,english,0.2891566265060241 -16405,16406,the last song,2010,7+,0.5945945945945945,21%,0,0,0,1,0,julie anne robinson,"drama,music,romance",united states,english,0.38554216867469876 -951,952,deidra & laney rob a train,2017,16+,0.6081081081081079,91%,1,0,0,0,0,sydney freeland,"comedy,crime,drama",united states,english,0.3253012048192771 -5854,5855,falcon rising,2014,18+,0.5675675675675674,43%,0,0,1,0,0,ernie barbarash,"action,adventure,crime,thriller",united states,english,0.36947791164658633 -6870,6871,blood ransom,2014,18+,0.40540540540540526,20%,0,0,1,0,0,francis dela torre,"fantasy,romance,thriller","philippines,united states",english,0.36144578313253006 -5942,5943,in the electric mist,2009,18+,0.6081081081081079,58%,0,0,1,0,0,bertrand tavernier,"crime,drama,mystery,thriller","france,united states",english,0.4257028112449799 -7404,7405,three and out,2008,18+,0.6216216216216215,17%,0,0,1,0,0,jonathan gershfield,"comedy,drama",united kingdom,english,0.38152610441767065 -4785,4786,game change,2012,18+,0.7837837837837837,68%,0,0,1,0,0,jay roach,"biography,drama,history",united states,english,0.429718875502008 -4884,4885,rocket singh: salesman of the year,2009,13+,0.7972972972972971,88%,0,0,1,0,0,shimit amin,"comedy,drama",india,hindi,0.5582329317269076 -7059,7060,bank chor,2017,7+,0.581081081081081,20%,0,0,1,0,0,bumpy,"action,comedy,thriller",india,hindi,0.4377510040160642 -587,588,operation red sea,2018,18+,0.689189189189189,80%,1,0,0,0,0,dante lam,"action,drama,thriller,war","china,hong kong,morocco","arabic,english,mandarin",0.5261044176706827 -4009,4010,friday the 13th part iii,1982,18+,0.554054054054054,12%,0,1,1,0,0,steve miner,"horror,thriller",united states,english,0.3373493975903614 -3941,3942,where hands touch,2018,13+,0.6216216216216215,40%,0,1,0,0,0,amma asante,"drama,romance,war",united kingdom,english,0.4457831325301204 -7347,7348,are you here,2013,18+,0.4999999999999999,8%,0,0,1,0,0,matthew weiner,"comedy,drama",united states,english,0.41365461847389556 -3893,3894,a life less ordinary,1997,18+,0.6486486486486486,39%,0,1,0,0,0,danny boyle,"comedy,crime,fantasy,romance","united kingdom,united states",english,0.36947791164658633 -14249,14250,raising flagg,2006,13+,0.5135135135135135,23%,0,0,1,0,0,neal miller,comedy,united states,english,0.36947791164658633 -63,64,searching for sugar man,2012,13+,0.8918918918918917,95%,1,0,0,0,0,malik bendjelloul,"biography,documentary,music","finland,sweden,united kingdom",english,0.3012048192771084 -5697,5698,life of a king,2013,13+,0.7162162162162161,43%,0,0,1,0,0,jake goldberger,drama,united states,english,0.35742971887550196 -7843,7844,year of the gun,1991,18+,0.5405405405405403,29%,0,0,1,0,0,john frankenheimer,"action,romance,thriller",united states,"english,italian",0.4016064257028112 -3602,3603,instant family,2018,13+,0.7702702702702701,81%,0,1,1,0,0,sean anders,"comedy,drama",united states,"english,spanish",0.429718875502008 -8017,8018,the dust factory,2004,7+,0.5945945945945945,9%,0,0,1,0,0,eric small,"drama,family,fantasy",united states,english,0.35341365461847385 -16252,16253,finding dory,2016,7+,0.7702702702702701,94%,0,0,0,1,0,"andrew stanton,angus maclane","adventure,animation,comedy,family",united states,"english,indonesian",0.34538152610441764 -1615,1616,mercy black,2019,16+,0.44594594594594583,40%,1,0,0,0,0,owen egerton,"horror,mystery,thriller",united states,english,0.3092369477911646 -6706,6707,the devil's violinist,2013,18+,0.6081081081081079,31%,0,0,1,0,0,bernard rose,"biography,drama,musical","germany,italy","english,french",0.4457831325301204 -5239,5240,north dallas forty,1979,18+,0.7162162162162161,83%,0,0,1,0,0,ted kotcheff,"comedy,drama,sport",united states,english,0.4337349397590361 -425,426,next gen,2018,7+,0.6756756756756754,80%,1,0,0,0,0,"joe ksander,kevin r. adams,ricardo curtis","action,adventure,animation,comedy,family,sci-fi","canada,china,united states","english,mandarin",0.38152610441767065 -4768,4769,ballet shoes,2008,7+,0.6756756756756754,100%,0,0,1,0,0,sandra goldbacher,"drama,family",united kingdom,english,0.2971887550200803 -6917,6918,the hollow point,2016,18+,0.5135135135135135,36%,0,0,1,0,0,gonzalo lópez-gallego,"crime,drama,thriller,western",united states,english,0.34538152610441764 -368,369,girl,2018,18+,0.7567567567567566,84%,1,0,1,0,0,lukas dhont,drama,"belgium,netherlands","english,flemish,french",0.37751004016064255 -1032,1033,the body remembers when the world broke open,2019,18+,0.689189189189189,97%,1,0,0,0,0,"elle-máijá tailfeathers,kathleen hepburn",drama,"canada,norway",english,0.37751004016064255 -30,31,marriage story,2019,18+,0.8648648648648647,95%,1,0,0,0,0,noah baumbach,"comedy,drama,romance","united kingdom,united states","english,spanish",0.5060240963855421 -16442,16443,101 dalmatians ii: patch's london adventure,2003,all,0.5675675675675674,67%,0,0,0,1,0,"brian smith,jim kammerud","adventure,animation,comedy,family,musical",united states,english,0.25301204819277107 -196,197,bad boys,1995,18+,0.7162162162162161,43%,1,0,0,0,0,michael bay,"action,comedy,crime,thriller",united states,english,0.4337349397590361 -16341,16342,tinker bell and the lost treasure,2009,all,0.689189189189189,100%,0,0,0,1,0,klay hall,"adventure,animation,family,fantasy",united states,english,0.28112449799196787 -233,234,stree,2018,7+,0.8108108108108105,77%,1,0,0,0,0,amar kaushik,"comedy,horror",india,hindi,0.4698795180722891 -977,978,equals,2015,13+,0.6081081081081079,35%,1,0,0,0,0,drake doremus,"drama,romance,sci-fi","indonesia,united states",english,0.36144578313253006 -6808,6809,the revival,2017,18+,0.5135135135135135,78%,0,0,1,0,0,jennifer gerber,"drama,romance",united states,english,0.2971887550200803 -1651,1652,screwed,2000,18+,0.5675675675675674,13%,1,0,1,0,0,"larry karaszewski,scott alexander","comedy,crime",united states,english,0.28112449799196787 -62,63,back to the future part iii,1990,7+,0.7837837837837837,80%,1,0,0,0,0,robert zemeckis,"adventure,comedy,sci-fi,western",united states,english,0.429718875502008 -4990,4991,meatballs,1979,7+,0.6216216216216215,72%,0,0,1,0,0,ivan reitman,comedy,canada,english,0.3333333333333333 -9294,9295,caroline?,1990,7+,0.7702702702702701,67%,0,0,1,0,0,joseph sargent,drama,united states,english,0.35742971887550196 -16403,16404,timmy failure: mistakes were made,2020,7+,0.6081081081081079,88%,0,0,0,1,0,tom mccarthy,"adventure,comedy,drama,family,fantasy",united states,english,0.35341365461847385 -4457,4458,the machinist,2004,18+,0.8243243243243241,77%,0,0,1,0,0,brad anderson,"drama,thriller","france,spain,united kingdom,united states","english,spanish",0.36144578313253006 -1436,1437,shimmer lake,2017,18+,0.6216216216216215,50%,1,0,0,0,0,oren uziel,"crime,drama,mystery,thriller","canada,united states",english,0.2891566265060241 -938,939,lost girls,2020,18+,0.6081081081081079,73%,1,0,0,0,0,liz garbus,"drama,mystery,thriller",united states,english,0.3373493975903614 -3635,3636,detroit,2017,18+,0.7702702702702701,83%,0,1,0,0,0,kathryn bigelow,"crime,drama,history,thriller",united states,english,0.5301204819277108 -903,904,being ap,2015,13+,0.6621621621621621,100%,1,0,0,0,0,anthony wonke,"documentary,sport",united kingdom,english,0.36947791164658633 -5726,5727,death rides a horse,1967,18+,0.7432432432432431,40%,0,0,1,0,0,giulio petroni,western,italy,italian,0.4377510040160642 -6324,6325,hanover street,1979,7+,0.5945945945945945,57%,0,0,1,0,0,peter hyams,"action,adventure,drama,romance,war",united kingdom,"english,german",0.393574297188755 -6785,6786,pressure,2015,18+,0.5405405405405403,38%,0,0,1,0,0,ron scalpello,"drama,thriller",united kingdom,english,0.321285140562249 -4870,4871,california split,1974,18+,0.7567567567567566,88%,0,0,1,0,0,robert altman,"comedy,drama",united states,english,0.38955823293172687 -1552,1553,love beats rhymes,2017,18+,0.4999999999999999,44%,1,0,0,0,0,rza,"drama,musical",united states,english,0.38152610441767065 -791,792,the knight before christmas,2019,7+,0.5270270270270269,75%,1,0,0,0,0,monika mitchell,"adventure,comedy,drama,fantasy,romance",united states,english,0.3253012048192771 -5098,5099,the front,1976,7+,0.7702702702702701,73%,0,0,1,0,0,martin ritt,drama,united states,english,0.3373493975903614 -16427,16428,camp rock 2: the final jam,2010,7+,0.4864864864864864,63%,0,0,0,1,0,paul hoen,"comedy,family,music,musical,romance",united states,english,0.34538152610441764 -16300,16301,tron,1982,7+,0.7027027027027025,74%,0,0,0,1,0,joseph kosinski,"action,adventure,sci-fi",united states,english,0.45783132530120474 -3694,3695,killer joe,2011,18+,0.689189189189189,79%,0,1,0,0,0,william friedkin,"crime,drama,thriller",united states,english,0.3654618473895582 -174,175,kabhi khushi kabhie gham,2001,all,0.7837837837837837,100%,1,0,0,0,0,karan johar,"drama,musical,romance",india,"english,hindi",0.7991967871485943 -16267,16268,the simpsons movie,2007,13+,0.7702702702702701,88%,0,0,0,1,0,david silverman,"adventure,animation,comedy",united states,english,0.3052208835341365 -922,923,someone great,2019,18+,0.6216216216216215,83%,1,0,0,0,0,jennifer kaytin robinson,"comedy,romance",united states,english,0.3253012048192771 -16455,16456,around the world in 80 days,2004,7+,0.581081081081081,32%,0,0,0,1,0,frank coraci,"action,adventure,comedy,family,western","germany,ireland,united kingdom,united states","cantonese,english,french,german,hindi,turkish",0.4377510040160642 -3596,3597,heathers,1989,18+,0.7567567567567566,93%,0,1,1,0,0,michael lehmann,"comedy,crime",united states,english,0.36947791164658633 -4019,4020,the reagan show,2017,7+,0.6486486486486486,79%,0,1,0,0,0,"pacho velez,sierra pettengill",documentary,united states,english,0.25301204819277107 -4892,4893,miss granny,2014,13+,0.7702702702702701,80%,0,0,1,0,0,joyce bernal,"comedy,fantasy,music",philippines,"filipino,tagalog",0.4377510040160642 -194,195,insidious,2010,13+,0.7027027027027025,66%,1,0,0,0,0,james wan,"horror,mystery,thriller","canada,united kingdom,united states",english,0.36947791164658633 -4625,4626,some kind of wonderful,1987,13+,0.7432432432432431,81%,0,0,1,0,0,howard deutch,"drama,romance",united states,english,0.3373493975903614 -1473,1474,illang: the wolf brigade,2018,18+,0.5945945945945945,29%,1,0,0,0,0,jee-woon kim,"action,sci-fi",south korea,korean,0.5140562248995983 -4864,4865,lawn dogs,1997,18+,0.7972972972972971,72%,0,0,1,0,0,john duigan,drama,united kingdom,english,0.36144578313253006 -1452,1453,lady bloodfight,2016,18+,0.5405405405405403,40%,1,0,0,0,0,chris nahon,"action,crime,drama,thriller",hong kong,english,0.35742971887550196 -3618,3619,nobody knows,2004,13+,0.8783783783783781,93%,0,1,0,0,0,hirokazu koreeda,drama,japan,japanese,0.5220883534136546 -16241,16242,toy story 4,2019,all,0.8378378378378377,97%,0,0,0,1,0,josh cooley,"adventure,animation,comedy,family,fantasy",united states,english,0.35742971887550196 -4871,4872,out of time,2003,18+,0.6621621621621621,64%,0,0,1,0,0,carl franklin,"crime,drama,mystery,thriller",united states,english,0.37751004016064255 -5898,5899,infinity baby,2017,13+,0.6216216216216215,80%,0,0,1,0,0,bob byington,comedy,"greece,united states",english,0.27710843373493976 -5780,5781,goin' south,1978,7+,0.6216216216216215,71%,0,0,1,0,0,jack nicholson,"comedy,crime,romance,western",united states,english,0.37751004016064255 -4476,4477,temple grandin,2010,7+,0.9054054054054053,100%,0,0,1,0,0,mick jackson,"biography,drama",united states,english,0.38554216867469876 -16303,16304,the sword in the stone,1963,all,0.7567567567567566,67%,0,0,0,1,0,"clyde geronimi,david hand,wolfgang reitherman","adventure,animation,comedy,family,fantasy,musical",united states,english,0.2730923694779116 -3687,3688,cashback,2006,18+,0.7567567567567566,46%,0,1,0,0,0,sean ellis,"comedy,drama,romance",united kingdom,"english,spanish",0.3654618473895582 -5926,5927,rosenstrasse,2003,13+,0.689189189189189,55%,0,0,1,0,0,margarethe von trotta,"drama,war","germany,netherlands","english,german",0.502008032128514 -7786,7787,the lookalike,2014,18+,0.5135135135135135,20%,0,0,1,0,0,richard gray,"crime,thriller",united states,english,0.35742971887550196 -7040,7041,sodom and gomorrah,1962,all,0.554054054054054,50%,0,0,1,0,0,robert aldrich,"adventure,drama,history","france,italy,united states","english,indonesian,spanish",0.57429718875502 -4597,4598,the lost city of z,2016,13+,0.6756756756756754,87%,0,0,1,0,0,james gray,"biography,drama,history",united states,"english,german,portuguese,spanish,tupi",0.5220883534136546 -6557,6558,tenderness,2009,18+,0.5270270270270269,40%,0,0,1,0,0,john polson,"crime,drama,thriller",united states,english,0.36144578313253006 -5560,5561,black sunday,1977,18+,0.7027027027027025,69%,0,0,1,0,0,mario bava,horror,italy,"english,italian",0.3052208835341365 -337,338,it comes at night,2017,18+,0.6216216216216215,87%,1,0,0,0,0,trey edward shults,"horror,mystery",united states,english,0.321285140562249 -3631,3632,the prince of egypt,1998,7+,0.7432432432432431,80%,0,1,0,0,0,"brenda chapman,simon wells,steve hickner","adventure,animation,drama,family,fantasy,musical",united states,"english,hebrew",0.35341365461847385 -6623,6624,ed and his dead mother,1993,18+,0.5945945945945945,50%,0,0,1,0,0,jonathan wacks,"comedy,horror","united kingdom,united states",english,0.3293172690763052 -1373,1374,jailbreak,2017,18+,0.5135135135135135,70%,1,0,0,0,0,jimmy henderson,"action,comedy",cambodia,"english,french,khmer",0.3253012048192771 -7366,7367,honeyglue,2015,18+,0.635135135135135,36%,0,0,1,0,0,james bird,"drama,romance",united states,english,0.38554216867469876 -5952,5953,the cheap detective,1978,7+,0.6621621621621621,47%,0,0,1,0,0,robert moore,"comedy,crime,mystery,romance,thriller",united states,"english,german",0.3253012048192771 -5889,5890,red lights,2012,18+,0.6216216216216215,30%,0,0,1,0,0,rodrigo cortés,"drama,fantasy,horror,mystery,thriller","canada,spain",english,0.41365461847389556 -168,169,the king,2019,18+,0.7567567567567566,70%,1,0,0,0,0,david michôd,"biography,drama,history,romance,war","australia,hungary,united kingdom,united states","english,french",0.5180722891566265 -6017,6018,genova,2008,18+,0.5945945945945945,77%,0,0,1,0,0,michael winterbottom,"drama,mystery,romance","cayman islands,sweden,united kingdom","english,italian",0.3293172690763052 -4640,4641,the doors,1991,18+,0.7567567567567566,57%,0,0,1,0,0,oliver stone,"biography,drama,music","france,united states",english,0.5180722891566265 -5171,5172,king of the ants,2003,18+,0.6216216216216215,100%,0,0,1,0,0,stuart gordon,"crime,drama,thriller",united states,english,0.3654618473895582 -5409,5410,pali road,2016,7+,0.7567567567567566,55%,0,0,1,0,0,jonathan lim,"drama,fantasy,mystery,romance,thriller","china,united states","chinese,english",0.3253012048192771 -497,498,blame!,2017,13+,0.689189189189189,82%,1,1,1,0,0,hiroyuki seshita,"action,animation,drama,sci-fi,thriller",japan,japanese,0.38152610441767065 -16344,16345,secretariat,2010,7+,0.7567567567567566,63%,0,0,0,1,0,randall wallace,"biography,drama,family,history,sport",united states,english,0.4497991967871486 -6064,6065,man in red bandana,2017,13+,0.8783783783783781,63%,0,0,1,0,0,matthew j. weiss,"biography,documentary,history",united states,english,0.2971887550200803 -8142,8143,fresh,2009,all,0.7837837837837837,67%,0,0,1,0,0,boaz yakin,"crime,drama,thriller","france,united states","english,spanish",0.41365461847389556 -1006,1007,raising cain,1992,18+,0.6081081081081079,57%,1,0,0,0,0,brian de palma,"crime,drama,horror,thriller",united states,"english,spanish",0.3253012048192771 -77,78,the naked gun: from the files of police squad!,1988,13+,0.8108108108108105,87%,1,0,0,0,0,david zucker,"comedy,crime",united states,english,0.2971887550200803 -1084,1085,the rachel divide,2018,18+,0.6216216216216215,71%,1,0,0,0,0,laura brownson,documentary,united states,english,0.35742971887550196 -307,308,hancock,2008,13+,0.6486486486486486,41%,1,0,0,0,0,peter berg,"action,fantasy",united states,"english,japanese,vietnamese",0.3253012048192771 -4838,4839,blood and black lace,1964,18+,0.7567567567567566,86%,0,0,1,0,0,mario bava,"horror,mystery,thriller","france,italy,monaco,west germany",italian,0.3092369477911646 -456,457,die another day,2002,13+,0.6081081081081079,57%,1,0,0,0,0,lee tamahori,"action,adventure,thriller","united kingdom,united states","arabic,cantonese,english,german,icelandic,italian,korean,spanish",0.4899598393574297 -6643,6644,the discoverers,2014,16+,0.554054054054054,88%,0,0,1,0,0,justin schwarz,comedy,united states,english,0.37349397590361444 -65,66,to all the boys i've loved before,2020,13+,0.7567567567567566,97%,1,0,0,0,0,susan johnson,"comedy,drama,romance",united states,english,0.35341365461847385 -3561,3562,goodfellas,1990,18+,0.9594594594594592,96%,0,1,0,0,0,martin scorsese,"biography,crime,drama",united states,"english,italian",0.5421686746987951 -7293,7294,explicit ills,2008,18+,0.554054054054054,54%,0,0,1,0,0,mark webber,"drama,romance",united states,english,0.3052208835341365 -16478,16479,recess: taking the fifth grade,2003,all,0.7027027027027025,67%,0,0,0,1,0,howy parkins,"animation,comedy,family",united states,english,0.20481927710843373 -6418,6419,the english teacher,2013,18+,0.5675675675675674,41%,0,0,1,0,0,craig zisk,"comedy,drama",united states,english,0.3293172690763052 -953,954,falling inn love,2019,7+,0.5405405405405403,61%,1,0,0,0,0,roger kumble,"comedy,romance",united states,english,0.34939759036144574 -5695,5696,four sheets to the wind,2007,18+,0.635135135135135,100%,0,0,1,0,0,sterlin harjo,"drama,romance",united states,"creek,english",0.28112449799196787 -1304,1305,force 2,2016,7+,0.6216216216216215,55%,1,0,0,0,0,abhinay deo,"action,thriller",india,hindi,0.46586345381526095 -388,389,the duchess,2008,13+,0.7162162162162161,62%,1,0,1,0,0,saul dibb,"biography,drama,history,romance","france,italy,united kingdom,united states",english,0.3975903614457831 -6381,6382,a spell to ward off the darkness,2013,7+,0.6216216216216215,95%,0,0,1,0,0,"ben rivers,ben russell","documentary,music","estonia,france,germany",english,0.34939759036144574 -16511,16512,return from witch mountain,1978,all,0.581081081081081,50%,0,0,0,1,0,john hough,"adventure,family,fantasy,sci-fi",united states,english,0.3373493975903614 -5208,5209,king and country,1964,7+,0.7837837837837837,86%,0,0,1,0,0,joseph losey,"drama,war",united kingdom,english,0.3092369477911646 -6707,6708,unfinished business,2015,18+,0.5135135135135135,10%,0,0,1,0,0,ken scott,"comedy,drama",united states,english,0.321285140562249 -860,861,the rugrats movie,1998,all,0.581081081081081,59%,1,0,0,0,0,"igor kovalyov,norton virgien","adventure,animation,comedy,drama,family,musical",united states,english,0.2730923694779116 -16339,16340,the lion king ii: simba's pride,1998,all,0.6621621621621621,62%,0,0,0,1,0,"darrell rooney,rob laduca","adventure,animation,drama,family,musical,romance","australia,united states",english,0.28112449799196787 -5305,5306,paul williams still alive,2011,13+,0.7162162162162161,97%,0,0,1,0,0,stephen kessler,"biography,comedy,documentary,musical","philippines,united states",english,0.3052208835341365 -972,973,ghosts of girlfriends past,2009,13+,0.5675675675675674,27%,1,0,0,0,0,mark waters,"comedy,fantasy,romance",united states,"chinese,english,japanese,spanish",0.41767068273092367 -5873,5874,the last time i saw paris,1954,7+,0.6216216216216215,88%,0,0,1,0,0,richard brooks,"drama,romance",united states,english,0.4216867469879518 -5723,5724,this is martin bonner,2013,18+,0.6621621621621621,93%,0,0,1,0,0,chad hartigan,drama,united states,english,0.2891566265060241 -213,214,the secret life of pets 2,2019,7+,0.6621621621621621,60%,1,0,0,0,0,"chris renaud,jonathan del val","adventure,animation,comedy,family","france,japan,united states",english,0.3012048192771084 -839,840,a night at the roxbury,1998,13+,0.635135135135135,11%,1,0,1,0,0,john fortenberry,"comedy,music,romance",united states,english,0.285140562248996 -928,929,brain on fire,2017,13+,0.6756756756756754,13%,1,0,0,0,0,gerard barrett,"biography,drama","canada,ireland,united states",english,0.3092369477911646 -5308,5309,daughters of darkness,1971,18+,0.6756756756756754,73%,0,0,1,0,0,harry kümel,horror,"belgium,france,west germany","dutch,english,french,german",0.3052208835341365 -1408,1409,friend request,2016,18+,0.4999999999999999,16%,1,0,1,0,0,simon verhoeven,"horror,mystery,thriller",germany,english,0.3253012048192771 -5980,5981,lisa and the devil,1973,18+,0.6486486486486486,62%,0,0,1,0,0,mario bava,"horror,mystery","italy,spain,west germany",italian,0.3373493975903614 -5070,5071,oddball,2015,7+,0.6486486486486486,87%,0,0,1,0,0,stuart mcdonald,"adventure,family",australia,english,0.3373493975903614 -16524,16525,jungle 2 jungle,1997,7+,0.4864864864864864,19%,0,0,0,1,0,john pasquin,"comedy,family","france,united states",english,0.37751004016064255 -688,689,the red sea diving resort,2019,18+,0.6621621621621621,30%,1,0,0,0,0,gideon raff,"drama,history,thriller",canada,"amharic,english",0.4738955823293173 -466,467,sleeping with other people,2015,18+,0.6621621621621621,64%,1,0,0,0,0,leslye headland,"comedy,drama,romance",united states,english,0.36144578313253006 -5781,5782,support your local gunfighter,1971,all,0.7162162162162161,62%,0,0,1,0,0,burt kennedy,"comedy,romance,western",united states,english,0.321285140562249 -948,949,get santa,2014,7+,0.6216216216216215,79%,1,0,0,0,0,christopher smith,"comedy,family","united kingdom,united states",english,0.3654618473895582 -83,84,the matrix reloaded,2003,18+,0.7567567567567566,73%,1,0,0,0,0,"lana wachowski,lilly wachowski","action,sci-fi",united states,"english,french",0.5100401606425702 -4736,4737,i've loved you so long,2008,13+,0.8108108108108105,88%,0,0,1,0,0,philippe claudel,drama,"france,germany","english,french",0.4257028112449799 -4764,4765,too big to fail,2011,18+,0.7702702702702701,74%,0,0,1,0,0,curtis hanson,"biography,drama,history",united states,english,0.35341365461847385 -724,725,chicken little,2005,all,0.554054054054054,37%,1,0,0,1,0,mark dindal,"adventure,animation,comedy,family,fantasy,sci-fi",united states,english,0.28112449799196787 -5005,5006,electrick children,2012,18+,0.7027027027027025,88%,0,0,1,0,0,rebecca thomas,drama,united states,english,0.34136546184738953 -16407,16408,frank and ollie,1995,7+,0.8378378378378377,88%,0,0,0,1,0,theodore thomas,documentary,united states,english,0.3132530120481927 -6293,6294,watermark,2013,7+,0.7162162162162161,77%,0,0,1,0,0,"edward burtynsky,jennifer baichwal",documentary,canada,"bengali,english,hindi,mandarin,spanish",0.3253012048192771 -16453,16454,the black hole,1979,7+,0.5945945945945945,40%,0,0,0,1,0,gary nelson,"action,sci-fi",united states,english,0.34939759036144574 -1469,1470,casting jonbenet,2017,16+,0.6081081081081079,82%,1,0,0,0,0,kitty green,documentary,"australia,china,united states",english,0.27710843373493976 -5405,5406,escobar: paradise lost,2014,13+,0.6621621621621621,55%,0,0,1,0,0,andrea di stefano,"crime,drama,history,romance,thriller","belgium,france,panama,spain","english,spanish",0.4377510040160642 -8299,8300,the babymakers,2012,18+,0.44594594594594583,8%,0,0,1,0,0,jay chandrasekhar,comedy,united states,english,0.3373493975903614 -4454,4455,thor,2011,13+,0.7297297297297296,77%,0,0,1,1,0,kenneth branagh,"action,adventure,fantasy",united states,english,0.41767068273092367 -9301,9302,the boogey man,1980,18+,0.40540540540540526,17%,0,0,1,0,0,ulli lommel,horror,united states,english,0.285140562248996 -709,710,comedian,2002,18+,0.7162162162162161,76%,1,0,0,0,0,christian charles,"comedy,documentary",united states,english,0.285140562248996 -1071,1072,mindhorn,2016,18+,0.635135135135135,91%,1,0,0,0,0,sean foley,comedy,united kingdom,english,0.3132530120481927 -4730,4731,braven,2018,18+,0.5945945945945945,77%,0,0,1,0,0,lin oeding,"action,thriller",canada,english,0.3333333333333333 -186,187,war horse,2011,13+,0.7567567567567566,74%,1,0,0,0,0,steven spielberg,"action,adventure,drama,history,war","india,united states","english,german",0.5421686746987951 -1168,1169,house at the end of the street,2012,13+,0.5405405405405403,14%,1,0,0,0,0,mark tonderai,"drama,horror,thriller","canada,united states",english,0.36144578313253006 -5524,5525,pandemic,2016,13+,0.3783783783783783,44%,0,0,1,0,0,john suits,"action,horror,sci-fi,thriller",united states,english,0.321285140562249 -3593,3594,mission: impossible - fallout,2018,13+,0.8243243243243241,97%,0,1,1,0,0,christopher mcquarrie,"action,adventure,thriller","china,france,norway,united kingdom,united states","english,french",0.5461847389558232 -1801,1802,the black prince,2017,13+,0.6756756756756754,7%,1,0,0,0,0,kavi raz,"drama,history","india,united kingdom,united states","english,punjabi",0.429718875502008 -3902,3903,finding your feet,2017,13+,0.689189189189189,70%,0,1,1,0,0,richard loncraine,"comedy,drama,music,romance",united kingdom,"english,french,italian,welsh",0.4016064257028112 -3829,3830,i remember you,2017,18+,0.6081081081081079,86%,0,1,1,0,0,óskar thór axelsson,"drama,horror,mystery,thriller",iceland,icelandic,0.37751004016064255 -5116,5117,big eden,2000,13+,0.7702702702702701,65%,0,0,1,0,0,thomas bezucha,"comedy,drama,romance",united states,english,0.429718875502008 -1107,1108,the bad batch,2017,18+,0.4999999999999999,47%,1,0,0,0,0,ana lily amirpour,"drama,horror,romance,sci-fi",united states,english,0.429718875502008 -6856,6857,atlas shrugged: part ii,2012,13+,0.5135135135135135,4%,0,0,1,0,0,john putch,"drama,mystery,sci-fi",united states,english,0.4016064257028112 -6834,6835,sundown,2016,18+,0.5135135135135135,9%,0,0,1,0,0,fernando lebrija,"action,comedy,romance","mexico,united states",english,0.36947791164658633 -358,359,21,2008,13+,0.7027027027027025,36%,1,0,0,0,0,robert luketic,"crime,drama,history,thriller",united states,english,0.4497991967871486 -417,418,everybody knows,2018,18+,0.7162162162162161,78%,1,0,0,0,0,asghar farhadi,"crime,drama,mystery,thriller","argentina,france,germany,italy,spain","catalan,english,spanish",0.4899598393574297 -5166,5167,ray harryhausen: special effects titan,2011,7+,0.7972972972972971,92%,0,0,1,0,0,gilles penso,"biography,documentary",france,english,0.31726907630522083 -5207,5208,angels wear white,2017,16+,0.7567567567567566,94%,0,0,1,0,0,vivian qu,drama,china,mandarin,0.38554216867469876 -4843,4844,the laramie project,2002,16+,0.7567567567567566,92%,0,0,1,0,0,moisés kaufman,"crime,drama,history",united states,english,0.34538152610441764 -9239,9240,guy x,2005,18+,0.4729729729729728,42%,0,0,1,0,0,saul metzstein,"comedy,war","canada,iceland,united kingdom,united states",english,0.36144578313253006 -549,550,can't hardly wait,1998,13+,0.6621621621621621,42%,1,0,0,0,0,"deborah kaplan,harry elfont","comedy,romance",united states,english,0.35742971887550196 -687,688,the signal,2014,13+,0.6081081081081079,61%,1,0,0,0,0,william eubank,"drama,mystery,sci-fi,thriller",united states,english,0.34538152610441764 -668,669,the unknown known,2013,13+,0.7297297297297296,82%,1,0,0,0,0,errol morris,"biography,documentary,history,war",united states,english,0.36947791164658633 -3617,3618,hotel mumbai,2018,18+,0.8108108108108105,76%,0,1,0,0,0,anthony maras,"action,drama,history,thriller","australia,india,singapore,united kingdom,united states",english,0.4497991967871486 -5164,5165,robin hood,1922,7+,0.7567567567567566,100%,0,0,1,1,0,ridley scott,"action,adventure,drama,history","united kingdom,united states","english,french,ukrainian",0.5180722891566265 -165,166,freedom writers,2007,13+,0.7972972972972971,70%,1,0,1,0,0,richard lagravenese,"biography,crime,drama","germany,united states","english,spanish",0.4497991967871486 -757,758,romeo must die,2000,18+,0.6081081081081079,32%,1,0,0,0,0,andrzej bartkowiak,"action,crime,thriller",united states,"chinese,english",0.41767068273092367 -3701,3702,borg vs mcenroe,2017,18+,0.7162162162162161,84%,0,1,0,0,0,janus metz,"biography,drama,sport","denmark,finland,sweden","english,french,german,spanish,swedish",0.38554216867469876 -4072,4073,tamara,2005,18+,0.4729729729729728,32%,0,1,0,0,0,jeremy haft,"drama,fantasy,horror,thriller",canada,english,0.34939759036144574 -4530,4531,my name is nobody,1973,7+,0.7972972972972971,100%,0,0,1,0,0,tonino valerii,"comedy,western","france,italy,west germany","english,italian",0.4216867469879518 -5894,5895,bravetown,2015,18+,0.6216216216216215,25%,0,0,1,0,0,daniel duran,"drama,music","canada,united states",english,0.4056224899598393 -16214,16215,the lion king,1994,all,0.9324324324324322,93%,0,0,0,1,0,jon favreau,"adventure,animation,drama,family,musical","united kingdom,united states","english,french,spanish,xhosa,zulu",0.429718875502008 -3790,3791,high strung,2016,7+,0.6486486486486486,75%,0,1,1,0,0,michael damian,"drama,music,romance","romania,united states",english,0.34136546184738953 -7210,7211,the sex monster,1999,18+,0.4864864864864864,33%,0,0,1,0,0,mike binder,comedy,united states,english,0.34538152610441764 -6081,6082,michael h. – profession: director,2013,13+,0.7297297297297296,91%,0,0,1,0,0,yves montmayeur,"biography,documentary","austria,france","french,german",0.3253012048192771 -39,40,ferris bueller's day off,1986,13+,0.8378378378378377,80%,1,0,0,0,0,john hughes,comedy,united states,"english,german",0.36947791164658633 -5457,5458,the reef,2010,18+,0.5675675675675674,79%,0,0,1,0,0,andrew traucki,"adventure,drama,horror,thriller",australia,english,0.3333333333333333 -4851,4852,valentine road,2013,16+,0.7432432432432431,91%,0,0,1,0,0,marta cunningham,documentary,united states,english,0.3132530120481927 -795,796,conor mcgregor: notorious,2017,18+,0.7567567567567566,50%,1,0,0,0,0,gavin fitzgerald,"biography,documentary,sport",ireland,english,0.31726907630522083 -6671,6672,escape plan: the extractors,2019,18+,0.3783783783783783,27%,0,0,1,0,0,john herzfeld,"action,crime,thriller",united states,"chinese,english,german",0.34538152610441764 -3834,3835,hector and the search for happiness,2014,18+,0.7297297297297296,37%,0,1,0,0,0,peter chelsom,"adventure,comedy,drama","canada,germany,south africa,united kingdom,united states","english,french,german",0.4377510040160642 -3654,3655,bpm (beats per minute),2017,all,0.7837837837837837,98%,0,1,0,0,0,robin campillo,drama,france,french,0.5301204819277108 -5089,5090,super inframan,1975,7+,0.635135135135135,100%,0,0,1,0,0,shan hua,"action,sci-fi",hong kong,"cantonese,mandarin",0.3092369477911646 -7510,7511,the living,2014,18+,0.6081081081081079,50%,0,0,1,0,0,jack bryan,"crime,drama,mystery,thriller",united states,english,0.3132530120481927 -656,657,phantom boy,2015,7+,0.6756756756756754,88%,1,0,0,0,0,"alain gagnol,jean-loup felicioli","action,adventure,animation,family,fantasy,sci-fi","belgium,france",french,0.2931726907630522 -4227,4228,out of the dark,2014,18+,0.43243243243243235,24%,0,1,1,0,0,lluís quílez,"horror,thriller","colombia,spain,united arab emirates,united states",english,0.3253012048192771 -6091,6092,isolation,2005,18+,0.5405405405405403,64%,0,0,1,0,0,billy o'brien,"horror,sci-fi,thriller","ireland,united kingdom,united states",english,0.3373493975903614 -42,43,sin city,2005,18+,0.8648648648648647,77%,1,0,0,0,0,"frank miller,quentin tarantino,robert rodriguez","crime,thriller",united states,english,0.4538152610441767 -1053,1054,a family man,2017,18+,0.6621621621621621,13%,1,0,0,0,0,mark williams,drama,"canada,united states",english,0.38955823293172687 -627,628,walking out,2017,13+,0.5675675675675674,90%,1,0,0,0,0,"alex smith,andrew j. smith","adventure,drama,thriller",united states,english,0.3373493975903614 -1318,1319,yucatán,2018,7+,0.5135135135135135,60%,1,0,0,0,0,daniel monzón,comedy,spain,"polish,spanish",0.4738955823293173 -16472,16473,leroy & stitch,2006,all,0.6216216216216215,40%,0,0,0,1,0,"roberts gannaway,tony craig","action,adventure,animation,comedy,drama,family,sci-fi",united states,english,0.24899598393574296 -6301,6302,frankenstein's army,2013,18+,0.4999999999999999,56%,0,0,1,0,0,richard raaphorst,horror,"czech republic,netherlands,united states",english,0.2931726907630522 -10567,10568,dana carvey: squatting monkeys tell no lies,2008,18+,0.7567567567567566,20%,0,0,1,0,0,john moffitt,comedy,united states,english,0.18072289156626503 -5910,5911,bhoothnath,2008,7+,0.635135135135135,60%,0,0,1,0,0,vivek sharma,"comedy,drama,family,fantasy",india,hindi,0.5582329317269076 -6213,6214,atlas shrugged: part i,2011,13+,0.5405405405405403,12%,0,0,1,0,0,paul johansson,"drama,mystery,sci-fi",united states,english,0.34538152610441764 -7387,7388,sharknado 5: global swarming,2017,16+,0.31081081081081074,30%,0,0,1,0,0,anthony c. ferrante,"action,adventure,comedy,fantasy,horror,sci-fi,thriller",united states,english,0.3293172690763052 -16381,16382,return to oz,1985,7+,0.689189189189189,52%,0,0,0,1,0,walter murch,"adventure,family,fantasy,horror,mystery","united kingdom,united states",english,0.40963855421686746 -3815,3816,david crosby: remember my name,2019,18+,0.7567567567567566,91%,0,1,0,0,0,a.j. eaton,"documentary,music",united states,"english,italian",0.3373493975903614 -6612,6613,bad ass,2012,18+,0.5270270270270269,20%,0,0,1,0,0,craig moss,"action,comedy,crime,drama",united states,english,0.31726907630522083 -526,527,red dawn,1984,13+,0.6486486486486486,46%,1,0,0,0,0,john milius,"action,drama",united states,"english,russian,spanish",0.41365461847389556 -630,631,jersey boys,2014,18+,0.7027027027027025,51%,1,0,0,0,0,clint eastwood,"biography,drama,music,musical",united states,"english,french,italian",0.49397590361445776 -815,816,homecoming: a film by beyoncé,2019,13+,0.7837837837837837,98%,1,0,0,0,0,"beyoncé,ed burke","documentary,music",united states,english,0.5060240963855421 -4111,4112,legends of oz: dorothy's return,2014,7+,0.4729729729729728,17%,0,1,0,0,0,"daniel st. pierre,will finn","adventure,animation,family,fantasy,musical","india,united states",english,0.3092369477911646 -934,935,the golem,2018,18+,0.5405405405405403,85%,1,0,0,0,0,"doron paz,yoav paz","drama,horror",israel,english,0.3373493975903614 -1256,1257,a christmas prince: the royal wedding,2018,7+,0.4864864864864864,70%,1,0,0,0,0,john schultz,"drama,romance",united states,english,0.3253012048192771 -3600,3601,bumblebee,2018,13+,0.7027027027027025,91%,0,1,1,0,0,travis knight,"action,adventure,sci-fi","china,united states",english,0.41365461847389556 -4952,4953,i capture the castle,2003,18+,0.7162162162162161,79%,0,0,1,0,0,tim fywell,"drama,romance",united kingdom,english,0.40963855421686746 -7486,7487,graduation day,1981,18+,0.43243243243243235,57%,0,0,1,0,0,herb freed,"horror,mystery,thriller",united states,english,0.34136546184738953 -16406,16407,george of the jungle,1997,7+,0.5270270270270269,57%,0,0,0,1,0,sam weisman,"action,adventure,comedy,family,romance",united states,"english,spanish",0.3253012048192771 -7689,7690,the celestine prophecy,2006,7+,0.44594594594594583,4%,0,0,1,0,0,armand mastroianni,"adventure,drama",united states,english,0.35341365461847385 -1047,1048,god's not dead,2014,7+,0.41891891891891886,13%,1,0,1,0,0,harold cronk,drama,united states,english,0.40963855421686746 -5149,5150,the third murder,2017,18+,0.689189189189189,86%,0,0,1,0,0,hirokazu koreeda,"crime,drama,mystery",japan,japanese,0.4538152610441767 -5665,5666,cuban fury,2014,18+,0.6216216216216215,54%,0,0,1,0,0,james griffiths,"comedy,romance,sport",united kingdom,"english,persian,spanish",0.34939759036144574 -3877,3878,cunningham,2019,7+,0.6486486486486486,88%,0,1,0,0,0,alla kovgan,"biography,documentary,music","france,germany,united states",english,0.3293172690763052 -6178,6179,good kids,2016,18+,0.6081081081081079,33%,0,0,1,0,0,chris mccoy,"comedy,drama",united states,"english,french,japanese",0.3012048192771084 -4629,4630,heidi,2015,all,0.7837837837837837,100%,0,0,1,0,0,alain gsponer,"adventure,drama,family","germany,south africa,switzerland","afrikaans,german,swiss german",0.4016064257028112 -5269,5270,bellflower,2011,18+,0.6486486486486486,73%,0,0,1,0,0,evan glodell,"action,drama,romance",united states,english,0.38152610441767065 -8025,8026,turning green,2009,18+,0.5405405405405403,42%,0,0,1,0,0,"john g. hofmann,michael aimette","comedy,drama","ireland,united states",english,0.2971887550200803 -4805,4806,i dream in another language,2017,18+,0.7837837837837837,80%,0,0,1,0,0,ernesto contreras,"drama,romance","mexico,netherlands","english,spanish",0.36947791164658633 -1506,1507,speech & debate,2017,13+,0.581081081081081,55%,1,0,0,0,0,dan harris,"comedy,drama",united states,english,0.37751004016064255 -3669,3670,wild rose,2019,18+,0.7567567567567566,92%,0,1,0,0,0,tom harper,"comedy,drama,music","canada,united kingdom,united states",english,0.36144578313253006 -16385,16386,camp rock,2008,all,0.4864864864864864,45%,0,0,0,1,0,matthew diamond,"comedy,family,music,musical,romance",united states,"english,portuguese",0.3333333333333333 -645,646,kiss the girls,1997,18+,0.6756756756756754,29%,1,0,1,0,0,gary fleder,"crime,drama,mystery,thriller",united states,"english,mandarin",0.41767068273092367 -7011,7012,who is cletis tout?,2001,18+,0.635135135135135,23%,0,0,1,0,0,chris ver wiel,"comedy,crime","canada,united states",english,0.3253012048192771 -9131,9132,diving,2017,18+,0.554054054054054,40%,0,0,1,0,0,mélanie laurent,drama,france,"arabic,english,french",0.3654618473895582 -5407,5408,gabrielle,2013,18+,0.7297297297297296,88%,0,0,1,0,0,louise archambault,"drama,music,romance",canada,"english,french",0.37349397590361444 -1025,1026,for love or money,1993,7+,0.6216216216216215,37%,1,0,0,0,0,barry sonnenfeld,"comedy,drama,romance",united states,english,0.34136546184738953 -3608,3609,three identical strangers,2018,13+,0.8243243243243241,97%,0,1,0,0,0,tim wardle,"biography,documentary,drama,history,mystery",united kingdom,english,0.34136546184738953 -5413,5414,the descent: part 2,2009,18+,0.5675675675675674,57%,0,0,1,0,0,jon harris,"adventure,horror,thriller","france,united kingdom",english,0.3333333333333333 -1151,1152,close,2019,18+,0.554054054054054,37%,1,0,0,0,0,vicky jewson,"action,drama,thriller","united kingdom,united states","arabic,english,french",0.3333333333333333 -4630,4631,better watch out,2016,18+,0.6621621621621621,89%,0,0,1,0,0,chris peckover,"comedy,crime,horror,thriller","australia,united states",english,0.3132530120481927 -6530,6531,mail order wife,2004,18+,0.635135135135135,61%,0,0,1,0,0,"andrew gurland,huck botko",comedy,united states,"cantonese,english,mandarin",0.3253012048192771 -2070,2071,the last face,2016,18+,0.44594594594594583,8%,1,0,0,0,0,sean penn,"drama,romance",united states,english,0.47791164658634533 -8636,8637,8 murders a day,2011,18+,0.44594594594594583,57%,0,0,1,0,0,charlie minn,documentary,united states,english,0.31726907630522083 -4731,4732,sunshine cleaning,2008,18+,0.7027027027027025,74%,0,0,1,0,0,christine jeffs,"comedy,drama",united states,"english,spanish",0.321285140562249 -6328,6329,the quiet ones,2014,13+,0.4729729729729728,37%,0,0,1,0,0,john pogue,"horror,mystery,thriller",united kingdom,english,0.34939759036144574 -11738,11739,howling iii,1987,13+,0.24324324324324317,17%,0,0,1,0,0,philippe mora,"comedy,horror",australia,english,0.3333333333333333 -4964,4965,nothing sacred,1937,all,0.7162162162162161,100%,0,0,1,0,0,william a. wellman,"comedy,drama,fantasy,romance",united states,english,0.2650602409638554 -3950,3951,wonder park,2019,7+,0.5675675675675674,34%,0,1,1,0,0,dylan brown,"adventure,animation,comedy,family,fantasy","spain,united states",english,0.2971887550200803 -6040,6041,mr. pip,2012,13+,0.7432432432432431,44%,0,0,1,0,0,andrew adamson,"drama,war","australia,new zealand,papua new guinea",english,0.4216867469879518 -562,563,resident evil: extinction,2007,18+,0.635135135135135,24%,1,0,0,0,0,russell mulcahy,"action,adventure,fantasy,horror,sci-fi,thriller","australia,canada,france,germany,mexico,united kingdom,united states",english,0.3333333333333333 -4034,4035,playing it cool,2014,18+,0.5945945945945945,14%,0,1,1,0,0,justin reardon,"comedy,romance",united states,"english,korean",0.3333333333333333 -349,350,calibre,2018,18+,0.689189189189189,93%,1,0,0,0,0,matt palmer,"drama,thriller",united kingdom,english,0.36144578313253006 -6261,6262,bliss,1997,18+,0.5945945945945945,46%,0,0,1,0,0,drew barrymore,"drama,sport",united states,english,0.4016064257028112 -7020,7021,geronimo,1962,7+,0.5675675675675674,80%,0,0,1,0,0,walter hill,"drama,history,western",united states,"apache languages,english",0.41767068273092367 -16671,16672,george of the jungle 2,2003,7+,0.22972972972972963,17%,0,0,0,1,0,david grossman,"adventure,comedy,family","australia,united states",english,0.3052208835341365 -4493,4494,chak de! india,2007,7+,0.8918918918918917,94%,0,0,1,0,0,shimit amin,"drama,family,sport",india,hindi,0.570281124497992 -706,707,wish i was here,2014,18+,0.689189189189189,46%,1,0,0,0,0,zach braff,"comedy,drama",united states,english,0.38152610441767065 -1321,1322,sinister 2,2015,18+,0.4999999999999999,16%,1,0,0,0,0,ciarán foy,"horror,mystery,thriller","canada,united kingdom,united states",english,0.34538152610441764 -7046,7047,and while we were here,2013,18+,0.5675675675675674,43%,0,0,1,0,0,kat coiro,"drama,romance",united states,english,0.2891566265060241 -4982,4983,after tiller,2013,13+,0.7972972972972971,92%,0,0,1,0,0,"lana wilson,martha shane","biography,documentary,drama,news",united states,english,0.2971887550200803 -5510,5511,cecil b. demented,2000,18+,0.635135135135135,53%,0,0,1,0,0,john waters,"comedy,crime,thriller","france,united states",english,0.3052208835341365 -16226,16227,star wars: the force awakens,2015,13+,0.8513513513513513,93%,0,0,0,1,0,j.j. abrams,"action,adventure,sci-fi",united states,english,0.5100401606425702 -3673,3674,"the good, the bad, the weird",2008,18+,0.7702702702702701,82%,0,1,0,0,0,jee-woon kim,"action,adventure,comedy,western",south korea,"japanese,korean,mandarin",0.5140562248995983 -4781,4782,last flag flying,2017,18+,0.7162162162162161,77%,0,0,1,0,0,richard linklater,"comedy,drama,war",united states,english,0.45783132530120474 -5648,5649,goya's ghosts,2006,18+,0.7162162162162161,30%,0,0,1,0,0,milos forman,"biography,drama,history","spain,united states",english,0.40963855421686746 -8270,8271,virginia,2010,18+,0.5135135135135135,11%,0,0,1,0,0,francis ford coppola,"comedy,fantasy,horror,mystery",united states,english,0.3092369477911646 -3584,3585,shoplifters,2018,18+,0.8648648648648647,99%,0,1,0,0,0,hirokazu koreeda,"crime,drama",japan,japanese,0.4417670682730923 -521,522,melvin goes to dinner,2003,18+,0.7027027027027025,100%,1,0,0,0,0,bob odenkirk,"comedy,drama,romance",united states,english,0.2891566265060241 -78,79,mud,2013,13+,0.7837837837837837,97%,1,0,0,0,0,jeff nichols,drama,united states,english,0.47791164658634533 -5986,5987,my date with drew,2005,7+,0.6486486486486486,71%,0,0,1,0,0,"brett winn,brian herzlinger,jon gunn",documentary,united states,english,0.31726907630522083 -1059,1060,adventures in public school,2018,16+,0.5675675675675674,71%,1,0,0,0,0,kyle rideout,comedy,"canada,united states","english,spanish",0.3012048192771084 -4031,4032,spinning man,2018,18+,0.5405405405405403,42%,0,1,0,0,0,simon kaijser,"drama,mystery,thriller","ireland,sweden,united states",english,0.35742971887550196 -6453,6454,passion,2012,18+,0.4999999999999999,34%,0,0,1,0,0,mel gibson,drama,united states,"aramaic,hebrew,latin",0.46586345381526095 -5547,5548,django,2017,13+,0.635135135135135,61%,0,0,1,0,0,quentin tarantino,"drama,western",united states,"english,french,german,italian",0.6184738955823292 -16532,16533,tom and huck,1995,7+,0.5270270270270269,25%,0,0,0,1,0,peter hewitt,"adventure,comedy,drama,family,romance,western",united states,english,0.34538152610441764 -540,541,mortal kombat,1995,13+,0.5675675675675674,47%,1,0,0,0,0,paul w.s. anderson,"action,adventure,fantasy,sci-fi,thriller",united states,english,0.36144578313253006 -16446,16447,the lizzie mcguire movie,2003,7+,0.5270270270270269,41%,0,0,0,1,0,jim fall,"adventure,comedy,family,music,romance",united states,"english,italian",0.3333333333333333 -16470,16471,the little mermaid ii: return to the sea,2000,7+,0.5405405405405403,33%,0,0,0,1,0,"brian smith,jim kammerud","animation,drama,family,fantasy,musical","australia,canada,taiwan,united states",english,0.2570281124497992 -5325,5326,contract killer,1998,18+,0.6216216216216215,80%,0,0,1,0,0,james gray,"crime,drama",united states,english,0.34939759036144574 -2831,2832,beneath the leaves,2019,18+,0.3918918918918918,20%,1,0,0,0,0,adam marino,thriller,united states,english,0.31726907630522083 -537,538,peepli [live],2010,7+,0.7837837837837837,85%,1,0,0,0,0,"anusha rizvi,mahmood farooqui","comedy,drama",india,"english,hindi",0.3373493975903614 -4916,4917,the ninth configuration,1980,18+,0.7297297297297296,77%,0,0,1,0,0,william peter blatty,"comedy,drama,horror,mystery,thriller",united states,english,0.429718875502008 -6275,6276,beowulf & grendel,2005,18+,0.5675675675675674,47%,0,0,1,0,0,sturla gunnarsson,"action,adventure,drama,fantasy","australia,canada,iceland,united kingdom,united states","english,icelandic,latin",0.36947791164658633 -3716,3717,2 days in paris,2007,18+,0.7027027027027025,87%,0,1,1,0,0,julie delpy,"comedy,drama,romance","france,germany","english,french",0.34136546184738953 -3692,3693,"life, animated",2016,7+,0.7972972972972971,94%,0,1,0,0,0,roger ross williams,"comedy,documentary,drama,family,fantasy,romance",united states,english,0.3253012048192771 -8119,8120,between strangers,2002,18+,0.6081081081081079,25%,0,0,1,0,0,edoardo ponti,drama,"canada,italy",english,0.3373493975903614 -3737,3738,operation finale,2018,13+,0.6756756756756754,60%,0,1,1,0,0,chris weitz,"biography,drama,history,thriller,war",united states,"english,french,german,spanish",0.4457831325301204 -6388,6389,take me to the river,2014,7+,0.7162162162162161,73%,0,0,1,0,0,matt sobel,drama,united states,english,0.2931726907630522 -541,542,behind the curve,2018,16+,0.6621621621621621,89%,1,0,0,0,0,daniel j. clark,documentary,united states,english,0.34136546184738953 -59,60,hugo,2011,7+,0.7972972972972971,93%,1,0,0,0,0,martin scorsese,"drama,family,fantasy,mystery","france,united kingdom,united states",english,0.4618473895582329 -3647,3648,force majeure,2014,18+,0.7702702702702701,94%,0,1,0,0,0,"jim rash,nat faxon","comedy,drama",united states,english,0.3012048192771084 -1777,1778,twin murders: the silence of the white city,2019,18+,0.4864864864864864,40%,1,0,0,0,0,daniel calparsoro,"action,adventure,crime,drama,horror,mystery,thriller",spain,spanish,0.3975903614457831 -1210,1211,message from the king,2017,18+,0.6486486486486486,43%,1,0,0,0,0,fabrice du welz,"action,crime,drama,thriller","belgium,france,united kingdom,united states","armenian,english",0.3654618473895582 -3703,3704,best of enemies,2015,18+,0.8108108108108105,93%,0,1,0,0,0,"morgan neville,robert gordon","biography,documentary,history",united states,english,0.3052208835341365 -6892,6893,the ultimate life,2013,7+,0.5675675675675674,18%,0,0,1,0,0,michael landon jr.,"drama,romance",united states,english,0.37751004016064255 -5163,5164,hot summer nights,2018,18+,0.6486486486486486,43%,0,0,1,0,0,elijah bynum,"comedy,crime,drama,romance",united states,english,0.38554216867469876 -5347,5348,the wipers times,2013,7+,0.7297297297297296,88%,0,0,1,0,0,andy de emmony,war,united kingdom,english,0.3253012048192771 -9178,9179,bringing up bobby,2011,13+,0.4729729729729728,17%,0,0,1,0,0,famke janssen,comedy,"netherlands,united kingdom,united states",english,0.3293172690763052 -596,597,cookie's fortune,1999,13+,0.7027027027027025,86%,1,0,0,0,0,robert altman,"comedy,drama",united states,english,0.429718875502008 -16575,16576,herbie goes bananas,1980,all,0.4594594594594593,40%,0,0,0,1,0,vincent mceveety,"adventure,comedy,family,fantasy",united states,"english,spanish",0.35742971887550196 -6784,6785,all i see is you,2017,18+,0.5135135135135135,27%,0,0,1,0,0,marc forster,"drama,mystery,romance","thailand,united states",english,0.393574297188755 -6907,6908,harlequin,1980,7+,0.6216216216216215,40%,0,0,1,0,0,simon wincer,"drama,fantasy,mystery,thriller",australia,english,0.3373493975903614 -102,103,the boy in the striped pyjamas,2008,13+,0.8378378378378377,63%,1,0,0,0,0,mark herman,"drama,war","united kingdom,united states","english,spanish",0.3333333333333333 -597,598,before i wake,2016,13+,0.6216216216216215,61%,1,0,0,0,0,mike flanagan,"drama,fantasy,horror,thriller",united states,english,0.34538152610441764 -5904,5905,under the gun,2016,18+,0.5270270270270269,100%,0,0,1,0,0,james sbardellati,"action,comedy",united states,english,0.3012048192771084 -72,73,the evil dead,1981,18+,0.7972972972972971,95%,1,0,0,0,0,sam raimi,horror,united states,english,0.2971887550200803 -608,609,no one killed jessica,2011,13+,0.7567567567567566,80%,1,0,0,0,0,raj kumar gupta,"biography,crime,drama,thriller",india,"english,hindi",0.502008032128514 -5190,5191,american gigolo,1980,18+,0.6216216216216215,68%,0,0,1,0,0,paul schrader,"crime,drama,mystery,romance,thriller",united states,"english,french,german,swedish",0.4257028112449799 -6099,6100,the tower,2012,13+,0.6756756756756754,17%,0,0,1,0,0,ji-hoon kim,"action,drama",south korea,"french,korean",0.4417670682730923 -649,650,battle: los angeles,2011,13+,0.554054054054054,36%,1,0,0,0,0,jonathan liebesman,"action,sci-fi",united states,"english,ukrainian",0.4216867469879518 -3722,3723,the road to el dorado,2000,7+,0.7162162162162161,48%,0,1,0,0,0,"bibo bergeron,don paul,jeffrey katzenberg","adventure,animation,comedy,family,romance",united states,english,0.3132530120481927 -16350,16351,atlantis: the lost empire,2001,7+,0.7162162162162161,49%,0,0,0,1,0,"gary trousdale,kirk wise","action,adventure,animation,family,fantasy,sci-fi",united states,"english,french,spanish",0.3373493975903614 -16677,16678,that darn cat,1997,7+,0.41891891891891886,13%,0,0,0,1,0,robert stevenson,"comedy,crime,family,thriller",united states,"english,french",0.4216867469879518 -5127,5128,the world before your feet,2018,13+,0.8108108108108105,100%,0,0,1,0,0,jeremy workman,documentary,united states,english,0.3373493975903614 -9238,9239,bloodrayne,2005,18+,0.17567567567567563,4%,0,0,1,0,0,uwe boll,"action,adventure,fantasy,horror","germany,united states",english,0.3373493975903614 -555,556,to all the boys: p.s. i still love you,2020,16+,0.5945945945945945,75%,1,0,0,0,0,michael fimognari,"comedy,romance",united states,english,0.36144578313253006 -7369,7370,down the shore,2011,18+,0.581081081081081,45%,0,0,1,0,0,harold guskin,"drama,romance,thriller",united states,english,0.3293172690763052 -5248,5249,destination wedding,2018,18+,0.5945945945945945,53%,0,0,1,0,0,victor levin,"comedy,drama,romance",united states,"english,spanish",0.3052208835341365 -6100,6101,wilby wonderful,2004,13+,0.6756756756756754,71%,0,0,1,0,0,daniel macivor,"comedy,drama,romance",canada,english,0.35341365461847385 -1072,1073,what did jack do?,2017,16+,0.6621621621621621,92%,1,0,0,0,0,david lynch,"comedy,crime,drama,fantasy,music,mystery,short,thriller",united states,english,0.02409638554216867 -232,233,blood father,2016,18+,0.6486486486486486,89%,1,0,0,0,0,jean-françois richet,"action,crime,drama,thriller",france,"english,spanish",0.3092369477911646 -4723,4724,jay and silent bob reboot,2019,18+,0.5675675675675674,66%,0,0,1,0,0,kevin smith,comedy,united states,english,0.37751004016064255 -1597,1598,dragonheart: a new beginning,2000,7+,0.3918918918918918,40%,1,0,0,0,0,doug lefler,"action,adventure,comedy,family,fantasy",united states,english,0.2931726907630522 -3914,3915,mister america,2019,18+,0.6486486486486486,66%,0,1,0,0,0,eric notarnicola,comedy,united states,english,0.3132530120481927 -6122,6123,ecstasy,1933,18+,0.689189189189189,70%,0,0,1,0,0,gustav machatý,"drama,romance","austria,czechoslovakia",german,0.285140562248996 -6448,6449,the heavenly kid,1985,13+,0.6486486486486486,22%,0,0,1,0,0,cary medoway,"comedy,fantasy,romance",united states,english,0.31726907630522083 -360,361,krisha,2016,18+,0.7567567567567566,95%,1,0,0,0,0,trey edward shults,drama,united states,english,0.2891566265060241 -4029,4030,abduction,2011,13+,0.4729729729729728,5%,0,1,1,0,0,john singleton,"action,mystery,thriller",united states,english,0.38152610441767065 -13,14,room,2015,18+,0.8783783783783781,93%,1,0,0,0,0,lenny abrahamson,"drama,thriller","canada,ireland,united kingdom,united states",english,0.429718875502008 -4528,4529,clue,1985,7+,0.7702702702702701,62%,0,0,1,0,0,jonathan lynn,"comedy,crime,mystery,thriller",united states,"english,french",0.3333333333333333 -1845,1846,visions,2015,18+,0.4999999999999999,19%,1,0,0,0,0,kevin greutert,"drama,horror,mystery,thriller",united states,"english,spanish",0.285140562248996 -1221,1222,carrie,2002,18+,0.5270270270270269,20%,1,0,0,0,0,brian de palma,horror,united states,english,0.34939759036144574 -1761,1762,the little mermaid,2018,7+,0.3513513513513513,20%,1,0,0,1,0,"john musker,ron clements","animation,family,fantasy,musical,romance",united states,"english,french",0.2891566265060241 -441,442,ali's wedding,2017,18+,0.7162162162162161,92%,1,0,0,0,0,jeffrey walker,"comedy,drama,romance",australia,"arabic,english,persian",0.3975903614457831 -362,363,dear ex,2018,18+,0.7837837837837837,89%,1,0,0,0,0,"chih-yen hsu,mag hsu","comedy,drama,romance",taiwan,mandarin,0.35742971887550196 -6948,6949,a good marriage,2014,18+,0.4864864864864864,32%,0,0,1,0,0,peter askin,"crime,drama,thriller",united states,english,0.3654618473895582 -701,702,mirror mirror,2012,7+,0.5405405405405403,50%,1,0,1,0,0,tarsem singh,"adventure,comedy,drama,family,fantasy","canada,united states",english,0.38152610441767065 -52,53,moonlight,2016,18+,0.7837837837837837,98%,1,0,0,0,0,barry jenkins,drama,united states,english,0.4016064257028112 -1525,1526,martin lawrence live: runteldat,2002,18+,0.5135135135135135,39%,1,0,1,0,0,david raynr,"comedy,documentary",united states,english,0.40963855421686746 -40,41,despicable me,2010,7+,0.8108108108108105,81%,1,0,0,0,0,"chris renaud,pierre coffin","animation,comedy,family,fantasy","france,united states",english,0.3373493975903614 -11734,11735,the silent storm,2014,18+,0.4729729729729728,28%,0,0,1,0,0,corinna mcfarlane,"drama,romance",united kingdom,english,0.3654618473895582 -8348,8349,kidnapping,2009,18+,0.8243243243243241,80%,0,0,1,0,0,gabe torres,thriller,united states,english,0.3253012048192771 -6690,6691,grave encounters 2,2012,18+,0.4729729729729728,20%,0,0,1,0,0,john poliquin,horror,"canada,united states",english,0.3373493975903614 -4779,4780,fat city,1972,7+,0.7702702702702701,100%,0,0,1,0,0,john huston,"drama,sport",united states,"english,spanish",0.34136546184738953 -5941,5942,bmx bandits,1983,7+,0.5270270270270269,67%,0,0,1,0,0,brian trenchard-smith,"adventure,crime,drama",australia,english,0.3092369477911646 -9962,9963,dinotasia,2012,7+,0.5405405405405403,25%,0,0,1,0,0,"david e. duncan,david krentz,erik nelson","animation,documentary",united states,english,0.2891566265060241 -4338,4339,this one's for the ladies,2018,18+,0.43243243243243235,72%,0,1,0,0,0,gene graham,documentary,united states,english,0.285140562248996 -87,88,13th,2016,18+,0.8918918918918917,96%,1,0,0,0,0,ava duvernay,"crime,documentary,news",united states,english,0.35742971887550196 -4644,4645,a prayer before dawn,2018,18+,0.7162162162162161,92%,0,0,1,0,0,jean-stéphane sauvaire,"biography,crime,drama,sport,thriller","cambodia,china,france,germany,united kingdom,united states","english,thai",0.4216867469879518 -1267,1268,bullet head,2017,18+,0.5135135135135135,59%,1,0,0,0,0,paul solet,"crime,drama,thriller","bulgaria,united states",english,0.3293172690763052 -12640,12641,ripple effect,2007,18+,0.4594594594594593,29%,0,0,1,0,0,philippe caland,"drama,music",united states,english,0.3052208835341365 -6115,6116,shivaay,2016,13+,0.6216216216216215,17%,0,0,1,0,0,ajay devgn,"action,adventure,drama,thriller",india,hindi,0.570281124497992 -16429,16430,the adventures of huck finn,1993,7+,0.6216216216216215,73%,0,0,0,1,0,stephen sommers,"adventure,comedy,drama,family",united states,"english,french",0.38955823293172687 -6140,6141,cromwell,1970,all,0.7162162162162161,33%,0,0,1,0,0,ken hughes,"biography,drama,history,war","united kingdom,united states",english,0.5140562248995983 -10636,10637,kansas,1988,18+,0.5270270270270269,20%,0,0,1,0,0,david stevens,"crime,drama,romance,thriller",united states,english,0.38955823293172687 -16571,16572,operation dumbo drop,1995,7+,0.4729729729729728,31%,0,0,0,1,0,simon wincer,"action,adventure,comedy,drama,family,war",united states,"english,vietnamese",0.38554216867469876 -16497,16498,snow dogs,2002,7+,0.4864864864864864,25%,0,0,0,1,0,brian levant,"adventure,comedy,family,sport","canada,united states",english,0.35341365461847385 -3759,3760,what they had,2018,18+,0.6756756756756754,87%,0,1,0,0,0,elizabeth chomko,drama,united states,english,0.36144578313253006 -6218,6219,the comedy,2012,18+,0.6486486486486486,47%,0,0,1,0,0,rick alverson,"comedy,drama",united states,english,0.3373493975903614 -2222,2223,14 cameras,2018,18+,0.3918918918918918,22%,1,0,0,0,0,"scott hussion,seth fuller","crime,drama,horror,thriller",united states,english,0.31726907630522083 -4575,4576,ginger snaps,2000,18+,0.7027027027027025,89%,0,0,1,0,0,john fawcett,"drama,fantasy,horror",canada,english,0.38955823293172687 -47,48,senna,2010,13+,0.9324324324324322,93%,1,0,0,0,0,asif kapadia,"biography,documentary,sport","france,united kingdom,united states","english,french,japanese,portuguese",0.38152610441767065 -16416,16417,aladdin and the king of thieves,1996,all,0.6486486486486486,33%,0,0,0,1,0,tad stones,"adventure,animation,comedy,family,fantasy,musical,romance",united states,english,0.28112449799196787 -5864,5865,the man from earth: holocene,2017,13+,0.4999999999999999,50%,0,0,1,0,0,richard schenkman,"drama,fantasy,sci-fi",united states,english,0.34939759036144574 -6344,6345,yesterday was a lie,2008,7+,0.4729729729729728,83%,0,0,1,0,0,james kerwin,"drama,music,mystery,romance,sci-fi",united states,english,0.3132530120481927 -9787,9788,passion play,2011,18+,0.40540540540540526,3%,0,0,1,0,0,mitch glazer,"drama,fantasy,romance",united states,english,0.3333333333333333 -5882,5883,chopping mall,1986,18+,0.5405405405405403,56%,0,0,1,0,0,jim wynorski,"comedy,horror,sci-fi",united states,english,0.2650602409638554 -7135,7136,women in trouble,2009,18+,0.554054054054054,29%,0,0,1,0,0,sebastian gutierrez,"comedy,drama",united states,english,0.3253012048192771 -343,344,black snake moan,2006,18+,0.7162162162162161,66%,1,0,1,0,0,craig brewer,"drama,music",united states,english,0.4216867469879518 -6859,6860,american renegades,2017,13+,0.5135135135135135,11%,0,0,1,0,0,steven quale,"action,adventure,crime,drama,thriller,war","belgium,croatia,france,germany,malta,netherlands,united states","croatian,english,german,serbian",0.38152610441767065 -202,203,hostiles,2017,18+,0.7567567567567566,72%,1,0,0,0,0,scott cooper,"drama,western",united states,"cheyenne,english,french",0.49397590361445776 -5463,5464,knightriders,1981,18+,0.635135135135135,77%,0,0,1,0,0,george a. romero,"action,drama",united states,english,0.5421686746987951 -6541,6542,nothing like the holidays,2008,13+,0.6081081081081079,53%,0,0,1,0,0,alfredo rodriguez de villa,"comedy,drama,romance",united states,english,0.34939759036144574 -3919,3920,the prodigy,2019,18+,0.5675675675675674,42%,0,1,1,0,0,nicholas mccarthy,"horror,thriller","canada,united states",english,0.3253012048192771 -16479,16480,the even stevens movie,2003,all,0.6216216216216215,40%,0,0,0,1,0,sean mcnamara,"comedy,family",united states,english,0.3293172690763052 -3763,3764,every day,2018,13+,0.6486486486486486,63%,0,1,1,0,0,michael sucsy,"drama,fantasy,romance","canada,united kingdom,united states",english,0.34538152610441764 -4888,4889,blood brother,2013,7+,0.9054054054054053,73%,0,0,1,0,0,tom holland,"horror,thriller",united states,english,0.3052208835341365 -2161,2162,revenge of the green dragons,2014,18+,0.4999999999999999,15%,1,0,0,0,0,"andrew lau,andrew loo","action,crime,drama","hong kong,united states","chinese,english",0.3333333333333333 -6520,6521,"never steady, never still",2017,16+,0.5945945945945945,79%,0,0,1,0,0,kathleen hepburn,drama,canada,english,0.4056224899598393 -413,414,hotel transylvania 3: summer vacation,2018,7+,0.635135135135135,62%,1,0,0,0,0,genndy tartakovsky,"adventure,animation,comedy,family,fantasy","south korea,united states","english,german,russian,spanish",0.34538152610441764 -6457,6458,f/x2,1991,13+,0.581081081081081,38%,0,0,1,0,0,richard franklin,"action,thriller",united states,english,0.38955823293172687 -6033,6034,losing isaiah,1995,18+,0.6621621621621621,45%,0,0,1,0,0,stephen gyllenhaal,drama,united states,english,0.4016064257028112 -8349,8350,race you to the bottom,2005,18+,0.4729729729729728,54%,0,0,1,0,0,russell brown,"drama,romance",united states,english,0.24899598393574296 -34,35,dangal,2016,7+,0.9189189189189189,88%,1,0,0,0,0,nitesh tiwari,"action,biography,drama,sport",india,hindi,0.6024096385542168 -956,957,guess who,2005,13+,0.581081081081081,42%,1,0,0,0,0,kevin rodney sullivan,"comedy,romance",united states,english,0.37751004016064255 -7456,7457,cottage country,2013,16+,0.5405405405405403,20%,0,0,1,0,0,peter wellington,"comedy,crime,horror,romance",canada,english,0.321285140562249 -16233,16234,toy story 2,1999,all,0.8513513513513513,100%,0,0,0,1,0,"ash brannon,john lasseter,lee unkrich","adventure,animation,comedy,family,fantasy",united states,"arabic,english,spanish",0.3253012048192771 -5237,5238,white lightning,1973,7+,0.6486486486486486,86%,0,0,1,0,0,joseph sargent,"action,crime,drama",united states,english,0.36144578313253006 -5540,5541,saint jack,1979,18+,0.7297297297297296,67%,0,0,1,0,0,peter bogdanovich,drama,united states,"cantonese,dutch,english,french,italian",0.4056224899598393 -5230,5231,master of the universe,2013,all,0.7567567567567566,100%,0,0,1,0,0,marc bauder,documentary,"austria,germany","english,german",0.3092369477911646 -5752,5753,kites,2010,13+,0.6081081081081079,72%,0,0,1,0,0,anurag basu,"action,drama,romance,thriller",india,"english,hindi,spanish",0.4497991967871486 -4840,4841,the tuskegee airmen,1995,13+,0.7432432432432431,88%,0,0,1,0,0,robert markowitz,"drama,history,war",united states,english,0.38152610441767065 -5668,5669,gone in 60 seconds,1974,7+,0.6621621621621621,43%,0,0,1,0,0,dominic sena,"action,crime,thriller",united states,english,0.429718875502008 -660,661,the perfect date,2019,16+,0.5675675675675674,65%,1,0,0,0,0,chris nelson,"comedy,romance",united states,english,0.3132530120481927 -158,159,miss americana,2020,18+,0.7837837837837837,93%,1,0,0,0,0,lana wilson,documentary,united states,english,0.2971887550200803 -3970,3971,padre nuestro,2007,18+,0.7162162162162161,79%,0,1,0,0,0,aisling walsh,"drama,history","denmark,ireland,spain,united kingdom",english,0.3333333333333333 -21,22,the social network,2010,13+,0.8243243243243241,96%,1,0,0,0,0,david fincher,"biography,drama",united states,"english,french",0.4377510040160642 -24,25,life of brian,1979,18+,0.8783783783783781,95%,1,0,0,0,0,terry jones,comedy,united kingdom,"english,latin",0.3333333333333333 -4589,4590,big night,1996,18+,0.7702702702702701,96%,0,0,1,0,0,"campbell scott,stanley tucci","drama,romance",united states,"english,italian",0.393574297188755 -3562,3563,parasite,2019,18+,0.9459459459459456,99%,0,1,1,0,0,bong joon ho,"comedy,drama,thriller",south korea,"english,korean",0.48594377510040154 -4091,4092,nobody's fool,2018,18+,0.43243243243243235,24%,0,1,1,0,0,tyler perry,"comedy,drama,romance",united states,english,0.3975903614457831 -1224,1225,happy new year,2014,all,0.4594594594594593,47%,1,0,0,0,0,garry marshall,"comedy,romance",united states,english,0.429718875502008 -5067,5068,narco cultura,2013,18+,0.7567567567567566,89%,0,0,1,0,0,shaul schwarz,documentary,"mexico,united states","english,spanish",0.36947791164658633 -5934,5935,at middleton,2013,18+,0.6621621621621621,61%,0,0,1,0,0,adam rodgers,"comedy,romance",united states,english,0.35341365461847385 -5721,5722,cardinals,2017,18+,0.5270270270270269,83%,0,0,1,0,0,"aidan shipley,grayson moore","crime,drama,thriller",canada,english,0.2931726907630522 -7053,7054,black moon rising,1986,18+,0.5270270270270269,38%,0,0,1,0,0,harley cokeliss,"action,crime,thriller",united states,english,0.35742971887550196 -16687,16688,kazaam,1996,7+,0.18918918918918917,6%,0,0,0,1,0,paul michael glaser,"comedy,family,fantasy,musical",united states,english,0.3293172690763052 -16352,16353,teen beach movie,2013,7+,0.581081081081081,86%,0,0,0,1,0,jeffrey hornaday,"family,fantasy,musical",united states,english,0.3975903614457831 -16413,16414,an extremely goofy movie,2000,all,0.6486486486486486,63%,0,0,0,1,0,douglas mccarthy,"animation,comedy,family,sport","australia,united states",english,0.2730923694779116 -134,135,frances ha,2013,18+,0.7972972972972971,92%,1,0,0,0,0,noah baumbach,"comedy,drama,romance",united states,"english,french",0.3012048192771084 -16459,16460,aliens of the deep,2005,all,0.6486486486486486,84%,0,0,0,1,0,"james cameron,steven quale","documentary,family",united states,english,0.35742971887550196 -251,252,the matrix revolutions,2003,18+,0.7027027027027025,35%,1,0,0,0,0,"lana wachowski,lilly wachowski","action,sci-fi",united states,"english,french",0.4738955823293173 -1278,1279,sleepover,2004,7+,0.4999999999999999,15%,1,0,1,0,0,joe nussbaum,"comedy,family,romance",united states,english,0.3132530120481927 -600,601,center stage,2000,13+,0.689189189189189,42%,1,0,0,0,0,nicholas hytner,"drama,music,romance",united states,english,0.41767068273092367 -5629,5630,hideous kinky,1998,18+,0.5945945945945945,65%,0,0,1,0,0,gillies mackinnon,"adventure,drama,romance","france,united kingdom","arabic,english,french",0.34939759036144574 -389,390,the last man on the moon,2016,18+,0.7837837837837837,94%,1,0,0,0,0,mark craig,"adventure,biography,documentary,history",united kingdom,english,0.3373493975903614 -5568,5569,hyena road,2015,18+,0.6621621621621621,55%,0,0,1,0,0,paul gross,"action,drama,war",canada,english,0.4377510040160642 -5151,5152,night owls,2015,18+,0.6216216216216215,100%,0,0,1,0,0,charles hood,"comedy,drama",united states,english,0.31726907630522083 -3611,3612,loving vincent,2017,13+,0.8378378378378377,85%,0,1,0,0,0,"dorota kobiela,hugh welchman","animation,biography,crime,drama,family,mystery","netherlands,poland,switzerland,united kingdom,united states",english,0.3333333333333333 -9805,9806,all's faire in love,2009,13+,0.4594594594594593,7%,0,0,1,0,0,scott marshall,comedy,united states,english,0.37349397590361444 -5394,5395,free enterprise,1998,18+,0.7027027027027025,83%,0,0,1,0,0,robert meyer burnett,"comedy,romance",united states,english,0.40963855421686746 -823,824,chronicle of an escape,2006,18+,0.7567567567567566,67%,1,0,0,0,0,israel adrián caetano,"crime,thriller",argentina,spanish,0.36947791164658633 -3842,3843,little woods,2018,18+,0.6081081081081079,96%,0,1,0,0,0,nia dacosta,"crime,drama,western",united states,english,0.37751004016064255 -170,171,the boy who harnessed the wind,2019,7+,0.8108108108108105,87%,1,0,1,0,0,chiwetel ejiofor,drama,"malawi,united kingdom","arabic,english,nyanja",0.40963855421686746 -1018,1019,for colored girls,2010,18+,0.6081081081081079,32%,1,0,0,0,0,tyler perry,drama,united states,english,0.4899598393574297 -4025,4026,permanent,2017,13+,0.5270270270270269,44%,0,1,1,0,0,colette burson,comedy,united states,english,0.3293172690763052 -487,488,kevin hart: laugh at my pain,2011,18+,0.7837837837837837,71%,1,0,0,0,0,"leslie small,tim story","comedy,documentary",united states,english,0.3132530120481927 -6101,6102,handsome harry,2009,18+,0.6081081081081079,81%,0,0,1,0,0,bette gordon,drama,united states,english,0.3333333333333333 -8728,8729,copperhead,2013,7+,0.5270270270270269,21%,0,0,1,0,0,ron maxwell,drama,united states,english,0.4377510040160642 -6372,6373,in secret,2013,18+,0.6081081081081079,41%,0,0,1,0,0,charlie stratton,"crime,drama,thriller","hungary,serbia,united states",english,0.38554216867469876 -6743,6744,blueberry,2004,18+,0.4864864864864864,22%,0,0,1,0,0,jan kounen,"adventure,western","france,mexico,united kingdom","apache languages,athapascan languages,english,french,german,spanish",0.4538152610441767 -5810,5811,psychomania,1973,7+,0.5675675675675674,83%,0,0,1,0,0,don sharp,"adventure,horror",united kingdom,english,0.2971887550200803 -3770,3771,slums of beverly hills,1998,18+,0.6756756756756754,80%,0,1,0,0,0,tamara jenkins,"comedy,drama",united states,english,0.321285140562249 -4485,4486,harold and maude,1971,7+,0.8513513513513513,84%,0,0,1,0,0,hal ashby,"comedy,drama,romance",united states,english,0.321285140562249 -5806,5807,paper man,2009,18+,0.6756756756756754,32%,0,0,1,0,0,"kieran mulroney,michele mulroney","comedy,drama",united states,english,0.3975903614457831 -12,13,pan's labyrinth,2006,18+,0.8918918918918917,95%,1,0,0,0,0,guillermo del toro,"drama,fantasy,war","mexico,spain",spanish,0.429718875502008 -478,479,time trap,2017,18+,0.6621621621621621,60%,1,0,0,0,0,"ben foster,mark dennis","action,adventure,sci-fi",united states,english,0.3052208835341365 -3968,3969,brick mansions,2014,13+,0.554054054054054,25%,0,1,0,0,0,camille delamarre,"action,crime,thriller","canada,france,spain,united states","chinese,english",0.31726907630522083 -16288,16289,the muppet movie,1979,all,0.8108108108108105,88%,0,0,0,1,0,james frawley,"adventure,comedy,family,musical","united kingdom,united states",english,0.3373493975903614 -6084,6085,hatchet iii,2013,18+,0.554054054054054,57%,0,0,1,0,0,bj mcdonnell,"action,comedy,horror,thriller",united states,english,0.28112449799196787 -198,199,the danish girl,2015,18+,0.7432432432432431,67%,1,0,0,0,0,tom hooper,"biography,drama,romance","belgium,denmark,germany,japan,united kingdom,united states","english,french,german",0.4337349397590361 -3835,3836,bad reputation,2018,18+,0.7702702702702701,79%,0,1,0,0,0,jim hemphill,"drama,horror,thriller",united states,english,0.31726907630522083 -1202,1203,the motive,2017,18+,0.6621621621621621,63%,1,0,0,0,0,manuel martín cuenca,"comedy,drama","mexico,spain","english,spanish",0.4056224899598393 -5058,5059,two hands,1999,18+,0.7432432432432431,67%,0,0,1,0,0,gregor jordan,"comedy,crime,thriller",australia,english,0.36947791164658633 -993,994,sand castle,2017,18+,0.635135135135135,44%,1,0,0,0,0,fernando coimbra,"drama,war",united states,"arabic,english",0.40963855421686746 -4,5,"the good, the bad and the ugly",1966,18+,0.9729729729729728,97%,1,0,1,0,0,sergio leone,western,"italy,spain,west germany",italian,0.6024096385542168 -4903,4904,bill & ted's bogus journey,1991,7+,0.635135135135135,54%,0,0,1,0,0,peter hewitt,"adventure,comedy,fantasy,music,sci-fi",united states,"english,italian,russian",0.3293172690763052 -16326,16327,descendants,2015,all,0.6486486486486486,90%,0,0,0,1,0,kenny ortega,"comedy,family,fantasy,musical",united states,english,0.4056224899598393 -16578,16579,the brave little toaster goes to mars,1998,all,0.554054054054054,40%,0,0,0,1,0,"patrick a. ventura,robert c. ramirez","adventure,animation,family,sci-fi",united states,english,0.24899598393574296 -16356,16357,halloweentown,1998,all,0.7027027027027025,80%,0,0,0,1,0,duwayne dunham,"adventure,comedy,family,fantasy",united states,english,0.2931726907630522 -5740,5741,true north,2006,18+,0.7162162162162161,80%,0,0,1,0,0,asif kapadia,"crime,drama,romance,thriller","france,united kingdom",english,0.3132530120481927 -6587,6588,american teacher,2011,all,0.7027027027027025,67%,0,0,1,0,0,"brian mcginn,vanessa roth","biography,documentary,history,news",united states,english,0.28112449799196787 -269,270,yes man,2008,13+,0.7027027027027025,46%,1,0,0,0,0,peyton reed,"comedy,romance","united kingdom,united states","english,estonian,korean",0.37349397590361444 -9523,9524,the corpse grinders,1971,18+,0.32432432432432423,17%,0,0,1,0,0,ted v. mikels,"comedy,horror",united states,english,0.24497991967871485 -5264,5265,the wild and wonderful whites of west virginia,2009,18+,0.7432432432432431,60%,0,0,1,0,0,julien nitzberg,documentary,united states,english,0.3012048192771084 -7328,7329,ten 'til noon,2006,18+,0.5270270270270269,70%,0,0,1,0,0,scott storm,"crime,mystery,thriller",united states,english,0.2891566265060241 -6378,6379,breakin' 2: electric boogaloo,1984,7+,0.4729729729729728,29%,0,0,1,0,0,sam firstenberg,"comedy,drama,musical",united states,english,0.3333333333333333 -7087,7088,house arrest,1996,7+,0.5675675675675674,10%,0,0,1,0,0,harry winer,"comedy,family",united states,english,0.38955823293172687 -6752,6753,tower block,2012,18+,0.581081081081081,47%,0,0,1,0,0,"david beton,james nunn",thriller,united kingdom,english,0.31726907630522083 -6904,6905,two ninas,2000,18+,0.6081081081081079,67%,0,0,1,0,0,neil turitz,"comedy,romance",united states,english,0.3092369477911646 -295,296,legend,2015,18+,0.7162162162162161,61%,1,0,0,0,0,brian helgeland,"biography,crime,drama,thriller","france,united kingdom,united states",english,0.48594377510040154 -4683,4684,ghost town,2008,13+,0.689189189189189,85%,0,0,1,0,0,david koepp,"comedy,drama,fantasy,romance",united states,english,0.3654618473895582 -6577,6578,attack of the killer tomatoes!,1978,7+,0.40540540540540526,27%,0,0,1,0,0,john de bello,"adventure,comedy,horror,musical,sci-fi",united states,english,0.2891566265060241 -4027,4028,walking with the enemy,2014,13+,0.6486486486486486,45%,0,1,0,0,0,mark schmidt,"action,drama,history,romance,war","canada,hungary,romania,united states","english,german,hungarian,romanian",0.4538152610441767 -4958,4959,bully,2001,18+,0.7162162162162161,54%,0,0,1,0,0,larry clark,"biography,crime,drama","france,united kingdom,united states",english,0.38955823293172687 -1430,1431,the warning,2018,18+,0.581081081081081,56%,1,0,1,0,0,daniel calparsoro,"action,adventure,crime,drama,fantasy,horror,mystery,thriller",spain,spanish,0.3253012048192771 -4941,4942,the true cost,2015,13+,0.8243243243243241,63%,0,0,1,0,0,andrew morgan,"documentary,drama,news","bangladesh,cambodia,china,denmark,france,haiti,india,italy,uganda,united kingdom,united states",english,0.3253012048192771 -8332,8333,show dogs,2018,7+,0.28378378378378377,16%,0,0,1,0,0,raja gosnell,"adventure,comedy,family","united kingdom,united states",english,0.3253012048192771 -16349,16350,high school musical,2006,all,0.5135135135135135,63%,0,0,0,1,0,kenny ortega,"comedy,drama,family,music,musical,romance",united states,"english,spanish",0.34939759036144574 -16257,16258,ice age,2002,7+,0.7972972972972971,77%,0,0,0,1,0,"carlos saldanha,chris wedge","adventure,animation,comedy,family,fantasy",united states,english,0.28112449799196787 -729,730,kevin hart: let me explain,2013,18+,0.7027027027027025,61%,1,0,0,0,0,"leslie small,tim story","comedy,documentary",united states,english,0.2570281124497992 -731,732,seoul searching,2015,18+,0.7432432432432431,75%,1,0,0,0,0,benson lee,"comedy,drama,music,romance","china,south korea,united states","english,german,korean",0.37751004016064255 -5655,5656,all this panic,2017,16+,0.7027027027027025,94%,0,0,1,0,0,jenny gage,documentary,united states,english,0.2730923694779116 -7538,7539,my boss's daughter,2003,13+,0.41891891891891886,8%,0,0,1,0,0,david zucker,"comedy,romance",united states,english,0.3012048192771084 -1034,1035,tusk,2014,18+,0.4999999999999999,45%,1,0,0,0,0,kevin smith,"comedy,drama,horror",united states,english,0.3654618473895582 -6493,6494,in dubious battle,2017,18+,0.6081081081081079,30%,0,0,1,0,0,james franco,"crime,drama,history,thriller,western",united states,english,0.3975903614457831 -7025,7026,as i lay dying,2013,18+,0.5135135135135135,38%,0,0,1,0,0,james franco,drama,united states,english,0.3975903614457831 -494,495,forks over knives,2011,7+,0.8243243243243241,59%,1,0,0,0,0,lee fulkerson,documentary,united states,english,0.34136546184738953 -16314,16315,willow,1988,7+,0.7702702702702701,50%,0,0,0,1,0,ron howard,"action,adventure,drama,fantasy,romance",united states,english,0.4618473895582329 -1909,1910,don verdean,2015,13+,0.5135135135135135,29%,1,0,0,0,0,jared hess,"adventure,comedy,drama",united states,english,0.31726907630522083 -212,213,patriot games,1992,18+,0.7162162162162161,72%,1,0,1,0,0,phillip noyce,"action,thriller",united states,english,0.4257028112449799 -5318,5319,bachna ae haseeno,2008,7+,0.6216216216216215,63%,0,0,1,0,0,siddharth anand,"comedy,drama,romance",india,"english,hindi",0.5662650602409638 -3998,3999,men with brooms,2002,18+,0.554054054054054,55%,0,1,0,0,0,paul gross,"comedy,drama,romance,sport",canada,"american sign language,english,german",0.3654618473895582 -7526,7527,loverboy,2005,18+,0.5135135135135135,18%,0,0,1,0,0,"jon knautz,trevor matthews","horror,thriller",canada,english,0.35341365461847385 -71,72,end of watch,2012,18+,0.8108108108108105,85%,1,0,0,0,0,david ayer,"action,crime,drama,thriller",united states,"english,spanish",0.393574297188755 -4059,4060,cruise,2018,18+,0.4999999999999999,38%,0,1,0,0,0,robert siegel,"drama,romance",united states,english,0.31726907630522083 -37,38,mystic river,2003,18+,0.8513513513513513,88%,1,0,0,0,0,clint eastwood,"crime,drama,mystery,thriller","australia,united states",english,0.5100401606425702 -7100,7101,seven days in utopia,2011,all,0.5945945945945945,15%,0,0,1,0,0,matthew dean russell,"drama,sport",united states,english,0.35742971887550196 -6439,6440,the magic flute,2006,7+,0.6756756756756754,70%,0,0,1,0,0,ingmar bergman,"comedy,fantasy,music,romance",sweden,swedish,0.4979919678714859 -6497,6498,khumba,2013,all,0.554054054054054,44%,0,0,1,0,0,anthony silverston,"adventure,animation,family",south africa,english,0.2971887550200803 -6591,6592,what we do is secret,2008,18+,0.6486486486486486,45%,0,0,1,0,0,rodger grossman,"biography,drama,music",united states,english,0.3253012048192771 -762,763,ghost rider,2007,13+,0.4864864864864864,26%,1,0,0,0,0,mark steven johnson,"action,fantasy,thriller","australia,united states",english,0.3975903614457831 -3780,3781,anna and the apocalypse,2017,18+,0.5945945945945945,77%,0,1,1,0,0,john mcphail,"comedy,horror,musical",united kingdom,english,0.3293172690763052 -1123,1124,cop out,2010,18+,0.5405405405405403,18%,1,0,0,0,0,kevin smith,"action,comedy,crime,thriller",united states,"english,spanish",0.38554216867469876 -286,287,zack and miri make a porno,2008,18+,0.6621621621621621,65%,1,0,0,0,0,kevin smith,"comedy,romance",united states,english,0.36144578313253006 -3577,3578,portrait of a lady on fire,2019,18+,0.8918918918918917,98%,0,1,0,0,0,céline sciamma,"drama,romance",france,"french,italian",0.4457831325301204 -5187,5188,after the dark,2013,18+,0.554054054054054,71%,0,0,1,0,0,john huddles,"drama,fantasy,sci-fi","indonesia,united states","english,indonesian,middle english",0.38554216867469876 -279,280,supersonic,2016,18+,0.8513513513513513,84%,1,0,0,0,0,mat whitecross,"biography,documentary,music",united kingdom,english,0.4457831325301204 -6106,6107,jimmy carter man from plains,2007,7+,0.7297297297297296,79%,0,0,1,0,0,jonathan demme,"biography,documentary,history",united states,english,0.45783132530120474 -941,942,jonathan,2018,18+,0.581081081081081,65%,1,0,0,0,0,bill oliver,"drama,sci-fi",united states,english,0.3373493975903614 -5254,5255,wonderstruck,2017,7+,0.6216216216216215,68%,0,0,1,0,0,todd haynes,"drama,mystery",united states,"english,spanish",0.4216867469879518 -16367,16368,dumbo,2019,7+,0.635135135135135,47%,0,0,0,1,0,tim burton,"adventure,family,fantasy","australia,canada,united kingdom,united states","english,french",0.4056224899598393 -5130,5131,the children act,2017,18+,0.689189189189189,74%,0,0,1,0,0,richard eyre,drama,"united kingdom,united states",english,0.37751004016064255 -8077,8078,sharknado 6,2018,16+,0.2567567567567567,27%,0,0,1,0,0,anthony c. ferrante,"action,adventure,comedy,fantasy,horror,sci-fi,thriller",united states,english,0.3012048192771084 -8159,8160,with friends like these...,1998,18+,0.581081081081081,50%,0,0,1,0,0,philip frank messina,comedy,united states,english,0.37751004016064255 -3822,3823,the time that remains,2009,13+,0.7432432432432431,84%,0,1,0,0,0,elia suleiman,"drama,history","belgium,france,israel,italy,palestine,united kingdom","arabic,english,hebrew",0.393574297188755 -2371,2372,dance flick,2009,13+,0.2567567567567567,18%,1,0,1,0,0,damien dante wayans,"action,comedy,music",united states,english,0.2891566265060241 -9070,9071,the family tree,2011,18+,0.5135135135135135,10%,0,0,1,0,0,vivi friedman,"comedy,drama","australia,united states",english,0.3052208835341365 -725,726,kicking and screaming,1995,18+,0.7027027027027025,57%,1,0,0,0,0,jesse dylan,"comedy,family,romance,sport",united states,"english,italian",0.3373493975903614 -6944,6945,the woman in the fifth,2011,18+,0.4999999999999999,59%,0,0,1,0,0,pawel pawlikowski,"drama,mystery,thriller","france,poland,united kingdom","english,french,polish",0.2931726907630522 -2403,2404,"berlin, i love you",2019,18+,0.40540540540540526,11%,1,0,0,0,0,"claus clausen,dani levy,daniel lwowski,dennis gansel,dianna agron,fernando eimbcke,gabriela tscherniak,josef rusnak,justin franklin,massy tadjedin,peter chelsom,stephanie martin,til schweiger","drama,romance",germany,"english,german",0.4377510040160642 -3573,3574,akira,1988,18+,0.8648648648648647,90%,0,1,0,0,0,katsuhiro ôtomo,"animation,drama,sci-fi,thriller",japan,japanese,0.4538152610441767 -7987,7988,cannes man,1996,18+,0.4864864864864864,50%,0,0,1,0,0,richard martini,"comedy,drama",united states,"english,french,norwegian",0.3092369477911646 -6588,6589,another happy day,2011,18+,0.6081081081081079,44%,0,0,1,0,0,sam levinson,"comedy,drama",united states,english,0.4337349397590361 -5307,5308,elvis & nixon,2016,18+,0.6486486486486486,77%,0,0,1,0,0,liza johnson,"comedy,history",united states,english,0.3012048192771084 -3871,3872,the jewel of the nile,1985,7+,0.6081081081081079,50%,0,1,0,0,0,lewis teague,"action,adventure,comedy,romance",united states,"arabic,english",0.38152610441767065 -6779,6780,falling overnight,2011,18+,0.689189189189189,40%,0,0,1,0,0,conrad jackson,"drama,romance",united states,english,0.3012048192771084 -488,489,gridiron gang,2006,13+,0.7162162162162161,43%,1,0,0,0,0,phil joanou,"biography,crime,drama,sport",united states,english,0.45783132530120474 -16386,16387,penguins,2019,all,0.7297297297297296,92%,0,0,0,1,0,"alastair fothergill,jeff wilson","documentary,family",united states,english,0.2610441767068273 -7166,7167,invasion of the bee girls,1973,18+,0.4594594594594593,43%,0,0,1,0,0,denis sanders,"horror,sci-fi",united states,english,0.3012048192771084 -6241,6242,art & copy,2009,7+,0.7027027027027025,57%,0,0,1,0,0,doug pray,documentary,united states,english,0.3132530120481927 -16308,16309,maleficent: mistress of evil,2019,7+,0.6756756756756754,40%,0,0,0,1,0,joachim rønning,"adventure,family,fantasy","canada,united kingdom,united states",english,0.4337349397590361 -4936,4937,f/x,1986,18+,0.689189189189189,88%,0,0,1,0,0,robert mandel,"action,thriller",united states,english,0.393574297188755 -55,56,what's eating gilbert grape,1993,13+,0.8378378378378377,90%,1,0,1,0,0,lasse hallström,drama,united states,english,0.429718875502008 -3879,3880,the yellow handkerchief,2009,13+,0.689189189189189,66%,0,1,1,0,0,udayan prasad,"drama,romance",united states,english,0.3654618473895582 -16488,16489,tiger cruise,2005,7+,0.6216216216216215,60%,0,0,0,1,0,duwayne dunham,"drama,family",united states,english,0.3092369477911646 -5174,5175,the italian,2005,13+,0.7972972972972971,91%,0,0,1,0,0,andrey kravchuk,drama,russia,"english,italian,russian",0.31726907630522083 -4591,4592,mahanati,2018,7+,0.9324324324324322,100%,0,0,1,0,0,nag ashwin,"biography,drama",india,"tamil,telugu",0.6666666666666666 -5543,5544,last call at the oasis,2011,13+,0.7837837837837837,81%,0,0,1,0,0,jessica yu,documentary,united states,english,0.37751004016064255 -3599,3600,fighting with my family,2019,13+,0.7432432432432431,93%,0,1,1,0,0,stephen merchant,"biography,comedy,drama,sport","mexico,united kingdom,united states",english,0.38955823293172687 -3680,3681,monster house,2006,7+,0.6756756756756754,75%,0,1,0,0,0,gil kenan,"adventure,animation,comedy,family,fantasy,mystery",united states,english,0.321285140562249 -5316,5317,47 meters down: uncaged,2019,13+,0.4594594594594593,42%,0,0,1,0,0,johannes roberts,"adventure,drama,horror,thriller","united kingdom,united states",english,0.31726907630522083 -6783,6784,the twilight of the golds,1996,13+,0.6621621621621621,43%,0,0,1,0,0,ross kagan marks,"drama,romance",united states,english,0.3253012048192771 -4073,4074,grace jones: bloodlight and bami,2017,7+,0.6216216216216215,86%,0,1,0,0,0,sophie fiennes,"biography,documentary,music","ireland,united kingdom","english,french",0.41767068273092367 -7455,7456,bad kids go to hell,2012,18+,0.3918918918918918,44%,0,0,1,0,0,matthew spradlin,"comedy,mystery,thriller",united states,english,0.321285140562249 -8425,8426,love hurts,2009,13+,0.5405405405405403,29%,0,0,1,0,0,paul verhoeven,"drama,mystery,thriller","france,united kingdom,united states",english,0.46586345381526095 -6159,6160,sharknado,2013,16+,0.22972972972972963,78%,0,0,1,0,0,anthony c. ferrante,"action,adventure,comedy,horror,sci-fi,thriller",united states,english,0.3012048192771084 -6094,6095,sollers point,2017,18+,0.5405405405405403,85%,0,0,1,0,0,matthew porterfield,drama,"france,united states",english,0.36144578313253006 -3863,3864,monsters and men,2018,18+,0.554054054054054,86%,0,1,0,0,0,reinaldo marcus green,"crime,drama,thriller",united states,english,0.34136546184738953 -817,818,occupation,2018,18+,0.4729729729729728,50%,1,0,0,0,0,luke sparke,"action,drama,sci-fi",australia,english,0.4337349397590361 -1329,1330,a haunted house,2013,18+,0.4594594594594593,9%,1,0,0,0,0,michael tiddes,"comedy,fantasy",united states,"english,spanish",0.3012048192771084 -5150,5151,big fan,2009,18+,0.689189189189189,86%,0,0,1,0,0,robert siegel,"comedy,crime,drama,sport",united states,english,0.3092369477911646 -5329,5330,true legend,2010,18+,0.6486486486486486,64%,0,0,1,0,0,woo-ping yuen,"action,drama,history",china,mandarin,0.41767068273092367 -4588,4589,eat drink man woman,1994,13+,0.8378378378378377,91%,0,0,1,0,0,ang lee,"comedy,drama,romance",taiwan,"french,mandarin",0.4538152610441767 -4886,4887,gozu,2003,18+,0.7297297297297296,72%,0,0,1,0,0,takashi miike,"crime,drama,horror,mystery,thriller",japan,japanese,0.4738955823293173 -5384,5385,the secret of santa vittoria,1969,13+,0.7702702702702701,67%,0,0,1,0,0,stanley kramer,"comedy,drama,war",united states,english,0.5140562248995983 -3719,3720,europa report,2013,13+,0.6486486486486486,81%,0,1,0,0,0,sebastián cordero,"drama,mystery,sci-fi,thriller",united states,"chinese,english,russian",0.31726907630522083 -2515,2516,change in the air,2018,7+,0.5135135135135135,11%,1,0,0,0,0,dianne dreyer,drama,united states,english,0.3333333333333333 -6206,6207,the take,2007,18+,0.5675675675675674,85%,0,0,1,0,0,james watkins,"action,crime,drama,thriller","france,germany,luxembourg,united kingdom,united states","english,french",0.3253012048192771 -485,486,underworld: rise of the lycans,2009,18+,0.6756756756756754,30%,1,0,0,0,0,patrick tatopoulos,"action,fantasy","new zealand,united states",english,0.3253012048192771 -5167,5168,the goldfinch,2019,18+,0.6216216216216215,24%,0,0,1,0,0,john crowley,drama,united states,"english,french,german,ukrainian",0.5542168674698794 -4534,4535,i am not your negro,2017,18+,0.8378378378378377,99%,0,0,1,0,0,raoul peck,documentary,"belgium,france,switzerland,united states","english,french",0.3293172690763052 -16404,16405,101 dalmatians,1996,all,0.554054054054054,42%,0,0,0,1,0,stephen herek,"adventure,comedy,crime,family","united kingdom,united states","english,spanish",0.36947791164658633 -5292,5293,the son of bigfoot,2017,7+,0.6081081081081079,76%,0,0,1,0,0,"ben stassen,jeremy degruson","adventure,animation,comedy,family,fantasy","belgium,france,united states",english,0.3253012048192771 -6175,6176,the outlaw,1946,13+,0.5270270270270269,80%,0,0,1,0,0,"howard hawks,howard hughes","comedy,drama,romance,western",united states,"english,spanish",0.4216867469879518 -16423,16424,lilo & stitch 2: stitch has a glitch,2005,7+,0.635135135135135,40%,0,0,0,1,0,"michael labash,tony leondis","animation,comedy,drama,family,sci-fi",united states,"english,french,spanish",0.22891566265060237 -151,152,swades,2004,all,0.8918918918918917,83%,1,0,0,0,0,ashutosh gowariker,drama,india,"english,hindi",0.7991967871485943 -4080,4081,fun size,2012,13+,0.5135135135135135,25%,0,1,1,0,0,josh schwartz,"adventure,comedy",united states,english,0.3012048192771084 -1144,1145,the vatican tapes,2015,18+,0.44594594594594583,20%,1,0,0,0,0,mark neveldine,"horror,thriller",united states,"aramaic,english",0.321285140562249 -5879,5880,absolutely anything,2015,18+,0.5945945945945945,18%,0,0,1,0,0,terry jones,"comedy,sci-fi",united kingdom,"english,french",0.2971887550200803 -6620,6621,sharknado 2: the second one,2014,16+,0.32432432432432423,61%,0,0,1,0,0,anthony c. ferrante,"action,adventure,comedy,horror,sci-fi,thriller",united states,english,0.3373493975903614 -16435,16436,the cheetah girls,2003,all,0.43243243243243235,71%,0,0,0,1,0,oz scott,"comedy,drama,family,music,musical","canada,united states","english,spanish",0.35742971887550196 -5549,5550,love liza,2002,18+,0.7297297297297296,53%,0,0,1,0,0,todd louiso,"comedy,drama","france,germany,united states",english,0.31726907630522083 -4828,4829,the first time,2012,13+,0.7027027027027025,47%,0,0,1,0,0,jonathan kasdan,"comedy,drama,romance",united states,english,0.3373493975903614 -262,263,20 feet from stardom,2013,13+,0.7837837837837837,99%,1,0,0,0,0,morgan neville,"biography,documentary,music",united states,"english,spanish",0.321285140562249 -4909,4910,ghosts of abu ghraib,2007,18+,0.8378378378378377,100%,0,0,1,0,0,rory kennedy,"documentary,history,war",united states,english,0.2690763052208835 -4722,4723,4 little girls,1997,16+,0.8378378378378377,100%,0,0,1,0,0,spike lee,"documentary,history",united states,english,0.3654618473895582 -3620,3621,chicken run,2000,all,0.7297297297297296,97%,0,1,0,0,0,"nick park,peter lord","adventure,animation,comedy,drama,family","france,united kingdom,united states",english,0.2931726907630522 -489,490,hot rod,2007,13+,0.689189189189189,39%,1,0,1,0,0,akiva schaffer,"comedy,sport",united states,english,0.3092369477911646 -7833,7834,anastasia,1997,all,0.5270270270270269,85%,0,0,1,0,0,"don bluth,gary goldman","adventure,animation,drama,family,fantasy,musical,mystery,romance",united states,"english,french,russian",0.3333333333333333 -16552,16553,confessions of a teenage drama queen,2004,7+,0.40540540540540526,14%,0,0,0,1,0,sara sugarman,"comedy,family,music,romance","germany,united states",english,0.3132530120481927 -1486,1487,tall girl,2019,7+,0.4864864864864864,44%,1,0,0,0,0,nzingha stewart,comedy,united states,english,0.36144578313253006 -6847,6848,the ladies man,2000,18+,0.4864864864864864,11%,0,0,1,0,0,reginald hudlin,comedy,united states,english,0.2931726907630522 -227,228,kon-tiki,2012,13+,0.7567567567567566,81%,1,0,1,0,0,"espen sandberg,joachim rønning","adventure,biography,drama,history","denmark,germany,norway,sweden,united kingdom","english,french,norwegian,swedish",0.429718875502008 -289,290,9,2009,13+,0.7432432432432431,57%,1,0,0,0,0,shane acker,"action,adventure,animation,drama,family,horror,mystery,sci-fi",united states,english,0.2730923694779116 -1730,1731,first kill,2017,18+,0.4594594594594593,12%,1,0,0,0,0,steven c. miller,"action,thriller","canada,united kingdom,united states",english,0.34538152610441764 -5376,5377,evelyn,2002,7+,0.7297297297297296,64%,0,0,1,0,0,bruce beresford,drama,"germany,ireland,netherlands,united kingdom,united states",english,0.3333333333333333 -16467,16468,the shaggy dog,1959,all,0.6621621621621621,68%,0,0,0,1,0,charles barton,"comedy,family,fantasy",united states,english,0.37349397590361444 -944,945,to the bone,2017,18+,0.7027027027027025,73%,1,0,0,0,0,marti noxon,drama,united states,english,0.38554216867469876 -4616,4617,behind the candelabra,2013,18+,0.7297297297297296,95%,0,0,1,0,0,steven soderbergh,"biography,drama,music,romance",united states,english,0.429718875502008 -4997,4998,cockfighter,1974,18+,0.7432432432432431,100%,0,0,1,0,0,monte hellman,drama,united states,english,0.2891566265060241 -6320,6321,escanaba in da moonlight,2001,13+,0.6621621621621621,50%,0,0,1,0,0,jeff daniels,"comedy,fantasy",united states,english,0.321285140562249 -1523,1524,the black godfather,2019,18+,0.6621621621621621,100%,1,0,1,0,0,reginald hudlin,documentary,united states,english,0.429718875502008 -4928,4929,ashes of time,1994,18+,0.7567567567567566,78%,0,0,1,0,0,kar-wai wong,"action,drama","hong kong,taiwan","cantonese,mandarin",0.35742971887550196 -7252,7253,the people that time forgot,1977,7+,0.5135135135135135,57%,0,0,1,0,0,kevin connor,"adventure,fantasy,sci-fi","united kingdom,united states",english,0.321285140562249 -66,67,molly's game,2017,18+,0.7837837837837837,82%,1,0,0,0,0,aaron sorkin,"biography,crime,drama","canada,china,united states",english,0.5180722891566265 -6534,6535,left behind,2000,13+,0.3918918918918918,16%,0,0,1,0,0,vic armstrong,"action,drama,fantasy,mystery,thriller","canada,united states",english,0.3975903614457831 -16217,16218,wall·e,2008,all,0.9189189189189189,95%,0,0,0,1,0,andrew stanton,"adventure,animation,family,sci-fi",united states,english,0.34939759036144574 -6360,6361,the town that dreaded sundown,1976,18+,0.6081081081081079,42%,0,0,1,0,0,charles b. pierce,"crime,drama,horror,mystery,thriller",united states,english,0.31726907630522083 -5402,5403,racing dreams,2010,7+,0.7297297297297296,100%,0,0,1,0,0,marshall curry,"documentary,sport",united states,english,0.3293172690763052 -150,151,miracle,2004,7+,0.7972972972972971,81%,1,0,0,1,0,gavin o'connor,"biography,drama,history,sport","canada,united states",english,0.4979919678714859 -16351,16352,the great muppet caper,1981,all,0.7567567567567566,76%,0,0,0,1,0,jim henson,"adventure,comedy,crime,family,musical,mystery","united kingdom,united states",english,0.34538152610441764 -4635,4636,marshall,2017,13+,0.7567567567567566,80%,0,0,1,0,0,reginald hudlin,"biography,crime,drama,history","china,hong kong,united states",english,0.429718875502008 -5412,5413,crimes of the heart,1986,13+,0.6486486486486486,81%,0,0,1,0,0,bruce beresford,"comedy,drama",united states,english,0.37751004016064255 -5749,5750,interview,2007,18+,0.7027027027027025,58%,0,0,1,0,0,federico fellini,"comedy,drama,fantasy",italy,"english,italian,japanese",0.37751004016064255 -989,990,rolling thunder revue: a bob dylan story by martin scorsese,2019,18+,0.8243243243243241,92%,1,0,0,0,0,martin scorsese,"biography,documentary,history,music",united states,english,0.5261044176706827 -3666,3667,megan leavey,2017,13+,0.7432432432432431,87%,0,1,0,0,0,gabriela cowperthwaite,"biography,drama,war",united states,"arabic,english",0.4216867469879518 -16358,16359,millions,2004,13+,0.7162162162162161,88%,0,0,0,1,0,danny boyle,"comedy,crime,drama,family",united kingdom,english,0.34939759036144574 -783,784,nacho libre,2006,7+,0.554054054054054,39%,1,0,0,0,0,jared hess,"comedy,family,sport","mexico,united states","english,spanish",0.3253012048192771 -5671,5672,barbershop 2: back in business,2004,13+,0.554054054054054,68%,0,0,1,0,0,kevin rodney sullivan,"comedy,drama",united states,english,0.38152610441767065 -91,92,tarzan,1999,all,0.7702702702702701,89%,1,0,0,0,0,david yates,"action,adventure,drama,fantasy,romance","canada,united kingdom,united states","english,french,lingala",0.3975903614457831 -4524,4525,the return of the living dead,1985,18+,0.7702702702702701,92%,0,0,1,0,0,dan o'bannon,"comedy,horror,sci-fi",united states,english,0.321285140562249 -4633,4634,truman,2015,16+,0.7702702702702701,99%,0,0,1,0,0,cesc gay,"comedy,drama","argentina,spain","english,spanish",0.38955823293172687 -5121,5122,rabid,1977,18+,0.635135135135135,73%,0,0,1,0,0,"jen soska,sylvia soska","horror,sci-fi",canada,english,0.38554216867469876 -3785,3786,dior and i,2015,18+,0.7702702702702701,84%,0,1,1,0,0,frédéric tcheng,documentary,france,"english,french,italian",0.31726907630522083 -5324,5325,welcome to me,2014,18+,0.581081081081081,74%,0,0,1,0,0,shira piven,"comedy,drama",united states,english,0.3052208835341365 -16461,16462,the little mermaid: ariel's beginning,2008,7+,0.635135135135135,33%,0,0,0,1,0,peggy holmes,"animation,drama,family,fantasy,musical",united states,english,0.2650602409638554 -5886,5887,elián,2017,7+,0.7027027027027025,100%,0,0,1,0,0,"ross mcdonnell,tim golden",documentary,"ireland,united states","english,spanish",0.38955823293172687 -3690,3691,big time adolescence,2020,18+,0.7297297297297296,84%,0,1,0,0,0,jason orley,comedy,united states,english,0.321285140562249 -3715,3716,the queen of versailles,2012,7+,0.7432432432432431,95%,0,1,0,0,0,lauren greenfield,documentary,"denmark,netherlands,united kingdom,united states","english,french",0.35742971887550196 -5077,5078,the winslow boy,1999,all,0.7702702702702701,97%,0,0,1,0,0,anthony asquith,drama,united kingdom,english,0.4257028112449799 -471,472,one day,2011,13+,0.7297297297297296,36%,1,0,1,0,0,lone scherfig,"drama,romance","united kingdom,united states",english,0.38554216867469876 -5738,5739,thousand pieces of gold,1991,13+,0.7162162162162161,91%,0,0,1,0,0,nancy kelly,"romance,western","united kingdom,united states",english,0.37751004016064255 -7489,7490,eichmann,2007,18+,0.581081081081081,38%,0,0,1,0,0,chris weitz,"biography,drama,history,thriller,war",united states,"english,french,german,spanish",0.4457831325301204 -4782,4783,the ninth gate,1999,18+,0.689189189189189,43%,0,0,1,0,0,roman polanski,"mystery,thriller","france,spain,united states","english,french,latin,portuguese,spanish",0.4899598393574297 -6065,6066,school of life,2017,13+,0.7027027027027025,40%,0,0,1,0,0,nicolas vanier,"comedy,drama,family",france,french,0.4216867469879518 -882,883,40 days and 40 nights,2002,18+,0.5405405405405403,39%,1,0,0,0,0,michael lehmann,"comedy,romance","france,united kingdom,united states",english,0.34136546184738953 -4178,4179,repentance,2014,18+,0.44594594594594583,20%,0,1,0,0,0,philippe caland,"drama,horror,thriller",united states,english,0.31726907630522083 -5628,5629,a man of no importance,1994,18+,0.689189189189189,86%,0,0,1,0,0,suri krishnamma,"comedy,drama","ireland,united kingdom",english,0.35341365461847385 -9582,9583,the klansman,1974,18+,0.4864864864864864,25%,0,0,1,0,0,terence young,"crime,drama,thriller",united states,english,0.4056224899598393 -796,797,khoobsurat,2014,7+,0.6486486486486486,80%,1,0,0,0,0,shashanka ghosh,"comedy,romance",india,hindi,0.47791164658634533 -5044,5045,alice sweet alice,1976,18+,0.6621621621621621,82%,0,0,1,0,0,alfred sole,"crime,drama,horror,mystery,thriller",united states,english,0.38554216867469876 -3622,3623,"food, inc.",2008,7+,0.8378378378378377,95%,0,1,0,0,0,robert kenner,"documentary,news",united states,english,0.3333333333333333 -197,198,the foreigner,2017,18+,0.7297297297297296,65%,1,0,0,0,0,martin campbell,"action,thriller","china,united kingdom,united states","english,mandarin",0.40963855421686746 -5924,5925,letters to god,2010,7+,0.635135135135135,27%,0,0,1,0,0,"david nixon,patrick doughtie","drama,family",united states,"english,italian",0.3975903614457831 -112,113,extraction,2020,18+,0.7027027027027025,68%,1,0,0,0,0,sam hargrave,"action,thriller",united states,"bengali,english,hindi",0.4216867469879518 -3752,3753,drinking buddies,2013,18+,0.6081081081081079,83%,0,1,0,0,0,joe swanberg,"comedy,drama,romance",united states,english,0.31726907630522083 -5550,5551,kaante,2002,18+,0.6756756756756754,83%,0,0,1,0,0,sanjay gupta,"action,crime,drama,thriller",india,"english,hindi",0.5582329317269076 -8127,8128,final,2001,18+,0.581081081081081,42%,0,0,1,0,0,timothy a. chey,thriller,"argentina,costa rica,japan,united states","english,japanese,spanish",0.31726907630522083 -5454,5455,japanese story,2003,18+,0.689189189189189,68%,0,0,1,0,0,sue brooks,"drama,romance",australia,"english,japanese",0.3975903614457831 -167,168,a serious man,2009,18+,0.7297297297297296,90%,1,0,0,0,0,"ethan coen,joel coen","comedy,drama","france,united kingdom,united states","english,hebrew,yiddish",0.38152610441767065 -1576,1577,the legend of cocaine island,2018,18+,0.635135135135135,78%,1,0,0,0,0,theo love,documentary,united states,english,0.2891566265060241 -1056,1057,the nutcracker and the four realms,2018,7+,0.5270270270270269,33%,1,0,0,0,0,"joe johnston,lasse hallström","adventure,family,fantasy","canada,united states","english,french",0.35341365461847385 -4106,4107,ma ma,2015,18+,0.6486486486486486,25%,0,1,1,0,0,julio medem,drama,"france,spain",spanish,0.4016064257028112 -774,775,the occupant,2020,18+,0.635135135135135,50%,1,0,0,0,0,"david pastor,àlex pastor","drama,thriller",spain,spanish,0.36947791164658633 -4737,4738,behind the mask: the rise of leslie vernon,2006,18+,0.689189189189189,76%,0,0,1,0,0,scott glosserman,"comedy,horror,thriller",united states,english,0.3253012048192771 -3700,3701,standing in the shadows of motown,2002,7+,0.8378378378378377,91%,0,1,1,0,0,paul justman,"documentary,music",united states,english,0.38955823293172687 -4697,4698,who killed the electric car?,2006,7+,0.8108108108108105,89%,0,0,1,0,0,chris paine,documentary,united states,english,0.3253012048192771 -4899,4900,still mine,2012,13+,0.7837837837837837,92%,0,0,1,0,0,michael mcgowan,drama,canada,english,0.3654618473895582 -3705,3706,arbitrage,2012,18+,0.6756756756756754,88%,0,1,1,0,0,nicholas jarecki,"drama,thriller","poland,united states",english,0.38554216867469876 -5682,5683,ashby,2015,18+,0.6486486486486486,52%,0,0,1,0,0,tony mcnamara,"comedy,crime,drama,romance",united states,english,0.35742971887550196 -6487,6488,heidi fleiss: hollywood madam,1995,18+,0.6621621621621621,75%,0,0,1,0,0,nick broomfield,"biography,documentary","canada,germany,united kingdom,united states",english,0.38152610441767065 -3726,3727,angel of mine,2019,18+,0.6621621621621621,71%,0,1,0,0,0,kim farrant,"drama,mystery,thriller","australia,united states",english,0.34939759036144574 -5411,5412,the little girl who was too fond of matches,2017,16+,0.7297297297297296,86%,0,0,1,0,0,simon lavoie,"drama,horror,mystery",canada,french,0.4056224899598393 -5656,5657,de-lovely,2004,13+,0.6756756756756754,48%,0,0,1,0,0,irwin winkler,"biography,drama,music,musical","united kingdom,united states","english,french,italian",0.45783132530120474 -5224,5225,the house that dripped blood,1971,7+,0.6756756756756754,85%,0,0,1,0,0,peter duffell,horror,united kingdom,english,0.3654618473895582 -16614,16615,the million dollar duck,1971,all,0.581081081081081,17%,0,0,0,1,0,vincent mceveety,"comedy,family,sci-fi",united states,english,0.3132530120481927 -6189,6190,the saratov approach,2013,13+,0.5405405405405403,60%,0,0,1,0,0,garrett batty,"action,drama,thriller","ukraine,united states","english,russian",0.38554216867469876 -6367,6368,michael moore hates america,2004,18+,0.44594594594594583,75%,0,0,1,0,0,michael wilson,documentary,united states,english,0.45783132530120474 -9459,9460,violets are blue,1986,13+,0.581081081081081,57%,0,0,1,0,0,jack fisk,"drama,romance",united states,english,0.3092369477911646 -1114,1115,at first light,2018,13+,0.5270270270270269,54%,1,0,0,0,0,jason stone,"drama,sci-fi,thriller",canada,english,0.31726907630522083 -6947,6948,class of nuke 'em high,1986,18+,0.554054054054054,20%,0,0,1,0,0,"lloyd kaufman,richard w. haines","comedy,horror,sci-fi,thriller",united states,"english,german",0.2971887550200803 -5586,5587,dalida,2016,7+,0.7162162162162161,40%,0,0,1,0,0,lisa azuelos,"biography,drama,music",france,"arabic,english,french,italian",0.46586345381526095 -16234,16235,the incredibles,2004,7+,0.8648648648648647,97%,0,0,0,1,0,brad bird,"action,adventure,animation,family",united states,"english,french",0.41767068273092367 -16315,16316,meet the robinsons,2007,all,0.7027027027027025,67%,0,0,0,1,0,stephen j. anderson,"adventure,animation,comedy,family,sci-fi",united states,english,0.3373493975903614 -719,720,first match,2018,18+,0.635135135135135,82%,1,0,0,0,0,olivia newman,"drama,sport",united states,english,0.3654618473895582 -4105,4106,girl most likely,2012,13+,0.5675675675675674,22%,0,1,1,0,0,"robert pulcini,shari springer berman",comedy,united states,"dutch,english,french,mandarin,romanian",0.36947791164658633 -3886,3887,the chumscrubber,2005,18+,0.7162162162162161,37%,0,1,0,0,0,arie posin,"comedy,drama","germany,united states",english,0.38955823293172687 -5365,5366,the american nightmare,2000,18+,0.7702702702702701,67%,0,0,1,0,0,adam simon,"documentary,horror","united kingdom,united states",english,0.24899598393574296 -967,968,pari,2018,13+,0.6756756756756754,45%,1,0,1,0,0,prosit roy,"fantasy,horror,mystery",india,hindi,0.502008032128514 -342,343,outbreak,1995,18+,0.6756756756756754,59%,1,0,0,0,0,wolfgang petersen,"action,drama,thriller",united states,"english,french,korean",0.46586345381526095 -4902,4903,why we fight,2005,13+,0.8648648648648647,78%,0,0,1,0,0,eugene jarecki,"documentary,history,war","canada,denmark,france,united kingdom,united states","arabic,english",0.34939759036144574 -5592,5593,lbj,2017,18+,0.6621621621621621,57%,0,0,1,0,0,rob reiner,"biography,drama,history",united states,english,0.34939759036144574 -1702,1703,the watcher,2000,18+,0.4999999999999999,10%,1,0,0,0,0,tim hunter,"mystery,thriller","canada,united states",english,0.36947791164658633 -3698,3699,luce,2019,18+,0.689189189189189,91%,0,1,0,0,0,julius onah,"drama,mystery",united states,english,0.393574297188755 -430,431,om shanti om,2007,7+,0.689189189189189,76%,1,0,0,0,0,farah khan,"action,comedy,drama,musical,romance,thriller",india,"hindi,urdu",0.606425702811245 -6498,6499,regression,2015,18+,0.554054054054054,15%,0,0,1,0,0,alejandro amenábar,"crime,drama,mystery,thriller","canada,spain,united states",english,0.38152610441767065 -2451,2452,i'm in love with a church girl,2013,7+,0.3783783783783783,6%,1,0,0,0,0,steve race,"crime,drama,romance",united states,english,0.429718875502008 -16409,16410,heavyweights,1995,7+,0.6756756756756754,29%,0,0,0,1,0,steven brill,"comedy,drama,family,sport",united states,english,0.35742971887550196 -244,245,the death of mr. lazarescu,2005,18+,0.8513513513513513,93%,1,0,0,0,0,cristi puiu,"comedy,drama",romania,romanian,0.570281124497992 -241,242,the end of the tour,2015,18+,0.7702702702702701,92%,1,0,0,0,0,james ponsoldt,"biography,drama",united states,english,0.38152610441767065 -6150,6151,frankie & alice,2010,18+,0.6621621621621621,21%,0,0,1,0,0,geoffrey sax,"biography,drama",canada,english,0.36144578313253006 -465,466,tigertail,2020,7+,0.6486486486486486,80%,1,0,0,0,0,alan yang,drama,united states,"english,mandarin,min nan",0.321285140562249 -332,333,sour grapes,2016,16+,0.7702702702702701,96%,1,0,0,0,0,larry david,comedy,united states,english,0.321285140562249 -467,468,what lies beneath,2000,13+,0.6756756756756754,46%,1,0,0,0,0,robert zemeckis,"drama,fantasy,horror,mystery,thriller",united states,english,0.47791164658634533 -1488,1489,uss indianapolis: men of courage,2016,18+,0.4864864864864864,17%,1,0,0,0,0,mario van peebles,"action,drama,history,thriller,war",united states,"english,japanese",0.4698795180722891 -9870,9871,the domino principle,1977,18+,0.554054054054054,20%,0,0,1,0,0,stanley kramer,"drama,thriller",united states,english,0.35742971887550196 -16471,16472,the cheetah girls: one world,2008,all,0.41891891891891886,67%,0,0,0,1,0,paul hoen,"comedy,drama,family,musical",united states,english,0.31726907630522083 -542,543,soni,2019,18+,0.7567567567567566,85%,1,0,0,0,0,nicolas cage,"crime,drama",united states,english,0.3975903614457831 -7112,7113,crocodile dundee in los angeles,2001,7+,0.43243243243243235,11%,0,0,1,0,0,simon wincer,"action,adventure,comedy,crime","australia,united states",english,0.3253012048192771 -16384,16385,the absent-minded professor,1961,all,0.7027027027027025,83%,0,0,0,1,0,robert stevenson,"comedy,family,sci-fi,sport",united states,english,0.3253012048192771 -3592,3593,super 8,2011,13+,0.7297297297297296,81%,0,1,1,0,0,j.j. abrams,"mystery,sci-fi,thriller",united states,english,0.4056224899598393 -1483,1484,where the money is,2000,13+,0.6216216216216215,47%,1,0,0,0,0,marek kanievska,"comedy,crime,drama","canada,germany,united kingdom,united states",english,0.3132530120481927 -671,672,the blackcoat's daughter,2017,18+,0.581081081081081,73%,1,0,0,0,0,oz perkins,"horror,mystery,thriller",canada,english,0.3293172690763052 -669,670,kahlil gibran's the prophet,2014,7+,0.7432432432432431,65%,1,0,0,0,0,"bill plympton,gaëtan brizzi,joan c. gratz,joann sfar,michal socha,mohammed saeed harib,nina paley,paul brizzi,roger allers,tomm moore","animation,drama","canada,france,lebanon,qatar,united states",english,0.2971887550200803 -863,864,hit & run,2012,18+,0.6081081081081079,48%,1,0,0,0,0,"david palmer,dax shepard","action,comedy",united states,english,0.35742971887550196 -129,130,blow,2001,18+,0.8108108108108105,55%,1,0,0,0,0,ted demme,"biography,crime,drama","mexico,united states",english,0.4538152610441767 -6941,6942,conduct unbecoming,1975,7+,0.6621621621621621,60%,0,0,1,0,0,michael anderson,"crime,drama,mystery",united kingdom,english,0.38554216867469876 -551,552,the first wives club,1996,7+,0.6486486486486486,50%,1,0,1,0,0,hugh wilson,comedy,united states,english,0.36947791164658633 -901,902,2 states,2014,7+,0.7162162162162161,44%,1,0,0,0,0,abhishek varman,"comedy,drama,romance",india,hindi,0.5542168674698794 -5518,5519,home again,2017,13+,0.5675675675675674,32%,0,0,1,0,0,hallie meyers-shyer,"comedy,drama,romance",united states,english,0.34538152610441764 -502,503,soul surfer,2011,7+,0.7297297297297296,45%,1,0,0,0,0,sean mcnamara,"biography,drama,family,sport",united states,english,0.4056224899598393 -1022,1023,holiday in the wild,2019,7+,0.6081081081081079,43%,1,0,0,0,0,ernie barbarash,"comedy,drama,romance",united states,english,0.2971887550200803 -6113,6114,tokyo tribe,2014,18+,0.6621621621621621,55%,0,0,1,0,0,sion sono,"action,musical",japan,"english,japanese",0.4216867469879518 -54,55,willy wonka & the chocolate factory,1971,all,0.8378378378378377,91%,1,0,0,0,0,mel stuart,"family,fantasy,musical","belgium,east germany,united states,west germany","english,french,german,italian",0.35742971887550196 -6980,6981,the city of your final destination,2009,13+,0.635135135135135,39%,0,0,1,0,0,james ivory,"drama,romance",united states,"english,french,spanish",0.4257028112449799 -6899,6900,original gangstas,1996,18+,0.554054054054054,53%,0,0,1,0,0,"fred williamson,larry cohen","action,crime,drama,thriller",united states,english,0.35341365461847385 -3775,3776,support the girls,2018,18+,0.6486486486486486,91%,0,1,0,0,0,andrew bujalski,"comedy,drama",united states,english,0.3293172690763052 -6384,6385,bookies,2003,18+,0.5945945945945945,67%,0,0,1,0,0,mark illsley,"comedy,crime,drama,thriller","germany,united states",english,0.3092369477911646 -5148,5149,soapdish,1991,13+,0.6756756756756754,69%,0,0,1,0,0,michael hoffman,"comedy,romance",united states,english,0.34538152610441764 -491,492,trash,2014,18+,0.7567567567567566,66%,1,0,0,0,0,"christian duurvoort,stephen daldry","adventure,crime,drama,mystery,thriller","brazil,germany,united kingdom","english,portuguese",0.41365461847389556 -16505,16506,one magic christmas,1985,all,0.6621621621621621,47%,0,0,0,1,0,phillip borsos,"family,fantasy","canada,united states",english,0.3132530120481927 -6409,6410,j.d.'s revenge,1976,18+,0.5945945945945945,60%,0,0,1,0,0,arthur marks,"action,horror,thriller",united states,english,0.34136546184738953 -326,327,adam sandler: 100% fresh,2018,18+,0.8108108108108105,92%,1,0,0,0,0,"nicholaus goossen,steven brill","comedy,music",united states,english,0.24899598393574296 -6358,6359,mandingo,1975,18+,0.635135135135135,29%,0,0,1,0,0,richard fleischer,"drama,history,romance",united states,"english,french",0.46586345381526095 -5173,5174,hidden agenda,1990,18+,0.7162162162162161,83%,0,0,1,0,0,ken loach,"drama,thriller",united kingdom,english,0.38955823293172687 -6001,6002,big ass spider!,2013,13+,0.4999999999999999,78%,0,0,1,0,0,mike mendez,"action,adventure,comedy,sci-fi,thriller",united states,english,0.27710843373493976 -8444,8445,saturday the 14th,1981,7+,0.41891891891891886,10%,0,0,1,0,0,howard r. cohen,"comedy,fantasy,horror,sci-fi",united states,english,0.2570281124497992 -3966,3967,wild card,2015,18+,0.5405405405405403,32%,0,1,1,0,0,simon west,"action,crime,drama,thriller",united states,english,0.3253012048192771 -16590,16591,life with mikey,1993,7+,0.5405405405405403,25%,0,0,0,1,0,james lapine,"comedy,family",united states,english,0.321285140562249 -6542,6543,c.h.u.d.,1984,18+,0.5405405405405403,29%,0,0,1,0,0,douglas cheek,"horror,sci-fi",united states,english,0.3092369477911646 -435,436,uncorked,2020,13+,0.6081081081081079,93%,1,0,0,0,0,prentice penny,drama,united states,english,0.37349397590361444 -7023,7024,molly,1999,13+,0.5675675675675674,14%,0,0,1,0,0,sally potter,drama,"sweden,united kingdom,united states",english,0.2971887550200803 -1751,1752,spy kids: all the time in the world,2011,7+,0.2567567567567567,22%,1,0,0,0,0,robert rodriguez,"action,adventure,comedy,family,sci-fi",united states,english,0.3132530120481927 -3916,3917,tank girl,1995,18+,0.4999999999999999,40%,0,1,0,0,0,rachel talalay,"action,comedy,sci-fi","united kingdom,united states",english,0.37349397590361444 -5344,5345,the bullet vanishes,2012,13+,0.6756756756756754,92%,0,0,1,0,0,chi-leung law,"action,adventure,drama,mystery,thriller","china,hong kong","cantonese,mandarin",0.38955823293172687 -7304,7305,the inhabitants,2015,18+,0.3378378378378377,71%,0,0,1,0,0,"michael rasmussen,shawn rasmussen","horror,thriller",united states,english,0.31726907630522083 -6444,6445,a guy thing,2003,13+,0.5405405405405403,24%,0,0,1,0,0,chris koch,"comedy,romance",united states,english,0.36144578313253006 -16302,16303,tron: legacy,2010,7+,0.7027027027027025,51%,0,0,0,1,0,joseph kosinski,"action,adventure,sci-fi",united states,english,0.45783132530120474 -6124,6125,the relic,1997,18+,0.5675675675675674,34%,0,0,1,0,0,peter hyams,"horror,mystery,sci-fi,thriller","germany,japan,united kingdom,united states",english,0.3975903614457831 -16611,16612,life-size 2,2018,16+,0.43243243243243235,40%,0,0,0,1,0,steven k. tsuchida,"comedy,fantasy",united states,english,0.28112449799196787 -16411,16412,bedtime stories,2008,7+,0.5945945945945945,26%,0,0,0,1,0,adam shankman,"comedy,family,fantasy,romance",united states,english,0.35341365461847385 -3969,3970,planet 51,2009,7+,0.5945945945945945,22%,0,1,0,0,0,"javier abad,jorge blanco,marcos martínez","adventure,animation,comedy,family,sci-fi","spain,united kingdom,united states","english,spanish",0.321285140562249 -8027,8028,paradise,2013,13+,0.4594594594594593,22%,0,0,1,0,0,stuart gillard,"adventure,romance",canada,english,0.35742971887550196 -1243,1244,buffalo boys,2018,18+,0.5675675675675674,79%,1,0,0,0,0,mike wiluan,"action,drama,history,thriller","indonesia,singapore","english,indonesian",0.3654618473895582 -659,660,jagga jasoos,2017,7+,0.6621621621621621,90%,1,0,0,0,0,anurag basu,"action,adventure,comedy,musical,mystery",india,hindi,0.6024096385542168 -6417,6418,tuff turf,1985,18+,0.6216216216216215,17%,0,0,1,0,0,fritz kiersch,"action,comedy,drama",united states,english,0.4056224899598393 -1007,1008,results,2015,18+,0.5135135135135135,84%,1,0,0,0,0,andrew bujalski,"comedy,romance",united states,"english,japanese",0.37751004016064255 -6141,6142,honeydripper,2007,13+,0.6756756756756754,69%,0,0,1,0,0,john sayles,"crime,drama,history,music,musical",united states,english,0.4538152610441767 -277,278,la bamba,1987,13+,0.7162162162162161,90%,1,0,0,0,0,luis valdez,"biography,drama,music",united states,"english,spanish",0.38955823293172687 -5178,5179,the hanging garden,1997,18+,0.7027027027027025,94%,0,0,1,0,0,thom fitzgerald,"drama,romance","canada,united kingdom",english,0.321285140562249 -5029,5030,this beautiful fantastic,2016,7+,0.7162162162162161,61%,0,0,1,0,0,simon aboud,"comedy,drama,romance","united kingdom,united states","english,irish",0.35742971887550196 -5785,5786,the immaculate conception of little dizzle,2010,18+,0.6216216216216215,89%,0,0,1,0,0,david russo,"comedy,drama",united states,english,0.37349397590361444 -7105,7106,from the hip,1987,7+,0.6216216216216215,22%,0,0,1,0,0,bob clark,"comedy,crime,drama,mystery",united states,english,0.4016064257028112 -16414,16415,twitches,2005,7+,0.554054054054054,60%,0,0,0,1,0,stuart gillard,"comedy,drama,family,fantasy",united states,english,0.3012048192771084 -4907,4908,your vice is a locked room and only i have the key,1972,18+,0.7027027027027025,100%,0,0,1,0,0,sergio martino,"horror,thriller",italy,italian,0.34538152610441764 -6308,6309,a little bit of heaven,2011,13+,0.635135135135135,4%,0,0,1,0,0,nicole kassell,"comedy,drama,fantasy,romance",united states,english,0.38152610441767065 -6786,6787,the girl,2012,13+,0.6216216216216215,53%,0,0,1,0,0,julian jarrold,"biography,drama","germany,south africa,united kingdom,united states",english,0.321285140562249 -6609,6610,abundant acreage available,2017,7+,0.5675675675675674,80%,0,0,1,0,0,angus maclachlan,drama,united states,english,0.27710843373493976 -16278,16279,pirates of the caribbean: dead man's chest,2006,13+,0.7702702702702701,53%,0,0,0,1,0,gore verbinski,"action,adventure,fantasy",united states,"english,french,greek,mandarin,turkish",0.5622489959839357 -469,470,master z: ip man legacy,2018,13+,0.6621621621621621,89%,1,0,0,0,0,woo-ping yuen,"action,biography,crime,drama","china,hong kong","cantonese,english,mandarin",0.38554216867469876 -4927,4928,we are legion: the story of the hacktivists,2012,7+,0.7702702702702701,73%,0,0,1,0,0,brian knappenberger,documentary,"united kingdom,united states",english,0.3293172690763052 -293,294,april and the extraordinary world,2015,7+,0.7702702702702701,96%,1,0,0,0,0,"christian desmares,franck ekinci","adventure,animation,comedy,drama,family,mystery,sci-fi,thriller","belgium,canada,france",french,0.37751004016064255 -16657,16658,a kid in king arthur's court,1995,7+,0.41891891891891886,5%,0,0,0,1,0,michael gottlieb,"adventure,comedy,family,fantasy,romance","hungary,united kingdom,united states",english,0.3132530120481927 -223,224,julie & julia,2009,13+,0.7297297297297296,77%,1,0,0,0,0,nora ephron,"biography,drama,romance",united states,"english,french",0.4497991967871486 -638,639,the green hornet,2011,13+,0.5675675675675674,44%,1,0,0,0,0,michel gondry,"action,comedy",united states,"english,mandarin",0.4337349397590361 -16245,16246,black panther,2018,13+,0.7702702702702701,97%,0,0,0,1,0,ryan coogler,"action,adventure,sci-fi",united states,"english,korean,nama,swahili,xhosa",0.49397590361445776 -6821,6822,the adventurer: the curse of the midas box,2013,7+,0.5135135135135135,20%,0,0,1,0,0,jonathan newman,"adventure,family,fantasy","belgium,spain,united kingdom",english,0.35742971887550196 -637,638,a futile and stupid gesture,2018,18+,0.7027027027027025,61%,1,0,0,0,0,david wain,"biography,comedy",united states,english,0.36144578313253006 -1616,1617,fun mom dinner,2017,18+,0.4864864864864864,33%,1,0,0,0,0,alethea jones,comedy,united states,english,0.28112449799196787 -206,207,20th century women,2016,18+,0.7702702702702701,88%,1,0,0,0,0,mike mills,"comedy,drama",united states,english,0.4337349397590361 -8578,8579,accidental love,2015,13+,0.3378378378378377,9%,0,0,1,0,0,david o. russell,"comedy,romance","united kingdom,united states","english,portuguese",0.35742971887550196 -16415,16416,iron will,1994,7+,0.6756756756756754,62%,0,0,0,1,0,charles haid,"adventure,family",united states,english,0.38955823293172687 -8817,8818,spark: a space tail,2017,7+,0.3918918918918918,14%,0,0,1,0,0,aaron woodley,"action,adventure,animation,comedy,family,fantasy,sci-fi","canada,china,south korea,united states",english,0.321285140562249 -4484,4485,leave no trace,2018,7+,0.7567567567567566,100%,0,0,1,0,0,debra granik,drama,"canada,united states",english,0.393574297188755 -5552,5553,the blood spattered bride,1972,18+,0.6216216216216215,100%,0,0,1,0,0,vicente aranda,horror,spain,spanish,0.35742971887550196 -4943,4944,liquid sky,1982,18+,0.6216216216216215,95%,0,0,1,0,0,slava tsukerman,"sci-fi,thriller",united states,english,0.4056224899598393 -7113,7114,a little help,2010,18+,0.5405405405405403,41%,0,0,1,0,0,michael j. weithorn,"comedy,drama,romance",united states,english,0.393574297188755 -16432,16433,big business,1988,7+,0.6486486486486486,44%,0,0,0,1,0,jim abrahams,comedy,united states,"english,italian",0.34538152610441764 -2595,2596,a perfect man,2013,18+,0.4864864864864864,20%,1,0,0,0,0,kees van oostrum,"drama,romance",united states,english,0.3373493975903614 -6216,6217,delirious,1991,7+,0.581081081081081,44%,0,0,1,0,0,tom mankiewicz,"comedy,fantasy",united states,english,0.34136546184738953 -424,425,beyond the mat,1999,18+,0.8108108108108105,82%,1,0,0,0,0,barry w. blaustein,"biography,documentary,sport",united states,english,0.3654618473895582 -16448,16449,rookie of the year,1993,7+,0.5945945945945945,35%,0,0,0,1,0,daniel stern,"comedy,family,fantasy,sport",united states,english,0.36947791164658633 -4302,4303,backtrace,2018,18+,0.28378378378378377,11%,0,1,0,0,0,brian a. miller,"action,crime,drama",united states,english,0.3253012048192771 -3717,3718,the wrecking crew,2008,7+,0.8108108108108105,94%,0,1,0,0,0,phil karlson,"action,adventure,comedy,crime,drama,thriller",united states,english,0.37751004016064255 -5143,5144,gloria bell,2018,18+,0.635135135135135,91%,0,0,1,0,0,sebastián lelio,"comedy,drama,romance","chile,united states",english,0.3654618473895582 -7207,7208,tashan,2008,7+,0.29729729729729715,50%,0,0,1,0,0,vijay krishna acharya,"action,drama,romance",india,hindi,0.4377510040160642 -3612,3613,megamind,2010,7+,0.7567567567567566,72%,0,1,0,0,0,tom mcgrath,"action,animation,comedy,family,sci-fi",united states,english,0.3373493975903614 -6637,6638,a liar's autobiography: the untrue story of monty python's graham chapman,2012,18+,0.581081081081081,44%,0,0,1,0,0,"ben timlett,bill jones,jeff simpson","animation,comedy",united kingdom,english,0.2971887550200803 -3685,3686,missing link,2019,7+,0.689189189189189,89%,0,1,0,0,0,chris butler,"adventure,animation,comedy,family,fantasy","canada,united states","english,spanish,tibetan",0.3293172690763052 -5732,5733,night of the demons,1988,18+,0.6216216216216215,40%,0,0,1,0,0,kevin tenney,"comedy,fantasy,horror",united states,english,0.31726907630522083 -75,76,blue is the warmest color,2013,18+,0.8243243243243241,89%,1,0,0,0,0,abdellatif kechiche,"drama,romance","belgium,france,spain","english,french",0.6787148594377509 -5027,5028,spun,2002,18+,0.7027027027027025,37%,0,0,1,0,0,jonas åkerlund,"comedy,crime,drama",united states,english,0.36144578313253006 -8733,8734,holy water,2009,18+,0.581081081081081,7%,0,0,1,0,0,tom reeve,"comedy,crime",ireland,english,0.3333333333333333 -2244,2245,kings,2017,18+,0.4594594594594593,13%,1,0,0,0,0,deniz gamze ergüven,"crime,drama,romance,thriller","belgium,china,france,united states",english,0.3012048192771084 -3925,3926,whose streets?,2017,18+,0.4594594594594593,98%,0,1,0,0,0,"damon davis,sabaah folayan",documentary,united states,english,0.31726907630522083 -3868,3869,the league of extraordinary gentlemen,2003,13+,0.5675675675675674,17%,0,1,0,0,0,stephen norrington,"action,adventure,fantasy,sci-fi","czech republic,germany,united kingdom,united states","english,german,italian",0.3975903614457831 -1319,1320,trespass against us,2016,18+,0.5675675675675674,57%,1,0,0,0,0,adam smith,"action,crime,drama,thriller",united kingdom,english,0.35341365461847385 -5625,5626,parkland,2013,13+,0.635135135135135,50%,0,0,1,0,0,peter landesman,"drama,history,mystery,thriller",united states,english,0.3293172690763052 -968,969,sleepless,2017,18+,0.5405405405405403,25%,1,0,1,0,0,baran bo odar,"action,crime,thriller",united states,english,0.3373493975903614 -5263,5264,home for the holidays,1995,13+,0.6756756756756754,63%,0,0,1,0,0,jodie foster,"comedy,drama,romance",united states,english,0.36947791164658633 -871,872,pope francis: a man of his word,2018,7+,0.6081081081081079,83%,1,0,0,0,0,wim wenders,"biography,documentary","france,germany,holy see (vatican city state),italy,switzerland","english,german,italian,spanish",0.34136546184738953 -8416,8417,formosa betrayed,2010,18+,0.6081081081081079,34%,0,0,1,0,0,adam kane,thriller,united states,english,0.36947791164658633 -1225,1226,between worlds,2018,18+,0.3783783783783783,29%,1,0,0,0,0,maria pulera,"drama,fantasy,thriller",spain,english,0.31726907630522083 -5741,5742,ganja & hess,1973,18+,0.6216216216216215,86%,0,0,1,0,0,bill gunn,"drama,fantasy,horror",united states,"english,french",0.3975903614457831 -1180,1181,the warriors gate,2016,13+,0.5135135135135135,50%,1,0,0,0,0,matthias hoene,"action,adventure,comedy,family,fantasy","cambodia,canada,china,france","chinese,english,khmer",0.38955823293172687 -128,129,a single man,2009,18+,0.8108108108108105,85%,1,0,0,0,0,tom ford,"drama,romance",united states,"english,spanish",0.35341365461847385 -2385,2386,jacob's ladder,2019,18+,0.24324324324324317,5%,1,0,1,0,0,adrian lyne,"drama,horror,mystery",united states,english,0.40963855421686746 -835,836,race to witch mountain,2009,7+,0.554054054054054,42%,1,0,0,0,0,andy fickman,"action,adventure,family,fantasy,sci-fi,thriller",united states,english,0.34939759036144574 -16332,16333,the princess diaries,2001,all,0.635135135135135,48%,0,0,0,1,0,garry marshall,"comedy,family,romance","united kingdom,united states","dutch,english,italian",0.4016064257028112 -4712,4713,capitalism: a love story,2009,18+,0.7837837837837837,75%,0,0,1,0,0,michael moore,"crime,documentary,news",united states,"english,russian,spanish",0.46586345381526095 -33,34,incredibles 2,2018,7+,0.8108108108108105,94%,1,0,0,0,0,brad bird,"action,adventure,animation,comedy,family,sci-fi",united states,english,0.429718875502008 -84,85,the two popes,2019,13+,0.8108108108108105,89%,1,0,0,0,0,fernando meirelles,"comedy,drama","italy,united kingdom","english,french,german,italian,latin,portuguese,spanish",0.45783132530120474 -5400,5401,landline,2017,18+,0.6486486486486486,75%,0,0,1,0,0,gillian robespierre,"comedy,drama",united states,english,0.34538152610441764 -3621,3622,swingers,1996,18+,0.7567567567567566,87%,0,1,0,0,0,doug liman,"comedy,drama",united states,english,0.34136546184738953 -4489,4490,inside llewyn davis,2013,18+,0.7972972972972971,92%,0,0,1,0,0,"ethan coen,joel coen","comedy,drama,music","france,united kingdom,united states",english,0.37349397590361444 -16254,16255,mulan,1998,all,0.8108108108108105,86%,0,0,0,1,0,niki caro,"action,adventure,drama,family",united states,english,0.41767068273092367 -16520,16521,valiant,2005,all,0.5270270270270269,32%,0,0,0,1,0,gary chapman,"adventure,animation,comedy,family,war","united kingdom,united states",english,0.2610441767068273 -3830,3831,forever my girl,2018,7+,0.689189189189189,24%,0,1,1,0,0,bethany ashton wolf,"drama,music,romance",united states,english,0.38955823293172687 -852,853,bethany hamilton: unstoppable,2019,7+,0.7702702702702701,71%,1,0,0,0,0,aaron lieber,"documentary,sport",united states,english,0.35742971887550196 -1163,1164,and breathe normally,2018,16+,0.7027027027027025,92%,1,0,0,0,0,isold uggadottir,drama,"belgium,iceland,sweden","english,icelandic",0.3373493975903614 -6244,6245,casey's shadow,1978,7+,0.6081081081081079,78%,0,0,1,0,0,martin ritt,"drama,family,sport",united states,english,0.4257028112449799 -5210,5211,two night stand,2014,18+,0.6486486486486486,38%,0,0,1,0,0,max nichols,"comedy,romance",united states,english,0.3012048192771084 -313,314,the angry birds movie 2,2019,7+,0.6486486486486486,73%,1,0,0,0,0,"john rice,thurop van orman","adventure,animation,comedy,family","finland,united states",english,0.34538152610441764 -7,8,django unchained,2012,18+,0.9189189189189189,87%,1,0,0,0,0,quentin tarantino,"drama,western",united states,"english,french,german,italian",0.6184738955823292 -6164,6165,young ones,2014,18+,0.581081081081081,50%,0,0,1,0,0,jake paltrow,"action,drama,romance,sci-fi,western","ireland,south africa,united states",english,0.35742971887550196 -7934,7935,black november,2012,13+,0.4999999999999999,23%,0,0,1,0,0,jeta amata,"action,crime,drama,thriller","nigeria,united states",english,0.3373493975903614 -5835,5836,five corners,1987,18+,0.6216216216216215,78%,0,0,1,0,0,tony bill,"crime,drama,thriller","united kingdom,united states",english,0.31726907630522083 -1460,1461,bokeh,2017,18+,0.4594594594594593,45%,1,0,0,0,0,"andrew sullivan,geoffrey orthwein","drama,sci-fi","iceland,united states",english,0.3253012048192771 -5378,5379,geography club,2013,13+,0.6621621621621621,64%,0,0,1,0,0,gary entin,"comedy,drama",united states,english,0.2931726907630522 -7339,7340,bless the child,2000,18+,0.4729729729729728,3%,0,0,1,0,0,chuck russell,"crime,drama,horror,thriller","germany,united states",english,0.38554216867469876 -292,293,a shaun the sheep movie: farmageddon,2019,all,0.7162162162162161,97%,1,0,0,0,0,"richard phelan,will becher","adventure,animation,comedy,family,fantasy,sci-fi","belgium,france,united kingdom,united states",english,0.3012048192771084 -4593,4594,bernie,2012,13+,0.7027027027027025,88%,0,0,1,0,0,richard linklater,"biography,comedy,crime,drama",united states,english,0.35341365461847385 -6220,6221,sophie and the rising sun,2016,18+,0.6621621621621621,64%,0,0,1,0,0,maggie greenwald,drama,united states,english,0.37751004016064255 -5297,5298,choose me,1984,18+,0.7027027027027025,93%,0,0,1,0,0,alan rudolph,"comedy,drama,romance",united states,english,0.38152610441767065 -8345,8346,the escape of prisoner 614,2018,13+,0.40540540540540526,20%,0,0,1,0,0,zach golden,"action,adventure,comedy,crime",united states,english,0.34538152610441764 -374,375,jodhaa akbar,2008,13+,0.8108108108108105,75%,1,0,0,0,0,ashutosh gowariker,"action,drama,history,romance,war",india,"hindi,urdu",0.8112449799196786 -16401,16402,the tigger movie,2000,all,0.635135135135135,62%,0,0,0,1,0,jun falkenstein,"animation,comedy,drama,family,musical","japan,united states",english,0.2650602409638554 -5650,5651,the poker house,2008,18+,0.6486486486486486,57%,0,0,1,0,0,lori petty,drama,united states,"english,spanish",0.3293172690763052 -902,903,the rum diary,2011,18+,0.6216216216216215,51%,1,0,0,0,0,bruce robinson,"comedy,drama","united kingdom,united states","english,german,spanish",0.4337349397590361 -4104,4105,xx/xy,2002,18+,0.581081081081081,43%,0,1,0,0,0,austin chick,"drama,romance",united states,english,0.321285140562249 -4646,4647,disobedience,2017,18+,0.6756756756756754,84%,0,0,1,0,0,sebastián lelio,"drama,romance","ireland,united kingdom,united states","english,hebrew",0.41365461847389556 -995,996,in the tall grass,2019,18+,0.5135135135135135,36%,1,0,0,0,0,vincenzo natali,"drama,horror,mystery,thriller","canada,united states",english,0.36144578313253006 -5962,5963,runoff,2015,18+,0.5675675675675674,83%,0,0,1,0,0,jong-hyun kim,sport,south korea,korean,0.4618473895582329 -5313,5314,rob the mob,2014,18+,0.635135135135135,83%,0,0,1,0,0,raymond de felitta,"crime,drama",united states,english,0.37349397590361444 -16287,16288,star wars: episode ii - attack of the clones,2002,7+,0.6621621621621621,65%,0,0,0,1,0,george lucas,"action,adventure,fantasy,sci-fi",united states,english,0.5261044176706827 -7529,7530,blame,2011,18+,0.5405405405405403,58%,0,0,1,0,0,quinn shephard,drama,united states,english,0.35742971887550196 -16293,16294,the muppet christmas carol,1992,all,0.8243243243243241,75%,0,0,0,1,0,brian henson,"comedy,drama,family,fantasy,musical","united kingdom,united states",english,0.2971887550200803 -7187,7188,a rumor of angels,2000,13+,0.7162162162162161,34%,0,0,1,0,0,peter o'fallon,drama,united states,english,0.38152610441767065 -5563,5564,diverge,2016,16+,0.3918918918918918,100%,0,0,1,0,0,james morrison,"drama,sci-fi,thriller",united states,english,0.2971887550200803 -5956,5957,kurt & courtney,1998,18+,0.6081081081081079,62%,0,0,1,0,0,nick broomfield,"crime,documentary,music",united kingdom,english,0.3373493975903614 -5775,5776,sirens,1994,18+,0.5675675675675674,74%,0,0,1,0,0,john duigan,"comedy,drama,romance","australia,united kingdom",english,0.34939759036144574 -738,739,dil dhadakne do,2015,13+,0.7027027027027025,64%,1,0,0,0,0,zoya akhtar,"comedy,drama,romance",india,hindi,0.6385542168674698 -1117,1118,i'll see you in my dreams,2015,13+,0.689189189189189,80%,1,0,0,0,0,brett haley,"comedy,drama,romance",united states,english,0.3253012048192771 -7375,7376,postman pat: the movie,2014,all,0.40540540540540526,43%,0,0,1,0,0,mike disa,"animation,comedy,family","united kingdom,united states",english,0.3092369477911646 -1442,1443,soul plane,2004,18+,0.3918918918918918,18%,1,0,1,0,0,jessy terrero,comedy,united states,"english,spanish",0.3012048192771084 -4920,4921,fast color,2019,13+,0.5945945945945945,82%,0,0,1,0,0,julia hart,"drama,sci-fi,thriller",united states,english,0.35742971887550196 -4815,4816,longford,2006,18+,0.8108108108108105,100%,0,0,1,0,0,tom hooper,"biography,crime,drama,romance","united kingdom,united states",english,0.3293172690763052 -1405,1406,the longshots,2008,7+,0.5135135135135135,41%,1,0,0,0,0,fred durst,"biography,comedy,drama,family,sport",united states,english,0.3333333333333333 -475,476,the grinch,2018,7+,0.635135135135135,59%,1,0,0,0,0,ron howard,"comedy,family,fantasy","germany,united states",english,0.37349397590361444 -4725,4726,phantasm,1979,18+,0.7027027027027025,73%,0,0,1,0,0,don coscarelli,"horror,sci-fi",united states,english,0.3132530120481927 -7063,7064,transylvania 6-5000,1985,7+,0.4594594594594593,18%,0,0,1,0,0,rudy de luca,"comedy,fantasy,horror","united states,yugoslavia",english,0.3293172690763052 -16238,16239,doctor strange,2016,13+,0.7972972972972971,89%,0,0,0,1,0,scott derrickson,"action,adventure,fantasy,sci-fi",united states,english,0.41767068273092367 -8639,8640,the l.a. riot spectacular,2005,18+,0.44594594594594583,38%,0,0,1,0,0,marc klasfeld,comedy,united states,english,0.27710843373493976 -3585,3586,up in the air,2009,18+,0.7837837837837837,91%,0,1,1,0,0,jason reitman,"comedy,drama,romance",united states,english,0.393574297188755 -5320,5321,return to homs,2013,13+,0.8243243243243241,93%,0,0,1,0,0,talal derki,"biography,documentary,history,news,war","germany,syria",arabic,0.3333333333333333 -16370,16371,monkey kingdom,2015,all,0.7702702702702701,93%,0,0,0,1,0,"alastair fothergill,mark linfield",documentary,united states,english,0.28112449799196787 -6211,6212,cesar chavez,2014,13+,0.6486486486486486,38%,0,0,1,0,0,diego luna,"biography,drama","mexico,united arab emirates,united states","english,spanish",0.3654618473895582 -5288,5289,biggie and tupac,2002,18+,0.7027027027027025,79%,0,0,1,0,0,nick broomfield,"biography,crime,documentary,music",united kingdom,english,0.38955823293172687 -9929,9930,no manches frida 2,2019,18+,0.32432432432432423,13%,0,0,1,0,0,nacho g. velilla,comedy,united states,spanish,0.3654618473895582 -10446,10447,la cucaracha,1998,18+,0.5945945945945945,67%,0,0,1,0,0,ismael rodríguez,"drama,romance,war",mexico,spanish,0.34538152610441764 -6098,6099,a.c.o.d.,2013,18+,0.5405405405405403,52%,0,0,1,0,0,stuart zicherman,comedy,united states,english,0.3092369477911646 -866,867,mean dreams,2016,18+,0.635135135135135,78%,1,0,0,0,0,nathan morlando,thriller,canada,english,0.38955823293172687 -9082,9083,hide away,2012,13+,0.554054054054054,42%,0,0,1,0,0,chris eyre,drama,united states,english,0.3092369477911646 -5102,5103,across 110th street,1972,18+,0.7297297297297296,81%,0,0,1,0,0,barry shear,"action,crime,drama,thriller",united states,"english,italian",0.3654618473895582 -10677,10678,a night in the woods,2011,18+,0.28378378378378377,43%,0,0,1,0,0,richard parry,"horror,mystery",united kingdom,english,0.285140562248996 -4626,4627,the phantom of the opera,1925,13+,0.8108108108108105,91%,0,0,1,0,0,joel schumacher,"drama,musical,romance,thriller","united kingdom,united states","english,italian",0.5301204819277108 -6796,6797,nostradamus,1994,18+,0.5675675675675674,38%,0,0,1,0,0,roger christian,"biography,drama","france,germany,romania,united kingdom",english,0.4337349397590361 -7924,7925,the butterfly tree,2017,16+,0.4999999999999999,46%,0,0,1,0,0,priscilla cameron,drama,australia,english,0.34538152610441764 -79,80,the edge of seventeen,2016,18+,0.7702702702702701,94%,1,0,0,0,0,kelly fremon craig,"comedy,drama","china,united states",english,0.37349397590361444 -919,920,don't be afraid of the dark,2010,18+,0.5405405405405403,60%,1,0,0,0,0,troy nixey,"fantasy,horror,thriller","australia,mexico,united states",english,0.35341365461847385 -1281,1282,mascots,2016,18+,0.554054054054054,49%,1,0,0,0,0,christopher guest,comedy,united states,english,0.3132530120481927 -6092,6093,strongman,2011,13+,0.6621621621621621,100%,0,0,1,0,0,athiná-rachél tsangári,"comedy,drama","germany,greece","english,greek",0.37751004016064255 -5048,5049,admiral,2015,7+,0.7297297297297296,67%,0,0,1,0,0,roel reiné,"action,adventure,biography,drama,history",netherlands,"dutch,english,french",0.5622489959839357 -16586,16587,college road trip,2008,all,0.3648648648648647,12%,0,0,0,1,0,roger kumble,"adventure,comedy,drama,family",united states,english,0.2891566265060241 -7276,7277,old gringo,1989,18+,0.5675675675675674,42%,0,0,1,0,0,luis puenzo,"adventure,history,romance","mexico,united states","english,spanish",0.4337349397590361 -1177,1178,mute,2018,18+,0.5135135135135135,20%,1,0,1,0,0,duncan jones,"mystery,sci-fi,thriller","germany,united kingdom","english,german",0.4618473895582329 -7000,7001,if i were you,2013,18+,0.7297297297297296,13%,0,0,1,0,0,joan carr-wiggin,"comedy,drama","canada,united kingdom",english,0.41767068273092367 -4445,4446,rosemary's baby,1968,18+,0.8648648648648647,96%,0,0,1,0,0,roman polanski,"drama,horror",united states,english,0.5060240963855421 -16263,16264,a bug's life,1998,all,0.7567567567567566,92%,0,0,0,1,0,"andrew stanton,john lasseter","adventure,animation,comedy,family",united states,english,0.3373493975903614 -798,799,the ballad of lefty brown,2017,18+,0.635135135135135,78%,1,0,0,0,0,jared moshe,"action,drama,western",united states,english,0.4016064257028112 -3974,3975,house of d,2004,13+,0.7297297297297296,10%,0,1,1,0,0,david duchovny,"comedy,drama",united states,"english,french",0.34538152610441764 -821,822,the bling ring,2013,18+,0.5405405405405403,59%,1,0,0,0,0,sofia coppola,"biography,crime,drama","france,germany,japan,united kingdom,united states",english,0.31726907630522083 -3679,3680,jane,2017,7+,0.8378378378378377,98%,0,1,0,1,0,julian jarrold,"biography,drama,romance","ireland,united kingdom",english,0.4377510040160642 -36,37,minority report,2002,13+,0.8108108108108105,90%,1,0,0,0,0,steven spielberg,"action,crime,mystery,sci-fi,thriller",united states,"english,swedish",0.538152610441767 -470,471,neruda,2016,18+,0.7162162162162161,93%,1,0,0,0,0,pablo larraín,"biography,crime,drama,history,thriller","argentina,chile,france,spain,united states","dutch,french,mapudungun,spanish",0.38554216867469876 -4474,4475,eighth grade,2018,18+,0.7837837837837837,99%,0,0,1,0,0,bo burnham,"comedy,drama",united states,english,0.3293172690763052 -3708,3709,amazing grace,2018,all,0.7972972972972971,99%,0,1,0,0,0,michael apted,"biography,drama,history,romance","united kingdom,united states",english,0.429718875502008 -3632,3633,tickled,2016,18+,0.8108108108108105,94%,0,1,0,0,0,"david farrier,dylan reeve","documentary,mystery",new zealand,english,0.3253012048192771 -3897,3898,henry gamble's birthday party,2015,18+,0.6081081081081079,83%,0,1,1,0,0,stephen cone,drama,united states,english,0.3052208835341365 -434,435,dear zindagi,2016,13+,0.8108108108108105,69%,1,0,0,0,0,gauri shinde,"drama,romance",india,hindi,0.5622489959839357 -654,655,trailer park boys: the movie,2006,18+,0.7567567567567566,57%,1,0,0,0,0,mike clattenburg,"comedy,crime",canada,english,0.3373493975903614 -353,354,final destination,2000,18+,0.689189189189189,35%,1,0,0,0,0,james wong,"horror,thriller",united states,"english,french",0.34939759036144574 -5659,5660,afternoon delight,2013,18+,0.554054054054054,67%,0,0,1,0,0,jill soloway,"comedy,drama",united states,english,0.34939759036144574 -16361,16362,secret of the wings,2012,all,0.7432432432432431,60%,0,0,0,1,0,"peggy holmes,roberts gannaway","animation,family,fantasy","india,united kingdom,united states",english,0.2570281124497992 -5589,5590,adore,2013,18+,0.6216216216216215,34%,0,0,1,0,0,anne fontaine,"drama,romance","australia,france",english,0.4056224899598393 -6452,6453,hearing is believing,2017,all,0.9594594594594592,60%,0,0,1,0,0,lorenzo destefano,"biography,documentary,family,music",united states,english,0.37349397590361444 -5255,5256,saint ralph,2005,13+,0.7702702702702701,64%,0,0,1,0,0,michael mcgowan,"comedy,drama,sport",canada,english,0.34939759036144574 -679,680,from paris with love,2010,18+,0.6621621621621621,38%,1,0,1,0,0,pierre morel,"action,crime,thriller",france,"english,french,german,mandarin",0.3253012048192771 -6954,6955,home of the brave,2006,18+,0.5405405405405403,23%,0,0,1,0,0,irwin winkler,"action,drama,war","morocco,united states","arabic,english,spanish",0.38152610441767065 -421,422,the world is not enough,1999,13+,0.6486486486486486,52%,1,0,0,0,0,michael apted,"action,adventure,thriller","united kingdom,united states","english,russian,spanish",0.4698795180722891 -6974,6975,monster camp,2007,16+,0.6756756756756754,64%,0,0,1,0,0,cullen hoback,"documentary,fantasy",united states,english,0.28112449799196787 -3720,3721,the cooler,2003,18+,0.7162162162162161,77%,0,1,1,0,0,wayne kramer,"drama,romance",united states,english,0.36144578313253006 -4264,4265,no holds barred,1989,13+,0.3783783783783783,11%,0,1,1,0,0,thomas j. wright,"action,sport",united states,english,0.3293172690763052 -16508,16509,102 dalmatians,2000,all,0.44594594594594583,31%,0,0,0,1,0,kevin lima,"adventure,comedy,family","united kingdom,united states",english,0.35742971887550196 -16486,16487,beauty and the beast: the enchanted christmas,1997,all,0.6081081081081079,13%,0,0,0,1,0,andrew knight,"animation,family,fantasy,music,musical","canada,united states",english,0.24497991967871485 -369,370,the naked gun 2½: the smell of fear,1991,13+,0.7162162162162161,57%,1,0,0,0,0,david zucker,"comedy,crime",united states,"english,spanish",0.2971887550200803 -647,648,mr. roosevelt,2017,18+,0.6216216216216215,100%,1,0,0,0,0,noël wells,comedy,united states,english,0.31726907630522083 -2239,2240,the runner,2015,18+,0.41891891891891886,24%,1,0,0,0,0,austin stark,drama,united states,english,0.31726907630522083 -6127,6128,leonard cohen: i'm your man,2006,13+,0.7027027027027025,69%,0,0,1,0,0,lian lunson,"biography,documentary,music",united states,english,0.37751004016064255 -3624,3625,melancholia,2011,18+,0.7567567567567566,80%,0,1,0,0,0,lars von trier,"drama,sci-fi","denmark,france,germany,sweden",english,0.4979919678714859 -4559,4560,first reformed,2018,18+,0.7432432432432431,93%,0,0,1,0,0,paul schrader,"drama,mystery,thriller","australia,united kingdom,united states",english,0.40963855421686746 -1009,1010,toro,2016,13+,0.581081081081081,80%,1,0,1,0,0,kiké maíllo,"action,adventure,crime,drama,thriller",spain,spanish,0.37751004016064255 -16328,16329,"honey, i shrunk the kids",1989,7+,0.635135135135135,75%,0,0,0,1,0,joe johnston,"adventure,comedy,family,sci-fi","mexico,united states",english,0.3293172690763052 -3933,3934,the gospel according to andré,2018,13+,0.635135135135135,86%,0,1,0,0,0,kate novack,documentary,united states,english,0.3293172690763052 -275,276,dave chappelle: sticks & stones,2019,18+,0.9324324324324322,35%,1,0,0,0,0,stan lathan,comedy,united states,english,0.21686746987951805 -4849,4850,the plague dogs,1982,13+,0.8378378378378377,57%,0,0,1,0,0,martin rosen,"adventure,animation,drama","united kingdom,united states",english,0.36947791164658633 -3575,3576,hunt for the wilderpeople,2016,13+,0.8513513513513513,96%,0,1,0,0,0,taika waititi,"adventure,comedy,drama",new zealand,english,0.36144578313253006 -16537,16538,cheetah,1989,all,0.5945945945945945,50%,0,0,0,1,0,jeff blyth,"adventure,drama,family",united states,english,0.2891566265060241 -3875,3876,mom and dad,2018,18+,0.5270270270270269,75%,0,1,0,0,0,brian taylor,"comedy,horror,thriller","united kingdom,united states",english,0.3012048192771084 -60,61,ant-man and the wasp,2018,13+,0.7432432432432431,88%,1,0,0,0,0,peyton reed,"action,adventure,comedy,sci-fi",united states,"english,spanish",0.429718875502008 -5561,5562,upside down,2012,13+,0.6486486486486486,28%,0,0,1,0,0,juan solanas,"drama,fantasy,romance,sci-fi","canada,france",english,0.393574297188755 -5769,5770,1492: conquest of paradise,1992,13+,0.6621621621621621,32%,0,0,1,0,0,ridley scott,"adventure,biography,drama,history","france,spain","arabic,english,latin,spanish",0.57429718875502 -3881,3882,the miracle season,2018,7+,0.6621621621621621,51%,0,1,0,0,0,sean mcnamara,"drama,sport",united states,english,0.36144578313253006 -16462,16463,the cheetah girls 2: when in spain,2006,all,0.4594594594594593,43%,0,0,0,1,0,kenny ortega,"comedy,drama,family,music,musical",united states,"english,spanish",0.34136546184738953 -1164,1165,the tribes of palos verdes,2017,18+,0.5675675675675674,64%,1,0,0,0,0,"brendan malloy,emmett malloy",drama,united states,english,0.37349397590361444 -3665,3666,the next three days,2010,13+,0.7837837837837837,51%,0,1,1,0,0,paul haggis,"action,crime,drama,romance,thriller","france,united states",english,0.4899598393574297 -4550,4551,fitzcarraldo,1982,7+,0.8783783783783781,78%,0,0,1,0,0,werner herzog,"adventure,drama","peru,west germany","english,german,italian,spanish",0.5903614457831324 -16444,16445,mighty joe young,1998,7+,0.5405405405405403,55%,0,0,0,1,0,ron underwood,"action,adventure,family,fantasy,thriller",united states,"english,swahili",0.41365461847389556 -9737,9738,after the fall,2014,18+,0.4729729729729728,33%,0,0,1,0,0,bradford may,drama,united states,english,0.31726907630522083 -6738,6739,bruno,2000,13+,0.6081081081081079,20%,0,0,1,0,0,larry charles,comedy,"united kingdom,united states","english,german",0.28112449799196787 -4099,4100,the tomorrow man,2019,13+,0.554054054054054,42%,0,1,0,0,0,noble jones,"drama,romance",united states,english,0.3333333333333333 -5007,5008,east side sushi,2014,7+,0.7432432432432431,95%,0,0,1,0,0,anthony lucero,drama,united states,"english,spanish",0.38152610441767065 -13052,13053,the incomparable rose hartman,2016,16+,0.635135135135135,75%,0,0,1,0,0,otis mass,"documentary,history",united states,english,0.24096385542168675 -6447,6448,down to earth,2001,13+,0.5270270270270269,20%,0,0,1,0,0,"chris weitz,paul weitz","comedy,fantasy","australia,canada,germany,united states",english,0.3052208835341365 -753,754,all day and a night,2020,18+,0.581081081081081,53%,1,0,0,0,0,joe robert cole,drama,united states,english,0.4417670682730923 -451,452,killer klowns from outer space,1988,13+,0.6216216216216215,78%,1,0,0,0,0,stephen chiodo,"comedy,horror,sci-fi",united states,english,0.3092369477911646 -4047,4048,"i, frankenstein",2014,13+,0.4729729729729728,5%,0,1,1,0,0,stuart beattie,"action,fantasy,sci-fi","australia,united states",english,0.3253012048192771 -16295,16296,the fox and the hound,1981,all,0.7702702702702701,70%,0,0,0,1,0,"art stevens,david hand,richard rich,ted berman,wolfgang reitherman","adventure,animation,drama,family",united states,english,0.2891566265060241 -4869,4870,thin,2006,13+,0.7837837837837837,100%,0,0,1,0,0,lauren greenfield,documentary,united states,english,0.3654618473895582 -6423,6424,assault on wall street,2013,18+,0.5945945945945945,25%,0,0,1,0,0,uwe boll,"action,crime,thriller","canada,united states",english,0.35341365461847385 -245,246,madagascar: escape 2 africa,2008,7+,0.6756756756756754,64%,1,0,0,0,0,"eric darnell,tom mcgrath","adventure,animation,comedy,family",united states,"english,italian",0.3132530120481927 -4885,4886,mr. mom,1983,7+,0.6621621621621621,82%,0,0,1,0,0,stan dragoti,"comedy,drama",united states,english,0.321285140562249 -6897,6898,high fantasy,2017,13+,0.3918918918918918,75%,0,0,1,0,0,jenna cato bass,"comedy,drama","luxembourg,south africa",afrikaans,0.24096385542168675 -6618,6619,nobel son,2007,18+,0.635135135135135,25%,0,0,1,0,0,randall miller,"comedy,crime,drama,thriller",united states,english,0.3975903614457831 -4732,4733,the woman in black,2012,13+,0.6486486486486486,67%,0,0,1,0,0,james watkins,"drama,fantasy,horror,thriller","canada,sweden,united kingdom,united states",english,0.3373493975903614 -1233,1234,"yours, mine & ours",2005,7+,0.5270270270270269,6%,1,0,1,0,0,raja gosnell,"comedy,family,fantasy,romance",united states,english,0.3092369477911646 -16279,16280,bambi,1942,all,0.7702702702702701,90%,0,0,0,1,0,"arthur davis,bill roberts,clyde geronimi,david hand,graham heid,james algar,norman wright,paul satterfield,samuel armstrong","animation,drama,family",united states,english,0.23694779116465864 -536,537,i am kalam,2010,all,0.8648648648648647,80%,1,0,1,0,0,nila madhab panda,"comedy,drama,family",india,hindi,0.3092369477911646 -16335,16336,ducktales: the movie - treasure of the lost lamp,1990,all,0.7162162162162161,88%,0,0,0,1,0,bob hathcock,"adventure,animation,comedy,family,fantasy","france,united states",english,0.25301204819277107 -429,430,underworld: evolution,2006,18+,0.689189189189189,17%,1,0,0,0,0,len wiseman,"action,fantasy,sci-fi,thriller","canada,united states","english,french,hungarian",0.38152610441767065 -3568,3569,zombieland,2009,18+,0.8108108108108105,90%,0,1,1,0,0,ruben fleischer,"adventure,comedy,fantasy,sci-fi",united states,english,0.3092369477911646 -4780,4781,the dressmaker,2015,18+,0.7432432432432431,57%,0,0,1,0,0,jocelyn moorhouse,"comedy,drama",australia,english,0.4337349397590361 -6674,6675,1 night,2017,13+,0.5675675675675674,33%,0,0,1,0,0,minhal baig,"drama,romance",united states,english,0.27710843373493976 -4921,4922,an american crime,2007,18+,0.7702702702702701,38%,0,0,1,0,0,tommy o'haver,"biography,crime,drama,horror",united states,english,0.34939759036144574 -493,494,he's just not that into you,2009,13+,0.6486486486486486,41%,1,0,0,0,0,ken kwapis,"comedy,drama,romance","germany,united states",english,0.4738955823293173 -6445,6446,terror train,1980,18+,0.581081081081081,36%,0,0,1,0,0,roger spottiswoode,"horror,mystery,thriller",canada,english,0.34538152610441764 -16468,16469,herbie goes to monte carlo,1977,all,0.554054054054054,60%,0,0,0,1,0,vincent mceveety,"action,adventure,comedy,crime,family,romance,sport",united states,"english,french",0.37751004016064255 -440,441,black sea,2014,18+,0.6486486486486486,80%,1,0,0,0,0,kevin macdonald,"adventure,drama,thriller","russia,united kingdom,united states","english,russian",0.41365461847389556 -4471,4472,charade,1963,13+,0.8513513513513513,94%,0,0,1,0,0,stanley donen,"comedy,mystery,romance,thriller",united states,"english,french,german,italian,spanish",0.40963855421686746 -15163,15164,looking for palladin,2008,18+,0.5270270270270269,22%,0,0,1,0,0,andrzej krakowski,comedy,united states,english,0.41767068273092367 -4971,4972,high life,2018,18+,0.5675675675675674,82%,0,0,1,0,0,claire denis,"adventure,drama,horror,mystery,sci-fi,thriller","france,germany,poland,united kingdom",english,0.40963855421686746 -5460,5461,wreckers,2011,18+,0.5945945945945945,92%,0,0,1,0,0,dictynna hood,drama,united kingdom,english,0.2971887550200803 -3696,3697,the wave,2015,18+,0.689189189189189,83%,0,1,0,0,0,gille klabin,"sci-fi,thriller",united states,english,0.31726907630522083 -285,286,hey arnold! the jungle movie,2017,7+,0.8108108108108105,100%,1,1,0,0,0,"raymie muzquiz,stu livingston","adventure,animation,comedy,family,fantasy","japan,south korea,united states","english,korean",0.28112449799196787 -872,873,68 kill,2018,18+,0.5945945945945945,70%,1,0,0,0,0,trent haaga,"comedy,crime,romance,thriller",united states,english,0.3293172690763052 -16366,16367,dinosaur,2000,7+,0.6621621621621621,64%,0,0,0,1,0,"eric leighton,ralph zondag","adventure,animation,family,thriller",united states,english,0.285140562248996 -13557,13558,just 45 minutes from broadway,2012,18+,0.4594594594594593,10%,0,0,1,0,0,henry jaglom,drama,united states,english,0.4056224899598393 -5612,5613,churchill,2017,7+,0.6216216216216215,49%,0,0,1,0,0,jonathan teplitzky,"biography,drama,history,war",united kingdom,english,0.37751004016064255 -1455,1456,earthquake bird,2019,18+,0.581081081081081,57%,1,0,0,0,0,wash westmoreland,"crime,drama,mystery,romance,thriller","japan,united kingdom,united states","english,japanese",0.38554216867469876 -4186,4187,american gun,2005,18+,0.6081081081081079,39%,0,1,0,0,0,aric avelino,drama,united states,english,0.3373493975903614 -5018,5019,james white,2015,18+,0.7432432432432431,92%,0,0,1,0,0,josh mond,drama,united states,english,0.2971887550200803 -1301,1302,major league ii,1994,7+,0.5405405405405403,5%,1,1,0,0,0,david s. ward,"comedy,sport",united states,english,0.37751004016064255 -5038,5039,frequently asked questions about time travel,2009,13+,0.7432432432432431,38%,0,0,1,0,0,gareth carrivick,"comedy,sci-fi",united kingdom,english,0.2891566265060241 -144,145,austin powers: international man of mystery,1997,13+,0.7297297297297296,71%,1,0,0,0,0,jay roach,"adventure,comedy",united states,english,0.3333333333333333 -12182,12183,dark obsession,1989,18+,0.43243243243243235,36%,0,0,1,0,0,nick broomfield,"drama,thriller",united kingdom,english,0.35742971887550196 -4103,4104,bangkok dangerous,2008,18+,0.5135135135135135,8%,0,1,0,0,0,"danny pang,oxide chun pang","action,crime,thriller","czech republic,thailand,united states","english,thai",0.35341365461847385 -16382,16383,blackbeard's ghost,1968,all,0.7162162162162161,82%,0,0,0,1,0,robert stevenson,"comedy,family,fantasy",united states,english,0.38152610441767065 -4904,4905,bones brigade: an autobiography,2012,18+,0.8783783783783781,77%,0,0,1,0,0,stacy peralta,"documentary,sport",united states,english,0.31726907630522083 -4472,4473,apocalypto,2006,18+,0.8378378378378377,66%,0,0,1,0,0,mel gibson,"action,adventure,drama,thriller","mexico,united kingdom,united states",maya,0.5140562248995983 -8076,8077,shark attack 3: megalodon,2002,18+,0.17567567567567563,20%,0,0,1,0,0,david worth,"action,adventure,horror,sci-fi,thriller","israel,south africa,united states",english,0.35341365461847385 -226,227,angel has fallen,2019,18+,0.6486486486486486,39%,1,0,0,0,0,ric roman waugh,"action,thriller",united states,english,0.4417670682730923 -5987,5988,23 blast,2014,13+,0.6621621621621621,36%,0,0,1,0,0,dylan baker,"drama,family,sport",united states,english,0.34939759036144574 -4050,4051,free willy 2: the adventure home,1995,7+,0.4729729729729728,31%,0,1,0,0,0,dwight h. little,"adventure,drama,family","france,luxembourg,united states","danish,dutch,english,finnish,french sign language,indonesian,luxembourgish,malay",0.3373493975903614 -16463,16464,pooh's grand adventure: the search for christopher robin,1997,all,0.7432432432432431,33%,0,0,0,1,0,karl geurs,"adventure,animation,comedy,family,musical",united states,english,0.2610441767068273 -8912,8913,the 'human' factor,1975,18+,0.5675675675675674,43%,0,0,1,0,0,edward dmytryk,"drama,thriller","italy,united kingdom",english,0.3373493975903614 -6343,6344,the witch who came from the sea,1976,18+,0.5405405405405403,78%,0,0,1,0,0,matt cimber,"drama,horror,thriller",united states,english,0.2891566265060241 -3935,3936,children of the corn,1984,18+,0.554054054054054,35%,0,1,1,0,0,fritz kiersch,"horror,thriller",united states,english,0.3253012048192771 -992,993,national parks adventures,2016,13+,0.7297297297297296,100%,1,0,0,0,0,greg macgillivray,"documentary,short",united states,english,0.1285140562248996 -6332,6333,caged heat,1974,18+,0.4999999999999999,73%,0,0,1,0,0,shane black,"action,adventure,sci-fi",united states,english,0.47791164658634533 -6066,6067,the baytown outlaws,2012,18+,0.6486486486486486,22%,0,0,1,0,0,barry battles,"action,comedy,crime",united states,english,0.34939759036144574 -6155,6156,9th company,2005,18+,0.7432432432432431,69%,0,0,1,0,0,fedor bondarchuk,"action,drama,history,war","finland,russia,ukraine",russian,0.5140562248995983 -3931,3932,case 39,2009,18+,0.6216216216216215,21%,0,1,1,0,0,christian alvart,"horror,mystery,thriller","canada,united states",english,0.393574297188755 -5812,5813,double impact,1991,18+,0.5405405405405403,35%,0,0,1,0,0,sheldon lettich,"action,crime",united states,english,0.3975903614457831 -5936,5937,flashbacks of a fool,2008,18+,0.7027027027027025,38%,0,0,1,0,0,baillie walsh,drama,united kingdom,english,0.393574297188755 -8680,8681,the jimmy show,2002,18+,0.4864864864864864,40%,0,0,1,0,0,frank whaley,"comedy,drama",united states,english,0.34136546184738953 -104,105,ralph breaks the internet,2018,7+,0.7432432432432431,88%,1,0,0,0,0,"phil johnston,rich moore","adventure,animation,comedy,family,fantasy",united states,english,0.4056224899598393 -4509,4510,the hours,2002,13+,0.7972972972972971,80%,0,0,1,0,0,stephen daldry,"drama,romance","canada,france,germany,united kingdom,united states",english,0.3975903614457831 -730,731,fun with dick and jane,2005,13+,0.6216216216216215,28%,1,0,0,0,0,dean parisot,"comedy,crime",united states,"english,spanish",0.31726907630522083 -3730,3731,ben is back,2018,18+,0.689189189189189,82%,0,1,0,0,0,peter hedges,drama,united states,english,0.36947791164658633 -4983,4984,you're not you,2014,18+,0.7702702702702701,48%,0,0,1,0,0,george c. wolfe,drama,united states,"american sign language,english",0.3654618473895582 -4166,4167,a madea family funeral,2019,13+,0.3783783783783783,12%,0,1,1,0,0,tyler perry,comedy,united states,english,0.393574297188755 -7315,7316,pauly shore is dead,2003,18+,0.3783783783783783,57%,0,0,1,0,0,pauly shore,comedy,united states,english,0.285140562248996 -670,671,the princess switch,2018,7+,0.5945945945945945,75%,1,0,0,0,0,mike rohl,romance,united states,english,0.36144578313253006 -10882,10883,jake squared,2014,18+,0.40540540540540526,22%,0,0,1,0,0,howard goldberg,"comedy,drama",united states,english,0.35742971887550196 -508,509,the world is yours,2018,18+,0.6486486486486486,100%,1,0,0,0,0,romain gavras,"comedy,crime",france,"arabic,english,french,spanish",0.3654618473895582 -5250,5251,comic-con episode iv: a fan's hope,2011,13+,0.7297297297297296,82%,0,0,1,0,0,morgan spurlock,documentary,united states,english,0.3092369477911646 -5448,5449,mayor of the sunset strip,2003,18+,0.7297297297297296,87%,0,0,1,0,0,george hickenlooper,"biography,documentary,music",united states,english,0.3333333333333333 -736,737,johnny english reborn,2011,7+,0.635135135135135,38%,1,0,0,0,0,oliver parker,"action,adventure,comedy,crime","france,united kingdom,united states","cantonese,english,mandarin,russian,swiss german",0.36144578313253006 -7780,7781,chain letter,2010,18+,0.3378378378378377,33%,0,0,1,0,0,deon taylor,horror,united states,english,0.3092369477911646 -5091,5092,102 not out,2018,7+,0.7837837837837837,67%,0,0,1,0,0,umesh shukla,"comedy,drama",india,hindi,0.3654618473895582 -64,65,road to perdition,2002,18+,0.8243243243243241,81%,1,0,0,0,0,sam mendes,"crime,drama,thriller",united states,english,0.4257028112449799 -4729,4730,the snow walker,2003,7+,0.7702702702702701,86%,0,0,1,0,0,charles martin smith,"adventure,drama",canada,"english,inuktitut",0.36947791164658633 -3797,3798,meek's cutoff,2010,7+,0.6621621621621621,86%,0,1,1,0,0,kelly reichardt,"drama,western",united states,english,0.37349397590361444 -6128,6129,lamb,2016,18+,0.635135135135135,85%,0,0,1,0,0,ross partridge,drama,united states,english,0.34538152610441764 -420,421,tinker bell and the pirate fairy,2014,all,0.6756756756756754,81%,1,0,0,0,0,peggy holmes,"adventure,animation,family,fantasy",united states,english,0.2690763052208835 -3629,3630,love & mercy,2015,13+,0.7837837837837837,90%,0,1,1,0,0,bill pohlad,"biography,drama,music",united states,english,0.4417670682730923 -7701,7702,fled,1996,18+,0.5135135135135135,16%,0,0,1,0,0,kevin hooks,"action,adventure,crime,drama,romance",united states,"english,spanish",0.34939759036144574 -7698,7699,zig zag,2002,18+,0.581081081081081,44%,0,0,1,0,0,jeb stuart,"crime,mystery,thriller",united states,english,0.429718875502008 -6549,6550,the world made straight,2015,18+,0.5270270270270269,62%,0,0,1,0,0,david burris,drama,united states,english,0.4337349397590361 -5782,5783,double happiness,1994,13+,0.7297297297297296,73%,0,0,1,0,0,mina shum,"drama,romance",canada,"cantonese,english",0.3052208835341365 -76,77,y tu mamá también,2001,18+,0.8108108108108105,92%,1,0,0,0,0,alfonso cuarón,drama,mexico,spanish,0.38152610441767065 -4666,4667,king of new york,1990,18+,0.7297297297297296,73%,0,0,1,0,0,abel ferrara,"crime,thriller","italy,united states",english,0.36947791164658633 -249,250,the white helmets,2016,16+,0.7972972972972971,100%,1,0,0,0,0,orlando von einsiedel,"crime,documentary,short,war",united kingdom,"arabic,english",0.12048192771084337 -556,557,cop car,2015,18+,0.635135135135135,80%,1,0,0,0,0,jon watts,"crime,thriller",united states,english,0.3092369477911646 -3579,3580,the conjuring,2013,18+,0.7972972972972971,85%,0,1,0,0,0,james wan,"horror,mystery,thriller",united states,"english,latin",0.4056224899598393 -5069,5070,baby boom,1987,7+,0.6216216216216215,75%,0,0,1,0,0,charles shyer,"comedy,drama,romance",united states,english,0.3975903614457831 -5535,5536,girl asleep,2015,18+,0.6216216216216215,81%,0,0,1,0,0,rosemary myers,"comedy,family,fantasy",australia,english,0.2650602409638554 -5672,5673,noble,2014,13+,0.7027027027027025,82%,0,0,1,0,0,stephen bradley,"biography,drama","united kingdom,vietnam",english,0.35742971887550196 -4452,4453,the man from nowhere,2010,18+,0.8378378378378377,100%,0,0,1,0,0,jeong-beom lee,"action,drama,thriller",south korea,"english,korean",0.4337349397590361 -5707,5708,living in the future's past,2018,7+,0.6621621621621621,83%,0,0,1,0,0,susan kucera,documentary,united states,english,0.35742971887550196 -208,209,swiss army man,2016,18+,0.7297297297297296,71%,1,0,0,0,0,"dan kwan,daniel scheinert","comedy,drama,fantasy,romance","sweden,united states",english,0.34538152610441764 -7066,7067,shine,2017,18+,0.41891891891891886,50%,0,0,1,0,0,scott hicks,"biography,drama,music,romance",australia,"english,yiddish",0.37751004016064255 -6882,6883,radio free albemuth,2010,18+,0.5405405405405403,36%,0,0,1,0,0,john alan simon,"drama,sci-fi",united states,english,0.4016064257028112 -735,736,time share,2018,18+,0.5945945945945945,95%,1,0,0,0,0,sebastián hofmann,"drama,horror,mystery",mexico,"english,spanish",0.34136546184738953 -457,458,the grandmaster,2013,13+,0.6756756756756754,78%,1,0,0,0,0,kar-wai wong,"action,biography,drama,romance,war","china,hong kong","cantonese,japanese,mandarin",0.47791164658634533 -6154,6155,the jazz singer,1980,7+,0.581081081081081,19%,0,0,1,0,0,alan crosland,"drama,music,musical,romance",united states,english,0.3092369477911646 -6003,6004,the flaw,2011,13+,0.7702702702702701,82%,0,0,1,0,0,terence fisher,"crime,drama,thriller",united kingdom,english,0.2008032128514056 -842,843,song for marion,2012,13+,0.7297297297297296,65%,1,0,0,0,0,paul andrew williams,"comedy,drama,music,romance","germany,united kingdom",english,0.31726907630522083 -6539,6540,the hunting of the president,2004,16+,0.7027027027027025,74%,0,0,1,0,0,"harry thomason,nickolas perry",documentary,united states,english,0.31726907630522083 -108,109,the spectacular now,2013,18+,0.7432432432432431,91%,1,0,0,0,0,james ponsoldt,"comedy,drama,romance",united states,english,0.3373493975903614 -3615,3616,abominable,2019,7+,0.7297297297297296,81%,0,1,1,0,0,"jill culton,todd wilderman","adventure,animation,comedy,family,fantasy","china,japan,united states","english,mandarin",0.34538152610441764 -5891,5892,test,2013,18+,0.6621621621621621,81%,0,0,1,0,0,stuart hazeldine,"mystery,thriller",united kingdom,"cantonese,english,french",0.36144578313253006 -3566,3567,grave of the fireflies,1988,7+,0.9324324324324322,98%,0,1,0,0,0,isao takahata,"animation,drama,war",japan,japanese,0.3132530120481927 -565,566,open season,2006,7+,0.6081081081081079,48%,1,0,0,0,0,"anthony stacchi,jill culton,roger allers","adventure,animation,comedy,family,fantasy",united states,english,0.3012048192771084 -778,779,wildling,2018,18+,0.5270270270270269,70%,1,0,0,0,0,fritz böhm,"drama,fantasy,horror,thriller",united states,english,0.3253012048192771 -4503,4504,the salesman,2016,13+,0.8378378378378377,96%,0,0,1,0,0,asghar farhadi,"drama,thriller","france,iran","english,persian",0.4538152610441767 -16348,16349,the rocketeer,1991,7+,0.6621621621621621,65%,0,0,0,1,0,joe johnston,"action,adventure,family,sci-fi",united states,"english,german",0.38955823293172687 -4642,4643,one child nation,2019,18+,0.7972972972972971,98%,0,0,1,0,0,"jialing zhang,nanfu wang","documentary,history",united states,"english,mandarin",0.3092369477911646 -1361,1362,dilwale,2015,7+,0.4864864864864864,21%,1,0,0,0,0,rohit shetty,"action,comedy,drama,romance",india,hindi,0.5903614457831324 -3852,3853,mike wallace is here,2019,13+,0.7567567567567566,94%,0,1,0,0,0,avi belkin,"biography,documentary",united states,"english,persian,russian",0.31726907630522083 -4681,4682,harry brown,2009,18+,0.7567567567567566,63%,0,0,1,0,0,daniel barber,"action,crime,drama,thriller",united kingdom,english,0.36947791164658633 -1132,1133,the lodgers,2017,18+,0.4729729729729728,55%,1,0,0,0,0,brian o'malley,"drama,horror,romance,thriller",ireland,english,0.3253012048192771 -4881,4882,kill the irishman,2011,18+,0.7432432432432431,62%,0,0,1,0,0,jonathan hensleigh,"biography,crime,drama",united states,english,0.38152610441767065 -28,29,the irishman,2019,18+,0.8513513513513513,96%,1,0,0,0,0,martin scorsese,"biography,crime,drama",united states,"english,german,italian,latin,spanish",0.7951807228915662 -10736,10737,dark house,2014,18+,0.43243243243243235,9%,0,0,1,0,0,victor salva,"horror,thriller",united states,english,0.3654618473895582 -13624,13625,the winner,1996,18+,0.43243243243243235,17%,0,0,1,0,0,alex cox,"comedy,crime,thriller","australia,united states",english,0.3253012048192771 -1156,1157,5 flights up,2014,13+,0.6216216216216215,46%,1,0,0,0,0,richard loncraine,"comedy,drama",united states,english,0.3092369477911646 -16337,16338,the greatest game ever played,2005,7+,0.7837837837837837,63%,0,0,0,1,0,bill paxton,"biography,drama,sport","canada,united states",english,0.4377510040160642 -926,927,my suicide,2009,18+,0.7567567567567566,57%,1,0,0,0,0,david lee miller,"comedy,drama",united states,english,0.38554216867469876 -7795,7796,brilliant lies,1996,18+,0.6081081081081079,80%,0,0,1,0,0,richard franklin,drama,australia,english,0.3333333333333333 -601,602,mr. right,2016,18+,0.635135135135135,44%,1,0,0,0,0,paco cabezas,"action,comedy,romance",united states,english,0.3373493975903614 -5930,5931,song to song,2017,18+,0.554054054054054,43%,0,0,1,0,0,terrence malick,"drama,music,romance",united states,english,0.4738955823293173 -16318,16319,tinker bell,2008,all,0.7027027027027025,100%,0,0,0,1,0,bradley raymond,"adventure,animation,family,fantasy",united states,english,0.2690763052208835 -3981,3982,before we vanish,2017,18+,0.5945945945945945,80%,0,1,0,0,0,kiyoshi kurosawa,"drama,sci-fi",japan,japanese,0.4738955823293173 -6374,6375,rare birds,2001,18+,0.6486486486486486,54%,0,0,1,0,0,sturla gunnarsson,"comedy,drama,mystery,romance",canada,english,0.35341365461847385 -9993,9994,wannabes,2000,18+,0.554054054054054,19%,0,0,1,0,0,"charles a. addessi,william demeo","crime,drama",united states,english,0.3975903614457831 -3778,3779,death wish,2018,18+,0.6486486486486486,18%,0,1,1,0,0,eli roth,"action,crime,drama,thriller","canada,united states","english,spanish",0.38554216867469876 -463,464,2012,2009,13+,0.5675675675675674,39%,1,0,0,0,0,roland emmerich,"action,adventure,sci-fi",united states,"english,french,hindi,italian,latin,mandarin,portuguese,russian,spanish,tibetan",0.5903614457831324 -101,102,goldeneye,1995,13+,0.7567567567567566,78%,1,0,0,0,0,martin campbell,"action,adventure,thriller","united kingdom,united states","english,russian,spanish",0.47791164658634533 -8010,8011,the wilde wedding,2017,18+,0.4729729729729728,27%,0,0,1,0,0,damian harris,"comedy,romance",united states,"english,italian,portuguese,spanish",0.3373493975903614 -5142,5143,shanghai triad,1995,18+,0.7432432432432431,87%,0,0,1,0,0,yimou zhang,"crime,drama,history,romance,thriller","china,france",mandarin,0.38955823293172687 -4129,4130,dr. t & the women,2000,18+,0.40540540540540526,56%,0,1,1,0,0,robert altman,"comedy,drama,romance","germany,united states","english,german,spanish",0.4457831325301204 -3788,3789,beach rats,2017,18+,0.6486486486486486,85%,0,1,0,0,0,eliza hittman,drama,united states,english,0.34939759036144574 -88,89,bahubali: the beginning,2015,13+,0.8783783783783781,88%,1,0,0,0,0,s.s. rajamouli,"action,drama",india,"tamil,telugu",0.5943775100401606 -16425,16426,doctor dolittle,1998,13+,0.5135135135135135,42%,0,0,0,1,0,betty thomas,"comedy,family,fantasy",united states,english,0.2971887550200803 -3869,3870,hello i must be going,2012,18+,0.6216216216216215,75%,0,1,1,0,0,courteney cox,"comedy,drama",united states,english,0.3373493975903614 -5878,5879,different for girls,1996,18+,0.7162162162162161,48%,0,0,1,0,0,richard spence,"comedy,drama,romance","france,united kingdom",english,0.34538152610441764 -4153,4154,raze,2013,18+,0.4864864864864864,45%,0,1,0,0,0,josh c. waller,"action,drama,horror",united states,english,0.3052208835341365 -695,696,chris rock: tamborine,2018,18+,0.6621621621621621,100%,1,0,0,0,0,bo burnham,comedy,united states,english,0.21285140562248994 -4689,4690,birdy,1984,18+,0.7702702702702701,85%,0,0,1,0,0,alan parker,"drama,war",united states,english,0.4377510040160642 -4711,4712,draft day,2014,13+,0.7027027027027025,59%,0,0,1,0,0,ivan reitman,"drama,sport",united states,english,0.3975903614457831 -5004,5005,on the edge,2001,18+,0.7297297297297296,67%,0,0,1,0,0,jonathan kaplan,"crime,drama",united states,english,0.3373493975903614 -6034,6035,jesus christ vampire hunter,2001,18+,0.4594594594594593,80%,0,0,1,0,0,lee demarbre,"action,comedy,horror,musical",canada,english,0.2971887550200803 -74,75,kung fu hustle,2004,18+,0.8243243243243241,90%,1,0,0,0,0,stephen chow,"action,comedy,fantasy","china,hong kong,united states","cantonese,mandarin",0.35341365461847385 -4159,4160,the thousand faces of dunjia,2017,7+,0.5135135135135135,33%,0,1,0,0,0,woo-ping yuen,"action,adventure,fantasy","china,hong kong",mandarin,0.40963855421686746 -5379,5380,never goin' back,2018,18+,0.5945945945945945,76%,0,0,1,0,0,augustine frizzell,"comedy,crime,drama",united states,english,0.2971887550200803 -16631,16632,jonas brothers: the concert experience,2009,all,0.0,24%,0,0,0,1,0,bruce hendricks,"documentary,music",united states,english,0.2610441767068273 -6080,6081,the only living boy in new york,2017,18+,0.635135135135135,34%,0,0,1,0,0,marc webb,drama,united states,english,0.3132530120481927 -4061,4062,the numbers station,2013,18+,0.5405405405405403,30%,0,1,1,0,0,kasper barfoed,"action,thriller","belgium,united kingdom,united states",english,0.3132530120481927 -6528,6529,half light,2006,18+,0.5945945945945945,25%,0,0,1,0,0,craig rosenberg,"drama,horror,mystery,romance,thriller","germany,united kingdom,united states",english,0.3975903614457831 -16213,16214,star wars: the empire strikes back,1980,7+,0.9594594594594592,94%,0,0,0,1,0,irvin kershner,"action,adventure,fantasy,sci-fi",united states,english,0.4538152610441767 -14,15,monty python and the holy grail,1975,7+,0.8918918918918917,97%,1,0,0,0,0,"terry gilliam,terry jones","adventure,comedy,fantasy",united kingdom,"english,french,latin",0.321285140562249 -6162,6163,mambo italiano,2003,18+,0.689189189189189,32%,0,0,1,0,0,émile gaudreault,"comedy,drama,romance",canada,"english,french,italian",0.3092369477911646 -4757,4758,grey gardens,2009,7+,0.7837837837837837,87%,0,0,1,0,0,"albert maysles,david maysles,ellen hovde,muffie meyer","comedy,documentary,drama",united states,english,0.3373493975903614 -1129,1130,stink!,2015,all,0.7432432432432431,89%,1,0,0,0,0,jon j. whelan,documentary,united states,english,0.321285140562249 -8788,8789,innocence,2014,13+,0.40540540540540526,19%,0,0,1,0,0,zeki demirkubuz,drama,turkey,turkish,0.3975903614457831 -8338,8339,sex and breakfast,2007,18+,0.43243243243243235,9%,0,0,1,0,0,miles brandman,"comedy,drama,romance",united states,english,0.28112449799196787 -271,272,goon,2012,18+,0.7027027027027025,81%,1,0,0,0,0,michael dowse,"comedy,drama,sport","canada,united states","english,french",0.3253012048192771 -3598,3599,the guilty,2018,18+,0.7972972972972971,97%,0,1,1,0,0,gustav möller,"crime,drama,thriller",denmark,danish,0.2971887550200803 -363,364,tomorrow never dies,1997,13+,0.6621621621621621,57%,1,0,0,0,0,roger spottiswoode,"action,adventure,thriller","united kingdom,united states","cantonese,danish,english,german,mandarin",0.4337349397590361 -3710,3711,the clovehitch killer,2018,13+,0.6621621621621621,78%,0,1,0,0,0,duncan skiles,"crime,drama,mystery,thriller",united states,english,0.393574297188755 -5502,5503,mia madre,2015,18+,0.7027027027027025,84%,0,0,1,0,0,nanni moretti,drama,"france,germany,italy","english,french,italian",0.38152610441767065 -253,254,austin powers: the spy who shagged me,1999,13+,0.6756756756756754,52%,1,0,0,0,0,jay roach,"action,adventure,comedy,crime",united states,"english,german",0.3373493975903614 -5234,5235,airplane ii: the sequel,1982,7+,0.6216216216216215,42%,0,0,1,0,0,ken finkleman,"comedy,sci-fi",united states,english,0.2971887550200803 -570,571,kate & leopold,2001,13+,0.6486486486486486,50%,1,0,0,0,0,james mangold,"comedy,fantasy,romance",united states,"english,french",0.429718875502008 -3646,3647,gods and monsters,1998,18+,0.7837837837837837,95%,0,1,0,0,0,bill condon,"biography,drama","united kingdom,united states","english,hungarian",0.37751004016064255 -5618,5619,our time will come,2017,13+,0.6486486486486486,94%,0,0,1,0,0,ann hui,"drama,war","china,hong kong","cantonese,japanese,mandarin",0.47791164658634533 -4663,4664,blow the man down,2019,18+,0.6486486486486486,99%,0,0,1,0,0,"bridget savage cole,danielle krudy","comedy,drama,mystery",united states,english,0.321285140562249 -6717,6718,crazy mama,1975,7+,0.5270270270270269,88%,0,0,1,0,0,jonathan demme,"action,comedy,crime,drama",united states,english,0.2891566265060241 -8602,8603,the curse of sleeping beauty,2016,16+,0.3513513513513513,15%,0,0,1,0,0,pearry reginald teo,"fantasy,horror,mystery,thriller",united states,english,0.3132530120481927 -4313,4314,inside out,2011,13+,0.3918918918918918,25%,0,1,1,1,0,"pete docter,ronnie del carmen","adventure,animation,comedy,drama,family,fantasy",united states,english,0.3373493975903614 -12918,12919,ultrasonic,2012,18+,0.5270270270270269,13%,0,0,1,0,0,rohit colin rao,"drama,mystery,thriller",united states,english,0.31726907630522083 -175,176,charlie and the chocolate factory,2005,7+,0.6756756756756754,82%,1,0,0,0,0,tim burton,"adventure,comedy,family,fantasy,musical","united kingdom,united states",english,0.41767068273092367 -16286,16287,the many adventures of winnie the pooh,1977,all,0.8108108108108105,100%,0,0,0,1,0,"ben sharpsteen,john lounsbery,wolfgang reitherman","adventure,animation,comedy,family,musical",united states,english,0.25301204819277107 -4446,4447,amores perros,2000,18+,0.8783783783783781,92%,0,0,1,0,0,alejandro g. iñárritu,"drama,thriller",mexico,spanish,0.57429718875502 -4580,4581,adam's apples,2005,18+,0.8378378378378377,70%,0,0,1,0,0,anders thomas jensen,"comedy,crime,drama","denmark,germany",danish,0.3333333333333333 -3662,3663,professor marston and the wonder women,2017,18+,0.7432432432432431,86%,0,1,0,0,0,angela robinson,"biography,drama",united states,english,0.38955823293172687 -5699,5700,sordid lives,2000,18+,0.7027027027027025,37%,0,0,1,0,0,del shores,"comedy,romance",united states,english,0.4016064257028112 -3709,3710,the art of self-defense,2019,18+,0.689189189189189,84%,0,1,0,0,0,riley stearns,"comedy,crime,drama,mystery,thriller",united states,"english,french,german",0.37349397590361444 -442,443,event horizon,1997,18+,0.689189189189189,27%,1,0,0,0,0,paul w.s. anderson,"horror,sci-fi,thriller","united kingdom,united states","english,latin",0.34136546184738953 -5558,5559,joe,1970,18+,0.7027027027027025,80%,0,0,1,0,0,david gordon green,"crime,drama",united states,english,0.4257028112449799 -3563,3564,good will hunting,1997,18+,0.9054054054054053,97%,0,1,0,0,0,gus van sant,"drama,romance",united states,english,0.4618473895582329 -1461,1462,w.e.,2011,18+,0.635135135135135,12%,1,0,0,0,0,madonna,"drama,history,romance",united kingdom,"english,french,russian",0.4337349397590361 -16412,16413,cheaper by the dozen,2003,7+,0.581081081081081,24%,0,0,0,1,0,shawn levy,"comedy,family",united states,english,0.34939759036144574 -5935,5936,bill frisell: a portrait,2017,18+,0.7567567567567566,88%,0,0,1,0,0,emma franz,documentary,australia,english,0.429718875502008 -6254,6255,raw deal,1986,18+,0.5405405405405403,25%,0,0,1,0,0,john irvin,"action,crime,thriller","netherlands,united states",english,0.38152610441767065 -16473,16474,herbie fully loaded,2005,all,0.43243243243243235,41%,0,0,0,1,0,angela robinson,"adventure,comedy,family,fantasy,romance,sport",united states,english,0.36144578313253006 -7133,7134,uncle nino,2003,7+,0.689189189189189,21%,0,0,1,0,0,robert shallcross,"comedy,drama,family",united states,english,0.37349397590361444 -6171,6172,eating out,2004,18+,0.5675675675675674,16%,0,0,1,0,0,q. allan brocka,"comedy,drama,romance",united states,english,0.31726907630522083 -4784,4785,sweet country,2018,18+,0.7162162162162161,96%,0,0,1,0,0,warwick thornton,"adventure,crime,drama,history,thriller,western",australia,"aboriginal,english",0.40963855421686746 -6392,6393,white of the eye,1988,18+,0.6216216216216215,43%,0,0,1,0,0,donald cammell,"horror,thriller",united kingdom,english,0.3975903614457831 -7931,7932,food of love,2002,18+,0.5945945945945945,46%,0,0,1,0,0,ventura pons,"drama,music,romance","germany,spain",english,0.4056224899598393 -16327,16328,old yeller,1957,all,0.7702702702702701,100%,0,0,0,1,0,robert stevenson,"adventure,drama,family,western",united states,english,0.2891566265060241 -9650,9651,i am here,2014,all,0.4594594594594593,13%,0,0,1,0,0,anders morgenthaler,"drama,thriller","denmark,germany",english,0.34538152610441764 -6391,6392,living among us,2019,18+,0.4864864864864864,14%,0,0,1,0,0,brian a. metcalf,"comedy,fantasy,horror,sci-fi,thriller",united states,english,0.3052208835341365 -193,194,the fundamentals of caring,2016,18+,0.7702702702702701,77%,1,0,1,0,0,rob burnett,"comedy,drama",united states,english,0.34538152610441764 -1481,1482,hope springs eternal,2018,7+,0.41891891891891886,88%,1,0,0,0,0,jack c. newell,"comedy,drama",united states,english,0.2690763052208835 -5196,5197,the special relationship,2010,16+,0.689189189189189,86%,0,0,1,0,0,richard loncraine,"biography,drama,history","united kingdom,united states","english,french",0.3293172690763052 -4993,4994,morvern callar,2002,18+,0.7027027027027025,84%,0,0,1,0,0,lynne ramsay,drama,"canada,united kingdom","english,spanish",0.34538152610441764 -4797,4798,bilal: a new breed of hero,2015,13+,0.8513513513513513,58%,0,0,1,0,0,"ayman jamal,khurram h. alavi","action,adventure,animation","switzerland,united arab emirates,united states",english,0.37751004016064255 -891,892,beyond skyline,2017,18+,0.4999999999999999,63%,1,0,0,0,0,liam o'donnell,"action,adventure,horror,sci-fi,thriller","canada,china,indonesia,singapore,united kingdom,united states","english,indonesian",0.38152610441767065 -16225,16226,zootopia,2016,7+,0.8648648648648647,98%,0,0,0,1,0,"byron howard,jared bush,rich moore","adventure,animation,comedy,crime,family,mystery",united states,english,0.38955823293172687 -785,786,lady j,2018,16+,0.7162162162162161,83%,1,0,0,0,0,emmanuel mouret,"drama,romance",france,french,0.393574297188755 -16374,16375,african cats,2011,all,0.8108108108108105,73%,0,0,0,1,0,"alastair fothergill,keith scholey","adventure,documentary",united states,english,0.3132530120481927 -328,329,triple frontier,2019,18+,0.6486486486486486,72%,1,0,0,0,0,j.c. chandor,"action,adventure,crime,drama,thriller",united states,"english,portuguese,spanish",0.45783132530120474 -8176,8177,siberia,2018,18+,0.3648648648648647,13%,0,0,1,0,0,matthew ross,"crime,romance,thriller","canada,united states","english,russian",0.37349397590361444 -16346,16347,muppet treasure island,1996,all,0.7297297297297296,73%,0,0,0,1,0,"brian henson,david lane","action,adventure,comedy,family,musical,romance",united states,english,0.35341365461847385 -16268,16269,fantasia,1940,all,0.8378378378378377,94%,0,0,0,1,0,"ben sharpsteen,bill roberts,david hand,ford beebe jr.,hamilton luske,james algar,jim handley,norman ferguson,paul satterfield,samuel armstrong,t. hee,wilfred jackson","animation,family,fantasy,music",united states,english,0.45783132530120474 -16219,16220,guardians of the galaxy,2014,13+,0.8648648648648647,91%,0,0,0,1,0,james gunn,"action,adventure,comedy,sci-fi",united states,english,0.4417670682730923 -3684,3685,anthropoid,2016,18+,0.7567567567567566,66%,0,1,0,0,0,sean ellis,"action,biography,drama,history,romance,thriller,war","czech republic,france,united kingdom,united states","czech,english,german",0.4377510040160642 -5826,5827,the loveless,1981,18+,0.6081081081081079,80%,0,0,1,0,0,"kathryn bigelow,monty montgomery",drama,united states,english,0.285140562248996 -6146,6147,the mighty macs,2009,all,0.6621621621621621,46%,0,0,1,0,0,tim chambers,"drama,sport",united states,english,0.35341365461847385 -5057,5058,the shooting,1966,all,0.6756756756756754,100%,0,0,1,0,0,monte hellman,western,united states,english,0.285140562248996 -529,530,studio 54,2018,18+,0.7162162162162161,90%,1,0,0,0,0,mark christopher,"drama,music",united states,english,0.3293172690763052 -6181,6182,gunnin' for that #1 spot,2008,13+,0.6621621621621621,74%,0,0,1,0,0,adam yauch,"documentary,sport",united states,english,0.31726907630522083 -318,319,udta punjab,2016,18+,0.8378378378378377,91%,1,0,0,0,0,abhishek chaubey,"action,crime,drama",india,hindi,0.5502008032128514 -410,411,suffragette,2015,13+,0.7162162162162161,73%,1,0,0,0,0,sarah gavron,"drama,history","france,united kingdom",english,0.38152610441767065 -2011,2012,secret obsession,2019,13+,0.3648648648648647,36%,1,0,0,0,0,peter sullivan,"drama,mystery,thriller",united states,english,0.34538152610441764 -7322,7323,doc,1971,18+,0.6081081081081079,38%,0,0,1,0,0,frank perry,western,united states,english,0.34136546184738953 -16390,16391,princess protection program,2009,all,0.5405405405405403,60%,0,0,0,1,0,allison liddi-brown,"comedy,drama,family",united states,english,0.31726907630522083 -16242,16243,moana,2016,7+,0.8108108108108105,95%,0,0,0,1,0,"chris williams,don hall,john musker,ron clements","adventure,animation,comedy,family,fantasy,musical",united states,english,0.38554216867469876 -4661,4662,atlantic city,1980,18+,0.7702702702702701,100%,0,0,1,0,0,louis malle,"crime,drama,romance","canada,france","english,french",0.37349397590361444 -16336,16337,a goofy movie,1995,all,0.7027027027027025,59%,0,0,0,1,0,kevin lima,"adventure,animation,comedy,family,musical,romance","australia,canada,france,united states",english,0.2690763052208835 -3769,3770,after the screaming stops,2018,18+,0.7432432432432431,100%,0,1,0,0,0,"david soutar,joe pearlman","documentary,music",united kingdom,english,0.34939759036144574 -436,437,the water diviner,2014,18+,0.7297297297297296,61%,1,0,0,0,0,russell crowe,"drama,history,war","australia,united states","english,greek,russian,turkish",0.4016064257028112 -1223,1224,for greater glory: the true story of cristiada,2012,18+,0.6756756756756754,21%,1,0,0,0,0,dean wright,"drama,history,war,western",mexico,"english,spanish",0.538152610441767 -159,160,christopher robin,2018,7+,0.7702702702702701,73%,1,0,0,0,0,marc forster,"comedy,drama,family,fantasy","united kingdom,united states",english,0.37349397590361444 -16525,16526,hannah montana & miley cyrus: best of both worlds concert,2008,all,0.10810810810810809,73%,0,0,0,1,0,bruce hendricks,"documentary,music",united states,english,0.25301204819277107 -4923,4924,alamar,2010,all,0.7702702702702701,91%,0,0,1,0,0,pedro gonzález-rubio,"documentary,drama",mexico,"italian,spanish",0.24899598393574296 -3876,3877,touched with fire,2016,18+,0.6216216216216215,68%,0,1,1,0,0,paul dalio,"drama,romance",united states,english,0.38152610441767065 -822,823,pokémon the movie: the power of us,2018,all,0.635135135135135,71%,1,0,0,0,0,tetsuo yajima,"action,adventure,animation,family,fantasy",japan,japanese,0.35742971887550196 -4854,4855,rivers and tides,2001,all,0.8513513513513513,99%,0,0,1,0,0,thomas riedelsheimer,documentary,"canada,finland,germany,united kingdom",english,0.31726907630522083 -6315,6316,laaga chunari mein daag - journey of a woman,2007,13+,0.4999999999999999,50%,0,0,1,0,0,pradeep sarkar,"drama,family,romance",india,"bhojpuri,hindi",0.4457831325301204 -4075,4076,romeo & juliet,2013,13+,0.5675675675675674,24%,0,1,0,0,0,carlo carlei,"drama,romance","italy,switzerland,united kingdom","english,latin",0.429718875502008 -4491,4492,the african queen,1951,7+,0.8243243243243241,98%,0,0,1,0,0,john huston,"adventure,drama,romance,war","united kingdom,united states","english,german,swahili",0.37751004016064255 -9591,9592,hackney's finest,2014,18+,0.40540540540540526,40%,0,0,1,0,0,chris bouchard,"action,comedy,crime","france,united kingdom",english,0.31726907630522083 -190,191,the other guys,2010,13+,0.6756756756756754,78%,1,0,0,0,0,adam mckay,"action,comedy,crime",united states,"english,ukrainian",0.38554216867469876 -4994,4995,trouble is my business,2018,7+,0.5945945945945945,100%,0,0,1,0,0,tom konkle,"action,adventure,crime,mystery,thriller",united states,english,0.4216867469879518 -4453,4454,short term 12,2013,18+,0.8648648648648647,98%,0,0,1,0,0,destin daniel cretton,drama,united states,english,0.34136546184738953 -4835,4836,battle of britain,1969,all,0.7297297297297296,67%,0,0,1,0,0,guy hamilton,"action,drama,history,war",united kingdom,"english,french,german,polish",0.48594377510040154 -5155,5156,the shout,1978,18+,0.689189189189189,86%,0,0,1,0,0,jerzy skolimowski,"drama,horror",united kingdom,english,0.3012048192771084 -5686,5687,sons of perdition,2010,18+,0.7162162162162161,83%,0,0,1,0,0,"jennilyn merten,tyler measom",documentary,united states,english,0.2971887550200803 -4086,4087,free willy 3: the rescue,1997,7+,0.41891891891891886,44%,0,1,0,0,0,sam pillsbury,"adventure,drama,family",united states,english,0.3012048192771084 -4002,4003,star trek v: the final frontier,1989,7+,0.5270270270270269,22%,0,1,1,0,0,william shatner,"action,adventure,fantasy,sci-fi,thriller",united states,"english,klingon",0.38554216867469876 -205,206,la 92,2017,18+,0.8918918918918917,92%,1,0,0,0,0,"daniel lindsay,t.j. martin","documentary,history",united states,"english,korean",0.41365461847389556 -176,177,freaks,2019,18+,0.689189189189189,87%,1,0,0,0,0,"adam b. stein,zach lipovsky","drama,mystery,sci-fi,thriller","canada,united states",english,0.37751004016064255 -16284,16285,miracle on 34th street,1947,all,0.8513513513513513,96%,0,0,0,1,0,george seaton,"comedy,drama,family",united states,"dutch,english",0.34136546184738953 -323,324,turbo,2013,7+,0.6486486486486486,67%,1,0,0,0,0,david soren,"adventure,animation,comedy,family,sci-fi,sport",united states,english,0.34136546184738953 -1096,1097,the captive,2014,18+,0.581081081081081,30%,1,0,0,0,0,atom egoyan,"crime,drama,mystery,thriller",canada,english,0.4056224899598393 -6303,6304,jack's back,1988,18+,0.581081081081081,60%,0,0,1,0,0,rowdy herrington,"crime,horror,mystery,thriller",united states,english,0.34538152610441764 -3707,3708,active measures,2018,13+,0.8513513513513513,80%,0,1,0,0,0,jack bryan,documentary,united states,english,0.393574297188755 -6689,6690,cavemen,2013,18+,0.4999999999999999,14%,0,0,1,0,0,herschel faber,comedy,united states,english,0.3092369477911646 -4792,4793,"jeff, who lives at home",2011,18+,0.6621621621621621,77%,0,0,1,0,0,"jay duplass,mark duplass","comedy,drama",united states,english,0.2891566265060241 -219,220,indiana jones and the kingdom of the crystal skull,2008,13+,0.6081081081081079,78%,1,0,0,0,0,steven spielberg,"action,adventure",united states,"english,german,russian",0.4457831325301204 -16250,16251,avengers: age of ultron,2015,13+,0.7702702702702701,75%,0,0,0,1,0,joss whedon,"action,adventure,sci-fi",united states,"english,korean",0.5220883534136546 -6182,6183,dear lemon lima,2009,13+,0.6621621621621621,75%,0,0,1,0,0,suzi yoonessi,comedy,united states,english,0.3052208835341365 -4676,4677,the tillman story,2010,18+,0.8243243243243241,93%,0,0,1,0,0,amir bar-lev,"biography,documentary,mystery,war",united states,english,0.3333333333333333 -1687,1688,the roommate,2011,13+,0.43243243243243235,4%,1,0,0,0,0,christian e. christiansen,"drama,mystery,thriller",united states,english,0.321285140562249 -6512,6513,violet & daisy,2011,18+,0.6081081081081079,22%,0,0,1,0,0,geoffrey fletcher,"action,comedy,crime,drama,thriller",united states,english,0.3092369477911646 -4685,4686,friday the 13th,1980,18+,0.6621621621621621,63%,0,0,1,0,0,sean s. cunningham,"horror,mystery,thriller",united states,english,0.3373493975903614 -3997,3998,i still see you,2018,13+,0.5675675675675674,8%,0,1,1,0,0,scott speer,"fantasy,horror,sci-fi,thriller",united states,english,0.34939759036144574 -173,174,lawless,2012,18+,0.7702702702702701,67%,1,0,0,0,0,john hillcoat,"crime,drama",united states,english,0.4216867469879518 -8942,8943,blood hunters,2016,18+,0.3513513513513513,40%,0,0,1,0,0,vincent soberano,action,united states,english,0.23694779116465864 -16363,16364,tinker bell and the great fairy rescue,2010,all,0.7162162162162161,78%,0,0,0,1,0,bradley raymond,"adventure,animation,family,fantasy",united states,english,0.2610441767068273 -4832,4833,troop zero,2019,7+,0.7162162162162161,67%,0,0,1,0,0,"bert,bertie","comedy,drama,family",united states,english,0.3333333333333333 -6787,6788,entertaining angels - the dorothy day story,1996,13+,0.6081081081081079,50%,0,0,1,0,0,michael ray rhodes,"biography,drama,romance",united states,english,0.3975903614457831 -4977,4978,the big easy,1986,18+,0.6621621621621621,89%,0,0,1,0,0,jim mcbride,"comedy,crime,drama,romance,thriller",united states,english,0.3654618473895582 -990,991,goosebumps 2: haunted halloween,2018,7+,0.5405405405405403,48%,1,0,0,0,0,ari sandel,"adventure,comedy,family,fantasy,horror","united kingdom,united states",english,0.31726907630522083 -135,136,tootsie,1982,7+,0.7837837837837837,90%,1,0,0,0,0,sydney pollack,"comedy,drama,romance",united states,english,0.4216867469879518 -16373,16374,that darn cat!,1965,all,0.7027027027027025,94%,0,0,0,1,0,robert stevenson,"comedy,crime,family,thriller",united states,"english,french",0.4216867469879518 -5859,5860,deepsea challenge,2014,7+,0.7027027027027025,67%,0,0,1,0,0,"andrew wight,john bruno,ray quint",documentary,united states,english,0.321285140562249 -3605,3606,volver,2006,18+,0.8108108108108105,91%,0,1,0,0,0,pedro almodóvar,"comedy,drama",spain,spanish,0.4417670682730923 -528,529,the company men,2010,18+,0.689189189189189,67%,1,0,0,0,0,john wells,drama,united states,english,0.37349397590361444 -4692,4693,death of a salesman,1985,7+,0.7702702702702701,100%,0,0,1,0,0,volker schlöndorff,drama,united states,english,0.502008032128514 -965,966,valentine's day,2010,13+,0.554054054054054,18%,1,0,0,0,0,garry marshall,"comedy,romance",united states,"english,italian,russian,spanish",0.45783132530120474 -5217,5218,a vigilante,2018,18+,0.5405405405405403,92%,0,0,1,0,0,sarah daggar-nickson,"crime,drama,mystery,thriller",united states,english,0.321285140562249 -1965,1966,god's not dead: a light in darkness,2018,7+,0.3918918918918918,11%,1,0,0,0,0,michael mason,drama,united states,english,0.37751004016064255 -5580,5581,the front page,1931,7+,0.689189189189189,92%,0,0,1,0,0,lewis milestone,comedy,united states,english,0.36144578313253006 -5410,5411,into the blue,2005,13+,0.581081081081081,21%,0,0,1,0,0,john stockwell,"action,adventure,crime,thriller",united states,english,0.3975903614457831 -453,454,spenser confidential,2020,18+,0.6216216216216215,38%,1,0,0,0,0,peter berg,"action,comedy,crime,drama,thriller",united states,english,0.4016064257028112 -316,317,american honey,2016,18+,0.7297297297297296,79%,1,0,0,0,0,andrea arnold,"drama,romance","united kingdom,united states",english,0.610441767068273 -3682,3683,ingrid goes west,2017,18+,0.6756756756756754,86%,0,1,0,0,0,matt spicer,"comedy,drama",united states,english,0.34939759036144574 -4878,4879,the long riders,1980,18+,0.7297297297297296,83%,0,0,1,0,0,walter hill,"biography,crime,western",united states,"english,swedish",0.35742971887550196 -6515,6516,assaulted: civil rights under fire,2013,13+,0.7297297297297296,60%,0,0,1,0,0,kris koenig,documentary,united states,english,0.2730923694779116 -16518,16519,the wild,2006,all,0.4999999999999999,19%,0,0,0,1,0,lee tamahori,"action,adventure,drama,thriller",united states,english,0.4257028112449799 -5046,5047,to end all wars,2001,18+,0.7297297297297296,62%,0,0,1,0,0,david l. cunningham,"action,drama,war",united states,"english,japanese",0.45783132530120474 -1380,1381,strange weather,2016,18+,0.581081081081081,58%,1,0,0,0,0,katherine dieckmann,"adventure,drama",united states,english,0.3253012048192771 -1215,1216,revenger,2018,18+,0.554054054054054,40%,1,0,0,0,0,walter hill,"action,crime,thriller","canada,france,united states",english,0.3373493975903614 -3934,3935,a good old fashioned orgy,2011,18+,0.6081081081081079,35%,0,1,1,0,0,"alex gregory,peter huyck","comedy,romance",united states,english,0.3373493975903614 -16476,16477,a wrinkle in time,2018,7+,0.3513513513513513,42%,0,0,0,1,0,ava duvernay,"adventure,family,fantasy,sci-fi",united states,english,0.393574297188755 -1161,1162,take me,2017,18+,0.6081081081081079,67%,1,0,0,0,0,pat healy,"comedy,crime",united states,english,0.2891566265060241 -6014,6015,the strangers: prey at night,2018,18+,0.4864864864864864,40%,0,0,1,0,0,johannes roberts,horror,"united kingdom,united states",english,0.2971887550200803 -1111,1112,drillbit taylor,2008,13+,0.554054054054054,26%,1,0,0,0,0,steven brill,"action,comedy,crime,drama",united states,english,0.3975903614457831 -6139,6140,tracers,2015,13+,0.5405405405405403,24%,0,0,1,0,0,daniel benmayor,"action,crime,drama,thriller",united states,"chinese,english,vietnamese",0.3333333333333333 -4783,4784,a town called panic,2009,7+,0.7972972972972971,81%,0,0,1,0,0,"stéphane aubier,vincent patar","adventure,animation,comedy,family,fantasy","belgium,france,luxembourg",french,0.2570281124497992 -4525,4526,the long goodbye,1973,18+,0.8108108108108105,97%,0,0,1,0,0,robert altman,"comedy,crime,drama,mystery,thriller",united states,"english,spanish",0.4056224899598393 -155,156,padman,2018,13+,0.8513513513513513,100%,1,0,0,0,0,r. balki,"comedy,drama",india,hindi,0.5180722891566265 -8484,8485,the haunting of sharon tate,2019,18+,0.1621621621621621,19%,0,0,1,0,0,daniel farrands,"drama,horror,thriller","mexico,united states",english,0.3333333333333333 -1019,1020,the heartbreak kid,2007,18+,0.5675675675675674,29%,1,0,0,0,0,"bobby farrelly,peter farrelly","comedy,romance",united states,"english,spanish",0.4216867469879518 -4961,4962,the midnight meat train,2008,18+,0.6081081081081079,72%,0,0,1,0,0,ryûhei kitamura,"horror,mystery,thriller","united kingdom,united states",english,0.34939759036144574 -401,402,she's out of my league,2010,18+,0.6486486486486486,58%,1,0,1,0,0,jim field smith,"comedy,romance",united states,"english,ukrainian",0.37349397590361444 -5003,5004,class of 1984,1982,18+,0.6756756756756754,74%,0,0,1,0,0,mark l. lester,"action,crime,drama,thriller",canada,english,0.34939759036144574 -996,997,kevin hart: irresponsible,2019,18+,0.6486486486486486,100%,1,0,0,0,0,leslie small,comedy,united states,english,0.1967871485943775 -632,633,nappily ever after,2018,18+,0.6486486486486486,71%,1,0,0,0,0,haifaa al-mansour,"comedy,drama,romance",united states,english,0.34939759036144574 -1065,1066,dean,2016,13+,0.6216216216216215,62%,1,0,0,0,0,demetri martin,"comedy,drama,romance",united states,english,0.3333333333333333 -6781,6782,desert blue,1999,18+,0.6216216216216215,37%,0,0,1,0,0,morgan j. freeman,drama,united states,english,0.31726907630522083 -7198,7199,dirty,2005,18+,0.5405405405405403,21%,0,0,1,0,0,chris fisher,"crime,drama,thriller",united states,"english,spanish",0.34538152610441764 -921,922,the lonely island presents: the unauthorized bash brothers experience,2019,18+,0.7297297297297296,100%,1,0,0,0,0,"akiva schaffer,mike diva","comedy,music,short,sport",united states,english,0.07630522088353413 -4710,4711,life according to sam,2013,all,0.8918918918918917,100%,0,0,1,0,0,"andrea nix,sean fine","biography,documentary,drama,news",united states,english,0.3333333333333333 -99,100,jerry maguire,1996,18+,0.7702702702702701,83%,1,0,0,0,0,cameron crowe,"comedy,drama,romance,sport",united states,"american sign language,english",0.5140562248995983 -10800,10801,the offering,2016,18+,0.29729729729729715,8%,0,0,1,0,0,kelvin tong,"drama,horror,mystery,thriller","singapore,united states",english,0.3373493975903614 -3586,3587,the cabin in the woods,2012,18+,0.7297297297297296,92%,0,1,1,0,0,drew goddard,horror,united states,"english,japanese",0.3373493975903614 -4595,4596,dog soldiers,2002,18+,0.7027027027027025,77%,0,0,1,0,0,neil marshall,"action,horror,thriller","luxembourg,united kingdom,united states",english,0.37751004016064255 -6753,6754,bait,2000,18+,0.5675675675675674,26%,0,0,1,0,0,kimble rendall,"action,adventure,drama,horror,thriller","australia,china,singapore",english,0.3293172690763052 -3801,3802,walking tall,1973,18+,0.7297297297297296,75%,0,1,0,0,0,kevin bray,"action,crime",united states,english,0.3012048192771084 -5135,5136,long weekend,1978,13+,0.6756756756756754,86%,0,0,1,0,0,colin eggleston,"horror,mystery,thriller",australia,english,0.34538152610441764 -4149,4150,most likely to murder,2018,18+,0.4729729729729728,62%,0,1,0,0,0,dan gregor,comedy,united states,english,0.31726907630522083 -970,971,detour,2017,18+,0.6216216216216215,65%,1,0,1,0,0,christopher smith,"action,thriller","south africa,united arab emirates,united kingdom",english,0.34538152610441764 -831,832,what a girl wants,2003,7+,0.5675675675675674,35%,1,0,0,0,0,dennie gordon,"comedy,drama,family,romance","united kingdom,united states",english,0.37751004016064255 -3960,3961,the kid,2019,18+,0.581081081081081,45%,0,1,1,1,0,vincent d'onofrio,"biography,drama,western",united states,english,0.35742971887550196 -843,844,the discovery,2017,18+,0.635135135135135,46%,1,0,0,0,0,charlie mcdowell,"drama,romance,sci-fi,thriller",united states,english,0.3654618473895582 -6326,6327,the high cost of living,2011,13+,0.7027027027027025,53%,0,0,1,0,0,deborah chow,drama,canada,"cantonese,english,french",0.3253012048192771 -4007,4008,acrimony,2018,18+,0.5675675675675674,17%,0,1,1,0,0,tyler perry,"drama,romance,thriller",united states,english,0.4377510040160642 -3773,3774,paranoid park,2007,18+,0.689189189189189,76%,0,1,0,0,0,gus van sant,"crime,drama,mystery","france,united states",english,0.2971887550200803 -4707,4708,magic mike,2012,18+,0.6081081081081079,79%,0,0,1,0,0,steven soderbergh,"comedy,drama",united states,english,0.3975903614457831 -788,789,dinner for schmucks,2010,13+,0.581081081081081,41%,1,0,0,0,0,jay roach,comedy,united states,english,0.41365461847389556 -3833,3834,welcome to the rileys,2010,18+,0.7297297297297296,54%,0,1,1,0,0,jake scott,drama,"united kingdom,united states",english,0.3975903614457831 -567,568,resident evil: apocalypse,2004,18+,0.6216216216216215,20%,1,0,0,0,0,alexander witt,"action,horror,sci-fi,thriller","canada,france,germany,united kingdom,united states",english,0.3333333333333333 -16533,16534,young black stallion,2003,all,0.5405405405405403,45%,0,0,0,1,0,simon wincer,"adventure,drama,family",united states,english,0.15662650602409636 -4081,4082,black gold,2011,18+,0.689189189189189,11%,0,1,1,0,0,jean-jacques annaud,"action,drama,history,war","france,italy,qatar,tunisia",english,0.47791164658634533 -5087,5088,twist of faith,2005,18+,0.7567567567567566,100%,0,0,1,0,0,paul a. kaufman,"drama,romance",united states,"english,hebrew",0.2971887550200803 -5664,5665,the last movie star,2018,18+,0.7162162162162161,54%,0,0,1,0,0,adam rifkin,drama,united states,english,0.3333333333333333 -5100,5101,never grow old,2019,18+,0.581081081081081,90%,0,0,1,0,0,ivan kavanagh,"action,drama,western","belgium,france,ireland,luxembourg,united kingdom","english,italian",0.35742971887550196 -16360,16361,the journey of natty gann,1985,7+,0.7432432432432431,100%,0,0,0,1,0,jeremy kagan,"adventure,family",united states,english,0.36144578313253006 -16490,16491,babes in toyland,1961,all,0.635135135135135,36%,0,0,0,1,0,jack donohue,"comedy,family,fantasy,musical,romance",united states,english,0.38152610441767065 -3905,3906,high-rise,2015,18+,0.5405405405405403,60%,0,1,0,0,0,ben wheatley,"drama,sci-fi","belgium,ireland,united kingdom",english,0.4337349397590361 -4863,4864,dragonslayer,1981,7+,0.689189189189189,87%,0,0,1,0,0,matthew robbins,"action,adventure,fantasy","united kingdom,united states",english,0.38955823293172687 -6636,6637,maya the bee movie,2014,all,0.581081081081081,47%,0,0,1,0,0,alexs stadermann,"adventure,animation,comedy,family","australia,germany",english,0.3132530120481927 -16362,16363,cars 2,2011,all,0.6081081081081079,39%,0,0,0,1,0,"bradford lewis,john lasseter","adventure,animation,comedy,family,sport",united states,"english,french,italian,japanese",0.38152610441767065 -1143,1144,the do-over,2016,18+,0.554054054054054,9%,1,0,1,0,0,steven brill,"action,adventure,comedy,mystery",united states,english,0.38955823293172687 -468,469,fractured,2019,18+,0.6486486486486486,62%,1,0,0,0,0,brad anderson,"mystery,thriller",united states,english,0.35341365461847385 -3846,3847,sinbad: legend of the seven seas,2003,7+,0.689189189189189,45%,0,1,0,0,0,"patrick gilmore,tim johnson","adventure,animation,family,fantasy",united states,"cantonese,english,italian",0.3012048192771084 -5036,5037,a late quartet,2012,18+,0.7432432432432431,76%,0,0,1,0,0,yaron zilberman,"drama,music",united states,english,0.37751004016064255 -5611,5612,head games,2012,13+,0.7702702702702701,88%,0,0,1,0,0,paul fox,"horror,thriller",canada,english,0.27710843373493976 -520,521,bon cop bad cop,2006,13+,0.7027027027027025,78%,1,0,0,0,0,erik canuel,"action,comedy,crime,thriller",canada,"english,french",0.4216867469879518 -6635,6636,article 99,1992,18+,0.6081081081081079,43%,0,0,1,0,0,howard deutch,"comedy,drama",united states,english,0.35742971887550196 -16334,16335,the finest hours,2016,13+,0.7027027027027025,64%,0,0,0,1,0,craig gillespie,"action,drama,history,thriller",united states,english,0.4257028112449799 -2193,2194,the devil inside,2012,18+,0.3513513513513513,6%,1,0,0,0,0,william brent bell,horror,united states,"english,german,italian",0.2891566265060241 -7175,7176,subject two,2006,18+,0.5135135135135135,55%,0,0,1,0,0,philip chidel,"drama,thriller",united states,english,0.3293172690763052 -4462,4463,iron man 2,2010,13+,0.7297297297297296,73%,0,0,1,1,0,jon favreau,"action,adventure,sci-fi",united states,"english,french,russian",0.4538152610441767 -180,181,equilibrium,2002,18+,0.7837837837837837,40%,1,0,0,0,0,kurt wimmer,"action,drama,sci-fi,thriller",united states,english,0.38554216867469876 -5421,5422,a river below,2017,16+,0.7567567567567566,100%,0,0,1,0,0,mark grieco,documentary,"colombia,united states","english,portuguese,spanish",0.3012048192771084 -4822,4823,suburbia,1984,18+,0.7297297297297296,92%,0,0,1,0,0,penelope spheeris,"drama,thriller",united states,english,0.3333333333333333 -3750,3751,charlotte's web,1973,all,0.7162162162162161,76%,0,1,1,0,0,gary winick,"comedy,family,fantasy","australia,germany,united states",english,0.34538152610441764 -6540,6541,the oblong box,1969,7+,0.6081081081081079,57%,0,0,1,0,0,gordon hessler,horror,united kingdom,english,0.34136546184738953 -6116,6117,extremities,1986,18+,0.635135135135135,40%,0,0,1,0,0,robert m. young,"drama,thriller",united states,english,0.3132530120481927 -6008,6009,girl flu.,2016,13+,0.6216216216216215,83%,0,0,1,0,0,dorie barton,"comedy,family",united states,english,0.3253012048192771 -6711,6712,the good catholic,2017,13+,0.4864864864864864,42%,0,0,1,0,0,paul shoulberg,"comedy,drama",united states,"english,latin",0.34939759036144574 -5844,5845,wind,1992,13+,0.6486486486486486,50%,0,0,1,0,0,carroll ballard,"action,drama,sport","japan,united states",english,0.4618473895582329 -759,760,47 meters down,2017,13+,0.5405405405405403,53%,1,0,0,0,0,johannes roberts,"adventure,drama,horror,thriller","united kingdom,united states","english,spanish",0.3132530120481927 -961,962,initial d,2005,7+,0.6486486486486486,33%,1,0,0,0,0,"alan mak,andrew lau,ralph rieckermann","action,comedy,drama,romance","china,hong kong","cantonese,english",0.38554216867469876 -16292,16293,the parent trap,1998,7+,0.6621621621621621,86%,0,0,0,1,0,nancy meyers,"adventure,comedy,drama,family,romance","united kingdom,united states","english,french",0.4698795180722891 -4032,4033,golden exits,2018,18+,0.5675675675675674,67%,0,1,0,0,0,alex ross perry,drama,"greece,united states",english,0.3333333333333333 -1023,1024,a-x-l,2018,13+,0.4999999999999999,27%,1,0,0,0,0,oliver daly,"action,adventure,family,sci-fi,thriller",united states,english,0.34939759036144574 -218,219,everybody's everything,2019,18+,0.7837837837837837,100%,1,0,0,0,0,"ramez silyan,sebastian jones",documentary,united states,english,0.4216867469879518 -504,505,haywire,2011,18+,0.5675675675675674,80%,1,0,0,0,0,steven soderbergh,"action,drama,thriller","ireland,united states","english,spanish",0.3293172690763052 -4894,4895,avanti!,1972,18+,0.7567567567567566,81%,0,0,1,0,0,billy wilder,"comedy,romance","italy,united states","english,italian",0.5341365461847389 -179,180,the natural,1984,7+,0.7972972972972971,82%,1,0,0,0,0,barry levinson,"drama,sport",united states,english,0.5100401606425702 -49,50,magnolia,1999,18+,0.8648648648648647,83%,1,0,0,0,0,paul thomas anderson,drama,united states,"english,french,german",0.7108433734939759 -4777,4778,janis: little girl blue,2015,18+,0.7837837837837837,94%,0,0,1,0,0,amy berg,"biography,documentary,music",united states,english,0.36947791164658633 -5367,5368,crown heights,2017,18+,0.6621621621621621,77%,0,0,1,0,0,matt ruskin,"biography,crime,drama,romance",united states,english,0.3333333333333333 -5579,5580,the mechanic,1972,7+,0.7162162162162161,33%,0,0,1,0,0,simon west,"action,thriller",united states,english,0.3293172690763052 -3625,3626,minding the gap,2019,18+,0.8783783783783781,100%,0,1,0,0,0,bing liu,documentary,united states,english,0.3293172690763052 -1541,1542,special correspondents,2016,13+,0.5675675675675674,18%,1,0,0,0,0,ricky gervais,comedy,"canada,united kingdom,united states","english,spanish",0.36144578313253006 -6166,6167,rock-a-doodle,1991,all,0.6081081081081079,20%,0,0,1,0,0,"dan kuenster,don bluth,gary goldman","adventure,animation,comedy,family,music","ireland,united kingdom,united states","basque,english,spanish",0.25301204819277107 -294,295,the highwaymen,2019,18+,0.7162162162162161,57%,1,0,0,0,0,john lee hancock,"biography,crime,drama,mystery,thriller",united states,"english,spanish",0.48594377510040154 -4244,4245,the other man,2008,18+,0.5135135135135135,15%,0,1,1,0,0,richard eyre,"drama,mystery,thriller","united kingdom,united states",english,0.3092369477911646 -400,401,alex strangelove,2018,18+,0.635135135135135,86%,1,0,0,0,0,craig johnson,"comedy,drama,romance",united states,english,0.35341365461847385 -7055,7056,desert saints,2002,18+,0.5945945945945945,29%,0,0,1,0,0,richard greenberg,"action,romance,thriller",united states,"english,latin",0.3092369477911646 -276,277,john mulaney: kid gorgeous at radio city,2018,18+,0.8513513513513513,100%,1,0,0,0,0,alex timbers,comedy,united states,english,0.21686746987951805 -4814,4815,changing lanes,2002,18+,0.6486486486486486,77%,0,0,1,0,0,roger michell,"drama,thriller",united states,english,0.34939759036144574 -5856,5857,from time to time,2010,7+,0.689189189189189,43%,0,0,1,0,0,julian fellowes,"adventure,drama,fantasy",united kingdom,english,0.3253012048192771 -4760,4761,macbeth,2015,18+,0.6756756756756754,80%,0,0,1,0,0,justin kurzel,"drama,history,war","france,united kingdom,united states",english,0.40963855421686746 -4853,4854,rat race,2001,13+,0.6486486486486486,44%,0,0,1,0,0,jerry zucker,"adventure,comedy","canada,united states",english,0.4056224899598393 -344,345,bright,2017,18+,0.635135135135135,28%,1,0,0,0,0,david ayer,"action,fantasy,thriller",united states,"english,spanish",0.4257028112449799 -8342,8343,st george's day,2012,18+,0.4864864864864864,18%,0,0,1,0,0,frank harper,"action,crime,thriller",united kingdom,english,0.393574297188755 -779,780,velvet buzzsaw,2019,18+,0.554054054054054,62%,1,0,0,0,0,dan gilroy,"horror,mystery,thriller",united states,english,0.40963855421686746 -3688,3689,"juliet, naked",2018,18+,0.6756756756756754,83%,0,1,1,0,0,jesse peretz,"comedy,drama,music,romance","united kingdom,united states",english,0.34538152610441764 -7374,7375,clifford's really big movie,2004,all,0.4999999999999999,53%,0,0,1,0,0,"robert c. ramirez,steve trenbirth","adventure,animation,comedy,family",united states,english,0.25301204819277107 -2214,2215,reincarnated,2012,18+,0.6216216216216215,29%,1,0,0,0,0,andy capper,"documentary,music",united states,english,0.34136546184738953 -27,28,district 9,2009,18+,0.8513513513513513,90%,1,0,0,0,0,neill blomkamp,"action,sci-fi,thriller","canada,new zealand,south africa,united states","afrikaans,english,nyanja,southern sotho,xhosa,zulu",0.4056224899598393 -6061,6062,hemingway & gellhorn,2012,18+,0.635135135135135,50%,0,0,1,0,0,philip kaufman,"biography,drama,romance",united states,english,0.5783132530120482 -16251,16252,mary poppins,1964,all,0.8378378378378377,100%,0,0,0,1,0,robert stevenson,"comedy,family,fantasy,musical",united states,english,0.5140562248995983 -7294,7295,my son,2017,13+,0.5675675675675674,57%,0,0,1,0,0,christian carion,"drama,thriller","belgium,france",french,0.2931726907630522 -6973,6974,the chaperone,2011,13+,0.4594594594594593,29%,0,0,1,0,0,michael engler,drama,"australia,united kingdom,united states",english,0.36947791164658633 -16482,16483,sharpay's fabulous adventure,2011,all,0.41891891891891886,60%,0,0,0,1,0,michael lembeck,"comedy,drama,family,music,musical,romance",united states,english,0.31726907630522083 -2,3,avengers: infinity war,2018,13+,0.9324324324324322,84%,1,0,0,0,0,"anthony russo,joe russo","action,adventure,sci-fi",united states,english,0.5542168674698794 -585,586,breath,2017,18+,0.689189189189189,80%,1,0,1,0,0,simon baker,"drama,romance,sport",australia,english,0.41767068273092367 -12760,12761,the m word,2014,18+,0.6081081081081079,38%,0,0,1,0,0,henry jaglom,"comedy,drama",united states,english,0.4257028112449799 -6748,6749,freeway ii: confessions of a trickbaby,1999,18+,0.554054054054054,30%,0,0,1,0,0,matthew bright,"comedy,crime,drama,thriller","mexico,united states","english,spanish",0.34538152610441764 -16380,16381,high school musical 3: senior year,2008,all,0.43243243243243235,64%,0,0,0,1,0,kenny ortega,"comedy,drama,family,music,musical,romance",united states,english,0.4056224899598393 -16506,16507,the computer wore tennis shoes,1969,all,0.6081081081081079,50%,0,0,0,1,0,robert butler,"comedy,family,sci-fi",united states,english,0.321285140562249 -4972,4973,under the silver lake,2018,18+,0.6621621621621621,58%,0,0,1,0,0,david robert mitchell,"crime,drama,mystery,thriller",united states,english,0.5140562248995983 -5838,5839,the cat's meow,2001,13+,0.635135135135135,75%,0,0,1,0,0,peter bogdanovich,"drama,romance","canada,germany,united kingdom,united states",english,0.41365461847389556 -1353,1354,badland,2019,16+,0.554054054054054,50%,1,0,0,0,0,justin lee,western,united states,english,0.4257028112449799 -4967,4968,10 rillington place,1971,7+,0.8108108108108105,58%,0,0,1,0,0,richard fleischer,"biography,crime,drama,thriller",united kingdom,english,0.4016064257028112 -790,791,school daze,1988,18+,0.5945945945945945,58%,1,0,0,0,0,spike lee,"comedy,drama,musical",united states,english,0.4417670682730923 -2181,2182,krystal,2018,18+,0.5135135135135135,10%,1,0,0,0,0,william h. macy,"comedy,drama",united states,english,0.31726907630522083 -7481,7482,welcome to happiness,2015,13+,0.6081081081081079,31%,0,0,1,0,0,oliver thompson,"comedy,drama,fantasy",united states,english,0.38955823293172687 -16343,16344,hocus pocus,1993,7+,0.7162162162162161,34%,0,0,0,1,0,kenny ortega,"comedy,family,fantasy",united states,"english,french",0.34136546184738953 -633,634,final destination 3,2006,18+,0.5675675675675674,43%,1,0,0,0,0,james wong,"horror,thriller","germany,united states",english,0.3293172690763052 -4040,4041,phoenix forgotten,2017,13+,0.4999999999999999,44%,0,1,0,0,0,justin barber,"horror,mystery,sci-fi,thriller",united states,english,0.3052208835341365 -1217,1218,american circumcision,2017,16+,0.7702702702702701,60%,1,0,0,0,0,brendon marotta,documentary,united states,english,0.36144578313253006 -16340,16341,the adventures of ichabod and mr. toad,1949,7+,0.7297297297297296,93%,0,0,0,1,0,"clyde geronimi,jack kinney,james algar","animation,comedy,family,fantasy,horror",united states,english,0.22891566265060237 -5706,5707,winter kills,1979,18+,0.6081081081081079,88%,0,0,1,0,0,william richert,"comedy,drama,mystery,thriller",united states,english,0.34538152610441764 -1102,1103,await further instructions,2018,18+,0.43243243243243235,80%,1,0,0,0,0,johnny kevorkian,"horror,mystery,sci-fi",united kingdom,english,0.321285140562249 -311,312,child's play,1988,18+,0.6756756756756754,71%,1,0,1,0,0,lars klevberg,"horror,sci-fi","canada,united states","english,vietnamese",0.31726907630522083 -615,616,rugrats in paris: the movie,2000,all,0.6081081081081079,76%,1,0,0,0,0,"paul demeyer,stig bergqvist","adventure,animation,comedy,family,romance","germany,united states","english,french",0.2690763052208835 -4960,4961,the decline of western civilization part iii,1998,18+,0.7432432432432431,100%,0,0,1,0,0,penelope spheeris,"documentary,music",united states,english,0.3012048192771084 -1008,1009,hop,2011,7+,0.5135135135135135,25%,1,0,0,0,0,tim hill,"adventure,animation,comedy,family,fantasy",united states,"chinese,english,french,spanish,ukrainian",0.3373493975903614 -658,659,transcendence,2014,13+,0.635135135135135,20%,1,0,0,0,0,wally pfister,"action,drama,sci-fi,thriller","china,united kingdom,united states",english,0.4337349397590361 -9052,9053,shirin in love,2014,16+,0.4594594594594593,21%,0,0,1,0,0,ramin niami,"comedy,romance",united states,english,0.37349397590361444 -1112,1113,jeremiah tower: the last magnificent,2016,18+,0.6486486486486486,84%,1,0,0,0,0,"lydia tenaglia,morgan fallon","biography,documentary","mexico,united states",english,0.36947791164658633 -298,299,terminator 3: rise of the machines,2003,18+,0.635135135135135,69%,1,0,0,0,0,jonathan mostow,"action,sci-fi","germany,united kingdom,united states",english,0.393574297188755 -153,154,the witch,2015,18+,0.7162162162162161,90%,1,0,0,0,0,robert eggers,"drama,horror,mystery","canada,united states",english,0.3253012048192771 -16323,16324,john carter,2012,13+,0.6756756756756754,52%,0,0,0,1,0,andrew stanton,"action,adventure,sci-fi",united states,english,0.48594377510040154 -16553,16554,the shaggy d.a.,1976,all,0.581081081081081,50%,0,0,0,1,0,robert stevenson,"comedy,family,fantasy",united states,english,0.321285140562249 -10919,10920,irene in time,2009,13+,0.41891891891891886,29%,0,0,1,0,0,henry jaglom,"comedy,drama,romance",united states,english,0.3373493975903614 -16229,16230,the princess bride,1987,7+,0.8783783783783781,97%,0,0,0,1,0,rob reiner,"adventure,family,fantasy,romance",united states,english,0.34939759036144574 -6767,6768,everyday people,2004,18+,0.6621621621621621,67%,0,0,1,0,0,richard benjamin,comedy,"france,united states","english,japanese",0.4016064257028112 -1058,1059,the super,2018,18+,0.581081081081081,40%,1,0,0,0,0,stephan rick,"horror,mystery,thriller",united states,english,0.31726907630522083 -7932,7933,happily n'ever after,2006,7+,0.3918918918918918,4%,0,0,1,0,0,"dino athanassiou,greg tiernan,paul bolger,yvette kaplan","adventure,animation,comedy,family,fantasy","canada,germany,united kingdom,united states",english,0.2570281124497992 -3768,3769,becoming bond,2017,18+,0.7972972972972971,81%,0,1,0,0,0,josh greenbaum,"biography,comedy,documentary,history",united states,english,0.3373493975903614 -794,795,resident evil: afterlife,2010,18+,0.5675675675675674,22%,1,0,0,0,0,paul w.s. anderson,"action,adventure,fantasy,horror,sci-fi,thriller","canada,china,france,germany,united kingdom,united states","english,japanese,spanish",0.34136546184738953 -525,526,dukhtar,2014,7+,0.7297297297297296,93%,1,0,0,0,0,afia nathaniel,"drama,thriller","norway,pakistan,united states","pushto,urdu",0.3293172690763052 -3777,3778,paranormal activity 3,2011,18+,0.5675675675675674,67%,0,1,0,0,0,"ariel schulman,henry joost","horror,mystery,thriller",united states,english,0.2891566265060241 -1051,1052,24 hours to live,2017,18+,0.554054054054054,52%,1,0,0,0,0,brian smrz,"action,sci-fi,thriller","china,south africa,united states","chinese,english",0.3293172690763052 -16324,16325,freaky friday,2003,7+,0.6081081081081079,88%,0,0,0,1,0,mark waters,"comedy,family,fantasy,music,romance",united states,"english,mandarin",0.34538152610441764 -14814,14815,"god, sex & apple pie",1998,18+,0.3648648648648647,17%,0,0,1,0,0,paul leaf,"comedy,drama,romance",united states,english,0.34538152610441764 -6669,6670,spanish lake,2014,all,0.6621621621621621,80%,0,0,1,0,0,phillip andrew morton,documentary,united states,english,0.2730923694779116 -6449,6450,the fitzgerald family christmas,2012,13+,0.6216216216216215,64%,0,0,1,0,0,edward burns,drama,united states,english,0.35341365461847385 -5599,5600,the sisterhood of night,2015,13+,0.6216216216216215,80%,0,0,1,0,0,caryn waechter,"drama,mystery,thriller",united states,english,0.37349397590361444 -510,511,furie,2019,18+,0.5675675675675674,95%,1,0,0,0,0,david ayer,"action,drama,war","china,united kingdom,united states","english,german",0.49397590361445776 -755,756,nighthawks,1981,18+,0.6486486486486486,70%,1,0,0,0,0,"bruce malmuth,gary nelson","action,crime,thriller",united states,"english,french,german,swedish",0.35341365461847385 -5614,5615,ju dou,1990,13+,0.8243243243243241,100%,0,0,1,0,0,"fengliang yang,yimou zhang","drama,romance","china,japan",mandarin,0.3373493975903614 -5720,5721,the visual bible: the gospel of john,2003,13+,0.8243243243243241,37%,0,0,1,0,0,philip saville,"biography,drama,history","canada,united kingdom",english,0.6787148594377509 -231,232,the night comes for us,2018,18+,0.7297297297297296,92%,1,0,0,0,0,timo tjahjanto,"action,thriller","indonesia,united states","english,french,indonesian,mandarin",0.4417670682730923 -160,161,i lost my body,2019,18+,0.8108108108108105,96%,1,0,0,0,0,jérémy clapin,"animation,drama,fantasy,romance",france,french,0.28112449799196787 -16450,16451,homeward bound ii: lost in san francisco,1996,all,0.581081081081081,53%,0,0,0,1,0,david r. ellis,"adventure,comedy,family,romance",united states,english,0.3092369477911646 -16451,16452,jump in!,2007,all,0.4999999999999999,63%,0,0,0,1,0,paul hoen,"comedy,drama,family,romance,sport",united states,english,0.2971887550200803 -3626,3627,the second mother,2015,18+,0.8378378378378377,97%,0,1,1,0,0,anna muylaert,"comedy,drama",brazil,portuguese,0.4056224899598393 -4194,4195,coastlines,2002,18+,0.5675675675675674,48%,0,1,0,0,0,victor nunez,"crime,drama,thriller",united states,english,0.3975903614457831 -1295,1296,the outcasts,2017,13+,0.5270270270270269,50%,1,0,0,0,0,peter hutchings,comedy,united states,english,0.3373493975903614 -82,83,tucker and dale vs. evil,2010,18+,0.7972972972972971,85%,1,0,0,0,0,eli craig,"comedy,horror","canada,india,united states",english,0.3132530120481927 -8807,8808,jack and jill vs. the world,2008,13+,0.5270270270270269,25%,0,0,1,0,0,vanessa parise,"comedy,drama,romance","canada,united states",english,0.31726907630522083 -16440,16441,the apple dumpling gang,1975,all,0.6621621621621621,56%,0,0,0,1,0,norman tokar,"comedy,family,western",united states,english,0.35742971887550196 -6838,6839,cut snake,2015,18+,0.5675675675675674,69%,0,0,1,0,0,tony ayres,thriller,australia,english,0.3333333333333333 -4074,4075,racer and the jailbird,2017,18+,0.635135135135135,36%,0,1,0,0,0,michaël r. roskam,"crime,drama,romance","belgium,france,netherlands","dutch,french",0.47791164658634533 -1227,1228,savage dog,2017,16+,0.44594594594594583,75%,1,0,0,0,0,jesse v. johnson,"action,drama",united states,english,0.3333333333333333 -4800,4801,the party,2017,18+,0.6756756756756754,81%,0,0,1,0,0,"deborah kaplan,harry elfont","comedy,romance",united states,english,0.35742971887550196 -16469,16470,home on the range,2004,7+,0.4999999999999999,53%,0,0,0,1,0,"john sanford,will finn","adventure,animation,comedy,family,music,western",united states,"english,mandarin",0.2610441767068273 -9344,9345,nightlight,2015,18+,0.3783783783783783,14%,0,0,1,0,0,"bryan woods,scott beck","horror,thriller",united states,english,0.2971887550200803 -1340,1341,anthony jeselnik: fire in the maternity ward,2019,18+,0.7297297297297296,80%,1,0,0,0,0,marcus raboy,comedy,united states,english,0.21285140562248994 -6894,6895,for pete's sake,1974,7+,0.6216216216216215,50%,0,0,1,0,0,peter yates,comedy,united states,english,0.31726907630522083 -6536,6537,cbgb,2013,18+,0.6756756756756754,7%,0,0,1,0,0,randall miller,"drama,music",united states,english,0.3654618473895582 -1099,1100,barbecue,2017,7+,0.6486486486486486,86%,1,0,0,0,0,eric lavaine,comedy,france,french,0.34939759036144574 -4440,4441,downfall,2004,18+,0.8918918918918917,90%,0,0,1,0,0,oliver hirschbiegel,"biography,drama,history,war","austria,germany,italy","english,french,german,russian",0.5823293172690762 -664,665,let it snow,2019,13+,0.5675675675675674,81%,1,0,0,0,0,luke snellin,"comedy,romance",united states,english,0.3253012048192771 -5109,5110,eden,2012,18+,0.6756756756756754,86%,0,0,1,0,0,mia hansen-løve,"biography,drama,music",france,"english,french",0.4819277108433735 -4467,4468,a trip to the moon,1902,all,0.8918918918918917,100%,0,0,1,0,0,georges méliès,"action,adventure,comedy,fantasy,sci-fi,short",france,"french,none",0.008032128514056228 -10417,10418,lake city,2008,18+,0.581081081081081,12%,0,0,1,0,0,"hunter hill,perry moore","crime,drama",united states,english,0.3293172690763052 -3923,3924,the hustle,2019,13+,0.5135135135135135,14%,0,1,1,0,0,chris addison,"comedy,crime",united states,"american sign language,danish,dutch,english,french,german",0.3293172690763052 -7042,7043,the aryan couple,2004,13+,0.635135135135135,12%,0,0,1,0,0,john daly,"drama,war","united kingdom,united states",english,0.4377510040160642 -16359,16360,muppets most wanted,2014,7+,0.6486486486486486,80%,0,0,0,1,0,james bobin,"adventure,comedy,crime,family,musical,mystery",united states,"english,german",0.38554216867469876 -482,483,white fang,2018,7+,0.7162162162162161,88%,1,0,0,1,0,randal kleiser,"adventure,drama",united states,english,0.38554216867469876 -5624,5625,shooting fish,1997,7+,0.6756756756756754,57%,0,0,1,0,0,stefan schwartz,"comedy,crime,romance",united kingdom,english,0.393574297188755 -8370,8371,bad seed,2000,18+,0.5270270270270269,20%,0,0,1,0,0,"alexander esway,billy wilder","comedy,drama,romance",france,french,0.3012048192771084 -117,118,kung fu panda 2,2011,7+,0.7567567567567566,81%,1,0,0,0,0,jennifer yuh nelson,"action,adventure,animation,comedy,family,fantasy",united states,english,0.31726907630522083 -5573,5574,mary goes round,2018,13+,0.7027027027027025,89%,0,0,1,0,0,molly mcglynn,drama,canada,english,0.2931726907630522 -16499,16500,dr. dolittle 2,2001,7+,0.41891891891891886,42%,0,0,0,1,0,steve carr,"comedy,family,fantasy",united states,english,0.3052208835341365 -3761,3762,margarita with a straw,2015,13+,0.7567567567567566,86%,0,1,1,0,0,"nilesh maniyar,shonali bose",drama,india,"english,hindi",0.35742971887550196 -2256,2257,all the devil's men,2018,18+,0.4729729729729728,23%,1,0,0,0,0,matthew hope,action,united kingdom,english,0.35341365461847385 -806,807,the time machine,2002,13+,0.5945945945945945,29%,1,0,0,0,0,simon wells,"action,adventure,sci-fi","united arab emirates,united states",english,0.34136546184738953 -7255,7256,388 arletta avenue,2011,18+,0.44594594594594583,56%,0,0,1,0,0,randall cole,"horror,thriller",canada,english,0.3052208835341365 -1035,1036,gemini,2018,18+,0.5135135135135135,71%,1,1,0,0,0,david cronenberg,"drama,horror,thriller",canada,english,0.4216867469879518 -3569,3570,a quiet place,2018,13+,0.7972972972972971,95%,0,1,1,0,0,john krasinski,"drama,horror,sci-fi",united states,"american sign language,english",0.31726907630522083 -154,155,haider,2014,13+,0.8783783783783781,86%,1,0,0,0,0,vishal bhardwaj,"action,crime,drama,thriller",india,hindi,0.5983935742971888 -16368,16369,the color of friendship,2000,7+,0.7567567567567566,100%,0,0,0,1,0,kevin hooks,"biography,drama,family","canada,united states",english,0.3052208835341365 -6883,6884,blood and chocolate,2007,13+,0.5270270270270269,11%,0,0,1,0,0,katja von garnier,"drama,fantasy,horror,romance","germany,romania,united kingdom,united states","english,romanian",0.34939759036144574 -16481,16482,mars needs moms,2011,7+,0.5135135135135135,37%,0,0,0,1,0,simon wells,"action,adventure,animation,family,sci-fi",united states,english,0.3092369477911646 -3803,3804,pet sematary,2019,18+,0.554054054054054,58%,0,1,1,0,0,"dennis widmyer,kevin kölsch","horror,mystery,thriller","canada,united states",english,0.36144578313253006 -172,173,the killing of a sacred deer,2017,18+,0.7297297297297296,79%,1,0,0,0,0,yorgos lanthimos,"drama,horror,mystery,thriller","ireland,united kingdom","english,french",0.4417670682730923 -107,108,the little prince,2015,7+,0.8243243243243241,93%,1,0,0,0,0,mark osborne,"adventure,animation,drama,family,fantasy","canada,france,italy,united states",english,0.38955823293172687 -7668,7669,"lebanon, pa.",2011,13+,0.635135135135135,50%,0,0,1,0,0,ben hickernell,drama,united states,"arabic,english,hebrew",0.35742971887550196 -535,536,world trade center,2006,13+,0.581081081081081,67%,1,0,1,0,0,oliver stone,"drama,history,thriller",united states,english,0.4738955823293173 -61,62,as good as it gets,1997,13+,0.8243243243243241,85%,1,0,0,0,0,james l. brooks,"comedy,drama,romance",united states,english,0.5140562248995983 -6207,6208,battle beyond the stars,1980,7+,0.5270270270270269,45%,0,0,1,0,0,"jimmy t. murakami,roger corman","action,adventure,sci-fi",united states,english,0.37349397590361444 -16301,16302,winnie the pooh,2011,all,0.7567567567567566,91%,0,0,0,1,0,marc forster,"comedy,drama,family,fantasy","united kingdom,united states",english,0.37349397590361444 -4508,4509,the discreet charm of the bourgeoisie,1972,7+,0.8513513513513513,98%,0,0,1,0,0,luis buñuel,comedy,france,"french,spanish",0.3654618473895582 -229,230,kajaki,2014,18+,0.7432432432432431,100%,1,0,0,0,0,paul katis,"adventure,biography,drama,thriller,war",united kingdom,english,0.38955823293172687 -6210,6211,wilderness,2006,18+,0.6081081081081079,25%,0,0,1,0,0,m.j. bassett,horror,united kingdom,english,0.3293172690763052 -1320,1321,the last summer,2019,16+,0.5405405405405403,17%,1,0,1,0,0,william bindley,comedy,united states,english,0.393574297188755 -1237,1238,wine country,2019,18+,0.5135135135135135,68%,1,0,0,0,0,amy poehler,comedy,united states,english,0.36947791164658633 -676,677,stuart little 2,2002,all,0.5135135135135135,81%,1,0,0,0,0,rob minkoff,"adventure,animation,comedy,family,fantasy",united states,english,0.2650602409638554 -5840,5841,the leading man,1996,18+,0.554054054054054,69%,0,0,1,0,0,john duigan,"drama,romance,thriller",united kingdom,english,0.35742971887550196 -3581,3582,captain fantastic,2016,18+,0.8513513513513513,82%,0,1,0,0,0,matt ross,"comedy,drama",united states,"english,esperanto",0.429718875502008 -412,413,terminator salvation,2009,13+,0.6621621621621621,33%,1,0,0,0,0,mcg,"action,adventure,sci-fi","germany,italy,united kingdom,united states","english,italian",0.41767068273092367 -3594,3595,coherence,2013,7+,0.7567567567567566,88%,0,1,1,0,0,james ward byrkit,"drama,horror,mystery,sci-fi,thriller","united kingdom,united states",english,0.3132530120481927 -6490,6491,casino jack,2010,18+,0.6216216216216215,40%,0,0,1,0,0,george hickenlooper,"biography,comedy,crime,drama",canada,english,0.38955823293172687 -16309,16310,before the flood,2016,7+,0.9054054054054053,74%,0,0,0,1,0,fisher stevens,documentary,united states,english,0.34136546184738953 -11461,11462,club life,2015,18+,0.43243243243243235,20%,0,0,1,0,0,fabrizio conte,drama,united states,english,0.3052208835341365 -6428,6429,motorama,1991,18+,0.6486486486486486,60%,0,0,1,0,0,barry shils,"adventure,comedy,crime,drama,fantasy,mystery,sci-fi,thriller",united states,english,0.31726907630522083 -702,703,hasee toh phasee,2014,13+,0.7027027027027025,80%,1,0,0,0,0,vinil mathew,"comedy,romance",india,"chinese,english,hindi,spanish",0.5220883534136546 -9282,9283,the big brass ring,1999,7+,0.4999999999999999,57%,0,0,1,0,0,george hickenlooper,drama,united states,"english,french,latin",0.37349397590361444 -3732,3733,no strings attached,2011,18+,0.6216216216216215,49%,0,1,1,0,0,ivan reitman,"comedy,romance","united kingdom,united states","english,ukrainian",0.38955823293172687 -109,110,baahubali 2: the conclusion,2017,7+,0.8918918918918917,89%,1,0,0,0,0,s.s. rajamouli,"action,drama",india,"tamil,telugu",0.6265060240963854 -340,341,the interview,2014,18+,0.6621621621621621,52%,1,1,1,0,0,"evan goldberg,seth rogen","action,adventure,comedy",united states,"english,korean",0.4056224899598393 -16509,16510,the santa clause 3: the escape clause,2006,all,0.41891891891891886,17%,0,0,0,1,0,michael lembeck,"adventure,comedy,family,fantasy","canada,united states",english,0.34538152610441764 -4751,4752,7 boxes,2012,16+,0.7432432432432431,97%,0,0,1,0,0,"juan carlos maneglia,tana schémbori","adventure,crime,drama,mystery,thriller","paraguay,spain","guarani,korean,spanish",0.37751004016064255 -801,802,the space between us,2017,13+,0.6486486486486486,16%,1,0,0,0,0,peter chelsom,"drama,romance,sci-fi",united states,english,0.4377510040160642 -3951,3952,go tigers!,2001,18+,0.7567567567567566,85%,0,1,0,0,0,kenneth a. carlson,"documentary,sport",united states,english,0.36947791164658633 -8499,8500,tio papi,2013,7+,0.6081081081081079,29%,0,0,1,0,0,fro rojas,"comedy,drama,family",united states,english,0.3052208835341365 -142,143,starred up,2013,18+,0.7837837837837837,99%,1,0,1,0,0,david mackenzie,"crime,drama",united kingdom,english,0.38152610441767065 -6666,6667,hunterrr,2015,18+,0.7297297297297296,57%,0,0,1,0,0,harshavardhan kulkarni,"comedy,romance",india,hindi,0.5220883534136546 -7285,7286,the lesser blessed,2012,18+,0.6081081081081079,50%,0,0,1,0,0,anita doron,drama,canada,"english,french",0.3012048192771084 -1671,1672,arctic dogs,2019,7+,0.3918918918918918,13%,1,0,0,0,0,aaron woodley,"adventure,animation,comedy,family","canada,china,india,japan,south korea,united kingdom,united states","english,korean",0.3253012048192771 -4651,4652,gleason,2016,18+,0.9189189189189189,96%,0,0,1,0,0,clay tweel,documentary,united states,english,0.3975903614457831 -682,683,pee-wee's big holiday,2016,7+,0.6081081081081079,80%,1,0,0,0,0,john lee,"comedy,family",united states,"english,spanish",0.31726907630522083 -438,439,austin powers in goldmember,2002,13+,0.6216216216216215,54%,1,0,0,0,0,jay roach,"action,adventure,comedy,crime",united states,"english,french,german,japanese",0.3333333333333333 -5073,5074,ill manors,2012,13+,0.7432432432432431,77%,0,0,1,0,0,plan b,"crime,drama",united kingdom,english,0.4417670682730923 -5211,5212,the four feathers,2002,13+,0.6621621621621621,41%,0,0,1,0,0,shekhar kapur,"action,adventure,drama,romance,war","united kingdom,united states",english,0.48594377510040154 -6775,6776,final girl,2015,18+,0.41891891891891886,31%,0,0,1,0,0,tyler shields,"horror,thriller","canada,united states",english,0.31726907630522083 -1604,1605,tales from the hood 2,2018,18+,0.3783783783783783,75%,1,0,0,0,0,"darin scott,rusty cundieff","comedy,horror",united states,english,0.4016064257028112 -824,825,the tourist,2010,13+,0.5945945945945945,20%,1,0,0,0,0,florian henckel von donnersmarck,"action,adventure,crime,mystery,romance,thriller","france,italy,united kingdom,united states","english,french,italian,russian,spanish",0.36947791164658633 -1539,1540,mo' money,1992,18+,0.5270270270270269,16%,1,0,0,0,0,peter macdonald,"action,comedy,crime,romance,thriller",united states,english,0.3132530120481927 -7792,7793,spettacolo,2017,7+,0.6756756756756754,92%,0,0,1,0,0,"chris shellen,jeff malmberg",documentary,united states,italian,0.321285140562249 -6142,6143,the glass coffin,2016,18+,0.4999999999999999,80%,0,0,1,0,0,haritz zubillaga,"horror,thriller",spain,spanish,0.2570281124497992 -599,600,mountain,2018,7+,0.7567567567567566,87%,1,0,0,0,0,jennifer peedom,documentary,australia,english,0.25301204819277107 -6879,6880,almost an angel,1990,7+,0.5405405405405403,29%,0,0,1,0,0,john cornell,"comedy,drama",united states,english,0.3373493975903614 -6573,6574,local color,2006,18+,0.7162162162162161,35%,0,0,1,0,0,george gallo,drama,united states,english,0.38554216867469876 -5630,5631,the levelling,2017,18+,0.6486486486486486,94%,0,0,1,0,0,hope dickson leach,drama,united kingdom,english,0.2891566265060241 -4775,4776,"a time to live, a time to die",1985,7+,0.8243243243243241,100%,0,0,1,0,0,hsiao-hsien hou,"biography,drama",taiwan,"hakka,mandarin",0.5100401606425702 -26,27,silver linings playbook,2012,18+,0.8243243243243241,92%,1,0,0,0,0,david o. russell,"comedy,drama,romance",united states,english,0.4457831325301204 -4862,4863,recount,2008,18+,0.7837837837837837,78%,0,0,1,0,0,jay roach,"drama,history",united states,english,0.4216867469879518 -376,377,"love, rosie",2014,18+,0.7567567567567566,33%,1,0,1,0,0,christian ditter,"comedy,romance","germany,united kingdom",english,0.3654618473895582 -16261,16262,frozen ii,2019,7+,0.7162162162162161,77%,0,0,0,1,0,"chris buck,jennifer lee","adventure,animation,comedy,family,fantasy,musical",united states,english,0.36947791164658633 -5337,5338,m.o.m. mothers of monsters,2020,18+,0.4999999999999999,73%,0,0,1,0,0,tucia lyman,thriller,united states,english,0.34939759036144574 -5202,5203,king corn,2007,all,0.7297297297297296,96%,0,0,1,0,0,aaron woolf,documentary,united states,english,0.3092369477911646 -16492,16493,tall tale,1995,7+,0.581081081081081,50%,0,0,0,1,0,jeremiah s. chechik,"adventure,family,fantasy,western",united states,english,0.34136546184738953 -1665,1666,puerto ricans in paris,2015,18+,0.4999999999999999,36%,1,0,0,0,0,ian edelman,comedy,united states,english,0.285140562248996 -5874,5875,don't talk to irene,2017,16+,0.6216216216216215,75%,0,0,1,0,0,pat mills,comedy,canada,english,0.31726907630522083 -138,139,tremors,1990,13+,0.7432432432432431,88%,1,0,0,0,0,ron underwood,"comedy,horror",united states,english,0.34136546184738953 -554,555,life as we know it,2010,13+,0.6621621621621621,29%,1,0,0,0,0,greg berlanti,"comedy,drama,romance",united states,english,0.41365461847389556 -4959,4960,another country,1984,7+,0.7432432432432431,80%,0,0,1,0,0,marek kanievska,"biography,drama,history,romance",united kingdom,english,0.31726907630522083 -4905,4906,the young and prodigious t.s. spivet,2013,all,0.7432432432432431,76%,0,0,1,0,0,jean-pierre jeunet,"action,adventure,comedy,drama,family","canada,france",english,0.37751004016064255 -9864,9865,the incredible melting man,1977,18+,0.3513513513513513,7%,0,0,1,0,0,william sachs,"horror,sci-fi",united states,english,0.2931726907630522 -7495,7496,the darkness,2016,13+,0.3783783783783783,3%,0,0,1,0,0,alejandro amenábar,"horror,mystery,thriller","france,italy,spain,united states","english,french",0.36144578313253006 -5388,5389,the house of magic,2013,all,0.635135135135135,73%,0,0,1,0,0,"ben stassen,jeremy degruson,mimi maynard","adventure,animation,comedy,family,fantasy","belgium,france,united kingdom","english,french,german",0.2971887550200803 -5414,5415,svengali,1931,7+,0.7027027027027025,83%,0,0,1,0,0,john hardwick,"comedy,music",united kingdom,english,0.3293172690763052 -5357,5358,the guardians,2017,18+,0.689189189189189,95%,0,0,1,0,0,sarik andreasyan,"action,adventure,fantasy,sci-fi,thriller",russia,russian,0.3132530120481927 -827,828,lez bomb,2018,18+,0.4594594594594593,89%,1,0,0,0,0,jenna laurenzo,"comedy,drama",united states,english,0.31726907630522083 -5323,5324,twins of evil,1971,18+,0.6756756756756754,79%,0,0,1,0,0,john hough,horror,united kingdom,english,0.3052208835341365 -6554,6555,mexican gangster,2008,18+,0.3378378378378377,86%,0,0,1,0,0,josé manuel cravioto,"action,crime",mexico,spanish,0.36144578313253006 -3651,3652,tangerine,2015,18+,0.7432432432432431,96%,0,1,0,0,0,sean baker,"comedy,crime,drama",united states,"armenian,english",0.3092369477911646 -7108,7109,the last sin eater,2007,13+,0.5405405405405403,19%,0,0,1,0,0,michael landon jr.,drama,united states,english,0.4257028112449799 -6145,6146,wassup rockers,2005,18+,0.5945945945945945,38%,0,0,1,0,0,larry clark,"comedy,drama",united states,"english,spanish",0.4016064257028112 -3963,3964,the whistle blower,1986,7+,0.6216216216216215,88%,0,1,1,0,0,simon langton,thriller,united kingdom,"english,russian",0.35742971887550196 -4556,4557,midnight special,2016,13+,0.6756756756756754,83%,0,0,1,0,0,jeff nichols,"drama,mystery,sci-fi,thriller","greece,united states",english,0.4056224899598393 -16272,16273,lady and the tramp,1955,all,0.7702702702702701,93%,0,0,0,1,0,charlie bean,"adventure,comedy,drama,family,musical,romance",united states,english,0.36947791164658633 -6334,6335,the art of travel,2008,18+,0.6486486486486486,63%,0,0,1,0,0,thomas whelan,drama,united states,"english,spanish",0.35742971887550196 -17,18,groundhog day,1993,7+,0.8648648648648647,96%,1,0,0,0,0,harold ramis,"comedy,fantasy,romance",united states,"english,french,italian",0.36144578313253006 -3672,3673,spirit: stallion of the cimarron,2002,all,0.7432432432432431,70%,0,1,0,0,0,"kelly asbury,lorna cook","adventure,animation,drama,family,western",united states,english,0.2891566265060241 -85,86,the last samurai,2003,18+,0.8243243243243241,66%,1,0,0,0,0,edward zwick,"action,drama,war","japan,new zealand,united states","english,japanese",0.57429718875502 -16280,16281,captain marvel,2019,13+,0.7162162162162161,78%,0,0,0,1,0,"anna boden,ryan fleck","action,adventure,sci-fi","australia,united states",english,0.4497991967871486 -3802,3803,tragedy girls,2017,18+,0.5945945945945945,82%,0,1,0,0,0,tyler macintyre,"comedy,crime,horror",united states,english,0.34939759036144574 -490,491,bee movie,2007,7+,0.6081081081081079,50%,1,0,0,0,0,"simon j. smith,steve hickner","adventure,animation,comedy,family","australia,united states",english,0.321285140562249 -4680,4681,lean on pete,2018,18+,0.7567567567567566,91%,0,0,1,0,0,andrew haigh,drama,united kingdom,"english,spanish",0.4417670682730923 -16540,16541,"honey, we shrunk ourselves",1997,7+,0.4594594594594593,25%,0,0,0,1,0,dean cundey,"action,adventure,comedy,family,sci-fi",united states,english,0.25301204819277107 -296,297,boy & the world,2014,7+,0.8108108108108105,93%,1,0,0,0,0,alê abreu,"adventure,animation,family",brazil,portuguese,0.27710843373493976 -189,190,a most violent year,2014,18+,0.7297297297297296,89%,1,0,0,0,0,j.c. chandor,"action,crime,drama,thriller","united arab emirates,united states","english,spanish",0.45783132530120474 -5389,5390,the words,2012,13+,0.7297297297297296,25%,0,0,1,0,0,"brian klugman,lee sternthal","drama,mystery,romance,thriller",united states,"english,french",0.3654618473895582 -8479,8480,benji: off the leash!,2004,7+,0.4594594594594593,33%,0,0,1,0,0,joe camp,"drama,family",united states,english,0.34538152610441764 -366,367,instructions not included,2013,13+,0.7972972972972971,57%,1,0,0,0,0,eugenio derbez,"comedy,drama",mexico,"english,spanish",0.41767068273092367 -16395,16396,splash,1984,7+,0.6216216216216215,90%,0,0,0,1,0,ron howard,"comedy,fantasy,romance",united states,"english,swedish",0.4016064257028112 -927,928,anon,2018,18+,0.6081081081081079,39%,1,0,0,0,0,andrew niccol,"crime,drama,mystery,sci-fi,thriller","canada,germany,united states",english,0.35742971887550196 -4570,4571,the kings of summer,2013,18+,0.7432432432432431,75%,0,0,1,0,0,jordan vogt-roberts,"adventure,comedy,drama",united states,"english,spanish",0.3373493975903614 -3668,3669,rbg,2018,7+,0.7972972972972971,94%,0,1,0,0,0,"betsy west,julie cohen","biography,documentary",united states,"english,french,german,italian",0.34939759036144574 -4808,4809,the hospital,1971,13+,0.7567567567567566,100%,0,0,1,0,0,arthur hiller,"comedy,drama,mystery",united states,english,0.36947791164658633 -6242,6243,asylum,1972,7+,0.6621621621621621,36%,0,0,1,0,0,david mackenzie,"drama,romance,thriller","ireland,united kingdom",english,0.35341365461847385 -6107,6108,the merry gentleman,2008,18+,0.6621621621621621,65%,0,0,1,0,0,michael keaton,"crime,drama,thriller",united states,english,0.3975903614457831 -557,558,urban cowboy,1980,7+,0.635135135135135,67%,1,0,0,0,0,james bridges,"drama,romance,western",united states,"english,spanish",0.48594377510040154 -6088,6089,mind the gap,2004,18+,0.7432432432432431,56%,0,0,1,0,0,helena bergström,"comedy,drama",sweden,swedish,0.36947791164658633 -584,585,the invention of lying,2009,13+,0.6486486486486486,56%,1,0,0,0,0,"matthew robinson,ricky gervais","comedy,fantasy,romance",united states,english,0.35742971887550196 -100,101,the death of stalin,2017,18+,0.7567567567567566,96%,1,0,0,0,0,armando iannucci,"comedy,drama,history","belgium,canada,france,united kingdom,united states",english,0.38554216867469876 -1719,1720,the legacy of a whitetail deer hunter,2018,16+,0.5270270270270269,32%,1,0,0,0,0,jody hill,"comedy,drama",united states,english,0.2891566265060241 -4451,4452,manchester by the sea,2016,18+,0.8378378378378377,96%,0,0,1,0,0,kenneth lonergan,drama,united states,english,0.5060240963855421 -5314,5315,no stone unturned,2017,7+,0.7567567567567566,80%,0,0,1,0,0,alex gibney,documentary,"united kingdom,united states",english,0.4016064257028112 -16333,16334,national treasure: book of secrets,2007,7+,0.6621621621621621,36%,0,0,0,1,0,jon turteltaub,"action,adventure,family,mystery,thriller",united states,"english,french",0.4538152610441767 -210,211,a ghost story,2017,18+,0.7162162162162161,91%,1,0,0,0,0,david lowery,"drama,fantasy,romance",united states,"english,spanish",0.3253012048192771 -5938,5939,bhaji on the beach,1993,18+,0.635135135135135,89%,0,0,1,0,0,gurinder chadha,"comedy,drama",united kingdom,"english,punjabi",0.36144578313253006 -4811,4812,like crazy,2011,13+,0.689189189189189,71%,0,0,1,0,0,drake doremus,"drama,romance",united states,english,0.3012048192771084 -1612,1613,social animals,2018,18+,0.4864864864864864,38%,1,0,0,0,0,theresa bennett,comedy,united states,english,0.31726907630522083 -4243,4244,the château,2001,18+,0.4864864864864864,50%,0,1,0,0,0,jesse peretz,"comedy,drama,romance",united states,"english,french",0.321285140562249 -3927,3928,take every wave: the life of laird hamilton,2018,7+,0.7702702702702701,76%,0,1,0,0,0,rory kennedy,"documentary,sport",united states,english,0.429718875502008 -5257,5258,society,1989,18+,0.6621621621621621,55%,0,0,1,0,0,brian yuzna,"comedy,horror","japan,united states",english,0.35341365461847385 -1113,1114,closed circuit,2013,18+,0.6216216216216215,43%,1,0,1,0,0,john crowley,"crime,drama,mystery,thriller","united kingdom,united states",english,0.34136546184738953 -4895,4896,a girl like her,2015,13+,0.7297297297297296,65%,0,0,1,0,0,amy s. weber,drama,united states,english,0.321285140562249 -10570,10571,savva. heart of the warrior,2015,7+,0.3783783783783783,20%,0,0,1,0,0,maksim fadeev,"adventure,animation,fantasy",russia,russian,0.2971887550200803 -2346,2347,a glimpse inside the mind of charles swan iii,2012,18+,0.43243243243243235,16%,1,0,0,0,0,roman coppola,comedy,united states,"english,russian,spanish",0.3012048192771084 -4505,4506,to catch a thief,1955,7+,0.7837837837837837,96%,0,0,1,0,0,alfred hitchcock,"mystery,romance,thriller",united states,"english,french",0.38152610441767065 -5483,5484,finding mr. right,2013,13+,0.6486486486486486,86%,0,0,1,0,0,xiaolu xue,"comedy,romance","china,hong kong","english,mandarin,min nan",0.4417670682730923 -1020,1021,the art of the steal,2013,18+,0.635135135135135,44%,1,0,0,0,0,jonathan sobol,"comedy,crime,thriller","canada,united states","english,spanish",0.31726907630522083 -1120,1121,it takes two,1995,7+,0.581081081081081,8%,1,0,1,0,0,andy tennant,"comedy,family,romance",united states,english,0.36144578313253006 -10389,10390,hard boiled sweets,2012,18+,0.41891891891891886,22%,0,0,1,0,0,david l.g. hughes,"crime,thriller",united kingdom,english,0.2931726907630522 -5963,5964,the slumber party massacre,1982,18+,0.554054054054054,40%,0,0,1,0,0,amy holden jones,horror,united states,english,0.2650602409638554 -4934,4935,meet the patels,2015,7+,0.7567567567567566,87%,0,0,1,0,0,"geeta patel,ravi patel","comedy,documentary,romance",united states,"english,gujarati",0.3092369477911646 -16282,16283,peter pan,1953,all,0.7702702702702701,80%,0,0,0,1,0,p.j. hogan,"adventure,family,fantasy,romance","australia,new zealand,united kingdom,united states","english,north american indian",0.40963855421686746 -3873,3874,before i go to sleep,2014,18+,0.635135135135135,37%,0,1,0,0,0,rowan joffe,"drama,horror,mystery,thriller","france,sweden,united kingdom,united states",english,0.3253012048192771 -4912,4913,the birth of a nation,1915,7+,0.6486486486486486,93%,0,0,1,0,0,d.w. griffith,"drama,history,war",united states,none,0.7389558232931727 -439,440,he never died,2015,18+,0.6486486486486486,87%,1,0,0,0,0,jason krawczyk,"comedy,drama,fantasy,horror,thriller",canada,english,0.35341365461847385 -5968,5969,the quiet,2005,18+,0.6216216216216215,21%,0,0,1,0,0,jamie babbit,"crime,drama,thriller",united states,"american sign language,english",0.34136546184738953 -11669,11670,sal,2013,18+,0.43243243243243235,44%,0,0,1,0,0,james franco,"biography,drama",united states,english,0.36947791164658633 -803,804,karthik calling karthik,2010,7+,0.7297297297297296,80%,1,0,0,0,0,vijay lalwani,"drama,mystery,thriller",india,"hindi,urdu",0.4979919678714859 -4988,4989,that sugar film,2014,7+,0.7972972972972971,68%,0,0,1,0,0,damon gameau,documentary,australia,english,0.31726907630522083 -122,123,bolt,2008,7+,0.7027027027027025,89%,1,0,0,1,0,"byron howard,chris williams","adventure,animation,comedy,drama,family",united states,english,0.34136546184738953 -950,951,war machine,2017,18+,0.5945945945945945,48%,1,0,0,0,0,david michôd,"comedy,drama,war",united states,"english,pushto",0.4457831325301204 -907,908,soorma,2018,13+,0.7837837837837837,50%,1,0,0,0,0,shaad ali,"biography,drama,sport",india,hindi,0.4819277108433735 -4442,4443,airplane!,1980,7+,0.8243243243243241,97%,0,0,1,0,0,"david zucker,jerry zucker,jim abrahams",comedy,united states,english,0.3092369477911646 -204,205,trumbo,2015,18+,0.7972972972972971,74%,1,0,1,0,0,jay roach,"biography,drama",united states,english,0.4538152610441767 -339,340,creep,2014,18+,0.635135135135135,89%,1,0,0,0,0,patrick brice,"horror,thriller",united states,english,0.2650602409638554 -4172,4173,action point,2018,18+,0.4729729729729728,13%,0,1,1,0,0,tim kirkby,comedy,"south africa,united states",english,0.2971887550200803 -3758,3759,experimenter,2015,13+,0.6756756756756754,85%,0,1,0,0,0,michael almereyda,"biography,drama,history",united states,english,0.34939759036144574 -686,687,goldstone,2016,18+,0.6621621621621621,76%,1,0,0,0,0,ivan sen,"crime,thriller",australia,"english,mandarin",0.3975903614457831 -1808,1809,big kill,2018,18+,0.4999999999999999,22%,1,0,0,0,0,scott martin,"action,western",united states,english,0.4618473895582329 -1378,1379,apollo 18,2011,13+,0.4864864864864864,23%,1,0,0,0,0,gonzalo lópez-gallego,"horror,mystery,sci-fi,thriller","canada,united states",english,0.3012048192771084 -7389,7390,the night visitor,1971,7+,0.6756756756756754,13%,0,0,1,0,0,laslo benedek,"crime,horror,thriller","denmark,sweden",english,0.38152610441767065 -5868,5869,pu-239,2006,18+,0.7162162162162161,57%,0,0,1,0,0,scott z. burns,drama,"united kingdom,united states",english,0.34538152610441764 -16439,16440,olaf's frozen adventure,2017,all,0.5270270270270269,57%,0,0,0,1,0,"kevin deters,stevie wermers","adventure,animation,comedy,family,fantasy,musical,short",united states,english,0.04417670682730923 -978,979,the last days of chez nous,1992,18+,0.6756756756756754,85%,1,0,0,0,0,gillian armstrong,"comedy,drama,romance",australia,english,0.3293172690763052 -4614,4615,invisible life,2019,18+,0.8513513513513513,93%,0,0,1,0,0,karim aïnouz,drama,"brazil,germany","greek,portuguese",0.5140562248995983 -5340,5341,never forever,2007,18+,0.6621621621621621,80%,0,0,1,0,0,gina kim,"drama,romance","south korea,united states","english,korean",0.37349397590361444 -5718,5719,creation,2009,13+,0.689189189189189,46%,0,0,1,0,0,jon amiel,"biography,drama,romance",united kingdom,english,0.38955823293172687 -352,353,up in smoke,1978,18+,0.7297297297297296,50%,1,0,0,0,0,"lou adler,tommy chong","comedy,music",united states,"english,spanish",0.3012048192771084 -501,502,we the animals,2018,18+,0.7162162162162161,93%,1,0,0,0,0,jeremiah zagar,drama,united states,english,0.3333333333333333 -3958,3959,what men want,2019,18+,0.4864864864864864,42%,0,1,1,0,0,adam shankman,"comedy,fantasy,romance",united states,"english,mandarin",0.4257028112449799 -16273,16274,pinocchio,1940,all,0.7837837837837837,100%,0,0,0,1,0,matteo garrone,"drama,fantasy","france,italy,united kingdom",italian,0.4377510040160642 -519,520,the wandering earth,2019,13+,0.5945945945945945,75%,1,0,0,0,0,frant gwo,"action,drama,sci-fi",china,"english,french,hindi,indonesian,japanese,korean,mandarin,russian",0.45783132530120474 -9983,9984,standing ovation,2010,7+,0.2162162162162162,6%,0,0,1,0,0,stewart raffill,musical,united states,english,0.37751004016064255 -7565,7566,three wishes,1995,7+,0.6081081081081079,13%,0,0,1,0,0,martha coolidge,"drama,fantasy",united states,english,0.41767068273092367 -1257,1258,xx,2017,18+,0.3918918918918918,70%,1,0,0,0,0,"jovanka vuckovic,karyn kusama,roxanne benjamin,st. vincent",horror,"canada,united states",english,0.27710843373493976 -452,453,the exception,2017,18+,0.7027027027027025,74%,1,0,0,0,0,david leveaux,"drama,romance,war","united kingdom,united states",english,0.38554216867469876 -287,288,the score,2001,18+,0.7027027027027025,73%,1,0,1,0,0,frank oz,"crime,drama,thriller","canada,germany,united states","english,french",0.4538152610441767 -7819,7820,hellbenders,2013,18+,0.43243243243243235,33%,0,0,1,0,0,sergio corbucci,"action,adventure,drama,romance,western","italy,spain","italian,spanish",0.31726907630522083 -3872,3873,middle men,2009,18+,0.7027027027027025,40%,0,1,1,0,0,george gallo,"comedy,crime,drama",united states,english,0.37751004016064255 -1708,1709,the adderall diaries,2016,18+,0.4864864864864864,21%,1,0,0,0,0,pamela romanowsky,"crime,drama,thriller",united states,english,0.3052208835341365 -1075,1076,13 cameras,2015,18+,0.4729729729729728,77%,1,0,0,0,0,victor zarcoff,"crime,drama,horror,thriller",united states,english,0.3052208835341365 -945,946,kabali,2016,18+,0.6216216216216215,64%,1,0,1,0,0,pa. ranjith,"action,crime,drama",india,"english,french,hindi,malayalam,mandarin,tamil,telugu",0.570281124497992 -610,611,evolution,2001,13+,0.6081081081081079,43%,1,1,1,0,0,ivan reitman,"comedy,sci-fi",united states,english,0.36144578313253006 -3636,3637,risky business,1983,18+,0.7027027027027025,92%,0,1,0,0,0,paul brickman,"comedy,crime,drama,romance",united states,"english,german",0.35341365461847385 -93,94,okja,2017,13+,0.7702702702702701,87%,1,0,0,0,0,bong joon ho,"action,adventure,drama,sci-fi","south korea,united states","english,korean,spanish",0.4377510040160642 -5301,5302,party girl,1995,18+,0.6756756756756754,78%,0,0,1,0,0,christina wayne,"crime,drama,romance","canada,united states",english,0.3333333333333333 -517,518,stonehearst asylum,2014,13+,0.7027027027027025,54%,1,0,0,0,0,brad anderson,"drama,horror,thriller",united states,english,0.4056224899598393 -4492,4493,pride,2014,18+,0.8378378378378377,91%,0,0,1,0,0,matthew warchus,"biography,comedy,drama,history,romance","france,united kingdom,united states","english,welsh",0.4337349397590361 -252,253,richard pryor: live in concert,1979,18+,0.8918918918918917,92%,1,0,0,0,0,jeff margolis,comedy,united states,english,0.2690763052208835 -3787,3788,gorky park,1983,18+,0.7027027027027025,75%,0,1,1,0,0,michael apted,"crime,drama,mystery,thriller",united states,english,0.4698795180722891 -278,279,public enemies,2009,18+,0.7297297297297296,68%,1,0,0,0,0,michael mann,"biography,crime,drama,history","japan,united states",english,0.5180722891566265 -3616,3617,the chaser,2008,13+,0.8513513513513513,82%,0,1,0,0,0,hong-jin na,"action,crime,thriller",south korea,korean,0.45783132530120474 -9589,9590,born to win,1971,18+,0.5270270270270269,29%,0,0,1,0,0,ivan passer,"comedy,crime,drama",united states,english,0.3092369477911646 -4030,4031,the big wedding,2013,18+,0.5405405405405403,7%,0,1,1,0,0,justin zackham,"comedy,drama,romance",united states,"chinese,english,latin,spanish",0.3132530120481927 -697,698,sergio,2020,18+,0.6081081081081079,44%,1,0,0,0,0,greg barker,"biography,drama,history,romance",united states,"english,french,portuguese,spanish",0.429718875502008 -7174,7175,private violence,2014,16+,0.7162162162162161,90%,0,0,1,0,0,cynthia hill,"crime,documentary,drama",united states,english,0.27710843373493976 -5293,5294,the grand seduction,2013,13+,0.7297297297297296,59%,0,0,1,0,0,don mckellar,comedy,canada,english,0.40963855421686746 -6323,6324,madame bovary,2015,18+,0.554054054054054,43%,0,0,1,0,0,sophie barthes,"drama,romance","belgium,germany,united states","english,french,german,latin",0.429718875502008 -1004,1005,godzilla,1998,13+,0.5135135135135135,16%,1,0,0,0,0,gareth edwards,"action,adventure,sci-fi,thriller","japan,united states","english,japanese",0.4497991967871486 -6089,6090,phantasm iii: lord of the dead,1994,18+,0.6081081081081079,40%,0,0,1,0,0,don coscarelli,"action,fantasy,horror,sci-fi",united states,english,0.321285140562249 -10427,10428,super sucker,2002,18+,0.3783783783783783,29%,0,0,1,0,0,jeff daniels,comedy,united states,english,0.3293172690763052 -3772,3773,the frozen ground,2013,18+,0.6486486486486486,61%,0,1,1,0,0,scott walker,"crime,drama,thriller",united states,"english,french",0.37751004016064255 -384,385,the babysitter,2017,18+,0.635135135135135,71%,1,0,1,0,0,mcg,"comedy,horror",united states,english,0.2971887550200803 -6041,6042,chastity bites,2013,18+,0.40540540540540526,100%,0,0,1,0,0,john v. knowles,"comedy,horror",united states,english,0.3293172690763052 -3854,3855,teen spirit,2019,13+,0.6081081081081079,71%,0,1,0,1,0,max minghella,"drama,music","united kingdom,united states","english,polish",0.3293172690763052 -3756,3757,the spy who dumped me,2018,18+,0.5945945945945945,49%,0,1,1,0,0,susanna fogel,"action,adventure,comedy","canada,hungary,united states","english,french,german,lithuanian,russian",0.4257028112449799 -2052,2053,aiyaary,2018,16+,0.4999999999999999,29%,1,0,0,0,0,neeraj pandey,"action,thriller",india,hindi,0.5863453815261044 -16266,16267,brave,2012,7+,0.7432432432432431,78%,0,0,0,1,0,"brenda chapman,mark andrews,steve purcell","adventure,animation,comedy,family,fantasy","united kingdom,united states",english,0.3293172690763052 -1026,1027,the package,2018,18+,0.5270270270270269,50%,1,0,0,0,0,jake szymanski,"comedy,thriller",united states,english,0.3333333333333333 -4028,4029,crash pad,2017,18+,0.554054054054054,54%,0,1,1,0,0,kevin tent,comedy,"canada,united states",english,0.321285140562249 -1135,1136,standoff,2016,18+,0.6081081081081079,56%,1,0,0,0,0,adam alleca,"drama,thriller",canada,english,0.27710843373493976 -16388,16389,turner & hooch,1989,7+,0.6216216216216215,52%,0,0,0,1,0,roger spottiswoode,"comedy,crime,drama,thriller",united states,english,0.34538152610441764 -3711,3712,rare exports: a christmas tale,2010,18+,0.689189189189189,89%,0,1,1,0,0,jalmari helander,"adventure,fantasy,horror","finland,france,norway,sweden","english,finnish",0.2931726907630522 -4632,4633,what if,2013,13+,0.7027027027027025,73%,0,0,1,0,0,michael dowse,"comedy,romance","canada,ireland",english,0.34939759036144574 -1500,1501,the last airbender,2010,7+,0.3378378378378377,5%,1,0,0,0,0,m. night shyamalan,"action,adventure,family,fantasy",united states,english,0.36947791164658633 -5969,5970,i think we're alone now,2008,18+,0.7027027027027025,75%,0,0,1,0,0,reed morano,"drama,mystery,sci-fi",united states,english,0.3293172690763052 -23,24,the perks of being a wallflower,2012,13+,0.8648648648648647,86%,1,0,0,0,0,stephen chbosky,"drama,romance",united states,english,0.36947791164658633 -2590,2591,monster island,2017,7+,0.43243243243243235,18%,1,0,1,0,0,mark atkins,"action,adventure,sci-fi",united states,english,0.3132530120481927 -1040,1041,pokémon the movie: i choose you!,2017,7+,0.635135135135135,33%,1,0,0,0,0,kunihiko yuyama,"action,adventure,animation,family,fantasy","japan,united states","english,japanese",0.34939759036144574 -8,9,raiders of the lost ark,1981,7+,0.9189189189189189,95%,1,0,0,0,0,steven spielberg,"action,adventure",united states,"arabic,english,german,hebrew,nepali,spanish",0.41767068273092367 -16212,16213,star wars: a new hope,1977,7+,0.9459459459459456,92%,0,0,0,1,0,george lucas,"action,adventure,fantasy,sci-fi",united states,english,0.4417670682730923 -7234,7235,maine,2018,18+,0.44594594594594583,56%,0,0,1,0,0,"cyril dion,mélanie laurent",documentary,france,"english,finnish,french",0.429718875502008 -593,594,eddie murphy: delirious,1983,18+,0.8918918918918917,83%,1,0,0,0,0,bruce gowers,comedy,united states,english,0.23293172690763048 -3739,3740,gloria,2013,18+,0.7027027027027025,99%,0,1,0,0,0,edward zwick,"biography,drama,history,war",united states,english,0.4457831325301204 -6153,6154,strange behavior,1981,18+,0.554054054054054,80%,0,0,1,0,0,michael laughlin,"horror,mystery,sci-fi,thriller","australia,new zealand",english,0.37751004016064255 -4498,4499,a man called ove,2015,13+,0.8243243243243241,90%,0,0,1,0,0,hannes holm,"comedy,drama,romance",sweden,"persian,swedish",0.4216867469879518 -16550,16551,i'll be home for christmas,1998,all,0.5270270270270269,23%,0,0,0,1,0,arlene sanford,"comedy,family","canada,united states",english,0.3012048192771084 -4608,4609,wake in fright,1971,18+,0.8243243243243241,96%,0,0,1,0,0,ted kotcheff,"drama,thriller","australia,united kingdom,united states",english,0.393574297188755 -4014,4015,2:22,2017,13+,0.5675675675675674,22%,0,1,0,0,0,john suits,sci-fi,united states,"english,french",0.321285140562249 -16705,16706,meet the deedles,1998,7+,0.3378378378378377,7%,0,0,0,1,0,steve boyum,"comedy,family",united states,english,0.3293172690763052 -1476,1477,io,2019,13+,0.41891891891891886,57%,1,0,0,0,0,jonathan helpert,"adventure,drama,romance,sci-fi",united states,english,0.34136546184738953 -5206,5207,chris & don: a love story,2007,13+,0.7972972972972971,94%,0,0,1,0,0,"guido santi,tina mascara","biography,documentary,romance",united states,english,0.31726907630522083 -602,603,tamasha,2015,7+,0.7702702702702701,67%,1,0,0,0,0,imtiaz ali,"comedy,drama,romance",india,hindi,0.5140562248995983 -16275,16276,star wars: the last jedi,2017,13+,0.7297297297297296,90%,0,0,0,1,0,rian johnson,"action,adventure,fantasy,sci-fi",united states,english,0.5662650602409638 -4938,4939,sui dhaaga - made in india,2018,7+,0.7027027027027025,89%,0,0,1,0,0,sharat katariya,"comedy,drama",india,hindi,0.4457831325301204 -242,243,the one i love,2014,18+,0.7432432432432431,82%,1,0,0,0,0,charlie mcdowell,"comedy,drama,sci-fi",united states,english,0.321285140562249 -7596,7597,chasers,1994,18+,0.4729729729729728,33%,0,0,1,0,0,dennis hopper,"action,comedy,drama,romance",united states,english,0.3654618473895582 -6458,6459,the yellow birds,2017,18+,0.554054054054054,45%,0,0,1,0,0,alexandre moors,"drama,war",united states,english,0.3333333333333333 -4769,4770,charlie bartlett,2007,18+,0.7297297297297296,57%,0,0,1,0,0,jon poll,"comedy,drama,romance",united states,english,0.34538152610441764 -3714,3715,i kill giants,2018,13+,0.6216216216216215,77%,0,1,0,0,0,anders walter,"drama,fantasy,thriller","belgium,china,denmark,sweden,united kingdom,united states",english,0.38152610441767065 -6077,6078,love the coopers,2015,13+,0.5675675675675674,18%,0,0,1,0,0,jessie nelson,"comedy,fantasy,romance",united states,english,0.38554216867469876 -5480,5481,braid,2019,18+,0.4999999999999999,87%,0,0,1,0,0,mitzi peirone,"horror,mystery,thriller",united states,english,0.285140562248996 -3838,3839,the swan princess,1994,all,0.6486486486486486,50%,0,1,0,0,0,richard rich,"animation,comedy,family,fantasy,musical,romance",united states,english,0.3293172690763052 -3900,3901,joshy,2016,18+,0.581081081081081,81%,0,1,0,0,0,jeff baena,comedy,united states,english,0.3293172690763052 -7056,7057,rage,2014,18+,0.4594594594594593,12%,0,0,1,0,0,david cronenberg,"horror,sci-fi",canada,english,0.321285140562249 -751,752,kevin hart: what now?,2016,18+,0.581081081081081,76%,1,0,0,0,0,"leslie small,tim story","comedy,documentary",united states,english,0.34136546184738953 -4522,4523,paterson,2016,18+,0.7837837837837837,96%,0,0,1,0,0,jim jarmusch,"comedy,drama,romance","france,germany,united states","english,italian",0.429718875502008 -96,97,icarus,2017,18+,0.8513513513513513,93%,1,0,0,0,0,bryan fogel,"documentary,sport,thriller",united states,"english,russian",0.4377510040160642 -946,947,popeye,1980,7+,0.4999999999999999,59%,1,0,0,0,0,robert altman,"adventure,comedy,family,fantasy,musical,romance",united states,english,0.41365461847389556 -9042,9043,citizen duane,2006,13+,0.4729729729729728,33%,0,0,1,0,0,michael mabbott,comedy,canada,english,0.31726907630522083 -3607,3608,let me in,2010,18+,0.7432432432432431,88%,0,1,0,0,0,matt reeves,"drama,fantasy,horror,mystery,thriller","united kingdom,united states",english,0.4216867469879518 -16256,16257,the sound of music,1965,all,0.8648648648648647,83%,0,0,0,1,0,robert wise,"biography,drama,family,musical,romance",united states,"english,german",0.646586345381526 -6197,6198,under the boardwalk: the monopoly story,2011,all,0.6216216216216215,85%,0,0,1,0,0,kevin tostado,"documentary,history,sport",united states,english,0.3092369477911646 -6798,6799,swimfan,2002,13+,0.4729729729729728,15%,0,0,1,0,0,john polson,"drama,thriller",united states,english,0.2971887550200803 -3747,3748,sidewalls,2011,13+,0.7972972972972971,67%,0,1,0,0,0,gustavo taretto,"comedy,drama","argentina,germany,spain","english,french,german,italian,spanish",0.3373493975903614 -444,445,they'll love me when i'm dead,2018,18+,0.7837837837837837,92%,1,0,0,0,0,morgan neville,documentary,united states,english,0.34939759036144574 -3896,3897,overboard,2018,13+,0.5945945945945945,24%,0,1,1,0,0,garry marshall,"comedy,romance",united states,"english,french,portuguese",0.4056224899598393 -97,98,jiro dreams of sushi,2011,7+,0.8513513513513513,99%,1,1,0,0,0,david gelb,documentary,united states,japanese,0.28112449799196787 -6983,6984,the penguin king,2012,7+,0.689189189189189,54%,0,0,1,0,0,sias wilson,"adventure,drama,family",united kingdom,english,0.2690763052208835 -3895,3896,the ant bully,2006,7+,0.5675675675675674,62%,0,1,0,0,0,john a. davis,"adventure,animation,comedy,family,fantasy",united states,english,0.3092369477911646 -4582,4583,and the band played on,1993,13+,0.8378378378378377,100%,0,0,1,0,0,roger spottiswoode,"drama,history",united states,"danish,english,french",0.5220883534136546 -6729,6730,nora,2000,18+,0.5945945945945945,64%,0,0,1,0,0,pat murphy,"biography,drama","germany,ireland,italy,united kingdom","english,italian",0.38152610441767065 -5425,5426,the music of strangers: yo-yo ma and the silk road ensemble,2016,13+,0.8243243243243241,84%,0,0,1,0,0,morgan neville,"documentary,music","united kingdom,united states","english,mandarin,persian",0.34136546184738953 -3704,3705,prospect,2018,13+,0.6216216216216215,89%,0,1,0,0,0,"christopher caldwell,zeek earl","drama,sci-fi,thriller,western",canada,english,0.35742971887550196 -5225,5226,king lear,2018,16+,0.6081081081081079,91%,0,0,1,0,0,richard eyre,"drama,history","united kingdom,united states",english,0.41767068273092367 -4690,4691,the secret of roan inish,1995,7+,0.7972972972972971,95%,0,0,1,0,0,john sayles,"drama,family,fantasy","ireland,united states","english,irish",0.36947791164658633 -1431,1432,iron sky the coming race,2019,18+,0.4594594594594593,29%,1,0,0,0,0,timo vuorensola,"action,adventure,comedy,sci-fi","belgium,finland,germany","english,german",0.31726907630522083 -16579,16580,first kid,1996,7+,0.4864864864864864,23%,0,0,0,1,0,david mickey evans,"comedy,family",united states,english,0.36144578313253006 -6703,6704,steel city,2006,18+,0.6621621621621621,83%,0,0,1,0,0,brian jun,"crime,drama,thriller",united states,english,0.3373493975903614 -5188,5189,g.b.f.,2013,18+,0.581081081081081,80%,0,0,1,0,0,darren stein,"comedy,drama,romance",united states,"english,german",0.3253012048192771 -3976,3977,changeland,2019,18+,0.554054054054054,63%,0,1,0,0,0,seth green,"comedy,drama",united states,"english,thai",0.3012048192771084 -3627,3628,notes on a scandal,2006,18+,0.7837837837837837,87%,0,1,0,0,0,richard eyre,"crime,drama,romance,thriller",united kingdom,"english,french",0.3253012048192771 -4615,4616,house of sand and fog,2003,18+,0.7972972972972971,74%,0,0,1,0,0,vadim perelman,"crime,drama",united states,"english,persian",0.4618473895582329 -156,157,hush,2016,18+,0.6756756756756754,91%,1,0,0,0,0,mike flanagan,"horror,thriller",united states,"american sign language,english",0.285140562248996 -5001,5002,the soloist,2009,13+,0.689189189189189,57%,0,0,1,0,0,joe wright,"biography,drama,music","france,united kingdom,united states",english,0.4257028112449799 -4529,4530,mid90s,2018,18+,0.7837837837837837,81%,0,0,1,0,0,jonah hill,"comedy,drama",united states,english,0.2971887550200803 -4576,4577,robot & frank,2012,13+,0.7432432432432431,86%,0,0,1,0,0,jake schreier,"comedy,crime,drama,sci-fi",united states,english,0.3132530120481927 -3660,3661,the messenger,2009,18+,0.7432432432432431,89%,0,1,1,0,0,oren moverman,"drama,romance,war",united states,"english,spanish",0.40963855421686746 -5692,5693,undertow,2004,18+,0.6756756756756754,55%,0,0,1,0,0,william castle,"crime,drama,film-noir,thriller",united states,english,0.24096385542168675 -16599,16600,sacred planet,2004,all,0.6081081081081079,58%,0,0,0,1,0,jon long,"documentary,short","canada,malaysia,united states",english,0.11646586345381527 -4744,4745,fateless,2005,18+,0.7162162162162161,94%,0,0,1,0,0,lajos koltai,"drama,romance,war","france,germany,hungary,israel,united kingdom,united states","english,german,hebrew,hungarian,polish,yiddish",0.5180722891566265 -9828,9829,when harry tries to marry,2011,13+,0.40540540540540526,13%,0,0,1,0,0,nayan padrai,"comedy,romance",united states,english,0.3293172690763052 -321,322,the spiderwick chronicles,2008,7+,0.6621621621621621,80%,1,0,0,0,0,mark waters,"action,adventure,drama,family,fantasy",united states,english,0.34136546184738953 -6789,6790,hostile border,2015,18+,0.5135135135135135,67%,0,0,1,0,0,"kaitlin mclaughlin,michael dwyer","drama,thriller",united states,"english,spanish",0.3092369477911646 -4714,4715,papillon,2017,18+,0.7567567567567566,52%,0,0,1,0,0,michael noer,"adventure,biography,crime,drama","czech republic,spain","english,spanish",0.4899598393574297 -5438,5439,happythankyoumoreplease,2011,18+,0.7027027027027025,42%,0,0,1,0,0,josh radnor,"comedy,drama,romance",united states,english,0.35742971887550196 -9160,9161,act of god,2009,all,0.4864864864864864,65%,0,0,1,0,0,stewart schill,"comedy,drama,romance",united states,english,0.35742971887550196 -7564,7565,the boys from county clare,2003,18+,0.6621621621621621,46%,0,0,1,0,0,john irvin,"comedy,music,romance","germany,ireland,united kingdom",english,0.31726907630522083 -4765,4766,bad taste,1987,18+,0.6756756756756754,68%,0,0,1,0,0,peter jackson,"comedy,horror,sci-fi",new zealand,"english,maori",0.321285140562249 -1638,1639,god bless the broken road,2018,7+,0.5270270270270269,17%,1,0,0,0,0,harold cronk,"drama,family,romance",united states,english,0.4016064257028112 -5876,5877,bottom of the 9th,2019,18+,0.5270270270270269,69%,0,0,1,0,0,raymond de felitta,drama,united states,english,0.4016064257028112 -904,905,6 balloons,2018,18+,0.5675675675675674,86%,1,0,0,0,0,marja-lewis ryan,drama,united states,english,0.25301204819277107 -6337,6338,redwood highway,2013,13+,0.6486486486486486,80%,0,0,1,0,0,gary lundgren,drama,united states,english,0.31726907630522083 -1024,1025,orbiter 9,2017,16+,0.581081081081081,67%,1,0,0,0,0,hatem khraiche,"drama,romance,sci-fi","colombia,spain","english,spanish",0.3373493975903614 -4677,4678,dhoom 2,2006,13+,0.6621621621621621,92%,0,0,1,0,0,sanjay gadhvi,"action,thriller",india,"english,hindi,telugu,urdu",0.5662650602409638 -16224,16225,star wars: return of the jedi,1983,7+,0.9054054054054053,82%,0,0,0,1,0,richard marquand,"action,adventure,fantasy,sci-fi",united states,english,0.4819277108433735 -16260,16261,monsters university,2013,all,0.7702702702702701,80%,0,0,0,1,0,dan scanlon,"adventure,animation,comedy,family,fantasy",united states,english,0.37349397590361444 -767,768,same kind of different as me,2017,13+,0.6756756756756754,33%,1,0,0,0,0,michael carney,"biography,drama",united states,english,0.4337349397590361 -4830,4831,danger close,2019,18+,0.7162162162162161,71%,0,0,1,0,0,kriv stenders,"action,drama,war",australia,english,0.429718875502008 -4486,4487,the man who shot liberty valance,1962,13+,0.8783783783783781,93%,0,0,1,0,0,john ford,"drama,western",united states,english,0.4497991967871486 -8667,8668,the hooligan factory,2014,13+,0.43243243243243235,33%,0,0,1,0,0,nick nevern,comedy,united kingdom,english,0.31726907630522083 -6020,6021,how to talk to girls at parties,2017,18+,0.554054054054054,47%,0,0,1,0,0,john cameron mitchell,"comedy,music,romance,sci-fi","united kingdom,united states",english,0.3654618473895582 -5078,5079,the retrieval,2014,18+,0.6756756756756754,93%,0,0,1,0,0,chris eska,"adventure,drama,western",united states,english,0.3253012048192771 -6942,6943,the evening star,1996,13+,0.581081081081081,22%,0,0,1,0,0,robert harling,"comedy,drama,romance",united states,english,0.4738955823293173 -4507,4508,samsara,2011,13+,0.9324324324324322,76%,0,0,1,0,0,ron fricke,"documentary,music","brazil,china,denmark,egypt,ethiopia,ghana,indonesia,italy,japan,jordan,kenya,namibia,saudi arabia,singapore,south africa,south korea,thailand,united arab emirates,united states",none,0.3654618473895582 -6232,6233,open grave,2013,18+,0.6216216216216215,18%,0,0,1,0,0,gonzalo lópez-gallego,"horror,mystery,thriller","hungary,united states",english,0.3654618473895582 -6258,6259,joshua,2002,all,0.689189189189189,22%,0,0,1,0,0,george ratliff,"drama,horror,thriller",united states,english,0.38152610441767065 -1941,1942,perdida,2018,18+,0.5405405405405403,20%,1,0,0,0,0,david fincher,"drama,mystery,thriller",united states,english,0.5542168674698794 -16330,16331,pirates of the caribbean: on stranger tides,2011,13+,0.6756756756756754,33%,0,0,0,1,0,rob marshall,"action,adventure,fantasy","united kingdom,united states","english,spanish",0.5060240963855421 -5673,5674,the greatest story ever told,1965,all,0.6756756756756754,41%,0,0,1,0,0,"david lean,george stevens,jean negulesco","biography,drama,history",united states,english,0.9999999999999999 -1810,1811,girlfriend's day,2017,18+,0.4864864864864864,43%,1,0,0,0,0,michael paul stephenson,"comedy,drama",united states,english,0.21686746987951805 -966,967,the lovers,2017,18+,0.5945945945945945,84%,1,0,0,0,0,george stevens,"drama,romance",united states,english,0.4457831325301204 -3661,3662,cartel land,2015,18+,0.7837837837837837,90%,0,1,1,0,0,matthew heineman,"documentary,news",united states,"english,spanish",0.35742971887550196 -4136,4137,serena,2014,18+,0.5135135135135135,16%,0,1,1,0,0,susanne bier,"drama,history,romance","czech republic,france,united states",english,0.393574297188755 -16485,16486,3 men and a little lady,1990,7+,0.5135135135135135,38%,0,0,0,1,0,emile ardolino,"comedy,drama,family,romance",united states,english,0.37349397590361444 -1542,1543,pokémon: mewtwo strikes back - evolution,2019,13+,0.554054054054054,44%,1,0,0,0,0,"kunihiko yuyama,motonori sakakibara,tetsuo yajima","action,animation,family,fantasy",japan,"english,japanese",0.34939759036144574 -3641,3642,if beale street could talk,2018,18+,0.7432432432432431,95%,0,1,0,0,0,barry jenkins,"drama,romance",united states,"english,spanish",0.4337349397590361 -5635,5636,murder!,1930,13+,0.6486486486486486,88%,0,0,1,0,0,alfred hitchcock,"crime,mystery,thriller",united kingdom,english,0.37349397590361444 -6002,6003,book of blood,2009,18+,0.4999999999999999,80%,0,0,1,0,0,john harrison,"drama,horror,mystery,thriller",united kingdom,english,0.35742971887550196 -4587,4588,get the gringo,2012,18+,0.7297297297297296,82%,0,0,1,0,0,adrian grunberg,"action,crime,drama,thriller","mexico,united states","english,spanish",0.34136546184738953 -5461,5462,look both ways,2005,13+,0.7297297297297296,75%,0,0,1,0,0,sarah watt,"drama,mystery,romance",australia,english,0.35742971887550196 -19,20,her,2013,18+,0.8648648648648647,95%,1,0,0,0,0,spike jonze,"drama,romance,sci-fi",united states,english,0.4618473895582329 -1359,1360,bushwick,2017,18+,0.4864864864864864,47%,1,0,0,0,0,"cary murnion,jonathan milott","action,adventure,drama,romance,thriller",united states,english,0.3333333333333333 -607,608,dolphin tale 2,2014,7+,0.6486486486486486,65%,1,0,0,0,0,charles martin smith,"drama,family",united states,english,0.38554216867469876 -5957,5958,loving pablo,2017,18+,0.635135135135135,31%,0,0,1,0,0,fernando león de aranoa,"biography,crime,drama","bulgaria,spain","english,spanish",0.4497991967871486 -6484,6485,leviathan,1989,18+,0.5675675675675674,17%,0,0,1,0,0,george p. cosmatos,"adventure,horror,mystery,sci-fi,thriller","italy,united states",english,0.34939759036144574 -4461,4462,the disaster artist,2017,18+,0.7837837837837837,91%,0,0,1,0,0,james franco,"biography,comedy,drama",united states,english,0.37349397590361444 -6338,6339,fear city,1984,18+,0.554054054054054,67%,0,0,1,0,0,abel ferrara,"crime,drama,mystery,thriller",united states,english,0.3373493975903614 -8204,8205,sparkle,2007,7+,0.5945945945945945,78%,0,0,1,0,0,salim akil,"drama,music",united states,english,0.4216867469879518 -5556,5557,thirst,1979,18+,0.5675675675675674,100%,0,0,1,0,0,chan-wook park,"drama,fantasy,horror,romance","south korea,united states","english,french,korean",0.49397590361445776 -6555,6556,christmas in the clouds,2001,7+,0.6486486486486486,69%,0,0,1,0,0,kate montgomery,"comedy,family,romance",united states,english,0.34136546184738953 -16460,16461,"mickey, donald, goofy: the three musketeers",2004,all,0.6486486486486486,36%,0,0,0,1,0,donovan cook,"adventure,animation,comedy,family,musical,romance",united states,english,0.22891566265060237 -1341,1342,"the goods: live hard, sell hard",2009,18+,0.5675675675675674,27%,1,0,1,0,0,neal brennan,comedy,united states,english,0.3132530120481927 -16515,16516,prom,2011,7+,0.5135135135135135,36%,0,0,0,1,0,joe nussbaum,"comedy,drama,family,romance",united states,english,0.37349397590361444 -2369,2370,the last thing he wanted,2020,18+,0.3513513513513513,6%,1,0,0,0,0,dee rees,"crime,drama,mystery,thriller",united states,"english,french,spanish",0.41767068273092367 -6027,6028,serenity,2019,18+,0.4999999999999999,20%,0,0,1,0,0,steven knight,"drama,mystery,thriller","united kingdom,united states","english,french",0.38152610441767065 -8742,8743,wetlands,2017,18+,0.3648648648648647,40%,0,0,1,0,0,david wnendt,"comedy,drama",germany,german,0.393574297188755 -5042,5043,what have you done to solange?,1972,18+,0.7297297297297296,80%,0,0,1,0,0,massimo dallamano,"horror,mystery,thriller","italy,united kingdom,west germany",italian,0.38554216867469876 -3894,3895,girls just want to have fun,1985,7+,0.5945945945945945,38%,0,1,1,0,0,alan metter,"comedy,music,romance",united states,english,0.31726907630522083 -7326,7327,arthur newman,2012,18+,0.554054054054054,20%,0,0,1,0,0,dante ariola,drama,united states,english,0.3293172690763052 -4688,4689,he loves me… he loves me not,2002,13+,0.7567567567567566,71%,0,0,1,0,0,laetitia colombani,"romance,thriller",france,french,0.3253012048192771 -4450,4451,the big sick,2017,18+,0.7972972972972971,98%,0,0,1,0,0,michael showalter,"comedy,drama,romance",united states,"english,urdu",0.4377510040160642 -3909,3910,c.s.a.: the confederate states of america,2005,13+,0.6486486486486486,80%,0,1,0,0,0,kevin willmott,"comedy,drama,war",united states,english,0.3132530120481927 -7798,7799,the final terror,1983,18+,0.4864864864864864,38%,0,0,1,0,0,andrew davis,horror,united states,english,0.285140562248996 -5209,5210,mr. majestyk,1974,7+,0.7027027027027025,77%,0,0,1,0,0,richard fleischer,"action,crime,drama,romance,thriller",united states,english,0.36947791164658633 -4532,4533,highlander,1986,18+,0.7432432432432431,69%,0,0,1,0,0,russell mulcahy,"action,adventure,fantasy",united kingdom,english,0.4216867469879518 -16434,16435,bambi ii,2006,all,0.6081081081081079,50%,0,0,0,1,0,brian pimental,"adventure,animation,drama,family,romance",united states,english,0.2570281124497992 -5010,5011,intact,2001,18+,0.7162162162162161,72%,0,0,1,0,0,juan carlos fresnadillo,"drama,fantasy,romance,thriller",spain,"english,french,spanish",0.38955823293172687 -8463,8464,last summer in the hamptons,1995,18+,0.5405405405405403,64%,0,0,1,0,0,henry jaglom,"comedy,drama",united states,english,0.38955823293172687 -4057,4058,sherlock gnomes,2018,7+,0.4864864864864864,27%,0,1,1,0,0,john stevenson,"adventure,animation,comedy,family,fantasy,mystery,romance","belgium,canada,france,india,united kingdom,united states","english,mandarin",0.3012048192771084 -5399,5400,the stuff,1985,18+,0.581081081081081,69%,0,0,1,0,0,larry cohen,"comedy,horror,sci-fi",united states,english,0.3052208835341365 -1420,1421,hangman,2017,18+,0.4864864864864864,5%,1,0,1,0,0,johnny martin,"crime,drama,mystery,thriller",united states,english,0.34939759036144574 -16420,16421,mickey's once upon a christmas,1999,all,0.7567567567567566,40%,0,0,0,1,0,"alex mann,bill speers,bradley raymond,jun falkenstein,toby shelton","animation,comedy,family,fantasy",united states,english,0.22088353413654616 -3853,3854,march of the penguins 2,2017,7+,0.6756756756756754,100%,0,1,0,0,0,luc jacquet,"documentary,family",france,"english,french",0.2971887550200803 -4866,4867,reefer madness: the movie musical,2006,18+,0.7432432432432431,71%,0,0,1,0,0,andy fickman,"comedy,drama,horror,musical","canada,germany,united states",english,0.4056224899598393 -495,496,bandits,2001,13+,0.6621621621621621,64%,1,0,1,0,0,barry levinson,"comedy,crime,drama,romance",united states,english,0.4497991967871486 -6347,6348,trafficked,2017,18+,0.5405405405405403,29%,0,0,1,0,0,will wallace,"drama,thriller",united states,english,0.37349397590361444 -11273,11274,tortilla heaven,2008,13+,0.4999999999999999,25%,0,0,1,0,0,judy hecht dumontet,comedy,united states,english,0.34939759036144574 -1130,1131,the green inferno,2014,18+,0.4999999999999999,38%,1,0,0,0,0,eli roth,"adventure,horror","chile,peru,spain,united states","english,spanish",0.35742971887550196 -300,301,guru,2007,13+,0.8243243243243241,83%,1,0,0,0,0,mani ratnam,"biography,drama",india,hindi,0.6224899598393574 -16312,16313,flight of the navigator,1986,7+,0.7162162162162161,83%,0,0,0,1,0,randal kleiser,"adventure,comedy,family,sci-fi",united states,english,0.31726907630522083 -330,331,paddleton,2019,18+,0.7567567567567566,89%,1,0,0,0,0,alex lehmann,"comedy,drama",united states,english,0.3132530120481927 -7392,7393,scorched earth,2018,18+,0.3918918918918918,20%,0,0,1,0,0,peter howitt,"action,drama,sci-fi,western","canada,united states",english,0.34136546184738953 -1134,1135,billu,2009,7+,0.6216216216216215,60%,1,0,0,0,0,priyadarshan,"comedy,drama",india,"awadhi,hindi",0.5060240963855421 -7745,7746,lucky numbers,2000,18+,0.4594594594594593,22%,0,0,1,0,0,nora ephron,"comedy,crime","france,united states",english,0.37751004016064255 -4702,4703,breakdown,1997,18+,0.7162162162162161,80%,0,0,1,0,0,jonathan mostow,"crime,drama,mystery,thriller",united states,english,0.3293172690763052 -7429,7430,molly moon and the incredible book of hypnotism,2015,7+,0.4999999999999999,29%,0,0,1,0,0,christopher n. rowley,"adventure,family,fantasy",united kingdom,english,0.34939759036144574 -15,16,once upon a time in the west,1968,13+,0.9324324324324322,95%,1,0,1,0,0,sergio leone,western,"italy,united states","english,italian,spanish",0.6184738955823292 -4160,4161,damascus cover,2018,18+,0.4729729729729728,14%,0,1,0,0,0,daniel zelik berk,"mystery,thriller",united kingdom,"arabic,english,german",0.3293172690763052 -1196,1197,otherhood,2019,18+,0.5945945945945945,29%,1,0,0,0,0,cindy chupack,comedy,"united kingdom,united states",english,0.35742971887550196 -5364,5365,cleanskin,2012,18+,0.635135135135135,53%,0,0,1,0,0,hadi hajaig,"action,crime,drama,thriller",united kingdom,english,0.38955823293172687 -6194,6195,extinction,2015,18+,0.5675675675675674,20%,0,0,1,0,0,ben young,"action,drama,sci-fi,thriller",united states,english,0.3373493975903614 -8760,8761,antisocial,2013,18+,0.3918918918918918,14%,0,0,1,0,0,reg traviss,crime,"hungary,united kingdom",english,0.4216867469879518 -195,196,bill burr: paper tiger,2019,18+,0.8918918918918917,86%,1,0,0,0,0,mike binder,comedy,"united kingdom,united states",english,0.22489959839357426 -6462,6463,trial by fire,2019,18+,0.7027027027027025,83%,0,0,1,0,0,edward zwick,"biography,drama",united states,english,0.46586345381526095 -3648,3649,turtles can fly,2005,13+,0.8783783783783781,88%,0,1,0,0,0,bahman ghobadi,"drama,war","france,iran,iraq","arabic,english,kurdish",0.34939759036144574 -3973,3974,beyond the gates,2016,13+,0.4864864864864864,83%,0,1,0,0,0,jackson stewart,"adventure,horror",united states,english,0.2931726907630522 -6191,6192,last rampage,2017,18+,0.554054054054054,64%,0,0,1,0,0,dwight h. little,"action,crime,drama,mystery,thriller",united states,english,0.3293172690763052 -4499,4500,the imposter,2012,18+,0.7972972972972971,95%,0,0,1,0,0,bart layton,"biography,crime,documentary,drama,thriller","united kingdom,united states","english,spanish",0.35341365461847385 -6243,6244,america the beautiful,2008,18+,0.7162162162162161,72%,0,0,1,0,0,greydon clark,drama,united states,english,0.285140562248996 -1635,1636,the titan,2018,18+,0.43243243243243235,16%,1,0,0,0,0,lennart ruff,"drama,mystery,romance,sci-fi,thriller","germany,spain,united kingdom,united states",english,0.34538152610441764 -7227,7228,sharknado 3: oh hell no!,2015,16+,0.3378378378378377,36%,0,0,1,0,0,anthony c. ferrante,"action,adventure,comedy,horror,sci-fi,thriller",united states,english,0.3293172690763052 -786,787,voyeur,2017,18+,0.6216216216216215,77%,1,0,0,0,0,tinto brass,"drama,romance",italy,"english,italian",0.34939759036144574 -4500,4501,capote,2005,18+,0.7702702702702701,90%,0,0,1,0,0,bennett miller,"biography,crime,drama,history","canada,united states",english,0.41365461847389556 -499,500,dragonheart,1996,13+,0.6621621621621621,50%,1,0,0,0,0,rob cohen,"action,adventure,fantasy",united states,english,0.36947791164658633 -6705,6706,the ghoul,2017,18+,0.5405405405405403,77%,0,0,1,0,0,freddie francis,"horror,thriller",united kingdom,english,0.3092369477911646 -426,427,cam,2018,18+,0.581081081081081,93%,1,0,0,0,0,daniel goldhaber,"horror,mystery,thriller",united states,english,0.3333333333333333 -6608,6609,wendigo,2001,18+,0.4594594594594593,60%,0,0,1,0,0,larry fessenden,"horror,mystery,thriller",united states,english,0.321285140562249 -4656,4657,the crazies,2010,18+,0.6621621621621621,71%,0,0,1,0,0,breck eisner,"horror,thriller","united arab emirates,united states",english,0.36144578313253006 -16319,16320,the rescuers,1977,all,0.7162162162162161,80%,0,0,0,1,0,"art stevens,john lounsbery,wolfgang reitherman","adventure,animation,comedy,family,fantasy",united states,english,0.2690763052208835 -1427,1428,polar,2019,18+,0.635135135135135,16%,1,0,0,0,0,jonas åkerlund,"action,crime,drama,thriller","germany,united states","english,russian",0.429718875502008 -5487,5488,woman walks ahead,2018,18+,0.6756756756756754,53%,0,0,1,0,0,susanna white,"biography,drama,history,western",united states,"english,sioux",0.36144578313253006 -6569,6570,almost friends,2017,18+,0.581081081081081,29%,0,0,1,0,0,jake goldberger,"comedy,drama",united states,english,0.36144578313253006 -8022,8023,the dinosaur project,2012,13+,0.40540540540540526,29%,0,0,1,0,0,sid bennett,"action,adventure,drama,horror,sci-fi,thriller",united kingdom,english,0.2891566265060241 -3859,3860,a very sordid wedding,2017,18+,0.4999999999999999,86%,0,1,1,0,0,del shores,comedy,united states,english,0.393574297188755 -114,115,blue valentine,2010,18+,0.7837837837837837,87%,1,0,0,0,0,derek cianfrance,"drama,romance",united states,english,0.4056224899598393 -4639,4640,one day in september,1999,18+,0.8378378378378377,97%,0,0,1,0,0,kevin macdonald,"documentary,history,sport","germany,switzerland,united kingdom","english,german",0.3333333333333333 -8285,8286,outlaws,2018,18+,0.5135135135135135,30%,0,0,1,0,0,barry levinson,"comedy,crime,drama,romance",united states,english,0.4497991967871486 -9922,9923,"rio, i love you",2014,18+,0.4864864864864864,8%,0,0,1,0,0,"andrucha waddington,carlos saldanha,césar charlone,fernando meirelles,guillermo arriaga,john turturro,josé padilha,nadine labaki,paolo sorrentino,sang-soo im,stephan elliott,vicente amorim","comedy,drama,fantasy,romance","brazil,france,united states","english,french,portuguese,spanish",0.3975903614457831 -5219,5220,the hornet's nest,2014,18+,0.6756756756756754,72%,0,0,1,0,0,"christian tureaud,david salzberg","action,documentary,history,war","afghanistan,united states",english,0.3293172690763052 -3938,3939,ballet 422,2014,7+,0.6216216216216215,87%,0,1,0,0,0,jody lee lipes,"documentary,music,sport",united states,english,0.2570281124497992 -16216,16217,avengers: endgame,2019,13+,0.9189189189189189,93%,0,0,0,1,0,"anthony russo,joe russo","action,adventure,drama,sci-fi",united states,"english,german,japanese,xhosa",0.6827309236947791 -1355,1356,the most assassinated woman in the world,2018,18+,0.4999999999999999,86%,1,0,0,0,0,franck ribière,"biography,drama,mystery,thriller","belgium,united kingdom,united states",french,0.3654618473895582 -16235,16236,pirates of the caribbean: the curse of the black pearl,2003,13+,0.8648648648648647,79%,0,0,0,1,0,gore verbinski,"action,adventure,fantasy",united states,english,0.5301204819277108 -211,212,united 93,2006,18+,0.7972972972972971,90%,1,0,0,0,0,paul greengrass,"drama,history,thriller","france,united kingdom,united states","arabic,english,german",0.4016064257028112 -3570,3571,kill bill: vol. 2,2004,18+,0.8648648648648647,84%,0,1,0,0,0,quentin tarantino,"action,crime,thriller",united states,"cantonese,english,mandarin,spanish",0.5060240963855421 -6356,6357,la bare,2014,18+,0.5945945945945945,78%,0,0,1,0,0,joe manganiello,documentary,united states,english,0.321285140562249 -86,87,the florida project,2017,18+,0.8108108108108105,96%,1,0,0,0,0,sean baker,drama,united states,"english,portuguese,spanish",0.4016064257028112 -6403,6404,bad kids of crestview academy,2017,18+,0.5405405405405403,10%,0,0,1,0,0,ben browder,"action,comedy,thriller",united states,english,0.35742971887550196 -5925,5926,keep the aspidistra flying,1997,13+,0.635135135135135,83%,0,0,1,0,0,robert bierman,"comedy,drama,romance",united kingdom,english,0.36144578313253006 -1646,1647,cezanne and i,2016,18+,0.5945945945945945,53%,1,0,0,0,0,danièle thompson,"biography,drama","belgium,france",french,0.4257028112449799 -3883,3884,downsizing,2017,18+,0.554054054054054,47%,0,1,1,0,0,alexander payne,"drama,sci-fi","norway,united states","english,french,greek,korean,norwegian,spanish,vietnamese",0.4979919678714859 -6803,6804,the living wake,2007,13+,0.635135135135135,50%,0,0,1,0,0,sol tryon,comedy,united states,english,0.321285140562249 -6782,6783,guncrazy,1992,18+,0.5270270270270269,63%,0,0,1,0,0,tamra davis,"crime,drama,romance,thriller",united states,english,0.34538152610441764 -361,362,de palma,2016,18+,0.7837837837837837,94%,1,0,0,0,0,"jake paltrow,noah baumbach","biography,documentary",united states,english,0.3975903614457831 -322,323,the christmas chronicles,2018,7+,0.7432432432432431,64%,1,0,1,0,0,clay kaytis,"adventure,comedy,family,fantasy",united states,"english,french,romanian,spanish",0.37349397590361444 -3590,3591,apollo 11,2019,all,0.8918918918918917,99%,0,1,0,0,0,todd douglas miller,"documentary,history",united states,english,0.3293172690763052 -5739,5740,"pink ribbons, inc.",2011,7+,0.7567567567567566,89%,0,0,1,0,0,léa pool,documentary,canada,english,0.34538152610441764 -8300,8301,the big ask,2014,18+,0.43243243243243235,55%,0,0,1,0,0,"rebecca fishman,thomas beatty","comedy,drama",united states,english,0.321285140562249 -16457,16458,flubber,1997,7+,0.4999999999999999,24%,0,0,0,1,0,les mayfield,"comedy,family,sci-fi",united states,english,0.3293172690763052 -5940,5941,trucker,2008,18+,0.689189189189189,59%,0,0,1,0,0,peter carter,"action,drama","canada,united states",english,0.34538152610441764 -5632,5633,some guy who kills people,2011,18+,0.6486486486486486,80%,0,0,1,0,0,jack perez,"comedy,crime,drama,horror,mystery,thriller",united states,english,0.34538152610441764 -4010,4011,fun in acapulco,1963,7+,0.581081081081081,57%,0,1,0,0,0,richard thorpe,"comedy,music",united states,english,0.34538152610441764 -3757,3758,skate kitchen,2018,18+,0.7027027027027025,89%,0,1,0,0,0,crystal moselle,drama,"brazil,united kingdom,united states","english,spanish",0.38152610441767065 -3652,3653,monos,2019,18+,0.7432432432432431,92%,0,1,0,0,0,alejandro landes,"adventure,drama,thriller","argentina,colombia,denmark,france,germany,netherlands,sweden,switzerland,united states,uruguay","english,spanish",0.3654618473895582 -6685,6686,meet the mormons,2014,7+,0.7162162162162161,18%,0,0,1,0,0,blair treu,documentary,united states,english,0.2690763052208835 -6097,6098,ted bundy,2002,18+,0.5675675675675674,41%,0,0,1,0,0,matthew bright,"biography,crime,drama,horror,thriller","united kingdom,united states",english,0.35341365461847385 -5226,5227,the big kahuna,2000,18+,0.6756756756756754,73%,0,0,1,0,0,john swanbeck,"comedy,drama",united states,english,0.31726907630522083 -3671,3672,demolition man,1993,18+,0.689189189189189,59%,0,1,0,0,0,marco brambilla,"action,sci-fi,thriller",united states,english,0.41767068273092367 -16259,16260,snow white and the seven dwarfs,1937,all,0.8108108108108105,98%,0,0,0,1,0,"ben sharpsteen,david hand,larry morey,perce pearce,wilfred jackson,william cottrell","animation,family,fantasy,musical,romance",united states,english,0.2891566265060241 -3637,3638,the biggest little farm,2019,7+,0.8783783783783781,91%,0,1,0,0,0,john chester,documentary,united states,english,0.321285140562249 -16400,16401,waking sleeping beauty,2009,7+,0.8108108108108105,71%,0,0,0,1,0,don hahn,documentary,united states,english,0.3012048192771084 -820,821,"faith, hope & love",2019,7+,0.6081081081081079,80%,1,0,0,0,0,"j.j. englert,robert krantz","comedy,romance",united states,english,0.38152610441767065 -3609,3610,a simple favor,2018,18+,0.7027027027027025,85%,0,1,1,0,0,paul feig,"comedy,crime,drama,mystery,thriller","canada,united states",english,0.4257028112449799 -9342,9343,beast of burden,2018,18+,0.2702702702702702,25%,0,0,1,0,0,jesper ganslandt,"action,crime,drama,thriller",united states,"english,spanish",0.3132530120481927 -3926,3927,vox lux,2018,18+,0.581081081081081,61%,0,1,0,0,0,brady corbet,"drama,music",united states,"chinese,croatian,english",0.41365461847389556 -1012,1013,the peacemaker,1997,18+,0.581081081081081,39%,1,0,0,0,0,mimi leder,"action,adventure,thriller",united states,"bosnian,croatian,english,polish,russian,serbian",0.4538152610441767 -7154,7155,boys of abu ghraib,2014,18+,0.5135135135135135,30%,0,0,1,0,0,luke moran,"drama,thriller,war",united states,english,0.3654618473895582 -464,465,the half of it,2020,13+,0.7297297297297296,95%,1,0,0,0,0,alice wu,"comedy,romance",united states,"english,french,hindi,mandarin,spanish",0.37349397590361444 -606,607,"bikram: yogi, guru, predator",2019,18+,0.689189189189189,96%,1,0,0,0,0,eva orner,"crime,documentary",united states,english,0.3012048192771084 -105,106,good time,2017,18+,0.7837837837837837,92%,1,0,0,0,0,"benny safdie,josh safdie","crime,drama,thriller",united states,english,0.3654618473895582 -3766,3767,it's a disaster,2013,18+,0.6486486486486486,79%,0,1,1,0,0,todd berger,"comedy,drama",united states,english,0.3092369477911646 -4448,4449,roman holiday,1953,all,0.8648648648648647,98%,0,0,1,0,0,william wyler,"comedy,romance",united states,"english,german,italian",0.429718875502008 -5893,5894,twilight,1998,18+,0.6216216216216215,60%,0,0,1,0,0,catherine hardwicke,"drama,fantasy,romance",united states,english,0.4457831325301204 -16290,16291,star wars: episode i - the phantom menace,1999,7+,0.6621621621621621,53%,0,0,0,1,0,george lucas,"action,adventure,fantasy,sci-fi",united states,english,0.502008032128514 -3765,3766,brian banks,2019,13+,0.7432432432432431,61%,0,1,0,0,0,tom shadyac,"biography,drama,sport",united states,english,0.35341365461847385 -3567,3568,kill bill: vol. 1,2003,18+,0.8783783783783781,85%,0,1,0,0,0,quentin tarantino,"action,crime,thriller","japan,united states","english,french,japanese",0.4016064257028112 -248,249,the willoughbys,2020,7+,0.6486486486486486,90%,1,0,0,0,0,"cory evans,kris pearn,rob lodermeier","adventure,animation,comedy,family","canada,united kingdom,united states",english,0.31726907630522083 -1637,1638,half girlfriend,2017,7+,0.3648648648648647,25%,1,0,0,0,0,mohit suri,"drama,romance",india,hindi,0.4979919678714859 -4561,4562,the report,2019,18+,0.7567567567567566,81%,0,0,1,0,0,scott z. burns,"biography,crime,drama,history,thriller",united states,english,0.4337349397590361 -377,378,oceans,2009,all,0.8378378378378377,81%,1,0,0,0,0,"jacques cluzaud,jacques perrin","documentary,drama","france,spain,switzerland,united arab emirates,united states","english,french",0.37349397590361444 -998,999,the bad education movie,2015,13+,0.554054054054054,63%,1,0,0,0,0,elliot hegarty,comedy,united kingdom,english,0.31726907630522083 -2120,2121,judy moody and the not bummer summer,2011,7+,0.3513513513513513,20%,1,0,0,0,0,john schultz,"comedy,family",united states,english,0.321285140562249 -3597,3598,the descent,2005,18+,0.7567567567567566,85%,0,1,1,0,0,neil marshall,"adventure,horror,thriller",united kingdom,english,0.35341365461847385 -6794,6795,walter,2015,18+,0.4999999999999999,54%,0,0,1,0,0,anna mastro,"comedy,drama",united states,english,0.3333333333333333 -6415,6416,off the black,2006,18+,0.6756756756756754,65%,0,0,1,0,0,james ponsoldt,drama,united states,english,0.31726907630522083 -3729,3730,transformers: dark of the moon,2011,13+,0.6216216216216215,35%,0,1,1,0,0,michael bay,"action,adventure,sci-fi",united states,english,0.57429718875502 -1397,1398,baaghi,2016,7+,0.4864864864864864,30%,1,0,0,0,0,sabir khan,"action,thriller",india,hindi,0.4899598393574297 -16338,16339,the lion king 1½,2004,all,0.6621621621621621,78%,0,0,0,1,0,bradley raymond,"adventure,animation,comedy,family,musical","australia,united states",english,0.2650602409638554 -746,747,benji,2018,7+,0.635135135135135,60%,1,0,0,0,0,brandon camp,"crime,drama,family","united arab emirates,united states",english,0.3052208835341365 -854,855,dhobi ghat,2010,16+,0.7297297297297296,68%,1,0,0,0,0,kiran rao,drama,india,"english,hindi",0.35742971887550196 -4208,4209,getaway,2013,13+,0.3783783783783783,2%,0,1,0,0,0,sam peckinpah,"action,crime,thriller",united states,"english,spanish",0.4497991967871486 -6070,6071,molokai: the story of father damien,1999,7+,0.7162162162162161,63%,0,0,1,0,0,paul cox,"biography,drama","australia,belgium,netherlands","english,french,hawaiian,latin",0.393574297188755 -6045,6046,rememory,2017,13+,0.6216216216216215,25%,0,0,1,0,0,mark palansky,"drama,mystery,sci-fi","canada,united states",english,0.4016064257028112 -6,7,the pianist,2002,18+,0.9324324324324322,95%,1,0,1,0,0,roman polanski,"biography,drama,music,war","france,germany,poland,united kingdom","english,german,russian",0.5582329317269076 -1659,1660,mara,2018,18+,0.4729729729729728,29%,1,0,0,0,0,clive tonge,"crime,horror,thriller",united states,english,0.34939759036144574 -514,515,kursk,2018,13+,0.6756756756756754,69%,1,0,0,0,0,thomas vinterberg,"action,adventure,drama,history,thriller","belgium,canada,france,luxembourg,romania,united states","english,russian",0.4257028112449799 -503,504,rocko's modern life: static cling,2019,7+,0.7297297297297296,91%,1,0,0,0,0,"cosmo segurson,joe murray","action,adventure,animation,comedy,family",united states,english,0.1365461847389558 -5779,5780,the heart is deceitful above all things,2004,18+,0.6486486486486486,41%,0,0,1,0,0,asia argento,drama,"france,japan,united kingdom,united states",english,0.34939759036144574 -92,93,the platform,2019,18+,0.7297297297297296,82%,1,0,0,0,0,galder gaztelu-urrutia,"horror,sci-fi,thriller",spain,spanish,0.3333333333333333 -16371,16372,"davy crockett, king of the wild frontier",1955,all,0.7297297297297296,100%,0,0,0,1,0,norman foster,"adventure,drama,family,western",united states,"english,spanish",0.3293172690763052 -4852,4853,wendy and lucy,2008,18+,0.7432432432432431,85%,0,0,1,0,0,kelly reichardt,drama,united states,english,0.27710843373493976 -4449,4450,the girl with the dragon tattoo,2009,18+,0.8378378378378377,85%,0,0,1,0,0,david fincher,"crime,drama,mystery,thriller","norway,sweden,united states","english,swedish",0.5903614457831324 -5212,5213,the joneses,2010,18+,0.6621621621621621,63%,0,0,1,0,0,derrick borte,"comedy,drama",united states,english,0.34136546184738953 -1204,1205,come sunday,2018,16+,0.581081081081081,63%,1,0,0,0,0,joshua marston,drama,united states,english,0.38152610441767065 -4068,4069,and so it goes,2014,13+,0.5675675675675674,18%,0,1,0,0,0,rob reiner,"comedy,drama,romance",united states,english,0.3333333333333333 -73,74,about time,2013,18+,0.8378378378378377,68%,1,0,0,0,0,richard curtis,"comedy,drama,fantasy,romance,sci-fi",united kingdom,english,0.4497991967871486 -228,229,mary poppins returns,2018,7+,0.689189189189189,79%,1,0,0,0,0,rob marshall,"comedy,family,fantasy,musical","united kingdom,united states",english,0.47791164658634533 -16271,16272,one hundred and one dalmatians,1961,all,0.7567567567567566,98%,0,0,0,1,0,"clyde geronimi,hamilton luske,wolfgang reitherman","adventure,animation,comedy,family",united states,english,0.2730923694779116 -893,894,"as above, so below",2014,18+,0.6216216216216215,26%,1,0,0,0,0,john erick dowdle,"horror,mystery,thriller",united states,"english,french,latin",0.3293172690763052 -4478,4479,his girl friday,1940,7+,0.8513513513513513,98%,0,0,1,0,0,howard hawks,"comedy,drama,romance",united states,"english,french",0.3253012048192771 -9311,9312,final exam,1981,18+,0.41891891891891886,13%,0,0,1,0,0,jimmy huston,"horror,thriller",united states,english,0.3132530120481927 -5902,5903,bad milo,2013,18+,0.5405405405405403,62%,0,0,1,0,0,jacob vaughan,"comedy,horror",united states,english,0.2971887550200803 -5565,5566,poor boy's game,2007,18+,0.6486486486486486,83%,0,0,1,0,0,clement virgo,drama,canada,english,0.37349397590361444 -6095,6096,digging to china,1997,7+,0.7027027027027025,43%,0,0,1,0,0,timothy hutton,drama,united states,english,0.34939759036144574 -16454,16455,lady and the tramp ii: scamp's adventure,2001,all,0.581081081081081,45%,0,0,0,1,0,"darrell rooney,jeannine roussel","adventure,animation,family,musical,romance","australia,united states",english,0.23293172690763048 -4093,4094,once upon a time in venice,2017,18+,0.4999999999999999,21%,0,1,0,0,0,mark cullen,"action,comedy",united states,english,0.3333333333333333 -1444,1445,american anarchist,2016,18+,0.5675675675675674,67%,1,0,0,0,0,charlie siskel,documentary,united states,english,0.27710843373493976 -4517,4518,cold war,2018,18+,0.8108108108108105,93%,0,0,1,0,0,pawel pawlikowski,"drama,history,music,romance","france,poland,united kingdom","croatian,french,german,italian,polish,russian,serbian",0.3132530120481927 -5022,5023,grave encounters,2011,18+,0.6081081081081079,64%,0,0,1,0,0,"colin minihan,stuart ortiz,the vicious brothers",horror,canada,english,0.3253012048192771 -3614,3615,the full monty,1997,18+,0.7567567567567566,96%,0,1,0,0,0,peter cattaneo,"comedy,drama","united kingdom,united states",english,0.321285140562249 -492,493,the photographer of mauthausen,2018,18+,0.689189189189189,83%,1,0,0,0,0,mar targarona,"biography,drama,history,thriller,war",spain,"german,spanish",0.3975903614457831 -5386,5387,undocumented executive,2013,7+,0.7162162162162161,100%,0,0,1,0,0,brian kosisky,comedy,united states,english,0.3373493975903614 -665,666,middle school: the worst years of my life,2016,7+,0.6081081081081079,63%,1,0,0,0,0,steve carr,"comedy,family","cambodia,united states","english,khmer",0.3253012048192771 -3653,3654,the nightingale,2019,18+,0.7702702702702701,86%,0,1,0,0,0,jennifer kent,"adventure,drama,thriller",australia,"aboriginal,english,irish",0.502008032128514 -4860,4861,beneath hill 60,2010,18+,0.7432432432432431,85%,0,0,1,0,0,jeremy sims,"drama,history,war",australia,"english,german",0.4457831325301204 -5,6,spider-man: into the spider-verse,2018,7+,0.9189189189189189,97%,1,0,0,0,0,"bob persichetti,peter ramsey,rodney rothman","action,adventure,animation,family,sci-fi",united states,"english,spanish",0.4257028112449799 -6125,6126,when a stranger calls back,1993,18+,0.6216216216216215,57%,0,0,1,0,0,fred walton,"horror,mystery,thriller","canada,united states",english,0.3333333333333333 -5754,5755,sunshine state,2002,13+,0.689189189189189,80%,0,0,1,0,0,john sayles,"drama,romance",united states,english,0.5220883534136546 -6255,6256,this is our land,2017,7+,0.635135135135135,73%,0,0,1,0,0,lucas belvaux,drama,"belgium,france",french,0.4257028112449799 -16353,16354,journey to the center of the earth,1959,all,0.7297297297297296,86%,0,0,0,1,0,eric brevig,"action,adventure,family,fantasy,sci-fi",united states,"english,icelandic,italian",0.3293172690763052 -6110,6111,werewolf,2017,18+,0.5945945945945945,91%,0,0,1,0,0,freddie francis,horror,united kingdom,english,0.34939759036144574 -7297,7298,boynton beach club,2005,18+,0.6486486486486486,60%,0,0,1,0,0,susan seidelman,"comedy,romance",united states,english,0.37751004016064255 -16255,16256,iron man 3,2013,13+,0.7567567567567566,79%,0,0,0,1,0,shane black,"action,adventure,sci-fi",united states,english,0.47791164658634533 -5406,5407,shoot to kill,1988,18+,0.7027027027027025,100%,0,0,1,0,0,roger spottiswoode,"action,adventure,crime,drama,thriller","canada,united states",english,0.3975903614457831 -6741,6742,hey hey it's esther blueburger,2008,13+,0.635135135135135,50%,0,0,1,0,0,cathy randall,"comedy,drama",australia,english,0.36947791164658633 -6778,6779,wild bill,1995,18+,0.581081081081081,42%,0,0,1,0,0,walter hill,"action,biography,western",united states,"cantonese,english,sioux",0.34939759036144574 -6733,6734,play the game,2009,13+,0.6486486486486486,27%,0,0,1,0,0,marc fienberg,"comedy,romance",united states,english,0.37751004016064255 -7747,7748,slender man,2018,13+,0.2162162162162162,6%,0,0,1,0,0,sylvain white,"horror,mystery,thriller",united states,english,0.3293172690763052 -3603,3604,13 assassins,2010,18+,0.8108108108108105,95%,0,1,0,0,0,takashi miike,"action,adventure,drama","japan,united kingdom",japanese,0.5220883534136546 -16643,16644,doug's 1st movie,1999,all,0.4594594594594593,26%,0,0,0,1,0,maurice joyce,"adventure,animation,comedy,drama,family,fantasy,sci-fi",united states,english,0.2650602409638554 -515,516,deep impact,1998,13+,0.6216216216216215,45%,1,0,0,0,0,mimi leder,"action,drama,romance,sci-fi,thriller",united states,english,0.4377510040160642 -5274,5275,life itself,2018,18+,0.7027027027027025,14%,0,0,1,0,0,dan fogelman,"drama,romance","spain,united states","english,spanish",0.4257028112449799 -4552,4553,you can count on me,2000,18+,0.7972972972972971,95%,0,0,1,0,0,kenneth lonergan,drama,united states,english,0.4016064257028112 -4962,4963,the living dead at manchester morgue,1974,18+,0.7027027027027025,85%,0,0,1,0,0,jorge grau,horror,"italy,spain","english,italian,spanish",0.3293172690763052 -586,587,kodachrome,2017,18+,0.7027027027027025,72%,1,0,0,0,0,mark raso,drama,"canada,united states",english,0.37751004016064255 -5701,5702,paint your wagon,1969,13+,0.6756756756756754,27%,0,0,1,0,0,joshua logan,"comedy,drama,musical,romance,western",united states,english,0.6144578313253012 -6477,6478,memoir of war,2017,13+,0.6216216216216215,64%,0,0,1,0,0,emmanuel finkiel,drama,"belgium,france,switzerland",french,0.46586345381526095 -118,119,the ballad of buster scruggs,2018,18+,0.7702702702702701,91%,1,0,0,0,0,"ethan coen,joel coen","comedy,drama,musical,mystery,romance,western",united states,"english,french",0.4899598393574297 -5476,5477,the perfect game,2010,7+,0.7162162162162161,57%,0,0,1,0,0,william dear,"comedy,drama,family,sport","canada,mexico,united states","english,latin,spanish",0.429718875502008 -7336,7337,new rose hotel,1999,18+,0.4729729729729728,19%,0,0,1,0,0,abel ferrara,"drama,mystery,sci-fi",united states,"english,german,japanese",0.3293172690763052 -4535,4536,the ghost writer,2010,13+,0.7567567567567566,84%,0,0,1,0,0,roman polanski,"drama,mystery,thriller","france,germany,united kingdom",english,0.4698795180722891 -408,409,echo in the canyon,2019,13+,0.7297297297297296,92%,1,0,0,0,0,andrew slater,"documentary,music",united states,english,0.285140562248996 -8586,8587,the big squeeze,1996,18+,0.4729729729729728,43%,0,0,1,0,0,marcus deleon,drama,united states,english,0.34939759036144574 -9143,9144,miss conception,2008,18+,0.40540540540540526,8%,0,0,1,0,0,eric styles,"comedy,romance","germany,united kingdom,united states",english,0.37349397590361444 -6348,6349,ot: our town,2002,13+,0.7567567567567566,88%,0,0,1,0,0,scott hamilton kennedy,documentary,united states,english,0.2610441767068273 -10906,10907,kettle of fish,2006,18+,0.4729729729729728,18%,0,0,1,0,0,claudia myers,"comedy,romance",united states,english,0.34538152610441764 -4578,4579,salyut-7,2017,13+,0.7567567567567566,100%,0,0,1,0,0,klim shipenko,"action,drama,history",russia,"english,russian",0.4016064257028112 -1149,1150,st. agatha,2019,18+,0.4864864864864864,64%,1,0,0,0,0,darren lynn bousman,"horror,thriller",united states,english,0.36947791164658633 -6704,6705,the amateurs,2005,18+,0.635135135135135,19%,0,0,1,0,0,michael traeger,comedy,"germany,united states",english,0.34136546184738953 -236,237,salt,2010,13+,0.6486486486486486,62%,1,0,0,0,0,phillip noyce,"action,mystery,thriller",united states,"english,korean,russian",0.35742971887550196 -4872,4873,tales of the grim sleeper,2014,18+,0.7297297297297296,100%,0,0,1,0,0,"barney broomfield,marc hoeferlin,nick broomfield","crime,documentary","united kingdom,united states",english,0.3975903614457831 -4896,4897,cries from syria,2017,18+,0.8783783783783781,100%,0,0,1,0,0,evgeny afineevsky,"documentary,drama","czech republic,united states","arabic,english",0.4016064257028112 -3885,3886,the blue room,2014,18+,0.635135135135135,90%,0,1,0,0,0,mathieu amalric,"crime,romance,thriller",france,french,0.2610441767068273 -8066,8067,i love you too,2010,18+,0.5945945945945945,54%,0,0,1,0,0,daina reid,comedy,australia,english,0.38554216867469876 -1269,1270,imagine that,2009,7+,0.5405405405405403,41%,1,0,1,0,0,karey kirkpatrick,"comedy,drama,family,fantasy","germany,united states",english,0.38554216867469876 -4527,4528,legends of the fall,1994,18+,0.8108108108108105,58%,0,0,1,0,0,edward zwick,"drama,romance,war,western",united states,"cornish,english",0.4899598393574297 -5131,5132,convoy,1978,7+,0.6486486486486486,43%,0,0,1,0,0,sam peckinpah,"action,drama",united states,english,0.3975903614457831 -7524,7525,hansel and gretel get baked,2013,18+,0.3648648648648647,71%,0,0,1,0,0,duane journey,"comedy,horror",united states,english,0.3012048192771084 -16445,16446,thumbelina,1994,all,0.635135135135135,30%,0,0,0,1,0,"don bluth,gary goldman","animation,family,fantasy,musical,romance","canada,denmark,hungary,ireland,poland,spain,united kingdom,united states",english,0.3012048192771084 -12433,12434,clowntergeist,2017,18+,0.17567567567567563,17%,0,0,1,0,0,aaron mirtes,"crime,horror,thriller",united states,english,0.27710843373493976 -447,448,young adult,2011,18+,0.6216216216216215,80%,1,0,1,0,0,jason reitman,"comedy,drama",united states,english,0.3333333333333333 -5258,5259,a farewell to arms,1932,7+,0.6621621621621621,93%,0,0,1,0,0,frank borzage,"drama,romance,war",united states,english,0.27710843373493976 -7452,7453,the fanatic,2019,18+,0.3648648648648647,16%,0,0,1,0,0,fred durst,"crime,thriller",united states,english,0.3092369477911646 -3681,3682,hail satan?,2019,18+,0.7702702702702701,96%,0,1,0,0,0,penny lane,documentary,united states,english,0.3373493975903614 -16421,16422,deep blue,2003,all,0.7837837837837837,67%,0,0,0,1,0,renny harlin,"action,adventure,sci-fi,thriller","mexico,united states","english,spanish",0.37751004016064255 -4610,4611,the girl who played with fire,2009,18+,0.7567567567567566,69%,0,0,1,0,0,daniel alfredson,"crime,drama,mystery,thriller","denmark,germany,sweden","english,french,italian,swedish",0.4738955823293173 -455,456,while we're young,2014,18+,0.635135135135135,84%,1,0,0,0,0,noah baumbach,"comedy,drama,mystery",united states,english,0.34538152610441764 -4190,4191,along came the devil,2018,16+,0.31081081081081074,38%,0,1,0,0,0,jason devan,"drama,horror,thriller",united states,english,0.3132530120481927 -8104,8105,double dragon,1994,13+,0.29729729729729715,13%,0,0,1,0,0,james yukich,"action,adventure,comedy,fantasy,sci-fi","denmark,france,united states",english,0.34136546184738953 -4876,4877,d.o.a.,1950,all,0.7702702702702701,88%,0,0,1,0,0,rudolph maté,"drama,film-noir,mystery,thriller",united states,english,0.2891566265060241 -6200,6201,maniac cop 2,1990,18+,0.581081081081081,60%,0,0,1,0,0,william lustig,"action,crime,horror,thriller",united states,english,0.31726907630522083 -283,284,crip camp: a disability revolution,2020,18+,0.8378378378378377,100%,1,0,0,0,0,"james lebrecht,nicole newnham",documentary,united states,english,0.38152610441767065 -3921,3922,this is not berlin,2019,18+,0.6756756756756754,82%,0,1,0,0,0,hari sama,drama,mexico,spanish,0.41767068273092367 -609,610,i am bolt,2016,7+,0.7432432432432431,85%,1,0,0,0,0,"benjamin turner,gabe turner","biography,documentary,sport",united kingdom,english,0.38554216867469876 -6627,6628,marilyn hotchkiss' ballroom dancing & charm school,2005,13+,0.6621621621621621,22%,0,0,1,0,0,randall miller,"comedy,drama,musical,romance",united states,english,0.36947791164658633 -7623,7624,kingdom of shadows,2015,13+,0.689189189189189,79%,0,0,1,0,0,bernardo ruiz,documentary,"mexico,united states","english,spanish",0.2570281124497992 -327,328,remember,2015,18+,0.7972972972972971,70%,1,0,1,0,0,atom egoyan,"drama,mystery,thriller","canada,germany,mexico,south africa","english,german",0.3333333333333333 -16466,16467,return to never land,2002,all,0.5675675675675674,45%,0,0,0,1,0,"donovan cook,robin budd","adventure,animation,family,fantasy","australia,canada,united states",english,0.24497991967871485 -3946,3947,flower,2017,18+,0.5945945945945945,50%,0,1,0,0,0,max winkler,"comedy,drama",united states,english,0.31726907630522083 -6692,6693,the atoning,2017,18+,0.3378378378378377,60%,0,0,1,0,0,michael williams,"drama,horror,thriller",united states,english,0.3132530120481927 -4017,4018,10x10,2018,18+,0.4594594594594593,67%,0,1,0,0,0,suzi ewing,thriller,united kingdom,english,0.3092369477911646 -1185,1186,luka chuppi,2019,7+,0.635135135135135,33%,1,0,0,0,0,laxman utekar,"comedy,romance",india,hindi,0.4618473895582329 -5709,5710,essential killing,2010,18+,0.6081081081081079,77%,0,0,1,0,0,jerzy skolimowski,"thriller,war","france,hungary,ireland,norway,poland","arabic,english,polish",0.2891566265060241 -942,943,chennai express,2013,13+,0.5945945945945945,47%,1,0,0,0,0,rohit shetty,"action,comedy",india,"english,hindi,marathi,tamil",0.5220883534136546 -14132,14133,reverb,2007,13+,0.31081081081081074,9%,0,0,1,0,0,eitan arrusi,horror,united kingdom,english,0.3092369477911646 -4182,4183,ismael's ghosts,2017,18+,0.5405405405405403,51%,0,1,0,0,0,arnaud desplechin,"drama,romance,thriller",france,"french,hebrew",0.41365461847389556 -67,68,blackfish,2013,13+,0.8783783783783781,98%,1,1,0,0,0,gabriela cowperthwaite,"documentary,news",united states,"english,spanish",0.2891566265060241 -4956,4957,white sun,2016,7+,0.7432432432432431,100%,0,0,1,0,0,deepak rauniyar,"adventure,drama","nepal,netherlands,qatar,united kingdom,united states",nepali,0.3132530120481927 -16372,16373,the three caballeros,1944,all,0.6621621621621621,82%,0,0,0,1,0,john landis,"comedy,western",united states,"english,german,spanish",0.37349397590361444 -38,39,like stars on earth,2007,7+,0.9189189189189189,91%,1,0,0,0,0,"aamir khan,amole gupte","drama,family",india,"english,hindi",0.6184738955823292 -6990,6991,befikre,2016,13+,0.31081081081081074,30%,0,0,1,0,0,aditya chopra,"comedy,drama,romance",india,hindi,0.47791164658634533 -7013,7014,air,2015,13+,0.4729729729729728,17%,0,0,1,0,0,christian cantamessa,"drama,sci-fi,thriller",united states,english,0.3373493975903614 -48,49,scott pilgrim vs. the world,2010,13+,0.7972972972972971,81%,1,0,0,0,0,edgar wright,"action,comedy,fantasy,romance","canada,japan,united kingdom,united states",english,0.4056224899598393 -3564,3565,the green mile,1999,18+,0.9459459459459456,78%,0,1,0,0,0,frank darabont,"crime,drama,fantasy,mystery",united states,"english,french",0.7148594377510039 -7197,7198,eaten alive,1976,18+,0.5270270270270269,29%,0,0,1,0,0,umberto lenzi,"adventure,horror",italy,"english,italian,sinhalese",0.3253012048192771 -3633,3634,sorry to bother you,2018,18+,0.7162162162162161,93%,0,1,0,0,0,boots riley,"comedy,fantasy,sci-fi",united states,english,0.4056224899598393 -404,405,killing them softly,2012,18+,0.6216216216216215,73%,1,0,0,0,0,andrew dominik,"crime,drama,thriller",united states,english,0.34538152610441764 -7061,7062,riders,2002,18+,0.5270270270270269,29%,0,0,1,0,0,gérard pirès,"action,crime,thriller","canada,france,united kingdom",english,0.2891566265060241 -221,222,i don't feel at home in this world anymore,2017,18+,0.7162162162162161,88%,1,0,0,0,0,macon blair,"comedy,crime,drama,thriller",united states,english,0.3293172690763052 -243,244,underworld,2003,18+,0.7297297297297296,31%,1,0,0,0,0,len wiseman,"action,fantasy,thriller","germany,hungary,united kingdom,united states",english,0.4417670682730923 -3601,3602,rango,2011,7+,0.7567567567567566,88%,0,1,1,0,0,gore verbinski,"adventure,animation,comedy,family,western",united states,english,0.38554216867469876 -1218,1219,raajneeti,2010,7+,0.7432432432432431,13%,1,0,0,0,0,prakash jha,"drama,thriller",india,"english,hindi",0.610441767068273 -3746,3747,soul food,1997,18+,0.7297297297297296,81%,0,1,0,0,0,george tillman jr.,"comedy,drama",united states,english,0.41767068273092367 -4438,4439,the avengers,2012,13+,0.8648648648648647,92%,0,0,1,1,0,joss whedon,"action,adventure,sci-fi",united states,"english,hindi,russian",0.5301204819277108 -4837,4838,mr. six,2015,13+,0.7297297297297296,83%,0,0,1,0,0,hu guan,"action,drama",china,chinese,0.49397590361445776 -5105,5106,almost holy,2015,18+,0.7972972972972971,98%,0,0,1,0,0,steve hoover,"biography,documentary,drama,news","ukraine,united states","english,ukrainian",0.34136546184738953 -265,266,catfish,2010,13+,0.7432432432432431,80%,1,0,0,0,0,"ariel schulman,henry joost","documentary,drama,mystery,thriller",united states,english,0.3052208835341365 -8931,8932,awful nice,2013,18+,0.44594594594594583,22%,0,0,1,0,0,todd sklar,comedy,united states,english,0.3253012048192771 -8266,8267,back in the day,2014,18+,0.4594594594594593,11%,0,0,1,0,0,michael rosenbaum,comedy,"united kingdom,united states",english,0.3333333333333333 -7757,7758,the statement,2003,18+,0.6216216216216215,23%,0,0,1,0,0,norman jewison,"drama,thriller","canada,france,united kingdom","english,french,german,italian,latin",0.4377510040160642 -348,349,mary and the witch's flower,2017,7+,0.7027027027027025,89%,1,0,0,0,0,"giles new,hiromasa yonebayashi","adventure,animation,family,fantasy",japan,japanese,0.36947791164658633 -6036,6037,killers,2010,13+,0.5135135135135135,10%,0,0,1,0,0,robert luketic,"action,comedy,romance,thriller",united states,english,0.35742971887550196 -6375,6376,forbidden world,1982,18+,0.4864864864864864,60%,0,0,1,0,0,allan holzman,"horror,sci-fi",united states,english,0.2650602409638554 -5903,5904,feast of love,2007,18+,0.6756756756756754,39%,0,0,1,0,0,robert benton,"drama,romance",united states,english,0.34538152610441764 -1562,1563,jem and the holograms,2015,7+,0.3378378378378377,22%,1,0,0,0,0,jon m. chu,"adventure,drama,family,fantasy,music,romance,sci-fi",united states,english,0.429718875502008 -131,132,my life as a zucchini,2016,13+,0.8378378378378377,99%,1,0,0,0,0,claude barras,"animation,comedy,drama,family","france,switzerland","english,french",0.22088353413654616 -5594,5595,dolemite,1975,18+,0.5675675675675674,64%,0,0,1,0,0,craig brewer,"biography,comedy,drama",united states,english,0.429718875502008 -3560,3561,the dark knight,2008,13+,0.9999999999999998,94%,0,1,0,0,0,christopher nolan,"action,crime,drama,thriller","united kingdom,united states","english,mandarin",0.5662650602409638 -6169,6170,about alex,2014,18+,0.6486486486486486,45%,0,0,1,0,0,jesse zwick,drama,united states,english,0.35341365461847385 -5088,5089,brad's status,2017,18+,0.6621621621621621,80%,0,0,1,0,0,mike white,"comedy,drama,music",united states,english,0.3654618473895582 -1208,1209,ri¢hie ri¢h,1994,7+,0.5135135135135135,24%,1,0,0,0,0,donald petrie,"comedy,family",united states,"english,latin",0.3373493975903614 -3922,3923,the last word,2017,18+,0.6756756756756754,40%,0,1,0,0,0,david mackenzie,"drama,romance,sci-fi","denmark,ireland,sweden,united kingdom","english,sign languages",0.3253012048192771 -6135,6136,mad money,2008,13+,0.5675675675675674,22%,0,0,1,0,0,callie khouri,"comedy,crime,thriller",united states,english,0.37349397590361444 -4560,4561,meru,2015,18+,0.8243243243243241,89%,0,0,1,0,0,"elizabeth chai vasarhelyi,jimmy chin","documentary,sport","india,united states",english,0.31726907630522083 -1349,1350,sandy wexler,2017,16+,0.4729729729729728,27%,1,0,0,0,0,steven brill,comedy,united states,english,0.47791164658634533 -2043,2044,zoom,2006,7+,0.3783783783783783,3%,1,0,0,0,0,peter hewitt,"action,adventure,comedy,family,fantasy,sci-fi",united states,english,0.3293172690763052 -9109,9110,rosebud,1975,7+,0.4729729729729728,33%,0,0,1,0,0,otto preminger,"action,adventure,drama,thriller",united states,english,0.4618473895582329 -7632,7633,speedway junky,1999,18+,0.554054054054054,29%,0,0,1,0,0,nickolas perry,"crime,drama,romance","israel,united states",english,0.37751004016064255 -4062,4063,in a relationship,2018,18+,0.5270270270270269,60%,0,1,0,0,0,sam boyd,"comedy,drama","mexico,united states",english,0.3253012048192771 -263,264,the stanford prison experiment,2015,18+,0.7162162162162161,84%,1,0,0,0,0,kyle patrick alvarez,"biography,drama,history,thriller",united states,english,0.4457831325301204 -16310,16311,the chronicles of narnia: prince caspian,2008,7+,0.6621621621621621,66%,0,0,0,1,0,andrew adamson,"action,adventure,family,fantasy","czech republic,poland,slovenia,united kingdom,united states",english,0.5582329317269076 -11741,11742,the amityville curse,1990,18+,0.17567567567567563,17%,0,0,1,0,0,tom berry,horror,canada,english,0.321285140562249 -16436,16437,hannah montana: the movie,2009,all,0.3918918918918918,44%,0,0,0,1,0,peter chelsom,"comedy,drama,family,music,romance",united states,english,0.3654618473895582 -29,30,moon,2009,18+,0.8513513513513513,90%,1,0,0,0,0,duncan jones,"drama,mystery,sci-fi","united kingdom,united states","english,spanish",0.34538152610441764 -3664,3665,antz,1998,7+,0.6621621621621621,93%,0,1,0,0,0,"eric darnell,tim johnson","adventure,animation,comedy,family",united states,english,0.2891566265060241 -643,644,between two ferns: the movie,2019,18+,0.6081081081081079,77%,1,0,0,0,0,scott aukerman,comedy,united states,english,0.285140562248996 -6037,6038,guernica,2016,18+,0.5675675675675674,86%,0,0,1,0,0,koldo serra,"drama,history,romance,war","spain,united states","basque,english,german,spanish",0.3975903614457831 -5633,5634,good dick,2008,18+,0.6486486486486486,50%,0,0,1,0,0,marianna palka,"comedy,drama,romance",united states,"english,german,polish",0.3012048192771084 -1268,1269,moonwalkers,2015,18+,0.6081081081081079,42%,1,0,0,0,0,antoine bardou-jacquet,"action,comedy","belgium,france",english,0.38554216867469876 -4033,4034,madea's witness protection,2012,13+,0.44594594594594583,19%,0,1,1,0,0,tyler perry,"comedy,crime,drama",united states,english,0.41365461847389556 -4806,4807,alive inside,2014,7+,0.8918918918918917,74%,0,0,1,0,0,michael rossato-bennett,"documentary,news",united states,english,0.2690763052208835 -162,163,lupin the third: the castle of cagliostro,1979,7+,0.8243243243243241,94%,1,0,0,0,0,hayao miyazaki,"adventure,animation,family,fantasy",japan,"english,french,japanese",0.35742971887550196 -5804,5805,true confessions,1981,18+,0.635135135135135,69%,0,0,1,0,0,ulu grosbard,"crime,drama",united states,"english,latin",0.38955823293172687 -472,473,just friends,2005,13+,0.6216216216216215,42%,1,0,0,0,0,roger kumble,"comedy,romance","canada,germany,united states",english,0.34136546184738953 -3578,3579,misery,1990,18+,0.8378378378378377,90%,0,1,0,0,0,rob reiner,"drama,thriller",united states,english,0.38554216867469876 -320,321,wadjda,2012,7+,0.7972972972972971,99%,1,0,0,0,0,haifaa al-mansour,"comedy,drama","germany,jordan,netherlands,saudi arabia,united arab emirates,united states",arabic,0.34939759036144574 -16,17,indiana jones and the last crusade,1989,13+,0.8918918918918917,88%,1,0,0,0,0,steven spielberg,"action,adventure",united states,"arabic,english,german,greek",0.46586345381526095 -6446,6447,combat shock,1986,18+,0.6486486486486486,40%,0,0,1,0,0,buddy giovinazzo,"drama,horror,thriller,war",united states,english,0.321285140562249 -5851,5852,sarah silverman: we are miracles,2013,18+,0.6756756756756754,80%,0,0,1,0,0,liam lynch,comedy,united states,english,0.1686746987951807 -1061,1062,a very murray christmas,2015,18+,0.5270270270270269,71%,1,0,0,0,0,sofia coppola,"comedy,music,musical",united states,english,0.18072289156626503 -577,578,burlesque,2010,13+,0.6486486486486486,36%,1,0,0,0,0,steve antin,"drama,music,musical,romance",united states,english,0.4337349397590361 -6167,6168,the trouble with the truth,2011,18+,0.5270270270270269,94%,0,0,1,0,0,jim hemphill,drama,united states,english,0.34136546184738953 -16269,16270,the emperor's new groove,2000,all,0.7702702702702701,85%,0,0,0,1,0,mark dindal,"adventure,animation,comedy,family,fantasy",united states,english,0.2690763052208835 -3947,3948,all square,2018,18+,0.5675675675675674,91%,0,1,0,0,0,john hyams,drama,united states,english,0.3293172690763052 -199,200,the girl with all the gifts,2016,18+,0.6756756756756754,86%,1,0,0,0,0,colm mccarthy,"drama,horror,sci-fi,thriller",united kingdom,english,0.4016064257028112 -5489,5490,twice born,2012,18+,0.7837837837837837,17%,0,0,1,0,0,sergio castellitto,"drama,romance,war","italy,spain","bosnian,english,italian",0.46586345381526095 -6380,6381,king of thieves,2018,18+,0.5270270270270269,34%,0,0,1,0,0,james marsh,"crime,drama",united kingdom,english,0.38955823293172687 -553,554,free fire,2017,18+,0.6486486486486486,68%,1,0,0,0,0,ben wheatley,"action,comedy,crime,thriller",united kingdom,english,0.321285140562249 -350,351,first they killed my father,2017,18+,0.7567567567567566,89%,1,0,0,0,0,angelina jolie,"biography,drama,history,war","cambodia,united states","english,french,khmer",0.502008032128514 -5591,5592,nicholas and alexandra,1971,7+,0.7567567567567566,67%,0,0,1,0,0,franklin j. schaffner,"biography,drama,history,war",united kingdom,"english,french,german,russian",0.6907630522088353 -459,460,cadillac records,2008,18+,0.7297297297297296,67%,1,0,0,0,0,darnell martin,"biography,drama,music",united states,english,0.393574297188755 -4176,4177,some kind of hero,1982,18+,0.5675675675675674,40%,0,1,1,0,0,michael pressman,"comedy,crime,drama,war",united states,english,0.34538152610441764 -1077,1078,come and find me,2016,18+,0.554054054054054,62%,1,0,0,0,0,zack whedon,thriller,"canada,united kingdom,united states",english,0.4056224899598393 -8630,8631,custer of the west,1967,all,0.5675675675675674,25%,0,0,1,0,0,robert siodmak,"biography,drama,history,war,western","france,spain,united kingdom,united states",english,0.5180722891566265 -16345,16346,darby o'gill and the little people,1959,all,0.7567567567567566,100%,0,0,0,1,0,robert stevenson,"adventure,family,fantasy,romance",united states,"english,irish",0.3293172690763052 -1187,1188,arjun: the warrior prince,2012,all,0.7027027027027025,57%,1,0,0,0,0,arnab chaudhuri,"action,adventure,animation",india,hindi,0.34136546184738953 -4913,4914,the decline of the american empire,1986,18+,0.7567567567567566,86%,0,0,1,0,0,denys arcand,"comedy,drama",canada,"english,french",0.36144578313253006 -5080,5081,11:55,2017,18+,0.44594594594594583,100%,0,0,1,0,0,"ari issler,ben snyder","crime,drama",united states,english,0.27710843373493976 -6443,6444,madman,1981,18+,0.4999999999999999,40%,0,0,1,0,0,joe giannone,"horror,thriller",united states,english,0.3092369477911646 -8193,8194,bark,2002,18+,0.4594594594594593,14%,0,0,1,0,0,amanda kramer,"comedy,drama,mystery,short,thriller","canada,united states",english,0.0 -4475,4476,hereditary,2018,18+,0.7702702702702701,89%,0,0,1,0,0,ari aster,"drama,horror,mystery,thriller",united states,"english,spanish",0.46586345381526095 -4623,4624,citizen x,1995,18+,0.7972972972972971,88%,0,0,1,0,0,chris gerolmo,"biography,crime,drama,history,thriller","hungary,united states",english,0.37751004016064255 -4605,4606,a bridge too far,1977,7+,0.7837837837837837,64%,0,0,1,0,0,richard attenborough,"drama,history,war",united states,"dutch,english,german,latin,polish",0.6586345381526104 -16410,16411,ice princess,2005,all,0.5945945945945945,52%,0,0,0,1,0,tim fywell,"comedy,drama,family,sport","canada,united states",english,0.34939759036144574 -5231,5232,on chesil beach,2018,18+,0.635135135135135,67%,0,0,1,0,0,dominic cooke,"drama,music,romance",united kingdom,english,0.3975903614457831 -1165,1166,pete davidson: alive from new york,2020,18+,0.581081081081081,40%,1,0,0,0,0,jason orley,comedy,united states,english,0.15261044176706826 -16276,16277,lilo & stitch,2002,7+,0.7567567567567566,86%,0,0,0,1,0,"chris sanders,dean deblois","adventure,animation,comedy,drama,family,fantasy,sci-fi",united states,"english,hawaiian",0.2971887550200803 -3640,3641,natural born killers,1994,18+,0.7702702702702701,47%,0,1,0,0,0,oliver stone,"action,crime,drama",united states,"english,japanese,navajo",0.429718875502008 -1394,1395,cut bank,2014,18+,0.5945945945945945,37%,1,0,0,0,0,matt shakman,"crime,drama,thriller",united states,english,0.3293172690763052 -10682,10683,rent-a-cop,1987,18+,0.40540540540540526,15%,0,0,1,0,0,jerry london,"action,comedy,crime,thriller",united states,english,0.34136546184738953 -16331,16332,the bfg,2016,7+,0.6486486486486486,75%,0,0,0,1,0,steven spielberg,"adventure,family,fantasy","india,united kingdom,united states",english,0.4257028112449799 -8154,8155,free ride,2013,18+,0.5405405405405403,14%,0,0,1,0,0,shana betz,"action,drama,thriller",united states,english,0.3012048192771084 -1743,1744,the bye bye man,2017,13+,0.3513513513513513,18%,1,0,0,0,0,stacy title,"drama,fantasy,horror,mystery,thriller","china,united states",english,0.34136546184738953 -11,12,3 idiots,2009,13+,0.9189189189189189,100%,1,0,1,0,0,rajkumar hirani,"comedy,drama",india,"english,hindi",0.6385542168674698 -7595,7596,santa & andres,2016,18+,0.7027027027027025,88%,0,0,1,0,0,carlos lechuga,drama,"colombia,cuba,france",spanish,0.37751004016064255 -113,114,the lobster,2015,18+,0.7567567567567566,87%,1,0,0,0,0,yorgos lanthimos,"comedy,drama,romance,sci-fi,thriller","france,greece,ireland,netherlands,united kingdom,united states","english,french,greek",0.4337349397590361 -5387,5388,nightbreed,1990,18+,0.6756756756756754,38%,0,0,1,0,0,clive barker,"action,fantasy,horror","canada,united kingdom,united states",english,0.3654618473895582 -1097,1098,irreplaceable you,2018,18+,0.6486486486486486,32%,1,0,0,0,0,stephanie laing,"comedy,drama,romance",united states,english,0.34136546184738953 -5041,5042,the ultimate gift,2006,7+,0.7702702702702701,32%,0,0,1,0,0,michael o. sajbel,"drama,family,romance",united states,"english,spanish",0.41365461847389556 -6842,6843,tara road,2005,7+,0.5945945945945945,40%,0,0,1,0,0,gillies mackinnon,drama,ireland,english,0.34538152610441764 -16285,16286,pirates of the caribbean: at world's end,2007,13+,0.7432432432432431,44%,0,0,0,1,0,gore verbinski,"action,adventure,fantasy",united states,english,0.6345381526104417 -4657,4658,late night,2019,18+,0.6621621621621621,80%,0,0,1,0,0,nisha ganatra,"comedy,drama",united states,english,0.3654618473895582 -264,265,my week with marilyn,2011,13+,0.7297297297297296,83%,1,0,0,0,0,simon curtis,"biography,drama","united kingdom,united states","english,french",0.35341365461847385 -7214,7215,harvard man,2001,18+,0.44594594594594583,33%,0,0,1,0,0,james toback,"comedy,crime,drama,romance,thriller",united states,english,0.35341365461847385 -6397,6398,malevolence,2004,18+,0.4729729729729728,33%,0,0,1,0,0,stevan mena,"crime,horror,mystery,thriller",united states,english,0.31726907630522083 -530,531,the case for christ,2017,7+,0.6216216216216215,59%,1,0,0,0,0,jon gunn,"biography,drama",united states,english,0.4056224899598393 -5689,5690,moll flanders,1996,13+,0.6621621621621621,43%,0,0,1,0,0,pen densham,"drama,romance",united states,english,0.4497991967871486 -6772,6773,bang bang baby,2014,16+,0.4594594594594593,67%,0,0,1,0,0,jeffrey st. jules,"drama,fantasy,musical,romance,sci-fi",canada,english,0.31726907630522083 -826,827,menashe,2017,7+,0.6621621621621621,96%,1,0,0,0,0,joshua z weinstein,drama,united states,"english,spanish,yiddish",0.285140562248996 -16449,16450,sister act 2: back in the habit,1993,7+,0.5405405405405403,7%,0,0,0,1,0,bill duke,"comedy,family,music",united states,english,0.38554216867469876 -3572,3573,true grit,2010,13+,0.8108108108108105,96%,0,1,1,0,0,"ethan coen,joel coen","drama,western",united states,english,0.3975903614457831 -6545,6546,phantasm: ravager,2016,18+,0.4594594594594593,57%,0,0,1,0,0,david hartman,"action,fantasy,horror",united states,english,0.2971887550200803 -5097,5098,unplanned,2019,18+,0.5675675675675674,40%,0,0,1,0,0,"cary solomon,chuck konzelman","biography,drama",united states,english,0.393574297188755 -4733,4734,rambo: last blood,2019,18+,0.6216216216216215,27%,0,0,1,0,0,adrian grunberg,"action,adventure,thriller","bulgaria,france,hong kong,spain,sweden,united states","english,spanish",0.3132530120481927 -1396,1397,casa de mi padre,2012,18+,0.5270270270270269,41%,1,0,0,0,0,matt piedmont,"comedy,western","mexico,united states","english,spanish",0.2931726907630522 -207,208,kal ho naa ho,2003,all,0.8648648648648647,70%,1,0,0,0,0,nikkhil advani,"comedy,drama,romance",india,hindi,0.7028112449799196 -3862,3863,dog days,2018,7+,0.6216216216216215,63%,0,1,0,0,0,ken marino,"comedy,drama,romance",united states,english,0.40963855421686746 -3571,3572,let the right one in,2008,18+,0.8513513513513513,98%,0,1,0,0,0,tomas alfredson,"drama,horror,romance",sweden,"spanish,swedish",0.41365461847389556 -5805,5806,siddharth,2013,all,0.7702702702702701,90%,0,0,1,0,0,richie mehta,drama,"canada,india",hindi,0.34136546184738953 -5447,5448,big nothing,2006,18+,0.7027027027027025,46%,0,0,1,0,0,jean-baptiste andrea,"comedy,crime,thriller",united kingdom,english,0.3012048192771084 -146,147,the patriot,2000,18+,0.7567567567567566,61%,1,1,0,0,0,roland emmerich,"action,drama,history,war","germany,united states","english,french",0.6184738955823292 -405,406,ittefaq,2017,7+,0.7567567567567566,89%,1,0,1,0,0,abhay chopra,"mystery,thriller",india,hindi,0.37751004016064255 -6067,6068,the 5th quarter,2011,13+,0.5405405405405403,57%,0,0,1,0,0,rick bieber,"biography,drama,sport",united states,english,0.36144578313253006 -5508,5509,the moustache,2005,all,0.689189189189189,86%,0,0,1,0,0,emmanuel carrère,"drama,mystery",france,"cantonese,english,french",0.3052208835341365 -1291,1292,aarakshan,2011,13+,0.6216216216216215,57%,1,0,1,0,0,prakash jha,drama,india,"english,hindi",0.6144578313253012 -809,810,kabhi alvida naa kehna,2006,18+,0.6081081081081079,58%,1,0,0,0,0,karan johar,"drama,romance",india,"english,hindi",0.7309236947791165 -4599,4600,soldier's girl,2003,18+,0.8513513513513513,88%,0,0,1,0,0,frank pierson,"biography,crime,drama,romance","canada,united states",english,0.4056224899598393 -4908,4909,sign 'o' the times,1987,13+,0.8783783783783781,86%,0,0,1,0,0,"albert magnoli,prince","documentary,music","canada,united states",english,0.2971887550200803 -16542,16543,the jungle book 2,2003,all,0.5135135135135135,19%,0,0,0,1,0,steve trenbirth,"adventure,animation,family,musical","australia,united states",english,0.24497991967871485 -3749,3750,footloose,2011,13+,0.581081081081081,69%,0,1,1,0,0,craig brewer,"comedy,drama,music,romance",united states,english,0.40963855421686746 -5377,5378,the island president,2012,7+,0.7567567567567566,98%,0,0,1,0,0,jon shenk,documentary,united states,english,0.36144578313253006 -3728,3729,pawn sacrifice,2015,13+,0.7297297297297296,72%,0,1,0,0,0,edward zwick,"biography,drama,sport,thriller",united states,"english,russian",0.41767068273092367 -41,42,hell or high water,2016,18+,0.8108108108108105,97%,1,0,0,0,0,david mackenzie,"action,crime,drama,thriller,western",united states,english,0.3654618473895582 -2143,2144,woody woodpecker,2017,7+,0.3378378378378377,13%,1,0,0,0,0,alex zamm,"comedy,family",united states,english,0.321285140562249 -147,148,babel,2006,18+,0.7837837837837837,69%,1,0,0,0,0,alejandro g. iñárritu,drama,"france,mexico,morocco,united states","arabic,berber languages,english,french,japanese,japanese sign language,russian,spanish",0.5301204819277108 -6670,6671,ok jaanu,2017,7+,0.4864864864864864,38%,0,0,1,0,0,shaad ali,"drama,romance",india,hindi,0.4979919678714859 -6632,6633,adam resurrected,2008,18+,0.635135135135135,35%,0,0,1,0,0,paul schrader,"drama,war","germany,israel,united states",english,0.38152610441767065 -2007,2008,azhar,2016,13+,0.5675675675675674,22%,1,0,0,0,0,anthony d'souza,"biography,drama,sport",india,"hindi,urdu",0.47791164658634533 -9412,9413,keys to tulsa,1997,18+,0.4729729729729728,10%,0,0,1,0,0,leslie greif,"crime,drama,thriller","united kingdom,united states",english,0.40963855421686746 -4463,4464,pi,1998,18+,0.7837837837837837,88%,0,0,1,0,0,darren aronofsky,"drama,horror,mystery,sci-fi,thriller",united states,"english,hebrew",0.2931726907630522 -209,210,in this corner of the world,2016,13+,0.8378378378378377,97%,1,0,0,0,0,sunao katabuchi,"animation,drama,family,history,war",japan,japanese,0.4738955823293173 -4601,4602,laurence anyways,2012,13+,0.8243243243243241,84%,0,0,1,0,0,xavier dolan,"drama,romance","canada,france","english,french,latin",0.6305220883534136 -1100,1101,dark places,2015,18+,0.6216216216216215,23%,1,0,0,0,0,gilles paquet-brenner,"action,drama,mystery,thriller","france,united kingdom,united states",english,0.40963855421686746 -707,708,lu over the wall,2017,7+,0.7027027027027025,76%,1,0,0,0,0,masaaki yuasa,"adventure,animation,comedy,family,fantasy,music",japan,japanese,0.4056224899598393 -4789,4790,the decline of western civilization part ii: the metal years,1988,18+,0.7567567567567566,100%,0,0,1,0,0,penelope spheeris,"documentary,music",united states,english,0.3293172690763052 -5496,5497,the possession,2012,13+,0.581081081081081,40%,0,0,1,0,0,ole bornedal,"horror,mystery,thriller","canada,united states",english,0.3253012048192771 -6225,6226,just looking,1999,18+,0.689189189189189,45%,0,0,1,0,0,jason alexander,"comedy,drama",united states,english,0.34538152610441764 -5885,5886,felony,2014,18+,0.6081081081081079,70%,0,0,1,0,0,matthew saville,"crime,drama,thriller","australia,united states",english,0.37751004016064255 -45,46,the theory of everything,2014,13+,0.8243243243243241,79%,1,0,0,0,0,james marsh,"biography,drama,romance","japan,united kingdom,united states","english,french",0.4497991967871486 -16237,16238,big hero 6,2014,7+,0.8378378378378377,89%,0,0,0,1,0,"chris williams,don hall","action,adventure,animation,family,sci-fi",united states,english,0.3654618473895582 -506,507,stuart little,1999,7+,0.581081081081081,67%,1,0,0,0,0,rob minkoff,"adventure,comedy,family,fantasy","germany,united states","dutch,english",0.2931726907630522 -16422,16423,red tails,2012,13+,0.581081081081081,40%,0,0,0,1,0,anthony hemingway,"action,drama,history,war",united states,"english,german,italian",0.45783132530120474 -4544,4545,you were never really here,2017,18+,0.7027027027027025,89%,0,0,1,0,0,lynne ramsay,"crime,drama,mystery,thriller","france,united kingdom,united states",english,0.3132530120481927 diff --git a/valid.csv b/valid.csv deleted file mode 100644 index a53c73a..0000000 --- a/valid.csv +++ /dev/null @@ -1,331 +0,0 @@ -Unnamed: 0,ID,Title,Year,Age,IMDb,Rotten Tomatoes,Netflix,Hulu,Prime Video,Disney+,Type,Directors,Genres,Country,Language,Runtime -7305,7306,the pebble and the penguin,1995,all,0.5405405405405403,11%,0,0,1,0,0,"don bluth,gary goldman","adventure,animation,comedy,family,musical","ireland,united states",english,0.25301204819277107 -3932,3933,the x files: i want to believe,2008,13+,0.581081081081081,31%,0,1,0,0,0,chris carter,"crime,drama,horror,mystery,sci-fi,thriller","canada,united states","czech,english,russian",0.37349397590361444 -6771,6772,walt before mickey,2015,all,0.581081081081081,17%,0,0,1,0,0,khoa le,"biography,drama",united states,"english,spanish",0.38554216867469876 -6260,6261,bonhoeffer,2003,16+,0.7567567567567566,71%,0,0,1,0,0,eric till,"crime,drama,history,thriller,war","canada,germany,united states",english,0.3092369477911646 -833,834,he named me malala,2015,13+,0.7162162162162161,72%,1,0,0,0,0,davis guggenheim,documentary,"united arab emirates,united states",english,0.3092369477911646 -3845,3846,food evolution,2017,7+,0.7297297297297296,100%,0,1,0,0,0,scott hamilton kennedy,documentary,united states,english,0.3253012048192771 -126,127,bad genius,2017,13+,0.8108108108108105,100%,1,0,0,0,0,nattawut poonpiriya,"comedy,crime,drama,thriller",thailand,"english,thai",0.47791164658634533 -5021,5022,next,2007,13+,0.6216216216216215,28%,0,0,1,0,0,lee tamahori,"action,sci-fi,thriller",united states,"english,french,german,serbian",0.34136546184738953 -6720,6721,the coca-cola kid,1985,18+,0.5945945945945945,44%,0,0,1,0,0,dusan makavejev,"comedy,drama",australia,english,0.34939759036144574 -5541,5542,the golden child,1986,13+,0.5945945945945945,26%,0,0,1,0,0,michael ritchie,"action,adventure,comedy,fantasy,mystery",united states,english,0.3333333333333333 -1386,1387,chernobyl diaries,2012,18+,0.4594594594594593,19%,1,0,0,0,0,bradley parker,"horror,mystery,thriller",united states,"english,russian,ukrainian",0.3012048192771084 -259,260,ip man 3,2015,13+,0.7432432432432431,78%,1,0,0,0,0,wilson yip,"action,biography,drama","china,hong kong","cantonese,english",0.37751004016064255 -6350,6351,voice from the stone,2017,18+,0.4864864864864864,38%,0,0,1,0,0,eric d. howell,"drama,mystery,thriller","italy,united states","english,italian",0.3333333333333333 -6209,6210,ooops! noah is gone...,2015,all,0.5675675675675674,36%,0,0,1,0,0,"sean mccormack,toby genkel","adventure,animation,comedy","belgium,germany,ireland,luxembourg,united states",english,0.3052208835341365 -16247,16248,wreck-it ralph,2012,7+,0.8243243243243241,87%,0,0,0,1,0,rich moore,"adventure,animation,comedy,family,fantasy",united states,english,0.36144578313253006 -949,950,like father,2018,18+,0.6081081081081079,49%,1,0,0,0,0,lauren miller rogen,"comedy,drama",united states,english,0.34939759036144574 -4969,4970,the man in the iron mask,1998,13+,0.6621621621621621,33%,0,0,1,0,0,randall wallace,"action,adventure,drama","france,united states","english,italian",0.48594377510040154 -98,99,corpse bride,2005,7+,0.7702702702702701,84%,1,0,0,0,0,"mike johnson,tim burton","animation,drama,family,fantasy,musical,romance","united kingdom,united states",english,0.2650602409638554 -256,257,the meyerowitz stories (new and selected),2017,18+,0.7162162162162161,93%,1,0,0,0,0,noah baumbach,"comedy,drama",united states,english,0.4056224899598393 -111,112,pk,2014,13+,0.8783783783783781,76%,1,0,0,0,0,rajkumar hirani,"comedy,drama,fantasy",india,"english,hindi,kurdish,persian,urdu",0.570281124497992 -16231,16232,captain america: the winter soldier,2014,13+,0.8243243243243241,90%,0,0,0,1,0,"anthony russo,joe russo","action,adventure,sci-fi,thriller",united states,"english,french",0.502008032128514 -548,549,the bill murray stories: life lessons learned from a mythical man,2018,18+,0.7297297297297296,95%,1,0,0,0,0,tommy avallone,documentary,united states,english,0.23694779116465864 -4052,4053,running with the devil,2019,18+,0.5135135135135135,25%,0,1,0,0,0,jason cabell,"crime,drama,thriller","colombia,united states","english,spanish",0.35742971887550196 -5404,5405,chi-raq,2015,18+,0.554054054054054,82%,0,0,1,0,0,spike lee,"comedy,crime,drama,musical",united states,english,0.46586345381526095 -5317,5318,soaked in bleach,2015,13+,0.7837837837837837,30%,0,0,1,0,0,benjamin statler,"crime,documentary",united states,english,0.31726907630522083 -5028,5029,flight of the butterflies,2012,all,0.7162162162162161,100%,0,0,1,0,0,mike slee,"biography,documentary,drama,family","canada,mexico,united kingdom",english,0.11646586345381527 -5136,5137,return of the hero,2018,13+,0.6621621621621621,80%,0,0,1,0,0,laurent tirard,"comedy,history","belgium,france",french,0.31726907630522083 -5871,5872,phantom detective,2016,13+,0.635135135135135,83%,0,0,1,0,0,sung-hee jo,"action,crime,drama,mystery,thriller",south korea,korean,0.4618473895582329 -169,170,the breadwinner,2017,13+,0.8243243243243241,95%,1,0,0,0,0,nora twomey,"animation,drama,family,war","canada,india,ireland,luxembourg,philippines,united kingdom,united states",english,0.3333333333333333 -1596,1597,swearnet: the movie,2014,18+,0.581081081081081,20%,1,0,0,0,0,warren p. sonoda,comedy,canada,english,0.4056224899598393 -5944,5945,hands of the ripper,1971,18+,0.6216216216216215,86%,0,0,1,0,0,peter sasdy,horror,united kingdom,english,0.2971887550200803 -9415,9416,teen wolf too,1987,7+,0.24324324324324317,7%,0,0,1,0,0,christopher leitch,"comedy,fantasy",united states,english,0.3373493975903614 -6880,6881,all summers end,2017,16+,0.5945945945945945,20%,0,0,1,0,0,kyle wilamowski,"drama,romance",united states,english,0.31726907630522083 -5382,5383,skin,2009,13+,0.7162162162162161,84%,0,0,1,0,0,guy nattiv,"biography,crime,drama,romance","brazil,canada,china,united states",english,0.429718875502008 -16365,16366,adventures in babysitting,2016,all,0.5945945945945945,100%,0,0,0,1,0,chris columbus,"adventure,comedy,crime,romance",united states,english,0.3654618473895582 -3865,3866,leap year,2010,7+,0.6621621621621621,23%,0,1,0,0,0,anand tucker,"comedy,romance","ireland,united states","english,ukrainian",0.35742971887550196 -639,640,dear john,2010,13+,0.635135135135135,29%,1,0,0,0,0,lasse hallström,"drama,romance,war",united states,english,0.38955823293172687 -386,387,heneral luna,2015,18+,0.8108108108108105,71%,1,0,0,0,0,jerrold tarog,"action,biography,history,war",philippines,"english,filipino,spanish,tagalog",0.429718875502008 -7095,7096,weightless,2017,18+,0.554054054054054,64%,0,0,1,0,0,terrence malick,"drama,music,romance",united states,english,0.4738955823293173 -7855,7856,escape and evasion,2019,16+,0.43243243243243235,80%,0,0,1,0,0,storm ashwood,"drama,war","australia,united arab emirates",english,0.3253012048192771 -5060,5061,savior,1998,18+,0.7702702702702701,56%,0,0,1,0,0,predrag antonijevic,"drama,war",united states,"english,french,serbian",0.36947791164658633 -16243,16244,frozen,2013,7+,0.7837837837837837,90%,0,0,0,1,0,"chris buck,jennifer lee","adventure,animation,comedy,family,fantasy,musical",united states,"english,norwegian",0.3654618473895582 -930,931,a bad moms christmas,2017,18+,0.5405405405405403,31%,1,0,0,0,0,"jon lucas,scott moore",comedy,"china,united states","english,japanese",0.37349397590361444 -4477,4478,the lincoln lawyer,2011,18+,0.7702702702702701,84%,0,0,1,0,0,brad furman,"crime,drama,thriller",united states,english,0.429718875502008 -16325,16326,the santa clause,1994,7+,0.6621621621621621,71%,0,0,0,1,0,john pasquin,"comedy,drama,family,fantasy","canada,united states","english,spanish",0.34538152610441764 -3990,3991,conan the barbarian,2011,18+,0.4864864864864864,25%,0,1,1,0,0,john milius,"action,adventure,fantasy","mexico,spain,united states",english,0.4738955823293173 -3860,3861,toni morrison: the pieces i am,2019,13+,0.7432432432432431,97%,0,1,0,0,0,timothy greenfield-sanders,documentary,united states,english,0.4377510040160642 -3911,3912,haze,2017,18+,0.581081081081081,88%,0,1,1,0,0,david burkman,"drama,thriller",united states,english,0.38152610441767065 -1038,1039,the student,2016,13+,0.7162162162162161,87%,1,0,1,0,0,steven r. monroe,thriller,united states,english,0.31726907630522083 -16249,16250,onward,2020,7+,0.7972972972972971,88%,0,0,0,1,0,dan scanlon,"adventure,animation,comedy,family,fantasy",united states,english,0.3654618473895582 -6104,6105,big bad mama,1974,18+,0.5675675675675674,71%,0,0,1,0,0,steve carver,"action,comedy,crime,drama",united states,english,0.2931726907630522 -16222,16223,toy story 3,2010,all,0.9054054054054053,98%,0,0,0,1,0,lee unkrich,"adventure,animation,comedy,family,fantasy",united states,"english,spanish",0.36947791164658633 -3993,3994,madea's big happy family,2011,13+,0.41891891891891886,37%,0,1,1,0,0,tyler perry,"comedy,drama",united states,english,0.38152610441767065 -3988,3989,damsel,2018,18+,0.5270270270270269,67%,0,1,0,0,0,"david zellner,nathan zellner","adventure,comedy,crime,drama,romance,western",united states,english,0.40963855421686746 -1374,1375,"game over, man!",2018,18+,0.5135135135135135,9%,1,0,0,0,0,kyle newacheck,"action,comedy",united states,english,0.36144578313253006 -6368,6369,canadian bacon,1995,7+,0.5945945945945945,14%,0,0,1,0,0,michael moore,comedy,"canada,united states",english,0.321285140562249 -3582,3583,"i, tonya",2017,18+,0.7972972972972971,89%,0,1,0,0,0,craig gillespie,"biography,comedy,drama,sport","qatar,united kingdom,united states",english,0.4337349397590361 -3811,3812,hellbound: hellraiser ii,1988,18+,0.6621621621621621,52%,0,1,1,0,0,tony randel,"horror,thriller",united kingdom,english,0.34538152610441764 -4470,4471,the cabinet of dr. caligari,1920,7+,0.8783783783783781,100%,0,0,1,0,0,robert wiene,"fantasy,horror,mystery,thriller",germany,german,0.2610441767068273 -740,741,morris from america,2016,18+,0.6216216216216215,88%,1,0,0,0,0,chad hartigan,"comedy,drama,romance","germany,united states","english,german",0.321285140562249 -6953,6954,antboy,2013,7+,0.4864864864864864,43%,0,0,1,0,0,ask hasselbalch,"adventure,comedy,family",denmark,danish,0.2650602409638554 -832,833,candy jar,2018,13+,0.5675675675675674,71%,1,0,0,0,0,ben shelton,comedy,united states,english,0.3253012048192771 -4004,4005,uglydolls,2019,7+,0.44594594594594583,27%,0,1,0,0,0,kelly asbury,"adventure,animation,comedy,family,fantasy,musical","canada,china,thailand,united states",english,0.3052208835341365 -6740,6741,genius on hold,2013,7+,0.7297297297297296,83%,0,0,1,0,0,gregory marquette,documentary,united states,english,0.321285140562249 -6129,6130,the double,2011,13+,0.581081081081081,21%,0,0,1,0,0,akira kurosawa,"drama,history,war","japan,united states",japanese,0.6787148594377509 -5623,5624,pathology,2008,18+,0.5945945945945945,45%,0,0,1,0,0,marc schölermann,"crime,thriller",united states,english,0.3373493975903614 -157,158,elizabeth,1998,18+,0.7837837837837837,82%,1,0,0,0,0,shekhar kapur,"biography,drama,history",united kingdom,"english,french",0.4538152610441767 -16536,16537,pocahontas ii: journey to a new world,1998,all,0.44594594594594583,29%,0,0,0,1,0,"bradley raymond,tom ellery","adventure,animation,drama,family,musical,romance",united states,english,0.24497991967871485 -306,307,1922,2017,18+,0.635135135135135,90%,1,0,0,0,0,zak hilditch,"crime,drama,horror,mystery,thriller",united states,english,0.3654618473895582 -4929,4930,casting by,2012,16+,0.8108108108108105,94%,0,0,1,0,0,tom donahue,"biography,documentary",united states,english,0.3132530120481927 -7161,7162,the sand,2015,16+,0.29729729729729715,40%,0,0,1,0,0,isaac gabaeff,"comedy,horror,sci-fi,thriller",united states,english,0.2931726907630522 -4738,4739,these final hours,2014,18+,0.689189189189189,84%,0,0,1,0,0,zak hilditch,"drama,sci-fi,thriller",australia,english,0.3052208835341365 -4807,4808,the gathering storm,2002,all,0.7972972972972971,83%,0,0,1,0,0,richard loncraine,"biography,drama,history","united kingdom,united states",english,0.34136546184738953 -4812,4813,journey's end,2017,18+,0.6756756756756754,92%,0,0,1,0,0,saul dibb,"drama,war",united kingdom,"english,french,german",0.38554216867469876 -614,615,son of a gun,2014,18+,0.6621621621621621,62%,1,0,0,0,0,julius avery,"action,crime,drama,thriller","australia,canada,united kingdom","english,serbo-croatian",0.38955823293172687 -5246,5247,puncture,2011,18+,0.7027027027027025,52%,0,0,1,0,0,"adam kassen,mark kassen","biography,drama",united states,"english,french",0.35742971887550196 -7259,7260,abattoir,2016,18+,0.3783783783783783,38%,0,0,1,0,0,darren lynn bousman,"horror,mystery,thriller",united states,english,0.34939759036144574 -732,733,the keeping hours,2017,13+,0.635135135135135,80%,1,0,0,0,0,karen moncrieff,"drama,fantasy,horror,mystery,thriller",united states,english,0.321285140562249 -3610,3611,creed ii,2018,13+,0.7432432432432431,84%,0,1,1,0,0,steven caple jr.,"drama,sport",united states,"english,russian,sign languages",0.47791164658634533 -1314,1315,rugrats go wild,2003,7+,0.5405405405405403,39%,1,0,0,0,0,"john eng,norton virgien","adventure,animation,comedy,family,fantasy,musical",united states,english,0.27710843373493976 -3139,3140,black rose,2014,18+,0.12162162162162157,22%,1,0,0,0,0,alexander nevsky,"action,crime,drama","russia,united states","english,russian",0.2891566265060241 -7211,7212,nostalgia,2018,18+,0.5270270270270269,39%,0,0,1,0,0,andrei tarkovsky,drama,"italy,soviet union","italian,russian",0.45783132530120474 -621,622,the other side of the wind,2018,18+,0.7027027027027025,83%,1,0,0,0,0,orson welles,drama,"france,iran,united states","english,german",0.4457831325301204 -5877,5878,stop-loss,2008,18+,0.6486486486486486,65%,0,0,1,0,0,kimberly peirce,"drama,war",united states,english,0.4056224899598393 -6420,6421,low down,2014,18+,0.6081081081081079,50%,0,0,1,0,0,jeff preiss,"biography,drama,music",united states,english,0.41365461847389556 -329,330,bombshell: the hedy lamarr story,2018,13+,0.7837837837837837,96%,1,0,0,0,0,alexandra dean,"biography,documentary,history,war",united states,"english,german",0.3092369477911646 -43,44,ip man,2008,18+,0.8648648648648647,85%,1,0,0,0,0,wilson yip,"action,adventure,biography,drama,history","china,hong kong","cantonese,japanese,mandarin",0.38152610441767065 -5271,5272,streetdance 3d,2010,13+,0.581081081081081,76%,0,0,1,0,0,"dania pasquini,max giwa","drama,music,romance",united kingdom,english,0.34939759036144574 -4957,4958,what's in a name,2012,7+,0.7702702702702701,71%,0,0,1,0,0,elva nelsonhayes,drama,united states,english,0.3293172690763052 -9912,9913,dangerously close,1986,18+,0.5270270270270269,10%,0,0,1,0,0,albert pyun,"action,crime,thriller",united states,english,0.3373493975903614 -143,144,mudbound,2017,18+,0.7837837837837837,97%,1,0,0,0,0,dee rees,"drama,war",united states,english,0.49397590361445776 -5456,5457,friday the 13th part 2,1981,18+,0.6081081081081079,28%,0,0,1,0,0,steve miner,"horror,mystery,thriller",united states,english,0.3052208835341365 -16376,16377,3 men and a baby,1987,7+,0.5945945945945945,75%,0,0,0,1,0,leonard nimoy,"comedy,drama,family","france,united states",english,0.3654618473895582 -3792,3793,free willy,1993,7+,0.5945945945945945,58%,0,1,0,0,0,simon wincer,"adventure,drama,family","france,mexico,united states",english,0.4056224899598393 -4609,4610,a most wanted man,2014,18+,0.7027027027027025,87%,0,0,1,0,0,anton corbijn,"crime,drama,thriller","germany,united kingdom,united states","arabic,english,turkish",0.4457831325301204 -4654,4655,priceless,2006,13+,0.7297297297297296,82%,0,0,1,0,0,pierre salvadori,"comedy,romance",france,"english,french",0.38152610441767065 -5072,5073,tiger zinda hai,2017,7+,0.5945945945945945,73%,0,0,1,0,0,ali abbas zafar,"action,adventure,thriller",india,"english,hindi",0.6024096385542168 -3771,3772,lords of chaos,2019,18+,0.6621621621621621,74%,0,1,0,0,0,jonas åkerlund,"biography,drama,horror,music,thriller","norway,sweden,united kingdom",english,0.429718875502008 -5770,5771,the 51st state,2001,18+,0.635135135135135,26%,0,0,1,0,0,ronny yu,"action,comedy,crime,thriller","canada,united kingdom",english,0.3293172690763052 -7766,7767,carpool,1996,7+,0.4594594594594593,13%,0,0,1,0,0,arthur hiller,comedy,united states,english,0.3132530120481927 -3754,3755,sea of shadows,2019,13+,0.7567567567567566,94%,0,1,0,0,0,"matthew podolsky,richard ladkani,sean bogle","crime,documentary,history","australia,austria,germany,united states","english,spanish",0.37349397590361444 -917,918,automata,2014,18+,0.6081081081081079,30%,1,0,0,0,0,gabe ibáñez,"action,drama,sci-fi,thriller","bulgaria,spain",english,0.393574297188755 -234,235,american factory,2019,16+,0.7837837837837837,97%,1,0,0,0,0,"julia reichert,steven bognar",documentary,united states,"english,mandarin",0.3975903614457831 -6355,6356,the motel life,2012,18+,0.581081081081081,70%,0,0,1,0,0,"alan polsky,gabe polsky","animation,drama,mystery,thriller",united states,english,0.2971887550200803 -5282,5283,pantani: the accidental death of a cyclist,2014,7+,0.7297297297297296,84%,0,0,1,0,0,james erskine,"biography,documentary,sport",united kingdom,"english,french,italian",0.34136546184738953 -8132,8133,chattahoochee,1989,18+,0.6486486486486486,14%,0,0,1,0,0,mick jackson,"biography,drama",united states,english,0.34538152610441764 -5710,5711,honor flight,2012,7+,0.9189189189189189,80%,0,0,1,0,0,dan hayes,"documentary,history,war",united states,english,0.285140562248996 -6463,6464,the calling,2014,18+,0.5675675675675674,51%,0,0,1,0,0,jason stone,"drama,thriller","canada,united kingdom,united states","english,latin",0.38955823293172687 -4788,4789,igby goes down,2002,18+,0.7162162162162161,76%,0,0,1,0,0,burr steers,"comedy,drama",united states,english,0.34939759036144574 -997,998,the b-side: elsa dorfman's portrait photography,2017,18+,0.6756756756756754,97%,1,0,0,0,0,errol morris,documentary,united states,english,0.2610441767068273 -5093,5094,detainment,2018,18+,0.7837837837837837,83%,0,0,1,0,0,vincent lambe,"crime,drama,short","ireland,united kingdom",english,0.07630522088353413 -3667,3668,jesus camp,2006,13+,0.7837837837837837,87%,0,1,0,0,0,"heidi ewing,rachel grady",documentary,united states,english,0.2931726907630522 -667,668,aval,2017,13+,0.7027027027027025,100%,1,0,0,0,0,milind rau,horror,india,"hindi,tamil,telugu",0.5060240963855421 -3836,3837,waiting to exhale,1995,18+,0.581081081081081,56%,0,1,0,0,0,forest whitaker,"comedy,drama,romance",united states,english,0.4538152610441767 -4101,4102,half magic,2018,18+,0.40540540540540526,55%,0,1,0,0,0,heather graham,"comedy,romance",united states,"english,spanish",0.3333333333333333 -5147,5148,the way of the gun,2000,18+,0.689189189189189,45%,0,0,1,0,0,christopher mcquarrie,"action,crime,drama,thriller",united states,"english,spanish",0.4337349397590361 -16240,16241,rogue one: a star wars story,2016,13+,0.8378378378378377,84%,0,0,0,1,0,gareth edwards,"action,adventure,sci-fi",united states,english,0.4899598393574297 -8714,8715,the congressman,2016,18+,0.635135135135135,33%,0,0,1,0,0,"jared martin,robert mrazek",drama,united states,english,0.34939759036144574 -1,2,the matrix,1999,18+,0.9594594594594592,87%,1,0,0,0,0,"lana wachowski,lilly wachowski","action,sci-fi",united states,english,0.502008032128514 -6031,6032,seberg,2019,18+,0.5135135135135135,34%,0,0,1,0,0,benedict andrews,"biography,drama,thriller","united kingdom,united states","english,french",0.3654618473895582 -216,217,enemy,2013,18+,0.7162162162162161,71%,1,0,0,0,0,denis villeneuve,"drama,mystery,thriller","canada,france,spain",english,0.321285140562249 -1485,1486,vincent n roxxy,2016,18+,0.5270270270270269,41%,1,0,0,0,0,gary michael schultz,"crime,drama,thriller",united states,english,0.3654618473895582 -700,701,in the shadow of the moon,2019,18+,0.6216216216216215,59%,1,0,0,0,0,jim mickle,"crime,mystery,sci-fi,thriller","canada,united states",english,0.41767068273092367 -4648,4649,climax,2018,18+,0.7432432432432431,69%,0,0,1,0,0,gaspar noé,"drama,horror,music,thriller","belgium,france","english,french",0.34538152610441764 -980,981,the bleeding edge,2018,16+,0.8243243243243241,100%,1,0,1,0,0,kirby dick,documentary,"australia,united states",english,0.35341365461847385 -749,750,heartbreakers,2001,13+,0.6216216216216215,53%,1,0,0,0,0,david mirkin,"comedy,crime,romance",united states,"english,russian",0.4497991967871486 -5674,5675,downriver,2015,18+,0.6216216216216215,90%,0,0,1,0,0,grant scicluna,"drama,thriller",australia,english,0.35341365461847385 -6945,6946,just write,1997,13+,0.635135135135135,50%,0,0,1,0,0,andrew gallerani,"comedy,romance",united states,english,0.3654618473895582 -5791,5792,"wild horse, wild ride",2012,7+,0.8108108108108105,81%,0,0,1,0,0,"alex dawson,greg gricus","documentary,western",united states,english,0.38152610441767065 -16562,16563,cinderella ii: dreams come true,2002,all,0.4594594594594593,11%,0,0,0,1,0,john kafka,"animation,family,fantasy,romance",united states,english,0.24899598393574296 -16391,16392,science fair,2018,7+,0.7837837837837837,97%,0,0,0,1,0,"cristina costantini,darren foster",documentary,united states,english,0.31726907630522083 -6172,6173,"if it's tuesday, this must be belgium",1969,all,0.635135135135135,60%,0,0,1,0,0,mel stuart,"adventure,comedy,romance",united states,english,0.34939759036144574 -3937,3938,friday the 13th: the final chapter,1984,18+,0.5945945945945945,20%,0,1,1,0,0,joseph zito,"horror,thriller",united states,english,0.321285140562249 -733,734,kickboxer: retaliation,2018,18+,0.4594594594594593,92%,1,0,0,0,0,dimitri logothetis,"action,drama",united states,english,0.3975903614457831 -6551,6552,phil spector,2013,18+,0.6216216216216215,49%,0,0,1,0,0,david mamet,"biography,drama,music",united states,english,0.3253012048192771 -1429,1430,ek main aur ekk tu,2012,7+,0.5675675675675674,63%,1,0,0,0,0,shakun batra,"comedy,drama,romance",india,hindi,0.3975903614457831 -3808,3809,southbound,2015,18+,0.581081081081081,80%,0,1,1,0,0,"chad villella,david bruckner,justin martinez,matt bettinelli-olpin,patrick horvath,radio silence,roxanne benjamin,tyler gillett","fantasy,horror,thriller",united states,english,0.3132530120481927 -634,635,"to wong foo, thanks for everything! julie newmar",1995,13+,0.6756756756756754,41%,1,0,0,0,0,beeban kidron,"comedy,drama",united states,"english,french,italian",0.393574297188755 -6652,6653,half of a yellow sun,2013,18+,0.6081081081081079,51%,0,0,1,0,0,biyi bandele,"drama,romance","nigeria,united kingdom",english,0.4016064257028112 -16458,16459,the return of jafar,1994,all,0.581081081081081,33%,0,0,0,1,0,"alan zaslove,tad stones,toby shelton","adventure,animation,comedy,family,fantasy,musical,romance",united states,english,0.23293172690763048 -6860,6861,cherry tree lane,2010,18+,0.44594594594594583,61%,0,0,1,0,0,paul andrew williams,"horror,thriller",united kingdom,english,0.2650602409638554 -5141,5142,animal factory,2000,18+,0.6756756756756754,82%,0,0,1,0,0,steve buscemi,"crime,drama",united states,english,0.3333333333333333 -5663,5664,gringo,2018,18+,0.6081081081081079,40%,0,0,1,0,0,nash edgerton,"action,comedy,crime,drama","australia,mexico,united states","english,french,spanish,yoruba",0.4016064257028112 -635,636,elizabeth: the golden age,2007,13+,0.7027027027027025,34%,1,0,0,0,0,shekhar kapur,"biography,drama,history,war","france,germany,united kingdom,united states","english,spanish,swedish",0.41365461847389556 -314,315,obvious child,2014,18+,0.7027027027027025,90%,1,0,0,0,0,gillian robespierre,"comedy,drama,romance",united states,english,0.2931726907630522 -3784,3785,bad company,1972,7+,0.7297297297297296,92%,0,1,1,0,0,wes craven,"horror,thriller",united states,english,0.2931726907630522 -5366,5367,the boy,2016,13+,0.5945945945945945,30%,0,0,1,0,0,william brent bell,"horror,mystery,thriller","canada,china,united states",english,0.34538152610441764 -4705,4706,waco: the rules of engagement,1997,13+,0.8513513513513513,88%,0,0,1,0,0,william gazecki,"documentary,history",united states,english,0.502008032128514 -16565,16566,belle's magical world,1998,all,0.5135135135135135,17%,0,0,0,1,0,"barbara dourmaskin-case,bob kline,burt medall,cullen blaine,dale case,daniel de la vega,mitch rochon,rick leon","animation,comedy,family,fantasy,musical,romance",united states,english,0.3253012048192771 -7203,7204,begum jaan,2017,18+,0.5405405405405403,10%,0,0,1,0,0,srijit mukherji,"action,drama,history",india,hindi,0.4698795180722891 -6553,6554,streamers,1983,18+,0.6621621621621621,56%,0,0,1,0,0,robert altman,"crime,drama,war",united states,english,0.429718875502008 -4464,4465,the lighthouse,2019,18+,0.8108108108108105,90%,0,0,1,0,0,robert eggers,"drama,fantasy,horror,mystery","canada,united states",english,0.393574297188755 -895,896,the cloverfield paradox,2018,13+,0.5270270270270269,16%,1,0,0,0,0,julius onah,"adventure,drama,horror,mystery,sci-fi,thriller",united states,"english,german,mandarin",0.3654618473895582 -4874,4875,gimme danger,2016,18+,0.7567567567567566,94%,0,0,1,0,0,jim jarmusch,"documentary,music",united states,english,0.38955823293172687 -3751,3752,shirley valentine,1989,18+,0.7567567567567566,73%,0,1,0,0,0,lewis gilbert,"comedy,drama,romance","united kingdom,united states",english,0.38955823293172687 -1388,1389,the sea of trees,2016,13+,0.6081081081081079,15%,1,0,0,0,0,gus van sant,"drama,fantasy,mystery",united states,"english,japanese",0.3975903614457831 -524,525,mission control: the unsung heroes of apollo,2017,7+,0.7972972972972971,100%,1,0,0,0,0,david fairhead,"documentary,history","united kingdom,united states",english,0.36144578313253006 -16428,16429,recess: school's out,2001,all,0.6756756756756754,60%,0,0,0,1,0,chuck sheetz,"animation,comedy,family","japan,united states",english,0.285140562248996 -714,715,the kissing booth,2018,16+,0.6081081081081079,17%,1,0,0,0,0,vince marcello,"comedy,romance","united kingdom,united states",english,0.37751004016064255 -7589,7590,postal,2007,18+,0.3918918918918918,9%,0,0,1,0,0,uwe boll,"action,comedy,crime,thriller","canada,germany,united states",english,0.35742971887550196 -3733,3734,along with the gods: the two worlds,2017,7+,0.7702702702702701,63%,0,1,0,0,0,yong-hwa kim,"action,drama,fantasy",south korea,korean,0.5140562248995983 -53,54,back to the future part ii,1989,7+,0.8378378378378377,65%,1,0,0,0,0,robert zemeckis,"adventure,comedy,sci-fi",united states,english,0.38955823293172687 -16378,16379,the incredible journey,1963,all,0.7432432432432431,89%,0,0,0,1,0,fletcher markle,"adventure,drama,family","canada,united states",english,0.27710843373493976 -1352,1353,sex and the city 2,2010,18+,0.3918918918918918,16%,1,0,0,0,0,michael patrick king,"comedy,drama,romance",united states,"arabic,english",0.5421686746987951 -3992,3993,cantinflas,2014,7+,0.6621621621621621,45%,0,1,1,0,0,sebastian del amo,"biography,comedy,drama,romance",mexico,"english,spanish",0.3654618473895582 -4130,4131,assassination tango,2002,18+,0.5675675675675674,47%,0,1,1,0,0,robert duvall,"crime,drama,romance,thriller","argentina,united states","english,german,spanish",0.41365461847389556 -6829,6830,milton's secret,2016,7+,0.5675675675675674,38%,0,0,1,0,0,barnet bain,"drama,family",canada,english,0.3092369477911646 -16221,16222,coco,2017,7+,0.9189189189189189,97%,0,0,0,1,0,"adrian molina,lee unkrich","adventure,animation,family,fantasy,music,mystery",united states,"english,spanish",0.37751004016064255 -246,247,the wolf's call,2019,16+,0.7162162162162161,92%,1,0,0,0,0,antonin baudry,"action,adventure,sci-fi,thriller",france,french,0.41767068273092367 -16342,16343,bedknobs and broomsticks,1971,all,0.7432432432432431,65%,0,0,0,1,0,"robert stevenson,ward kimball","adventure,animation,comedy,family,fantasy,musical",united states,"english,german",0.4257028112449799 -4865,4866,the flowers of war,2011,18+,0.8108108108108105,41%,0,0,1,0,0,yimou zhang,"drama,history,romance,war","china,hong kong","english,japanese,mandarin,shanghainese",0.5421686746987951 -185,186,the crying game,1992,18+,0.7567567567567566,94%,1,0,0,0,0,neil jordan,"crime,drama,romance,thriller","japan,united kingdom",english,0.4056224899598393 -6812,6813,bleeding steel,2017,18+,0.4864864864864864,22%,0,0,1,0,0,leo zhang,"action,adventure,sci-fi,thriller","china,hong kong","english,mandarin",0.393574297188755 -908,909,emo the musical,2017,16+,0.6081081081081079,75%,1,0,0,0,0,neil triffett,"comedy,music,musical",australia,english,0.3333333333333333 -7400,7401,despite the falling snow,2016,13+,0.5675675675675674,9%,0,0,1,0,0,shamim sarif,"drama,mystery,romance,thriller","canada,united kingdom",english,0.3293172690763052 -4948,4949,the ghazi attack,2017,7+,0.8108108108108105,60%,0,0,1,0,0,sankalp reddy,"action,thriller,war",india,"hindi,telugu",0.4216867469879518 -4447,4448,lady bird,2017,18+,0.7837837837837837,99%,0,0,1,0,0,greta gerwig,"comedy,drama",united states,"english,spanish",0.3333333333333333 -3736,3737,lo and behold: reveries of the connected world,2016,13+,0.7297297297297296,93%,0,1,0,0,0,werner herzog,documentary,united states,english,0.34939759036144574 -6234,6235,the big sleep,1978,18+,0.5675675675675674,67%,0,0,1,0,0,howard hawks,"crime,film-noir,mystery,thriller",united states,english,0.41365461847389556 -4873,4874,fahrenheit 11/9,2018,18+,0.7162162162162161,81%,0,0,1,0,0,michael moore,documentary,united states,english,0.4698795180722891 -5197,5198,woman on the run,1950,7+,0.7702702702702701,83%,0,0,1,0,0,norman foster,"crime,drama,film-noir,thriller",united states,english,0.2650602409638554 -704,705,brooklyn's finest,2009,18+,0.689189189189189,44%,1,0,1,0,0,antoine fuqua,"crime,drama,thriller",united states,english,0.48594377510040154 -16218,16219,up,2009,7+,0.8918918918918917,98%,0,0,0,1,0,"bob peterson,pete docter","adventure,animation,comedy,family",united states,english,0.34136546184738953 -46,47,the pursuit of happyness,2006,13+,0.8648648648648647,67%,1,0,0,0,0,gabriele muccino,"biography,drama",united states,"cantonese,english",0.4257028112449799 -184,185,always be my maybe,2019,13+,0.7027027027027025,89%,1,0,0,0,0,nahnatchka khan,"comedy,romance",united states,english,0.36144578313253006 -5465,5466,what richard did,2012,18+,0.635135135135135,91%,0,0,1,0,0,lenny abrahamson,drama,ireland,"english,irish",0.3092369477911646 -16311,16312,the great mouse detective,1986,all,0.7567567567567566,79%,0,0,0,1,0,"burny mattinson,david michener,john musker,ron clements","adventure,animation,family,musical,mystery",united states,"english,french,german,italian",0.25301204819277107 -6351,6352,brain dead,1990,18+,0.5945945945945945,17%,0,0,1,0,0,adam simon,"horror,mystery,sci-fi,thriller",united states,english,0.2971887550200803 -7607,7608,vidal sassoon: the movie,2010,7+,0.6621621621621621,60%,0,0,1,0,0,craig teper,documentary,united states,english,0.31726907630522083 -6937,6938,kill me later,2001,18+,0.635135135135135,26%,0,0,1,0,0,dana lustig,"crime,drama,thriller",united states,english,0.3132530120481927 -3619,3620,ninja scroll,1993,18+,0.8513513513513513,93%,0,1,0,0,0,yoshiaki kawajiri,"action,adventure,animation,fantasy,thriller",japan,japanese,0.3333333333333333 -867,868,ali wong: hard knock wife,2018,18+,0.7837837837837837,100%,1,0,0,0,0,jay karas,comedy,united states,english,0.21285140562248994 -3898,3899,"nico, 1988",2017,18+,0.689189189189189,92%,0,1,0,0,0,susanna nicchiarelli,"biography,drama,music","belgium,italy","czech,english,french,german",0.3293172690763052 -16561,16562,blank check,1994,7+,0.4999999999999999,9%,0,0,0,1,0,rupert wainwright,"comedy,crime,family",united states,english,0.3293172690763052 -16379,16380,the love bug,1968,all,0.6621621621621621,76%,0,0,0,1,0,robert stevenson,"comedy,family,sport",united states,"cantonese,english,spanish",0.38955823293172687 -16522,16523,the haunted mansion,2003,7+,0.4594594594594593,14%,0,0,0,1,0,rob minkoff,"comedy,family,fantasy,horror,mystery",united states,english,0.35341365461847385 -769,770,tremors 2: aftershocks,1996,13+,0.5945945945945945,63%,1,0,0,0,0,s.s. wilson,"action,comedy,horror,sci-fi,thriller",united states,"english,spanish",0.35742971887550196 -3980,3981,digging for fire,2015,18+,0.5675675675675674,66%,0,1,1,0,0,joe swanberg,"comedy,drama",united states,"english,spanish",0.2971887550200803 -4645,4646,the pink panther strikes again,1976,7+,0.7567567567567566,80%,0,0,1,0,0,blake edwards,"comedy,crime","united kingdom,united states",english,0.36947791164658633 -624,625,let it fall: los angeles 1982-1992,2017,18+,0.8243243243243241,100%,1,0,0,0,0,john ridley,"documentary,history",united states,english,0.5341365461847389 -4487,4488,escape from new york,1981,18+,0.7567567567567566,86%,0,0,1,0,0,john carpenter,"action,adventure,sci-fi",united states,english,0.35341365461847385 -16637,16638,inspector gadget 2,2003,all,0.24324324324324317,40%,0,0,0,1,0,alex zamm,"action,comedy,crime,family,sci-fi",united states,english,0.3132530120481927 -5833,5834,felix and meira,2015,18+,0.689189189189189,78%,0,0,1,0,0,maxime giroux,"drama,romance",canada,"english,french,hebrew,italian,spanish,yiddish",0.37751004016064255 -8374,8375,under the bed,2012,18+,0.40540540540540526,40%,0,0,1,0,0,steven c. miller,"drama,horror",united states,english,0.3052208835341365 -6056,6057,stone of destiny,2008,7+,0.7027027027027025,53%,0,0,1,0,0,charles martin smith,"adventure,comedy,crime,drama,history","canada,united kingdom",english,0.34136546184738953 -2478,2479,sextuplets,2019,16+,0.3783783783783783,14%,1,0,0,0,0,michael tiddes,comedy,united states,english,0.34538152610441764 -1298,1299,tad the lost explorer and the secret of king midas,2017,7+,0.6216216216216215,29%,1,0,0,0,0,"david alonso,enrique gato","adventure,animation,comedy,family,fantasy","spain,united states","english,spanish",0.2971887550200803 -4846,4847,support your local sheriff,1969,all,0.7972972972972971,73%,0,0,1,0,0,burt kennedy,"comedy,romance,western",united states,english,0.3253012048192771 -16317,16318,fantasia 2000,1999,all,0.7567567567567566,81%,0,0,0,1,0,"don hahn,eric goldberg,francis glebas,gaëtan brizzi,hendel butoy,james algar,paul brizzi,pixote hunt","animation,comedy,family,fantasy,music",united states,english,0.2570281124497992 -5370,5371,the private lives of pippa lee,2009,18+,0.6486486486486486,69%,0,0,1,0,0,rebecca miller,"comedy,drama,romance",united states,english,0.34939759036144574 -4586,4587,air force one,1997,18+,0.6621621621621621,76%,0,0,1,0,0,wolfgang petersen,"action,drama,thriller","germany,united states","english,russian",0.4538152610441767 -1253,1254,3 generations,2016,13+,0.581081081081081,32%,1,0,0,0,0,gaby dellal,drama,united states,"english,spanish",0.3253012048192771 -2684,2685,i am vengeance,2018,18+,0.3648648648648647,38%,1,0,1,0,0,ross boyask,action,united kingdom,english,0.3253012048192771 -6379,6380,fear x,2003,13+,0.5945945945945945,58%,0,0,1,0,0,nicolas winding refn,"drama,mystery,thriller","brazil,canada,denmark,united kingdom",english,0.321285140562249 -974,975,war on everyone,2016,18+,0.5675675675675674,61%,1,0,0,0,0,john michael mcdonagh,"action,comedy,crime",united kingdom,"english,spanish",0.34939759036144574 -16262,16263,togo,2019,7+,0.8783783783783781,91%,0,0,0,1,0,ericson core,"adventure,biography,drama,family,history",united states,english,0.40963855421686746 -576,577,the angel,2018,18+,0.6756756756756754,75%,1,0,1,0,0,ariel vromen,"drama,thriller","israel,united states","arabic,english,hebrew,italian",0.41365461847389556 -4637,4638,mcqueen,2018,18+,0.8378378378378377,99%,0,0,1,0,0,"ian bonhôte,peter ettedgui","biography,documentary",united kingdom,"english,french",0.4016064257028112 -6408,6409,these girls,2005,18+,0.5270270270270269,73%,0,0,1,0,0,john hazlett,"comedy,drama",canada,english,0.3253012048192771 -4569,4570,pretty in pink,1986,13+,0.7027027027027025,77%,0,0,1,0,0,howard deutch,"comedy,drama,romance",united states,english,0.34538152610441764 -4773,4774,the panama papers,2018,13+,0.7567567567567566,100%,0,0,1,0,0,alex winter,documentary,united states,"english,icelandic,maltese,russian,spanish",0.34136546184738953 -5047,5048,lila says,2005,18+,0.7162162162162161,68%,0,0,1,0,0,ziad doueiri,"crime,drama,romance","france,united kingdom","arabic,french",0.3132530120481927 -2472,2473,poster boys,2017,13+,0.5270270270270269,33%,1,0,0,0,0,shreyas talpade,comedy,india,hindi,0.4698795180722891 -4309,4310,ghost team,2016,13+,0.40540540540540526,11%,0,1,0,0,0,oliver irving,"comedy,thriller",united states,english,0.2891566265060241 -16447,16448,the cat from outer space,1978,all,0.6081081081081079,67%,0,0,0,1,0,norman tokar,"comedy,family,sci-fi",united states,english,0.37349397590361444 -16438,16439,descendants 3,2019,all,0.689189189189189,78%,0,0,0,1,0,kenny ortega,"adventure,family,musical",united states,english,0.38152610441767065 -8615,8616,mvp: most valuable primate,2000,7+,0.3378378378378377,20%,0,0,1,0,0,robert vince,"comedy,family,sport","canada,united states",english,0.3293172690763052 -16274,16275,thor: the dark world,2013,13+,0.7162162162162161,66%,0,0,0,1,0,alan taylor,"action,adventure,fantasy",united states,english,0.4056224899598393 -5569,5570,sukiyaki western django,2007,18+,0.6216216216216215,56%,0,0,1,0,0,takashi miike,"action,western",japan,english,0.4417670682730923 -6695,6696,new york doll,2005,13+,0.8243243243243241,90%,0,0,1,0,0,greg whiteley,"documentary,music",united states,english,0.2570281124497992 -4070,4071,6 below: miracle on the mountain,2017,13+,0.554054054054054,22%,0,1,0,0,0,scott waugh,"adventure,biography,drama,sport,thriller",united states,english,0.34939759036144574 -5616,5617,the foot fist way,2006,18+,0.635135135135135,54%,0,0,1,0,0,jody hill,comedy,united states,english,0.2971887550200803 -6285,6286,the armor of light,2015,13+,0.689189189189189,96%,0,0,1,0,0,"abigail disney,kathleen hughes","documentary,news",united states,english,0.3092369477911646 -16419,16420,fun and fancy free,1947,all,0.6756756756756754,67%,0,0,0,1,0,"bill roberts,hamilton luske,jack kinney,william morgan","adventure,animation,comedy,family,fantasy,musical,romance",united states,english,0.24899598393574296 -1414,1415,the duel,2016,13+,0.5675675675675674,26%,1,0,1,0,0,kieran darcy-smith,"drama,western",united states,"english,spanish",0.3975903614457831 -9398,9399,destiny turns on the radio,1995,18+,0.3918918918918918,17%,0,0,1,0,0,jack baran,"comedy,crime,fantasy",united states,english,0.3654618473895582 -6797,6798,grand theft parsons,2004,13+,0.5945945945945945,46%,0,0,1,0,0,david caffrey,"adventure,comedy,drama","united kingdom,united states",english,0.3092369477911646 -5133,5134,the exorcist iii,1990,18+,0.6486486486486486,59%,0,0,1,0,0,william peter blatty,"drama,horror,mystery",united states,english,0.3975903614457831 -16232,16233,aladdin,1992,all,0.8648648648648647,95%,0,0,0,1,0,guy ritchie,"adventure,family,fantasy,musical,romance",united states,"arabic,english",0.4698795180722891 -743,744,sweet virginia,2017,18+,0.6216216216216215,78%,1,0,0,0,0,jamie m. dagg,"drama,thriller",canada,english,0.3293172690763052 -5298,5299,nina forever,2015,18+,0.5405405405405403,97%,0,0,1,0,0,"ben blaine,chris blaine","comedy,drama,horror,romance",united kingdom,english,0.34939759036144574 -16283,16284,"the chronicles of narnia: the lion, the witch and the wardrobe",2005,7+,0.7162162162162161,76%,0,0,0,1,0,andrew adamson,"adventure,family,fantasy","united kingdom,united states","brazilian sign language,english,german",0.5301204819277108 -3849,3850,dumb: the story of big brother magazine,2017,18+,0.7567567567567566,100%,0,1,0,0,0,patrick o'dell,documentary,united states,english,0.2730923694779116 -51,52,the artist,2011,13+,0.8513513513513513,95%,1,0,0,0,0,michel hazanavicius,"comedy,drama,romance","belgium,france,united states","english,french",0.35742971887550196 -4954,4955,badrinath ki dulhania,2017,7+,0.6216216216216215,80%,0,0,1,0,0,shashank khaitan,"comedy,drama,romance",india,hindi,0.5140562248995983 -527,528,kaabil,2017,18+,0.7432432432432431,70%,1,0,0,0,0,sanjay gupta,"action,drama,thriller",india,hindi,0.5140562248995983 -16369,16370,oliver & company,1988,all,0.689189189189189,51%,0,0,0,1,0,george scribner,"adventure,animation,comedy,family,musical",united states,english,0.25301204819277107 -739,740,6 days,2017,18+,0.6216216216216215,63%,1,0,0,0,0,toa fraser,"action,drama,history,thriller","new zealand,united kingdom","arabic,english,persian",0.3333333333333333 -324,325,my girl,1991,7+,0.7162162162162161,53%,1,0,0,0,0,howard zieff,"comedy,drama,family,romance",united states,english,0.3654618473895582 -6496,6497,bickford shmeckler's cool ideas,2006,18+,0.554054054054054,50%,0,0,1,0,0,scott lew,"comedy,romance",united states,english,0.2730923694779116 -3655,3656,bend it like beckham,2002,13+,0.6756756756756754,85%,0,1,0,0,0,gurinder chadha,"comedy,drama,romance,sport","germany,united kingdom,united states","english,german,hindi,punjabi",0.4056224899598393 -16408,16409,the santa clause 2,2002,all,0.5405405405405403,56%,0,0,0,1,0,michael lembeck,"comedy,family,fantasy","canada,united states",english,0.37349397590361444 -2913,2914,viking destiny,2018,18+,0.3513513513513513,13%,1,0,0,0,0,david l.g. hughes,"action,adventure,fantasy","belgium,united kingdom",english,0.321285140562249 -125,126,the princess and the frog,2009,all,0.7432432432432431,85%,1,0,0,1,0,"john musker,ron clements","adventure,animation,comedy,family,fantasy,musical,romance",united states,"english,french",0.34538152610441764 -4545,4546,moonstruck,1987,7+,0.7432432432432431,93%,0,0,1,0,0,norman jewison,"comedy,drama,romance",united states,"english,italian,latin",0.3654618473895582 -254,255,get him to the greek,2010,18+,0.6486486486486486,72%,1,0,0,0,0,nicholas stoller,"comedy,music",united states,english,0.393574297188755 -16305,16306,cars 3,2017,all,0.689189189189189,70%,0,0,0,1,0,brian fee,"adventure,animation,comedy,family,sport",united states,english,0.3654618473895582 -7180,7181,they wait,2007,18+,0.4999999999999999,40%,0,0,1,0,0,ernie barbarash,"horror,mystery,thriller",canada,english,0.35341365461847385 -691,692,horse girl,2020,18+,0.581081081081081,72%,1,0,0,0,0,jeff baena,"drama,mystery,thriller",united states,english,0.36947791164658633 -1063,1064,the trust,2016,18+,0.5135135135135135,63%,1,0,0,0,0,dan bush,"crime,horror,mystery,thriller",united states,english,0.321285140562249 -16418,16419,because of winn-dixie,2005,7+,0.635135135135135,55%,0,0,0,1,0,wayne wang,"comedy,drama,family",united states,english,0.38152610441767065 -1128,1129,acts of vengeance,2017,18+,0.554054054054054,55%,1,0,0,0,0,isaac florentine,"action,drama,thriller","bulgaria,united states",english,0.3052208835341365 -11793,11794,bela lugosi meets a brooklyn gorilla,1952,all,0.28378378378378377,29%,0,0,1,0,0,william beaudine,"comedy,horror,sci-fi",united states,english,0.25301204819277107 -8408,8409,cook-off!,2007,18+,0.3378378378378377,14%,0,0,1,0,0,"cathryn michon,guy shalem",comedy,united states,english,0.34939759036144574 -7213,7214,ktown cowboys,2015,18+,0.689189189189189,33%,0,0,1,0,0,daniel park,"comedy,drama",united states,english,0.28112449799196787 -5252,5253,shade,2003,18+,0.635135135135135,67%,0,0,1,0,0,damian nieman,"crime,thriller",united states,english,0.36144578313253006 -163,164,the autopsy of jane doe,2016,18+,0.7027027027027025,86%,1,0,0,0,0,andré øvredal,"horror,mystery,thriller",united kingdom,english,0.3012048192771084 -1381,1382,rolling papers,2015,18+,0.6216216216216215,58%,1,0,0,0,0,mitch dickman,"biography,documentary,news","united states,uruguay","english,spanish",0.2730923694779116 -5735,5736,blue chips,1994,13+,0.6216216216216215,37%,0,0,1,0,0,william friedkin,"drama,sport",united states,english,0.38955823293172687 -274,275,olympus has fallen,2013,18+,0.6621621621621621,49%,1,0,0,0,0,antoine fuqua,"action,thriller",united states,"english,korean",0.4337349397590361 -4622,4623,what maisie knew,2013,18+,0.7837837837837837,86%,0,0,1,0,0,"david siegel,scott mcgehee",drama,united states,english,0.35341365461847385 -5928,5929,peterloo,2018,13+,0.6621621621621621,66%,0,0,1,0,0,mike leigh,"drama,history",united kingdom,english,0.57429718875502 -3796,3797,destroyer,2018,18+,0.6216216216216215,74%,0,1,0,0,0,karyn kusama,"action,crime,drama,mystery,thriller",united states,english,0.4417670682730923 -16354,16355,pollyanna,1960,all,0.7837837837837837,86%,0,0,0,1,0,david swift,"comedy,drama,family",united states,english,0.49397590361445776 -6376,6377,hatchet ii,2010,18+,0.5270270270270269,40%,0,0,1,0,0,adam green,"action,comedy,horror,thriller",united states,english,0.2971887550200803 -7873,7874,mi america,2015,18+,0.6486486486486486,50%,0,0,1,0,0,robert fontaine,"crime,drama",united states,"english,spanish",0.31726907630522083 -4890,4891,the falcon and the snowman,1985,18+,0.7027027027027025,81%,0,0,1,0,0,john schlesinger,"biography,crime,drama,thriller","mexico,united kingdom,united states",english,0.4819277108433735 -4598,4599,rab ne bana di jodi,2008,7+,0.7567567567567566,78%,0,0,1,0,0,aditya chopra,"comedy,drama,music,romance",india,hindi,0.6265060240963854 -6986,6987,redemption road,2011,13+,0.554054054054054,57%,0,0,1,0,0,york alec shackleton,"action,adventure,thriller,western",united states,english,0.321285140562249 -6651,6652,the dark backward,1991,18+,0.5675675675675674,45%,0,0,1,0,0,adam rifkin,comedy,united states,english,0.36144578313253006 -25,26,ex machina,2015,18+,0.8243243243243241,92%,1,0,0,0,0,alex garland,"drama,mystery,sci-fi,thriller","united kingdom,united states",english,0.38955823293172687 -1375,1376,the same blood,2019,18+,0.5945945945945945,100%,1,0,0,0,0,miguel cohan,"drama,mystery,thriller","argentina,united states",spanish,0.40963855421686746 -4541,4542,the boondock saints,1999,18+,0.8378378378378377,22%,0,0,1,0,0,troy duffy,"action,crime,thriller","canada,united states","english,latin,papiamento,russian,spanish",0.38955823293172687 -5383,5384,fritz the cat,1972,18+,0.635135135135135,58%,0,0,1,0,0,ralph bakshi,"animation,comedy,drama",united states,"english,yiddish",0.2690763052208835 -3762,3763,odd thomas,2013,13+,0.7027027027027025,38%,0,1,1,0,0,stephen sommers,"comedy,fantasy,horror,mystery,romance,thriller","united kingdom,united states",english,0.35742971887550196 -988,989,clive davis: the soundtrack of our lives,2017,13+,0.7837837837837837,80%,1,0,0,0,0,chris perkel,documentary,united states,english,0.4497991967871486 -7024,7025,gehenna: where death lives,2016,18+,0.44594594594594583,50%,0,0,1,0,0,hiroshi katagiri,"horror,mystery,thriller","japan,united states",english,0.37751004016064255 -1511,1512,backtrack,2015,18+,0.581081081081081,30%,1,0,0,0,0,michael petroni,"drama,fantasy,mystery,thriller","australia,canada,united arab emirates,united kingdom",english,0.31726907630522083 -7334,7335,harbinger down,2015,18+,0.3918918918918918,43%,0,0,1,0,0,alec gillis,"horror,sci-fi",united states,english,0.285140562248996 -8331,8332,wild horses,2015,18+,0.43243243243243235,17%,0,0,1,0,0,robert duvall,"crime,drama,western",united states,english,0.35742971887550196 -918,919,a little chaos,2015,18+,0.6621621621621621,48%,1,0,0,0,0,alan rickman,"drama,romance",united kingdom,english,0.4056224899598393 -16297,16298,pete's dragon,2016,7+,0.689189189189189,88%,0,0,0,1,0,david lowery,"action,adventure,comedy,drama,family,fantasy",united states,english,0.3654618473895582 -115,116,zindagi na milegi dobara,2011,7+,0.8783783783783781,91%,1,0,0,0,0,zoya akhtar,"comedy,drama",india,"english,hindi,japanese,spanish",0.5783132530120482 -954,955,the bounty hunter,2010,13+,0.5405405405405403,12%,1,0,0,0,0,andy tennant,"action,comedy,romance",united states,"english,ukrainian",0.3975903614457831 -7153,7154,an american affair,2008,18+,0.6216216216216215,16%,0,0,1,0,0,william olsson,drama,united states,english,0.3293172690763052 -1451,1452,the week of,2018,13+,0.4729729729729728,27%,1,0,0,0,0,robert smigel,comedy,united states,english,0.4216867469879518 -768,769,cult of chucky,2017,18+,0.4864864864864864,78%,1,0,0,0,0,don mancini,"comedy,fantasy,horror,thriller",united states,english,0.321285140562249 -5601,5602,father's day,2011,18+,0.5945945945945945,80%,0,0,1,0,0,george a. romero,"comedy,fantasy,horror",united states,english,0.4377510040160642 -140,141,locke,2014,18+,0.7432432432432431,91%,1,0,0,0,0,steven knight,drama,"united kingdom,united states",english,0.2971887550200803 -3962,3963,the beach bum,2019,18+,0.5270270270270269,56%,0,1,0,0,0,harmony korine,comedy,"france,switzerland,united kingdom,united states","english,spanish",0.3373493975903614 -6938,6939,strange wilderness,2008,18+,0.4999999999999999,2%,0,0,1,0,0,fred wolf,"adventure,comedy",united states,english,0.3052208835341365 -5514,5515,species,1995,18+,0.5675675675675674,43%,0,0,1,0,0,roger donaldson,"action,horror,sci-fi,thriller",united states,english,0.38955823293172687 -364,365,veronica,2017,18+,0.6216216216216215,88%,1,0,0,0,0,"bob odenkirk,brett ratner,elizabeth banks,griffin dunne,james duffy,james gunn,jonathan van tulleken,patrik forsberg,peter farrelly,rusty cundieff,steve carr,steven brill,will graham",comedy,united states,english,0.3333333333333333 -8923,8924,6 ways to die,2015,18+,0.32432432432432423,40%,0,0,1,0,0,nadeem soumah,"crime,mystery,thriller",united states,english,0.36947791164658633 -4915,4916,the kentucky fried movie,1977,18+,0.6621621621621621,81%,0,0,1,0,0,john landis,comedy,united states,"english,korean",0.2891566265060241 -3724,3725,hearts beat loud,2018,13+,0.7162162162162161,91%,0,1,0,0,0,brett haley,"comedy,drama,music",united states,english,0.34538152610441764 -4549,4550,fist of fury,1972,18+,0.7837837837837837,92%,0,0,1,0,0,wei lo,"action,drama,romance,thriller",hong kong,"cantonese,english,mandarin",0.38152610441767065 -5959,5960,bone,1972,18+,0.7027027027027025,67%,0,0,1,0,0,larry cohen,"comedy,drama,thriller",united states,english,0.3373493975903614 -6118,6119,all these sleepless nights,2016,18+,0.6756756756756754,69%,0,0,1,0,0,michal marczak,"documentary,drama","poland,united kingdom",polish,0.35742971887550196 -4563,4564,dead ringers,1988,18+,0.7702702702702701,82%,0,0,1,0,0,david cronenberg,"drama,horror,thriller",canada,english,0.4216867469879518 -3643,3644,romancing the stone,1984,7+,0.7162162162162161,84%,0,1,0,0,0,robert zemeckis,"action,adventure,comedy,romance","mexico,united states","english,french,spanish",0.38152610441767065 -383,384,spectral,2016,13+,0.635135135135135,75%,1,0,0,0,0,nic mathieu,"action,adventure,mystery,sci-fi,thriller","hungary,united states","english,romanian,russian,slovenian",0.38554216867469876 -15733,15734,freestyle,2010,13+,0.1621621621621621,22%,0,0,1,0,0,harley cokeliss,drama,united kingdom,english,0.3333333333333333 -130,131,the squid and the whale,2005,18+,0.7702702702702701,92%,1,0,1,0,0,noah baumbach,"comedy,drama",united states,english,0.28112449799196787 -4950,4951,the night eats the world,2018,16+,0.5945945945945945,85%,0,0,1,0,0,dominique rocher,"drama,horror,thriller",france,"english,french,norwegian",0.3293172690763052 -9541,9542,amnesiac,2015,18+,0.3648648648648647,27%,0,0,1,0,0,michael polish,"drama,horror,mystery,thriller",united states,english,0.31726907630522083 -3805,3806,star trek: the motion picture,1979,7+,0.6486486486486486,42%,0,1,1,0,0,robert wise,"adventure,mystery,sci-fi",united states,"english,klingon",0.48594377510040154 -16424,16425,ruby bridges,1998,7+,0.7567567567567566,83%,0,0,0,1,0,euzhan palcy,"adventure,drama,family,fantasy",united states,english,0.34136546184738953 -16560,16561,the brave little toaster to the rescue,1997,all,0.635135135135135,40%,0,0,0,1,0,"patrick a. ventura,robert c. ramirez","adventure,animation,family,fantasy",united states,"chinese,english,french,japanese,korean,mandarin",0.25301204819277107 -3628,3629,star trek vi: the undiscovered country,1991,7+,0.7567567567567566,82%,0,1,1,0,0,nicholas meyer,"action,adventure,sci-fi,thriller",united states,"english,klingon",0.3975903614457831 -3676,3677,i can only imagine,2018,7+,0.7702702702702701,61%,0,1,1,0,0,"andrew erwin,jon erwin","biography,drama,family,music",united states,english,0.3975903614457831 -4825,4826,milius,2013,7+,0.7972972972972971,94%,0,0,1,0,0,"joey figueroa,zak knutson","biography,documentary,drama",united states,english,0.36947791164658633 -4268,4269,the reunion,2011,13+,0.4864864864864864,8%,0,1,1,0,0,michael rosenbaum,comedy,"united kingdom,united states",english,0.3333333333333333 -4647,4648,transsiberian,2008,18+,0.689189189189189,92%,0,0,1,0,0,brad anderson,"crime,drama,mystery,thriller","germany,lithuania,spain,united kingdom","english,french,mandarin,russian,spanish",0.4016064257028112 -906,907,knock down the house,2019,7+,0.7162162162162161,100%,1,0,0,0,0,rachel lears,documentary,united states,english,0.3052208835341365 -16484,16485,home alone 3,1997,7+,0.3918918918918918,29%,0,0,0,1,0,raja gosnell,"comedy,crime,family",united states,"english,polish",0.3654618473895582 -2625,2626,day of the dead: bloodline,2017,18+,0.24324324324324317,13%,1,0,0,0,0,hèctor hernández vicens,horror,"bulgaria,united states",english,0.31726907630522083 -3794,3795,man on a ledge,2012,13+,0.6756756756756754,32%,0,1,1,0,0,asger leth,"action,adventure,crime,thriller",united states,"english,spanish",0.3654618473895582 -7330,7331,tell your children,1936,7+,0.29729729729729715,39%,0,0,1,0,0,louis j. gasnier,"crime,drama",united states,english,0.22088353413654616 -4584,4585,hellraiser,1987,18+,0.7297297297297296,70%,0,0,1,0,0,clive barker,"horror,thriller",united kingdom,english,0.3333333333333333